#headernav ul {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

#headernav li {
	padding: 0px 0px 1px 0px;
	margin: 0px;
	color: #fff;
}

#headernav li a {
	padding: 0px 15px 0px 0px;
	font-size: 12px;
	color: #fff;
}

#headernav a:link, headerright a:visited {
	text-decoration: none;
}

#headernav a:hover, #headerright a:active {
	color: #fff;
	text-decoration: underline;
}

#header h1 {
	width: 60%;
	float: right;
	color: #fff;
}

.skipnav {
	text-align: left;
}

.skipnav a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skipnav a:focus, .skipnav a:active {
	position: static;
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
}

.merlinRadio {
	position: relative;
	padding: 0px 10px 0px 5px;
	margin: 0px 10px 10px 10px;
}

.min_height_10 {
	min-height: 10px;
}

.min_height_50 {
	min-height: 50px;
}

.min_height_100 {
	min-height: 100px;
}

.min_height_200 {
	min-height: 200px;
}

.min_height_300 {
	min-height: 300px;
}

.min_height_500 {
	min-height: 500px;
}

.leftPane {
	width: 25%;
	float: left;
}

.rightPane {
	width: 75%;
	float: right;
}

.verticalThreeRows {
	height: 6em;
	overflow-y: auto;
}

.verticalFiveRows {
	height: 12em;
	overflow-y: auto;
}

.verticalSixRows {
	height: 29em;
	overflow-y: auto;
}

.errors {
	color: #b00000;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	padding-left: 0px;
}

.errors ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}

.errors li {
	background-image: url(images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

.infoMsg {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	list-style: none;
}

.infoMsg ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}

.infoMsg li {
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

.submit {
	background-color: #036;
	color: #fff;
	font-weight: bold;
	border: 2px outset #cc9;
	margin: 2px;
	height: auto;
	padding: 4px;
	width: auto;
	text-align: center;
	text-decoration: none;
}

.linkAsButton a:link, .linkAsButton a:visited, a:visited a:active {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #1E3A62;
	border-radius: 2px;
	margin: 5px;
	padding: 6px 6px;
	height: auto;
	width: auto;
	text-align: center;
	text-decoration: none;
}

.linkAsButton a:hover, .linkAsButton a:active {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

.linkAsButtonWide a:link, .linkAsButtonWide a:visited, a:visited a:active
	{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #1E3A62;
	border-radius: 3px;
	display: inline-block;
	padding: 9px 9px 9px 9px;
	height: auto;
	width: auto;
	text-align: center;
	text-decoration: none;
}

.linkAsButtonWide a:hover, .linkAsButtonWide a:active {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

#conference_header_region {
	background-color: #fff;
}

.readOnlyText {
	height: 25px;
	padding: 6px 8px;
	font-size: 12px;
	text-align: left;
	line-height: 1.42857143;
}

.readOnlylabel {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
}

.dataEntry {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444444;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataEntry:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.seperator {
	padding: 3px;
	margin-bottom: 2px;
}

.bordersingle {
	border: 1px solid #ccc;
	padding: 0px 3px 15px 3px;
	margin-top: 0px;
}

.bordersingle#nobottompadding {
	padding-bottom: 1px;
}

.rowaltcolor {
	background-color: #e6e6e6;
}

.rowsecthead {
	background-color: #1E3A62;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.rowsectlabel {
	background-color: #999;
	color: #000;
	font-weight: normal;
	font-weight: bold;
	margin: 0px;
}

.columnseperator {
	border-right: 5px white solid
}

.required {
	color: #B30000;
	font-size: 13px;
	font-weight: bold;
}

.bgcoloryellow {
	background-color: #FFFF00;
}

.bgcolorgrey {
	background-color: #cccccc;
}

.small-line-height {
	line-height: 1.2 !important;
}

.subHeading {
	background-color: #cccccc;
	font-weight: bold;
	margin-top: 0px
}

.left375 {
	float: left;
	width: 375px;
	margin-right: 5px;
}

.middle375 {
	float: left;
	width: 375px;
	margin-right: 5px;
}

.right375 {
	float: right;
	width: 375px;
}

/* overwrite bootstrap */
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}

h1 {
	font-size: 24px;
	margin: 10px;
	text-align: center;
}

h2 {
	font-size: 22px;
	margin: 10px;
	text-align: center;
}

h3 {
	font-size: 18px;
	margin: 4px 4px 4px 0px;
}

h4 {
	font-size: 14px;
	margin: 4px 4px 4px 0px;
}

h5 {
	font-size: 12px;
	margin: 4px 4px 4px 0px;
}

a:hover, a:active {
	color: #603;
	text-decoration: underline;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.rowNav {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#subnav {
	background-color: #CCCCCC;
	margin-top: 0px;
	font-weight: normal;
}

#menu #subnav li {
	border-right: 1px solid #b3b3b3 !important;
	border-left: 1px solid #808080 !important;
}

#menu #subnav li:last-child {
	border-right: 0 !important;
}

#menu #subnav li:first-child {
	border-left: 0 !important;
}

