
html {
  
  font-size: 14px;
}
html,body{
height:100%;
}
body{
padding-top:50px;
}
body.slider-active * {
  -webkit-user-select: none;
  user-select: none
}
div::-webkit-scrollbar,
ul::-webkit-scrollbar  {
    width: 8px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 1px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbb;
}
div::-webkit-scrollbar,ul::-webkit-scrollbar, #style-2::-webkit-scrollbar {
    width: 8px;
    height:8px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 1px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbb;
}
body.portal-loading #feedback{
display:none;
}
.not-visible{
visibility: hidden;
}
.flash-message{
position:fixed;
top:200px;
left:0;
right:0;
margin:0px auto;
text-align: center;
z-index: 2000;
pointer-events:none;
}
.flash-message .remove{
  cursor:pointer;
  float:right;
  padding: 10px;
  color:#999;
}
.flash-message .remove:hover{
  color:#333;
}
.flash-message .flash-message-inner{
  display:inline-block;
  padding:20px;
  background:#FFFFCC;
  border:1px solid #ccc;
  box-shadow:0 0 5px #999;
  pointer-events:all;
}
.flash-message .flash-message-content{
  display:inline-block;
}
.flash-message .flash-message-inner .message-content{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}
.flash-message.error-message{
  bottom:20px;
  top:auto;
  text-align:left;
  right:10px;
  left:auto;
  width:300px;
  padding:5px;
}
.flash-message.error-message .flash-message-content{
  display:block;
}
.flash-message.error-message .has-details{
  cursor:pointer;
}
.flash-message.error-message .details{
  display:none;
}
.flash-message.error-message .message{
  font-weight:bold;
}
.flash-message.error-message .open .details{
  display:block;
}
.flash-message.error-message .open .details pre{
  margin:3px 0px;
}
.flash-message.error-message .open .details{
  margin:4px 0px;
}
.flash-message.error-message .opener{
  color:#ccc;
  margin-right:5px;
  font-size:10px;
}
.flash-message.error-message .copy,
.flash-message.error-message .copy-all{
  color:#999;
  font-size:12px;
  cursor:pointer;
}
.flash-message.error-message .open .opener{
  transform:rotate(180deg)
}
.flash-message.error-message .flash-message-inner{
  width:100%;
  background:#FFFFCC;
  padding:0px;
}
.flash-message.error-message h5{
margin-top:0px;
padding:10px;
margin-bottom:0px;
color:#660000;
border-bottom:2px solid #660000;
}
.flash-message .error-messages{
height:120px;
overflow:auto;
}
.flash-message .error-messages p{
  padding:9px;
  margin-bottom:0px;
  border-top: 1px solid #ccc;
}
.flash-message .error-messages p .time-label{
  font-style:italic;
  color:#999;
  font-size:9px;
}
.flash-message .error-messages p:nth-child(odd){
   background:#FFFFDD;
}
.flash-message .flash-message-inner{
padding:10px;
font-size:12px;
}
div#feedback:hover{
  margin-left:-26px;
}
.feedbackFormWrap{
height:510px;
}
.white, a.white,a.white:hover{
  color:#FFF;
}
.green, a.green, a.green:hover{
  color:green;
}
.close.white {
  
  color: #FFF;
  text-shadow: 0px 1.5px 0px #000;
  opacity: .7;
}
.close.white:hover{
  opacity:.9
}
body.portal-map{
overflow:hidden;
}
header .logo a{
color:#FFF;
}
header .main-menu > li{
  transition: background-color 0.5s ease;
}
header .main-menu > li.highlight{
  transition: background-color 0s ease;
  background-color:#000;
}
@media (min-width: 1200px) and (max-width: 1420px) {
.hidden-mlg {
  display: none !important;
}
}
.type-icon{
color:#999;
}
.navbar-fixed-top{
box-shadow:0px 0px 5px #666;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus{
background:#555;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
max-height:auto;
}
header .nav > li.layers-menu-item > a{
  padding-left:0px;
}
header .nav > li.layers-menu-item{
margin-left:-5px;
}
header .navbar-brand img {
  max-width: 120px;
}
.dropdown-menu > li > a{
  padding-right:40px;
}
.dropdown-menu > li > a .badge,
.dropdown-menu .dropdown-inner li > a .badge{
  margin-right:-30px;
}
.dropdown-menu .dropdown-inner li{
clear:both;
}
.dropdown-menu .dropdown-inner li a
{
  display: block;
  padding: 3px 40px 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu .dropdown-inner li.active a,
.dropdown-menu .dropdown-inner li.active a:hover{
background:#337ab7;
color:#FFF;
}
.dropdown-menu .dropdown-inner li.active a span.badge,
.dropdown-menu .dropdown-inner li.active a:hover span.badge{
background:#FFF;
color:#333;
}
header .data-menu-item .dropdown-menu,
header .layers-menu-item .dropdown-menu {
  max-width:400px;
  min-width:400px;
  max-height:400px;
  overflow:auto;
}
header .data-menu-item .dropdown-menu li a,
header .layers-menu-item .dropdown-menu li a{
  white-space:normal;
  line-height:130%;
  padding-top:8px;
  padding-bottom:8px;
  border-bottom:1px solid #ededed;
}
header .data-menu-item .dropdown-menu> span:last-child li:last-child a,
header .layers-menu-item .dropdown-menu li:last-child a{
  border-bottom:none;
}
header .layers-menu-item .layergroup_remover{
text-align:center;
display:block;
}
header .layers-menu-item .layergroup_remover .btn{
margin:10px auto 5px auto;
}
header .main-menu .dropdown-header{
  background:#ededed;
  font-weight:bold;
}
@media (max-width:767px){
.navbar-header .navbar-nav{
  width:100%;
}
.dropdown-menu .dropdown-inner li a{
  color:#FFF;
}
}
.dropdown-menu .dropdown-inner li a:hover{
background:#ededed;
text-decoration: none;
}
.dropdown-menu .dropdown-inner li:last-child{
border-bottom-width:0px;
}
header .help-menu-item .dropdown-menu{
  min-width:300px;
}
header .help-menu-item .dropdown-menu > li > a {
  font-weight:bold;
  white-space:initial;
}
.dropdown-menu > li.heading h5{
  padding: 8px 20px;
  font-size:12px;
  border-bottom:1px solid #ccc;
  margin:0px;
  color:#999;
  font-weight:bold;
}
.dropdown-menu > li.heading h5 span.description{
  font-weight:normal;
  font-size:11px;
}
header .help-menu-item .dropdown-menu li span.description{
  font-weight:normal;
}
.settings-popover{
position:fixed;
}
.home-page .intro img.pull-left,
.home-page .intro img.pull-right{
margin:20px;
}
#app_root{
margin-top:0px;
}
nav .menu{
margin-right:15px;
}
.caret-right {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  display: inline-block;
  height: 0;
  opacity: 0.8;
  vertical-align: top;
  width: 0;
}
.caret-down {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 5px solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tooltip.in{
opacity: 1;
}
.tooltip-inner{
  max-width:300px;
  padding:10px;
  min-width:150px;
  border-radius: 2;
}
.tooltip.lite .tooltip-inner{
  background:#E0E0E0;
  color:#000;
}
.tooltip.left.lite .tooltip-arrow{
border-left-color:#E0E0E0;
}
.tooltip.right.lite .tooltip-arrow{
border-right-color:#E0E0E0;
}
.tooltip.top.lite .tooltip-arrow{
border-top-color:#E0E0E0;
}
.tooltip.bottom.lite .tooltip-arrow{
border-bottom-color:#E0E0E0;
}
.loader-large{
background-image: url('../images/loader.large.gif');
background-repeat:no-repeat;
background-position:center;
}
.loader-horizontal{
width:30px;
height:15px;
display:inline-block;
background:url('../images/horizontal-loader1.gif') center 2px no-repeat;
}
#hover_wrap {
  position: fixed;
  z-index: 4000;
}
#hover_target{
  position: absolute;
  background: rgba(255,255,255,.95);
  
  
  width:360px;
  z-index:2500;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
  border-radius: 5px;
  pointer-events: none;
  
}
#hover_target.xs-view .hide-xs,
#hover_target.sm-view .hide-sm,
#hover_target.md-view .hide-md,
#hover_target.lg-view .hide-lg {
  display:none;
}
#hover_target .head{
background:#e0e0e0;
font-size:14px;
font-weight:bold;
padding:5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#hover_target .content{
font-size: 12px;
}
#hover_target .content.wrap .lbl{
color: #999;
padding-bottom: 5px;
}
#hover_target .content .lists-view h5{
font-size:11px;
margin-bottom:5px;
}
#hover_target .content.wrap div.val{
}
#hover_target .content.wrap .lists-view{
font-size:11px;
}
#hover_target .lists-view table{
margin-bottom:4px;
margin-top:5px;
}
#hover_target .lists-view table th{
font-size:12px;
padding:2px 0px;
}
#hover_target td.val{
  text-align:right;
}
#hover_target th:last-child,
#hover_target td:last-child{
  text-align:right;
}
#hover_target .profile .units{
  font-size:9px;
  text-align:center;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.hover-item {
  padding: 15px;
  border-top: 2px solid #ededed;
}
.hover-item .preview-items{
margin-top:8px;
}
.hover-item .sprite-preview{
padding:3px 0px;
}
.hover-item .sprite-preview h5{
font-size:12px;
color:#333;
font-weight:bold;
}
.hover-item h5 {
  font-size:12px;
  font-weight:bold;
  color:#999;
}
.hover-item td.val {
  overflow:hidden;
  max-width:200px;
}
.hover-item:first-child{
  border-top:none;
}
.hover-item .loading {
  min-height: 60px;
  position: relative;
}
.hover-item .sprite-preview .loading{
min-height:50px;
}
.hover-item .loading:before{
  top:30px;
}
p.hover-val-wrap{
margin-bottom:0px;
}
.hover-val-wrap .dir-arrow{
margin-left:8px;
}
.hover-val{
font-size:18px;
color:#333;
font-weight:bold;
display:inline-block;
}
.sprite-preview .hover-val{
font-size:20px;
}
.sprite-preview .sprite{
height:35px;
}
.sprite-preview .hover-val,
.sprite-preview .hover-units{
color:#990000;
}
.sprite-preview .latest svg path{
fill:#990000;
}
.sprite-preview .sprite text{
font-size:10px;
fill:#999;
}
.yAxisWrapper{
  height: 100%;
}
.sprite-preview .sprite .axis g.tick text{
  text-anchor:end!important;
}
.sprite-preview .sprite .axis g.tick:first-child text{
  text-anchor:start!important;
}
.sprite-preview .sprite path.domain{
display:none;
}
.raster-hover .preview .hover-val{
color:#999;
}
.hover-units{
font-size:11px;
}
.hover-units.dir{
font-weight:bold;
}
.lists-view .tabulator .tabulator-row .tabulator-cell:nth-child(3),
.lists-view .tabulator .tabulator-row .tabulator-cell:nth-child(5),
.lists-view td.val{
  text-align:right;
}
.lists-view .tabulator{
  border:none;
}
.lists-view .tabulator .tabulator-col-title{
  font-size:12px;
}
.lists-view .tabulator .tabulator-cell{
  font-size:11px;
}
p.update-time{
font-size:11px;
color:#666;
}
.sprite-preview p.update-time{
font-size:10px;
color:#999;
}
.sprite-preview svg{
overflow:visible;
}
.unselectable,
.axis-content .tick text{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
path.domain {
  stroke:#333;
  stroke-width:2px;
  fill:none;
}
.time-bar svg{
  background:none !important;
}
.time-bar path.domain{
stroke:#FFF !important;
stroke-width:1px !important;
transform: translate(0px,2px) !important;
}
.time-bar text{
font-size:12px !important;
fill:#E0E0E0 !important;
}
.time-bar .endpoint-ticks text{
fill:#FFF !important;
}
.time-bar .tick line{
  stroke:#FFF !important;
}
.time-bar path.handle-stroke,
.time-bar path.handle.rect {
  stroke: #000 !important;
  stroke-width: 1.5px !important;
}
.time-bar .handle line {
  stroke: #000 !important;
}
.time-bar .sliderAxis.horizontal .axis-control .popover-trigger:hover,
.time-bar .sliderAxis.horizontal .axis-control .popover-trigger:active {
  color: #ccc !important;
}
.time-bar .axis-control .popover-trigger .glyphicon {
  color: #fff !important;
}
.y text,
.x.axis text,
text.axis-label{
  font-size:10px;
}
.time-bar .extent{
fill:#E0E0E0 !important;
fill-opacity:1 !important;
stroke: #000 !important;
stroke-opacity: .5 !important;
stroke-width: 1.25px !important;
}
.time-bar .resize circle{
 fill: #fff;
stroke: #000;
stroke-opacity: .5;
stroke-width: 1.25px;
pointer-events: none; 
}
.time-bar .brush .background{
  cursor: auto !important;
}
.glyphicon.WMS{
color:#66c2a5;
}
.glyphicon.WFS{
color:#fc8d62;
}
.glyphicon.ERDDAP{
color:#8da0cb;
}
.glyphicon.OPENDAP{
color:#e78ac3;
}
.glyphicon.THREDDS_SUBSET{
color:#a6d854;
}
.glyphicon.TIME-ENABLED{
color:#666;
}
body.full-width-content,
body.allow-scroll{
overflow:auto;
}
body.full-width-content .container{
width:100%;
padding-left:30px;
padding-right:30px;
}
body.staging:after{
  content:'STAGING';
  display:block;
  position:fixed;
  bottom:20px;
  right:0px;
  background:#FF000099;
  color:#FFF;
  font-weight:bold;
  z-index:4000;
  font-size:18px;
  transform:rotate(-45deg);
  padding:10px;
  width:200px;
  text-align:center;
  margin-right:-60px;
  margin-top:-20px;
  pointer-events:none;
}
.loading-icon{
display:none;
height:50px;
background:url('../images/ajax-loader.gif') center 25px no-repeat;
}
.loading .loading-icon{
display:block;
}
.sign-in-modal .modal-header .close{
display:none;
}
body.sign-in-page #app_root{
opacity:.05;
}
body.sign-in-page #app_root p,
body.sign-in-page #app_root ul{
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.fullscreen-chart .modal-header.no-title{
border-bottom:none;
}
.fullscreen-chart .modal-body {
  margin-top: -20px;
  padding-top: 0px;
}
.fullscreen-chart .chart-display .header{
  margin-right:20px;
}
.fullscreen-chart .modal-header .close {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 1100;
  width: 40px;
  height: 40px;
  background: #FFF;
  opacity: 1;
}
.fullscreen-top .modal-dialog,
.fullscreen .modal-dialog {
  width: 95%;
  margin:10px auto;
}
.fullscreen .vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
  pointer-events:none; 
}
.fullscreen .vertical-align-center {
  
  display: table-cell;
  vertical-align: middle;
  pointer-events:none;
}
.fullscreen-top .modal-content,
.fullscreen .modal-content {
  
  width:inherit;
  height:inherit;
  
  margin: 0 auto;
  pointer-events: all;
  min-height:70%;
}
#modal_target .vertical-alignment-helper{
height:0px;
}
.download-data-table .modal-body{
margin-top:0px;
padding:30px;
}
header .feedback-menu-item{
background: #660000;
}
header .feedback-menu-item:hover{
background: #990000;
}
header .navbar-inverse .navbar-nav > li.feedback-menu-item > a{
color:#FFF;
}
header .sign-in-menu-item,
header .signed-in-menu-item,
header .sign-out-menu-item-old{
display:none;
}
header .sign-in-menu-item{
cursor: pointer;
}
.iframed header,
.iframed .metadata-search-header{
display:none;
}
.iframed .station-metadata,
.iframed .source-metadata,
.iframed .data-view-page{
top:0px;
}
.iframed .data-view-page .data-view-heading > .tools{
display:none;
}
.platforms-grid header .navbar li,
.platforms-grid .search-form,
.portal-87 .search-form{
display:none;
}
.platforms-grid{
padding-top:80px;
}
.platform-detail .all-link{
display:none;
}
.signed-in header .navbar .sign-out-menu-item-old{
display:block;
}
.portal-87 header .catalog-menu-item,
.portal-87 header .settings-menu-item,
.portal-87 header .layers-menu-item,
.portal-87 .home-page .search-button{
display:none;
}
.portal-97 .search-input,
.portal-97 .catalog-menu-item,
.portal-97 .layers-menu-item,
.portal-97 .settings-menu-item,
.portal-97 .home-page .search-button{
  display:none
}
header .data-menu-item .dropdown-menu li{
  position:relative;
}
header .data-menu-item .dropdown-menu li .user-icon{
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 10px;
  opacity: .4;
}
header .data-menu-item .dropdown-menu .default_scenarios li a{
  font-weight:bold
}
header .data-menu-item .dropdown-menu li .edit-icon{
  font-size:10px;
  opacity: .7;
  margin-top:3px;
}
header .data-menu-item .dropdown-menu li:hover .user-icon,
header .data-menu-item .dropdown-menu li:hover .edit-icon {
  opacity: .9;
}
.chart-heading .main.lbl{
  font-size:14px;
  font-weight:bold;
  color:#666;
  margin-bottom:3px;
}
.chart-heading .main.lbl em:nth-child(2):before{
  content:' • '
}
.chart-heading .source.lbl{
  font-size:11px;
  margin-bottom:0px;
}
.chart-heading img{
  max-height:30px;
  margin-right:10px;
  width:30px;
  height:30px;
}
.chart-heading .resource.lbl{
  font-size:12px;
  font-weight:bold;
  margin-top:0px;
}
.chart-filters {
  font-size:11px;
  color:#999;
  margin-left:5px;
}
.chart-filters .filter-lbl{
  display:inline-block;
  padding:2px 5px;
  border-radius:2px;
  background:#999;
  color:#FFF;
  font-weight:normal;
  margin-left:3px;
  margin-top:3px;
}
.chart-display .header .devices {
  font-size:11px;
  padding:5px 10px;
}
.chart-display .header .devices select{
  max-width:220px;
}
.popover{
max-width:390px;
}
.popover-content .chart-heading {
  min-width:360px;
  border-top:1px solid #e0e0e0;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
}
.popover-content .chart-heading.selected{
background:#ededed;
}
.popover-content .chart-heading .data-select .btn{
margin-right:12px;
margin-left:5px;
}
.popover-content .chart-heading a.data-select p{
color:#666;
}
.popover-content .chart-heading a.data-select:hover{
text-decoration: none;
color:#333;
}
.popover-content .chart-heading:first-child{
  border-top-width:0px;
}
.popover-content{
max-height:340px;
overflow:auto;
}
.settings-popover .popover-content{
  max-height: 400px;
}
.popover-content .defaults div:last-child .form-group {
  margin-bottom: 0;
}
.palette-popover{
min-width:280px;
}
.selector-list-popover .list-group-item .glyphicon{
color:#EDEDED;
}
.selector-list-popover .list-group-item.selected .glyphicon,
.selector-list-popover .list-group-item a:hover .glyphicon{
color:#333;
}
.variable-list-popover {
  width: 400px;
}
.variable-list-popover .popover-content{
  height:150px;
}
.variable-list-popover .variable-list a{
  font-size:12px;
  padding:7px 15px;
}
.popover-active .caret,
.caret.up{
border-top-width: 0;
border-bottom: 4px solid;
}
.popover-trigger.select-type {
  display:block;
  width:100%;
  text-align:left;
  border-radius:4px;
  padding:3px 6px 3px 10px;
}
.popover-trigger.select-type .caret{
border-right-width: 3px;
border-left-width: 3px;
border-top-width: 6px;
}
.popover-trigger.select-type .caret{
  float:right;
  margin-top:6px;
}
.selector-list-popover .list-group{
margin-left: -13px;
margin-right: -13px;
margin-bottom: 0px;
}
.selector-list-popover .list-group-item{
border-left: none;
border-right: none;
}
.selector-list-popover .list-group-item:first-child{
border-top: none;
}
.selector-list-popover .list-group-item:last-child{
border-bottom: none;
}
ul.horizontal-list {
  margin:0px;
  padding:0px;
  text-decoration:none;
}
ul.horizontal-list > li{
  display:inline-block;
  padding:0px 4px;
}
.control ul.horizontal-list > li,
.control ul.horizontal-list > li .btn {
  font-size:10px;
}
ul.horizontal-list > li > button.btn{
  font-size:10px;
}
ul.horizontal-list > li > button.btn-link,
ul.horizontal-list > li a{
  font-size:11px;
  padding:0px;
  line-height:1;
}
ul.horizontal-list > li:first-child{
  padding-left:0px;
}
ul.horizontal-list > li:last-child{
  padding-right:0px;
}
ul.horizontal-list > li:before{
  content:'\2022';
  display:inline-block;
  padding-right:8px;
  color:#999;
}
ul.horizontal-list > li:first-child:before{
  content:none;
  display:none;
}
.source-metadata .map.loading:before,
.station-metadata .map.loading:before,
.source-metadata .loader:before,
.station-metadata .loader:before,
.loading:before{
font-family: 'Glyphicons Halflings';
display:inline-block;
content: "\e030";
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  
    -webkit-animation: infinite-spinning 1s infinite linear; 
    -moz-animation:    infinite-spinning 1s infinite linear; 
    -o-animation:      infinite-spinning 1s infinite linear; 
    animation:         infinite-spinning 1s infinite linear; 
}
.page-content.loading{
  position:relative;
  padding-top:100px;
}
.data-display-wrap{
position:relative;
min-height:350px;
}
.content.loading {
  min-height: 100px;
  position: relative;
}
.data-display .content.loading{
position:relative;
background:#ededed;
border-radius: 10px;
min-height:300px;
}
.data-display .content.error{
position:relative;
background:#ffffCC;
border-radius: 10px;
}
.data-display.preload {
  min-height:300px;
  background:#ededed;
  border-radius:10px;
  margin-bottom:20px;
}
.data-display .content.loading .loading:before{
display:none;
height:0;
}
.layer-data .data-display .content.loading,
.data-view-page .data-display .content.loading{
min-height:350px;
}
.layer-data .data-display.preload
.data-view-page .data-display.preload{
min-height:380px;
}
.station-metadata .data-display .content.loading{
min-height:270px;
}
.station-metadata .data-display.preload{
min-height:300px;
}
.modal-body .data-display .content.loading,
.station-sensor-metadata .data-display .content.loading{
min-height:410px;
}
.modal-body .data-display.preload,
.station-sensor-metadata .data-display.preload{
min-height:440px;
}
.station-sensor-metadata .data-display .content.loading:before{
margin-top:50px;
}
.active-data-layer .data-display .content-display{
min-height:390px;
}
.active-data-layer .data-display.preload{
min-height:420px;
}
.station-metadata.loading .loaded-content{
visibility: hidden;
}
.loading:before{
text-align:center;
position: absolute;
left: 50%;
top: 50px;
text-align:center;
color:#999;
display:block;
width: 20px;
margin-left: -10px
}
.loading.inline:before,
.authenticator form button.loading:before {
  position: initial;
  display: inline-block;
  width: 30px;
  margin-left: -10px;
  color: white;
  font-size:10px;
}
.loading.inline.loading-right:before{
  float:right;
}
.loading.loading-dark:before{
  color:#666;
}
.loading.inline:focus{
  outline:none;
}
.btn-default.loading.inline:before{
  color:#666;
}
body.loading:before{
content:'';
display:none;
}
body.portal-loading:before {
  content:'';
  position:fixed;
  top:40%;
  margin:0px auto;
  left:0px;
  right:0px;
  text-align:center;
  display:block;
  width:60px;
  height:60px;
  border-radius:10px;
  border:2px solid #ccc;
  background-image:url('../images/loader.large.gif');
  background-repeat:no-repeat;
  background-position:center;
  background-color: rgba(255,255,255,.5);
  box-shadow:0px 0px 10px #333;
}
#pre-load-message{
  display:none;
}
body.portal-loading #pre-load-message{
  display:block;
  top:40%;
  left:0;
  right:0;
  position:fixed;
  text-align:center;
  padding-top:75px;
  color:#999;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
}
.overlay-region{
  position:fixed;
  left: 10px;
  bottom:10px;
  background:#FFF;
}
#file_downloads.overlay-region{
  bottom:10px;
  right:10px;
  left:auto;
  z-index: 1000;
  box-shadow: 0 0 3px #999;
}
body.portal-map #file_downloads.overlay-region{
  bottom: 70px;
  right:370px;
  left:auto;
}
body.portal-map.map-legend-reduced #file_downloads.overlay-region{
  right:10px;
}
#file_downloads .head{
  background:#666;
  padding:8px;
  color:#FFF;
  font-size:12px;
  cursor:pointer;
}
#file_downloads .head .count{
  margin-top:8px;
  margin-right:5px;
}
#file_downloads .minimize .head h4,
#file_downloads .minimize .queue{
  display:none;
}
#file_downloads .head h4{
  font-size:14px;
  font-weight:bold;
}
#file_downloads .head .toggle{
  color:#FFF;
  opacity:.8;
  font-weight:normal;
  font-size:14px;
}
#file_downloads .queue{
  height:120px;
  overflow-y:scroll;
  width: 300px;
}
#file_downloads .queue div.item{
  border-bottom:1px solid #ccc;
  padding:5px 8px;
}
#file_downloads .queue div.item.highlighted{
  background:#FFFFCC;
}
body.page-loading.portal-loading:before,
body.loading.portal-loading:before{
display:none;
}
.msg {
  position:absolute;
  left:0;
  right:0;
  top:0px;
  bottom:0px;
  text-align:center;
  font-size:11px;
  color:#999;
  pointer-events:none;
}
.msg .msg-view{
padding-top:75px;
height:100%;
}
.msg .is-error{
background:#ffffdd;  
font-size:14px;
color:#660000;
}
.axis .tick line,
.axis path.domain{
  fill:none;
  stroke:#E0E0E0;
  stroke-width:.5px;
}
.axis text{
  font-family: Arial;
  font-size: 10px;
  fill:#999;
}
.axis .endpoint-ticks text{
  fill:#333;
}
.axis .dynamic .static .main-ticks .tick text{
  fill:#CCC;
}
.axis .dynamic.full-extent .static .tick text{
  fill:#e0e0e0;
}
.axis text.axis-label{
  fill:#999;
}
.usage-note,
.usage-note2,
.reload-status{
padding:10px;
border-bottom:1px dashed #CCC;
}
.usage-note .glyphicon,
.usage-note2 .glyphicon,
.reload-status .glyphicon{
margin-right:5px;
color:#999;
}
.carousel-caption{
  padding-top:0px;
}
.carousel-caption h3{
  font-size:12px;
  padding:0px;
  margin:0px;
  margin-bottom:4px;
  line-height:170%;
}
.carousel-caption p{
  font-size:11px;
}
.carousel-indicators li.active{
  height:10px;
  width:10px;
}
.carousel-indicators li{
  height:8px;
  width:8px;
}
.carousel-indicators{
bottom:0px;
}
.carousel-caption{
padding: 15px;
background: rgba(0,0,0,.3);
left: 0;
right: 0;
bottom: 0;
}
.carousel{
  padding-bottom: 35px;
}
.carousel.no-nav{
padding-bottom:0px;
}
.carousel-indicators li{
  border:1px solid #666;
}
.carousel-indicators li.active{
  background:#666;
}
.carousel-control .glyphicon{
  font-size:20px;
  line-height:30px;
}
.carousel-control{
  height:35px;
  top:auto;
  bottom:2px;
}
.carousel span.count-display{
  position:absolute;
  bottom:5px;;
  text-align:center;
  display:block;
  left:0;
  right:0;
  font-size:11px;
}
.carousel.caption-collapsed .carousel-caption h3,
.carousel.caption-collapsed .carousel-caption p{
  display:none;
}
.station-sensor-metadata .carousel.caption-collapsed .carousel-caption h3,
.station-sensor-metadata .carousel.caption-collapsed .carousel-caption p{
display:block;
}
.carousel  .caption-collapse:before {
  content:'x';
}
.carousel.caption-collapsed  .caption-collapse:before {
  content:'^';
}
.carousel.caption-collapsed .carousel-caption{
  background:rgba(0,0,0,.2);
}
.carousel .caption-collapse{
  width:30px;
  height:30px;
  display:block;
  position:absolute;
  right:0px;
  top:0px;
  font-size:16px;
  line-height:30px;
  cursor:pointer;
  opacity:.7;
}
.carousel.caption-collapsed .caption-collapse{
  opacity:1;
  font-weight:bold;
  font-size:18px;
}
.carousel .item.left .caption-collapse,
.carousel .item.right .caption-collapse{
display:none;
}
.station-sensor-metadata .webcam .carousel .item{
  display:block;
  margin:30px;
}
.station-sensor-metadata .webcam .carousel .carousel-caption,
.station-sensor-metadata .webcam .carousel.caption-collapsed .carousel-caption{
  position:initial;
  background:none;
  color:#333;
  text-shadow:none;
  display:block;
}
.station-sensor-metadata .webcam .carousel a.left,
.station-sensor-metadata .webcam .carousel a.right,
.station-sensor-metadata .webcam .carousel .carousel-indicators,
.station-sensor-metadata .webcam .carousel .caption-collapse{
  display:none;
}
.modal .downloads-content{
min-height:300px;
}
.modal .downloads-content h4 {
  font-weight: bold;
  font-size:14px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.modal .downloads-content{
padding-right:10px;
}
.modal .downloads-content .download-list:first-child h4{
border-top:none;
padding-top:0px;
}
.modal .download-item{
padding:10px 0px;
font-size:12px;
}
.modal .download-item .download-label,
.modal .download-item input{
width:170px;
display:inline-block;
}
.modal .download-item input{
margin-right:10px;
font-size:12px;
}
div#downloads-queue {
  position:fixed;
  z-index:2000;
  bottom:0px;
  right: 0px;
}
#downloads-queue .downloads-preview{
  width: 205px;
  background:#FFF;
  border-radius: 10px 0px 0px 0px;
  box-shadow:0 0 3px #333;
  
 }
 
#downloads-queue .downloads-preview h4{
  font-size:14px;
  font-weight:bold;
  border-radius:10px 0px 0px 0px;
  padding: 15px 0px 0px 15px;
  margin: 0px;
  padding-bottom: 20px;
}
