﻿@font-face {
    font-family: 'CareSym';
    src: url('../fonts/caresym.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
}

body {
    color: #787878;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin: 0;
    padding: 0 15px 0 15px;
    clear: both;
}

html, body {
    height: 98% !important;
    max-height: 98% !important;
    min-height: 98% !important;
}


a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}


    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }



/* Menuzeile */

.menu-wrapper {
    width: 100%;
    display: table;
    padding-top: 15px;
    
}

.logo {
    font-family: 'Arial';
    font-size: 25px;
    color: steelblue;
}

    .logo div {
        height: 45px;
    }

    .logo sup {
        font-family: 'Arial';
        color: darkorange;
        font-size: 20px;
    }

.menu-messages {
    display: table-cell;
    padding: 0 20px 0 20px;
    vertical-align: middle;
    height: 40px;
}

.navi {
    display: table-cell;
}

#login-logout-button {
    display: table-cell;
}

#login-button,
#menu {
    display: inline-block;
}

.k-icon.k-i-arrow-s, .k-icon.k-i-arrow-e {
    margin-left: 2px !important;
}

/* Menu-Items weniger hoch */
.k-menu .k-item > .k-link {
    padding: 0.6em 1.3em 0.6em 1.3em;
}

#mainmenu:before {
    content: "";
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    /* Image */
    /*background-image: url("../Images/wavesinnovation.jpg");*/
    /*background-image: url("../Images/bg-waves-1.jpg");*/
    /*background-image: url("../Images/bg-waves-2.jpg");*/
    background-image: url("../Images/bg-waves-4.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0px;
    background-size: 100%;
    background-attachment: fixed;
    /* Unschärfe */
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    /* Vertikaler Spiegel */
    /*-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";*/
    /* Horizontaler Spiegel */
    /*-moz-transform: scaleX(-1) ;
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";*/
    /* Beide Spiegel */
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    /*filter: FlipH FlipV;
    -ms-filter: "FlipH" "FlipV";*/ /* ? */
    /* Alpha */
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#mainmenu {
    text-align: center;
    font-size: 14px;
    /*background-color: white;*/
    height: 70px;
}

.list-menu, .detail-menu {
    background-color: #ffd399;
    color: #333;
}

/* Login Form */
.login-form {
    margin: auto;
    padding: 20px;
    width: 400px;
    background: white;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.18);
    box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.18);
}

@media only screen and (max-width: 600px) {
    .login-form {
        width: 80%;
    }
}

.login-form label {
    margin-bottom: 0;
    font-weight: bold !important;
}

.login-form input.k-textbox {
    background-color: #fff !important;
    color: #787878 !important;
}

label {
    font-weight: 700;
}

.k-sprite {
    /*overflow: visible !important;*/
    margin-right: 7px !important; /* Icon Abstand rechts */
    font-size: 14px; /* fontawesome Anzeige, sonst auf 0 */
}

/* Kendo Tabstrips */

#contentTabStrip {
    border:0;
}

#contentTabStrip, #contentTabStrip > ul {
    background-color: transparent;
}

.k-tabstrip-wrapper .k-tabstrip {
    border: 0;
}

.k-tabstrip-items li .k-button {
    padding: 0;
    vertical-align: top;
    margin: 2px 0 0 5px;
    width: 18px;
    height: 18px;
}

.k-tabstrip-items li .k-icon {
    margin: 0;
}

div.k-tabstrip .k-content {
    border-color: lightblue;
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
    border-color: lightblue;
}

/* Kendo Grid */

.k-edit-cell {
    color:black;
}
/* Filterrow */
.k-filtercell > span {
    padding-right: 2em;
}

.k-filter-row .k-dropdown-operator {
    right: 0;
}

/*.k-numeric-wrap .k-select {
    padding: 5px;
}*/

.k-operator-hidden label:first-child {
    margin-right: 5px; /* für ja nein filter */
}

.GridLayout .k-filtercell .k-button-icon {
    height: 100%;
} 
.GridLayout .k-filtercell .k-button-icon .k-icon {
    margin-top: -5px;
}

/* Kein Umbruch im Content */
.GridLayout td {
    white-space: nowrap;
}

.GridLayout .k-footer-template td {
    line-height: 1;
}

/* ListFilterParameter */

.list-filter-wrapper .k-checkbox-label {
    vertical-align: middle;
}

/* Details */

