﻿body
{
	font-family: 'Open Sans' , sans-serif;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: navy
}

.logo
{
	margin-bottom: 15px;
}
.instructions
{
	color: #505050;
	margin-bottom: 10px;
}
.instructions-intro {
	margin-bottom: 20px;
}
.instructions-final {
	margin-top: 20px;
}
.recaptcha-error {
	color: red !important;
	font-size: 20px;
}
.invalid-form-message
{
	display: inline-block;
	color: red !important;
	font-size: 20px;
	margin-top: 10px;
	vertical-align: middle;
}

.section-label {
	color: #5099FF;
	margin-bottom: 0;
	display: inline;
}

.email-duplicate {
	display: none;
	font-size: 20px;
}
.invalid-email-hide {
	display: none !important;
}
.phone-number-duplicate {
	display: none;
	font-size: 20px;
}
.invalid-phone-number-hide {
	display: none !important;
}
.zipcode-invalid {
	display: none;
	font-size: 20px;
}
.zipcode-invalid-hide {
	display: none !important;
}
.editor-label{ margin-bottom: 0px;}
.editor-field{ margin-top: 0px;margin-bottom: 20px;}
.main {
	margin-bottom: 20px;
}
.section{ margin-bottom: 20px;}
.section-body {
	 margin-left: 20px;
	margin-right: 20px;
}
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
	padding: 2px;
}
.table-nonfluid {
   width: auto !important;
}
.container {
    background-color: white;
    border-radius: 10pt;
    padding-top: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}
.dropdown-name{}
.dropdown-desc{ color: #787878;font-style: italic;}
.loading-image { margin-right: 10px; }
.btn-remove
{
	margin-left: 10px;
	background-color: rgb(205, 205, 205);
	color: #FFF;
}
.loading {
	display: none;
}
.btn-submit { margin-top: 10px;}


.btn-default.dropdown-toggle {
    cursor: default;
    background-color: #FFF;
    border-radius: 4px;
    text-align: left;
}
.caret {
    position: absolute;
    right: 16px;
    top: 16px;
}
.btn-default.dropdown-toggle:hover, .btn-default.dropdown-toggle:focus, .btn-default.dropdown-toggle:active, .btn-default.dropdown-toggle.active, .open .dropdown-toggle.btn-default {
    background-color: #FFF !important;
}
.dropdown-menu {width: 100%;}


.map 
{
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.map-legend {
	color: #787878;
}
.map-legend-site {
	margin-left: 30px;
}
.map-legend-instruction {
	margin-left: 50px;
	display: inline;
}
.infobox-content {
	padding: 10px;
}
.infobox-title {
	font-weight: bold;
}
.infobox-set-preference {
	display: block;
}
.infobox-set-preference1, .infobox-set-preference2 {
	margin-bottom: 5px;
}

.form-check {
	display: inline-block;
}

.form-check-input {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-top: 0px;
}

.form-check-label {
	padding-left: 5px;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 0px;
}