/* 1e963f */
/* d7da2f */
/* afcb52 */
.listado-aegs {
  max-height: 160px;
  overflow: auto;
  width: 100%;
}
.cabecera-fixed {
  position: sticky;
  top: 0px;
  z-index: 999;
  background: white;
}

body.home #DataTables_Table_0_wrapper .row:first-child {
    position: sticky;
    background: white;
    top: 56px;
    z-index: 9;
}
.row.no-border {
  margin-right: 0;
  margin-left: 0;
}
.panel-parques-encontrados {
  position: absolute;
  right: 0;
  z-index: 999999;
  background-color: white;
  width: auto;
  min-width: 33px;

}
#close-results {
  height: 30px;
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 3px;
  font-size: 20px;
  cursor: pointer;
  z-index: 9;
}

body.home #DataTables_Table_0_wrapper > .row div.col-md-6:first-child {
  display: none;
  width: 0px;
}
body.home #DataTables_Table_0_wrapper > .row div.col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
body.home .dataTables_wrapper .dataTables_filter {
float: left;
text-align: left;
}
body.home .dataTables_wrapper .dataTables_filter label {
  color: white;
}

body.home table.dataTable thead th, table.dataTable thead td {
    padding: 0px 18px;
    border-bottom: 1px solid #111;
}
#close-results .fa-chevron-left {
  display: none;
}
#close-results .fa-chevron-up {
  display: none;
}
#close-results .fa-chevron-down {
  display: none;
}
#close-results .fa-chevron-right {
  display: block;
}
#close-results.oculto .fa-chevron-left {
  display: block;
}
#close-results.oculto .fa-chevron-right {
  display: none;
}
.col-md-2.no-border,
.col-md-10.no-border,
.col-md-12.no-border {
  padding-left: 0;
  padding-right: 0;
}
a.black {
  color: black;
}
.resultado-busqueda {
  padding: 10px 15px;
  padding-left: 30px;
}
.resultado-busqueda.active {
  background: rgba(175, 203, 82, 0.2);
  border-radius: 5px;
}
#parques-encontrados {
  height: 80vh;
  overflow: auto;
}
li.resultado-busqueda::before {
  left: 10px;
}
.red {
  color: red !important;
}
.pull-right {
  float: right;
}
.color-corp {
  color: #1e963f;
}

.color-corp2 {
  color: #afcb52;
}

.row.row-no-margin {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.bold {
  font-weight: 700;
}
th.cabecera {
  text-align: center;
  margin-right: 2px;
}
html body,
html body .leaflet-container {
  background: #fff;
  font-family: Raleway, Verdana, sans-serif;
  font-size: 0.85rem;
}

#img-aerogenerador {
  max-height: 610px;
}
html body .btn-primary {
  color: #fff;
  background-color: #1e963f;
  border-color: #1e963f;
}
html body p.title { display: none; }
html body .btn-primary:hover {
  color: #fff;
  background-color: #afcb52;
  border-color: #afcb52;
}
a.enlace-en-tabla,
a.enlace-en-tabla:hover,
a.enlace-en-tabla:active {
  color: #000;
  text-decoration: none;
}
html body.ficha-parque .table td,
html body.ficha-parque .table th {
    border: 1px solid #dee2e6;
}
html body .progress-bar.progress-bar-danger {
    background-color: #df2e26;
}
html body .progress-bar.progress-bar-warning {
    background-color: #ec671a;
}
html body .progress-bar.progress-bar-info {
    background-color: #f4aa2f;
}
html body .progress-bar.progress-bar-normal {
    background-color: #f7ed2c;
}
html body .progress-bar.progress-bar-success {
    background-color: #9ec93c;
}
#panelinfo th {
  font-weight: normal;
  border-top: none;
}
.no-disponible {
  color: silver;
  font-weight: normal;
}
.nire-disabled {
  opacity: 0.6;
}
html body .btn-primary.nire-disabled:hover {
    color: #fff;
    background-color: #1e963f;
    border-color: #1e963f;
}
html body .btn-primary.disabled,
html body .btn-primary:disabled {
    color: #fff;
    background-color: #1e963f;
    border-color: #1e963f;
}
.h3,
h3 {
  font-size: 1.5rem !important;
}

h2.titulo-popup {
  color: #1e963f;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

i {
  color: #afcb52;
  min-width: 25px;
}

#form-search {
  display: contents;
}


