:root {
  --pastelRed: #F4CCCC;
  --green: #74BC1F;
  --green-opacity: rgba(116, 188, 31, 0.2);
  --black: #1E1E1E;
  --grey: #747678;
  --prealta: #3f6ad8;
  --operativo: #3ac47d;
  --desactualizado: #f7b924;
  --bloqueado: #D52B1E;
  --deshabilitado: #000000;
  --orange: #e68019;
  --pastelOrange: #FAC898;
  --greenwater: #379472;
}

/* NOTIFICACIONES */

.app-header__content .dropdown-menu {
  padding: 0.65rem 0 0 0;
}

.notification-dropdown .card-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 20px 20px;
  height: 0;
}

.notification-dropdown i {
  color: white;
}

.notification-dropdown hr {
  background-color: rgba(26, 54, 126, 0.125);
  margin-top: 0px;
  margin-bottom: 0px;
}

.notification-dropdown a:hover {
  text-decoration: none;
}

.notification-rounded-circle {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  display: flex;
}

.notification-title {
  font-size: 14px;
  font-weight: bold;
}

.notification-description {
  color: #495057;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.notification-time {
  color: #a4a8ab;
  font-size: 14px;
}

.notification-dropdown .row.notification-message {
  margin: 0px !important;
  padding: 1rem;
}

.notification-dropdown .row.notification-message:hover {
  background-color: #f3f3f3;
}

/* BARRA DE NAVEGACIÓN Y MENÚ DE GESTIÓN */

.app-theme-white .app-header {
  background-color: white;
}

.app-header__logo .logo-src img {
  position: absolute;
  /*height: 40px;*/
  top: 15%;
  width: 6%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--grey);
}

#menuoption {
  opacity: 1.5;
}

.app-header-right .widget-content-right.header-user-info button {
  color: var(--grey);
  font-size: 18px;
}

.notificationCounter {
  background-color: var(--green);
  color: white;
  font-size: .6rem;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  margin-top: -.1rem;
  margin-left: -.5rem;
  height: 15px;
  line-height: 0.6;
}

.app-header-right .widget-content-right.header-user-info a {
  color: #FFFFFF;
  font-size: 18px;
}

.app-sidebar .app-sidebar__inner {
  padding: 1.5rem 1.5rem;
}

.vertical-nav-menu li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem 0.5rem 2.4rem;
  min-height: 48px;
  font-size: 18px !important;
}
.vertical-nav-menu li a i {
  flex-shrink: 0;
}

.vertical-nav-menu li a:hover {
  background-color: var(--green);
  color: white;
}

.vertical-nav-menu ul > li > a:hover {
  color: white;
}

.vertical-nav-menu li a.mm-active,
.vertical-nav-menu ul > li > a.mm-active,
.vertical-nav-menu li.mm-active > a {
  color: var(--white);
  background: var(--green);
  font-weight: normal;
}

.vertical-nav-menu li.mm-active > a.menu-data-color {
  color: #2d4556 !important;
  background: white;
  font-weight: normal;
  font-size: 18px !important;
}

.vertical-nav-menu ul:before {
  background: white;
}

.app-main__outer {
  background-color: #EEEEEE;
}

input[type='submit'].secondary-button {
  background-color: white;
  color: var(--green);
  border-color: var(--green);
}

/* CONTENIDOS DE LAS TABLAS */


.btn-primary.is-active,
.btn-primary.is-active:hover {
  color: var(--green);
  background-color: #fff;
  border: solid 1px var(--green);
  pointer-events: none;
}

.btn-primary.is-active:hover,
.btn-primary:hover {
  text-decoration: underline;
}

.btn-actions-pane-right button.btn-primary a {
  color: white;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  color: white;
  background-color: var(--green);
  border-color: var(--green);
}

.btn-orange,
.btn-orange:hover,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus {
  background-color: var(--orange);
  border-color: var(--orange);
}

.btn-orange a,
.btn-orange a:hover,
.btn-orange a:active {
  color: white;
}

.btn-orange.is-active,
.btn-orange.is-active:hover,
.btn-orange.is-active:active,
.btn-orange.is-active:focus {
  color: var(--orange);
  background-color: var(--white) !important;
  border: solid 1px var(--orange);
}

.btn-greenwater,
.btn-greenwater:hover,
.btn-greenwater:not(:disabled):not(.disabled):active:focus,
.btn-greenwater:not(:disabled):not(.disabled).active:focus {
  background-color: var(--greenwater);
  border-color: var(--greenwater);
}

.btn-greenwater a,
.btn-greenwater a:hover,
.btn-greenwater a:active {
  color: white;
}

.btn-greenwater.is-active,
.btn-greenwater.is-active:hover,
.btn-greenwater.is-active:active,
.btn-greenwater.is-active:focus {
  color: var(--greenwater);
  background-color: var(--white) !important;
  border: solid 1px var(--greenwater);
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: var(--grey);
  border-color: var(--grey);
}

