html, body {
  height: 100%;
  width: 100%;
}

.div {
  padding: 0px;
}

#displayselect > li > a {
  height: 28px;
  font-size: 12px;
  color: white;
  background: #E17C00 linear-gradient(to bottom, #E17C00, #d35e00);
  margin-right: 10px;
  padding: 5px;
  vertical-align: middle;
}

#displayselect > li.active > a, 
#displayselect > li.active > a:hover, 
#displayselect > li.active > a:focus {
  color: white;
  background: #E17C00 linear-gradient(to bottom, #d35e00, #E17C00);
}

.btn, .btn:focus, .btn:active {
  color: #EEEEEE;
  background: #2C2240;
  border-style: none;
}

.btn:hover {
  color: #EEEEEE;
  background: #9E7AE5;
  border-style: none;
}

#chartdisplaycell div.xAxis div.tickLabel {
  margin-top: 14px;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg); /* IE 9 */
  -moz-transform: rotate(-30deg); /* Firefox */
  -webkit-transform: rotate(-30deg); /* Safari and Chrome */
  -o-transform: rotate(-30deg); /* Opera */
}

#wCnt {
  font-size: 14px;
}

.description em {
    color: #ba0003;
    font-weight: bold;
}

.subNavBar {
  width: 100%;
  background-color: #c0c0c0;
  height: 25px;
}

#tableselcolumn {
  float: right;
  font-size: 12px;
}

#tableview {
  height: 100%;
  width: 100%;
}

.row-fluid fm {
  color: black;
  font-size: 12px;
  font-weight: bold;
}

#selectFilter {
  color: black !important;
}

.listItemTitle {
  font-size: 14px;
}

.listItemBody {
  font-size: 12px;
}

.listItemBody .col-sm-6 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.listItemBody .col-sm-6:first {
  padding-right: 0px;
  padding-left: 7.5px;
}

.listItemBody .col-sm-6:last-child {
  padding-left: 30px;
}

.exceeds {
  color: red;
  font-weight: bold;
}

#topheaderbuttonscol {
  background-color: #494949;
  padding-right: 0px;
}

#footercontainer {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 32px;
  overflow: hidden;
}

#bottomheadercontainer {
  background-color: #494949;
}

#avbuttonrow button, #activebuttonrow button {
  margin-right: 3px;
  margin-top: 2px;
}

#dateaxiscontainer {
  bottom: 0;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

#chartselectrow, #chartselectrow > * {
  background-color: lightgrey;
  min-height: 23px;
}

#chartControls button {
  margin: 2px 0px 2px 4px;
}

#chartControls {
  padding-right: 10px;
}

#name {
  top: 7px !important;
}

.table {
  table-layout: auto;
  margin-bottom: 0px;
}

.table td {
  white-space: nowrap;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

#showinghide, #showingclearselections, #avrestore, #avclearselections {
  background-color: rgb(119, 119, 119);
}

#showinghide.activ, #showingclearselections.activ, #avrestore.activ, #avclearselections.activ {
  background: #2c2240;
}

#showinghide.activ:hover, #showingclearselections.activ:hover, #avrestore.activ:hover, #avclearselections.activ:hover {
  background: #9e7ae5;
}

#loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #E5E5E5;
  -webkit-box-shadow: inset 0px 0px 82px 19px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 82px 19px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 82px 19px rgba(0,0,0,0.3);
}

@keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
@-moz-keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
@-webkit-keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
@-ms-keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
@-o-keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
@keyframes fadeout {from { opacity: 1; } to { opacity: 0; }}
@-moz-keyframes fadeout {from { opacity: 1; } to { opacity: 0; }}
@-webkit-keyframes fadeout {from { opacity: 1; } to { opacity: 0; }}
@-ms-keyframes fadeout {from { opacity: 1; } to { opacity: 0; }}
@-o-keyframes fadeout {from { opacity: 1; } to { opacity: 0; }}

#loadingOverlay.fadeOut {
  -webkit-animation: fadeout 1.1s;
  -moz-animation: fadeout 1.1s;
  -ms-animation: fadeout 1.1s;
  -o-animation: fadeout 1.1s;
  animation: fadeout 1.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*table.dataTable thead .sorting {
  background-image: url("../img/sort_both.png");
  background-repeat: no-repeat;
  background-position: right;
}

table.dataTable thead .sorting_asc {
  background-image: url("../img/sort_asc.png");
  background-repeat: no-repeat;
  background-position: right;
}

table.dataTable thead .sorting_desc {
  background-image: url("../img/sort_desc.png");
  background-repeat: no-repeat;
  background-position: right;
}*/

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc{
  background: none;
}

.custom-mouse-position1 {
  position: relative;
  left: 5px;
  bottom: 52px;
  width: 200px;
  z-index: 2000;
  background: rgba(0,0,0,.8);
  color: rgba(255,255,255,.8);
  border: 1px solid black;
  border-bottom-width: 0px;
  font-size: 10pt;
}

.custom-mouse-position2 {
  position: relative;
  left: 5px;
  bottom: 52px;
  width: 200px;
  z-index: 2000;
  background: rgba(0,0,0,.8);
  color: rgba(255,255,255,.8);
  border: 1px solid black;
  border-top-width: 0px;
  font-size: 10pt;
}

.ol-zoom .ol-zoom-in {
  border-radius: 5px 5px 0px 0px;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0px 0px 5px 5px;
}

.ol-zoom .ol-zoom-in, 
.ol-zoom .ol-zoom-out {
  color: #4C4C4C;
  background-color: white;
  width: 30px;
  height: 30px;
  font-size: 24px;
  font-weight: 100;
  font-family: verdana, helvetica;
}

.ol-zoom.ol-control {
  bottom: 50px;
  top: auto;
  left: 5px;
  border-radius: 5px;
  padding: 0px;
  border: 1px solid #57585A;
}

.ol-scale-line {
  background: rgba(0,0,0,.8);
  border-radius: 4px;
  bottom: 5px;
  left: 210px;
  padding: 2px;
  position: absolute;
}

.ol-rotate.ol-control {
  top: 5px !important;
  left: 5px !important;
  right: auto;
}

.ol-popup {
  font-size: 12px;
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 5px;
  width: 225px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

#basemaps {
  position: relative;
  left: 35px;
  bottom: 122px;
  width: 150px;
  z-index: 2000;
  padding: 5px;
}

.mapThumbs {
  float: left;
  width: 46px;
  padding: 3px;
  margin: 5px;
  font-size: 10pt;
  border: 1px solid black;
  cursor: pointer;
  background: rgba(0,0,0,0.8);
  color: white;
}

.thumbs {
  height: 35px;
}

#baseAerial {
  background: rgba(127,127,127,0.8);
}