@media screen and (max-width: 680px) {
  #form-search {
    display: flex;
  }
  #listado-parques {
    margin-bottom: 40px;
  }
  #close-results .fa-chevron-up {
    display: block;
  }
  #close-results .fa-chevron-down {
    display: none;
  }
  #close-results .fa-chevron-left {
    display: none;
  }
  #close-results .fa-chevron-right {
    display: none;
  }
  #close-results.oculto .fa-chevron-left {
    display: none;
  }
  #close-results.oculto .fa-chevron-down {
    display: block;
  }
  #close-results.oculto .fa-chevron-up {
    display: none;
  }
  #parques-encontrados {
    max-height: 35vh;
    height: auto;
    overflow: auto;
    min-height: 8px;
  }
  #close-results {
    height: 30px;
    width: 30px;
    position: absolute;
    top: unset;
    left: calc(50% - 15px);
    font-size: 20px;
    cursor: pointer;
    z-index: 9;
    bottom: -4px;
}
  .img-user-head {
    width: 50px;
  }
  .user-login {
    display: none;
  }
  .text-center-head {
    text-align: center;
  }
}

#search {
  display: initial;
  width: 250px;
  margin-left: 8px;
  max-height: 32px;
  padding-top: 2px;
}

header {
  border-bottom: 5px solid #1e963f;
  background: #f3f1f1;
  padding: 5px 10px;
}

header-rgpd {
  color: #1e963f;
}

.slogan {
  font-size: 11px;
  margin-bottom: 0px;
}

footer {
  background: #f3f1f1;
  padding-bottom: 10px;
  bottom: 0px;
  width: 100%;
}

html body .spinner-border {
  display: none;
}

ul {
  padding: 0;
  list-style: none;
}

.dataTables_paginate ul li {
  padding-left: inherit !important;
}
ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: .8rem;
}

ul.ul-popup li::before {
  content: none;
}

ul.ul-popup li {
  padding-left: 25px;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  position: relative;
}

ul.ul-popup li i {
  position: absolute;
  left: 0;
}
body.revision ul li::before {
  content: none;
}

.dataTables_paginate ul li:before {
  content: none;
}
/*
ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: #d7da2f;
  display: block;
  position: absolute;
  left: 0;
  font-weight: 900;
}
  */
ul#menurul li {
  padding-left: 0px;
}
ul#menurul li:before {
  content: none;
}

.user-login {
  font-size: 12px;
}

/*HOME*/
.content #windy .leaflet-popup-content-wrapper {
  padding: 10px 20px;
}

.content #windy .leaflet-popup-content {
  margin: 20px 10px;
}

.content #windy .leaflet-popup-content h3,
.content .panel h3 {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.content .panel h3 {
  margin-bottom: 2rem;
}

.content #windy .leaflet-popup-content h3:after,
.content .panel h3:after,
h2.titulo-popup::after {
  content: '';
  height: 3px;
  background-color: #afcb52;
  width: 50px;
  display: block;
  margin-top: 0.3rem;
}

html body #windy .leaflet-popup-content a.btn-primary {
  margin-top: 15px;
}

.content #windy .leaflet-container a.leaflet-popup-close-button {
  right: 5px;
}

/*HOME: panel*/
.home .content .panel {
  width: 90%;
  left: 0%;
  opacity: 1;
  padding-top: 20px;
  max-width: 650px;
  z-index: 9999;
}


@media screen and (min-width: 1240px) {
  .content .panel {
    width: 50%;
    left: 0px;
    max-height: 717px;
    overflow: auto;
    height: 100%;
  }
}

/*
.content .panel .datos_parque,
.ficha-parque .datos_parque {
  max-width: 400px;
  min-width: 400px;
}
*/

.content .panel .datos_parque p,
.datos_parque li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 1rem;
}

/*
.content .panel .datos_parque p i,
.datos_parque li i {
  position: absolute;
  left: 0;
  font-size: 1.5em;
  width: 25px;
  text-align: center;
}
*/

.datos_parque ul li {
  font-weight: bold;
  color: #000;
}

.datos_parque ul {
  margin-bottom: 7px;
  margin-top: 2px;
}

.datos_parque ul li .label {
  font-weight: normal;
  font-size: 13px;
}

