body {
    font-family: trebuchet, arial, sans-serif;
    text-align: left;
    font-size: 12px;
    color: #606060;
    background:	#ffffff;
    padding-left: 15px !important; 
    padding-right: 20px !important;
    background-image: url("/images/back3.jpg");
	background-repeat: no-repeat;
 	background-size: cover;
        background-attachment: fixed;
}
btn-dark{
	font-size: 8px !important;
}

h1.noline {
	font-size: 18px;
	color: #97A99B;
	font-weight: bold;
	font-family: helvetica, arial;
	margin-bottom:3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #97A99B;
	
	}

h1{
	font-size: 22px;
	color: #063551;
	font-weight: bold;
	font-family: helvetica, arial;
	margin-bottom:3px;
	margin-top: 10px;
}


h2{
	font-size: 18px;
	color: #063551;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	
}

h3{
	font-size: 14px;
	color: #063551;
	font-weight: bold;
	margin: 0px 0px 0px 0px;

}
h4{
	text-align: center;
	font-size: 16px;
	color:green;
	display: inline-block;
}

img { 
	border: 0; 
}

a {
   	font-weight: bold;
	color: #063551e8;
	text-decoration:none;
	font-size: 12px;
}

.messageBox {
	background:#b2e5b78c; 
	width:83%;
	border-radius: 5px; 
	border: 1px solid #73AD21;
    	text-align: center;
    	padding-top: 8px;
}
a:hover{
	text-decoration:none;
	color: #a2c780;
}

#error_msg{
	color: #CC111C;
}
.navbar-nav {
	width: 85%;
   	flex-direction: row !important;
}

#navigation
{
	padding-left: 2px;
}

#navigation a{
	padding-left: 2px;
	
}

#navigation ul
{
	padding-left:14px;	
}

#nav-header{
	background:#003f99bf;
	color: #ffffff;
	font-weight: bold;
	width: 155px;
	padding-left: 0px;
	padding-top: 5px;
	height: 20px;
	filter:alpha(opacity=90);
	opacity:0.9;
	font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
	color: #053151;
	font-size: 12px !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #a2c87f;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 7px;
	font-size: 12px !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #a2c87f;
	background-color: #ffffff;
	border-bottom: solid 2px #8eb53c;
	font-size: 12px !important;
}
.navbar-bottom{
	max-height: 42px;
	min-height: 42px;
}

#search-box{
	margin-top: 0px;
	float:right;
	text-align:left;
	width: auto;
	padding: 5px;
	background: #ffffff;
}

ul{
	margin: 3px;
}

ul li{
	list-style:none;	
	    margin: 15px;
}

#topline{
	border-bottom-width: 1px; 
	border-bottom-style:dotted; 
	border-bottom-color:#97A99B;
}


#wrapper{
	width:99%;
	height:100%;
	margin: 0px;
	/*background: #ffffff;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	/*border-color: #003f99bf;*/
}


p{
	font-size: 12px;
}

p.small{
	font-size: 9px;
	color: #97A99B;
	font-weight: bold;
}


hr{
	height: 1px;
	color: #003f99bf;
	margin-top: 10px;
	margin-bottom: 10px;
}

#copy{
	width: 100%;
	text-align:center;
	font-size: 10px;
}

.topborder{
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#003f99bf
}

.bottomborder{
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#003f99bf;
}

.rightborder{
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color:#003f99bf
}

select{
	font-size: 15px;
	color:#758177;
	border-color: #97A99B;
	border-width: 1px;
	width: 130px;
	padding: 12px;
}

.button{
	font-size: 12px;
	color: #003f99bf;
	font-weight:bold;
	border-color: #000000;
	border-width: 1px;
	background:#f0f0f0;
	padding:4px;
	cursor:pointer;
}

th{
    font-size: 12px;
    background: #063551;
    color: #ffffff;
    font-weight:bold;
    text-align:left;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    filter:alpha(opacity=90);
    opacity:0.9;
    border: 1px solid white;
    cursor: hand !important;
}

td {
	font-size: 13px !important;
	text-align:left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	filter:alpha(opacity=90);
	opacity:0.9;
	border-radius: 0px 0px 0px 10px !important;
}

table {
	border-radius: 5px 5px 5px 5px !important;

}

tr{
	border-radius: 5px 5px 5px 5px !important;

}

.greenborder{
	border-color: #003f99bf;
	border-width: 1px;
	border-style: solid;
}

.checkbox-wrapper {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 2px;
}
  
.searchbox-wrapper {
	display: flex;
	align-items: center;
    justify-content: flex-end;
	width: 100%;
}

.center-align {
	margin: auto;
}

.vertical-align {
	display: flex;
	align-items: center;
}

#calendarIcon {
    cursor: pointer;
	margin: 0 4px;
}

#dateInput {
	width: 100px;
}


.autocomplete {
  position: relative;
  display: inline-block;
width: 100%;
}

.autocomplete-items {
  position: static;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: -1;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


