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;
}

body.quick-report div#content {
    font-size: 14px;
}

body.quick-report div#content input, select {
    font-size: 14px;
}

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;
    min-width: 1004px;
}

#logo { 
    float: left;
}

#simms-logo { 
    float: right;
}

#simms-logo img {
    height: 90px;
    margin: 2px 5px 0;
    width: 245px;
}

#header { 
    height: 100px;
    background-color: #000000;
}

#header-text { 
    float: right; 
    margin: 20px 10px 0px;
    text-align: right; 
    font-size: 16px;
    color: #FFFFFF;
}

#header-text h1 { 
    margin: 0; 
    padding: 0; 
    font-size: 28px;
}

#menu { 
    box-sizing: content-box;
    position: relative;
    height: 26px;
    background-color: #FF0000;
    border-bottom: 1px solid #FFC324;
    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-inline div.detailed { 
    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;
    min-width: 1004px;
}

.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;
    width: 1004px;
}

#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 #FFC324;
    padding-top: 10px;
    border-radius: 0px 0px 8px 8px;
    background-color: #FF0000;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    min-width: 1004px;
}

#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;
}

#pma-summary-chart-icon {
    color: rgb(0,62,126);
    font-size: 16px;
    margin-left: 4px;
}

#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;
}

#batchqr-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;
}

#panel #batchQRPanel {
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    margin-top:-1px;
}

#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: 26em;
    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 {
/*  margin-bottom: 20px; */
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.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;
}

.fa-widest-multiselect {
    width: 98%;
    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, #batchqr-link, #data-link {
    float: left;margin-right:10px;
}


.boldred {
    color: red;
    font-weight: 900;
}

#batchQRPanel form[name=site_report_form] select:not([multiple]), #batchQRPanel form[name=site_report_form] input, #batchQRPanel form[name=data_management] select:not([multiple]), #batchQRPanel form[name=data_management] input { 
    width: 100%;
}

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-default {
  border-color: #ddd;
}

.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-content {
    width: 99%;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.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-map-marker,
.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: 14px; 
    height: 14px; 
    overflow: hidden; 
    position: absolute; 
    opacity: 0.7; 
    right: 12px; 
    top: 7px; 
    cursor: pointer;
    padding: 1px;
}

div.close-button img {
    position: relative;
    left: -2px; 
    top: -336px; 
    width: 59px; 
    height: 492px; 
    -webkit-user-select: none; 
    border: 0px; 
    /*padding: 1px;*/ 
    margin: 1px;
}

/* 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;
    top: 0px;
}

#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;
}

logo img {
    width: 245px;
    height: 90px;
    margin: 2px 5px 0px;
}

/* Panel-like styling for elements not in a panel group */

div.simms4 .step-header {
 font-size: 12px;
 font-weight: 600;
 margin-bottom:5px;
 color: rgb(0, 62, 126);   
}

div.simms4 .report-header {
 font-weight: 500;
 margin-bottom:5px;
 color: rgb(0, 62, 126);
 height:20px;
 line-height: 20px;
}

div.simms4.panel-content {
    padding: 0.50em;
}

div.simms4 form select:not([multiple]), div.simms4 form input {
    width: 100%;
    position: relative;
    height: 30px;
    padding-left: 5px;    
}

input#batchqr-marker-textbox:disabled {
    background-color:white;
    border-color:transparent;
}

.pma-summary-charts-box {   
    margin-bottom: 8px;
    height: 310px;
}

.pma-summary-ex-chart {
    display: block;
    float:left;
    height: 300px;
    width: 300px;
}

.pma-summary-ex-footer {
    clear:left;
}

.modal-lg {
    width: 1000px;
    height: 400px;
    max-width: 1000px;
    max-height: 400px;
}

.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");
}

.simms-card-default {
  border-color: #ddd;
}

.card-header {
  padding: 0.75rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: none;
}