/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2017, 8:59:40 AM
    Author     : vtieu
*/

/*
  Generic
*/

#mainContainer {
  overflow: hidden; /*To avoid the viewport being expanded in Edge,*/
  height: calc(100% - 100px);
}

.center {
  text-align: center;
}

div.dt-buttons {
  margin-right: 5px; 
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 10px; 
  display: inline-block; 
  float: none; 
  text-align: left; 
}

div.dt-buttons > a {
}

div.dt-button-collection.three-column {
    font-size: 14px; 
    vertical-align: middle;
}

div.dt-button-collection.three-column > a {
}

/*
  End of Generic
*/

.ui-dialog-buttonpane ui-widget-content ui-helper-clearfix .disclosure_chk_container {
  margin-bottom: 20px;
}

/* Search Tool */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#toggleBuffer, #clearDrawing {
  border-radius: 5px;
  border: 1px solid rgba(77, 127, 185, 1);
  width: 100%;
  padding: 2px 0px 2px 0px;
  color: rgba(77, 127, 185, 1);
}

#toggleBuffer:disabled{
  background-color: #cccccc;
}

#radiusValue {
  width: 80px;
  margin-right: 2px;
}

#bufferValue {
  width: 100px;
  margin-right: 2px;
}

#radiusUnits {
  width: 140px;
}

#bufferUnits_chosen {
  width: 140px !important;
}

.actionBtn {
  float: left;
}

#shapeDownloadLink:hover {
  text-decoration: underline;
}
#shapeDownloadLink {
  text-align: right;
  cursor: pointer;
}

input[name=basinTypeRadio] {
  width: 10px;
}

#toolBox {
  top: 100px !important;
  width: 100px !important;
}

#toolBox > button{
  border-radius: 10px;
}

.map{
  height: 100%;
}

.mask{
  width: 100%;
  height: 100%;
  overflow: hidden;  
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.infoMask{
  width: 100%;
  height: 100%;
  overflow-y: auto;  
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.ui-autocomplete {
  z-index: 10000;
  font-size: 13px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ac-name {
  display: inline-block;
  text-align: left;
  width: 130px;
}

.ac-type {
  display: inline-block;
  text-align: right;
  width: 100px;
}

.ui-menu-item {
  padding: 0;
  display: flex;
}

.infoDataPage{
  margin-left: auto;
  margin-right: auto;
  width:1100px;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  position: absolute;
  left: calc((100% - 1100px)/2);
  top: 0px;
  font-size: 14px;
}

.infoContentDataWrapper{
  height: calc(100% - 50px);
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.infoContent > li {
  display: block;
}

#globalMask{
  height: 100%;
  width: 100%;
  overflow: auto; 
  position: absolute;
  z-index: 99999;
  background-color: #ffffff;
  text-align: center;
  top: 0;
}
#infoContentDataMask{
  height: calc(100% - 50px);
  width: 100%;
  overflow: auto; 
  position: absolute;
  z-index: 99999;
  background-color: #ffffff;
  text-align: center;
}

#infoContentData{
  overflow-x: hidden;
}

#infoContentContainer, .infoContentContainer{
  float: left;
  width: 100%;
}

.titleBar{
  width: calc(100% - 80px);
  height: 50px;
  border-bottom: 1px #000000 solid;
  margin-left: auto;
  margin-right: auto;  
}

.infoTitle{
  width: calc(100% - 115px);
  height: 100%;
  float: left;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 17px;
}
.infoTitleVal{
  font-weight: 100;
  height: 22px;
  line-height: 1.2em;
}
.infoTitleVal[data-local-well]{
  max-width: 260px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: text-bottom;
}

.titleBtn{
  background-color: #ffffff;
  border: none;
  color: #000000;
  padding: 11px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;  /*Safari*/  
  transition-duration: 0.4s;
  cursor: pointer;
  border: 2px solid #e7e7e7;
  float: right;
  margin-left: 2px;
}

.titleBtn:hover{
  background-color: #e7e7e7 !important;
}
.esriPopupVisible {
    z-index: 1001;
}

