
.datepicker {
    display: block;
    float: left;
    height: 30px;
    *height: 22px;
    width: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background: url('../images/ico-calendar.png') 0 50% no-repeat transparent;
}

.datetime-section {
    margin-top: 10px;
}

    .datetime-section #putime-fieldset label, .datetime-section #putime-fieldset label, .datetime-section #dotime-fieldset label, .datetime-section #dotime-fieldset label {
        padding: 0 2% 5px 0;
    }
/*** Date Picker interface styling ***/
#ui-datepicker-div {
    display: none;
}

.ui-datepicker {
    padding: 0.2em;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-datepicker .ui-datepicker-header {
    background: none repeat scroll 0 0 #489AE3 !important;
    color: #FFFFFF !important;
    height: 2.8em !important;
    padding: 0.2em 0 0.4em !important;
    position: relative;
}

.ui-datepicker table {
    margin: 0em;
}

.ui-datepicker td span, .ui-datepicker td a {
    border: 1px solid #FFF !important;
    display: block !important;
    padding: 0.6em 0.4em 0.6em !important;
    text-align: center !important;
    text-decoration: none;
}

    .ui-datepicker td a:hover {
        border: 1px solid #489AE3 !important;
    }

.ui-datepicker .ui-datepicker-prev {
    background: url("../images/arrow-left-date-picker.gif") no-repeat scroll 0 0 transparent !important;
    left: 6px !important;
}

.ui-datepicker .ui-datepicker-next {
    background: url("../images/arrow-right-date-picker.gif") no-repeat scroll 0 0 transparent !important;
    right: -2px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    height: 2.5em !important;
    position: absolute !important;
    top: 6px !important;
    width: 2.5em !important;
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: none !important;
    }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0 2.4em;
    padding-top: 3px !important;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    background: none repeat scroll 0 0 #489AE3 !important;
    border: medium none;
    color: #FFFFFF !important;
    margin: 0;
    padding: 0.2em 0 !important;
    position: relative;
    height: 2.3em !important;
}

.ui-datepicker-current-day {
    color: #fff !important;
}

.ui-datepicker-header.ui-corner-all {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ui-datepicker-div.ui-corner-all {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background: #fff;
}

.ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
    background: #fff none repeat scroll 0 0 !important;
}

/*INDEX*/
div form {
    overflow: visible;
}

.datetime-section {
    position: relative;
    overflow: visible;
    margin-bottom: 0px;
}

a.date-panel:hover {
    text-decoration: none !important;
}

.no-htP {
    min-height: 0px;
}

.datetime-section__pu {
    float: left;
    width: 100%;
}

#ctl00_ContentPlaceHolder1_ucSearch_upd1 {
}

    #ctl00_ContentPlaceHolder1_ucSearch_upd1 .datetime-section {
        margin-top: 0px !important;
    }



.selectbox select.form-control {
    border: 1px dashed #fcae06 !important;
}

.none-icon {
    height: 28px;
    right: 1px;
    top: 1px;
}

.datetime-section__do {
    float: right;
    width: 100%;
}


.datetime-section__dateselect {
    position: absolute;
    display: none;
    top: -3px;
    left: 5px;
    width: 97.5%;
    z-index: 2;
    font-family: 'Raleway', sans-serif;
}


form .datetime-section fieldset div {
    line-height: normal;
}

    form .datetime-section fieldset div.date-panel__date-wrapper {
        display: table-cell;
        vertical-align: middle;
        height: 30px;
        padding: 0;
    }

.date-panel {
    position: relative;
    display: block;
    min-height: 18px;
    margin-bottom: 3px;
    padding: 0px 30px 0px 35px;
    border: 1px dashed #a9a9a9;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 7px 4px;
    cursor: pointer;
}

.date-panel--pu {
    background-image: url(../images/ico-calendar-do.png);
    background-image: url(../images/ico-calendar-do.svg), none;
    background-size: 20px;
}

