﻿body {
    text-align: center;
    /* ReSharper disable once CssBrowserCompatibility */
    min-width: 1000px;
    background-color: white;
    font-size: 15px;
}

.ralign {
    text-align: right;
}

.vacationoverview span {
    width: 2px;
    overflow: hidden;
    display: inline-grid;
    white-space: nowrap;
}

.vacationoverview div {
    padding-left: 5px;
    background-color: white;
}

    .vacationoverview div:hover {
        background-color: #f0f0f0;
    }

.vacationoverview span.caption {
    width: 100px !important;
    background-color: transparent !important;
    padding-right: 10px;
}

.vacationoverview span.month {
    text-align: center;
}

.vacationoverview span.sum {
    text-align: center;
    width: 18px !important;
}

.vacationoverview span.hd {
    background-color: gold !important;
}

.vacationoverview span.ill {
    background-color: brown !important;
}

.vacationoverview span.fst {
    background-color: lightcoral !important;
}

.vacationoverview span.we {
    background-color: lightgray !important;
}

.vacationoverview span.vc {
    background-color: #5ba0db !important;
}

.vacationoverview span.vcmaybe {
    text-align: center;
    color: white;
    background-color: fuchsia !important;
}

    .vacationoverview span.vc:hover,
    .vacationoverview span.vcmaybe:hover {
        background-color: red !important;
        cursor: default;
    }

.vacationoverview span.caption:hover,
.vacationoverview span.month:hover {
    background-color: transparent !important;
}



#center {
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: left;
    font: normal 12px/16px "Segoe UI", Arial, Helvetica, sans-serif;
}

    #center label {
        width: 100px !important;
        display: inline-block;
        font: normal 12px/16px "Segoe UI", Arial, Helvetica, sans-serif;
    }

    #center legend {
        color: #46c3ed;
        margin-left: 20px;
        padding: 10px;
        font-weight: bolder;
        font: normal 12px/16px "Segoe UI", Arial, Helvetica, sans-serif;
    }

#centerBlock {
    color: #191e34;
}

.centerLoggedInAs {
    position: fixed;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    display: block;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: .85em;
    top: 0;
    color: white;
    z-index: 1001;
}

#autoLogoutDiv {
    margin-top: 20px;
}

#content {
    padding: 30px;
    border: 15px #ebebeb solid;
    background-color: #ebebeb;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#menu {
    position: fixed;
    top: 0;
    z-index: 1020;
}

#menuBack {
    position: fixed;
    top: 0;
    background-color: #2f3b41;
    border: 1px #1a2831 solid;
    height: 38px;
    width: 100%;
    left: 0;
    z-index: 1000;
}

#topline {
    width: 100%;
    background-color: white;
    text-align: right;
}

#bottomline {
    border: 15px black solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: black;
    color: white;
    font-size: 0.8em;
    text-align: center;
}

.insolutions #bottomline {
    background-color: #191e34;
    color: #e7315c;
    border-color: #191e34 !important;
}

.uniontechnik #bottomline {
    background-color: #2b428a;
    color: white;
    border-color: #2b428a !important;
}

.envo #bottomline {
    background-color: #99bf0e;
    color: white;
    border-color: #99bf0e !important;
}

.benefit #bottomline {
    background-color: #191e34;
    color: #e7315c;
    border-color: #191e34 !important;
}

.wjw #bottomline {
    background-color: #205aa4;
    color: white;
    border-color: #205aa4 !important;
}

.technologies #bottomline {
    background-color: #899294;
    color: white;
    border-color: #899294 !important;
}

.uniontechnik .logo {
    margin-bottom: -7px;
    width: 0;
    height: 0;
    padding-left: 300px;
    padding-top: 77px;
    background: url(../Images/Logo_ut.png);
}

.insolutions .logo {
    margin-bottom: -7px;
    width: 0;
    height: 0;
    padding-left: 300px;
    padding-top: 77px;
    background: url(../Images/Logo.png);
}

.envo .logo {
    margin-bottom: -7px;
    width: 0;
    height: 0;
    padding-left: 300px;
    padding-top: 77px;
    background: url(../Images/Logo_envo.png);
}

.benefit .logo {
    margin-bottom: -7px;
    width: 0;
    height: 0;
    padding-left: 300px;
    padding-top: 77px;
    background: url(../Images/Logo_benefit.png);
}

.wjw .logo {
    margin-bottom: -7px;
    width: 0;
    height: 0;
    padding-left: 158px;
    padding-top: 77px;
    background: url(../Images/Logo_wjw.png);
}

.technologies .logo {
    margin-bottom: -7px;
    width: 0;
    height: 0;
    padding-left: 267px;
    padding-top: 77px;
    background: url(../Images/Logo_technologies.png);
}

.insolutions h1,
.insolutions h2,
.insolutions a {
    color: #e7315c;
}

.uniontechnik h1,
.uniontechnik h2,
.uniontechnik a {
    color: #f61f17
}

.envo h1,
.envo h2,
.envo a {
    color: #99bf0e;
}

.benefit h1,
.benefit h2,
.benefit a {
    color: #bb1020;
}

.wjw h1,
.wjw h2,
.wjw a {
    color: #5ba0db;
}

.technologies h1,
.technologies h2,
.technologies a {
    color: #b10104;
}


.MessageBlock {
    border: 1px dotted red;
}

#MasterErrors {
    border: 1px #b0b0b0 solid;
    background-color: red;
    color: white;
    position: fixed;
    bottom: 0;
    width: 1000px;
    height: 40px;
    overflow-y: auto;
    padding: 20px;
    margin-left: -10px;
    /*margin-right: -10px;*/
    z-index: 9999 !important;
}

#MasterMessages {
    border: 1px #b0b0b0 solid;
    background-color: #46c3ed;
    color: white;
    position: fixed;
    bottom: 0;
    width: 1000px;
    height: 40px;
    overflow-y: auto;
    padding: 20px;
    margin-left: -10px;
    /*margin-right: -10px;*/
    z-index: 9999 !important;
}

.Popup {
    padding: 30px;
}


/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 125px;
}

.col1,
.col2,
.col3 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 110px;
    line-height: 14px;
    float: left;
}

.warning {
    border: 15px #da3232 solid;
    background-color: #da3232;
    border-radius: 15px;
    color: white;
    padding: 2px;
    padding-bottom: 10px;
    width: 95%;
    max-height: 120px;
    overflow: auto;
}

    .warning a:link, .warning a:hover, .warning a:visited, .warning a:active {
        color: white;
    }

.note {
    color: #46c3ed;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    max-height: 120px;
    overflow: auto;
}

.hideControl {
    display: none;
}

.weekInfo {
    position: relative;
    top: -50px;
    height: 105px;
    display: inline-block;
    border-left: 1px #A0A0A0 dotted;
    color: #606060;
    vertical-align: bottom;
}

    .weekInfo div {
        position: absolute;
        padding-right: 9px;
        margin-top: 50px;
        text-align: right;
        overflow: hidden;
    }

.charts {
    background-color: white;
    border: 1px #d8d8d8 solid;
}

.congratulationsPast {
    color: lightgray;
}

.congratulationsToday {
    color: #e7315c;
}

    .congratulationsToday td, .congratulationsPast td, .congratulationsFuture td {
        padding-left: 8px;
    }