.esriPopup .contentPane {
  max-height: none !important;
}

.tabBtn:hover{
  background-color: #2b4071 !important;
}

.tabBtnFocus{
  background-color: #2b4071;
}

.titleBtnDiv{
  padding-top: 2px;
}

.tabBtnContent{
  float: left;
  width: 100%;
  display: none;
}

.show{
  display: block;
}

.show-up {
  margin-top: -90px;
  position: absolute;
}
.hoverContent {
  font-size:11px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding:8px 2px 10px 8px !important;
}

#tabGroup, .tabGroup{
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  width: 850px;
}

#searchToolTitle{
  float: left;
  font-size: 15px;
  font-weight: 600;
  width: calc(100%-26px);
  padding: 0px 0px 0px 10px;
  letter-spacing: -.25px;
}

#searchToolCont{
  width: 500px;
  height: calc(100% - 100px);
  background-color: #dddddd;
  font-size: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  border: 1px #ccc solid;
}

.dataTables_scrollHead th.select-checkbox:before,
.dataTables_scrollHead th.select-checkbox.selected:after{
  display: block;
  position: absolute;
  top: 1.2em;
  left: 3%;
  width: 12px;
  height: 12px;
  box-sizing: border-box; 
}
.dataTables_scrollHead th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
.dataTables_scrollHead th.select-checkbox.selected:after{
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

.btn.btn-default {
  border: none;
  outline: none;
  background-color: rgba(14,118,187,0.65);
  color: white;
  margin-top: 6px;
}

.btn.btn-default:active {
  background-color: rgba(14,118,187,0.95);
  color: #f0f0f0;
  border: none;
  outline: none;
}

#textBtn {
  font-size: 13px;
  margin-left: calc(90% - 140px)
}

.zoom{
  background-image: url('../../../images/icons/zoomto.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  height: 30px;
  width: 30px;
  border: none;
  cursor: pointer;
}

.headingPanel{
  width: 100%;
}

.panelTitle{
  padding: 10px;
  background-color: #4b9fd3;
  width: calc(100% - 20px);
  color: #ffffff;
}

.panelContent{
  background-color: #ffffff;
  width: calc(100% - 22px);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px #ccc solid;
  display: table;
}

#overview,
.overview {
  width: 50%;
  float: left;
  height: auto;
}

#incMap, .infoMap{
  float: right;
  width: 50%;
  height: 450px;
}

#statusGrid, #commlogGrid{
  width: 100%;
}

#closeBtn, .closeBtn{
  background-image: url('../../../images/icons/close.png');  
  width: 44px;
  height: 44px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  float: right;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 30px 30px;  
}

#printDetailBtn{
  background-image: url('../../../images/icons/print44x44.png');  
  width: 44px;
  height: 44px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  float: right;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 30px 30px;
}

#tabGroup > .disabled,
.tabGroup > .disabled {
  opacity: 0.6;
  cursor: not-allowed;
  
  background-color: #4d7fb9;
  border: none;
  color: #ffffff;
  padding: 11px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;  /*Safari*/ 
  transition-duration: 0.4s;
  border: 2px solid #e7e7e7;
  margin-left: 2px;  
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

.ui-dialog-static{
  position: absolute;
  bottom: 5px;
  right: 5px !important;
  top: 80px !important;
  left: auto !important;
  border-radius: 5px;
}
.ui-button-bottom{
  position: absolute;
  bottom: 0px;
  left: 5px;
  width: calc(100% - 30px);
}

.tooltip {
  position: absolute;
  pointer-events: none;
}


/* Center the loader */

#leftSliderContainer{
  height: calc(100% - 100px);
  width: 300px;
  left: 0px;
  background-color: rgba(50, 58, 69, 1) !important;;
  position: absolute;
  z-index: 100;
}

#leftSliderContent{
  height: 100%;
  float: left;
  width: 100%;
}

.accordionCont{
  height: calc(100% - 45px);
}