.date-panel--do {
    background-image: url("../images/ico-calendar-do.png");
    background-image: url("../images/ico-calendar-do.svg"), none;
    background-size: 20px;
}

.date-panel:hover {
    border: 1px solid #a9a9a9;
}

.date-panel__day, .date-panel__date, .date-panel__month, .date-panel__year {
    color: #444;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.date-panel__year {
    font-size: 14px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
}

.date-panel__arrow {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 12px;
    height: 12px;
    background-image: url("../images/ico-arrow-down.png");
    background-image: url("../images/ico-arrow-down.svg"), none;
    background-repeat: no-repeat;
    background-size: 12px;
}

.date-panel__empty-text {
    display: none;
    font-size: 0.875em;
    line-height: 18px;
    color: #999;
    height: 30px;
}

.date-panel.empty {
    padding-right: 5px;
    display: block;
}

    .date-panel.empty .date-panel__empty-text {
        display: table-cell;
        *display: block;
        vertical-align: middle;
    }

.datetime-section fieldset .date-panel.empty div.date-panel__date-wrapper {
    display: none;
}

.date-panel.active {
    /*font-weight: bold;*/
    border-color: #e60201;
    background-color: #e60201;
}

.date-panel--pu.active {
    background-image: url("../images/ico-calendar-pu.html");
    background-image: url("../images/ico-calendar-pu.svg"), none;
    background-size: 20px;
}

.date-panel--do.active {
    background-image: url("../images/ico-calendar-pu.html");
    background-image: url("../images/ico-calendar-pu.svg"), none;
    background-size: 20px;
}

.date-panel.active .date-panel__empty-text {
    color: #fff;
}
/* Time Panel Component */
/* .time-panel {
        background: #fff;
        border: 1px solid #a9a9a9;
    }*/


/* Date Select Component */
.dateselect {
    background: white;
    /*border-top: 2px solid #e60201;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.dateselect__month-wrapper {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.dateselect__month-back, .dateselect__month-forward {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
    background-image: url("../images/ico-arrow-left.png");
    background-image: url("../images/ico-arrow-left.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 16px;
    background-size: 24px 24px;
    border-bottom: none;
    cursor: pointer;
}

.dateselect__month-forward {
    left: auto;
    right: 0;
    background-image: url("../images/ico-arrow-right.png");
    background-image: url("../images/ico-arrow-right.svg"), none;
}

    .dateselect__month-back:hover, .dateselect__month-forward:hover {
        background-color: rgba(230, 243, 254, 0.9);
    }

.dateselect__month-slider {
    display: block;
    width: 100%;
    overflow: hidden;
}

.dateselect__months {
    width: 4000px;
    padding: 5px 60px;
}

    .dateselect__months li {
        float: left;
        margin: 5px 0;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        line-height: 0.9em;
        color: #444;
        cursor: pointer;
        list-style: none !important;
    }



        .dateselect__months li.active {
            border: 1px solid #e60201;
            color: #e60201;
        }

        .dateselect__months li.year {
            padding-top: 11px;
            font-size: 0.8em;
            font-weight: bold;
            color: #999;
            cursor: auto;
            list-style: none !important;
        }
/* Calendar Overrides */
.dateselect .ui-datepicker.ui-widget-content {
    border: none;
    border-radius: 0;
}

.dateselect .ui-datepicker {
    width: 100%;
    padding: 0;
}

.dateselect .ui-widget {
    font-size: 1em;
}

.dateselect .ui-datepicker-header, .dateselect .ui-datepicker-buttonpane {
    display: none;
}

.dateselect .ui-datepicker-calendar {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 1em;
    background-color: #fff;
}

    .dateselect .ui-datepicker-calendar th {
        font-size: 0.875em;
        font-weight: normal;
        color: #666;
    }

    .dateselect .ui-datepicker-calendar td {
        width: 14.2%;
        border: 1px solid #ddd;
        vertical-align: middle;
    }

        .dateselect .ui-datepicker-calendar td:hover {
            border-color: #e60201;
            cursor: pointer;
        }

        .dateselect .ui-datepicker-calendar td.ui-datepicker-unselectable {
            opacity: 0.3;
        }

            .dateselect .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
                border-color: #ddd;
                cursor: default;
            }

        .dateselect .ui-datepicker-calendar td a {
            background-color: transparent !important;
        }

            .dateselect .ui-datepicker-calendar td a:hover {
                border-color: transparent !important;
            }

