html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#sidebar {
  display: block;
  width: 250px;
  height: 100%;
  max-width: 100%;
  float: left;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading{
   width: 250px;
}
.panel-body{
  width: 250px;
}
.feature-row {
  cursor: pointer;
  width: 250px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0px;
  overflow: auto;
  background-color: #FFFFFF;  
}
.table {
  margin-bottom: 0px;
}

.typeahead {
  background-color: #FFFFFF;
}

@media (max-width: 767px){
  #sidebar {
    display: none;
  }
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#mapid { 
  height: 180px; 
  margin: 0 0 10px 0;
}

#map {
    //width: 800px; 
    width: auto;    
    height: 600px; 
    border: 1px solid #ccc;
}

