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;
}

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: 16.25%;
  min-width: 330px;
  background-color: #e7f7fd;
  text-align:left;  
}

.navigation-bar img{
  width: 100%;
  position: relative;
  margin-bottom: -5px;
}

.navigation-bar ul {
  padding: 0;
  margin: 0;
  text-align: left;
  display:block;
}

.navigation-bar ul.sub {  
  text-align: left;
  display:block;
}

.navigation-bar ul.sub li a{
    font-size: 16px;
    margin-left: 3%;
}

.navigation-bar ul.sub li:hover {
    background-color: rgba(20, 117, 159, 0.15);
    width: auto;
}

.navigation-bar li {
  background-color: #94ddf8;
  list-style-type: none;
  padding: 0;
  display: block;
}

.navigation-bar li a {
  color: black;
  font-size: 18px;
  font-family: "etelka_textregular",Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  line-height: 50px;
  padding: 5px 15px;
  opacity: 0.7;
}

.navigation-bar li:hover {
    background-color: #8bd3f1;
    width: auto;
}

.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%;
}

.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;
}