.btn-outline-primary:not(:disabled):not(.disabled),
.btn-outline-primary:hover {
  color: var(--grey);
  background-color: white;
  border-color: var(--grey);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--grey);
  border-color: var(--grey);
}

a.btn-edit {
  color: var(--grey);
  font-size: 15px;
}

a.btn-edit:hover {
  color: ;
  text-decoration: none;
}

a.btn-delete {
  color: var(--green);
  font-size: 15px;
}

a.btn-delete:hover {
  color: ;
  text-decoration: none;
}

.btn-remove {
  border-color: var(--green)
}

.btn-remove a {
  text-decoration: none;
}

table tbody tr.empty-row {
  /*background: var(--pastelRed) !important;*/
}

#hotels-data-wrapper button.incomplete {
  background-color: var(--green-opacity) !important;
  border-color: var(--green-opacity) !important;
}

.table thead th {
  border-bottom: 0px;
  min-width: 167px;
}

.table th {
  border-top: 0px;
}

.table td {
  text-align: center !important;
}

#alojamientos .table td {
  text-align: left !important;
  padding-left: 30px;
}

#alojamientos td:nth-child(1) {
  text-align: center !important;
  padding-left: 8.8px;
}

#alojamientos .table-hover tbody tr:hover {
  cursor: pointer !important;
}

::-webkit-input-placeholder {
  color: #495057 !important;
  font-size: 14.08px;
}

.custom-select,
.form-control {
  height: 33px;
}

i.fa-star {
  color: #ffc732;
}

i.fa-circle.disabled {
  color: #000000;
}

i.fa-circle.operative {
  color: #3ac47d;
}

i.fa-circle.pre-discharge {
  color: #3f6ad8;
}

i.fa-circle.outdated {
  color: #f7b924;
}

i.fa-circle.pre-disabled {
  color: #D52B1E;
}

.hotelData {
  display: flex;
}

.status {
  height: 13px;
  width: 13px;
  border-radius: 50%;
}

.scroll-area-lg {
  height: 500px;
  overflow-x: hidden;
}

.user-name {
  color: #495057;
  font-size: 20px;
  font-weight: bold;
}

hr {
  background-color: var(--green);
  margin-top: 10px;
  margin-bottom: 10px;
}

.user-data-title {
  color: #495057;
  font-weight: bold;
  text-transform: ;
}

#perfil-usuario .row,
#single-hotel .row {
  margin-left: 20px;
  margin-right: 20px;
}

.card-body-graphics {
  margin: 0 auto;
}

#performance .card.graphics-card {
  box-shadow: none;
}

#performance .card .card.graphics-card .card-header {
  border-bottom: none;
}

#performance .card.graphics-card a.nav-link {
  color: #a4a8ab;
}

#performance .card.graphics-card a.active.nav-link {
  color: #495057;
  font-weight: bold;
}

#performance .card-header > .nav .nav-link::before {
  background-color: var(--green);
}

#chartRanking.chartjs-render-monitor,
#chartPlazasAlojamiento.chartjs-render-monitor {
  width: 1000px !important;
}

#start, #finish {
  height: 33px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
}

.badge-danger {
  background-color: var(--green);
}

.badge-secondary {
  background-color: var(--grey);
}

.graphic-data {
  background-color: #cdcdcd;
  padding: 10px;
}

/* CALENDARIO */

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]),
.fc-event,
.fc-event-dot {
  background-color: var(--grey);
  border-color: var(--grey);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--green);
  border-color: var(--green);
}

.rounded-circle-div img {
  border-radius: 50% !important;
}

.btn {
  padding: 0.375rem 0.5rem
}

.anual-data-table table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1320px) {
  .header-user-info {
    display: block;
    text-align: center;
  }
}

/*SurveySteet styles*/
.form-survey-street {
  width: 85%;
  margin: auto;
}

.form-survey-street > .survey-street-add-form > #survey-street-content-wrapper > .fieldset-wrapper {
  margin-left: 5%;
}

.form-survey-street > .survey-street-add-form > #survey-street-content-wrapper > legend {
  font-size: 24px;
  font-weight: bold;
}

.button-survey-wrapper {
  text-align: center;
}

/*TABLETS*/
@media (min-width: 391px) and (max-width: 991.98px) {
  .app-header__logo .logo-src img {
    position: absolute !important;
    /* height: 40px; */
    top: 15% !important;
    width: 15% !important;
  }
}


#edit-lugar-realizacion-encuesta--wrapper > legend > span {
  font-size: 24px;
  margin-left: -70px;
}

