@charset "utf-8";
/*a.register{ display: none;}*/
.agenda{}
.agenda .table-responsive{
	margin: 50px 0;
}
.agenda table{
	width: 100%;
	text-align: center;
}
.agenda table tr:nth-of-type(odd){
	background-color: #eee;
}
.agenda table tr:first-of-type{
	background-color: #F0AB00;
}
.agenda table tr:first-of-type td{
	border-color: transparent;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 14px;
	border:  1px solid #F0AB00;
}

.agenda table tr td{
	padding: 10px;
	border: 1px solid #ccc;
}
.agenda table tr td:first-of-type{
	width: 150px;
}
.agenda table td a, .agenda table td a:link, .agenda table td a:visited{ color: #F0AB00;}
.agenda table td a:hover{ color: #BD8B11;}
.nav-tabs{
	margin-top: 30px;
}
.nav-tabs a{
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #F0AB00;
}
.nav-tabs a:hover{ color: #F0AB00;}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover{
	background: #F0AB00;
	color: black;
	border-color: #F0AB00;
}
div.table-afternoon{
	margin-bottom: 30px;
	position: relative;
}
.agenda table.afternoon-time{display: none;}
.agenda table.afternoon-time td.fullrow{ position: relative;}
.agenda table.afternoon-time td.fullrow div.text{
	position: absolute;
	background: rgb(238, 238, 238);
	left: calc(100% + 2px);
	width: calc(1170px - 185px);
	padding: 20px;
	bottom: 0;
	top: 0;
	height: inherit;
	border-bottom: 1px solid #ccc;

	line-height: 0px;
}

.agenda div.table-afternoon table tr{
	background-color: transparent;
}
.agenda div.table-afternoon table tr:nth-of-type(5), .agenda div.table-afternoon table tr:last-of-type{
	background-color: #eee;
}
.agenda .table-afternoon tr:first-of-type{
	background: #F0AB00;
}

@media (min-width: 768px){
	.agenda .table-afternoon table[id^="track"]{
		float: left;
		width: calc(100% - 1px);
		margin-left: -1px;
	}
	.agenda .table-afternoon table tr td{
		height: 101px;/*81*/
	}
	.agenda .table-afternoon table tr td.h81px {
		height: 41px; /*81改41*/
	}
	.agenda .table-afternoon table[id^="track"] tr:first-of-type, .agenda .table-afternoon table tr td:first-of-type{
		display: none;
	}
	.agenda .table-afternoon table.afternoon-time tr td:first-of-type{
		display: table-cell;
	}
	/*.agenda .table-afternoon table[id^="track"] tr:nth-of-type(2) td {
		border-top-color: #F0AB00;
	}*/
	div.afternoon{ padding-left: 150px;}
	div.afternoon ul.nav{
		position: relative;
		left: -2px;
		background: #F0AB00;
	}
	div.afternoon .nav.nav-tabs.nav-justified > li > a {
		border-top: 1px solid #F0AB00;
		border-bottom: 1px solid #F0AB00;
		border-radius: 0;
		color: #555;
    padding: 10px 5px;
		height: 62px;
	}
	div.afternoon .nav.nav-tabs.nav-justified > li:last-of-type > a {
		border-right: 1px solid #F0AB00;
	}
	.agenda table.afternoon-time{
		display: block;
		width: 150px;
		position: absolute;
		left: -150px;
		/*top: -62px;*/
		top: -62px;
	}
	.agenda table.afternoon-time tr:first-of-type td:first-of-type{
		height: 62px;
		margin-top: -1px;
	}
	div.afternoon .nav.nav-tabs.nav-justified > .active > a,
	div.afternoon .nav.nav-tabs.nav-justified > .active > a:hover{
		background: #F0AB00;
		/*background: rgba(240, 171, 0, .7);*/
		color: black;
		/*border-color: #F0AB00;*/
		background: white;
	}
}
@media (max-width: 1200px){
	.agenda table.afternoon-time{ top: -82px;}
	.agenda table.afternoon-time tr:first-of-type td:first-of-type{ height: 82px;}
	.agenda table.afternoon-time td.fullrow div.text{ width: calc(1170px - 385px);}

	div.afternoon .nav.nav-tabs.nav-justified > li > a {height: 82px;}

}
@media screen and (max-width: 991px){
	.agenda table.afternoon-time{ top: -82px;}/* origin:122px */
	.agenda table.afternoon-time tr:first-of-type td:first-of-type{ height: 82px;}/* origin:122px */
	.agenda table.afternoon-time td.fullrow div.text{ width: calc(1170px - 605px);}

	.agenda .table-afternoon table tr td{
		height: 121px;
	}

	div.afternoon .nav.nav-tabs.nav-justified > li > a {height: 82px;}/* origin:122px */

	.agenda .table-afternoon table tr td.h81px {
			height: 61px; /*61*/
	}

	.agenda table.afternoon-time td.fullrow div.text{
		line-height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.agenda .table-afternoon table tr td{
		height: auto !important;
	}
	div.afternoon .nav.nav-tabs.nav-justified > li > a {height: auto;}
}


.inline-table{
	border: none !important;
}

.inline-table tr,
.inline-table td{ 
	background: none!important;
	border: none !important;
	
}

.inline-table td{ border-bottom: solid 1px #ccc!important;}
.inline-table .subject{ width: 60% !important;}

.inline-table tr:last-child td{border: none !important;}

.s-text{ font-size: 12px;}