@charset "utf-8";

body{
	font-family: "Kanit";
	max-width:1536px;
	/*background-color: #F4F4EA;*/
	background-color: #fff;
}
@font-face {
  font-family: "Kanit";
  src: url(./../fonts/Kanit-Regular.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

.req{
	background-color :mistyrose; 
	color: #8a6d3b;
}
.show_req{
	position:fixed; 
	font-size:9px; 
	color:#900; 
	top:60px; 
	right:0px; 
	width:120px; 
	border:dotted 1px #900;
}
h3{
	color: #EAC271;
}
h2{
	color:#5D8402;
}
table tbody tr td,table thead tr th{
	font-size: 0.8em;
}

#showListFu{
	margin-bottom: 10px;
}
#showListFu table{
	display: block;
    margin: 0 auto;
	max-width: 500px;
}
#loading{
	z-index:10000;
	position:fixed;
	width: 16px; 
	height:16px;
	background-image:url('../images/loading/load.gif');
	background-repeat:no-repeat;
	background-color:#fff;
}

#showData{
	margin-top: 5px;
	background-color: #fff;
	min-height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#showMainMenu #list_main_menu .active a{
	background-color: floralwhite;
	color: #669966;
}
#body_container_refer #showMainMenu .navbar{
	margin-bottom: 0px;
}
.table {
	background-color: #fff;
}
.search_auto{
	background-image:url('../images/search.png');
	background-repeat:no-repeat;
	background-position:right;
}
.calendar,#exp_refer_ath{
	background-image:url('../images/calendar_icon.png');
	background-repeat:no-repeat;
	background-position:right;

}
.TrSelected{
	background-color:khaki;
}
.navbar-collapse #list_main_menu_r li{
	padding: 8px 0 0 15px;
}
.table .ui-thead {
	background-color: #669966;
	color: #fff;
}
@media (max-width: 500px){
	#body_container_refer #showData #refer_form #pt_data_refer form div.form-group div.col-sm-4{
		margin-top:100px;
	}
}
/*#body_container_refer #showData #refer_form #pt_data_refer form div.form-group div.col-sm-4{
	margin-top:100px;
}*/