/* .content .panel .datos_parque p .ciudad,
.datos_parque li .ciudad {
  font-style: italic;
} */

.content .panel .datos_parque p .latlong,
.datos_parque li .latlong,
.latlong {
  color: silver;
}

.bold {
  font-weight: bold;
}

.content #windy .leaflet-popup-content p .label,
.content .panel .datos_parque p .label,
.datos_parque li .label {
  font-weight: bold;
}

.content .panel .datos_parque p.btn-wrapper {
  margin-top: 30px;
  padding-left: 0;
}

.content .panel .graficos_parque {
  /*max-width: 375px;*/
}

/*FICHA PARQUE*/
.ficha-parque .content {
  padding: 20px 2rem;
  max-width: 99%;
  margin: 0 auto;
}

.ficha-parque .content h1 {
  color: #1e963f;
  text-transform: uppercase;
}

.ficha-parque .content h2 {
  margin-bottom: 0px;
}

.ficha-parque .content h3 {}

.ficha-parque .content h4 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

/*
.ficha-parque .datos_parque {
  max-width: 500px;
  min-width: 400px;
}
*/
.ficha-parque .datos_parque ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.ficha-parque .datos_parque ul li:before {
  display: none;
}





.ficha-parque .aerogenerador_modelo {
  /*margin-bottom: 40px;*/
}

.ficha-parque .aerogenerador_modelo.card {
  background-color: white;
  /*border: none;*/
}

.ficha-parque .aerogenerador_modelo.card .aerogenerador_modelo_nombre {
  margin-top: 0;
  /*margin-bottom: 20px;*/
  /*border: 1px solid silver;*/
  padding-top: 15px;
  /*background-color: white;*/
}

.ficha-parque .aerogenerador_modelo.card .aerogenerador_modelo_nombre h3:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  color: rgba(0, 0, 0, .2);
  display: inline-block;
  font-weight: 900;
  margin-right: 20px;
}

.ficha-parque .aerogenerador_modelo.card .aerogenerador_modelo_nombre h3.collapsed:before {
  content: "\f067";
}

.ficha-parque .aerogenerador_modelo.card .aerogenerador_modelo_nombre strong {
  font-weight: bold;
}

.ficha-parque .aerogenerador_modelo.card .aerogenerador_modelo_datos-especificos,
.ficha-parque .aerogenerador_modelo.card .aerogenerador_modelo_datos-generales {
  padding: 30px 20px;
}

.ficha-parque .aerogenerador_modelo.card .aerogenerador_especifico_datos-mantenimiento table tr th {
  background-color: rgba(215, 218, 47, .3);
}

.ficha-parque .title-panel-anulado {
  padding-left: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
}

.ficha-parque .title-charts {
  text-align: center;
}

.ficha-parque .aerogenerador_modelo_datos-especificos_datos {
  margin-bottom: 30px;
}

.ficha-parque .aerogenerador_modelo_datos-especificos_datos .data-block {
  /*min-width: 320px;*/
  margin-right: 40px;
}

@media (max-width: 992px) {

  .ficha-parque .aerogenerador_modelo_datos-especificos_datos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .div-molino-wrapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .ficha-parque .title-charts {
    text-align: left;
  }

  .ficha-parque .aerogenerador_modelo_datos-especificos_datos {
    flex-direction: column;
  }

  .panel-parques-encontrados {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: white;
    width: 100%;
    max-height: 250px;
    overflow: auto;
  }
}


.progress-bar.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar.progress-bar-danger {
  background-color: #d9534f;
}

html body .progress {
  height: 1.5rem;
  text-align: center;
}

html body .progress-bar {
  color: black;
  font-size: 12px;
  padding: 5px;
}