#downloadStationsDiv {
  height: 300px;
  width:300px;
  text-align: center;
  padding-top: 5px; 
}

#downloadStationsDiv > input:first-child {
  margin-right: 6px;
}

.flex {
  display:flex;
}

#download-dropdown-menu{
  width: 50% !important;
  bottom: 30px !important;
  bottom: 0px !important;
  right: 8px !important;
  left: 196px !important;
  display:none;
}
.showDownload {
  display:block !important;
}
#download-dropdown-menu li{
 cursor:pointer;
}
#downloadStationsDiv > input {
  margin: 2px;
  width: 140px !important;
}
/*#downloadAll,#downloadSelected {
  height: 300px;
  width:300px;
  padding-top: 5px; 
}*/

.bounceoutLeftVal{
  left: -300px !important;
  transition: 0.5s;
}

#loading-tag {
  display: none !important; /*hack*/
} 

.metadata{
  overflow-y: auto;
  font-size: 12px;
}

.metadata > div > p{
  padding: 10px;
}

#accordion > div{
  padding: 0px;
}

#basemapToggle{
  top: 20px;
  right: 70px;
  position: absolute;
  z-index: 1;
}

.accordion-content {
  border-bottom: black 1px dotted; 
  margin: 5px;
  padding-bottom: 10px;
  word-wrap: break-word;
}

.ui-accordion .ui-accordion-header {
  padding: .25em .25em .25em .4em;
}

#stations{
  background-image: url("../images/cdecstation/station.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 28px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}

#boundaries{
  background-image: url("../images/cdecstation/baseData.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 28px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}

#boundariesContainer {
  border-bottom: none;
}

#fireBurnArea{
  background-image: url("../images/cdecstation/burnArea.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 28px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}

#fireBurnAreasWrapper {
  border-bottom: none;
}

#stationFilters{
  background-image: url("../images/cdecstation/stationFilter.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 28px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}

#faq{
  background-image: url("../images/cdecstation/faq.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 30px;
  background-size: 38px 30px;
  display: inline-block;
  vertical-align: middle;
}

.leftArrow{
  display: block;
  width: 100%;
  background-image: url("../../../images/left.png");
  background-repeat: no-repeat;
  background-size: 16px 22px;  
  height: 22px;
}
.rightArrow{
  display: block;
  width: 100%;
  background-image: url("../../../images/right.png");
  background-repeat: no-repeat;
  background-size: 16px 22px;
  height: 22px;
}

#download.on + #menu, #api.on + #apimenu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  border: 1px #ccc solid;
}

/* menu appearance*/
#menu, #apimenu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  /*text-align: center;*/
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after, #apimenu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
}

#menu ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
  transition: all .2s;
}
#menu li a:hover,
#menu li a:focus {
  background: #ccc;
  color: #fff;
}

#apimenu ul, li, li a {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#apimenu li a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
  transition: all .2s;
}
#apimenu li a:hover,
#apimenu li a:focus {
  background: #ccc;
  color: #fff;
}

#apimenu{
  width: 300px;
}

.inputapi{
  width: 290px;
}

.dataTables_scrollBody tr.odd:hover,.dataTables_scrollBody tr.even:hover {
  background-color: #00c4e9 !important;
}

.dataTables_scrollBody {
  overflow-x: hidden !important;
}

.accordsubheading{
  font-size: 16px;  
  padding: 3px;
}

#searchBtn,
#clearTextSearchBtn {
  margin-right: 13px; 
  width: 80px;
}
/* 
  Buttons
*/

#saveAndSearchBtn {
  
}
.my-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.my-btn-primary {
  color: #fff !important;
  background-color: rgba(77, 127, 185, 1) !important;
  border-color: rgba(77, 127, 185, 1) !important;
}


.my-btn-primary:hover {
  color: #fff;
  background-color: rgba(77, 127, 185, .90) !important;
  border-color: rgba(77, 127, 185, .90) !important;
}

