@charset "UTF-8";
/* =================================
Top Page CSS
================================= */


#calendar {
}
.ui-datepicker {
	padding:20px;
	border:1px solid #8e7e5a;
}
.calender .month {
	position:relative;
	margin:0 0 20px;
	
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	margin:0 0 20px;
	
}
.calender .month h4 {
	letter-spacing:0.2em;
	text-align:center;
	font-size:18px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	letter-spacing:0.2em;
	text-align:center;
	font-size:18px;
	color:#8e7e5a;
}
.calender .month .btnArrow a{
	color:#FFF;
	font-size:16px;
	line-height:20px;
	background-color:#000;
	width:22px;
	height:22px;
	display:block;
	position:absolute;
	top:3px;
	vertical-align:top;
}
.ui-datepicker .ui-datepicker-header a{
	color:#FFF;
	font-size:16px;
	line-height:20px;
	background-color:#8e7e5a;
	width:22px;
	height:22px;
	display:block;
	position:absolute;
	top:3px;
	vertical-align:top;
	cursor:pointer;
}
.calender .month .btnPrev a{
	left:18px;
	padding-left:6px;
	text-align:left;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
	left:18px;
	padding-left:6px;
	text-align:left;
}

.calender .month .btnNext a{
	right:18px;
	padding-right:6px;
	text-align:right;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
	right:18px;
	padding-right:6px;
	text-align:right;
}

.calender table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	text-align:center;
	font-size:18px;
}

.ui-datepicker table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	text-align:center;
	font-size:18px;
}

.calender th,
.calender td {
	height:40px;
	font-weight:normal;
}

.ui-datepicker th,
.ui-datepicker td {
	height:40px;
	font-weight:normal;
	text-align: center;
}
.ui-datepicker th, .ui-datepicker td a {
	color:#8e7e5a;
}
.calender td span {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#E6E6E6;
	color:#666;
}
.ui-datepicker td span {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#E6E6E6;
	color:#8e7e5a;
	line-height: 35px;
}
@media only screen and (max-width: 768px) {
	
	#calendar {
		width:100%;
		margin-bottom:40px;
	}
	#calendar {
		width:100%;
	}

	.calender {
		padding:10px;
	}
	.ui-datepicker {
		padding:10px;
	}
	.calender .month {
		margin:0 0 10px;
	}
	.ui-datepicker .ui-datepicker-header {
		margin:0 0 10px;
	}
	.calender .month h4 {
		letter-spacing:0.2em;
		font-size:12px;
	}
	.ui-datepicker .ui-datepicker-header h4 {
		letter-spacing:0.2em;
		font-size:12px;
	}
	.calender .month .btnArrow a{
		font-size:12px;
		line-height:14px;
		width:15px;
		height:15px;
		top:0px;
	}
	.ui-datepicker .ui-datepicker-header a{
		font-size:12px;
		line-height:14px;
		width:15px;
		height:15px;
		top:0px;
		cursor:pointer;
	}
	.calender .month .btnPrev a{
		left:10%;
		padding-left:4px;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
		left:10%;
		padding-left:4px;
	}
	.calender .month .btnNext a{
		right:10%;
		padding-right:4px;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
		right:10%;
		padding-right:4px;
	}
	.ui-datepicker table {
		width:90%;
		margin:0 auto;
		font-size:12px;
	}
	.calender th,
	.calender td {
		padding:2%;
		height:auto;
	}
	.ui-datepicker th,
	.ui-datepicker td {
		padding:2%;
		height:auto;
	}
	.calender td span {
		width:16px;
		height:16px;
	}
	.ui-datepicker td span {
		display: inline-block;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background: #E6E6E6;
		color: #8e7e5a;
		line-height: 22px;
	}
	.staff_s li {
		float: left!important;
	}
}




