#header {
    position: relative;
    margin: 0px;
    padding: 20px 30px 20px 30px;
    background-color: var(--headerColor, rgba(10, 150, 195, 1));
}
.bodyDimension {
    height: 100vh;
    background: var(--bodyColor, #677a84);
}
#header .content .head-name h1.name-item.sitename {
    font-size: 26px;
    max-width: 400px;
}

#selectColors {
    margin-bottom: 25px;
}

#selectColors p {
    margin: 0em 0em 0.4em 0em;
}

.innerContent {
    min-height: calc(100vh - 299px);;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
#page-header .titulo-txt h2 {
    margin-bottom: 0px;
}
#page-header .blk-cell {
    display: table-cell;
    padding: 16px;
    vertical-align: middle;
    color: var(--textColor,white);
}
.button {
    background-color: var(--color-theme);
    color: white;
    border-radius: 4px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px;
    margin-left: auto;
}
.button a {
    color: white;
}
.button a:hover {
    text-decoration: none;
}
.dimensions {
    margin-top: 20px;
}
.dimensions h3 {
    font-weight: 500;
}
.formulario {
    margin-left: 10%;
    margin-right: 20%;
    margin-top: 30px;
}
.header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px groove var(--color-theme);
}
.header h4 {
    margin-bottom: 0px;
}
.items {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-theme);
    filter: brightness(120%);
    height: 30px;
    margin-top: 3px;
}
.icons {
    display: flex;
}
.icons a {
    margin-right: 5px;
    margin-top: 3px;
}
.center {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

#map {
    width: 100%;
    height: 100%;
}

.mainContent {
    width: inherit;
    display: flex;
}
.leftContent {
  width: calc(100vw - 75%);
  min-width: 472px;
  height: calc(100%);
  background: var(--bodyColor, #5e6e75);
  border-radius: 4px;
}
.rightContent {
  position: relative;
  width: calc(100vw - 25%);
  height: calc(100%);
}

.themes {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--textColor, white);
}

.fieldColumns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}
.fieldColumns label {
    display: block;
}
#camposInd {
    font-size: 22px;
    color: black;
    font-weight: 600;
}
.fieldColumns .btn-light {
    border: 1px solid #ccc;
}
/* ///////////////////////// RADIO BUTTONS */
/* The container */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
  }
  
  /* Hide the browser's default radio button */
  .containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .containerRadio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .containerRadio input:checked ~ .checkmark {
    background-color: var(--headerColor, #3a96c3);
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .containerRadio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .containerRadio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
      background: white;
  }

.subtheme {
    display: flex;
    color: var(--textColor, white);
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.subtheme-ind {
  color: var(--textColor, white);
  margin-top: 15px;
  margin-bottom: 5px;
}

.subtheme-ind h6 {
    margin: 0px;
    color: var(--textColor, white);
    margin-right: 12px;
    padding-top: 2px;
}

.radioButtons {
    display: flex;
}

/* ///////////////////////// COMBO SELECT */
.select-css {
  font-size: 14px;
  font-family: sans-serif;
  color: var(--buttonTextColor, white);
  line-height: 1.8;
  margin: 35%;
  padding: 4px 7% 4px 10px;
  width: 100%;
  letter-spacing: 2px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid var(--buttonTextColor, white);
  border-top-color: var(--buttonTextColor, white);
  border-right-color: var(--buttonTextColor, white);
  border-bottom-color: var(--buttonTextColor, white);
  border-left-color: var(--buttonTextColor, white);
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 0px 1px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../img/sort-down.svg);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  }
  .select-css::-ms-expand {
    display: none;
  }
  .select-css:hover {
    border-color: var(--textColor, rgb(141, 245, 228));
  }
  .select-css:focus {
    border-color: var(--textColor, rgb(141, 245, 228));
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: var(--buttonTextColor, white); 
    outline: none;
  }
  .select-css option {
    font-weight:normal;
    background: var(--buttonColor, rgb(32, 32, 32));
  }


/* //////////////////////// INDICADORES */

.indicadores {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}

/* ////////////////////////// GRAFICAS */

.graficas {
  padding: 10px;
  padding-top: 0px;
}

.labels {
    margin-top: 5px;
    color: var(--textColor, white);
}

/* ///////////////////////////// SPINNER */

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }
  
#spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    text-align: center;
    display: none;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
  }
  #centerSpinner{
    margin: 0;
    position: absolute;
    top: 50%;
    right: 45%;
    -ms-transform: translateY(-50%);
    transform: translate(-5%,-50%);
  }
.tabButtons {
  display: flex;
}
.btnTab {
  padding: 10px;
  color: var(--color-theme);
  font-size: 19px;
  cursor: pointer;
}
.selected {
  border-bottom: 3px ridge var(--color-theme);
}
.selected2 {
  border-bottom: 3px ridge lightgray;
}
.tabDiv {
  margin-top: 15px;
}
.indTab {
  color: black;
}
#ifChecked {
  margin-bottom: 40px;
  padding-bottom: 10px;
  height: fit-content;
  border-bottom: 2px solid lightgray;
}
.subthemes {
  width: 100%;
}
.levelFields {
  margin-top: 25px;
}
.xtc-nowrap {
  white-space: nowrap;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
}
#header .header-wrapper .content {
  justify-content: initial;
}
.labelSelect {
  letter-spacing: 2px;
  font-size: 16px;
}

