
input#daterange {
    border: 0;
    background-color: transparent;
    width: auto;
    opacity: 0;
    max-width: 150px;
    font-size: 16px;
    letter-spacing: 0;
}

input#daterange:focus-visible,
input#daterange:focus {
	border-color: transparent;
}

.datebox-outer {
    position: relative;
    display: inline-block;
}
                
body .calander-btn.x-button{
    background: url(../images/calendar.png)no-repeat;
    background-position: 14px 7px;
    background-size: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    font-weight: 400;
    top: 0;
    text-transform: none;
    width: 100%;
    letter-spacing: 0;
}

.date-filters {
    width: 100%;
    float: left;
    text-align: center;
}

.date-filters .x-button {
    border: none;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    width:auto;
}


.date-filters .x-button::after {
    opacity: 0;
    width: 0;
}

.date-filters {
    margin-top: 15px;
}

.date-filters .x-button.active {
    background: #e6e6e6;
}

body .daterangepicker {
    border-radius: 0;
    border: 1px solid #000;
}

body .daterangepicker .calendar-table td {
    width: 40px;
    height: 40px;
    border-radius: 0 !important;
    font-size: 13px;
    max-width: 40px;
}

body .daterangepicker .calendar-table td.today {
    background: #fff !important;
    color: #000;
    border: 1px solid #000 !important;
}

body .daterangepicker .calendar-table td.in-range, 
body .daterangepicker .calendar-table td.start-date {
    background: #FFD506;
    color: #000;
}


body .daterangepicker td.available:hover {
    background: #FFD506;
}

body .daterangepicker:before {
    border-bottom-color: #000;
}

body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    padding-bottom: 10px;
}

body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

body .daterangepicker .drp-buttons {
    border-top-color: #000;
}

body .daterangepicker .calendar-table td {
    border: none !important;
}

.datebox-outer.active .calander-btn {
    font-size: 0;
}

.datebox-outer.active input#daterange {
    opacity: 1;
    padding-left: 40px;
}

.datebox-outer.active input#daterange {
    font-weight: 400;
    width: 259px;
    max-width: 259px;
}

.datebox-outer.active input#daterange:focus {
    outline: none;
}

@media (max-width: 767px) {
    .overlay.active {
        position: fixed;
        height: 100%;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.8);
        top: 0;
        z-index: 9999;
    }
}

body .daterangepicker .calendar-table th:hover {
    background: #fff;
}

body .daterangepicker {
    font-family: "Mallory Standard Webfont",Arial,Helvetica,sans-serif;
    margin-top: -95px;
}

body.toolbar-icon-9 .daterangepicker { 
    margin-top: 8px;
}    

body .daterangepicker .drp-calendar.left {
    padding: 10px 0 15px 15px;
}

body .daterangepicker .drp-calendar.right {
    padding: 10px 15px 15px 8px;
}

body .daterangepicker .drp-calendar {
    max-width: unset;
}

body .daterangepicker .calendar-table th {
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
  font-weight: 700; 
}

body .daterangepicker .calendar-table td.off {
    pointer-events: none;
    background: #fff;
    color: #999;
}

@media only screen and (max-width: 768px) {
    body .daterangepicker {
        width: 95%;
        top: 25px !important;
        right: 9px !important;
    }
} 