input.button {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #06143B;
	border: 2px outset #ccc;
	margin: 5px;
	padding: 1px 3px;
}

input.buttonhov {
	background-color: #ccc;
	color: #333333;
}

/* end of overwrite bootstrap */
#addr {
	margin-top: 0px;
	padding-top: 15px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#contact {
	margin-top: 0px;
	padding-top: 15px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.errField {
	background-color: #ff6666;
}

.wrnField {
	background-color: #FFFF00;
}

.mapDisplay {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.white {
	color: #fff;
}
/* Resized browser window 
	Uses max-width instead of max-device-width*/
@media only screen and (max-width: 767px) {
	.top-margin-xs {
		margin-top: 5px;
	}
	#header h1 {
		width: 100%;
		float: none;
	}
	#header img {
		display: none;
	}
	.min_height_10 {
		min-height: 5px;
	}
	.min_height_100 {
		min-height: 5px;
	}
	.min_height_200 {
		min-height: 5px;
	}
	.min_height_300 {
		min-height: 5px;
	}
	.min_height_500 {
		min-height: 6px;
	}
	.row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.pull-right {
		float: left !important;
	}
	.pull-left {
		float: right !important;
	}
	.text-right {
		text-align: left;
	}
	.text-center {
		text-align: left !important;
	}
	#leftPane {
		width: 100%;
		float: none;
	}
	#rightPane {
		width: 100%;
		float: none;
	}
	#footer {
		position: relative;
		bottom: inherit;
	}
	#footer img {
		display: none;
	}
	.readOnlylabel {
		text-align: left !important;
	}
	#merlinLogo {
		width: 600px;
		height: 200px;
	}
	#menu .navbar-nav>li>ul>li>a {
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto auto;
		border-radius: 10px;
		margin: 5px 0 5px 20px;
		color: #ffffff;
		position: relative;
		display: block;
		padding: 5px 15px 5px 15px;
		line-height: 15px;
		list-style-type: none;
	}
}

/* Resized browser window 
	Uses max-width instead of max-device-width*/
@media only screen and (max-width: 991px) and (min-width:768px) {
	.top-margin-sm {
		margin-top: 5px;
	}
	.padding-sm-small {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

/* Resized browser window 
	Uses max-width instead of max-device-width*/
@media only screen and (max-width: 1199px) and (min-width:992px) {
	/*Use to add a top margin for text fields which wrap to the next line
		with this screen size */
	.top-margin-md {
		margin-top: 5px;
	}

	/* Use to reduce the column padding for a column which is slightly too small
		for this size screen */
	.padding-md-small {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

.hidden {
	display: none !important;
}

.grid-container-admin {
	display: grid;
	grid-template-rows: 50px 100px 100px 100px;
	grid-template-columns: 20% 15% 30% 15% 20%;
}

.header-title {
	grid-row: 1;
	grid-column: 3;
	justify-self: center;
}

.header-message {
	grid-row: 2;
	grid-column: 3;
	justify-self: center;
}

.button-add {
	grid-row: 3;
	grid-column: 2;
	justify-self: end;
}

.editbuttons {
	display: block;
}

.editInfo {
	display: none;
}

.button-edit {
	grid-row: 3;
	grid-column: 4;
	justify-self: start;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.modAClose, .modEClose {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modAClose:hover, .modAClose:focus, .modEClose:hover, .modEClose:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.modal-body {
	padding: 15px 15px 15px 15px;
}

.status-info {
	padding: 10px;
	color: black;
	font-size: 1rem;
}

.status-info-link {
	padding: 10px;
	color: black;
	font-size: 0.75rem;
}

.custom-toast-header {
	color: white;
	background-image: linear-gradient(#284c81, #1e3a62 60%, #193152);
}

.toast-container {
	position: fixed;
	top: 7rem;
	right: 7rem;
	z-index: 9999;
}

.enviro-text {
	padding: 7px;
	color: black;
}

.login-text {
	padding: 10px;
	color: black;
}

.drill-checkbox {
	accent-color: #FF0000
}

.uppercase-field {
	text-transform: uppercase;
}