.btn-close {
  font-size: 27px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.div-molino {
  position: relative;
  text-align: center;
}

.div-molino .item {
  position: absolute;
}

.div-molino .item.componente-1 {
  top: 5%;
  left: 79%;
}

.porcentaje-componente-1,
.porcentaje-componente-6,
.porcentaje-componente-7,
.porcentaje-componente-8 {
  position: absolute;
  top: 3px;
  left: 35px;
}

.div-molino .item.componente-2 {
  top: 29%;
  left: 55%;
}

.div-molino .item.componente-3 {
  top: 32%;
  left: 49%;
}
div.div-molino {
  max-width: 250px;
  margin: auto;
}
.porcentaje-componente-2,
.porcentaje-componente-3,
.porcentaje-componente-4,
.porcentaje-componente-5 {
  position: absolute;
  top: 3px;
  right: 115%;
}

.div-molino .item.componente-4 {
    top: 32%;
    left: 56%;
}

.div-molino .item.componente-5 {
    top: 32%;
    left: 64%;
}

.div-molino .item.componente-6 {
    top: 32%;
    left: 72%;
}

.div-molino .item.componente-7 {
    top: 32%;
    left: 80%;
}

.div-molino .item.componente-8 {
    top: 34.5%;
    left: 68%;
}

.div-molino .item.componente-16 {
  top: 97%;
  left: 67%;
}

.div-molino .item.componente-9 {
  top: 37.5%;
  left: 68%;
}

.div-molino .item.componente-10 {
  top: 47%;
  left: 67%;
}

.div-molino .item.componente-11 {
  top: 56%;
  left: 67%;
}

.div-molino .item.componente-12 {
  top: 65%;
  left: 67%;
}

.div-molino .item.componente-13 {
  top: 73%;
  left: 67%;
}

.div-molino .item.componente-14 {
  top: 81%;
  left: 67%;
  ;
}

.div-molino .item.componente-15 {
  top: 89%;
  left: 67%;
}

.porcentaje-componente-9,
.porcentaje-componente-10,
.porcentaje-componente-11,
.porcentaje-componente-12,
.porcentaje-componente-13,
.porcentaje-componente-14,
.porcentaje-componente-15 {
  position: absolute;
  top: 3px;
  left: 35px;
}

.porcentaje-componente span {
  font-weight: bold;
  display: contents;
}

.numero {
  background: gray;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  /*margin: 8px 0 0 8px;*/
  border: 1px solid white;
}

@media (max-width: 768px) {
  div.div-molino {
    margin-left: -5px;
  }
  .content .panel {
    width: auto;
    left: 1%;
    opacity: 1;
    padding: 15px;
  }
}

.content .panel .datos_parque p.title-panel,
.ficha-parque .title-panel {
  color: gray;
  padding-left: 0px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.aerogenerador_modelo_datos-especificos ul {}

.aerogenerador_modelo_datos-especificos ul li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 0.2rem;
}

html body .nav-tabs .nav-item.show .nav-link,
html body .nav-tabs .nav-link.active {
  color: #495057;
  border-color: #d7da2f #d7da2f #fff;
  background: #d7da2f;
}

html body .nav-tabs .nav-link {
  color: gray;
}

html body .nav-tabs {
  border-bottom: 1px solid #d7da2f;
}
.text-12 {
  font-size: 12px;
}

.elementos .item {
  opacity: 0.8;
  width: 15px;
  height: 15px;
}
.elementos .item .progress {
  height: 0.5rem;
}
.elementos .item.active {
  opacity: 1;
}
.elementos .item.active .numero {
  background: #1e963f;
}
.tr-componente {
  cursor: pointer;
}
.tr-componente:hover,
.tr-componente.active {
  background-color: #d7da2f;
}
.info-porcentaje-bolita {
  display: none;
}
.numero-componente {
  cursor: pointer;
}
table td {
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 992px ){
  table td {
    font-size: 10px;
  }
}
/* MAPA EN PARQUE */
#mapid {
  height: 500px;
  width: 100%;
  border: 1px solid black;
}
.tabla-resumen.selected {
  background: #afcb52 !important;
}
.graficos .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.10);
  text-align: center;
  padding-top: 40%;
}
.table-sm th {
  font-size: 12px;
  vertical-align: bottom;
}
th.text-10 {
  font-size: 10px;
}
html body table.dataTable thead .sorting {
    background-image: none;
    padding: .3rem;
}
html body table.dataTable.no-footer {
    border-bottom: inherit;
}

