/* flodgate scroller */
.tickercontainer .mask {
	width: 100% !important;
}

/* global settings */
body {
	font-family: Arial,sans-serif;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*overflow: hidden !important;*/
}

.camhelp {
	font-size: 12pt;
	background-color: yellow;
}

div.areaCams img {
	width: 200px;
}

.ui-dialog .ui-dialog-content {
    padding: .5em 1em;
}

h2 {
	font-size: 12pt;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #000000;
}

/* header area */
.wrapper-north {
	position: relative !important;
	margin: 0;
	left: 0;
	right: 0;
	width: auto;
	display: block;
	visibility: visible;
	z-index: 1 !important;
	height: 100px !important;
}

.wrapper-center {
	position: absolute !important;
	top: 158px !important;
	bottom: 50px !important;
	width: auto !important;
	height: auto !important;
	padding: 0px 0px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	border-bottom: 8px solid #F17734 !important;
}

.wrapper-south {
	position: absolute;
	margin:0;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	width:auto;
	z-index: 0;
	display: block !important;
	height: 50px !important;
}

.wrapper-north-full {
	position: relative !important;
	margin: 0;
	left: 0;
	right: 0;
	width: auto;
	display: none !important;
	visibility: visible;
	z-index: 1 !important;
	height: 0px !important;
}

.wrapper-center-full {
	position: absolute !important;
	top: 58px !important;
	bottom: 0px !important;
	width: auto !important;
	height: auto !important;
	padding: 0px 0px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	border-bottom: 8px solid #F17734 !important;
}

.wrapper-south-full {
	position: absolute;
	margin:0;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	width:auto;
	z-index: 0;
	display: none !important;
	height: 0px !important;
}

.layout-center {
	bottom: 0px !important;
	height: auto !important;
}

.layout-west {
	top:0 !important;
	height: 100% !important;
	width: 246px !important;
	background: url('../images/pane_bg_new.png');
	background-repeat: repeat-y;
}

.layout-west-liner {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.west-inner-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

/* custom tooltip settings */
.ui-tooltip {
	background: #ffffe5;
	border: 1px solid black;
	padding: 4px 8px;
	color: #000000;
	border-radius: 2px;
	font: 12px "Arial", Sans-Serif;
	/* text-transform: uppercase;
	box-shadow: 0 0 4px black; */
}


/* dialog z-indexing stuff - keeps them on top of the menu */
.ui-front {
	z-index: 200;
}

.content_area {
	/*width: 100%;*/
	height: auto;
	/*background: url('../images/pane_bg_new.png');
	background-repeat: repeat-y;*/
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 5px 0 5px;
	border-right: 1px solid #B3D1EB;
	border-left: 1px solid #B3D1EB;
	overflow: hidden;
}

.layout-resize-west {
	border: 0px !important;
	left: 0px;
	position: absolute;
	top: 165px;
	z-index: 2;
	width: 20px !important;
	height: 20px !important;
	background: transparent;
}

/* changes for minimized/maximized map area - #banner_bar height, .top_bar top, img#vdot... height */
/* Current VITA requirement for 100px minimum header height. */
/* VDOT looking to apply for a waiver to reduce header height back to 60px */

#vaBanner img {
	height: 100px;
	width: 450px
		/* height: 60px; */
}

#banner_bar {
	height: 100px;
	/* height: 60px; */
	overflow: hidden;
	padding: 0 30px;
}

.top_bar {
	position: absolute;
	top: 100px;
	/* top: 60px; */
	left: 0;
	bottom: 0;
	right: 0;
}

img#vdot_header_l, img#vdot_header_r {
	height: 100px;
}


img#vdot_header {
	height:100px !important;
	width: 450px !important;
	/*height:60px !important;   */
}
/*
#map > div > div {
top:40px !important;
}
*/
/*  end changes to header height */

/*map area*/
.olForeignContainer {
	background-color: #B3D1FF !important;
}

.olImageLoadError {
	/* don't show pink tiles if tile is not found. */
	/*display: none !important;*/
	/* OR better still, display a 'no data' tile */
	background-image: url('https://cdn.iteris-va511.net/WebApps/VA/SafeTravel/images/noData.png') !important;
	background-repeat: no-repeat !important;
	opacity: 0.4 !important;
	filter: alpha(opacity=40) !important;
}


#footer {
	margin: 0 30px;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
}

.copyright {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	float: left;
	line-height: 14px;
	padding-bottom: 15px;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

#footer-social {
	float: right;
}

/* The following marked as important to override yui skin */
div.yui-layout-unit-top div.yui-layout-wrap div.yui-layout-hd {
	border: 0 !important;
	height: 24px !important;
}

