html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #A0A0A0 url("../img/bg.gif") repeat scroll center top;
    font-family: helvetica,arial,sans-serif;
}

a {
    color: black;
}

img { 
    border: none;
}

h1.center {
    margin-top: 0;
    text-align: center;
}

h2.center {
    text-align: center;
}

h3 {
    margin: 0.5em 0;
    padding: 0;
}

title {
    margin: 0.5em 0;
    padding: 0;
}

div.error {
    font-style: italic;
    color: #FF3D3D;
}

body.sites div#content {
    font-size: 12px;
}

body.sites div#content input, select { 
    font-size: 12px;
}

div.separator {
    height: 1em;
}

input.error, select.error  {
    border: 2px solid #FF3D3D;
    color: #FF3D3D;
}

.pass {
    color: #00A000;
}

.fail {
    color: #A00000;
}

ul.vexray-detail { 
    display: block !important;
    margin: 0 0 2px 0 !important;
    padding: 0 0 0 20px !important;
}

ul.vexray-detail li { 
    margin: 0 !important;
}

.wrapper { 
    width: 100%;
    min-width: 1024px;
}

.container { 
    margin: auto;
    padding: 0;
    width: 1024px;
}

.container h3 { 
    margin-top: 0; 
}

.content-container { 
    min-height: 490px;
    background-color: white;
}

#logo { 
    float: left;
}

#simms-logo { 
    float: right;
}

#simms-logo img {
    height: 90px;
    margin: 2px 5px 0;
    width: 245px;
}

#header { 
    height: 100px;
    background-color: #EEEEEE;
}

#header-text { 
    float: right; 
    margin: 20px 10px 0px;
    text-align: right; 
    font-size: 16px;
    color: #003366;
}

#header-text h1 { 
    margin: 0; 
    padding: 0; 
    font-size: 28px;
}

#menu { 
    box-sizing: content-box;
    position: relative;
    height: 26px;
    background-color: #003366;
    border-bottom: 1px solid black;
    box-shadow: 0 10px 10px rgba(128, 128, 128, 0.6);
    font-size: 13px;
    color: #FFFFFF;
}

#menu a {
    text-decoration: none;
    color: white;
}

.menu-brief ul { 
    margin: 7px;
    padding: 0;
}

.menu-brief li { 
    margin-bottom: 0.5em;
    list-style-type: none;
}

.menu-brief li.detailed, .menu-brief div.detailed, #map-menu div.detailed a { 
    display: none;
}

.menu-brief li span.separator { 
    display: none;
}

.menu-detailed {
    font-family: Roboto,Arial,sans-serif;
}

.menu-detailed li.brief { 
    display: none;
}

.menu-detailed li.inline { 
    display: none;
}
.menu-detailed li.detailed { 
    display: list-item !important;
}
.menu-inline li.brief { 
    display: none;
}
.menu-inline li.detailed { 
    display: none;
}
.menu-inline li.inline { 
    display: inline !important;
}
.menu-brief li.detailed { 
    display: none;
}
.menu-brief li.inline { 
    display: none;
}
.menu-brief li.brief { 
    display: block !important;
}
.menu-brief li span.separator { 
    display: none;
}


#detailed {
    padding: 1px;
}

#detailed .detailed {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
}

#detailed a {
    color: rgb(0, 62, 126);
    text-decoration: none;
}
#detailed .panel {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 62, 126);
}

#license a {
    color: rgb(0, 62, 126);
    text-decoration: none;
}

.menu-inline { 
    padding: 5px 5px 3px 5px;
}

.menu-inline ul { 
    margin: 0;
    padding: 0;
}

.menu-inline li { 
    display: inline;
    list-style-type: none;
}

.menu-inline li.detailed { 
    display: none;
}

#content { 
    padding: 10px;
}

#content table { 
    border-collapse: collapse;
}

#content table.full {
    margin: auto;
    width: 100%;
}

#content table.noborder {
    border: none;
}

#content table th {
    background-color: #FFFFBB;
    border: 1px solid black;
    padding: 5px;
}

#content table tr.deleted {
    background-color: #E9E9E9;
}

#content table tr td.user-deleted { 
    font-style: italic;
}

#content table td {
    border: 1px solid black;
    padding: 2px;
}

#content table.noborder td {
    border: none;
}

#content ul li { 
    margin: 0.5em 0;
}

#footer-container {
    box-sizing: content-box;
    height: 50px;
    border-top: 2px solid black;
    padding-top: 10px;
    border-radius: 0px 0px 8px 8px;
    background-color: #EEEEEE;
    text-align: center;
    font-size: 13px;
}

