
.none {
    display: none;
}

.calendar-wrap {
    width: 750px;
    margin: 30px auto 0;
    margin-bottom: 50px;

}

.calendar-wrap .cal-nav {
    background-color: #efefef;
    color: #444444;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    padding: 5px 8px;
}

.calendar-wrap .cal-nav a {
    color: #F58220;
    float: none;
    text-decoration: none;
    font-size: 2.5em;
    line-height: 35px;
}

.calendar-wrap .cal-nav a:hover {
    color: #D65E02;
}

.calendar-wrap .cal-nav a:first-child {
    float: left;
}

.calendar-wrap .cal-nav a:last-child {
    float: right;
}

.calendar-wrap select {
    color: #444444;
    font-size: 17px;
}

.calendar-days {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.calendar-days ul {
    padding: 0;
    list-style-type: none;
}

.calendar-days ul li {
    float: left;
    display: block;
    width: 99px;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    min-height: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.calendar-dates {
    width: 100%;
    margin-top: 20px;
    float: left;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.calendar-dates ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.calendar-dates ul li {
    float: left;
    width: 107px;
    height: 80px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.calendar-dates ul li span {
    margin-top: 7px;
    float: left;
    margin-left: 7px;
    text-align: center;
}


.calendar-dates ul li span.beschikbaarheid {
    display: block;
    clear: both;
    float: none;
    font-size: 12px;
    margin: 0 0 0 7px;
    text-align: center;
    font-style: italic;
}

.grey {
    background-color: #DDDDDD !important;
}

.light_sky {
    background-color: #4595d2 !important;
    color: #fff;
}

.red_sky {
    background-color: #c40b17 !important;
    color: #fff;
}

.calendar-dates ul li.date_cell.red_sky:hover {
    background-color: #c40b17 !important;
    cursor: default;
}


/*========== Hover Popup ===============*/
.date_cell {
    cursor: pointer;
    cursor: hand;
}

.date_cell:hover {
    background: #DDDDDD !important;
}

.date_popup_wrap {
    position: absolute;
    width: 143px;
    height: 115px;
    z-index: 9999;
    top: -115px;
    left: -55px;
    background: transparent url(../images/info-popup.png) no-repeat top left;
    color: #666 !important;
}

.events_window {
    overflow: hidden;
    overflow-y: auto;
    width: 133px;
    height: 115px;
    margin-top: 28px;
    margin-left: 25px;
}

.event_wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #E4E4E7;
    font-size: 12px;
    padding: 3px;
}

.date_window {
    margin-top: 20px;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 16px;
    margin-left: 9px;
    margin-right: 14px
}

.popup_event {
    margin-bottom: 2px;
    padding: 2px;
    font-size: 16px;
    width: 100%;
}

.popup_event a {
    color: #000000 !important;
}

.popup_event a:hover {
    color: #181919;
    text-decoration: underline;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .calendar-wrap {
        width: 336px;
    }

    .calendar-days ul li {
        width: 47px;
    }

    .calendar-dates ul li {
        width: 47px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .calendar-wrap {
        width: 219px;
    }

    .calendar-days ul li {
        width: 30px;
        font-size: 11px;
    }

    .calendar-dates ul li {
        width: 30px;
    }

    .calendar-dates {
        width: 217px;
    }

    .calendar-dates ul li {
        height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .calendar-wrap {
        width: 530px;
    }

    .calendar-days ul li {
        width: 74px;
    }

    .calendar-dates ul li {
        width: 74px;
    }

    .calendar-dates {
        width: 525px;
    }

    .calendar-dates ul li {
        height: 50px;
    }
}

.calendar-wrap .cal-nav {
    background: #354558;
}

.calendar-wrap .cal-nav a {
    color: #FFF;
}

.calendar-wrap .cal-nav a:hover {
    color: #FAB300;
}

.calendar-dates ul li {
    background: #f9f9f9;
    cursor: default;
}

.calendar-wrap select {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.date_popup_wrap {
    background: #FFF;
    box-shadow: 0 0 15px #ccc;
    width: auto;
    height: auto;
    white-space: nowrap;
}

.date_window {
    margin: 0;
    padding: 15px;
}

.popup_event {
    color: #354558;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

#event_list {
    padding: 15px;
    background: #FFF;
}

#event_list ul {
    padding-left: 0;
}

#event_list ul li {
    list-style: none;
}

#event_list ul li .badge {
    font-size: 13px;
    margin-right: 15px;
}

#event_list ul li a {
    color: #FAB300;
    font-size: 14px;
}

#calendar_div {
    margin-bottom: 50px;
}

.calendar-dates ul li.light_sky,
.calendar-dates ul li.grey {
    cursor: pointer;
}

.calendar-dates ul li.date_cell.light_sky:hover {
    background: #3e627d !important;
}

#event_list .row {
    padding: 10px 0;
}

#event_list .row:nth-child(even) {
    background: #F9f9f9;
}

.badge-success {
   background: #28a745!important;
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .calendar-wrap {
        width: 617px;
    }

    .calendar-days ul li,
    .calendar-dates ul li {
        width: 88px;
    }

    .calendar-dates {
        width: 617px;
    }

    .calendar-dates ul li {
        height: 65px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .calendar-wrap,
    .calendar-dates {
        width: 710px;
    }

    .calendar-days ul li,
    .calendar-dates ul li {
        width: 101px;
    }

    .calendar-dates ul li {
        height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .calendar-wrap,
    .calendar-dates {
        width: 450px;
    }

    .calendar-days ul li,
    .calendar-dates ul li {
        width: 64px;
    }

    .calendar-dates ul li {
        height: 65px;
    }
}


