html, body, #container {
  height: 100%;
  width: 100%;
/*   overflow: hidden; */
}

body {
  padding-top: 50px;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}

#sidebar {
  width: 375px;
/*   height:calc(100vh); */
  height: 100%;
  max-width: 100%;
  min-width: 20%;
  float: left;
  overflow:scroll;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;

}

#map{
  max-width: 100%;
  min-width: 60%;
/*   height: 100%; */
/*   height:calc(100vh); */
  min-height: 100%;
/*
  overflow-x: auto;
  overflow-y: auto;
 */
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	margin-left: 0%;
	z-index: 20001;
	background-color: rgba(255, 255, 255, 0.5);
}

.loading-indicator{
	position: relative;
	top: 45%;
	width: 90%;
	margin: 0 5% 0 5%;
}

#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.feature-row {
  cursor: pointer;
}
.bo-panel {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0.5em;
  clear:left;
}
.leaflet-control-layers-separator{
  clear:left;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.leaflet-control-layers-expanded{
  padding-bottom:30px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar h1{
  margin-top:	0px;
  margin-bottom: 0px;
  font-size: large !important;
}
.navbar-icon-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: large;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
/* Start of map dropdown menu fix */
.navbar-nav>li>a {
    color: #ffffff !important;
}
.dropdown-menu {
  color: white;
  border: 0px;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu>li>a {
  margin-right:.6em;
}

.dropdown-menu>li>a {
  color: white;
}

.dropdown-menu>.collection-li {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  padding-bottom: 2px;
}

.dropdown-menu>.theme-li {
  list-style-type: circle;
  margin-left: 4em;
  margin-right:.6em;
}

.dropdown-menu>.theme-li>a{
  padding-left: .1em;
}

.dropdown-menu>.collection-li>a:hover,
.dropdown-menu>.collection-li>a:focus,
.dropdown-menu>.theme-li>a:hover,
.dropdown-menu>.theme-li>a:focus{
  box-shadow: 2px 4px 6px 0px rgba(24, 32, 76, 0.30);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: initial;
  color: #ffffff;
}

.dropdown-menu>#navbar-maps{
  box-shadow: 6px 6px 6px 0px rgba(24, 32, 76, 0.60);
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #003246;
}
.collection-accent{
   background-color: #337ab7;
}

#map-menu{
  display: block !important;
}

/* end of map dropdown fix */

.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
  font-size: 18px;
  }
}
@media (max-width: 767px){
  #sidebar {
  display: none;
  }
  .url-break {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
    hyphens: auto;
  }
  .dropdown-menu a i{
  color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
  display: none !important;
  }
  .leaflet-control-container {
  display: none !important;
  }
}

/*  overrides  and customizations  */

.navbar-inverse {
  background-color: #225d87;
  border-color: #fff;
}

.dropdown-menu{
  z-index:9999
}

.button-wrapper-map{
  top: 10px;
  position: relative;
  float:left;
  margin-left:3px;
  z-index: 1000;
  display:none;
}

.button-wrapper-tab{
  top: 10px;
  position: absolute;
  left:92%;
  z-index: 1000;
}

#lu-chart-1{
  border-top-color:#336699;
  border-top-style:solid;
  border-top-width:thin;
}

#animation-controls,#lu-year-control, #luc-controls, #ls-lndr-control{
  padding-bottom: .4em;
  padding-top: .1em;
  background: #225d87;
  clear:both;
  border-top-color:#fff;
  border-top-style:solid;
  border-top-width:3px;
  border-radius: 6px 6px  6px 6px
  -moz-border-radius: 6px 6px  6px 6px ;
  -webkit-border-radius: 6px 6px  6px 6px ;
  text-align:center;
}
#animation-controls,#lu-year-control{
  display:none;
}
#animation-controls h4,#lu-year-control h4, luc-controls h4,#ls-lndr-control h4{
  font-size:small;
  margin:0 auto;
  padding: 3px 0 3px 0;
  text-align:center;
  font-style:italic;
  color: #fff;
  background-color: #225d87;
  opacity:.9;

}
#btn-stop{
  display:none;
}
#btn-play{
  padding-left:.5em;
}
#btn-play i{
  margin-top:-2px;
}
#lu-charts{
  margin:0;
  padding:0;
  top:0;
  left:0;
  position:relative;
}
#lu-chart-1,#lu-chart-2{
  margin-top:6px;
  top:0;
  left:0;
  width:100%;
}
#lu-chart-2{
  display:none;
}
#lu-controls{
  clear:both;
}
#animate-legend{
  color:#fff;
  top: 4%;
  left: 1em;
  width:70%;
  padding-left: 1em;
  text-align:left;
  font-size:large;
  position: relative;
  margin-left:3px;
  z-index: 9999;
  background-color: rgba(51, 70, 89, 1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  opacity: .8;
}

.red{
 color:#ff0000;
 font-weight:bold;
}

.right{
  float: right;
  font-size: smaller
}

.icon{
  margin-right: .7em;
  color:#00F;
  font-size:smaller;
}
.toggle-image {
  float:left
}