#map-container {
    height: 100%;
}

.map-toolbar {
    position: absolute;
    width: 100%;
    background-color: #DDDDDD;
}

#map-toolbar-top {
    top: 0px;
    height: 47px;
    border-bottom: 1px solid #AAAAAA;
}

#title { 
    float: left; 
    width: 280px;
}

#title-logo { 
    float: left; 
    margin-top: 1px; 
    margin-left: 1px;
}

#title-logo img { 
    width: 45px;
    height: 45px;
}

#title-name { 
    float: left; 
    margin: 1px 3px 3px 5px;
    font-size: 24px; 
    font-weight: bold; 
    color: rgb(0,62,126);
    padding: 3px;
}

#title-name img {
    height: 30px;
    width: 141px;
}

.toolbar {
    margin: 8px;
}

.toolbar img {
    width: 12px;
    height: 12px;
    border: 1px solid #DDDDDD;
}

.toolbar img.selected {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#map-toolbar-bottom {
    bottom: 0px;
    height: 31px;
    border-top: 1px solid #AAAAAA;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}

#pma-summary { 
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 7px;
    margin-left: 3px;
}

#forum-copyright-logo { 
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 20px;
    background-color: #DDDDDD; 
    z-index: 1;
}

#forum-copyright {
    float: right; 
    margin-top: 7px; 
    margin-right: 3px;
}

#forum-logo { 
    float: right;
    margin-top: 1px;
    line-height: 0;
}

#forum-logo img { 
    width: 32px;
    height: 28px;
}

#map-canvas {
    position: absolute;
    top: 48px;
    bottom: 32px;
    width: 100%;
}

.simms-control-container {
    margin: 5px;
}

#panel-container { 
    margin-right: 0px;
}

#menu-container { 
    margin-left: 0px;
}

.simms-control-button {
    position: relative;
    border: 1px solid rgb(113, 123, 135);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 1px 6px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 13px;
    color: rgb(0,0,0);
}

.simms-control-button:hover {
    background: -moz-linear-gradient(rgb(255,255,255), rgb(230,230,230));
    background: -webkit-linear-gradient(rgb(255,255,255), rgb(230,230,230));
    background: linear-gradient(rgb(255,255,255), rgb(230,230,230));
}

.simms-control-image {
    position: relative;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    width: 24px;
    height: 24px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.simms-control-image img {
    width: 24px;
    height: 24px;
}

.simms-control-dropdown {
    z-index: -1;
    /*border: 1px solid #71987B;*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    background-color: #f5f5f5;
    overflow: auto;
    text-align: left;
    font-family: Arial,sans-serif;
    font-size: 13px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#identify-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid #71987B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background-color: white;
    width: 240px;
}

#identify-response {
    padding-right: 17px; /*necessary to prevent horizontal scrollbars in API v3.36*/
}

#measure-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid #71987B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background-color: white;
    width: 240px;
}

#rings-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid #71987B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background-color: white;
    width:250px;
}

#rings-popup input, #rings-popup select {
    font-size: 10px;
}

#data-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid #71987B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background-color: white;
    width: 240px;
}

#panel-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width:23em;
    font-size: 12px;
    z-index: 1;
}

#panel-top input, #panel-top select {
    font-size: 11px;
}

#map-menu-container, #map-menu { 
    width: 150px;
}

#map-menu { 
    position: absolute;
    top: 12px;
    left: 0px;
    padding: 3px 3px 10px;
    font-size: 12px;
}

#map-menu a { 
    color: #337ab7;
}

#layer-switcher {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28em;
    padding-bottom: 0px;
    font-size: 12px;
    white-space:nowrap;
}

input.defaulted {
    color: #A0A0A0;
    font-style: italic;
}

table.wwFormTable span.errorMessage { 
    display: none;
}

div.error ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.userDemo {
    position: relative;
    padding: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-right:3px;
    background-color: #f5f5f5;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.section-default {
    clear: both;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    padding: 0px 2em;
}

.section-heading {
    background-color: #eee;
    margin-bottom: 10px;
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 5px;
    font-size: 1.2em;
    font-weight: 600;
}

.section-left {
    clear: both;
    float: left;
    margin-bottom: 0.5em;
    width: 40%;
}

.section-right {
    float: left;
    margin-bottom: 0.5em;
    width: 60%;
}

.panel-row-heading, .panel-row-heading a {
    background-color: #003366;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    clear: both;
    color: #ffffff;
    height: 42px;
    padding: 0;
}

