/*universal*/
*{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
input {
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 4px 4px 4px 4px;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  width: 12%;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
input[type=radio] {
  background-color: #4CAF50;
  width: 12px;
  border: none;
  color: white;
  padding: 0;
  text-decoration: none;
  margin: -5px 5px -5px 0px;
  cursor: pointer;
}
input[type=text].search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: white;
  background-image: url(/AM-HV/image/icon/magnifying-glass.png);
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}
select {
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 4px 4px 4px 4px;	
}
textarea {
  width: 100%;
  height: 100%;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 4px 4px 4px 4px;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*class : footer*/
.footer{
	color: white;
	text-align: center;
	display: block;
	margin: 0;
	padding: 15px 0 15px 0;
	width: 100%;
	background-color: #000066;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*class : navigation bar*/
.navigation{
	background-color: #333;
	list-style: none;
	color: white;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	position: sticky;
	overflow: hidden !important;
	z-index: 1;
}
.navigation li{
	display:inline-block;
	float: left;
	width: 19%;
	text-align: center;
	margin: 0;
	position: sticky;
}
.navigation li a{
	width: 100%;
	text-decoration: none;
	color: white;
}
.navigation li.home{
	background-color: #3C6;
	padding: 12px 0 12px 0;
	width: 5%;
}
.navigation li.dropdown{
	display: inline-block;
	padding: 12px 0 0 0;
}
.navigation li:hover{
	background-color: #000;
}
.dropdown:hover .dropdown-content {
	display: block;
}
li.dropdown:hover {
	background-color: black;
	color: white;
}
.dropdown-content{
	display: none;
	background-color: #333;
	position: sticky;
	margin: 12px 0 0 0;
}
.dropdown-content a{
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 12px 0 12px 0;
}
.dropdown-content a:hover {
	background-color: #000;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*search bar*/
.search_bar{
	background-color: white;
	list-style: none;
	color: black;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	overflow: hidden !important;
}
.search_bar li{
	display:inline-block;
	float: right;
	width: 19%;
	text-align: center;
	margin: 0;
	padding: 12px 0 12px 0;
}
.search_bar li.dropdown{
	display: inline-block;
	padding: 23px 0 0 0;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : technical table*/
#technical_info{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: center;
	font-size: 12px;
}
#technical_info tr:nth-child(even){
	background-color: #f2f2f2;
}
#technical_info tr:hover{
	background-color: #ddd;
}
#technical_info th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background-color: #039;
	color: white;
	top: 43px;
	position: sticky;
	overflow: hidden !important;
}
#technical_info th a{
	color: white;
}
#technical_info td, #technical_info th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : managing field table*/
#managing_field{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#managing_field td, #managing_field th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#managing_field tr:nth-child(even){
	background-color: #f2f2f2;
}
#managing_field tr:hover{
	background-color: #ddd;
}
#managing_field th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#managing_field th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : managing field extra table*/
#managing_field_extra{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#managing_field_extra td, #managing_field_extra th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#managing_field_extra tr:nth-child(even){
	background-color: #f2f2f2;
}
#managing_field_extra tr:hover{
	background-color: #ddd;
}
#managing_field_extra th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#managing_field_extra th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : test form table*/
#test_form{
	border-collapse: collapse;
	width: 1050px;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#test_form td, #test_form th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#test_form th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#test_form th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation table*/
#evaluation{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation td, #evaluation th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_a table*/
#evaluation_a{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_a td, #evaluation_a th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_a th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_a th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_b table*/
#evaluation_b{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_b td, #evaluation_b th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_b th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_b th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_c table*/
#evaluation_c{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_c td, #evaluation_c th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_c th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_c th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_d table*/
#evaluation_d{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_d td, #evaluation_d th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_d th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_d th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_e table*/
#evaluation_e{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_e td, #evaluation_e th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_e th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_e th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_f table*/
#evaluation_f{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_f td, #evaluation_f th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_f th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_f th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*id : evaluation_g table*/
#evaluation_g{
	border-collapse: collapse;
	width: 100%;
	vertical-align: central;
	text-align: left;
	font-size: 12px;
}
#evaluation_g td, #evaluation_g th{
	height: 10px;
	border: 1px solid #CCC;
	padding: 4px;
}
#evaluation_g th{
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: black;
}
#evaluation_g th a{
	color: white;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/



    

