/* Multi Select Calendar */

/*Calendar Legend*/
.key {
width: 20px;
height: 20px;
margin-right: 5px;
display: inline-block;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #333;
    position: relative;
    top: 5px;
}

.key-bestprice {
background: #99D699;
}

.key-available {
    background: #CCEBFF;
}

.key-selected {
    background: #09F;
}
.legend small {
    position: relative;
    left: -5px;
}
/*Calendar*/
.ui-datepicker .calendar-note {
    font-size: 9px;
    letter-spacing: 0;
    padding: 2px 2px;
    min-height: 15px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    width: 100%;
    height: 53px;
    left: 0;
    top: 12px;
    margin: 0;
    border: 1px solid #ddd;
    -moz-border-radius: 4px 4px 0 0 ;
    -webkit-border-radius: 4px 4px 0 0 ;
    border-radius: 4px 4px 0 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #CCEBFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#CCEBFF));
    background: -webkit-linear-gradient(top, white 0%,#CCEBFF 100%);
    background: -o-linear-gradient(top, white 0%,#CCEBFF 100%);
    background: -ms-linear-gradient(top, white 0%,#CCEBFF 100%);
    background: linear-gradient(to bottom, white 0%,#CCEBFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccebff',GradientType=0 );
}

.ui-datepicker-calendar tbody {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ui-datepicker-title {
    position: relative;
    top: 5px;
    text-align: center;
    display: block;
    width: 130px;
    margin: 0 auto;
}

.ui-datepicker-month {
    color: #333;
    font-weight: 600;
    font-style: normal;
    margin: 5px 0;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}

.ui-datepicker-year {
    color: #333;
    font-weight: 600;
    font-style: normal;
    margin: 5px 0;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 5px;
    background: #09F;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: block;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.ui-datepicker .ui-datepicker-next {
    top: 5px;
    background: #09F;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    display: block;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.ui-datepicker .ui-datepicker-next:hover {
        background: #197CB8;
    }

.ui-datepicker .ui-datepicker-prev:hover {
    background: #197CB8;
}

.ui-datepicker-inline {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 0 25px;
    height: 269px; /*NOTE: This height allows padding at the bottom for months with more than 5 weeks*/
    background: none;
}

.ui-datepicker-calendar {
    position: relative;
    top: -18px;
}

.ui-datepicker-calendar td {
    border-bottom: 1px solid #ddd;
    background: #E6F5FF;
    height: 35px;

}

.ui-datepicker-calendar td a {
    border-top: 1px solid white !important;
}

    .ui-datepicker-calendar .ui-state-default {
        border-left: 1px solid #ddd;
        display: block;
        background: inherit;
        color: inherit;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 0;
    }

    .ui-datepicker-calendar td:hover .ui-state-default {
        background: #197CB8 !important;
        color: white !important;
    }

.ui-datepicker td {
    padding: 0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-unselectable {
    background: #999;
    color: white;
}

.ui-datepicker .ui-datepicker-other-month .ui-state-default {
    background-color: #fff;
    font-weight: normal;
    color: #333;
    opacity: .7;
}

.ui-datepicker th {
    font-weight: normal;
    line-height: 30px;
    font-size: 80%;
    padding: 0;
    color: #333;
    font-weight: 900;
}

.ui-datepicker .date-bestprice {
    background: #99d699;
    color: #333;
}

.ui-state-highlight {
    background: #09F !important;
    color: white !important;
}

.ui-state-highlight {
    border: none !important;
}
.ui-icon {
    background-image: url("/css/images/ui-icons_469bdd_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-widget-content .ui-icon {
    background-image: url("/css/images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/css/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("/css/images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/css/images/ui-icons_217bc0_256x240.png");
}
.ui-datepicker-next {
    cursor: pointer;
    padding-left: 10px;
    position: relative;
}
.ui-datepicker-prev {
    cursor: pointer;
    padding-right: 10px;
}
.ui-icon-circle-triangle-e {
    background-position: -50px -191px;
}
.ui-icon-circle-triangle-w {
    background-position: -78px -191px;
    margin-left: 4px;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
