@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
/*---schedule_generator-------------------------------------------------------------*/

div#schedule_generator{
	border-right:1px #dbdbdb solid;
	border-bottom:5px #dbdbdb solid;

display: -webkit-flex;
display: flex;
}

/*----------------------------------------------------------------*/
/*---timeline-------------------------------------------------------------*/

table.timeline{
	border-left:1px #dbdbdb solid;
	border-collapse:collapse;
	border-spacing:0;
}
table.timeline td{
	font-size:13px;
font-weight:400;
font-family: 'Poppins', sans-serif;
	padding:0 5px;
	border-top:1px #ececec solid;

display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
table.timeline tr:nth-child(2n+1) td{
	background-color:#f4f4f4;
	border-top:1px #ececec dashed;
}

/*----------------------------------------------------------------*/
/*---schedule_weeks-------------------------------------------------------------*/

table.schedule_weeks{
	width:14.28%;
	border-left:1px #dbdbdb solid;
	border-collapse:collapse;
	border-spacing:0;

-webkit-flex: 1;
flex: 1;
}

table.timeline th,
table.schedule_weeks th{
	height:50px;
	background-color:#373737;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}
table.schedule_weeks td{
	border-top:1px #ececec solid;
}

tr.bg_col1 td{background-color:#f4f4f4;}

/*----------------------------------------------------------------*/
/*---set_sche-------------------------------------------------------------*/

tr.set_sche{
}
tr.set_sche td{
}
tr.set_sche td a{
	position:relative;
	height:100%;
	color:#212121;
	background-color: rgba(0,0,0,0.7);
	background-color: rgba(47, 180, 204,0.6);
	/* background-color:rgba(255,145,0,0.8); */

display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
tr.set_sche td a:hover{
}

/*----------------------------------------------------------------*/

tr.set_sche td a div.lq_img{
	z-index: 100;
	position: relative;
	width:100%;
	height:100%;
	opacity:0.4;
}
tr.set_sche td a:hover div.lq_img{
	opacity:1.0;
}

/*----------------------------------------------------------------*/

tr.set_sche td a ul.ctg_class_icon{
	z-index: 110;
	position: absolute;top:0;right:0;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}
tr.set_sche td a ul.ctg_class_icon li{
	width: 16px;
	height: 16px;
	background-size: 12px;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	margin: 2px 2px 0 0;
}

/*----------------------------------------------------------------*/

tr.set_sche td div.text{
	z-index: 120;
	position:absolute;bottom:0;left:0;
	padding:6px 6px;
}


tr.set_sche td a div.text h2{
	font-size:14px;
font-weight:600;
line-height:1.4em;
}
tr.set_sche td a div.text h3{
	width:100%;
	font-size:11px;
font-family: 'Poppins', sans-serif;
font-weight:400;
	line-height:1.1em;
letter-spacing:0.05em;
margin-top:5px;
}

/*----------------------------------------------------------------*/

tr.set_sche td a div.text ul.ctg_class_type{
	margin-left: -5px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
tr.set_sche td a div.text ul.ctg_class_type li{
	min-width: auto;
	background-color: rgba(0,0,0,0.3);
	background-color: rgba(232,15,28,0.7);
	color: #ffffff;
	font-size: 11px;
	line-height: 1.1em;
	padding: 2px 3px;
	margin-top: 4px;
	margin-left: 5px;
}

/*----------------------------------------------------------------*/

tr.set_sche td a div.text ul.ctg_instructor_id li{
	font-size:13px;
font-family: 'Poppins', sans-serif;
font-weight:500;
line-height: 1.2em;
display:block;
margin-top:3px;
}

/*----------------------------------------------------------------*/
/*---empt_sche-------------------------------------------------------------*/

tr.empt_sche{
}
tr.empt_sche td{
}
tr.empt_sche td a{
	height:100%;
	display:block;
}
tr.empt_sche td a:hover{
	border:1px #7ffee0 solid;
}
