/*	containers	*/
.form_container {margin:0 auto; background-color: #e3f7ff; border: 1px  solid #2806BA; border-radius: 8px;}		/*	#D1EAF0  */
.table_container { margin:0 auto;  border: 1px solid #2806BA; border-radius:8px;background:white;}
.footer {	 margin:5px auto; border: 1px  solid #2806BA; border-radius: 8px; background-color:white; padding:5px;}
 
 /*	tables	*/
 table { margin: 5px auto; border:1px solid #2806BA;}
th  { background-color: #7B9BF5; color: white; font-family: Arial;  padding: 4px;  text-align: left; }
tr { border-collapse: collapse; font-family:Arial ;  font-size:15px; height:25px; text-align: left; vertical-align: middle;  }
tr:nth-child(odd){background-color: white;}		/*	#A2C9F8				#c0d7fa*/
tr:nth-child(even){background-color: #e3f7ff;}		/*	#d4e4fc	#f7f9fc  	#BAD1FE  */
tr:hover {background-color: #ddd;}
td {padding-left: 10px; padding-right:10px;}
.row:after { clear: both; content: "";  display: table; }

/*	paragraphs	*/
.inp {  width:100%; float:left; display:inline-block; margin-bottom:8px;}
.btns {width:100%; display:inline-block;}
/*  BUTTONS  */
.btn_go {height:3em; width:7em; border:solid 1px green; color:green; border-radius:5px; background:white; float:right; margin-right:5px; margin-bottom:5px; text-decoration: none; }
.btn_cancel { height:3em; width:7em; border:solid 1px red; color:red; border-radius:5px; background:white; float:left; margin-left:5px; margin-bottom:5px;text-decoration: none; }
.btn_remove { height:3em; width:7em; border:solid 1px red; color:red; border-radius:5px; background:white; margin:0 auto; text-decoration: none; }
.btn_change { height:3em; width:7em; border:solid 1px red; color:red; border-radius:5px; background:white; margin:0 auto 5px auto; row-height:1.5em; text-decoration: none;}
.btn_centre { height:3em; width:7em; border:solid 1px ; border-radius:5px; background:white; margin:0 auto 5px auto; row-height:1.5em; text-decoration: none; }
.btn_right {height:3em; width:7em; border:solid 1px ; border-radius:5px; background:white; float:right; margin-right:5px; margin-bottom:5px;text-decoration: none; }
.btn_left { height:3em; width:7em; border:solid 1px ; border-radius:5px; background:white; float:left; margin-left:5px; margin-bottom:5px; text-decoration: none;}
.btn_middle {height:3em; width:7em; border:solid 1px green; color:green; border-radius:5px; background:white; margin:0 auto 5px auto; text-decoration: none; }

/*	input	*/
label {  width: 30%;  float:left; font-style: italic;  color: black;  padding: 5px; font-size: 15px ; text-align: right; margin-right:5px; }  


/*	info	*/
.admin_dtls { float:right;  text-align:right; margin:0 15px 5px 0;  font-size: 15px;   color: black; }
.rcdr {float:right; margin-right:5px;font-color:#2806BA;font-style:italic; text-align:right;}
.admin {width:90%; float:right; color: black; display: inline-block; font-size: 15px;  text-align: right;  margin-right:5px;  margin-bottom:5px;  max-height:16px;	}
.admin_label {	float:right; font-style: italic;  color: black;  padding: 5px; font-size: 15px ; text-align: right; margin-right:10px; margin-bottom:3px;	}
.admin_text {	float:right;   color: black;  padding: 5px; font-size: 15px ; text-align: right; margin-right:5px; margin-bottom:3px;	}

/*
.btn_go { float: right; text-align:center;border:1px solid  green; border-radius:5px; background:white; color:green; margin:0 5px 5px 0; min-height:40px;width:7em;padding: 5px;}
.btn_new { float: right; text-align:center;border:1px solid  green; border-radius:5px; background:white; color:green; margin:0 5px 5px 0; min-height:40px;width:7em;padding: 5px;}
.btn_merge {border:1px solid  blue; border-radius:5px; background:white; color:blue; margin:0 auto 5px auto; min-height:40px; width:7em; text-align:center; padding: 5px;}
.btn_cancel {float:left;  margin-left:5px ; border:1px solid  red; border-radius:5px; background:white; color:red;  min-height:40px; width:7em; text-align:center; padding: 5px; }
.btn_update { float: right; text-align:center;border:1px solid  green; border-radius:5px; background:white; color:green; margin:0 5px 5px 0; min-height:40px;width:7em;padding: 5px;}
.btn_remove { border:1px solid  red;  border-radius:5px; background:white; color:red; margin:0 auto 5px auto; min-height:40px; width:7em; text-align:center; padding: 5px;}
*/