#ifNotSubtheme {
  text-align: center;
  color: var(--textColor, white);
  margin-top: calc(100% - 285px);
}

#ifNotInd {
  text-align: center;
  color: var(--textColor, white);
  margin-top: calc(100% - 285px);
}

#header .content .head-name {
  position: relative;
  top: 35%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--textColor, white);
  margin: auto;
}

#clearSelection {
  position: absolute;
  top: 10px;
  z-index: 99998;
  left: 47px;
  border: 1px solid var(--buttonColor, black);
  color: var(--buttonColor, black);
  border-radius: 0px;
  padding: 10px;
  cursor: pointer;
  background: var(--buttonTextColor, white);
  font-weight: 700;
  letter-spacing: 2px;
}
.filterDiv {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  height: 100%;
  width: 350px;
  background: var(--bodyColor, #5e6e75);
  padding: 1em;
  transition: width 0.5s, padding 0.7s;
}
.filterDiv input {
  background: var(--bodyColor, gray);
  color: var(--textColor, white);
  border: 1px solid var(--textColor, white);
  padding: 6px;
  width: 100%;
  margin-top: 9px;
}
.filterDiv input::-webkit-input-placeholder { /* Edge */
  color: var(--textColor, white);
}

.filterDiv input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--textColor, white);
}

.filterDiv input::placeholder {
  color: var(--textColor, white);
}
.filterDiv h3 {
  margin: 0;
  color: var(--textColor, white);
  font-size: 25px;
}
.leaflet-control-better-scale {
  margin-right: 30px!important;
}
.leaflet-control-scalefactor {
  margin-right: 30px!important;
}
.filterDiv h4 {
  margin: 0;
  margin-top: 25px;
  color: var(--textColor, white);
  font-size: 20px;
  text-transform: capitalize;
}
.filterDiv span {
  color: var(--textColor, white);
  font-size: 14px;
}
.filterDiv label {
  color: var(--textColor, white);
}
.tab {
  height: 25px;
  width: 20px;
  position: absolute;
  top: 65px;
  left: -20px;
  background: var(--bodyColor, gray);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--textColor, white);
  padding-left: 3px;
  cursor: pointer;
}
.hidden {
  width: 0px!important;
  padding: 0px!important;
  border-left: 0px!important;
}
.contentList {
  max-height: 60%;
  overflow: auto;
}
#listSelect, #provList, #listDist {
  color: var(--textColor);
  text-transform: lowercase;
  list-style: none;
  padding: 0;
  font-size: 15px;
}
#listSelect li, #list li, #provList li, #listDist li {
  border-left: 1px solid var(--textColor, white);
  padding-left: 14px;
  margin-left: 15px;
  cursor: pointer;
}
#listSelect li:hover, #list li:hover, #provList li:hover, #listDist li:hover {
  color: var(--headerColor);
  border-left: 2px solid var(--headerColor, white);
}
#filterList {
  max-height: 20%;
  overflow: auto;
}
#list {
  list-style-type: none;
  padding: 0;
  text-transform: lowercase;
  color: var(--textColor);
  font-size: 15px;
}
#clean {
  position: absolute;
  right: 15px;
  top: 21px;
  font-size: 11px;
  cursor: pointer;
}
#clean:hover {
  text-decoration: underline;
}
.hideClean {
  display: none;
}
#prov, #provSelect, #distSelect, #dist {
  text-transform: uppercase;
  color: var(--textColor);
  margin-left: 10px;
  font-size: 16px;
  margin-top: 12px;
}

.distS {
  max-height: calc(35% - 40px);
}
.range-slider {
  width:300px;
  height:20px;
  margin:0 auto 1em;
  position:relative;
  cursor:e-resize;
}
.range-slider:before {
  content:"";
  display:block;
  position:absolute;
  top:9px;
  left:0;
  width:100%;
  height:2px;
  background-color: var(--textColor);
}
.range-slider span {
  display:block;
  height:inherit;
  position:relative;
  z-index:2;
  border-radius: 50%;
  border: 1px solid var(--textColor);
  background-color: var(--headerColor);
  cursor:inherit;
  width: 20px;
}
#opacity {
  position: absolute;
  height: 125px;
  width: 350px;
  bottom: 0;
  z-index: 9999;
  background: var(--bodyColor);
  padding: 20px;
  border-top-right-radius: 5px;
  border-left: 1px solid var(--headerColor);
  transition: all 0.4s;
}
.leftTab {
  height: 25px;
  width: 20px;
  position: absolute;
  top: 15px;
  right: -20px;
  background: var(--bodyColor, gray);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: var(--textColor, white);
  padding-right: 3px;
  cursor: pointer;
}
#opacity h3 {
  text-transform: uppercase;
  color: var(--textColor);
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 23px;
  letter-spacing: 2px;
}

.layerItem .checkbox {
    display: inline-block;
    min-height: 5px;
}

#select-div {
    margin: 10px 0px;
}

#selected-list {
    border: solid 1px lightgray;
}

#panelLayers .rowlegend .rlayer {
  width: 10px;
  height: 10px;
  float: right;
  margin-right: 3px;
  margin-top: -18px;
  color: rgba(85, 85, 85, 0.67);
  font-size: 14px;
  cursor:pointer;
}

.panelLayers {
    font-size: 12px;
    color: white;
}