html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 270px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 260px;
  padding-right: inherit !important;
}
#footer > .container {
	height: 100%;
}
#site-footer {
	height: 120px;
}
#site-disclaimer {
	padding-top: 12px;
	font-size: 80%;
	color: #FFF;
	overflow: hidden;
	height: 140px;
}
main {
	padding-top: 12px;
	padding-bottom: 50px;
}
#oliviaNavBar, #oliviaNavBar .nav {
	width: 100%;
}
a.nav-link {
	color: #335184;
	
}
a.nav-link.active {
	color: #2eb56c;
	font-weight: bold;
}
#oliviaNavBar .dropdown-menu {
	margin-top: 0.093rem;
}

.dropdown-menu .nav-link {
	color: #335184;
	font-size: 90%;
}
#newRegistration .row {
	margin-top: 4px;
}

#oliviaid {
	padding: 6px 12px;
	border: 1px dotted #a0a0a0; 
	font-size: 90%;
}
.nav-tabs .nav-link {
	color: #335184 !important;
	font-weight: bold;
	font-size: 14px;
}
.nav-tabs .nav-link.active {
	color: #2eb56c !important;
}
.sticky-top {
	padding-right: inherit !important;
}
#navbar-dashboard.sticky-top {
	top: 60px;

}


.btn-primary {
    background-color: #335184;
    border-color: #335184;	
    color: #FFF !important;
}
.tablesorter-icon::after {
	content: '\f0dc';
	color: #FFF;
   	font-family: 'Font Awesome 5 Free';
   	font-weight: 900;
   	margin-right: 4px;
}


.apply-col {
	vertical-align: bottom;
}
/*@media (min-width: 1200px) {
	
}
@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	
}
*/
@media (max-width: 768px) {
	#pageBannerBanner {
		background-size: auto 100%; 
	}
	
}

@media (max-width: 576px) {
	#footer {
		height: 400px;
	}
	body {
		margin-bottom: 400px;
	}
	#site-disclaimer {
		height: 300px;
	}
	.info-icon {
		cursor: pointer;
		padding-left: 12px; 
		margin-top: 0px;
		margin-bottom: 12px;
		color: #AAA;
	}
}

.invalid {
	border-color: #AC0000;
}
.info-icon {
	cursor: pointer;
	padding-left: 12px; 
	margin-top: 12px;
	color: #AAA;
}

.tabValid {
	color: #00AC00;
}
.tabInvalid {
	color: #AC0000;
}
.fieldRow {
	margin-bottom: 24px;
}
.fieldLabel {
	font-weight: bold;
}

.fieldLabellabel {
	/*font-weight: bold;
	font-size: 115%;*/
}
.fieldField {
	margin-left: 16px;
	/*border-left: 2px solid #E8E8E8;*/
}
.fieldRequired label::after {
	content: '\f06a';
	color: #AC0000;
   	font-family: 'Font Awesome 5 Free';
   	font-weight: 900;
   	margin-left: 12px;
}

.fieldInvalid {
	border: 1px solid #AC0000;
	box-shadow: 0px 0px 2px #AC0000;
}
.field-more-content, .field-less{
	display: none;
}
.field-more-content {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.field-less, .field-more {
	font-size: 90%;
	cursor: pointer;
	color: #2eb56c;
	margin-left: 3px;
}
.field-more {
	margin-bottom: 0.5rem;
	/*margin-top: -0.5rem*/
}
.field-more::after {
	content: '\00BB';
	margin-left: 4px;
}
.field-less::before {
	content: '\00AB';
	margin-right: 4px;
}
.field-more.label, .field-more-content.label, .field-less.label {
	margin-top: 0rem;
	font-size: 90%;
	margin-left: 12px;
}

.inactive .ignore {
color: #335184; text-decoration: none !important; text-decoration-line: none !important;
}
.typeahead.dropdown-menu a {
	font-size: 0.8rem;
	padding: 2px 6px 2px 6px;
}