div.yui-layout-unit-right div.yui-layout-wrap div.yui-layout-hd {
	border: 0 !important;
	height: 24px !important;
}

/* top panel */
#state_menu div a:first {
	display: none;
	border: none;
	text-decoration: none;
}

div.yui-layout-clip-top {
	background: url(https://cdn.iteris-va511.net/WebApps/VA/SafeTravel/assets/sprite.png) repeat-x 0px -1400px !important;
	background-image: url(https://cdn.iteris-va511.net/WebApps/VA/SafeTravel/assets/sprite.png) !important;
	background-repeat-x: repeat !important;
	background-repeat-y: no-repeat !important;
	background-attachment: initial !important;
	background-position-x: 0px !important;
	background-position-y: -1400px !important;
	background-origin: initial !important;
	background-clip: initial !important;
	background-color: initial !important;
	border: 1px solid gray !important;
}

ul {
	margin: 0;
}

/* side menu */
.dms_info_popup div.fastest {
	color: #008700 !important;
}

.dms_info_popup div.slowest {
	color: #D62222 !important;
}

.dms_info_popup div.inactive {
	color: #CCCCCC !important;
}

#sidebar div div {
	padding: .5px;
}

#sidebar fieldset {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar legend {
	font-size: large;
	font-weight:bold;
	line-height:1.75em;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.legend_item.img {
	padding-left:4px;
}

#conditions fieldset div {
	padding: 1px;
}

/* Tooltip Styling */
.Text {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	width:100%;
	padding:5px;
}

.toolTip {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 8pt;
}

/*
.tipHeader {
font-family: Verdana, Arial, Sans-serif;
font-size: 10pt;
font-weight: bold;
color:black;
}
*/
#tTImg {
	border: 1px solid black;
	margin: 10px;
}

/* report area */
#information {
	height: 100%;
	width: 100%;
}

#report {
	padding-left: 10px;
	padding-right: 10px;
}

table.report tr td {
	border-bottom: 1px solid rgb(200,200,200);
}

td.reporttype {
	font-weight: bold;
	font-size: large;
	padding-right: 10px;
}

td.headerCell {
	background: #EEEEEE;
	font-weight: bold;
	border: 1px solid #000000;
	width: 100px;
	padding: 2px;
	text-align: left;
}

td.contentCell {
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	text-align: left;
}

td.reporttype {
	vertical-align: top;
}

div.refresh_control {
	float: left;
	background: url('../images/miscellaneous/YUI-reload.png') no-repeat;
	width: 17px;
	height: 13px;
	cursor: pointer;
}

div.close_control {
	float: left;
	margin-left: 4px;
	cursor: pointer;
	background: url('https://cdn.iteris-va511.net/WebApps/VA/SafeTravel/assets/layout_sprite.png') no-repeat scroll -20px -100px transparent;
	width: 17px;
	height: 13px;
}

/* map area */
#zoomTool {
	position:absolute;
	z-index:2003;
}

#panTool {
	position:absolute;
	z-index:2003;
}

#meridian_logo {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4096;
}

#legendOverlay {
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 1003;
}

/* Camera window */
div.cameraContainer {
	background: inherit;
	height: 75px;
	text-align: left;
	position: relative;
	top: 6px;
	cursor: pointer;
}

div.cameraContainer:hover {
	background: #DDDDDD;
}

div.cameraContent {
	margin: 5px 0px 5px 0px;
	white-space: normal;
	font-weight: bold;
}

div.cameraContainerSelected {
	background: #CCCCCC;
	height: 75px;
	text-align: left;
	position: relative;
	top: 6px;
	cursor: pointer;
}

div.cameraDesc {
	float: left;
	font-size: 11px;
}

label.thumbnail {
	width: 60px;
	display: block;
	font: Arial 12px bold;
	float: left;
}

#legend_pane_content fieldset {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.wrapper-content {
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	z-index: 0;
	display: block;
	visibility: visible;
}

#banner_wrapper {
	position: relative !important;
}

/* by default, the jQuery layout tool adds 10px of padding to panes, get rid of it */
.wrapper-north,
.wrapper-north-full,
.wrapper-menu,
.wrapper-center,
.wrapper-center-full,
.wrapper-south,
.wrapper-south-full,
.layout-west,
.layout-south,
.layout-east,
.content-north,
.content-south,
.content-center {
	border:   0; /* cosmetic */
	padding:  0;
	overflow: hidden;
}

.wrapper-menu {
	top: 140px;
	margin: 0 10px;
}

.content-center {
	height: auto !important;
}

#margin {
	background: #085EA6;
}

.content-center-liner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.content-north,
.content-south,
.content-center {
	background: #085EA6;
}