.my-btn-danger {
  color: #fff !important;
  background-color: rgba(220,53,69, 1) !important;
  border-color: rgba(220,53,69,1) !important;
}


.my-btn-danger:hover {
  color: #fff;
  background-color: rgba(220,53,69,.90) !important;
  border-color: rgba(220,53,69,.90) !important;
}

.my-btn-secondary {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7; 
}

.my-btn-secondary:hover, .my-btn-secondary:focus, .my-btn-secondary:active {
  color: #fff;
  background-color: rgba(77, 127, 185, 1);
  border-color: rgba(77, 127, 185, 1);
}

.my-btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; 
}
.my-btn-gray:hover {
  color: #fff;
  background-color: rgba(108,117,125,.9) !important;
  border-color: rgba(108,117,125,.9) !important;
}

.my-btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline;
}

.my-btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
  border-radius: .2rem;
}

#searchBtn {
  position: absolute;
  width: 14px;
  height: 14px;
  top:0px;
  outline-width: 0;
  right:-42px;
 
}

.tblhead {
  height:1px;
}

#cancelTextSearchBtn {
  padding: 0px !important;
}

label {
  font-size: 12px;
}

.ui-tooltip-content {
  font-size: 12px;
}

/*--------------------------*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header 
.ui-state-active, a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
    background-color: rgba(50, 58, 69, 1) !important;
    border-color: rgba(50, 58, 69, 1) !important;
}
.ui-menu-item-wrapper.ui-state-active {
    background-color: transparent !important;
    border: none !important;
    margin: 0;
    padding: 2px 0px 2px 5px;
}
.accordion-content h5 {
    text-align: left; 
    margin: 10px; 
}

.accordion-content p {
    text-align: left; 
    text-indent: 0px; 
    margin: 0px 0px 0px 10px; 
}

#waterBudgetLayers > .carrotRight {
    margin-top: 5px; 
}

.dt-button.my-btn.my-btn-secondary.my-btn-sm {
  color: #fff;
  border-color: transparent; 
  background-color: rgba(77, 127, 185, 1);
}

.dt-button.my-btn.my-btn-secondary.my-btn-sm:hover, 
.dt-button.my-btn.my-btn-secondary.my-btn-sm:focus, 
.dt-button.my-btn.my-btn-secondary.my-btn-sm:active {
  color: #fff;
  border-color: transparent; 
  background-color: rgba(77, 127, 185, .90);
}

#waterBudgetLayers > div:nth-child(10) {
    display: inline-block; 
}

#tooltipDialog > div.dijitTooltipContainer > div > div > div > a {
    color: #337ab7;
}

.stationIdTable {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  border-collapse: collapse;
}
.stationNameTable {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  border-collapse: collapse;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: white !important;
    margin-left: 0.5em!important;
    border-radius: 5px!important;
    margin-bottom: 5px!important;
}

.dataTables_info {
  font-size: 12px!important;
  text-align: left!important;
  display: block!important;
}
.dataTables_wrapper .dataTables_info {
  padding-left: 15px;
}

.dataTables_length {
  font-size: 12px!important;
  text-align: left!important;
  display: block!important;
  padding-left: 15px!important;
}

.dataTables_paginate {
  font-size: 12px!important;
  text-align: left!important;
  padding-bottom: 10px !important;
}

.station_info {
  display: table-row;
  padding: 0px!important;
  font-size: 10px!important;
  text-align: left;
}

.station_info td[colspan="4"]{
  border-bottom: 1px solid #ccc!important;
}

.station_info tbody tr td{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.station_info td{
  padding: 0px;
}

.stationContent {
  line-height: initial;
}
.sensorTypesList {
    list-style: none;
    font-weight: normal;
    line-height: initial;
    text-align: left;
}

.sensorTypesList > li {
  display: block;
}

.sensorTypesList > li > a {
  display: inline-block;
}

#filterCheckBox{
  padding:10px;
}

.selectedRow {
  background-color: #4fadd2 !important;
}

#loading{
  text-align:center; margin-left: auto; margin-right: auto; top: 50%; left: 50%; z-index: 9999; position: absolute; display:none; background-color: #225991; color: #FFFFFF; padding: 8px; border: 1px #ccc solid; vertical-align: middle;
}

.loadingMask {
  display: none;
}

.filterOptionsBtn {
  opacity: 0;
  display: inline-block;
  float: right;
  margin-top: -2px;
}

#realTimeBtnOptions > p {
  display: inline;
}

#RealTimeGallery > p {
  margin: 0px 0px 0px 0px;
}

#savedSearchesContainer > h5:hover img {
  cursor: pointer;
  opacity: 1;
}

.filterOptionsBtn:hover {
  cursor: pointer;
  opacity: 1;
}

#filterContTbl {
  margin: 10px 10px 10px 10px;
  border-collapse: separate;
  border-spacing: 5px;
}

.filterContPlusBtn {
  cursor: pointer;
  margin-left: 10px;
}

.filterContMinusBtn {
  cursor: pointer;
  margin-left: 10px;
}

.filterSrcInput {
  width: 275px;
}

.btnLinks {
  cursor:pointer;
}
.dataTables_wrapper .dataTables_filter{
  float: left;
  text-align: left;
  margin-left: 6px;
}

#cdecStationsTable_filter {
  overflow-x: hidden;
}

#cdecStationsTable_wrapper {
  overflow-x: hidden;
}

#cdecStationsTable_filter > label {
  position:relative;
}

#cdecStationsTable_info {
  display: inline-block !important;
  width: 63%;
  float: left;
  padding-left: 5px !important;
}

#cdecStationsTable_length {
  width: 35%;
  float: left;
  display: inline-block !important;
  padding: 0px !important;
}

#cdecStationsTable_length > label {
  cursor: default;
}

#cdecStationsTable_length > label > select {
  cursor: pointer;
}

#cdecStationsTable_paginate {
  float: left !important;
}

#advancedSearchTable td {
  border: 1px solid #ddd;
  padding: 6px;
}
#advancedSearchTable th  {
  height: 40px;
}
#advancedSearchTable td:hover {
  background-color: #ddd;
}

#advancedSearchTable input[type='checkbox']:hover, #advancedSearchTable select  {
  cursor:pointer;
}

.dijitTooltipContainer {
  /*border: 2px solid rgba(14,118,177,1)!important;*/
  border: none !important;
  padding: 0px !important;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  box-shadow: 0 0 9px rgba(68,68,68,.6);
}

