* {
	margin: 0px;
	padding: 0px;
}
body {
	/* font-size: 120%; */
	font-family: 'Kanit', sans-serif;
	/* padding-top:63px;  */
	padding-bottom:80px; 
	color:#595959;
}

.header {
	width: 75%;
	margin: 20px auto 0px;
	color: white;
	background: #006882;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
}
form, .content {
	width: 75%;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
}
.input-group {
	margin: 5px 0px 10px 0px;
}

.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 90%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
/* .btn {
	padding: 10px;
	font-size: 16px;
	color: white;
	background: #5F9EA0;
	border: none;
	border-radius: 5px;
} */
.error {
	width: 92%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}

.borderColor{
	border-color:orange;
}
.blur{
	opacity: 0.92;
	filter: alpha(opacity=92);
}
.blur:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.fontthai{
	font-family: 'Kanit', sans-serif;
}
h4{ 
	text-align:center; 
	text-color:black; 
	font-weight: bold; 
} 
.col-xs-4, .col-xs-6, .col-xs-12, .col-sm-3, .col-sm-4, .col-sm-12, .col-lg-4  { 
	padding:5px; 
} 

/* clearfix */ 
.clear:before, 
.clear:after { 
	content: ""; 
	display: table; 
} 

.clear:after { 
	clear: both; 
} 

.clear { 
	*zoom: 1; 
} 
.wrapper { 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	padding:5px; 
	background-color:white; 
	width:100%; 
	position: relative;			
} 

#g1, #g2, #g3 { 
	width: 100%; 
} 


/* th .bgbefore {
	border:none; margin:0px;
} */
.active2{
	color:#595959;
	background:white;
}
.tab-content>.tab-pane {
    height: 1px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.tab-content>.active {
    height: auto;
    overflow: auto;
	visibility: visible;
	display: block;
}

/* css */

.icon-lg {
	font-size: 4.68em; }
	
.fw-r {
	font-weight: normal; }
	
i.p-4.font-3xl.width-90.mr-3.float-left {
	font-size: 1.8125em;
	width: 75px; }
	
.card .card-left {
	width: 30%; }
	
.card .card-right {
	width: 70%; }

.flat-color-1 {
	color: #ff7f27; }
	
.flat-color-2 {
	color: #1B998B; }

.flat-color-3 {
	color: #D8497E; }	  

.btnMenu{
	width:100%; 
	height:4em;
	border:none;
	background:transparent;
	color:white;
}

#click2:hover ,#click3:hover{
	background:#e2e2e2;
	color:#41494b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#click1:hover{
	background:#e2e2e2;
	color:#41494b;
	border-top-right-radius: 10px;
}
#click4:hover{
	background:#e2e2e2;
	color:#41494b;
	border-top-left-radius: 10px;
}
.btnMenumid{
	width:100%; 
	height:4em;
	border:none;
	background:white;
	color:#41494b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.btnMenuleft{
	width:100%; 
	height:4em;
	border:none;
	background:white;
	color:#41494b;
	border-top-right-radius: 10px;
}
.btnMenuright{
	width:100%; 
	height:4em;
	border:none;
	background:white;
	color:#41494b;
	border-top-left-radius: 10px;
}

/* Meter */

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.card-content {
	height: 100%;
}
.outer {
	display: table;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}
.card-top {
	display: table-row;
	height:50%;
}
.card-bottom {
	display: table-row;
	vertical-align: top;
	height:50%;
}
.card-top>.middle {
	vertical-align: bottom;
}
.card-bottom>.middle {
	vertical-align: top;
}
.text-lg-responsive {
	font-size: 2vw;
}
.text-md-responsive {
	font-size: 1.5vw;
}
.text-sm-responsive {
	font-size: 10;
}
.icon-responsive {
	font-size: 4em;
}
@media (max-width: 767px) {
	.text-lg-responsive {
		font-size: 18px;
	}
	.text-md-responsive {
		font-size: 14px;
	}
	.text-sm-responsive {
		font-size: 10px;
	}
	.card-top>.middle {
		padding-bottom: 0px;
	}
	.card-bottom>.middle {
		padding-top: 5px;
	}
}
@media (max-width: 500px) {
	.text-lg-responsive {
		font-size: 16px;
	}
	.text-md-responsive {
		font-size: 12px;
	}
	.text-sm-responsive {
		font-size: 8px;
	}
	.icon-responsive {
		font-size: 3em;
	}
	.card-top>.middle {
		padding-bottom: 0px;
	}
	.card-bottom>.middle {
		padding-top: 5px;
	}
}