
body{
	font-family: 'Kanit', sans-serif;	
}
.ess_header{
	margin-top:10px;
	vertical-align: bottom;
}
.ess_title{
	font-size:28px;
	color:white;
	margin-top:20px;
}
.ess_logo{
	width:80px;
}
.ess_body{
	background-color:#fff;
	padding:20px 20px 10px;
	margin-bottom: 10px;
}

.ess_body label{
	color:#327e58;/*#00a3e4*/;
}

.ess_sub_title{
	color:#327e58;/*#00a3e4*/;
	border-bottom: 3px solid #327e58;/*#00a3e4*/;
	padding-bottom: 5px;
}

.ess_personnel{
	background-color:#327e58;/*#00a3e4*/;
	color:#fff;
	margin-bottom:10px;
}

.ess_profile{
	
}
.ess_profile .fas{
	line-height:1.5;
}

.ess-table th{
	background-color:#327e58;/*#00a3e4*/;
	color:white;
}

.ess-table {
	border:2px solid #dee2e6;
}
.ess-table td{
	border:1px solid white;
}
.ess-table th{
	border-top:1px solid white;
	border-left:1px solid #327e58;/*#00a3e4*/;
	border-right:1px solid #327e58;/*#00a3e4*/;
}

.btn-primary {
	background-color:#327e58;/*#00a3e4*/;
}