@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;
	white-space: normal;
	padding: 3px 3px;
}
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: 5px 20px;
	margin-left: 120px;
	height: 80px;
}
#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: #005d87;
    color: #000;
    text-align: left;
    padding: 0px 10px 0px 0px;
    width: 170px;
    min-height: 100%;
    padding-bottom: 100%;
    display: inline-block;
}
.side_menu h4 {
	margin-left: 10px;
	color: #b7dffc;
}
.side_menu li {
    border: 1px solid #fff;
    background: #b7dffc;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 1px;
    white-space: break-spaces;
}
.side_menu a {
	margin-left: 3px;
    padding: 5px 5px 5px 0px;
    color: #333;
    display: block;
    text-decoration: none; 
    overflow-wrap: break-word;
}

.maintenance_check{
	background: #ff0000;
	color: #fff;
    	text-align: center;
	padding: 10px 20px;
}
.side_menu ul li {
	list-style: none;
}
.content{
	background: #fff;
	color: #333;
	vertical-align: top;
	padding: 5px;
	display: inline-block;
}

.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;
}



/*  ------- site dropdown menu css start ------- */
/*  ------- site dropdown menu css start ------- */

.sitedropbtn {
	background-color: #3498DB;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.sitedropbtn:hover, .sitedropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


/*  ------- site dropdown menu css end ------- */
/*  ------- site dropdown menu css end ------- */




/*  ------- navigation tab css start ------- */
/*  ------- navigation tab css start ------- */
.tab {
	border: 1px solid #ccc;
	background-color: #123333;
	padding: 0;
	margin: 0;
	height: 40px;
	margin-left: 120px;
	width: -webkit-fill-available;
  }
  
  .tab tr {
	padding: 0
  }

  .tab tr td {
	padding: 0
  }

  /* Style the buttons inside the tab */
  .tab tr td button {
	color: #FFF;
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: 0.3s;
	font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab tr td button:hover {
	background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab tr td button.active {
	color: #000;
	background-color: #ccc;
  }
  
  /*  ------- navigation tab css end ------- */
  /*  ------- navigation tab css end ------- */