/* Default styling for jQuery Datepicker v5.0.1. */
.datepick {

}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #000;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    border: none;
}
.datepick-nav, .datepick-ctrl {
	width: 100%;
	position:relative;
	margin-bottom:0px;
	height:40px;
}
.datepick-ctrl {

}

.datepick-cmd {
	width:90px;
	
}
.datepick-cmd:hover {

}


.datepick-ctrl .datepick-cmd:hover {

}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd { }
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
}
.datepick-cmd-current, .datepick-cmd-today {
	display:none;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {

}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	text-align: center;
}
.datepick-month.first {float: left;width: 50%;}
.datepick-month.last {float: left;width: 50%;padding-left:10px;}
.datepick-month-header,
.datepick-month-header select, .datepick-month-header input {
	height: 2.5em;
    /*line-height: 2.5em;*/
	font-weight: 700;
	font-size: 18px;
}
.datepick-month-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.datepick-month-header .center_date{
	position: relative;
	font-size: 38px;
	color:#222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.datepick .datepick-month-header > a {
    display: inline-block;
    width: 90px;
	height: 40px;
	border: 1px #e2e2e2 solid;
    text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.datepick .datepick-month-header > a:hover {
	border: 1px #000000 solid;
    text-decoration: none;
}

.datepick .datepick-cmd-prev span {
	display:block;
	background: url('../img/btn_calendar_arrow1.png') no-repeat 0 center;
    line-height: 20px;
	padding-left:18px;
	font-size:16px;
	color:#000;
	font-weight: 400;
}
.datepick .datepick-cmd-next span {
	display:block;
	background: url('../img/btn_calendar_arrow2.png') no-repeat right center;
    line-height: 20px;
	padding-right:18px;
	font-size:16px;
	color:#000;
	font-weight: 400;
}

.datepick-month .datepick-month-header .center_date a{
	width: 57px; height: 57px; border:1px #cdcdcd solid; border-radius: 30px; display: flex; align-items: center; justify-content: center;
}
.datepick-month .datepick-month-header .center_date a:hover{
	border-color:#dd164a;
	background-color: #dd164a;
}
.datepick-month-header .btn-datepick-prev {
	margin-right: 30px;
	background:#fff url(../img/btn_prev.png) no-repeat center center;
}
.datepick-month-header .btn-datepick-next {
	margin-left: 30px;
	background:#fff url(../img/btn_next.png) no-repeat center center;
}
.datepick-month-header .btn-datepick-prev:hover{
	background-image:url(../img/btn_prev_.png);
}
.datepick-month-header .btn-datepick-next:hover{
	background-image:url(../img/btn_next_.png);
}

.datepick_info_stxt{display: flex; justify-content: space-between; align-items: center; padding: 44px 2px 34px;}
.datepick_info_stxt ul{display: flex; align-items: center;}
.datepick_info_stxt ul li{display: flex; align-items: center; margin-right: 15px; color:#878787; font-size: 14px;}
.datepick_info_stxt ul li:first{margin-right: 0;}
.datepick_info_stxt ul li span{ margin-right: 5px; width: 20px; height: 20px; border-radius: 3px;}
.datepick_info_stxt > span{font-size: 16px; color:#999;}

.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	margin: 0em;
	padding: 0em;
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border: 1px solid #dd164a;
	height: 60px;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th, .datepick-month th a {
	background: #dd164a;
	color: #fff;
	font-size: 18px;
}
.datepick-month th .datepick-dow-0, .datepick-month th .datepick-dow-6 {
	background: #dd164a;
	color: #fff !important;
}
.datepick-month td {
	background-color: #fff;
	width: 14.285714%;
	height: 134px;
	padding: 14px;
	border: 1px solid #d6dce7;
	vertical-align: top;
}



.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0;
	color: #000;
	text-decoration: none;
    font-size:15px;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend, .datepick-dow-6 {
	color:blue;
}
.datepick-month td .datepick-weekend-sun, .datepick-dow-0 {
	color:red;
}

.datepick-month td span.datepick-weekend {
	color:#888;
}
.datepick-month td span.datepick-weekend-sun {
	color:#888;
}

.datepick-month td .datepick-today {
	background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}

.datepick-month span {padding:2px 0; display:inline-block; width:auto;}
.datepick-month td .cal-header {padding: 0 0 12px 0; text-align: left; font-size: 18px;}
.datepick-month td .rooms {}
.datepick-month td .rooms li{display: flex; align-items: center; justify-content: flex-start; padding-top: 5px;}
.datepick-month td .rooms li:first{ padding-top: 0;}
.datepick-month td .rooms li a{padding-right:4px; width:auto; color:#000; font-weight:400; }
.datepick-month td .rooms li a:hover {color:#dd164a; text-decoration:none; font-weight:600; }
.datepick-month td .rooms li a.rm-close{color:#d2d2d2; text-decoration:none; font-weight:300;}
.datepick-month td .rooms li a.rm-close:hover {color:#d2d2d2;  text-decoration:none;}
.datepick-month td .rooms li span{width: 28px; height: 21px; display: flex; align-items: center; justify-content: center; margin: 0 1px; border-radius: 3px; font-size: 12px; line-height: 12px; font-family:'돋움',Dotum,Verdana,applegothic; letter-spacing:-1px; background-color: #3399ff; border: 1px #3399ff solid; color: #fff;}

/*.datepick .datepick-month .time-label.base{background-color: #fff; border: 1px #dee1e6 solid; color: #888;}*/
.datepick .datepick-month .time-label.base{background-color: #3399ff; border: 1px #3399ff solid; color: #fff;}
.datepick .datepick-month .time-label.stay{background-color: #3399ff; border: 1px #3399ff solid; color: #fff;}
.datepick .datepick-month .time-label.accept{background-color: #d2d2d2; border: 1px #d2d2d2 solid; color: #fff;}
.datepick .datepick-month .time-label.complete{background-color: #d2d2d2; border: 1px #d2d2d2 solid; color: #fff;}
.datepick .datepick-month .time-label.close{background-color: #d2d2d2; border: 1px #d2d2d2 solid; color: #fff;}


.datepick-month .datepick-selected {
	background-color: #9c836a !important;
	color: #fff;
}
.datepick-month .datepick-selected.day-from {
	background: url('../img/che_in.png') no-repeat 90% center #9c836a;
	border-radius: 30px 0 0 30px;
}
.datepick-month .datepick-selected.day-end {
	background: url('../img/che_out.png') no-repeat 10% center #9c836a;
	border-radius: 0 30px 30px 0;
}

.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status { 
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}

@media (max-width: 991px){
	.datepick-month-header{ height: auto; }
	.table_wrap{width: 100%; overflow-x: auto;}
	.table_wrap table{width: 960px;}
}
@media (max-width: 726px){
	.datepick-month-header { justify-content: center; }
	.datepick .datepick-month-header > a { display: none; }
	.datepick_info_stxt { padding: 35px 0 15px; flex-direction: column; align-items: flex-start; }
	.datepick_info_stxt > span { padding-top: 5px; }
}
@media (max-width: 640px){
	.datepick-month-header .center_date { font-size: 30px; }
	.datepick-month .datepick-month-header .center_date a { width: 40px; height: 40px; background-size: 30%; }
	.datepick_info_stxt { padding: 30px 0 10px; }
	.datepick_info_stxt ul li { margin-right: 12px; font-size: 13px; }
	.datepick_info_stxt ul li span { margin-right: 4px; width: 15px; height: 15px; border-radius: 1px; }
	.datepick_info_stxt > span { padding-top: 4px; font-size: 14px; }
	.datepick-month thead { height: 40px; }
	.datepick-month th, .datepick-month th a { font-size: 16px; }
	.datepick-month td { height: 120px; padding: 10px; }
	.datepick-month td .cal-header { padding: 0 0 5px 0; font-size: 14px; }
	.datepick-month td .rooms li { padding-top: 3px; }
	.datepick-month td .rooms li a { padding-right: 4px; font-size: 13px; letter-spacing: -1px; }
	.datepick-month td .rooms li span { width: 24px; height: 18px; letter-spacing: -1px; border-radius: 1px; font-size: 11px; line-height: 11px; }
}
@media (max-width: 480px){
	.datepick-month-header .center_date { font-size: 18px; }
	.datepick-month .datepick-month-header .center_date a { width: 30px; height: 30px; }
	.datepick_info_stxt { padding: 25px 0 10px; }
	.datepick_info_stxt ul li { margin-right: 5px; font-size: 11px; }
	.datepick_info_stxt ul li span { margin-right: 3px; width: 10px; height: 10px; border-radius: 0; }
	.datepick_info_stxt > span { font-size: 13px; }
	.datepick-month thead { height: 30px; }
	.datepick-month th, .datepick-month th a { font-size: 13px; }
}