/*
#ph-calendar-overlay {
    display: none !important;
}
*/
.span-month, .span-year {
    font-size: 20px;
}
#ph-calendar-days {
    border-bottom: 1px solid #E6E6E6;
}
.ph-calendar-weekdays li{
    font-size: 0.8vw;
    text-transform: uppercase;
}
.ph-calendar-days li, .ph-calendar-weekdays li {
    margin-bottom: 0px;
}
.ph-calendar-days li {
    font-size: 20px;
    padding: 10px;
}
.timepicker-selected-date, .selected-date {
    border-radius: 0px;
    font-weight: 800;
}
li.ph-calendar-date.mouse_hover, li.ph-calendar-date:hover {
    color: #fff;
    border-radius: 0px;
    font-weight: 800;
}
/** MOBILE **/
@media only screen and (max-width: 767px) {
    .ph-calendar-container {
        padding: 10px;
    }
    .span-month, .span-year {
        font-size: 14px;
    }
    .month-year-wraper, .fixed-date-wraper, .ph-calendar-date {
        padding: 5px;
    }
    .ph-calendar-month ul li {
        margin-top: 5px;
    }
    .ph-calendar-weekdays li{
        font-size: 12px;
    }
}
/** TABLET PORTRAIT **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ph-calendar-container {
        padding: 1.5vw;
    }
    .span-month, .span-year {
        font-size: 2vw;
    }
    .month-year-wraper, .fixed-date-wraper, .ph-calendar-date {
        padding: 1vw;
    }
    .ph-calendar-month ul li {
        margin-top: 1vw;
    }
    .ph-calendar-weekdays li{
        font-size: 1.5vw;
    }
}