.panel-row-heading .panel-column {
    height: 42px;
    padding-left: 8px;
    padding-top: 12px;
    text-align: center;
    font-weight: 600;
}

.panel-row-heading .panel-column a { 
    text-decoration: underline;
}

.panel-column {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    height: 100%;
    padding-left: 10px;
    padding-top: 5px;
}

.panel-row {
    height: 32px;
}

.fa-widest {
    width: 98%;
    height: 30px;
    padding-left: 5px;
}

td.vexray-results-actions {
    white-space: nowrap;
    text-align: center;
}

div#vexray-map div#map-canvas {
    position: relative; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    height: 600px;
}

#panel {
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    margin-top:-1px;
}

#panel-top .panel-heading,
#layer-switcher .panel-heading {
    padding: 0.75em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#panel-top .panel-collapse {
    padding: 0.50em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#panel-top .step-header {
 font-size: 12px;
 font-weight: 600;
 margin-bottom:5px;
 color: rgb(0, 62, 126);   
}

#panel-top .report-header {
 font-weight: 500;
 margin-bottom:5px;
 color: rgb(0, 62, 126);
 height:20px;
 line-height: 20px;
}

#panel-top .report-label {
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

.layer-switcher-content {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    margin-top: -2px;
}

#legend-wrapper {
    position: relative;
    top: 2px;
    float: right;
    display: none;
    z-index: 1001;
}

#legend-wrapper div.panel {
    min-width: 200px;
    max-width: 300px;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 1px;
}

#legend {
    white-space:nowrap;
    overflow-x: hidden;
    overflow-y: auto;
}

#title-name img { 
    width: 141px;
    height: 30px;
}

.menu { 
    float: left;
    margin-top: 3px;
    position: relative;
    width:100%;
    z-index: 1001;
}

#menu-link, #identify-link, #measure-link, #rings-link, #traffic-link, #data-link {
    float: left;margin-right:10px;
}


.boldred {
    color: red;
    font-weight: 900;
}

form[name=site_report_form] select:not([multiple]), form[name=site_report_form] input, form[name=data_management] select:not([multiple]), form[name=data_management] input { 
    position: relative;
    height: 30px;
    padding-left: 5px;
}

#panel form[name=site_report_form] select:not([multiple]), #panel form[name=site_report_form] input, #panel form[name=data_management] select:not([multiple]), #panel form[name=data_management] input { 
    width: 100%;
}

form[name=site_report_form] select[multiple], form[name=data_management] select[multiple] { 
    position: relative;
    height: auto;
    padding-left: 5px;
    width: 99%;
}

form[name=site_report_form] option, form[name=data_management] option { 
    position: relative;
    height: 25px;
    padding-left: 5px;
    padding-top: 5px;
}

.base-layer-group {
    border: 1px solid #ddd;
    z-index: 0;
}

div.list-group {
    margin-bottom: 0px;
}

a.list-group-item {
    width: 100%;
/*    padding-left: 1.5em;
    padding-bottom: 0.75em;*/
    padding:0px;
    border-left: 0px;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

div.list-group-item {
    width:100%;
    padding-left: .2em;
    padding-right: .2em;
    padding-bottom: 0.75em;
    border-left: 0px;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    text-align: left;
}

.wizard1, .wizard3 {
    padding: 2px;
    margin: 0px;
    text-align: left;
}

.panel {
    padding-bottom: 0px;
}

.panel-content {
    width: 99%;
}

.glif-selection {
    float: left;
    padding-right: 10px;
    cursor: default;
}

.glif-selection-unselected { 
    color: transparent !important;
}

.glif-collapsible {
    float: right;
    padding-right: 14px;
    vertical-align: text-top;
}

.glif-collapsible.small {
    padding-right: 10px;
}

.glif-close { 
    padding-top: 2px !important;
    padding-right: 1px !important;
}

.layer-switcher-close {
    z-index: 1;
}

.checkbox-wrapper {
    padding-left:1.5em;
    padding-top:.75em;
    padding-bottom:.75em;
}

.expand {
    float: right;
    width: 20%;
    padding: .60em;
    text-align: justify;
    border-left: 1px #ddd solid;
    z-index: 1;
}

.glifs {
    font-size: 14px;
    text-align: center;
}

table.wwFormTable {
    width: 100%;
    padding-left:5px;
    padding-right:5px;
}

#updateuser .wwFormTable {
    width: auto;
    padding-left:0px;
    padding-right:0px;
}

table.wwFormTable td {
    padding: 5px 0px;
}