.tabla-parque th {
  vertical-align: inherit !important;
}
.titulo-agrupado th {
  text-transform: uppercase;
}
a.btn-tabla-molino {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
}
a.btn-tabla-molino i::before {
  font-size: 20px;
  color: #afcb52;
}
a.btn-tabla-molino.gray i::before {
  color: gray;
}
a.fondo-1 i {
  color: black;
}
a.fondo-0 i{
  color: #ccc;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li:before {
    content: '';
}
ul.breadcrumb .mt-4 {
  margin-top: 1.7rem!important;
}
.div-molino {
  margin-top: -50px;
}
.graficos {
  margin-top: -45px;
}
.graficos_parque {
  min-height: 350px;
}
@media (max-width: 992px) {
  .graficos {
    margin-top: 0px;
  }
  .ficha-parque .content {
      padding: 20px 1rem;
  }
  ul.breadcrumb li {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  .deslizar {
    display: block !important;
    text-align: center;
  }
  .mr-5.contacto-link {
    margin-right: .5rem !important
  }
}
.tooltip.show {
    z-index: 99999;
}
canvas#rosa {
  max-height: 399px !important;
  width: auto !important;
  margin: auto !important;
}
body.revision canvas#rosa {
  max-height: inherit !important;
}
.detalle-aeg.selected {
  background: #d7da2f;
}
.detalle-aeg {
  cursor: pointer;
}
html body .card-body {
  padding: 0px;
}
#P_map, #S_map {
  height: 150px;
  width: 100%;
}
tr.tabla-roturas {
  cursor: pointer;
}

.modal-dialog.inspeccion {
  max-width: 80%;
  margin: 1.75rem auto;
  text-align: center;
}
#P_map, #S_map {
  background: #ffffff;
  border: 1px solid gray;
}
#my_iframe {
  width: 100%;
}
#frame3d {
  width: 100%;
}
iframe {
  border: none !important;
}
.imagen-logo-portada {
  float: left;
  margin-left: 10px;
}
h4.slogan-home {
  font-size: 15px;

  font-weight: bold;
}
.home h4.slogan-home,
.ficha-parque h4.slogan-home {
    margin-top: 41px;
}
.flex-display {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .flex-display {
    flex-wrap: wrap;
  }
  .home h4.slogan-home,
  .ficha-parque h4.slogan-home  {
      margin-top: 5px;
  }
}
.menu-idiomas {
  z-index: 99999999999 !important;
}
#full-screen-3d {
  position: absolute;
  right: 25px;
  bottom: 9px;
  color: white;
}
#full-screen-3d i {
  font-size: 27px !important;
  color: white !important;
}

#div-iframe3d.full {
  position: fixed;
  top: 5px;
  left: 5px;
  width: 99vw;
  height: 97vh;
  background-color: black;
  z-index: 9;
}
#div-iframe3d.full iframe {
  width: 99vw !important;
  height: 97vh !important;
}
#loading-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  z-index: 99999;
  background: rgb(255 255 255 / 80%);
  flex-wrap: wrap;
  align-items: center;
}
#loading-map img {
  max-width: 414px;
}
.bg-ef {
  background-color: #efefef;
}
.rounded-4 {
  border-radius: 9px;
}

.pulse {
  display: none;
  position: absolute;
  top: 35%;
  left: 40%;
   width: 22.4px;
   height: 22.4px;
   border-radius: 50%;
   background: #000000;
   box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
   animation: pulse-c6zlskmd 1s infinite;
}

@keyframes pulse-c6zlskmd {
   100% {
      box-shadow: 0 0 0 33.6px #0000;
   }
}

.top-0  {
  top: 0px;
}
.start-0 {
  left: 0px;
}
.loading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: rgb(0 0 0 / 49%);
  z-index: 1;
  display: none;
  text-align: center;
}

.dots {
  width: 88px;
  height: 42.2px;
  background: radial-gradient(circle closest-side,#000000 90%,#0000) 0%   50%,
         radial-gradient(circle closest-side,#000000 90%,#0000) 50%  50%,
         radial-gradient(circle closest-side,#000000 90%,#0000) 100% 50%;
  background-size: calc(100%/3) 21.1px;
  background-repeat: no-repeat;
  animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
  20% {
     background-position: 0%   0%, 50%  50%,100%  50%;
  }

  40% {
     background-position: 0% 100%, 50%   0%,100%  50%;
  }

  60% {
     background-position: 0%  50%, 50% 100%,100%   0%;
  }

  80% {
     background-position: 0%  50%, 50%  50%,100% 100%;
  }
}

.fondo-dots {
  background-color: white;
  border-radius: 25px;
  padding: 20px 50px;
  max-width: 200px;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: transparent !important;
  background: initial !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
}



.gauge-row {
    justify-content: center;
    flex-wrap: wrap !important;
    margin-bottom: 40px;
}