
html {
	height: 100%;
}

body {
	background: #000B33;
	font-size: 14px;
	height: 100%;
	font-family: Arial, sans-serif;
	position: absolute;
	width: 100%;
}

.city {
	display: none;
}

.problem-status {
	margin-bottom: 3em;
	color: red;
}

.checkbox-form-styling {
	margin-bottom: 2em;
}

.create-account-form {
	margin-top: 2em;
}

.layout-header {
	width: auto;
	min-width: 230px;
	margin: 0px 5px;
}

.layout-menu {
	width: auto;
	min-width: 230px;
	margin: 0px 5px;
	height: 28px;
}

.layout-body {
	width: auto;
	min-width: 230px;
	margin: 0px 5px;
	bottom: 0;
	background: #EEEEEE;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.layout-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	border-top: 5px solid #8422A6;
	background: #000B33;
}

#menu_bar {
	height: 28px;
	background-color: #363D55;
	color: #ECF0FF;
	text-decoration: none;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	position: relative;
	top: 18px;
}

#menu_bar {
	position: relative;
	top: 0px;
}

#menu_bar span.link_container {
	background: transparent;
	padding: 6px;
	line-height: 28px;
	z-index: 5001;
	position: relative;
}

#menu_bar span.link_container a:link,
#menu_bar span.link_container a:visited,
#menu_bar span.link_container a:active,
#menu_bar span.link_container a:hover  {
	color: #ECF0FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

.header_image {
	height: 60px;
}

.header_image img.gdot_logo {
	height: 60px;
	padding: 4px 0;
}

.section_header {
	height: 75px;
	background: -moz-linear-gradient(top, #363D55 0%, #D7DAE7 5%);
	border-bottom: 2px solid #363D55;
}

.section_header h3 {
	font-family: 'Viga', Arial, Verdana, sans-serif;
	font-size: 30px;
	color: #000B33;
	line-height: 75px;
	margin: 0px;
	padding-left: 25px;
}

.section_content {
	padding: 10px 20px;
	background: #EEEEEE;
}

.social_media {
	position: relative;
	top: 4px;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
}

ul {
	padding-left: 16px;
}

.feedback-form-styling {
	margin-bottom: 0;
	padding-bottom: 5em;
	border: 1px solid black;
}

.mobile-body-sizing {
	padding: 20px;
	min-height: 100vh;
}

.reply-check-sizing {
	padding-bottom: 15px;
}

.social_media img {
	padding: 0px 2px;
}

.copyright {
	color: white;
}

div.liner p.menu,
div.liner div.content {
	border: 0 !important;
	padding: 5px 0px;
}

.mobile_title {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
}

div.event_report {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px dashed #000000;
	padding: 10px;
	min-width: 180px;
	display: inline-block;
}

.event_report .title {
	font-weight: bold;
}

div.dms_report {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px dashed #000000;
	padding: 10px;
	min-width: 180px;
	display: inline-block;
}

div.direction_header {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px;
	margin: 10px 0px;
}

div.event_report,
div.dms_report {
	/*	margin-left: 20px;*/
}

div.dms_report,
div.dms_report table {
	font-size: 12px;
}

.dms_report .title {
	font-weight: bold;
}

.dms_report .title .last_update {
	font-style: italic;
	color: #666666;
}

.dms_report .body {
	padding-left: 15px;
	padding-top: 10px;
}

.dms_report .phase {
	font-style: italic;
}

.breadcrumb {
	margin: 10px 0px;
}

.page_jump {
	margin: 20px 0px;
}

.amber_alert {
	background: none repeat scroll 0 0 #000B33;
	margin: 2px;
	padding: 4px;
}

.amber_alert .category {
	font-weight: bold;
	color: #DDDDDD;
	padding-right: 5px;
}

.amber_alert .message a:link,
.amber_alert .message a:active,
.amber_alert .message a:hover,
.amber_alert .message a:visited {
	color: #FFFFFF;
}

.static_content table,
.static_content div,
.static_content p,
.static_content span,
.static_content td {
	font-size: 12px;
	font-family: Arial;
}

.static_content .style3 {
	font-size: 14px;
	font-weight: bold;
}
.static_content .style5 {
	font-size: 12px;
}
.static_content .style6 {
	font-size: 12px;
	font-weight: bold;
}
.login-divider {
	width: .5em;
}

.login-header-spacing {
	margin-top: 2em;
}

@media (max-width: 350px) {
	.responsive-form-header {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	.responsive-form-header {
		font-size: 1.2rem;
	}
}