.dijitTooltipConnector {
  left: 62px !important;
  background-image: url('../images/cdecstation/tooltip-override.png') !important; 
}

.dijitTooltipFocusNode {
  padding: 0px;
}

.dijitMenuPopup { 
  z-index: 10000 !important;
}

.dijitPopup {
  pointer-events:none !important;
}

.h-result-list {
  border-left: none;
  padding-left: 5px;
  font-size: 10px;
}

.titlePane {
  background-color: rgba(14,118,177,1) !important;
  padding: 2px 5px;
  text-transform: capitalize;
}

.tooltip-body {
  /*padding: 2px 5px 10px 5px;*/
  margin-top: -3px;
  padding-left: 3px;
  padding-bottom: 3px;
  text-transform: capitalize;
  font-size:10px;
}

.my-alert {
  z-index: 100000 !important;
}

.alert-message {
  text-align: center;
}

#faqContent {
  font-size: 10pt;
}

#clearFilters {
  width: 100%;
  font-size: 14px;
}

.dropbtn {
  font-size: 14px !important;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup-content {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 30px;
  width: 160px !important;
  background-color: #fff;
}

.dropup-content a {
  display: block;
  text-align: left;
  background-color: rgba(14, 118, 187, 0.75);
  color: #fff;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #fff;
}

.dropup-content a:hover {
  background-color: #00c4e9;
}

#shareDlg {
  z-index: 1001 !important;
}

#advancedSearchDialog > .dijitDialogTitleBar {
  background-color: rgba(77,127,185,1) !important;
}

