/* calendar classes
--------------------------------------------------*/
.ui-datepicker-calendar th{
    text-align:center;
}
.oddsun a.ui-state-default {
    color: red;
    font-weight: bold;
}

.oddsat a.ui-state-default {
    color: blue;
    font-weight: bold;
}

.ui-datepicker-trigger{
    width: 26px;
    border: 1px solid #cccccc;
    border-left: none;
    background-image: url(../images/common/ico_date.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-indent: -999em;
}
button.ui-datepicker-trigger {
    height: 28px;
}
span.ui-datepicker-trigger {
    height: 26px;
}

#datepicker {
    width: 60px;
}

.ui-datepicker {
    display: none;
    padding: 2px;
    margin-top: 3px;
    border: 0px solid #b8b8b8;
    text-align: center;
    background: #fcfcfc;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: 2px;
    margin-bottom: 2px;
}

.ui-datepicker .styled-select {
    display: inline-block;
    height: 20px;
    text-align: right;
    overflow: hidden;
    margin-right: 5px;
    background: url(images/btn_date_select.png) no-repeat 85% 50%;
}

.ui-datepicker .styled-select select {
    background: transparent;
    border: 1;
    width: 60px;
    height: 20px;
    text-align: right;
    font-weight: bold;
    color: #3f3f3f;
    -webkit-appearance: none;
    cursor: pointer;
}

.ui-datepicker table {
    border-collapse: collapse;
}

.ui-datepicker th {
    width: 28px;
    height: 18px;
    color: #fff;
    font-weight: normal;
    border: 1px solid #b1b1b1;
    background: #b1b1b1;
}

.ui-datepicker td {
    width: 28px;
    height: 28px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.ui-datepicker td a {
    color: #191919;
}

.ui-datepicker td:hover {
    background: #855fa4;
}

.ui-datepicker td:hover a {
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-week-end a {
    color: #fa6e19;
}

.ui-datepicker .ui-datepicker-week-end:nth-of-type(7) a {
    color: #2374ee;
}

.ui-datepicker .ui-datepicker-other-month {
    background: #f3f3f3;
}

.ui-datepicker .ui-datepicker-other-month span {
    color: #494949;
}

.ui-datepicker .ui-datepicker-today {
    background: #dfc5f0;
}

.ui-datepicker .ui-datepicker-today a {
    color: #503269 ;
    background:none !important;
}

.ui-datepicker-other-month .ui-datepicker-unselectable {
    background: #f3f3f3;
}

.ui-datepicker .ui-datepicker-buttonpane {
    position: absolute;
    top: 8px;
    right: 6px;
}

.ui-datepicker .ui-datepicker-close {
    border:0px;
    color: #FFFFFF;
    width: 13px;
    height: 13px;
    background: url(images/btn_cal_close.png) no-repeat 90%;
}

.ui-datepicker .ui-widget-header {
    border: 1px solid #e4e4e4;
    color: #ffffff;
}

.ui-datepicker-next,.ui-datepicker-prev,.ui-datepicker-current {
    display: none;
    backgroung: none;
}

.ui-datepicker .ui-state-disabled {
    background: #e2e2e2;
}

.datePickerDash {
    position: absolute;
    display: none;
    background: #ffffff;
    z-index: 1;
    text-align: center;
    border: 1px solid #b8b8b8;
    font-weight: bold;
}

.datePickerDash div {
    margin-top: 100px;
}

.datePickerCloseBtn {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    color: transparent;
    display: inline-block;
    background: url(images/btn_cal_close.png) no-repeat 90%;
    z-index: 200;
    display: none;
}
/*------월달력--------------*/
.monthPicker{width:181px;padding:2px; border:1px solid #d8d8d8; background-color:#fff;}
.monthpickerTop{width:181px;background-color:#fff;height:34px;}
.yearSelect{text-align:center;border:1px solid #e4e4e4;padding:2px 0px;}
.yearSelect img{position:relative;left:45px;}
.monthpickerTop select{
    background: transparent;
    width: 80px;height: 30px;font-weight: bold;color: #3f3f3f;-webkit-appearance: menulist;cursor: pointer;border:1px solid #e4e4e4;}
/* .monthpickerTop .yearSelect{
    height: 20px; overflow: hidden;background: url(images/btn_date_select.png) no-repeat 55% 50%;
} */
.monthpickerBottom{ background-color:#fff;margin-top:6px;}
.monthpickerBottom tr{height:32px}
.monthpickerBottom td {cursor:pointer;border:1px solid #e4e4e4;}
.monthpickerBottom td a {display:block;overflow:hidden;width:44px;height:32px;text-align:center;line-height:2.8; text-decoration:none;color:#111;}
.monthpickerBottom td :hover{width:44px;height:32px;cursor:pointer;color:#fff;background-color:#855fa4}
.monthpickerBottom .monthSelected{color:#503269;background-color:#dfc5f0;
}
td.ui-datepicker-current-day{background:#855fa4;color:#ffffff!important;}