:root {
  --pastelRed: #F4CCCC;
  --red: #5F1C36;
  --red-opacity: #FAEFF3;
  --black: #1E1E1E;
  --grey: #747678;
  --prealta: #3f6ad8;
  --operativo: #3ac47d;
  --desactualizado: #f7b924;
  --bloqueado: #D52B1E;
  --deshabilitado: #000000;
  --orange: #e68019;
  --pastelOrange: #FAC898;
  --greenwater: #379472;
}

img {
  max-width: 100%;
}

/* 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(--red);
  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%;
}

.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: 0.5;
}

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

.notificationCounter {
  background-color: var(--red);
  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: var(--red);
  font-size: 18px;
}

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

.vertical-nav-menu li a {
  margin: 0px 0px 15px 0px;
}

.vertical-nav-menu li a:hover {
  background-color: var(--red);
  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(--red);
  font-weight: normal;
}

.vertical-nav-menu li.mm-active > a.menu-data-color {
  color: #343a40;
  background: white;
  font-weight: normal;
}

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

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

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

/* CONTENIDOS DE LAS TABLAS */


.btn-primary.is-active,
.btn-primary.is-active:hover {
  color: var(--red);
  background-color: #fff;
  border: solid 1px var(--red);
  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(--red);
  border-color: var(--red);
}

.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(--red);
  font-size: 15px;
}

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

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

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

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

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

.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(--red);
  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(--red);
}

#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(--red);
}

.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(--red);
  border-color: var(--red);
}

.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;
  }
}

.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/valladolid_login_photo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*styles for surveys forms*/
.form-survey-street {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.survey-estandar-form,
.survey-congress-form,
.survey-enoturismo-form,
.survey-gastronomia-form,
.survey-idiomatico-form,
.colaborador-alojamiento-form,
.colaborador-congreso-form,
.colaborador-servicios-turisticos-form,
.colaborador-espacios-singulares-form,
.colaborador-transporte-form,
.colaborador-eventos-singulares-form,
.colaborador-restauracion-form,
.colaborador-idiomatico-form,
.colaborador-empresas-enoturismo-form
{
  width: 85%;
  margin: auto;
}

.survey-estandar-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
}

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

.survey-congress-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
}

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

.survey-enoturismo-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
}

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

.survey-gastronomia-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
}

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

.survey-idiomatico-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
}

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

.colaborador-alojamiento-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-congreso-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-servicios-turisticos-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-espacios-singulares-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-eventos-singulares-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-transporte-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-restauracion-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-idiomatico-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

.colaborador-empresas-enoturismo-form > #survey-street-content-wrapper > legend > .fieldset-legend {
  margin-left: -35px;
  display: none;
}

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

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

#survey-street-content-wrapper:not(:first-of-type) {
  position: relative;
}

#survey-street-content-wrapper:not(:first-of-type) > legend {
  position: relative;
  padding-top: 10px;
}

#survey-street-content-wrapper:not(:first-of-type) > legend::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
}

/*****END: styles for surveys forms*/


/** aside menu **/
.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: aside menu **/



/*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*/

/*dropdown creacion usuarios*/
.dropdown-menu.show {
  animation: fade-in2 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  top: 85px !important;
  left: -20px !important;
}
/*FIN: dropdown creacion usuarios*/

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

/*Detail Surveys*/
.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(--red);
  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 Surveys*/

div.table-responsive.tables-perfomance {
  width: 100%;
  overflow-x: auto;
}

/*Menus break words*/
.menu-data-color {
  overflow-wrap: break-word !important;
  white-space: normal !important;
  line-height: 1.2 !important;
  padding-top: 7px !important;
}
.vertical-nav-menu ul > li > a {
  color: #6c757d;
  height: 3rem;
  line-height: 2rem;
  padding: 0 1.5rem 0;
}
/*****END: Menus break words*/

/*MediaQueriesMovil header*/
@media (max-width: 768px) {
  .app-header__logo{
  padding: 0 0rem !important;
  height: 60px !important;
  width: 405px !important;
  display: flex !important;
  align-items: center !important;
  transition: width 0.2s !important;
  gap: 45px !important;
}
  .header__pane {
  display: none !important;
}

  .app-header .app-header__content.header-mobile-open {
    visibility: visible;
    opacity: 10;
    top: 81px;
    height: 320%;
    padding: 6rem;
  }

  .app-header .app-header__content {
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    position: absolute;
    left: 5%;
    width: 90%;
    top: 0;
    transition: all 0.2s;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
  }

  .widget-content .widget-content-wrapper {
    display: block;
    flex: 1;
    position: relative;
    align-items: center;
  }

  .app-header .app-header__content .header-btn-lg {
    margin-left: -1.5rem;
  }

}

/*FIN: MediaQueriesMovil header*/

/*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*/

/* titulos por css para Colaborador idiomaticos de crear perfil*/
#edit-field-familias-anfitrionas-wrapper::before {
  content: "¿Qué opciones de alojamiento ofrecen a estos alumnos?";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
#edit-field-laboratorio-de-idiomas-wrapper::before{
  content: "¿De qué instalaciones dispone el centro para estos cursos?";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
#edit-field-programa-acti-para-inscrit-wrapper::before{
  content: "¿La organización del curso incluye?";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
#edit-field-basico-wrapper::before{
  content: "¿Qué tipo de cursos para estudiantes de español ofrecen?";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
#edit-field-cuota-curso-basico-wrapper::before{
  content: "Semana:";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
#edit-field-pa-website-0-uri--description{
  display: none;
}
#edit-field-cuota-de-inscripcion-wrapper::before{
  content: "Por curso:";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
#edit-field-documentacion-info-turisti-wrapper::after{
  content: "Por lo que se refiere a los datos económicos del curso, ¿podría indicarme si dispone de las siguientes cuotas o precios fijados por servicio y cuál es su respectivo coste en euros?";
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

/*FIN: titulos por css para Colaborador idiomaticos de crear perfil*/

/**/
#edit-account > div.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-notify.form-item-notify{
  display: none !important;
}
#edit-account > div.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-notify.form-item-notify{
  display: none !important;
}
#edit-field-user-estado-wrapper > div{
  display: none !important;
}
#edit-path-wrapper{
  display: none !important;
}
#edit-status--wrapper{
  display: none !important;
}
#edit-user-picture-0--label,
#edit-user-picture-0--description{
  display: none !important;
}
#ajax-wrapper > div > div.image-widget.js-form-managed-file.form-managed-file.clearfix{
  display: none !important;
}
#edit-path-wrapper > div{
  display: none !important;
}

.fa.fa-bell {
  display: none !important;
}
.fa-bell {
  display: none !important;
}
.notificationCounter{
  display: none !important;
}
.modal-content {
  background-color: #fefefe !important;
  margin: auto !important;
  padding: 20px !important;
  border: 1px solid #888 !important;
  width: auto !important;
}
