﻿* {
    box-sizing: border-box;
}
.daterangepickerNew {
    margin-top: 8px;
}
.datepic_req.daterangepickerNew .calendar-table tbody td > div,
.datepic_req.daterangepickerNew .calendar-table tbody td > span,
.datepic_req.daterangepickerNew .calendar-table th {
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 16px;
}
.datepic_req.daterangepickerNew .calendar-table tbody td > span {
    height: 100%;
    width: 100%;
}
.daterangepickerNew td.disabled {
    text-decoration: none;
}
.datepic_req.daterangepickerNew .calendar-table tbody td {
    height: 40px;
    width: 42px;
}
.datepic_req.daterangepickerNew .calendar-table th {
    height: 40px;
    min-width: 42px;
    padding-bottom: 0px;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) th {
    height: 35px;
    padding: 0;
}
.daterangepickerNew td.available:hover {
    background-color: transparent;
    border: 2px solid #1a73e8;
}
.datepic_req.daterangepickerNew td.active {
    background-color: #1a73e8;
    color: #fff;
    border-radius: 50% !important;
}
.daterangepickerNew .drp-calendar {
    max-width: unset;
}
.daterangepickerNew .calendar-table table {
    display: flex;
    flex-direction: column;
}
.daterangepickerNew .calendar-table table thead {
    display: flex;
    flex-direction: column-reverse;
}
.daterangepickerNew.single.show-calendar .ranges,
.datepic_req.daterangepickerNew.single .drp-selected {
    display: none;
}
.daterangepickerNew .calendar-time {
    display: flex;
    padding: 0px;
    grid-gap: 7px;
    margin-top: 0;
    padding-right: 8px;
    justify-content: center;
}
.datepic_req.daterangepickerNew select.hourselect,
.datepic_req.daterangepickerNew select.minuteselect,
.datepic_req.daterangepickerNew select.ampmselect {
    width: auto;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    padding-left: 6px;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) {
    display: flex;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) th:nth-child(odd) {
    flex: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) th:nth-child(odd) > span {
    padding: 4px;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) .prev > span {
    margin-left: 4px;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) .next > span {
    margin-right: 4px;
}
.daterangepickerNew .calendar-table table thead tr:nth-child(2) th:nth-child(even) {
    display: flex;
    justify-content: center;
    cursor: default;
    grid-gap: 10px;
}
.datepic_req.daterangepickerNew select.monthselect,
.datepic_req.daterangepickerNew select.yearselect {
    padding: 0px 3px;
    height: 100%;
    width: fit-content;
    font-size: 15px;
    font-family: 'Roboto-Medium';
    cursor: pointer;
    background-color: #eee;
}
.datepic_req.daterangepickerNew select.monthselect option,
.datepic_req.daterangepickerNew select.yearselect option,
.datepic_req.daterangepickerNew select.hourselect option,
.datepic_req.daterangepickerNew select.minuteselect option,
.datepic_req.daterangepickerNew select.ampmselect option {
    font-size: 14px;
}
.datepic_req.daterangepickerNew select.yearselect::-webkit-scrollbar,
.datepic_req.daterangepickerNew select.minuteselect::-webkit-scrollbar {
    width: 6px;
}
.datepic_req.daterangepickerNew select.yearselect::-webkit-scrollbar-track,
.datepic_req.daterangepickerNew select.minuteselect::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.datepic_req.daterangepickerNew select.yearselect::-webkit-scrollbar-thumb,
.datepic_req.daterangepickerNew select.minuteselect::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
}
.daterangepickerNew:before {
    border-bottom-width: 10px;
    top: -9px;
    left: 5px;
}
.daterangepickerNew:after {
    border-bottom-width: 9px;
    top: -8px;
    left: 6px;
}
.daterangepickerNew.drop-up:before {
    border-top-width: 10px;
    bottom: -9px;
    left: 5px;
}
.daterangepickerNew.drop-up:after {
    border-top-width: 9px;
    bottom: -8px;
    left: 6px;
}
.datepic_req.daterangepickerNew .calendar-table tbody td.disabled {
    cursor:not-allowed;
}
@-moz-document url-prefix() {
    :not(.no-datepicker-style) .datepic_req.daterangepickerNew .calendar-table th {
        min-width: 31px;
    }

    :not(.no-datepicker-style) .datepic_req.daterangepickerNew .calendar-table tbody td {
        width: 31px;
        min-width: unset;
    }

    .no-datepicker-style .datepic_req.daterangepickerNew .calendar-table th {
        min-width: 42px !important;
    }

    .no-datepicker-style .datepic_req.daterangepickerNew .calendar-table tbody td {
        width: 42px !important;
        min-width: initial !important;
    }
    }
}