.nav-tabs[class*="bg-"] > .active > a,
.nav-tabs[class*="bg-"] > .active > a:focus,
.nav-tabs[class*="bg-"] > .active > a:hover {
  background-color: #78909c;
  border-width: 0;
  color: #fff;
  box-shadow: inset 0px 1px 5px rgb(0 0 0 / 30%);
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("https://hosbec.optimizadata.com/images/optimizadataloading.gif") 50% 50% no-repeat white;
  opacity: 1;
}
.bg-slate2 {
  background-color: #90a4ae;
  border-color: #90a4ae;
  color: #fff;
}

.color_facebook {
  color: #3b5998 !important;
}

.color_instagram {
  color: #f77737 !important;
}

.color_twitter {
  color: #00acee !important;
}

.color_web {
  color: #f9ab00 !important;
}

.color_youtube {
  color: #c4302b !important;
}

.color_linkedin {
  color: #0072b1 !important;
}

.color_tiktok {
  color: #000000 !important;
}

#select2-basededatos-container {
  min-width: 250px;
}

.bootstrap-select.btn-group .dropdown-menu > .selected > a,
.ranges ul li.active {
  background-color: #546e7a !important;
}

.bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #546e7a !important;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #546e7a !important;
  box-shadow: 0 1px 0 #546e7a !important;
}

.select2-results__option[aria-selected="true"] {
  background-color: #546e7a !important;
}

.daterangepicker td.active {
  background-color: #546e7a !important;
}

.navbar-right {
  height: 15px;
  margin-top: 3px;
}

.pdd-top {
  padding-top: 7px !important;
}

.pdd-bottom {
  padding-bottom: 5px !important;
}

.pdd-user {
  padding-top: 3px !important;
  padding-bottom: 5px !important;
}

.span_custom {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #999 !important;
}

.display-none {
  display: none !important;
}

/* COLOR TAB NAV */
.nav-tabs.nav-tabs-bottom > li.active > a:after {
  background-color: #546e7a !important;
}

/* FIN COLOR TAB NAV */
/* STYLE MAPA */
.my-legend .legend-title {
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 90%;
}

.my-legend .legend-scale ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.my-legend .legend-scale ul li {
  display: block;
  float: left;
  width: 25%;
  margin-bottom: 6px;
  text-align: center;
  font-size: 80%;
  list-style: none;
}

.my-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 15px;
  width: 100%;
}

.my-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
}

.my-legend a {
  color: #777;
}

.default {
  fill-opacity: 1;
  fill-rule: evenodd;
  stroke: #000000;
  stroke-width: 0.60000001999999997;
  stroke-miterlimit: 4.1500000999999997;
  stroke-dasharray: none;
  stroke-opacity: 1;
}

.color-default {
  fill: #e2dfd6;
}

.color-lowest {
  fill: #a9dfbf;
}

.color-low {
  fill: #27ae60;
}

.color-medium {
  fill: #1e8449;
}

.color-highlight {
  fill: #145a32;
}

.background-default {
  background: #e2dfd6;
}

.background-lowest {
  background: #a9dfbf;
}

.background-low {
  background: #27ae60;
}

.background-medium {
  background: #1e8449;
}

.background-highlight {
  background: #145a32;
}

.dropdown-menu > .active > a,
.navbar-default .navbar-nav > .active > a:after {
  background-color: #455a64 !important;
}
.menu-list li.active>a, .menu-list li.active>a:focus, .menu-list li.active>a:hover {
  background-color: #455a64 !important;
}

/* FIN STYLE MAPA */
.display_form {
  display: flex;
  justify-content: flex-end;
}

.width_100 {
  width: 100%;
}

.content_wrap {
  max-width: 500px;
  white-space: normal !important;
  text-align: justify;
}

/* iframe {
display: block;
border: none;
height: 45vh;
width: 100vw;
} */

.padding_b0 {
  padding-bottom: 0 !important;
}

/* STYLE TABLE */
tr.even {
  background: #f9f9f9;
}

.table > thead {
  background: #455a64;
  color: #ffffff;
}

.table-condensed > thead {
  background: #455a64;
  color: #ffffff;
}

/* COLORES CALENDARIO */

.daterangepicker .table-condensed .month,
.daterangepicker th {
  color: white !important;
}

/* FIN COLORES CALENDARIO */

.center-header-table {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  width: 100%;
}

.center-header-table-comun,
.center-header-table-audiencia {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 0 0px;
  width: 100%;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 5px 10px !important;
}

table.dataTableThead thead th {
  padding: 10px 10px !important;
}

/* STYLE SELECTOR COLUMNAS TABLA */
.dt-button-collection {
  padding: 2px 0 !important;
}

.dt-button-collection > .dt-button {
  width: 100%;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  margin: 2px 0px;
  /* padding: 5px 15px !important; */
}

.dt-button-collection > .dt-button.active {
  color: #fff !important;
  background-color: #455a64 !important;
}

.media-left {
  padding-right: 10px !important;
}
.min_height_table {
  min-height: 491.14px !important;
}
/* FIN STYLE SELECTOR COLUMNAS TABLA */
/* STYLE INPUT TABLA AUDIENCIA */
.center-header-table-audiencia .dataTables_filter input {
/*   outline: 0; */
  width: 100px;
  /* height: 38px;
  padding: 8px 0;
  padding-right: 24px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333;
  background-color: transparent;
  border: 1px solid transparent;
  border-width: 1px 0;
  border-bottom-color: #ddd; */
}
/* FIN STYLE INPUT TABLA AUDIENCIA */