/*****END: SurveySteet styles*/
/*LOGIN*/
.path-frontpage > .dialog-off-canvas-main-canvas > #perfil-usuario > div > div.app-main > div.app-main__outer > div {
  padding: 30px 30px 0;
  flex: 1;
  /*  background-image: url('../images/la-rioja-background-login.png');*/
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.path-frontpage > .dialog-off-canvas-main-canvas > #perfil-usuario > div > div.app-main > div.app-main__outer > div > div.main-card.mb-2.card {
  box-shadow: unset !important;
  border-width: 0;
  transition: all 0.2s;
}

.path-frontpage > .dialog-off-canvas-main-canvas > #perfil-usuario > div > div.app-main > div.app-main__outer > div > div.main-card.mb-2.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  /* background-clip: border-box; */
  /* border: 1px solid rgba(26, 54, 126, 0.125); */
  border-radius: 0.25rem;
}

.path-frontpage > .card-header, .card-title {
  text-transform: uppercase;
  color: transparent;
  font-weight: bold;
  font-size: 0.88rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent;
  border-bottom: transparent;
}


#perfil-usuario > div > div.app-main > div.app-main__outer > div > div.mb-3 > div {
  display: contents; /* Permite centrar el contenido */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  text-align: center; /* Asegura que el texto dentro esté centrado */
  height: 100px; /* Ajusta la altura según necesidad */
}

.path-frontpage > .dialog-off-canvas-main-canvas > #perfil-usuario > div > div.app-main > div.app-main__outer > div > div.mb-3 > div::before {
  content: "";
  color: black; /* Color del texto */
  font-weight: bold; /* Negrita */
  font-size: 55px; /* Aumenta el tamaño del texto */
  display: block; /* Permite aplicar estilos de bloque */
  width: 100%; /* Ocupar todo el ancho disponible */
  text-align: center; /* Centra el texto */
}

/* Estilo para los mensajes de error dentro del div */
#perfil-usuario > div > div.app-main > div.app-main__outer > div > div.mb-3 > div + div[data-drupal-messages] {
  width: 100%; /* Asegura que el mensaje de error ocupe el ancho completo */
  text-align: center;
  margin-top: 10px; /* Espacio entre el texto y el mensaje */
}

/* Estilo específico para mensajes de error */
#perfil-usuario > div > div.app-main > div.app-main__outer > div > div.mb-3 > div + div[data-drupal-messages] .messages {
  background-color: #ffcccc; /* Color de fondo rojo claro para errores */
  color: #a94442; /* Color del texto rojo oscuro */
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a94442;
  display: inline-block; /* Permite que el mensaje se centre */
  max-width: 80%;
}

/**** END: LOGIN*/

/*Detail SurveySteet*/
.survey-detail-wrapper {
  padding: 2%;
}

.col-detail-survey-street {
  position: relative;
  margin-bottom: 2%;
  text-align: left;
}

.col-detail-survey-street::after {
  content: '';
  display: block;
  border-bottom: 1px solid var(--green);
  width: 80%; /* Ajusta la longitud de la línea aquí */
  margin-top: 5px; /* Espacio entre el contenido y la línea */
  position: absolute;
  bottom: 0;
  left: 0;
}

/*****END: Detail SurveySteet*/

/*Menus break words*/
.menu-data-color {
  overflow-wrap: break-word !important;
  white-space: normal !important;
  line-height: 1.2 !important;
  padding-top: 7px !important;
}

/*****END: Menus break words*/

/*HIDE PAGINATOR DEFAULT*/
.pager__item--first,
.pager__item--last {
  /*  display: none !important;*/
}

/****END: HIDE PAGINATOR DEFAULT*/

/*Tabla auditoria*/

.form-control-filter,
.input-username-filter {
  width: 100% !important;
}

form select {
  margin-right: 0;
}

.th-tabla-auditoria-custom {
  text-decoration: none !important;
  color: #FFFFFF !important;
}

.filter {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 4px;
  width: 100%;
  padding: 1.2rem;
}

.container-close-button-filter-table {
  padding-top: 10px;
}

.button-close-filter-table {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

/*FIN: Tabla auditoria*/

/*Tabla Informes*/
.filter-desde-hasta {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 4px;
  padding: 1.2rem;
  left: 15%;
}

.date-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-control-filter {
  width: 100%;
  padding-right: 2.5rem; /* Espacio para el ícono */
}

.date-icon {
  position: absolute;
  right: 0.5rem; /* Espacio entre el borde derecho y el ícono */
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none; /* Permite hacer clic en el input sin bloquear el ícono */
  display: none; /* Ocultar por defecto */
}

.show-icon .date-icon {
  display: block; /* Mostrar cuando el campo es text */
}

/****Fin:Tabla Informes*/


/*MediaQuery moviles*/
@media (max-width: 768px) {
  .app-header__logo .logo-src img {
    position: absolute;
    height: 40px;
    top: 15%;
    right: 15%;
    width: 25%;
  }

  #edit-lugar-realizacion-encuesta--wrapper > legend > span {
    font-size: 24px;
    margin-left: 0;
  }

  #edit-lugar-realizacion-encuesta--wrapper {
    text-align: left !important;
  }


}