label[for=off]{
  padding-right:2em;
  color:#fff;
}
.panel-body{
  padding-top: 5px;
}
.red{
  color:#F00;
}
.gray{
  color:#f2f2f2;
}
.white{
  color:#fff;
}
.blue{
  color:#336699;
}
.animate-radio{
  color: #fff;
  cursor: default;
  display: block;
  fill: rgb(51, 122, 183);
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 17px;
  line-height: normal;
  opacity: 1;
  text-align: left;
  text-anchor: end;
  text-overflow: clip;
  transform-origin: 0px 0px;
  white-space: nowrap;
  float:left;
  clear:none;
}

#feature-label-1{
  color:#003366;
  font-size:large;
  font-weight:bold;
}

#feature-label-2{
  color:#003366;
  font-size:smaller;
  font-weight:bold;
  clear:both;
}

#feature-trash-1, #feature-trash-2 {
  display:none;
  margin-left:3px;
}

#radio1, #radio3,{
  display: -webkit-inline-box;
}

#radio1{
  margin-left: 10px;
}

#radio3{
  margin 0 auto;
}

#radio2{
  padding-left:.5em;

}
.leaflet-control-view-center {
  background-image: url('/assets/img/nj-small.png');
}

#field1-container{
  clear:both;
  display:inline-block;
}

.ui-slider{
  background-color:#fff;
  color:#fff;
  border-color:#000;
  float: left;
  width: 6em;
}

.small-font{
  font-size:xx-small;
  font-style:italic;
}

fieldset {
  overflow: hidden;
}

label {
  float:left;
  clear:none;
  display:block;
  padding: 2px 1em 0 1px;
}
input[type=radio], input.radio {
  float:left;
  clear:none;
  margin: 2px 0 0 2px;
}

#land-use-download{
  display: none;
}

.leaflet-container{
  background-color: rgba(51, 70, 89, 1);
}

#aboutModal{
  z-index:10000;
}
#about-btn,  #downloadDrop{
  color: #fff;
}

/*   tabs section  */

#tabs {
  margin: 0;
  padding: 0;
}

#tabs li{
  margin: -.1em;
  padding: 0;
}
.notice{
  color:#900;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 1em  .5em .5em  .5em;
}
.tab {
  display: inline-block;
  zoom:1;
  *display:inline;
  margin-top:4px;
  background:  rgba(51, 70, 89, 1);
  border: solid 1px  #ffffff;
  border-bottom: solid 2px  #ccc;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  font-style:italic;
}

.ui-tabs-panel{
  margin:0;
  padding:0 !important;
  background:  rgba(51, 70, 89, 1);
  background-color:#FFF;

}
.ui-tabs-nav{
  background:#FFF;
  border:none;
}
.ui-tabs-anchor{
  color:#FFF !important;
  background-color:#225d87;
  border-color:#fff;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
}
.ui-tabs-anchor a{
  color:#FFF !important;
}
.ui-state-active a{
  color:#FFF !important;
  background-color: #337ab7;
}
.tab a {
  font-size: 14px;
  color:#fff;
  line-height: 2em;
  display: block;
  padding: 0 .3em 0 .3em;
  outline: none;
  margin: 0;
}
.tab a:hover {
  text-decoration: underline;
}
.tab.active {
  background:#225d87;
  padding-top: 3px;
  position: relative;
  top: 4px;
  border-bottom: solid 1px  #fff;
}
.tab a:active {
  font-weight: bold;
  background: #fff;
}

.ui-tabs {
  background: #fff;
  border:none;
  padding: 0;
  margin:0;
  border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}

#disaster-message
{
 width:50%;
 height:50%;
 margin:0 auto;
 background:#f7f7f7;
 position:absolute;
 left:50%;
 top:50%;
 margin-left:-25%;
 margin-top:-250px;
 z-index:99999;
 display: none;
}
#main-content{
 background-color: #ccc;
}
#chart-bed{
 height:100%;
 display:block;
 float:left;
}
 #grid-bed{
 display:block;
 height:100%;

 max-width:60%;
/*  float:right;
 */
 overflow-x: scroll;
}
#info-box{
display: flex;
height: 10%;
width: 10%;
margin: 20px,0,0,20px;
background-color: #ccc;
z-index: 9999;
}
#lu-chart-controls{
 width: auto;
 height:100%;
 min-height:100%;
 background-color: #fff;
}

label.radio-inline {
  background-color: #fff;
  color:#282828;
  cursor: pointer;
  font-weight: 400;
  font-size:smaller;
  margin-top: 10px !important;
  margin-right: 2%;
  margin-left:0;
  padding: 10px 10px 10px 30px;
  border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
 }
label.radio-inline.checked{
  background-color: #ddd;
  color: #fff !important;
  text-shadow: 1px 1px 2px #000 !important;
 }
.radio-inline + .radio-inline {
  margin-left: 0;
 }
.columns label.radio-inline {
  min-width: 190px;
  vertical-align: top;
  width: 100%;
 }

 .highcharts-container{
   overflow-x: visible !important;
   overflow-y: scroll !important;
   width: 100% !important;
   height: 100% !important
}

.small-icon{
  font-size: 70%;
  vertical-align: top;
  color: blue;
  margin-top:2px;
}