table.displayTable {
	border-collapse: separate;
	border-spacing: 5px;
	border: 0;
}

table.displayTable td {
	padding: 5px;
}

#sticker {
	background: #e5edf3;
	color: #004b8d;
	width: 190px;
	font-family: Droid Sans;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 50px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	float: right;
}

table.RecordSetGrid {
	border: 1px solid #004b8d;
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
}

table.RecordSetGrid th, table.RecordSetGrid td {
	padding: 5px;
	border: 1px solid #004b8d;
	border-width: 1px 1px 0 0;
	vertical-align: middle;
}

/*table.RecordSetGrid a {
	color: #ffffff;
	text-decoration: none;
}

table.RecordSetGrid a:hover {
	text-decoration: underline;
}*/

.RecordSetGrid tbody tr {
	background-color: #ffffff;
}

table.RecordSetGrid th {
	padding: 0;
	font-weight: normal;
	text-align: center;
}
.RecordSetGrid thead, .RecordSetGrid tfoot, .RecordSetGrid tfoot table, .RecordSetGrid tfoot table tr {
	color: #ffffff;
	background-color: #004b8d;
}
.RecordSetGrid tfoot td {
	padding: 0;
}

img {
	border: 0;
}

.link {
	cursor: pointer;
}

.required {
	color: red;
}

.elementRequired {
	outline: red solid thin;
}

fieldset {
	border: 1px solid #004b8d;
	background-color: #ffffff;
}

legend {
	font-weight: bold;
	color: #004b8d;
	font-size: 11pt;
	width: auto;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom: 0;
}

.resultDiv {
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

.rounded-corners {
	border-radius: 10px;
}

.customInfobox {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	line-height: normal;
	background-color: white;
	padding: 12px;
}

.customInfoboxName {
	background: #e5edf3;
	padding: 5px;
}

.customInfoboxName a {
	color: #3300ff;
	text-decoration: none;
}

.customInfoboxName a:hover {
	color: white;
	background-color: #004b8d;
}

.mapCloseButton img {
	position: absolute;;
	top: 0px;
	right: 0px;
	padding: 2px;
}

#errorDisplay {
	/*padding: 8px;*/
	/*border: 2px solid #f8625a;*/
	color: red;
}

.table-form > tbody > tr > td {
  border: 0;
}

.table-responsive {
	border: 0 !important;
}

.labelForm {
  white-space: nowrap;
}

.top-buffer {
	margin-top: 10px;
}

.bottom-buffer {
	margin-bottom: 10px;
}

.dialogKfb {
	line-height: normal;
}

.containerPadding {
	padding-left: 15px;
	padding-right: 15px;
}

.hrDefault {
	border-style: display: block;
	border-width: 1px;
	border-color: black;
}

ul.raqList {
	list-style: none;
}

ul.raqList li {
	display: inline-block;
	line-height: 1em;
	/*font-size: .9em;*/
	margin-left: 10px;
	padding-left: 12px;
	text-indent: 0em;
}

ul.raqList li:not(:first-child) {
	border-left: 1px solid #999;
}

.raqTab.ui-state-disabled {
	display: none !important;
}

button {
	background: #004b8d;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	border-radius: 5px;
	border: 0;
}

.mapDisplayBox a {
	color: #004b8d;
	text-decoration: none;
}

.mapDisplayBox a:hover {
	color: #004b8d;
	text-decoration: underline;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#agencyList a, .mapLink a {
	color: #004b8d;
	text-decoration: none;
}

#agencyList a:hover, .mapLink a:hover {
	text-decoration: underline;
}

.blueHeader {
	background-color: #004b8d;
	color: white;
	padding: 5px;
}

.mapIcon {
	padding-right: 2px;
}

/*Media Queries*/
@media (max-width: 991px) {
	.mapAgentImage {
		max-width: 70px;
		max-height: 97px;
	}
}

@media (max-width: 767px) {
	.mapAgentImage {
		max-width: 69px;
		max-height: 96px;
	}

	.labelForm {
		padding-bottom: 0 !important;
	}

	.fieldForm {
		padding-top: 0 !important;
	}
}

@media (max-width: 480px) {
	.mapAgentImage {
		max-width: 70px;
		max-height: 97px;
	}
}