@charset "utf-8";
#m-p-status { position: relative;margin:0;padding:0; }
#m-p-status.preload:after {
	content: "";
	z-index: 9999;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
#p-status-h {font-size: 100%;letter-spacing: 0px;padding: 7px;padding-left: 14px;margin: 5px 1px;background-color: transparent;border: none;}
#page-status-contents {padding:5px;}
#page-status-contents-group {box-shadow: none;}
.c-m {margin: 0;}
.c-header {position: relative;width: 22%;min-height: 32px;background: #EEE;color: #000;text-shadow: 1px 1px 0px #F1F1F1;padding: 5px 11px 9px;margin: 0;overflow: hidden;cursor: pointer;border-bottom: 1px solid #CFCFCF;color: #4E4E4E;display: table-cell;word-break: break-word;vertical-align: top;float: none;border-right: solid 1px rgba(173, 173, 173, 0.66);border-top: solid 1px rgba(173, 173, 173, 0.66);}
.c-header:before {content: attr(title);}
.c-header:first-child {border-left: solid 1px rgba(173, 173, 173, 0.66);}
.content-detail {border-left: solid 3px #ECECEC;border-right: solid 3px #ECECEC;display: none;}
#ct-c {top: 5px;clear: both;display: none;width:100%;}
.fac {/*margin-right: 15px;border-right: solid 1px #CFCFCF;*/}
.fac-id {padding: 3px;cursor: pointer;color: #414141; font-size: small;}
.fac-header {cursor: pointer;padding: 5px 0 5px 5px;border-bottom: solid 1px #ECECEC;line-height: 23px;background: #F8F8F8;background: rgba(107, 107, 107, 0.06);}
.fac-header:hover {background-color: rgba(187, 187, 187, 0.04);}
[role] {margin-left: 20px;display: none;padding: 15px 0;margin: 0; background-color: rgba(0, 0, 0, 0.015);box-shadow: 0px 4px 14px -8px rgba(0, 0, 0, 0.2) inset;}
.c-s {margin: 6px;}
.s-st {font-weight:bold; min-width: 105px; padding-left: 3px;}
.stinc {margin-left: 5px;color: #D5D5D5;}
table.tb-display {border-collapse:collapse; /*min-width: 540px;*/ border: solid 1px #E7E7E7;margin-left: 1%;}
table.tb-display, table.tb-display tr {border:none;background-color: white;font-size: small;font-size: 12px;}
table.tb-display tr th, table.tb-display tr td {border-bottom: solid 1px #E7E7E7;border-right: solid 1px rgba(231, 231, 231, 0.4);vertical-align: text-top;}
table.tb-display tr {cursor: default;}
table.tb-display tr:nth-child(n+2):hover {background-color: rgba(255, 233, 116, 0.18);}
th {padding-left: 6px;}
.c-header-active {position: relative;background: #96C4F6;color: #252525;text-shadow: none;border-top-color: #2B71BD !important;}
.opa {opacity: 0.3;}
.notif {display: inline-block;
	min-width: 10px;
	padding: 4px 8px;
	font-size: 10pt;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #EEE;
	border-radius: 10px;
	letter-spacing: 0.3px;
	position: static;
	text-shadow: none;}
.b-st {
	display: inline-block;
	position: relative;
	color: #FFF !important;
	background-color: #CCC;
	padding: 4px 6px;
	margin: 0 4px;
	border-radius: 2px;
	font-size: 8pt;
	/*font-weight: bold;*/
	vertical-align: baseline;
	cursor: pointer;
	transition: all .3s ease .2s !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
._p:before {
	content: "P";
}
._d:before {
	content: "D";
}
._c:before {
	content: "C";
}
._b:before {
	content: "B";
}
.b-st.b-pe {
	/* Pending */
	background-color: #E7D056;
	background-color: #ECCF97;
}
.b-st.b-p {
	background-color: #67CE5E;
}

.b-st:hover {
	/*
	transform: translate(0px, -2px);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.15);
	*/
}
table.tb-display tr th, table.tb-display tr > td:last-child {
	background-color: rgba(0, 0, 0, 0.04);
	border-left: solid 1px #E7E7E7;
	padding: 0 5px;
	font-weight: normal;
	/*	min-width: 186px;*/
}
table.tb-display tr > td:first-child {
	border-left: solid 1px #E7E7E7;
}
table.tb-display tr:nth-child(odd) {
	background-color: #F8F8F8;
}
h {
	display: none;
	visibility: hidden;
}
.mj:before {
	content: "สาขาวิชา";
}
#youK {
	/*height: 100px;
	background: #FAECD2;*/
	/*margin: 10px;*/
	margin: -10px 6px 4px 4px;
	border: none;
	padding: 10px;
}
.dash:before {
	content: "—";
	margin: 0 5px;
}

ul.ul-stat {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 13%;
	width: auto;
	min-width: 170px;

	border: solid 2px #EEE;
	border-radius: 5px;
	padding: 3px;
	margin-right: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}
ul.ul-stat * {
	color: #428BCA;
	font-size: 9pt;
	transition: all 1s ease;
}
ul.ul-stat > li {
	/*border-left: solid 3px #349DC4;*/
}

ul.ul-stat > li > div {
	padding: 5px;
}

th.sort {
	cursor: pointer;
}
[hint-data] {
	position: relative;
}
[hint-data]:before {
	content: '';
	position: absolute;
	left: 0;
	top: 55%;
	margin-left: 14px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #383838;
}
[hint-data]:after {
	position: absolute;
	left: 0;
	top: 90%;
	z-index: 100;
	content: attr(hint-data);
	background: #383838;
	color: #FFF;
	text-shadow: 0 -1px 0 #000;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: pre;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
[hint-data]:after, [hint-data]:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);

	pointer-events: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
[hint-data]:hover:after, [hint-data]:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}

.sort[hint-data]:after, .sort[hint-data]:before {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.sort[hint-data]:after {
	top: auto;
	right: auto;
	bottom: 85%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -72px;
}
.sort[hint-data]:before {
	width: 0;
	height: 0;
	top: auto;
	bottom: 60%;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: rgba(255, 255, 255, 0);
	border-top-color: #383838;
}
.sort.sorting {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.sort.sorting > span:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0dc";
	display: inline-block;
	position: absolute;
	font-size: 90%;
	margin-left: 5px;
	bottom: 25%;
	color: #808080;
}
.dd-d {
	display: block;
	margin-bottom: 5px;
}
.fadeT {
	opacity: 0.4;
}
/* Display content */
[role]>em:before {content: 'ไม่พบข้อมูล';}
table.tb-display {counter-reset: item;}
.s-st:before{
	display: inline-block;
	counter-increment: item;
	padding-right: 6px;
}
/**/
.tb-display tr.row-dep-status td {
    background: #FCFCFC !important;
    border: 0 !important;
    font-size: 13px !important;
    padding: 0 !important;
}
.tb-display tr.row-dep-status td .label-name-dep{
    padding: 5px 0px;
    color: #868686;
    border-bottom: 1px solid rgba(216, 216, 216, 0.77);
    margin: 5px 0;
}