@charset "UTF-8";
/*******************************************
     jcalendar.css	 
	 최종수정일 :: 2023.06.26 (폰트변경) 
********************************************/

.ui-datepicker-div > a,
/*span*/{
	/* clear:both; 로그인 화면에서 깨져서 주석 처리함 */
	font-family: 'Pretendard', 'Noto Sans KR', tahoma,  Arial, Helvetica, sans-serif !important;
}
.ui-datepicker-div > select{
	clear:both;
	color:#808080 !important;
}
div.ui-jqgrid-caption{
	height:1px;
}

.ui-datepicker{
	font-size:12px;
	/*width:160px;*/
}
.ui-datepicker select.ui-datepicker-month{
	width:30%;font-size:12px;
}
.ui-datepicker select.ui-datepicker-year{
	width:40%;font-size:12px;
}
.ui-datepicker-sun{
	color:#ff3300 !important;
}
.ui-datepicker-sat{
	color:#004d99 !important;
}
.ui-datepicker-others{
	opacity:0.5 !important;
}
.ui-datepicker-select-month{
	background:#ffffff;
}

/* 20221206 */
.ui-datepicker table,
.ui-datepicker th,
.ui-datepicker td{font-family: 'Pretendard', 'Noto Sans KR', tahoma,  Arial, Helvetica, sans-serif !important;}
.ui-datepicker.ui-widget-content{border:1px solid #ccc !important;}
.ui-datepicker .ui-state-default{border: none !important; background: #ffffff; border-radius:2px; box-sizing:border-box; }
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-default:focus{background: #eee !important; color: #333;}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active:hover,
.ui-datepicker .ui-state-active:focus{border: 1px solid #8e58d8; background: #a16fe5 !important; color:#fff;}

.ui-datepicker .ui-state-highlight {border: 1px solid #78c4ff;background: #eaf8ff !important;color: #2aafee;}

.ui-datepicker-title select{border:none !important; color:#111;}