body {
    background-color: white;
    margin: 0;  /* t r b l */
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.nowrapParent{
  float: left;
  overflow: visible;
  white-space: nowrap;
}

.rowT1{
  display: inline-block;
  position: relative;
  width: 80%;
  min-width: 400px;
  white-space: nowrap;
  overflow: visible;
}

#title{
  width: auto; 
  height: auto;
  color: #00284d; 
  font-family: 'etelka_textregular',Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 18px; 
  text-align: justify;
  /*word-break: break-all;*/
  white-space: normal;
}

p {
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: 'etelka_textregular',Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 14px; 
  color: #303030;
}

.notes{
  width: auto; 
  height: auto;
  color: #303030; 
  font-family: 'etelka_textregular',Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 13px; 
  text-align: justify;
  /*word-break: break-all;*/
  white-space: normal;
}

hr {
  display: block;
  margin-top: -1px;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  color: #8bd3f1;
  opacity: 0.4;
  margin-left: 0.4%;
}

.navigation-bar{
  display: inline-block;
  position: absolute;
  width: 28%;
  min-width: 330px;
  max-height: 100%;
  background-color: white;
  text-align:left;  
}

.navigation-bar img{
  width: 100%;
  position: relative;
  margin-bottom: -5px;
}

ol {
  margin-left: 5%;
  padding: 5px;
}

li{
  padding: 1%;
}

.imgContainer{
  width: auto; 
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: left;
  background-color: #ffffff;
}

.imgContainer img{
    height: 45px;
    width: auto !important;
    padding: 10px;
}

.sidebarContent {
  margin: 5%;
  margin-top: 2%;
  margin-bottom: -3%;
  padding: 0 10px 0 10px;  /* t r b l */
  display: block;
}

#RB, #scn {
  display: block;
  position: relative;
  width: 250px;
  color: #303030;
  font-family: "etelka_textregular",Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 13px;
  line-height: 18px;
  border: 4px;
  padding: -1px;
}

#RB input, #scn input {
  cursor: pointer;
  -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
  transform: scale(0.8);
  text-align: center;
  vertical-align: middle;
  margin: -1px 0 0 0; /* t r b l */
}


#mapContainer {
  position: relative;
  display: block;
  width: 100%;
  /*margin-left: 1%;*/
  /*margin-left: 17%;*/
}

@media (min-width: 1200px) {
  .sidebar {
    width: 25.5% !important; } }

.sidebar-header {
  background-color: #69bce2 !important; 
}

.sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
  background-color: #94ddf8 !important; 
}

.sidebar-left {
    left: -2px !important;
    /*top: 34px !important;*/
    top: -2px !important;
    bottom: 0 !important;

}

  .sidebar.collapsed {
    width: 40px !important; }


#mapdiv{ 
margin-left: 0.5%;
}

#tabdiv{ 
  margin-left: 1%;  
  width: 98% !important; /*75%*/
  font-size: 13px; 
  font-family: "etelka_textregular",Helvetica Neue,Helvetica,Arial,sans-serif;
  position: absolute;
}

.info { 
  padding: 6px 8px; 
  font: 12px/14px Arial, Helvetica, sans-serif; 
  background: white; 
  background: rgba(255,255,255,0.8); 
  box-shadow: 0 0 15px rgba(0,0,0,0.2); 
  border-radius: 5px; 
} 

.info h4 { 
  margin: 0 0 5px; 
  color: #777; 
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.text-wrap{
    white-space:normal;
}

.width-for-DT{
    width: 60%;
}

.leaflet-popup{
    white-space: normal;
}

.selectize-dropdown,
.selectize-input{
    font-family: "etelka_textregular",Helvetica Neue,Helvetica,Arial,sans-serif !important;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    white-space: normal;
}