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 */
}

#resulttable {
  table-layout: auto;
  margin: 0px;
}

.chart_title {
  font-weight: bold;
  text-align: center;
}
.a {
  padding: 0px;
}
.borderless tbody tr td, .borderless thead tr th {
  border: none;
}
.list-group {
  color: black;
  width: 100%;
  overflow-y: scroll;
  font: Times;
  font-size: 12px;
  padding: 0px;
}
.list-group-item {
  min-height: 75px;
  width: 100%;
  color: #494949;
  background: white;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  border-left: none;
  border-right: none;
}
.list-group-item:FIRST-CHILD {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:LAST-CHILD {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item fm:hover {
  cursor: pointer;
}
#wCnt {
  font-size: 14px;
}
#licontainer {
  padding: 0px;
}
#maincontainer {
  height: 100%;
  width: 100%;
  padding: 0px;
}
#mainhdrrow {
  height: 50px;
  width: 100%;
  padding: 0px;
  background: #494949;
}
#hdrwtfcolumn {
  height: 49px;
  font-size: 14px;
  padding: 2px;
}
#hdrdisplayselectcolumn {
  height: 49px;
  padding: 0px;
}
#mainfilterrow {
  height: 45px;
  padding: 0px;
  width: 100%;
  background: #494949;
  color: #EEEEEE;
}
#filterlabelcolumn {
  height: 40px;
}
#filterselectcolumn {
  height: 40px;
}
#consel {
  width: 300px;
}

#mainresultsrow {
  height: 100%;
  width: 100%;
  padding: 0px;
}
#wellslistcol {
  height: 100%;
  padding: 0px;
  float: left;
  position: absolute;
}
#resultsdisplaycol {
  height: 100%;
  padding: 0px;
  float: right;
}
#showinglistrow {
  height: 50%;
}
#showinghdrrow {
  height: 25px;
  background: #402500;
  color: #EEEEEE;
  padding: 0px;
}
#showingbtnrow {
  height: 30px;
  background: #c0c0c0;
  color: #EEEEEE;
}
#showingbtnrow button {
  margin-right: 3px;
  margin-top: 2px;
}
#avlistrow {
  height: 30%;
}
#avhdrrow {
  height: 25px;
  background: #402500;
  color: #EEEEEE;
  padding: 0px;
}
#avbtnrow {
  height: 30px;
  background: #c0c0c0;
  color: #EEEEEE;
}
#avbtnrow button {
  margin-right: 3px;
  margin-top: 2px;
}

#nclistrow {
  height: 20%;
}
#nchdrrow {
  height: 25px;
  background: #402500;
  color: #EEEEEE;
  padding: 0px;
}
#resultsdisplayrow {
  height: 100%;
}
#resultstabcontainer {
  height: 100%;
}
#resultstabcontent {
  height: 100%;
}
#chartview {
  width: 100%;
}
#chartviewrow {
  width: 100%;
}
/*
#mapviewcontainer {
  height: 100%;
  padding: 0px;
}
*/
#mapview {
  width: 100%;
}
/*
#mapviewrow {
  height: 100%;
}
*/
#tableview {
  height: 100%;
  width: 100%;
}
#tableviewselrow {
  height: 35px;
  background: #402500;
}
#standardsview {
  height: 100%;
  width: 100%;
}
#standardsviewrow {
  height: 35px;
  background: #402500;
}

#colorlabelcell, #colorselectcell, #sizelabelcell {
  background: #402500;
  color: #EEEEEE;
}
#showinglistcont {
  padding: 0px;
}
#avlistcont {
  padding: 0px;
}
#nclistcont {
  padding: 0px;
}
#nclistgrouprow {
  width: 100%;
  height: 65px;
  overflow-y: scroll;
}
#nclistgrouprow font:hover {
  cursor: pointer;
}
#mapselectrow {
  height: 40px;
  background: #402500;
}
#showinglistgroup {
  height: 100%;
}
#avlistgroup {
  height: 100%;
}
#nclistgroup {
  height: 100%;
}
#footerFix {
  height: 40px;
  border-style: solid;
  border-color: #c0c0c0;
}

#resulttable th {
  cursor: pointer;
}

#resulttable_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

#resulttable_wrapper .row > div {
  padding-right: 0px;
  padding-left: 0px;
}

.list-group-item > p {
  font-size: 12px;
  margin-left: 20px;
}

#quickFilterColumn {
  top: 3px;
  color: white;
  font-size: 14px;
}

#quickFilterSelect {
  color: black;
}

#statslabelcolumn {
  top: 13px;
  font-size: 12px;
}

#name {
  top: 7px !important;
}

#mapLegendImage {
  float: right;
  top: 32px;
  z-index: 10px;
  position: absolute;
  right: 5px;
}

.subNavBar {
  width: 100%;
  background-color: #c0c0c0;
  height: 25px;
}

#pagefooterrow {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#dateaxiscontainer {
  bottom: 0;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

#chartyextentscell > * {
  display: inline-block;
}

#chartyextentscell {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-right: 0px;
  padding-left: 5px;
  margin-bottom: 10px;
}

#thresholdcell {
  float: right;
  font-size: 12px;
  padding: 0px;
}

#threshbox {
  height: 20px;
  width: 60px;
  text-align: right;
}

#threshcheck {
  margin-top: 3px;
}

#tableselcolumn, #sizeselectcell {
  float: right;
  font-size: 12px;
  padding: 3px;
}

.table {
  table-layout: auto;
  margin-bottom: 0px;
}

.table td {
  white-space: nowrap;
}

.table > tbody > tr {
  height: 22px;
}

.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, #avrestore {
  background-color: rgb(119, 119, 119);
}

#showinghide.activ, #avrestore.activ {
  background: #2c2240;
}

#showinghide.activ:hover, #avrestore.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: 46px;
  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: 46px;
  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);
}
