/* styles.css */

h4, h5, p {font-family: 'Raleway', sans-serif;}
h5 {font-size:1rem;}

.hidden {display:none;}
.smaller {font-size:.7rem;}

/* base */
.navbar {
  min-height: 0px !important; background: azure;
  padding-top: 0; padding-bottom: 0.1rem; font-family: 'Raleway', sans-serif; }
.navbar-nav {padding-top:0 !important; padding-bottom:.2rem !important;}
/* .navbar-nav > li > a {padding-top:0 !important; padding-bottom:.2rem !important;} */
header { border-bottom: 2px solid #e8e8e8; }



#names {
  background-color:oldlace; font-size:.8rem; max-height:75px; overflow-y:scroll;
}
#map {
  position:relative; top:0; bottom:0; left:0; height:calc(90vh);
  width: calc(100% - 200px); z-index: 1000; background:aliceblue;
}
#map_home.leaflet-container {height:100%;)}
#slider {position: absolute; top: 25px; right: 70px; z-index: 400; }
#map_title {font-size:small;}
#sidebar { position:relative; right:0; top:0; overflow-x: hidden; overflow-y: auto;
  padding: 8px; background: #f8f8f8; width:200px;}
.metadata {position: absolute; background:ivory; bottom:0; height:130px;
  margin-left:-8px; font-size:smaller; width: 100%; padding: 8px;
  border-top: 1px solid #ddd;}
.table-sm {font-size: .8rem;}
.sectionheader {font-size: .6rem; color: #993333;}

#tab_bench {
  background-color:#fff; padding:4px; font-size:smaller;
  border-left:1px solid #eee; border-right:1px solid #eee;
}
#scope_btns {border-bottom:1px dashed #ddd;}


/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'EB Garamond', serif*/;

/* autocomplete stuff */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*ui-menu,ui-widget ui-widget-content ui-autocomplete ui-front*/
.ui-widget, 
.ui-widget-content {z-index: 9999 !important; font-family: 'Raleway', sans-serif; font-size:.8rem;}