.layout-east {
	overflow: auto;
}

.info_content {
	font-size: 11px;
	font-family: Arial;
	padding: 0px 8px;
	color: #343539;
}

.info_content h4 {
	margin: 5px 0 0 0;
}

a.live_feed:link,
a.live_feed:visited,
a.live_feed:hover,
a.live_feed:active {
	color: #3C83C1;
	font-size: 11px;
}

fieldset {
	border: 0;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 5px;
}

legend {
	font-weight: bold;
}

.olControlOverviewMapElement {
	padding: 0;
}

.olPopup {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 2px #888888;
	overflow: auto;
	height: auto;
}

/* Styling for the ticker */
.tickercontainer {
	width: 100% !important;
	background: transparent !important;
	border: none !important;
}

.tickercontainer .mask {
	top: 0 !important;
	left: 0 !important;
}

ul.newsticker li {
	background: transparent !important;
	padding:0 !important;
}

ul.newsticker p {
	padding:0 !important;
	margin:0 !important;
}

ul.newsticker a {
	color: black !important;
	font-size: 12px !important;
}

.camera_container_inactive {
	color: DimGray;
}

#itr_lgnd .legend_header {
	font-size: 12px;
	background: #BBBBBB;
	color: #111111;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #AAAAAA;
	margin: -1px -9px 0px -9px;
}

#itr_lgnd .regular_text {
	font-size: 12px;
	text-align: center;
}

#itr_lgnd .bottom_padding {
	padding-bottom: 10px;
	padding-top: 5px;
}

.overlay-notification {
	opacity: 0.8;
	position: absolute;
	top:0;
	width: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	/*background-color: #FFE866;*/
	vertical-align: text-top;
	z-index: 800;
	display:block;
}

#floodgate {
	display: inline-block;
	width:70%;
	background-color: #FFE866;
	top: 0;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
}

/* Sorry google, but you broke the api at 0500 local time */
.olLayerGooglePoweredBy {
	visibility: hidden;
}

.olTileImage {
	-webkit-backface-visibility: visible !important;
	-webkit-transform: none !important;
}

.ui-layout-resizer {
	background: #F17734;
	border: 1px solid #F17734;
	border-width: 0;
	visibility: visible;
	display: none !important;
}

.ui-layout-toggler {
	background: repeating-linear-gradient( 135deg, #ffffff, #000000 6px, #ffffff 12px);
	visibility: hidden !important;
	display: none;
}

.rdClosure {
	color:red;
	font-weight: bold;
}

.ttFloat {
	float:right;
	clear:both;
}

.bPad {
	padding-bottom: 10px;
}

.rw_data {
	padding-left:10px;
}

.vertical_legend{
	border-spacing:0;
	border-collapse: collapse;
	display:table;
	border-color:gray;
}

.legend_cell{
	min-width: 20px;
	text-align: center;
	padding:0;
	color:black;
}

.legend_background{
	padding:2px 3px;
	text-align: center;
	font-size: 1em;
	border:1px solid rgba(0,0,0,.1);
	color:black;
}

a.login:link,
a.login:focus,
a.login:visited,
a.login:active {
	color: white;
	text-decoration: none !important;
}

a.login:hover {
	color: #f58f32;
	text-decoration: none !important;
}

#attribution {
	z-index: 750;
	position: absolute;
	right: 2px;
	bottom: 0px;
	font-size: .9em;
}

