#sidebar {
  width: 400px;
}

.panel-heading{
   width: 450px;
}
.panel-body{
  width: 450px;
  margin-bottom: 15px;
}
.feature-row {
  cursor: pointer;
  width: 450px;
}
.feature-row:hover {
  color: rgb(211, 105, 29);
  text-decoration: underline overline;
}

/* Query widget */
#btnRunQuery {
  position: absolute;
  margin-top: 10px;
  margin-left: 305px;
  z-index: 1001;
}

.pagination, .dataTables_info {
  font-size: 10px;
}

/* Shift the Data Tables Search box to the left to fit the narrow sidebar */
#tblQueryResults_filter {
  margin-left: -28px;
  margin-top: 10px;
}

table.dataTable {
	font-size: 12px;
}

div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
}

#drawQueryWidget {
  display: none;
  height: 20px;
  margin-top: 10px;
}

#queryDrawControlHelp {
  position: absolute;
  top: 35px;
  left: 35px;
}

.legend {
  text-align: left;
  line-height: 18px;
  color: #555;
  background-color: #727272;
  padding: 10px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.leaflet-bookmarks-control .bookmarks-icon-wrapper {
  position: absolute;
  top: 3px;
  left: 3px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  display: none;
}

#filterOutput {
  margin-top: 15px;
  font-style: italic;
  font-size: 14px;
  color: white;
  padding: 15px;
  display: none;
}


#refreshButton {
  position: absolute;
  top: 17%;
  right: 15px;
  /* padding: 10px; */
  z-index: 400;
}
.titulo{
  position: absolute;
  top: 2%;
  left: 10%;
  width: 70%;
  z-index: 900;
  background-color: #f7f7f721;
  text-align: center;
  color: #000;
}

.info-tabla{
  height: 250px;
  width: 45%;
  background-color: #f7f7f721;
  position: absolute;
  z-index: 900;
  left: 1%;
  bottom: 5%;
}


.boton{
  background-color: #0099ba;
  color: #fff;
}
.boton:hover{
  background-color: #0099ba;
  color: #fff;
}

.dropdown-item.active{
  background-color: #0099ba;
  color: #fff;
}

.card-header {
  background-color: rgb(0 153 186);
  border-bottom: 1px solid rgba(0,0,0,.125);
  color: #fff;
}
label {
  color: #999;
}

.error {
  border: 1px solid  #ff0000;
}