.row-title {
    background-color: white;
    position: relative;
    top: -32px;
    padding-right: 15px;
    display: inline-block;
    padding-left: 10px;
    color: steelblue;
    font-weight: bold;
    font-style: italic;
}

.detail-view * :not(.product) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-view .GridLayout * :not(.k-select) {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.detail-view .form-horizontal .control-label {
    /*text-align: left;*/
    padding-left: 26px;
    /*max-height: 33.7px;
    min-height: 33.7px;*/
}

.detail-view-tabstrip .k-content {
    height: 95% !important;
    overflow-y: auto;
    overflow-x: hidden;
}

#Window_Popup .detail-view-tabstrip {
    height: 100%;
}

#Window_Popup .detail-view .control-label {
    padding-top: 0;
}

.detail-view .checkbox input[type="checkbox"],
.detail-view .checkbox-inline input[type="checkbox"],
.detail-view .radio input[type="radio"],
.detail-view .radio-inline input[type="radio"] {
    margin-left: 0;
}

/*.detail-view .k-numerictextbox input,
.detail-view .k-combobox input {
    height: 32px !important;
    padding-top: 0;
    padding-bottom: 0;
}*/

.detail-view .k-dropdown-wrap .k-input::before {
    display: contents !important;
}

.product li {
    cursor: pointer;
    border: 1px solid lightblue;
    border-radius: 5px;
    padding: 15px 5px 0 5px;
    height: 220px;
    width: 200px;
    text-align: center;
}

.product.varianten-image li {
    width: 180px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
}

.product img {
    height: 120px;
}

.product ul {
    list-style: none;
}

.product h3 {
    color: steelblue;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.product h2 {
    color: #787878;
    font-size: 12px;
    line-height: 1.3;
}

.product.k-state-selected {
    background-color: transparent;
}

    .product.k-state-selected li {
        border-color: #7ea700;
    }

/* Artikel Pflegesymbole */

.caresym {
    font-family: 'CareSym', Fallback, sans-serif;
    font-size: 32px;
}


.button_pflege{
    border:1px solid #d1dcdf; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 10px; margin: 2px; text-decoration:none; display:inline-block; color: #787878;
    background-color: #f2f5f6; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
    background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}

.button_pflege:hover {
    border: 1px solid #b6c7cc;
    background-color: #d4dee1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d4dee1), to(#a9c0c8));
    background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
    background-image: linear-gradient(to bottom, #d4dee1, #a9c0c8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1, endColorstr=#a9c0c8);
}

/* Positionen Kalkulationen Row */

.sum-row {
    margin: 5px 0 10px 0;
    padding: 5px 0 5px 0;
    height: 31px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

    .sum-row label {
        text-align: right;
        white-space: nowrap;
        /*overflow: hidden;*/
        padding: 0 10px 0 0;
    }

    .sum-row div div {
        /*border: 1px solid grey;*/
        padding: 0 4px 0 0;
        text-align: left;
        /*background-color: white;*/
        white-space: nowrap;
        overflow: hidden;
        max-height: 21px;
        color: slategray;
        font-weight: bold;
    } 

/* Ampel */

.mahnstufe-red {
    background-color: lightcoral;
    border-bottom: 1px solid rgb(219, 219, 219) !important;
}

.mahnstufe-orange {
    background-color: orange;
    border-bottom: 1px solid rgb(219, 219, 219) !important;
}

.mahnstufe-orangeRed {
    background: linear-gradient(to right bottom, orange 50%, lightcoral 50%);
    border-bottom: 1px solid rgb(219, 219, 219) !important;
}

.mahnstufe-green {
    background-color: lightgreen;
    border-bottom: 1px solid rgb(219, 219, 219) !important;
}
.versanddetail-green {
    background-color: gray;
    border-bottom: 1px solid rgb(219, 219, 219) !important;
    color:white;
}
.versanddetail-blue {
    background-color: blue;
    border-bottom: 1px solid rgb(219, 219, 219) !important;
    color: white;
}
/* Selektierbare Images */
.fx-img-selectable {
    cursor: pointer;
    border: 1px solid lightblue;
    border-radius: 5px;
    padding: 15px 5px 0 5px;
    height: 150px;
    width: auto;
}
    .fx-img-selectable img {
        height: 120px;
    }

    .fx-img-selectable.fx-state-selected {
        border-color: #7ea700;
    }