#updateuser .wwFormTable td {
    padding: 3px;
}

table.wwFormTable label{ 
    color: black;
}

table.wwFormTable select, 
table.wwFormTable input { 
    position: relative;
    float:left;
    width:100%;
    height: 30px;
    padding-left:5px;
}
 
#updateuser .wwFormTable input {
    position: relative;
    float:left;
    width:97%;
    height: 25px;
    padding-left:5px;
}


#updateuser .wwFormTable .narrow {
    width: 99%;
    text-align: center;
    float:right;
    margin:3px;
}

.wwFormTable .narrow  { 
    float:right;
    width: 45%;
    margin-right:3px;
}


table.noborder td.label,
label.label { 
    color: black;
    font-size: 100%;
    font-weight: normal;
    padding: 0px;
}

.selected {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.selected > .glyphicon-info-sign,
.selected > .glyphicon-road,
.selected > .glyphicon-resize-horizontal,
.selected > .glyphicon-record {
    color:#ff6;
}

.glif {
    color: rgb(0,62,126);
    width: 32px;
    height: 32px;
    padding: 2px;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.ringspanel {
    padding:10px 0px 5px 0px;
}

.ringspanel .ringspanel_error {
    float:right;
    width:100%;
}

.ringspanel input, .ringspanel select {
    position: relative;
    float:right;
    height: 25px;
    font-size: 10px;
    width: 48%;
}

.hidden {
    display:none;
}

#analogInputs input { 
    margin:0;
    float: left;
    padding-left: 0px;
    width:15%;
    margin-right: 10px;
    height: auto;
}

.source {
    margin:5px;
}

div.close-button {
    width: 30px; 
    height: 30px; 
    position: absolute; 
    opacity: 0.6; 
    right: -6px; 
    top: -6px; 
    cursor: pointer;
}

div.close-button img {
    position: relative;
    width: 14px; 
    height: 14px; 
    border: 0px; 
    margin: 8px;
}

/* SIMMS 4.0 Panels */

/* HTML tables */

div.simms4 table {
    font-size: 12px;
    border-radius: 3px;
}

#content div.simms4 table {
    border-collapse: unset;
    border-radius: 3px;
    border-spacing: 0;
    table-layout: fixed;
}

div.simms4 thead a {
    text-decoration: underline;
}

#content div.simms4 th {
    border: unset;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

div.simms4 thead tr:first-child th:first-child {
    border-radius: 3px 0 0 0;
    border-left:  1px solid #ddd;
}

div.simms4 tbody {
    border: 1px solid #ddd;
    border-radius: 3px;
}

div.simms4 tbody tr {
    border-left:  1px solid #ddd;    
    height: 30px;
}

div.simms4 thead tr:first-child th:last-child {
    border-radius: 0 3px 0 0;
}

div.simms4 tbody tr:last-child td:first-child {
    border-radius: 0 0 0 3px;    
}

div.simms4 tbody tr:last-child {
    border-radius: 0 0 3px 3px;
}

div.simms4 tbody tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
}

div.simms4 thead {
    color: #ffffff;  
    height: 42px;    
}

div.simms4 a.fdTableSortTrigger {
    color: #ffffff;
}

#content div.simms4 th {
    background-color: #003366;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 42px;
    padding-left: 8px;
    text-align: center;
    font-weight: 600;
}

#content div.simms4 td {
    border-top: unset;
    border-left: unset;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;    
}

#content div.simms4 tbody tr td:first-child {
    border-left:  1px solid #ddd;
}

/* END HTML Tables */

div.simms4 select:not([multiple]) {
    height: 30px;    
}

.location-image-wrapper {
    position: absolute;
    display: none;
    z-index: 1001;
    float: left;
}

#location-image {
    white-space:nowrap;
    overflow-x: hidden;
    overflow-y: auto;
}
.location-info-div {
    display: none;
    height: 100px;
    margin-top: 2px!important;
}

.chart div {
  font: 10px sans-serif;
  background-color: white;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
}

.gm-svpc {
    top: 72px!important;
    left: 50px!important;
}

.gm-fullscreen-control {
    top: auto!important;
    right: auto!important;
    bottom: 26px!important;
    left: 50px!important;
}

@font-face {
font-family: "DejaVu Sans";
src: url("fonts/DejaVuSans.ttf");
src: 
    url("fonts/DejaVuSans.ttf") format("woff"),
    url("fonts/DejaVuSans.ttf") format("opentype"),
    url("fonts/DejaVuSans.ttf") format("svg");
}