﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'PT Sans Caption', sans-serif;
}

a {
    font-family: 'PT Sans Caption', sans-serif;
}

footer {
    clear: left;
    margin-top: 1em;
    background: #efefef;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bgMain {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -205px;
    margin-left: -319px;
    opacity: 0.2;
}

    .bgMain > div {
        min-width: 639px;
        min-height: 413px;
        background-image: url('Images/bgMain.jpg');
        background-repeat: no-repeat;
        background-position: center center;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Bedarf-Erfassung */
.bed-textbox-menge {
    width: 30px;
}

.bed-tablecol-edit {
    /*border-color: #F99B53;
    border: dashed 1px;*/
    /*9 - D, b-F, 3-7 */
    background-color: #FD9F57;
}

.window-main-div {
    width: 100%;
    height: 95%;
}

.window-clickable {
    cursor: pointer;
}

.window-table-label {
    vertical-align: middle;
}

.navbar-station {
    color: #EEEEEE;
    font-weight: normal;
}

.navbar-regulierer {
    color: #ffffff;
    font-weight: bold;
}

.window-readonly {
    background-color: #EEEEEE;
}

.window-numeric {
    text-align: right;
}

.window-scrollable {
    overflow-y: auto;
    overflow-x: auto;
}

.validationSign {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    visibility: hidden;
}

.validationSignActive {
    animation: blink 1s infinite steps(2);
    -webkit-animation: blink 1s infinite steps(2);
    -moz-animation: blink 1s infinite steps(2);
    -o-animation: blink 1s infinite steps(2);
}

.window-input {
    height: auto !important;
}

@keyframes blink {
    0% {
        color: #FFFFFF;
    }

    100% {
        color: #FF0000;
    }
}

@-o-keyframes blink {
    0% {
        color: #FFFFFF;
    }

    100% {
        color: #FF0000;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #FFFFFF;
    }

    100% {
        color: #FF0000;
    }
}

@-moz-keyframes blink {
    0% {
        color: #FFFFFF;
    }

    100% {
        color: #FF0000;
    }
}

/* Loading-Grafiken */
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix-9haulc') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
    content: "\e000";
}

.icon-spinner-2:before {
    content: "\e001";
}

.icon-spinner-3:before {
    content: "\e002";
}

.icon-spinner-4:before {
    content: "\e003";
}

.icon-spinner-5:before {
    content: "\e004";
}

.icon-spinner-6:before {
    content: "\e005";
}

.icon-spinner-7:before {
    content: "\e006";
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    font-size: 4em;
    height: 1em;
    line-height: 1;
    margin: .5em;
    animation: anim-rotate 2s infinite linear;
    color: #808080;
    text-shadow: 0 0 .25em rgba(120,120,120, .3);
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
    animation: anim-rotate 1s infinite steps(12);
}

.menu-upper-border {
    border-top: 1px solid #000000;
}

.window-bgdiv {
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.window-no-favorite {
    background-image: url("Images/ico_favorite_off.png");
}

    .window-no-favorite:hover {
        background-image: url("Images/ico_favorite_on.png");
    }

.window-is-favorite {
    background-image: url("Images/ico_favorite_on.png");
}

    .window-is-favorite:hover {
        background-image: url("Images/ico_favorite_off.png");
    }

.window-valign-middle {
    vertical-align: middle;
}

.error {
    color: #FF0000;
}

.hls-grid {
    font-size: 11px !important;
    line-height: 13px !important;
}

    .hls-grid td {
        font-size: 11px !important;
        line-height: 13px !important;
    }

.we-table-head {
    background-color: #FD9F57;
}

.we-table-rowhead {
    background-color: #CCCCCC;
    font-weight: bold;
}

.we-table-row {
    background-color: #FFFFFF;
}

.we-table {
    margin-bottom: 20px;
    width: 800px;
    border: 1px solid #808080;
    border-radius: 2px;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 14px;
}

.we-table-charge-even {
    background-color: #FFFFFF;
}

.we-table-charge-odd {
    background-color: #F5F5F5;
}

.detailedArticle {
    /* display: inline-block;*/
    vertical-align: top;
    border: 2px solid #FD9F57;
    border-radius: 4px 4px 4px 4px;
    height: 80px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    padding: 5px;
}

.productDetailHead {
    margin-bottom: 3px;
}

.productDetail {
}

.lieferschluesselL {
    color: #000000;
}

.lieferschluesselS {
    color: #0000FF;
}

.lieferschluesselD {
    color: #FF0000;
}

.lieferschluesselQ {
    color: #FF8000;
}

.lieferbestellung {
    background-color: #FFFF00 !important;
}

.lieferimplantat {
    color: #FFFFFF !important;
    background-color: #FF5050;
}

.smallInput {
    font-size: 10px;
}

.hlsMenuRoot {
    z-index: 20000;
    position: absolute;
}

div[required],
input[required],
select[required],
textarea[required],
.mandatory {
    border: 1px solid;
    border-color: #FD9F57 #FD9F57 #FD9F57 #FD9F57;
    background-color: #f0f4ff;
    border-radius: 4px;
}


.opmodGreen {
    color: #00BB00;
}

.opmodOrange {
    color: #ff8800;
}

.opmodRed {
    color: #FF0000;
}

.newsTable {
    margin-bottom: 10px;
}

.newsHeader {
    font-size: 16px;
    font-weight: bold;
    color: #ff8800;
}

.newsDate {
    font-size: 10px;
}

.newsContent {
    font-size: 14px;
}

.newsMore {
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.newsFull {
    display: none;
}

.newsBeenRead {
    color: gray;
}

.newsEditorTable {
    color: gray;
}

    .newsEditorTable td {
        padding-bottom: 5px;
    }

.k-state-disabled {
    color: black !important;
}

.window-readonly {
    background-color: #f5f5f5 !important;
}

.ui-checkboxradio-icon-space {
    display: none !important;
}

.ui-checkboxradio-icon {
    display: none !important;
}

.ui-checkboxradio-label {
    padding: 6px;
}

.webvaneu {
    color: darkcyan !important;
}

.achtung {
    color: #aa0000 !important;
    padding: 4px;
    border: solid 2px;
    border-color: red;
}
