@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html { height: 100%; }

body {
	background: #fff;
	color: #000;
	margin-right: 0 auto;
	margin-left : 0 auto;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:120%;
	width:100%;
	height: 100%;
	margin: 0;
}

table {
	border: 1px solid #000;
}
table th{
	font-weight: bold;
	border: 1px solid #000 !important;
	min-width: 30px;
	max-width: 140px;
	padding: 10px 5px;
	white-space: nowrap;
}
table td{
	border: 1px solid #000;
	min-width: 30px;
	max-width: 200px;
	word-break: break-all;
	padding: 10px 5px;
}
table td .btn-link {
	white-space: break-spaces;
}

.manage_wrapper {
	border: solid 0px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;	
	position: relative;
}

.container {
	text-align: left;
	width: auto;
}
.header{
	background: #12379b;
	color: #fff;
	padding: 0 20px;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack: justify; 
	-ms-flex-pack: justify;
	justify-content: space-between; 
}
h3.title {
	display: inline-block;
	padding: 10px 0;
}
ul.site-tab {
	display: -webkit-box; 
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack: justify; 
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;		
}
ul.site-tab li {
	list-style-type: none;
}
ul.site-tab li a {
	display: block;	
	color: #ffffff;
	text-decoration: none;
	padding: 30px 10px;
}
ul.site-tab li a:hover {
	color: #123333;
}
#sub_header{
	background: #123333;
	color: #fff;
	padding: 10px 20px;
}
#sub_header ul{
    padding: 0px;
    margin: 0px;
} 
#sub_header ul li {
    display: inline;
}
#sub_header ul li a {
    text-decoration: none;
    color: #fff;
}
#sub_header ul li a:hover{
    border-bottom: dotted 1px #fff;
}
#nav ul li{
    display: inline;
 } 
.side_menu{
	background: #cce8fc;
	color: #000;
    	text-align: left;
	padding: 5px 20px;
	width:220px;
	min-height:100%;
	float: left;
	position: relative;
}
.side_menu li {
	border:2px outset #5bc0de;
	background: #5bc0de;
	border-radius:5px;
	margin-bottom:2px;
}
.side_menu a {
	margin-left: 3px;
	padding: 5px 5px 5px 0px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.maintenance_check{
	background: #ff0000;
	color: #fff;
    	text-align: center;
	padding: 10px 20px;
}
.side_menu ul li {
	list-style: none;
}
.content{
	background: #fff;
	color: #333;
	padding: 10px 240px 10px 10px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	float: right;
	left: 240px;
	position: absolute;
}

.choice_radio label{
	margin-right: 10px;
}

.loading {
	display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgb(255 255 255 / 85%);
  z-index: 999;
  height: 100%;
  padding: 20% 0;
  font-size: 18px;

}
.footer {
	clear: both;
	padding: 6px 10px;
}