.dateselect .ui-state-default {
    color: #444;
}

.dateselect .ui-datepicker-calendar td.first, .dateselect .ui-datepicker-calendar td.oneday, .dateselect .ui-datepicker-calendar td.last {
    position: relative;
    border-color: #e60201;
    background-repeat: no-repeat;
    background-position: 40% 60%;
}

#ctl00_ContentPlaceHolder1_ucSearch_upd1 .searchformbox [class*="col-"]:first-child {
    margin-bottom: 0;
}

.dateselect .ui-datepicker-calendar td.first {
    background-image: url("../images/ico-car-right.png");
    background-image: url("../images/ico-car-right.svg"), none;
    background-size: 24px;
}

.dateselect .ui-datepicker-calendar td.last {
    background-image: url("../images/ico-car-left.png");
    background-image: url("../images/ico-car-left.svg"), none;
    background-size: 24px;
}

.dateselect .ui-datepicker-calendar td.oneday {
    background-image: url("../images/ico-round-trip.png");
    background-image: url("../images/ico-round-trip.svg"), none;
    background-size: 24px;
}

.dateselect .ui-datepicker .last a, .dateselect .ui-datepicker .first a, .dateselect .ui-datepicker .oneday a {
    position: relative;
    border-color: transparent !important;
    font-size: 0.75em;
    text-align: right !important;
    margin-top: -5px;
    padding-bottom: 19px !important;
    font-weight: bold;
    color: #e60201 !important;
}

.dateselect .ui-datepicker-calendar td.first.ui-datepicker-unselectable, .dateselect .ui-datepicker-calendar td.last.ui-datepicker-unselectable, .dateselect .ui-datepicker-calendar td.oneday.ui-datepicker-unselectable, .dateselect .ui-datepicker-calendar td.dp-highlight.ui-datepicker-unselectable {
    height: auto;
    background-image: none;
    border-color: transparent !important;
}

.dateselect .dp-highlight {
    border-color: #e60201 !important;
}

    .dateselect .dp-highlight a {
        color: #e60201 !important;
    }

.dateselect .ui-datepicker-week-end .ui-state-default {
    background-color: transparent !important;
    border-color: transparent !important;
}


.dateselect .ui-datepicker-calendar .first .ui-state-default.ui-state-active, .dateselect .ui-datepicker-calendar .last .ui-state-default.ui-state-active {
    color: #e60201 !important;
}

.dateselect .ui-datepicker-current-day .ui-state-default.ui-state-active {
    background-color: transparent !important;
    color: #444 !important;
}

.dateselect .ui-datepicker td span, .dateselect .ui-datepicker td a {
    padding: 0.5em 0.3em 0.5em 0.3em !important;
}

#location-fieldset .checkboxcontainer {
    padding-bottom: 0;
}


form div #traveling-reason label input, form#search div div.tooltip,
form div div.tooltip {
    *position: static;
}

@media screen and (max-width: 568px) {
    .date-panel__empty-text {
        font-size: 0.75em;
        line-height: 14px;
        height: 56px;
    }

    ico-calendar-pu.png form fieldset div {
        height: 0px;
        padding: 0 0 0px;
    }

    form .datetime-section fieldset div.date-panel__date-wrapper {
        height: 30px;
    }

    .datetime-section__dateselect {
        top: 58px;
    }

    .date-panel {
        background-position: 7px 5px;
    }
}


.dateselect .ui-datepicker-other-month {
    background: #ddd;
}

.ui-widget.ui-widget-content {
    min-width: 100%;
}
