/* datepicker Style */
.ui-datepicker{width:270px;padding:0;display:none;border:0;margin-top:5px}
.ui-widget.ui-widget-content{border:0;border-radius:3px;overflow:hidden;background:#fff;box-shadow:0 0 8px rgba(0,0,0,0.3)}
.ui-datepicker .ui-widget-header{position:relative;padding:6px 0 36px 0;border:0;color:#fff;border-radius:0}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width:70px;height:26px;line-height:26px;background:rgba(0,0,0,0.15) url(../images/arrow-button.png) 100% -27px no-repeat;margin:0 4px;padding:0 6px;border:0;border-radius:3px;color:#fff;font-size:13px;font-weight:500;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;/* 화살표 없애기 */}
.ui-datepicker select.ui-datepicker-month:hover, .ui-datepicker select.ui-datepicker-year:hover{background:rgba(0,0,0,0.3) url(../images/arrow-button.png) 100% -27px no-repeat}
.ui-datepicker select::-ms-expand{
	display:none;/* 화살표 없애기 for IE10, 11*/
}
.ui-datepicker .ui-datepicker-title{line-height:24px;text-align:center;margin:0px 31px;font-size:14px;font-weight:500;letter-spacing:0}
.ui-datepicker-title .ui-datepicker-year option, .ui-datepicker-title .ui-datepicker-month option{background:#fff;color:#333}
.ui-datepicker .ui-datepicker-calendar{position:relative;width:260px;padding-top:100px;margin:0 auto}
.ui-datepicker-calendar thead tr{position:absolute;top:-25px;left:0;right:0}
.ui-datepicker-calendar thead th{float:left;display:block;padding:0;width:14.2857%;color:#fff;font-size:13px;letter-spacing:1px;opacity:0.8}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position:absolute;top:6px;width:26px;height:26px;text-indent:-9999px;cursor:pointer}
.ui-datepicker .ui-datepicker-prev{left:5px}
.ui-datepicker .ui-datepicker-prev.ui-state-hover{background:rgba(0,0,0,0.1);border:0}
.ui-datepicker .ui-datepicker-prev .ui-icon{background:url(../images/arrow-button.png) 0 0 no-repeat}
.ui-datepicker .ui-datepicker-next{right:5px}
.ui-datepicker .ui-datepicker-next.ui-state-hover{background:rgba(0,0,0,0.1);border:0}
.ui-datepicker .ui-datepicker-next .ui-icon{background:url(../images/arrow-button.png) -16px 0 no-repeat}
.ui-datepicker .ui-state-default{display:block;border:0;border-radius:15px;width:30px;height:30px;line-height:30px;padding:0;margin:4px auto;font-size:14px;text-align:center;background:#fff;font-weight:400;color:#333;box-sizing:border-box}
.ui-datepicker .ui-state-default.ui-state-hover{background:rgba(0,0,0,0.05)}
.ui-datepicker-today .ui-state-default{font-weight:500}
.ui-state-disabled .ui-state-default{color:#ccc}
.ui-datepicker-current-day .ui-state-default{color:#fff;font-weight:500}
.ui-datepicker-buttonpane{overflow:hidden;border-top:1px solid #eee}


/* ie add Style */
.ui-datepicker td, .ui-datepicker th{border:0;background-color:transparent;padding:0}
.ui-datepicker table tr th
, .ui-datepicker table tr:hover th{background-color:transparent}
.ui-datepicker table tr td
, .ui-datepicker table tr:hover td{background-color:transparent}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;cursor:pointer;width:auto;margin:5px;padding:3px 7px;overflow:visible;line-height:24px}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}
.ui-corner-all{border-radius:3px}
.ui-icon{display:block;width:16px;height:16px}


/* 일요일 */
.ui-datepicker-calendar tr th:first-child span{color:#ffc1c1}
.ui-datepicker-calendar tr td:first-child a{color:#ff0000}
/* 토요일 */
.ui-datepicker-calendar tr th:last-child span{color:#b6e8ff}
.ui-datepicker-calendar tr td:last-child a{color:#03a9f4}


/* 해당 #3f51b5 색상코드 변경 시 디자인 일괄적용 */
.ui-datepicker .ui-widget-header{background:#3f51b5}
.ui-datepicker-today .ui-state-default{color:#3f51b5}
.ui-datepicker-current-day .ui-state-default{color:#fff !important;background:#3f51b5 !important}
.ui-datepicker-buttonpane button[data-handler="today"]{color:#3f51b5}