#advancedSearchDialog > .dijitDialogTitleBar > span {
  font-weight: bold;
}

.dijitDialogTitleBar {
  background-color: rgba(14,118,177,1) !important;
  border: none !important;
  background-image: none !important;
}

.dijitDialogTitleBar > span {
  color: #fff !important;
}

.stationInfoTable th:first-child {
  width: 100px;
}

.stationInfoTable th {
  width: 200px;
}

.stationInfoTable td {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stationInfoTable tr {
  cursor: default;
}

.stationInfoTable > tbody > tr:hover {
  background-color: #00c4e9;
}

.cdecStationsFilter {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
}

.cdecStationsFilter > label {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.cdecStationsFilter > label > input {
  /*width: 150px;*/
  width: 92%;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
}

.ui-autocomplete > li:hover {
  background-color: rgba(14,118,187,0.65) !important;
}
/*
.ui-autocomplete > li span:hover {
  color: #fff !important;
}
.ui-autocomplete > li a:hover {
  color: #fff !important;
}*/

/*.ui-autocomplete > li > a:hover {
  background-color: transparent !important;
  border: none;
  color: #000 !important;
}*/

#copyableLink {
  height: 0px;
  width: 0px;
  position: absolute;
  top: -100%;
  left: -100%;
}

.tableActions {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.bannerbuttons, .bannertitle, .esriSimpleSlider, .ui-accordion .ui-accordion-header, #cdecStationsTable{
    background-color: rgba(50, 58, 69, 1) !important;
    color: white;
}

.my-btn-primary, .my-btn-primary:hover,.dropup-content a{
    background-color: rgba(254,183,29,1) !important;
    border-color: rgba(254,183,29,1) !important;
    color: black !important;
}

.ui-accordion .ui-accordion-content, .dataTables_scrollBody tr.odd:hover, .dataTables_scrollBody tr.even:hover, table.dataTable.compact thead th, table.dataTable.compact thead td {
    background-color: rgba(4,107,152,1) !important;
    color: white !important;
    font-size: 12px;
}

#cdecStationsTable tr{
    border-color: white !important;
    background-color: rgba(4,107,152,1) ;
    color: white !important;
    font-size: 12px;
}

.ui-accordion .ui-accordion-header, .ui-widget-content {
    padding: 0;
    border:0;
}

#cdecStationsTable.ui-widget-content a, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white!important;
}

.infoDiv td{
    background-color: white;
    color: black;
}

.stationContent tr td:nth-child(2){
    font-weight:bold;
} 

.stationContent tr td:nth-child(1){
    font-weight:normal !important;
} 

table.dataTable.compact thead th{
    font-size:14px;
}

.accordion-content h5{
    font-size: 14px;
}

.pretty .state label{
    font-weight:normal !important;
}

#filterOptions img{
    position:relative;
    top:4px;
}

.ui-widget-header {
  background-color: rgba(50, 58, 69, 1);
}

#draw-widget-cont, #select-widget-cont{
  background-color: #046b98;
}

#toggle-buffer-btn, #clear-selection-btn{
  background-color: rgba(60, 75, 94, 1);
}

.station_info tbody tr td {
  background-color: #046b98;
  color: white;
}

.sensorTypesList b{
  color: white;
}

#cdecStationsTable tbody tr.odd:hover, #cdecStationsTable tbody tr.even:hover {
  background-color: rgba(24,127,172,1) !important;
}

#cdecStationsTable .paginate_button.current {
  background: transparent !important;
}

::-webkit-scrollbar {
  width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #585858; 
  border-radius: 10px;
}

.scroller {  
  scrollbar-color: #585858 #242424;  /*for Mozilla*/
  
  -ms-scrollbar-face-color: #585858;        /*for IE*/
  -ms-scrollbar-arrow-color: white;         /*for IE*/
  -ms-scrollbar-track-color: #242424;       /*for IE*/
  -ms-scrollbar-shadow-color: #585858;      /*for IE*/

  /*Microsoft Edge scrollbar styling can not be done: https://stackoverflow.com/questions/31770034/how-to-change-the-color-of-the-scrollbar-for-microsoft-edge*/
}

