@charset "utf-8";

/*  Datepicker  */

a {
    text-decoration: none;
}

.btn_calender {
    font-size: 10px;
    text-align: left;
}

#datepicker {
    padding: 0 0px 0 0;
}

.btn_calender {
    font-size: 10px;
    text-align: left;
    margin-left: 20px;
    display: inline-block;
}

.datepicker {
}

.ui-datepicker-trigger {
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 28px;
    border: none;
    background-image: url(../img/common/btn_cal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#fff;
}

div#ui-datepicker-div {
    display:none;
    background: #fff;
    border: 0px solid #ccc;
    position: relative;
    padding: 1.7em 8px 8px;
    z-index: 850 !important;
    /*/width:11.5em;*/
    margin: 13px 0 0;
    border:1px solid #ddd;
}

.ui-datepicker-title {
    font-weight: bold;
}

iframe.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    -webkit-filter: mask();
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

td .ui-state-active {
    color:#fff;
    font-weight: bold;
}

.ui-datepicker-title {
    padding: 5px 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar {
    /*margin:0 auto;*/
}

.ui-datepicker-calendar td {
    border: 1px solid #ccc;
}

.ui-state-default {
    display: block;
    padding: 6px 10px;
}

.ui-datepicker-prev {
    cursor: pointer;
    text-align: left;
    position: absolute;
    top: 8px;
    left: 8px;
}

.ui-datepicker-next {
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 8px;
    right: 8px;
}

.ui-datepicker-current {
    float: left;
    display: none;
}
.ui-datepicker-close {
    float: right;
}

.ui-datepicker-buttonpane {
    padding-top: 8px;
    display: block;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-state-hover {
/*    color:#fff; */
/*    background: rgba(0,0,0,0.1); */
}

.ui-state-active {
    color:#fff;
    background: rgba(128,192,202,1) !important;
}

.ui-state-active:hover {
    color:#fff;
}

td.ui-datepicker-week-end {
    background: #F0C8C4;
}

td.days_blue {
    background: #AACFEA;
}

td.ui-state-disabled,
a.ui-state-disabled {
    color: #ccc;
    cursor: default;
    background: #fff;
}
