/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 23, 2021, 12:56:55 PM
    Author     : COOL
*/

body{
	margin: 0px;
}

a {
	text-decoration: none;
}

hr{
	margin-top: 0em;
	margin-bottom: 0em;
	border-width: 2px;
}

.top_header{
	width: 100%;
	height: 200px;
	background-color: orange;
}

.stat_tb{
	border-collapse: collapse;
	font-size: .8em;
}

.top_header_inside{
	width: 89%;
	height: 30px;
	padding-top: 50px;
	margin-left: 5%;
}

.top_header_inside_lable{
	font-size: 1.2em;
	color: black;
}

.print{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
	background-color: coral;
	color: white;
	float: right;
}

.refresh{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
	background-color: peru;
	color: white;
	float: right;
}

.logout{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
	background-color: red;
	color: white;
	float: right;
}

.content_container_display{
	width: 85%;
	height: 78%;
	background-color: #f4f4f4;
	position: absolute;
	top: 100px;
	left: 5%;
	padding: 40px 20px 10px 40px;
	z-index: 99;
}

.content_container_display_top{
	width: 100%;
	height: 30px;
	background-color: #f4f4f4;
	padding-left: 20px;
	padding-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.content_container_display_top_next{
	width: 100%;
	height: 30px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid gray;
}

.content_container_display_body{
	width: 97%;
	height: 75%;
	position: absolute;
	top: 170px;
	overflow-x: auto;
}

.content_container_display_top_title{
	font-size: 1.6em;
	float: left;
	color: orange;
}

.content_container_display_top_links{
	float: right;
}

.content_container{
	width: 85.7%;
	height: 84%;
	background-color: #f4f4f4;
	position: absolute;
	top: 85px;
	left: 5%;
	padding: 10px 20px 10px 30px;
}

.content_container_top{
	width: 98%;
	height: 29%;
	background-color: #f4f4f4;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
}

.content_container_middle{
	width: 98%;
	height: 29%;
	background-color: #f4f4f4;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
}

.content_container_bottom{
	width: 98%;
	height: 26%;
	background-color: #f4f4f4;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
}

.content_container_titles_main{
	font-size: 1.4em;
	color: darkorange;
}

.content_container_titles{
	font-size: 1.4em;
	color: green;
}

.containers_main{
	min-width: 200px;
	padding: 15px;
	/*position: absolute;*/
	background-color: white;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.containers_main_bottom{
	padding-top: 10px;
	background-color: white;
	text-align: center;
}

.containers_main_top{
	min-width: 200px;
	background-color: white;
}

.containers_main_top_lable{
	color: grey;
	font-size: 1em;
	font-weight: bold;
}

.containers_main_bottom_lable{
	color: orange;
	font-size: 3.9em;
}

.containers_main_bottom_bottom{
	border-top: 1px dashed grey;
	padding-top: 5px;
	background-color: white;
	text-align: center;
}

.containers_main_bottom_bottom_lable{
	color: green;
	font-size: 1em;
}

.search_fields{
	width: 200px;
	height: 30px;
	border: 2px solid grey;
	margin-right: 10px;
}

.search_fields:focus, .members_search_field:focus, .input_text_field:focus{
	border: 2px solid grey;
}

.members_search_field{
	width: 200px;
	height: 25px;
	border: 2px solid grey;
}

.loading{
	font-size: 1em;
	color: blue;
	margin-left: 46%;
}

.reset_member_box{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	float: right;
	margin-left: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.btn_input_box{
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: white;
	float: right;
	margin-left: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.input_text_field{
	width: 100%;
	height: 25px;
	border: 2px solid grey;
}

.input_text_field_textarea{
	width: 100%;
	height: 100px;
	max-height: 100px;
	border: 2px solid grey;
}

.delete{
	background-color: orchid;
}

.update{
	background-color: blueviolet;
}

.yes{
	background-color: red;
}

.no{
	background-color: black;
}

.close{
	background-color: chocolate;
}

.save{
	background-color: magenta;
}

.clear{
	background-color: blueviolet;
}

.input_alert{
	color: blue;
}

.input_error{
	color: red;
}

.general_loading_bg{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .6;
}

.general_loading{
	z-index: 10040;
	position: absolute;
	font-size: 2.4em;
	padding: 10px;
	color: blue;
	top: 50%;
	left: 38%;
}

table{
	border-collapse: collapse;
	border: 0px solid black;
}

.tb_style >  tr:nth-child(even) {
	background-color: white;
}

tbody {
	max-height: 410px;      
	overflow-y: auto;   
	overflow-x: hidden;  
	/*background-color: grey;*/
}

.m_tb thead, .m_tb tbody { display: block;}
.m_tb td:nth-child(1){ width: 250px; }
.m_tb td:nth-child(2) { width: 150px; }
.m_tb td:nth-child(3) { width: 150px; }
.m_tb td:nth-child(4) { width: 110px; }
.m_tb td:nth-child(5) { width: 110px; }
.m_tb td:nth-child(6) { width: 120px; }
.m_tb td:nth-child(7) { width: 220px; }
.m_tb td:nth-child(8) { width: 120px; }

.g_tb thead, .g_tb tbody { display: block;}
.g_tb  td:nth-child(1) { width: 1000px; }
.g_tb  td:nth-child(2) { width: 290px; }

.z_tb thead, .z_tb tbody { display: block;}
.z_tb  td:nth-child(1) { width: 1000px; }
.z_tb  td:nth-child(2) { width: 290px; }

.j_tb thead, .j_tb tbody { display: block;}
.j_tb  td:nth-child(1) { width: 1000px; }
.j_tb  td:nth-child(2) { width: 290px; }

.d_tb thead, .d_tb tbody { display: block;}
.d_tb  td:nth-child(1) { width: 260px; }
.d_tb  td:nth-child(2) { width: 160px; }
.d_tb  td:nth-child(3) { width: 170px; }
.d_tb  td:nth-child(4) { width: 160px; }
.d_tb  td:nth-child(5) { width: 190px; }
.d_tb  td:nth-child(6) { width: 150px; }
.d_tb  td:nth-child(7) { width: 190px; }

.w_tb thead, .w_tb tbody { display: block;}
.w_tb  td:nth-child(1) { width: 600px; }
.w_tb  td:nth-child(2) { width: 400px; }
.w_tb  td:nth-child(3) { width: 400px; }

.ma_tb thead, .ma_tb tbody { display: block;}
.ma_tb  td:nth-child(1) { width: 350px; }
.ma_tb  td:nth-child(2) { width: 350px; }
.ma_tb  td:nth-child(3) { width: 300px; }
.ma_tb  td:nth-child(4) { width: 300px; }

.is_tb thead, .is_tb tbody { display: block;}
.is_tb tbody { max-height: 360px; }
.is_tb  td:nth-child(2) { width: 30px; }
.is_tb  td:nth-child(3) { width: 30px; }
.is_tb  td:nth-child(4) { width: 30px; }
.is_tb  td:nth-child(5) { width: 30px; }
.is_tb  td:nth-child(6) { width: 30px; }
.is_tb  td:nth-child(7) { width: 30px; }
.is_tb  td:nth-child(8) { width: 30px; }
.is_tb  td:nth-child(9) { width: 30px; }
.is_tb  td:nth-child(10) { width: 30px; }
.is_tb  td:nth-child(11) { width: 30px; }
.is_tb  td:nth-child(12) { width: 30px; }
.is_tb  td:nth-child(13) { width: 30px; }
.is_tb  td:nth-child(14) { width: 30px; }
.is_tb  td:nth-child(15) { width: 30px; }
.is_tb  td:nth-child(16) { width: 30px; }
.is_tb  td:nth-child(17) { width: 30px; }
.is_tb  td:nth-child(18) { width: 30px; }
.is_tb  td:nth-child(19) { width: 30px; }
.is_tb  td:nth-child(20) { width: 30px; }
.is_tb  td:nth-child(21) { width: 30px; }
.is_tb  td:nth-child(22) { width: 30px; }

.zs_tb thead, .zs_tb tbody { display: block;}
.zs_tb tbody { max-height: 360px; }
.zs_tb  td:nth-child(1) { width: 320px; }
.zs_tb  td:nth-child(2) { width: 185px; }
.zs_tb  td:nth-child(3) { width: 185px; }
.zs_tb  td:nth-child(4) { width: 185px; }
.zs_tb  td:nth-child(5) { width: 185px; }
.zs_tb  td:nth-child(6) { width: 185px; }

.ws_tb thead, .ws_tb tbody { display: block;}
.ws_tb tbody { max-height: 330px; }
.ws_tb  td:nth-child(2) { width: 210px; }
.ws_tb  td:nth-child(3) { width: 210px; }
.ws_tb  td:nth-child(4) { width: 210px; }
.ws_tb  td:nth-child(5) { width: 210px; }

.ms_tb thead, .ms_tb tbody { display: block;}
.ms_tb tbody { max-height: 340px; }
.ms_tb  td:nth-child(2) { width: 200px; }
.ms_tb  td:nth-child(3) { width: 200px; }
.ms_tb  td:nth-child(4) { width: 200px; }
.ms_tb  td:nth-child(5) { width: 200px; }
.ms_tb  td:nth-child(6) { width: 200px; }
.ms_tb  td:nth-child(7) { width: 200px; }

.ann_tb thead, .ann_tb tbody { display: block;}
.ann_tb tbody { max-height: 420px; }
.ann_tb  td:nth-child(2) { width: 200px; }
.ann_tb  td:nth-child(3) { width: 200px; }
.ann_tb  td:nth-child(4) { width: 200px; }
.ann_tb  td:nth-child(5) { width: 225px; }

.main_box{
	width: 100%;
	height: 470px;
}

.box_btn{
	width: 24.5%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	border: 1px solid white;
	background-color: sandybrown;
	color: white;
}

.box_btn:hover, .box_btn_clicked{
	background-color: orange;
	color: black;
}

.box_btn_body{
	width: 100%;
	height: 100%;
}

.sendmail{
	color: blue;
}

.sendmailerror{
	color: red;
}

.email_sent_log_box_minimize{
	width: 400px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: coral;
	z-index: 10000;
}

.email_sent_log_box{
	width: 400px;
	height: 500px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: coral;
	z-index: 10000;
}

.email_sent_log_top{
	width: 90%;
	height: 5%;
	margin-left: 5%;
	color: white;
	margin-top: 5px;
}

.email_sent_log_middle{
	width: 90%;
	height: 90%;
	margin-left: 5%;
	background-color: white;
	overflow-y: auto;
}

.email_sent_log_bottom{
	width: 90%;
	height: 5%;
	margin-left: 5%;
	color: white;
}
