body {

	font-family: Arial, Helvetica, sans-serif;
	scroll-behavior: smooth;
}

.bodyContainer {
	font-size: 0.9rem;

}

.main {
	background-color: #FCF4E7;
	padding-bottom: 20px;
	min-height: 420px;
}

.ahec-navbar {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	padding-left: 0;
	margin-bottom: 0;
	min-width: 576 px;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	justify-content: flex-start;
}

.ahec-body-title {
	font-size: 16px;
	font-weight: bolder;
	color: #251803;
	align-content: flex-start;
	vertical-align: middle;
}

.ahec-body-content {
	font-size: 0.9em;
	color: #030200;
	align-content: flex-start;
	vertical-align: middle;
}

.ahec-navbar>.container,
.ahec-navbar>.container-fluid,
.ahec-navbar>.container-sm,
.ahec-navbar>.container-md,
.ahec-navbar>.container-lg,
.ahec-navbar>.container-xl,
.ahec-navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}


.ahec-logo {
	position: absolute;
	width: 2.8%;
	height: 98px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: url(/assets/image/logo-ahec.jpeg);
}

.redText {
	color: red;
}

.deleteBtn {
	color: #FF0000;
	background-color: #DCCFB3;
}

#searchResultTable > tbody tr:nth-child(odd) {background-color: #FCF4E7;}

#searchResultTable > tbody tr:nth-child(even) {background-color: WhiteSmoke;}

#searchResultTable > tbody > tr > td { border:1px solid Silver;}
#searchResultTable > thead > tr > th { border:1px solid Silver;}

.exportBtn {
	color: #0000FF;
	background-color: #DCCFB3;
}

table.newRecordForm > tbody > tr > td:first-child {
	font-weight: bold;
}

#fullLoadingOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: none;
}