
.lab_calendar_wrap{
width: 1180px; margin: auto; display: table;
	
}


.calendar {
	background:#fff;
	width: 1176px;
	margin: auto;
}


.calendar_week, 
.calendar_header {
  display: table;
  width: 1176px;
  margin: auto;
}

.calendar_header {
  align-items: center;
  text-align: center;
  border: 0;
  border-bottom: 2px solid #353535;
}


.calendar_year_wrap {
	width: 1180px;
	display: table;
}

.calendar_year_wrap .year_array {
	border-bottom: 1px solid #d6d6d6;
	min-height: 130px;
	height: 100%;

}

.calendar_year_wrap .year_array .left_year {
	text-align: center;
	min-height: 130px;
	background: #f5f5f5;
	height: 100%;
	width: 150px;
	display: table;
	float: left;

}

.calendar_year_wrap .year_array .left_year .year_tt1 {
	font-size: 25px;
	color: #333;
}

.calendar_year_wrap .year_array .left_year .year_tt2 {
	font-size: 15px;
	color: #a8a8a8;
	margin-top: 13px;
}


.calendar_year_wrap .year_array .right_info {
	text-align: left;
	min-height: 130px;
	background: #fff;
	height: 100%;
	width: 1000px;
	display: table;
	float: left;
	padding-left: 30px;
}

.year_sch_list_wrap {
	padding: 30px 0;

}
.year_sch_list_array {
	margin-bottom: 12px;
	line-height: 32px;
	color: #333;
}

.year_sch_list_array a{
	display: inline;
	width: 100%;
	height: 100%;

}

.year_sch_list_array:last-child {
	margin-bottom: 0;

}

.year_sch_list_array span.stat {
	font-size: 15px;
	width: 47px;
	height: 32px;
	display: inline-block;
	margin-right: 14px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.year_sch_list_array span.stat.st{
	background: #f68a1e;
} 

.year_sch_list_array span.stat.ed{
	background: #636363;
} 


.year_sch_list_array span.info {
	display: inline-block;

}

.calendar_header.yearly{
	height: 24px;

}
.calendar_header > div.txt {
	color: #333333;
	font-size: 17px;
	width: 168px;
	float: left;
	height: 60px;
	line-height: 60px;

}

/*.calendar_week {
  width: 100%;
  height: 100px;
  text-align: left;
}*/

.calendar_day {
  padding: 0px; 
  border-bottom: 1px solid #e1e1e1;
  width: 168px;
  height: 139px;
  float: left;
  position: relative;

}

.calendar_day:last-child {
	border-right: 0;


}

.calendar_day .day_out{
	color: #a8a8a8;
	line-height: 32px;
 	font-size: 17px;
	width: 32px;
	height: 32px;
	text-align: center;
	left: 12px;
	margin: 12px 0;
}

.calendar_day .day_out.active{
	color: #222;
}

.calendar_day .day_out.today{
	color: #fff;
	background: #353535;
	border-radius: 50%;

}

.calendar_day .day_out.holiday{
	color: #cc0000;


}


.rc_array_wrap{
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
}


.rc_array{
	font-size: 13px;
	color: #333;
	width: 100%;
	text-align:left; 
	font-size:12px;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	margin-bottom: 4px;
	position: relative;

}

.rc_array:last-child{
	margin-bottom: 0px;

}

.rc_array.evc1{
	background:#fde8d2;

}

.rc_array.evc1.ed::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	right: 0;
	top: 0;
	background: #f7b178;
}

.rc_array.evc2{
	background:#d6eced;
}

.rc_array.evc2.ed::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	right: 0;
	top: 0;
	background: #82bdc0;
}

.rc_array.evc3{
	background:#cee2f9;

}

.rc_array.evc3.ed::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	right: 0;
	top: 0;
	background: #6f9fe9;
}

.rc_array.evc4{
	background:#d3d5ff;

}

.rc_array.evc4.ed::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	right: 0;
	top: 0;
	background: #7b7fff;
}
.rc_array.evc5{
	background:#d6d6d6;

}

.rc_array.evc5.ed::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	right: 0;
	top: 0;
	background: #828282;
}

.rc_array.blank{
	background:transparent;	
}



.rc_array a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 10px;
	display: block;
    text-indent: -9999999px;
}

.rc_array.st a

{
	display: inline-block;
	text-indent: 10px;
	white-space: nowrap;
    -webkit-box-orient: vertical;
    overflow: hidden;	
  	text-overflow: ellipsis;	
  	width: 150px;
  	position: relative;
}




.rc_more_view{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 13px;
	color: #333;

}

.rc_modal{
	background:#fff;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 285px;
	height:235px;
	border: 1px solid #e0e0e0;
	display: none;
	box-shadow: 11px 12px 13px 13px rgba(0, 0, 0, 0.08);
	z-index: 30;

}

.rc_modal .inner{
	width: 100%;
	height: 100%;
	position: relative;
}

.rc_modal .inner .rc_cls {
	position: absolute;
	width: 19px;
	height: 19px;
	background: url('../images/common/rc_cls.png');
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.rc_modal .inner .rc_date{
	position: absolute;
	font-size: 17px;
	color: #333;
	top: 30px;
	left: 20px;

}

.rc_modal .inner .rc_list {
	position: absolute;
	left: 20px;
	top: 60px;
	height: 145px;
	width: 250px;

}

.rc_modal .inner .rc_list .rc_array{
	width: 235px;

}


.rc_array.list a {
	display: inline-block;
	text-indent: 10px;
	white-space: nowrap;
    -webkit-box-orient: vertical;
    overflow: hidden;	
  	text-overflow: ellipsis;	
  	width: 200px;
  	position: relative;
}