/****FIN: MediaQuery moviles*/

/*Header*/
.fixed-header .app-header {
  position: sticky !important;
  top: 0 !important;
}

.notificaciones-hide {
  display: none;
}

/***FIN: Header*/

/*MODAL*/
.modal-dialog {
  box-shadow: unset !important;
  border-radius: 0.25rem !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 10.75rem auto;
  }
}

.modal-header, .modal-footer {
  background: none !important;
}

.boton-modal {
  background-color: var(--green);
  border-radius: 10px;
  padding: 5px;
}

/*** FIN: MODAL*/

/*Ocutar siguiente y anterior en ingles de paginacion*/
.pager__item--last,
.pager__item--first {
  display: none;
}

/*** FIN: Ocutar siguiente y anterior en ingles de paginacion*/

/*ESTILOS NUEVOS NAV-BAR Y SIDE-BAR */
.app-header {
  background-color: #2d4556 !important;
}

.widget-subheading,
.white-color-new {
  color: #FFFFFF !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: var(--green) !important;
}
.widget-content .widget-content-left .widget-subheading {
  opacity: 1.5 !important;
}
.app-theme-white.fixed-header .app-header__logo {
  background-color: white !important;
}
.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
  color: #2d4556 !important;
  opacity: 1.5 !important;
}
.vertical-nav-menu ul > li > a {
  font-size: 16px !important;
}

@media (max-width: 1024px) {
  /* Estilos para móviles y tablets */
  .app-theme-white.fixed-header .app-header__logo {
    background-color: #2d4556 !important;
  }
}
/****FIN: ESTILOS NUEVOS NAV-BAR Y SIDE-BAR */

/*ESTILOS BACKGROUND*/
#block-gdltheme-page-title > span {
  display: none;
}

.titulo-background-index {
  font-size: 1.2rem;
  color: #2d4556;
}

.wrapper-background-index {
  display: flex;
  color: #2d4556;
}

.site-img img {
  width: 100%;
}

.wrapper-background-index p {
  line-height: 2rem;
  font-size: 16px;
}

.wrapper-background-index {
  text-align: left;
  color: #2d4556;
  font-size: 17px;
  gap: 5rem;
}

.site-description {
  flex: 0 0 30%;
}

.site-img {
  flex: 0 0 50%;
}

.titulo-background-index {
  font-size: 1.3rem;
  color: #2d4556;
}


/*cuando empieza a 1441*/
@media (max-width: 1441px) {
  .site-description {
    flex: 0 0 30%;
  }

  .site-img {
    flex: 0 0 50%;
  }
}

/*cuando empieza a 1700*/
@media (max-width: 1750px) {
  .site-description {
    flex: 0 0 41%;
  }
  .site-img {
    flex: 0 0 50%;
  }
}
@media (min-width: 1751px) {
  .site-description {
    flex: 0 0 40%;
  }
  .site-img {
    flex: 0 0 50%;
  }
  .wrapper-background-index p {
    line-height: 3rem;
    font-size: 18px;
  }
}



/* Para iPhone 12 Pro en modo vertical (390px de ancho) */
@media (max-width: 390px) {
  /* Estilos específicos para iPhone 12 Pro */
  #block-gdltheme-content > article > div > div {
    margin-left: 0px;
    margin-right: -50px;
  }

  #block-gdltheme-content > article > div > div > p:nth-child(1) > img {
    display: none;
  }

  #block-gdltheme-page-title > span {
    display: none !important;
  }
}

/* Para iPad en modo vertical (768px de ancho) */
@media (max-width: 768px) and (min-width: 481px) {
  /* Estilos específicos para iPad (modo vertical) */
  #block-gdltheme-content > article > div > div {
    margin-left: 40px;
    margin-right: 40px;
  }
}

/* Para iPad en modo horizontal (1024px de ancho) */
@media (max-width: 1024px) and (min-width: 769px) {
  /* Estilos específicos para iPad (modo horizontal) */
  #block-gdltheme-content > article > div > div {
    margin-left: 250px;
    margin-right: 130px;
  }

  #block-gdltheme-content > article > div > div > p:nth-child(1) > img {
    padding-top: 20px;
    width: 530px;
  }

  #block-gdltheme-content > article > div > div > p:nth-child(1) {
    margin: 10px;
  }
}

/*FIN ESTILOS BACKGROUND*/

/*Estilos sidebar*/
.app-sidebar__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scrollbar-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.form--inline .form-actions {
  clear: right;
  text-align: right;
}

.form--inline .form-item {
  float: right;
  margin-right: 0.5em;
}

/*FIN: Estilos sidebar*/
