﻿.field-icon-right {
    z-index: 0;
}

.ui-widget.ui-widget-content {
    border: none;
    background-color: #E5F5FA;
    padding: 10px !important;
}

.ui-widget-header {
    border: none;
    background: #E5F5FA;
    color: #4C4C4C;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: none;
        background: #E5F5FA;
        font-weight: normal;
        color: #4C4C4C;
        text-align: center;
        padding: 10px;
    }


.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #009dd1 !important;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 10em;
}

.ui-widget {
    font-family: 'Museo Sans-medium';
}

.ui-datepicker .ui-datepicker-next {
    right: -2.5em;
}

.ui-datepicker .ui-datepicker-prev {
    left: -2.5em !important;
}


.ui-datepicker-next .ui-icon {
    background: url(../svg-icons/right.svg) no-repeat 100% !important;
    background-position: right !important;
    background-size: 20px !important;
    min-width: 20px !important;
}


.ui-datepicker-prev .ui-icon {
    background: url(../svg-icons/left.svg) no-repeat 100% !important;
    background-position: right !important;
    background-size: 20px !important;
    min-width: 20px !important;
}


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 35px;
    height: 35px;
    background-color: #009dd1;
    border-radius: 50%;
    cursor: pointer;
}

    .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
        cursor: pointer;
    }



#overlay, #overlaySingle {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    cursor: pointer;
}

.dp-highlight .ui-state-default {
    background: #ffffff;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    background: #009dd1 !important;
}

.ui-datepicker {
    width: 20em;
    padding: .2em .2em 0;
    display: none;
    height: 20em;
}

    .ui-datepicker td {
        padding: 0;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
}

.ui-datepicker-multi {
    width: 40em !important;
}
@media(max-width:949px){
    #ui-datepicker-div.ui-datepicker {
        width: 20em;
    }
}