@font-face {
    font-family: abcgintonord;
    src: url("https://online.serviceocean.com/de/form/webformfont/abcgintonord-regular?type=woff2");
}

* {
    font-family: abcgintonord !important;
}

select {
    font-family: Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif !important;
}

.root {
    background-color: #f2a900;
    color: #003d4c;
    border-radius: 5px;
}

.root:hover {
    background-color: #9fb6c1;
    color: white;
    border-radius: 5px;
}

.selectedTimeSlot,
.selectedElem {
    background-color: #9fb6c1;
    color: white !important;
}

.summaryDIV.statusNoError {
    background-color: #003d4c;
    color: white !important;
}

.appointmentDayDIV,
.even {
    background-color: #9fb6c1;
}

.languageSelector {
    display: none;
}

.selectedTimeSlot,
.selectedElem {
    background-color: #9fb6c1 !important;
    color: white !important;
}

.btn-default {
    background-image: linear-gradient(to bottom, #f2a900 100%, #f2a900 100%);
    background-repeat: repeat;
    text-shadow: none;
    border-color: none;
    color: #003d4c;
    outline: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-image: initial !important;
    background-color: #9fb6c1;
    border-color: #9fb6c1;
    color: #fff;
    outline: none;
    border-radius: 0px !important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: #fff;
    height: 100%;
    line-height: 1.42857143;
    color: #003d4c;
    background-color: #fff;
}

.dayHeadLine {
    text-align: center;
    color: #003d4c;
    font-weight: bold;
    font-size: 1em;
    min-height: 45px;
}

.calenderInnerDIV {
    display: inline-block;
    background-color: #9fb6C1;
    border: #9fb6C1;
    border-radius: 5px 5px 5px 5px;
    height: 80px;
}

.orangeDIVBox {
    background-color: #9fb6C1;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
}

.sectionTitle {
    width: 100%;
    background-color: #003d4c;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

#selectedRequestDIV {
    display: none;
}

.summaryDIV {
    font-size: 1.1em;
    font-weight: bold;
}

#selectedDateDIV {
    font-weight: normal;
    font-size: 1em;
}

label.formCheckboxLabel {
    font-weight: normal;
    font-size: 12px; 
}


.even {
    background-color: #eef2f4;
}

.orangeDIVBox.calenderDIV {
    padding: 40px;
}

.summaryCancelDescription {
    padding-bottom: 20px;
}

.sprite-calendar_icon {
    background-image: url('https://online.serviceocean.com/de/form/webformimage/group-mutuel-calendar-icon.png?type=png');
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.arrow.rightArrow.sprite.sprite-right.icon.icon-chevron-right-big {
    background-image: url('https://online.serviceocean.com/de/form/webformimage/group-mutuel-right-icon.png?type=png');
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
}

.arrow.leftArrow.sprite.sprite-left.icon.icon-chevron-left-big {
    background-image: url('https://online.serviceocean.com/de/form/webformimage/group-mutuel-left-icon.png?type=png');
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
}

.leftNav, .rightNav {
    width: 6%;
    height: 100%;
    margin: 0 1%;
}

.dayDIV {
    width: 84%;
}

@media only screen and (max-width: 800px) {
    .dayDIV {
        margin-left: 8%;
        margin-right: 8%;
        clear: inherit;
    }

    .leftNav, .rightNav {
        width: auto;
    }

    .arrow.rightArrow.sprite.sprite-right.icon.icon-chevron-right-big {
        margin-top: 20px;
    }
    
    .arrow.leftArrow.sprite.sprite-left.icon.icon-chevron-left-big {
        margin-bottom: 20px;
    }
}
