.admin-only {
	background-color: beige;
	color: darkred;
	padding: 4px;
}

.bpoButton {

	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;

	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:8px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.bpoButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.bpoButton:active {
	position:relative;
	top:1px;
}

button {
	padding: 5px;
}
button a {
	text-decoration: none;
}
.veteran-badge {
	margin-top: 10px;
}

#location_list {
	display: flex;
	flex-direction: column;
}

#location_list .location {
	display: flex;
	border: 1px solid darkgrey;
	border-radius: 8px;
	margin-bottom: 25px;
	padding: 8px;
}

#location_list .location h2 {
	margin-top: 0px;
}

#location_list .location .location_logo {
	width: 250px;
}

#location_list .location .location_logo img {
	height: 150px;
	margins: 10px 20px 10px 0px;
	object-fit: cover;
}
#location_list .location .location_info {
	padding: 5px;
}
#region_text_info {
	margin: 25px 0px 25px 0px;
}

.autocompleteoff {

}

/* this is meant for Envira only..to fix problem that started late Oct 19 */
.lazy-loaded {
	display: none;
}

.hilight_row {
	color: black;
	background-color: lightgrey;
}
.hilight_box {
	display: inline-block;
	border: 1px solid darkgrey;
	background-color: white;
	font-weight: 600;
}
@media (min-width: 300px) {
	.hilight_row {
		padding: 5px;
		margin-top: 1em;
	}
	.hilight_box {
		padding: 5px;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 2px;
	}
}
@media (min-width: 800px) {
	.hilight_row {
		padding: 20px;
		margin-top: 1em;
	}
	.hilight_box {
		padding: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
}
.duplicate  {
	border: solid red 2px !important;
	background: #fbccc8 !important;
	color: #000000 !important;
}