/*
************************************************************
Styles:     CUSTOM-CSS
Project:    KHWB kolpinghaus-weissenbach.at
Autor:
Copyright:  (c) 2019 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/
/** Booking Calendar (tht) )************************ */
.booking-calendar-main {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 0px;
}

.form-info {
    font-size: 12px;
    margin-bottom: 20px;
    clear: both
}

.booking-container {
    float: left;
    max-width: 100%;
}

.bookingcalendar .calview {
    float: left;
    overflow-y: scroll;
    height: 395px;
    padding-top: 5px;
    padding-bottom: 35px;
    padding-left: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

.bookingcalendar {
    float: left;
    width: 100%;
    max-width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #8F9F40
}

.bookingcalendar .month {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 4px
}

.bookingcalendar .yearhead {
    clear: both;
    width: 100%;
    font-size: 16px;
    height: 22px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-right: 10px;
    color: #715138;
    margin-bottom: 10px;
    padding-top: 10px
}

.bookingcalendar .monthhead {
    text-align: left;
    width: 30px;
    font-size: 14px;
    height: 18px;
    float: left;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #715138;
    margin-right: 5px
}

.bookingcalendar .day {
    float: left;
    text-align: center;
    width: 25px;
    height: 23px;
    font-size: 12px;
    background-color: #EBEBEB;
    margin-bottom: 1px;
    margin-right: 1px;
    line-height: 23px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #715138;
    border-bottom: 2px solid #FFFFFF;
}

.bookingcalendar .day.weekend {
    background-color: #D1D1D1 !important
}

.bookingcalendar .day.vacation {
    border-bottom-color: #8f9f40;
}

.bookingcalendar .bookingcalendar-head {
    background: #8F9F40;
    height: 50px
}

.bookingcalendar .bookingcalendar-head .legend {
    font-size: 12px;
    padding-left: 40px;
    float: right;
    position: relative;
    display: block;
    line-height: 50px;
    margin-right: 15px
}

.bookingcalendar .bookingcalendar-head .vacation {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #000;
}

.bookingcalendar .bookingcalendar-head .vacation span {
    border-bottom: 2px solid #8f9f40;

}

.bookingcalendar .bookingcalendar-head .notbooked {
    background-color: #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #000;
}

.bookingcalendar .bookingcalendar-head .booked {
    background-color: #ff8c00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    padding: 5px 15px
}

.bookingcalendar .bookingcalendar-head .booked.prozent20 {
    background: -moz-linear-gradient(bottom, #ff8c00 50%, #EBEBEB 30%);
}

.bookingcalendar .bookingcalendar-head .booked.prozent30 {
    background: -moz-linear-gradient(bottom, #ff8c00 70%, #EBEBEB 30%);
}

/* overlay ********************************* */
.bookingcalendar.overlay .calview {
    float: left;
    height: auto;
    overflow: auto;
    width: 100%
}

.bookingcalendar.overlay {
    font-size: 6px;
    float: left;
    max-width: 100%
}

.bookingcalendar.overlay .month {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 4px
}

.bookingcalendar.overlay .month:last-child {
    margin-bottom: 20px
}

.bookingcalendar.overlay .yearhead {
    clear: both;
    width: 100%;
    font-size: 16px;
    height: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-right: 10px;
    color: #715138
}

.bookingcalendar.overlay .monthhead {
    text-align: left;
    width: 30px;
    font-size: 14px;
    height: 18px;
    float: left;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-right: 25px;
    color: #715138
}

.bookingcalendar.overlay .day {
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    background-color: #EBEBEB;
    margin-bottom: 1px;
    margin-right: 1px
}

.bookingcalendar .day.weekend {
    background-color: #D1D1D1
}

.bookingcalendar.overlay .form-info {
    position: relative
}

.bookingcalendar.overlay .form-info .legend {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px
}

.bookingcalendar.overlay .form-info .notbooked {
    background-color: #EBEBEB;
    padding-left: 4px;
    padding-right: 4px
}

.bookingcalendar.overlay .form-info .booked {
    background-color: #ffd133;
    padding-left: 4px;
    padding-right: 4px
}

.form-info span {
    text-align: left
}

.ajax-date-check {
    border: 1px solid red;
    padding: 3px 6px;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: red
}

#loading-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999999
}

#loading-div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 80px
}

#dialog-calendar {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    line-height: 50px
}

.bookingcalendar-label {
    color: #fff;
    margin-right: 25px;
    font-size: 24px;
    line-height: 50px;
    margin-left: 15px
}

#booking-calendar-big {
    overflow-x: hidden !important
}

.ui-dialog .ui-dialog-titlebar {
    background: #8F9F40;
    color: #fff
}

.day.booked,
.day.weekend.booked {
    /*background-color: #ff8c00 !important;*/
    background: #EBEBEB url('/_images/100.png') no-repeat left top;
}
.day.booked.first {
    background-image: url('/_images/50-first.png');
}
.day.booked.last {
    background-image: url('/_images/50-last.png');
}

.day.belegung_20 {
    /*background-color: #ff8c00 !important
   background:-moz-linear-gradient(bottom,#ff8c00 40%,#EBEBEB 60%);
   background-color:#ff8c00
    */
}

.day.belegung_30 {
    /*background-color: #ff8c00 !important
   background:-moz-linear-gradient(bottom,#ff8c00 70%,#EBEBEB 30%);
   background-color:#ff8c00

    */
}

.day.belegung_50, .day.belegung_50.weekend {
    /*background-color: #ff8c00 !important*/
}


/*
.day.belegung_10 {
   background:-moz-linear-gradient(top,#EBEBEB 90%,#ff8c00 10%);
   background-color:#ff8c00
}

.day.belegung_20 {
   background:-moz-linear-gradient(top,#EBEBEB 80%,#ff8c00 20%);
   background-color:#ff8c00
}

.day.belegung_30 {
   background:-moz-linear-gradient(top,#EBEBEB 70%,#ff8c00 30%);
   background-color:#ff8c00
}

.day.belegung_40 {
   background:-moz-linear-gradient(top,#EBEBEB 60%,#ff8c00 40%);
   background-color:#ff8c00
}

.day.belegung_50 {
   background:-moz-linear-gradient(top,#EBEBEB 50%,#ff8c00 50%);
   background-color:#ff8c00
}

.day.belegung_60 {
   background:-moz-linear-gradient(bottom,#ff8c00 60%,#EBEBEB 40%);
   background-color:#ff8c00
}

.day.belegung_70 {
   background:-moz-linear-gradient(bottom,#ff8c00 70%,#EBEBEB 30%);
   background-color:#ff8c00
}

.day.belegung_80 {
   background:-moz-linear-gradient(bottom,#ff8c00 80%,#EBEBEB 20%);
   background-color:#ff8c00
}

.day.belegung_90 {
   background:-moz-linear-gradient(bottom,#ff8c00 90%,#EBEBEB 10%);
   background-color:#ff8c00
}

.day.belegung_100 {
   background-color:#ff8c00!important
}*/

.dialog-no-title .ui-dialog-titlebar {
    background: transparent;
    border: none;
}


.editor-field-info {
    clear: both;
    display: block;
    margin-left: 180px;
}

.form-row a {
    color: #8f9f40;
}

#footer-bar {
    background-color: rgba(113, 81, 56, 0.6);
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 30px;
}


.pageelement-maps {
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-top: 25px;
}

.pageelement-maps .map-container {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    width: 100%;
}

.pageelement-text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