.mapbox-maplogo {
	position: absolute;
	display: block;
	height: 20px;
	width: 65px;
	left: -5px;
	bottom: 12px;
	text-indent: -9999px;
	z-index: 99999;
	overflow: hidden;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAoCAMAAAAFWtJHAAAAwFBMVEUAAAAAAAAAAABtbW0AAAAAAAAAAAAAAAAAAAAAAAClpaUAAADp6ekAAAD5+fna2toAAAAMDAzv7+/Nzc0AAAA2Njb8/Pz9/f3T09MAAAAAAAD7+/sAAAArKyuxsbH39/fs7OwbGxuIiIjz8/N8fHyenp7u7u74+PgAAAC8vLxWVlbx8fF1dXXl5eVcXFyUlJTQ0NDFxcVCQkLAwMC4uLj19fXo6OjW1tarq6ve3t77+/vi4uL6+vrKysrNzc3///8w7gSSAAAAP3RSTlMAOQNdPSYBPywKexLLGPCxNEHXnzFL+v2nGwf1IEiE6dBFad9jd9PuLo1V2mDDV3Cjl06SiuXIq4C3973ym6BQMVUPAAAEXElEQVR4Ae2WCVP6OBiH05L0l1IqrVbkKHJ54I0oHn+PfP9vtUle0z/YdhbH2XVnd58ZnRJIeHiPJOx//mH4vQSAN+8FjAhFxgHIaPvJeZ99hxwEElon5iAQbj85Y98g8ODwjEOMAvGFyeE3FEKgodTBqj0BJGN9DhyNd5Ta3ean9QEopfaA+LsKhnEKRExqg4FSP6Og7oEkAjBWnxSCgBX4xF+kcLoPcOBQrSv0e5kH7s1j37jECQieCTPiFGxL5VHw2zQWCeeJiPt6kjRQw0XSkIdVChf67xGa4alSnZlT6HEQ8CK9ANbhvXUF9xlDkBfTuHDWScgC9+z5FQpPI12TlwC6+sV7ixR8CUMKiwjm2GQeOQWHMGuHGdbnObJAwCEqFJpNU5H6uaPUaEIKiQfg+PHk1+u4OwW9PlWW2ctbA4BHCtp+cNK+H8Jos4gDmC5ar4Nx9waaG/2B13NgDqS7+vm2RgEtEws82P+kwIHhs/pgkQKcFIhfd7CogtGNjYMHTLpurD0ERbYFw4JaD3GlQuNAL/JEsSAF4HqlCnaHACk4WhOn4OgCkMD5hSpYNYDJTD8Y46n+jsE1kPhVCuR6QBXhFK7MUOu9O6b1SWF3b+/9ZVWMGOlu93E8UDaAhgc7bfH+0DHqKXCkHzoNDFfU+zxiVQrUC9QXTuHYtKpN59OA3IxCG4b7jh6ZFuVockaNTW09mkJzOaPU49a6mE9cAchZpQJNpUWcwgV9r6FJswsFKrITp2B5pMBMdnS0z2HZNy2+BNKxSZxZfglkrFYBJxQnpzA5sN/HheR2aFQoZBLAi149dQoyAYYjW0hHlHguBAdMcR0DuDZ5omevX6+AI8qcU7ikKT3GBHCnXwydgmCC0tRwCnGQ2Wp6Be71yNIWfQSkOl9vAI1SBCNWrwC01RROgX7BuT2HI4r7tFAw086p/NwZEdOEa7R1uAFuNmQPuKAEAjYNQ0CyeoUEWHYBnpQVQgpvc0Ph+gsKlAnKg1+vEHsw5LKciLKCAJobiWBzYFGbCKpHqkZZrxBFHEASyFI59vJPCskcwNVGOWZAOqsrR+pKbaNeAMT1CixMEtlnsqopNxUMzVJT3tY35aXZm6a6Y9QhwMN6BUJWbE1lhbMO1WehkO7poO0sK7em9MJGxp1XSbC1gtugzzSLQmGsX7VntJGSwsPZ2d2z3bIPKzdoOp3Wzqt8G4XyMVUoFIxLx1S7+piaHtCvR3FeRVsq0GFdp9C5TbGpcNqsPqyHKxcfd14h21KhuLKUFU4f3osrC7F6uV3WXFnadL7wyAPeKDXw2RoJCO5GY4DouYvb/gepVXheLoewzPseQG9N/vzilrMIjoStE3++zvle4eSurw7XEe76ynI4aq+v7lEyt1x5awiFlFLQbHKIpabnM3eJLym4Szzzc/du7SU+zOXv9UNpECH7IoH/gecURPlN9vdQpeD47yhIFNX0U0QgvID9nENm+yxk/xb+AGAjNfRZuk9qAAAAAElFTkSuQmCC);
	background-repeat:no-repeat;
	background-position: 0 0 ;
	background-size: 65px 20px;
}

.bubble {
	position: relative;
    width: 50vw;
    height: auto;
    padding: 30px;
    margin: 1em auto 10px;
    text-align: center;
    color: #333;
    background: #FFFFFF;
    border: #e28435 solid 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(97, 97, 97, 0.88);
    -moz-box-shadow: 3px 3px 10px 0px rgba(97, 97, 97, 0.88);
    box-shadow: 3px 3px 10px 0px rgba(97, 97, 97, 0.88);
    font-size: 3vw;
    z-index: 100;
}

.bubble a {
	color: blue;
}

button#closelogin {
	margin-top: 45px;
	position: relative;
	border: 1px solid;
	font-size: 4vw;
}

button.vjs-big-play-button,
.vjs-big-play-button,
.video-js .vjs-big-play-button {
	display: none !important;
}

.areaCams {
	cursor: pointer;
    margin-bottom: 6px;
    width: 200px;
    background: white;
}

img#va-commonBanner__logo {
    height: 18px !important;
    width: 21px !important;
}
ul#topmenu {
	color: transparent;
}
