/* 
    Created on : 15.des.2016, 15:36:36
    Author     : tn
*/
.odd {background-color: #e6e6e6;}
.highlight {background-color: #afceff;}
.highlight-me {background-color: #ffb3ff; /*#ffccff;*/}

.color_explain_field-white, .color_explain_field-gray {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.color_explain_field-white {color: white;}
.color_explain_field-gray {color: #4f4f4f;}
.temp-booking {background-color: #ffb3ff;}
.canceled-booking {background-color: lightcoral;}
.finished-booking {background-color: #3399ff;}
.started-booking {background-color: #ffc14d;}
.reserved-book {background-color: lightgreen;}
.gray-text {color: #4d4d4d;}
.white-text {
    color: white;
    text-shadow:
        -1px -1px 0 #474747,
        1px -1px 0 #474747,
        -1px 1px 0 #474747,
        1px 1px 0 #474747; 
}
