/* Detroit DOT - Performance Measurement System */
/* Developed by alesig.com */

html {
  	overflow:   scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
    overflow: auto;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
body {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: OpenSans, sans-serif;	
}
h1 {
	text-align: left;
	font-size: 1em;
	margin: 0;
	color: #663333;
	background: #FFF;
	display: block;
	
}
h1.border {
	border-bottom: 4px solid #669999;
	margin: 0 25px 20px;
	font-size: 1.2em;
	line-height: 2.1em;
	text-transform: uppercase;
}
h2 {
	color: #FFF;
	clear: left;
	margin: 10px 0px 5px;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	color: #666 !important;
	font-size: 1em;
	margin: 0px;
	padding-top: 10px;
	line-height: 1.5em;
	font-size: 1em;
}
h4 {
	font-size: 12px;
	color: #333;
}
h5 {
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
}
p, ul {
	margin: 15px 25px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
img:hover {
	border: none;
}
hr {
	margin: 10px;
	border-top: 1px dotted #B5B5B5;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	color: #333;
	font-family: OpenSans, sans-serif;
}
form {
	display: inline;
}
pre {
	word-break: break-all; /* webkit */
	word-wrap: break-word;
	white-space: pre;
	white-space: -moz-pre-wrap; /* fennec */
	white-space: pre-wrap;
	white-space: pre\9; /* IE7+ */
}
table {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	font-size: 1.6em;
	font-family: OpenSans, sans-serif;
}
table thead.stickyHeader {
	position: sticky; top: 0;
}
table tr.tableHeaderRowMain {
	background: #1D1060;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}
table tr.odd {
	background: #84BC01;
	color: #FFF;
	font-weight: bold;
	border-left: 10px solid;
    border-color: transparent;
}
table tr.even {
	background: #FFF;
	font-weight: bold;
	border-left: 10px solid;
    border-color: transparent;
}
table th {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #C0C6CB;
	padding: 15px 3px;
	font-family: OpenSans, sans-serif;
	color: #000;
}
table.advanced-search th {
	border-bottom: 2px solid #C0C6CB;
	padding: 10px 3px;
}
table th.title {
	background: #00704A;
	color: #FFF;
	font-size: 1.4em;
	line-height: 2em;
	border-bottom: 4px solid #669999;
	padding: 0;
}
table th.titleNoBorder {
	background: #00704A;
	border-bottom: 1px solid #00704A;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0;
	position: sticky; top: 0;
}
table th.titleHeaderMain {
	background: #1D1060;
	border-bottom: 1px solid #00704A;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0;
}
table th.titleDate {
	background: #00704A;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0;
}
table th.titleDeparture {
	background: #808080;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0;
}
table th strong {
	color: #663333;
	
	font-weight: bold;
}
table th span {
	font-size: 0.7em;
	line-height: .8em;
	font-weight: normal;
	display: inline-block;
	position: relative;
	float: right;
	top: 15px;
}
table th img.icon {
	top: -2px;
	right: 5px;
	position: relative;
	vertical-align: middle;
}
table th.noborder {
	border:none;
	border-bottom: 1px solid #E6E6E6;
}
table td {
	vertical-align: top;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 3px;
	line-height: 30px;
}
table td strong {
	font-weight: normal;
}
table td.highlight {
	background: #fdfcef;
}
table td.highlight:first-child {
	padding-left: 10px;
}
table td.highlight table {
	width: 50%;
}
table td.highlight strong {
	font-weight: normal;
}
table td.highlight td {
	vertical-align: middle !important;
}
table td.highlight input {
	background: #FFF;
	border: 1px solid #CCC;
}
table td.highlight .arrow {
	margin: 0 3px;
}
table td.highlight.list label, table td.highlight.list span {
	margin-right: 20px;
}
table td.leftCol {
	padding-left: 20px;
}
table input {
	padding: 5px;
	border: none;
	background: #F0F0F0;
	font-size: .85em;
	font-weight: normal;
	font-family: inherit;	
}
table input[type="input"] {
	padding: 5px 3px;
}
table input[type="checkbox"] {
	position: relative;
	left: -5px;
	top: 2px;
}
table input#verification {
	position: relative;
	bottom: 12px;
}
table input[type="submit"], table input[type="reset"] {
	font-size: 12px;
	padding: 8px 15px;
	margin: 20px 0px 5px;
	font-weight: normal;
	background: #008999;
	border: 1px solid #008999;
	color: #FFF;
	cursor: pointer;
    cursor: hand;
}
table input[type="submit"]:hover, table input.small[type="submit"]:hover {	
	background: #FFF;
	border: 1px solid #008999;
	color: #008999;
}
table input[type="reset"] {
	background: #999;
	color: #FFF;
	border: 1px solid #999;	
}
table input[type="reset"]:hover {
	background: #fff;
	color: #666;
	border: 1px solid #999;	
}
table input.small[type="submit"], table input.small[type="reset"] {
	margin: 0px;
	padding: 3px 10px;
	font-weight: normal;
}
table input.small[type="submit"] {
	background: #008999;
	border: 1px solid #008999;
}
table input.full {
	width: 95%;
}
table table {
	vertical-align: middle;
	margin: 0px auto;
}
table table td {
	margin: 0px;
	padding: 1px 3px 0px;
	border: 0px;
}
table.headerTable {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	font-size: 0.6em;
	font-family: OpenSans, sans-serif;
}
table.headerTable th {
	border-bottom: 2px solid #C0C6CB;
	padding: 10px 3px;
}
table.headerTable tr.tableHeaderRow {
	background: #1D1060;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}
table.headerTable th.titleHeader {
	background: #1D1060;
	border-bottom: 1px solid #00704A;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0;
}

table.headerTable th.titleHeaderLeft {
	background: #1D1060;
	border-bottom: 1px solid #00704A;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0;
	padding-left: 20px;
}

.image-left {
	float: left;
	padding-right: 5px;
}
.image-right {
	float: right;
	padding-left: 5px;
}
.center {
	text-align: center;
	padding: 5px 5px 10px;
}
.right {
	text-align: right;
	padding: 5px;
}
.lastline {
	border: none;
}
.emphasize {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.6em;
    font-family: OpenSans, sans-serif;
}
#alertsfooter {
	padding-top: 5px;
    position: fixed;
    width: 100%;
    color: #000;
    font-size: 0.9em;
    font-family: Arial;
    font-weight: normal;
}