.calendar-bts{
	width: 118px;
	height: 30px;
	padding: 0 10px;
	float: left;
	margin-bottom: 15px;
}

.calendar-bts a{
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	border: 2px solid #E3E3E3;
	margin: 0 5px;
	cursor: pointer;
	float: left;
	background: #ffffff;
	-webkit-transition: background 0.7s, border 0.7s;
	-moz-transition: background 0.7s, border 0.7s;
	transition: background 0.7s, border 0.7s;
}

.calendar-bts a:hover{
	background: #0078FF;
	border: 2px solid #0078FF;
	-webkit-transition: background 0.7s, border 0.7s;
	-moz-transition: background 0.7s, border 0.7s;
	transition: background 0.7s, border 0.7s;
}

.calendar-bts a:hover img{
	filter: brightness(0) invert(1);
	-webkit-transition: filter 0.7s;
	-moz-transition: filter 0.7s;
	transition: filter 0.7s;
}

.calendar-bts a img{
	margin: 1px;
	-webkit-transition: filter 0.7s;
	-moz-transition: filter 0.7s;
	transition: filter 0.7s;
}

.calendar-day{
	display: block;
	width: auto;
	padding: 0px 14px;
	height: 40px;
	border-radius: 40px;
	border: 2px solid #E3E3E3;
	margin: 0 5px;
	cursor: pointer;
	float: left;
	cursor: pointer;
	background: #ffffff;
	-webkit-transition: background 0.7s, border 0.7s;
	-moz-transition: background 0.7s, border 0.7s;
	transition: background 0.7s, border 0.7s;
}

.calendar-day:hover{
	background: #0078FF;
	border: 2px solid #0078FF;
	-webkit-transition: background 0.7s, border 0.7s;
	-moz-transition: background 0.7s, border 0.7s;
	transition: background 0.7s, border 0.7s;
}

.calendar-day p{
	line-height: 40px;
	text-align: center;
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	transition: color 0.7s;
}

.calendar-day:hover p{
	color: #ffffff;
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	transition: color 0.7s;
}

.year-cal{
	line-height: 44px;
}

.change-cal{
	width: auto;
	height: 60px;
	padding: 0 10px;
	float: right;
}

.change-cal a{
	display: block;
	width: auto;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #E3E3E3;
	cursor: pointer;
	float: left;
	background: #ffffff;
	-webkit-transition: background 0.7s, color 0.7s, border 0.7s;
	-moz-transition: background 0.7s, color 0.7s, border 0.7s;
	transition: background 0.7s, color 0.7s, border 0.7s;
}

.change-cal a#day{
	border-radius: 40px 0 0 40px;
}

.change-cal a#week{
	border-right: none;
	border-left: none;
}

.change-cal a#month{
	border-radius: 0 40px 40px 0;
}

.change-cal a:hover{
	background: #0078FF;
	color: #ffffff;
	border-color: #0078FF;
	-webkit-transition: background 0.7s, color 0.7s, border 0.7s;
	-moz-transition: background 0.7s, color 0.7s, border 0.7s;
	transition: background 0.7s, color 0.7s, border 0.7s;
}

.calendar{
	width: 100%;
	box-sizing: border-box;
  	display: table;
  	border: 2px solid #E3E3E3;
  	border-radius: 4px;
  	background: #ffffff;
}

.list-days{
	height: 50px;
	width: 100%;
}

.solo-list-days{
	width: 14.2857143%;
	height: 50px;
	float: left;
}

.solo-list-days p{
	width: 100%;
	height: 100%;
	line-height: 50px;
	border-right: 2px solid #E3E3E3;
	text-align: center;
}

.single-day-list{
	width: 14.2857143%;
	height: 50px;
	float: left;
}

.in-single-day-list{
	width: 100%;
	height: 100%;
	border-top: 2px solid #E3E3E3;
	border-right: 2px solid #E3E3E3;
	display: block;
	cursor: pointer;
	color: #000;
}

.today-list-days .in-single-day-list .today-back{
	background: #f0f0f0;
	height: 100%;
	width: 99%;
	float: right;
}

.top-single-day-list{
	width: 90%;
	margin: 0 auto;
	height: 30px;
}

.top-single-day-list p{
	line-height: 30px;
	float: left;
}

.top-single-day-list span{
	float: right;
	line-height: 30px;
}

.c6 {
    color: #E3E3E3;
}

.wei-bold{
	font-weight: 600;
}

.fs-14{
	font-size: 12px;
}

.col-md-4{
	width: 50%;
	float: left;
}

.year-cal{
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	margin-right: 10px;
}