label{
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0;
}
h1, h2, h3{
	line-height: 40px;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
.mt {
    margin-top: 5px;
}

.mr {
    margin-right: 5px;
}

.mb {
    margin-bottom: 5px;
}

.ml {
    margin-left: 5px;
}
.form-control{
	padding: 4px 6px;
}
.form-control.tip{
    float: left;
}
select.form-control{
	height: 28px;
}
table td.text-center .form-control{
	display: inline;
}
.input-micro,.input-mini,.input-small,.input-medium
{
	box-sizing: content-box;
	height: 20px;
}
.input-medium{
	width: 150px;
}
.input-mini{
	width: 60px;
}
.help-block,.help-inline{
	color: #595959;
}
.error-text {
    color: #a94442;
}
html,
body{
	height: 100%;
}
body{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	background: url(images/background.jpg);
	background-size: cover;
	background-attachment:fixed;
}
form.form-horizontal div.tight{
	margin-bottom: 0;
}
#wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
#footer,
#push{
	height: 60px;
}
@media ( max-width : 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.header{
	height:75px;
	border:1px solid #d0d0d0;
}
div.well h4{
	margin: 0 0 5px;
	font-weight: bold;
}
div.well form{
	margin: 0;
}
.btn-full{
	width: 100%;
	padding: 4px 0;
}
div.dw-header{
	/*border-bottom: 2px solid #888;*/
}
div.dw-header h1{
	font-size: 38.5px;
}
div.dw-header h3{
	font-size: 24.5px;
}
div.dw-header h1, div.dw-header h3{
	font-weight: bold;
	line-height: 40px;
}
div.dw-header h1 a{
	color: #244B7D;
	font-family:"Times New Roman",Georgia,Serif;
	text-decoration: none;
}
div.dw-header h3{
	color: #7C3A43;
}
div.dw-header h1, div.dw-header h3{
	margin: 0;
}
div.dw-footer{
	color: white;
}
div.dw-footer p{
	margin: 20px 0;
}
div.user-nav{
	margin-bottom: 10px;
}
div.user-nav,
div.user-nav a{
	color: #444;
}
div.global-nav,
div.global-nav a{
	color: #444;
}
div.well{
	background: rgba(255,255,255,0.5);
}
div.round-number{
	text-align: center;
	display: inline-block;
	border: 2px solid #7C3A43;
	padding: 0.5em;
}
div.round-number small {
    margin: 0;
    font-weight: bold;
    color: #7C3A43;
    font-size: 16px;
}
div.round-number h2{
	margin: 0;
	font-weight: normal;
	line-height: 0.9em;
	color: #7C3A43;
}
.section-title{
	border-bottom: 1px solid #444;
}
a.link{
	color: white;
	text-decoration: underline;
}
h3 a, h4 a{
	color: white;
	text-decoration: underline;
}
h3 a:hover, h4 a:hover{
	color: white;
}
a.dark{
	color: black;
}
dl.dl-horizontal dt{
	text-align: left;
	width: 120px;
}
dl.dl-horizontal dd{
	margin-left: 120px;
}
div.user-nav a.active{
	color: #444;
	font-weight: bold;
}
.modal-wide{
	width: 90%;
	left: 50%;
	margin-left: -45%;
}
.modal-loading{
	background:url(images/loading/spinner-medium.gif) no-repeat right center;
	display:none;
	color:#333;
	font-size:1.1em;
	padding:5px 40px 5px 0px;
}
.form-control[disabled], input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #888;
	border: 1px dashed #666;
	color: #EEE;
	cursor: not-allowed;
}
dl.dl-horizontal-wide dt{
	width: 180px;
}
dl.dl-horizontal-wide dd{
	margin-left: 180px;
}
.section-title .info{
	font-size: 0.7em;
	float: right;
}
.incident{
	margin-bottom: 1em;
}
	.incident .text{
		margin-left: 170px;
		display: block;
	}
	.incident h3{
		margin: 0 0;
		line-height: 30px;
	}
	.incident-thumbnail{
		width: 150px;
		background-size: cover;
	}
.error label a{
	color: #B94A48;
	text-decoration: underline;
}
ul.doclist a{
	color: #000;
	font-size: 1.2em;
}
ul.doclist li{
	margin-top: 1em;
}
div.help a{
	color: #000;
}
.field_info{
	font-size: 9pt;
	font-style: italic;
}
.table .text-center{
	text-align: center;
}
.doclist-0{
	margin-bottom: 2em;
}
a.weather-image img{
	height: 223px;
	/*margin-left: 35px;*/
}
a.weather-image:focus{
	border: none;
	outline: none;
}
div#modal_weather .modal-dialog{
	width: 630px;
	/*margin: 0 -375px;*/
}
div#modal_weather div.modal-body{
	/*max-height: 480px;*/
}
.when-request-active{
	display: none;
}
body.request-active .when-request-active{
	display: inherit;
}
.assessment-list select{
	width: 300px;
}
.announcement-files{
	margin-top: -0.5em;
}
.announcement-files a{
	color: white;
}
.alert, .alert h4{
	color: #444;
}
div.row.no-pad>div:first-child{
	padding-left: 0;
}
div.row.no-pad>div:last-child{
	padding-right: 0;
}
.file-list a{
	color: #23527C;
}
.file-list{
	margin-bottom: 1em;
	display: block;
	border-bottom: 1px solid #DDD;
	padding-bottom: 1em;
}
.file-list:last-child{
	border-bottom: none;
}
.bold-white{
	color: white;
	font-weight: bold;
}
.video-thumbnail{
	width:150px;
	margin-right:15px;
}
.video-item{
	margin:25px 0;
}
.video-item h4{
	padding:0;
	margin:0 0 5px 0;
}
.video-item a{
	cursor:pointer;
}
.required-text {
    color: #a94442;
}
a.blue {
    color: darkblue;
}
a.blue:hover {
    color: black;
}
button.dw-tooltip {
    display: block;
    float: left;
    margin-left: 5px;
    height: 30px;
    border-radius: 5px;
}
.tooltip > .tooltip-inner {
    background-color: #eee;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
}
.help-attn {
    width: 80%;
}

*,*:focus,*:hover{
    outline:none;
}

.top-spacing {
	margin-top: 20px;
}

p.payment-required {
	font-size: 16px;
	font-weight: bold;
	margin: 10x 30px;
}

.new-feature {
	margin: 10px 0 20px 0;
}

.new-feature p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.new-feature img {
	width: 400px;
}

.btn-dark {
	background-color: #555;
	color: white !important;
}

.btn-dark:hover, .btn-dark:active {
	color: white;
	background-color: #333;
}

.dropdown-submenu {
	position: relative;
}
  
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

li.disabled {
	pointer-events:none;
	opacity:0.6;         
}

.red-container {
	width: 100%;
	border: 2px solid #a94442;
	padding: 5px;
	margin-bottom: 10px;
}

.survey-choice {
	width: 100%;
	margin: 10px;
	margin-left: 0;
	padding: 0 10px 20px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.survey-choice a {
	background-color: #2f5496;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.survey-choice .title-row {
	height: 60px;
}

.disabled-link {
	pointer-events: none;
	opacity: .5;
}

.feed-container {
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;;
}