/* ----------------------------------------------------- */
/* GLOBAL NAVIGATION */
/* ----------------------------------------------------- */
.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	background: #998;
	z-index: 1000;
}

.nav li a {
	margin: 0;
	padding: 2px 0 1px 0;
	display: block;
	width: 8em;
	text-align: center;
	background: #ddf;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #48423e;
}

.nav li a:hover {
	color: #333;
}

.nav li > ul{
	display: none;
}

.nav li:hover > ul{
	display: block;
}

/* CHILDREN MENU SETTINIG */
/* ----------------------------------------------------- */
.nav ul {
	position: absolute;
	display: block;
	float: none;
	width: 8em;
	margin: 0;
	padding: 0;
	border-style: none solid;
	border-color: #ccc;
	border-width: 1px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1000;
}

.nav ul li {
	display: flex;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #aaa;
	background: none;
	font-size: 90%;
}

.nav ul li a {
	display: block;
	float: none;
	height: auto;
	width: 100%;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	background-image: none;
	text-indent: 0;
	border-bottom: none;
}

.nav ul li a:hover{
	height: auto;
	background-color: #f6f3ec;
}

.pager li.title{
	font-size: 1rem;
	margin: 0 0.1rem;
}

.pager{
	margin: 0 0 4px 0;
	display: flex;
}
.pager li{
	font-size: 1rem;
	list-style: none;
	margin: 0 0.2rem;
	text-align: center;
	line-height: 1.8rem;
}

.pager li span, .pager li a{
	border: 1px solid #444;
	display: block;
	width: 2rem;
	height: 1.8rem;
	text-decoration: none;
}
.pager li span{
	background-color: #aaa;
}
.pager li .current_page{
	background-color: #333;
	color: #fff;
}
.pager li a:hover{
	background-color: #ccc;
}

label{
	cursor: pointer;
}
input[type="button"]{
	cursor: pointer;
}
input[type="submit"]{
	cursor: pointer;
}
.selector td{
	cursor: pointer;
}

.data-list{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background: #444;
	border: 2px #444 solid;
	border-collapse: collapse;
}
.data-list tr.bg01{
	background: #fbf9f2;
}
.data-list tr td{
	background: #fff;
}
.data-list tr:hover td {
	background: #dcf!important;
}

.data-list th{
	text-align: center;
	background-color: #fed;
	color: #333;
	padding: 2px 3px 2px 3px;
	border: 2px #444 solid;
	border-collapse: collapse;

}
.data-list td{
	padding: 2px 5px 3px 5px;
	border: 2px #444 solid;
	border-collapse: collapse;
}
.data-list .link{
	display: none;
}

.input_alert{
	color: #f13c3c;
	font-weight: bold;
	font-size: 1.2rem;
}

.select2-container--open {
	z-index: 15000;
}
.select2-selection__rendered {
	line-height: 1.5;
	color: #495057;
	display: block;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single {
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1.0rem;
}
.select2-container {
	border: 0.5px solid #444 !important;
	display: block;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
/*	height: 48px;*/
}


.system_message_box {
	z-index: 10000;
	position: fixed;
	left: 120px;
	top: 5rem;
	width: 70%;
	font-size: 1rem;
	font-weight: 900;
	color: #222;
	background: #fed;
	border: 2px #444 solid;
	border-radius: 0.5rem;
	padding: 5px 10px;
	opacity: 0.9;
}
.system_message_closer a {
	text-decoration: none;
}
.system_message_closer {
	padding: 0;
}
.system_message {
	padding: 0;
}
#schForm {
	margin: 0 0 10px 0;
}