.stationContent td {
  background: transparent !important;
}

#customStationFilters, #filterControls {
  margin: 5px;
  padding-bottom: 10px;
}

#header {
  width:100%;
  height:100px;
  margin:0 auto;
  position:relative;
  z-index:10;
}

#header .head_organization_banner {
  position:absolute;
  top:0px; /* Adjusts the position of your organization banner */
  left:155px; /* Adjusts the position of your organization banner */
  z-index:20;
}

#navigation {
  position:absolute;
  top:48px;
  left:30px;
  padding-left:100px; /* adjusts the horizontal position of the top-level nav */
}
#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#navigation li {
  float: left;
  background: transparent url(../images/cdecstation/nav_divider.png) no-repeat bottom right;
  padding:0 0 0 0px;
  font-family: arial;
}
#navigation li.last_nav_item {
  background-image:none;
}

#navigation a.nav_level1_link {
  text-decoration:none;
  display: block;
  padding:0 8px 0 8px; /* adjust the width of the tabs by adjusting the left & right padding */
  margin-right:2px; /* add 1px gap on right side of tab */
  height:22px; /* 47 - 24 */
  color: #eee;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: #000 1px 1px 3px;  /*This is valid in CSS 2 and 3 but not 2.1*/ 
  padding-top:24px;
  white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
}

#navigation li.last_nav_item a.nav_level1_link {
  margin-right:0px;
}

#nav_list :first-child a.nav_level1_link {
  padding-left:35px; /* Add padding so the entire background highlight can be seen */
}

.highlighted_nav_item a.nav_level1_link, .body_home #nav_list :first-child .nav_level1_link {
  background: transparent url(../images/cdecstation/nav_highlight.png) no-repeat bottom right; /* current page item, home, spec 0-2-1, 1-3-0 */
}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link {
  background-image:none; /* unhighlight current page item, spec 2-2-1 */
}
#header #navigation #nav_list li:hover a.nav_level1_link {
  background: transparent url(../images/cdecstation/nav_highlight.png) no-repeat bottom right; /* hovered item, spec 3-2-2 */
}

#header #navigation #nav_list .navselected {
  background: transparent url(../images/cdecstation/nav_highlight.png) no-repeat bottom right; /* hovered item, spec 3-2-2 */
}

#headleft {
vertical-align: top;	
  
width: 250px;
}

#headright {
  text-align: right;
}


.head_cagov_logo {
  padding-top: 8px;
}
 /* Search */
#head_search {
  width: 220px;
  padding-top: 15px;
  text-align: center;
  padding-left: 200px;
}

.search {
  right: 0px;
  position: fixed;
  top: 3px;
  background: url(../images/cdecstation/searchheader.jpg) top right no-repeat;
  width: 456px;
  height:115px;
}

#head_links {
  color: #c2e5f4!important;
  padding-top: 2px;
  padding-right: 140px;
}

#head_links  a {
  color: #c2e5f4!important;
  font-size: 0.7em!important;

}

.textfield_container {
  background: url("../images/cdecstation/header_search_textfield.png") no-repeat scroll 0 0 transparent;
  float: left;
}

.submit_container {
  z-index: 50;
  float: left;
}

#search_ca_textfield, #search_local_textfield {
  background-color: transparent;
  border: 0 none;
  color: #505050!important;
  font-size: 0.9em!important;
  padding: 0 0 0 8px;
  width: 175px;
}

#radio_container {
  color: #fff;
  font-size: 0.7em!important;
}

.hidden {
  display: block;
  left: -9999px;
  position: absolute;
  top: 0;
}

#banner {
  background-color: #005c82;
  height: 100px;
  background-image: url(../images/cdecstation/bg_header.png);
  background-repeat: repeat-X;
}

#centerPane, #leftSliderContainer {
  height: calc(100% - 100px);
  top: 100px;
}
