body {
  margin-bottom: 15px;
}

.nav-tabs > li {
  
}

.nav-tabs > li > a {
  color: #4a4a49;
  font-size: 18pt;
}

.nav-tabs > li.active > a {
  color: rgb(102,159,209) !important;
}


.pressed {
  background-color: #ffbbbb !important;
}

tr.odd {
  background-color: white !important;
}

.bttn-simple.bttn-primary {
  background: rgb(102,159,209);
}

.bttn-simple.bttn-default {
  background: rgb(102,159,209);
}


#mymap { 
  height: calc(90vh - 18pt) !important;
}

table.dataTable tbody tr { background-color: rgba(255,255,255,0.5) !important;}

.panel {background-color: rgba(255,255,255,0.5) !important;}

.shiny-notification{
  position: fixed;
  top: 33%;
  left: 33%;
  right: 33%;
}

.downloadTab .bttn-primary {background-color: rgb(180,216,0)}

            