/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@font-face {
  font-family: "Aeonik-Bold";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Aeonik-Bold-Web.eot#iefix') format("embedded-opentype"), url('../fonts/Aeonik-Bold-Web.woff2') format("woff2"), url('../fonts/Aeonik-Bold-Web.woff') format("woff"), url('../fonts/Aeonik-Bold-Web.ttf') format("truetype"), url('../fonts/Aeonik-Bold-Web.svg#Aeonik-Bold') format("svg");
}
.font-family-aeonik {
  font-family: "Aeonik-Bold";
}
h1, h2, h3, h4, h5 {
  font-family: Aeonik-Bold !important;
}
.navFederados {
  font-family: "Inter" !important;
}
/*CUERPO DEL ARTÍCULO*/
.body_expanded {
  min-height: 80vh;
}
/*Menú Móvil*/
.g-offcanvas-toggle {
  position: initial;
}
/*BANNER COOCKIES*/
#ca_banner {
  position: fixed !important;
  z-index: 16777270;
  width: 100% !important;
  height: 10rem;
  background: url('../../../../img/przez.png');
  text-align: center;
  border-width: 1px 0 1px 0 !important;
  border-style: solid !important;
  border-color: #fff !important;
  display: none;
  box-shadow: 0 0 40px #444;
  padding: 10px 0;
  left: 0;
  right: 0;
  float: none !important;
  text-shadow: none;
  border-radius: 0 !important;
  margin: 0 auto !important;
}
.consejo {
  color: #00C1D5;
  font-family: Bariol Regular;
}
.icon-user, .icon-lock {
  background-color: #006467 !important;
}
/*Cajas de informe gastos pagadas*/
.pagado {
  background-color: palegreen !important;
}
/*BLOG*/
.blogBody {
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 3em;
  border-radius: 0.75em;
  line-height: 1.75;
  font-family: "Inter", "Lato", "Helvetica", "Arial", sans-serif;
  color: #2d2d2d;
  font-size: 1.1rem;
  max-width: 80em;
  margin: 2em auto;
}
.blogBody img {
  display: block;
  height: auto;
  margin: 2em auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.blogBody p {
  margin-left: 0.6em;
  margin-bottom: 1.5em;
  text-align: justify;
}
.blogBody a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.blogBody a:hover {
  color: #00adbf;
  border-bottom: 1px solid #00adbf;
}
.blogBody blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  background-color: #f0f8ff;
  border-left: 5px solid #00b4d8;
  font-style: italic;
  color: #444;
  font-size: 1.05em;
}
.blogBody ul, .blogBody ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.blogBody li {
  margin-bottom: 0.6em;
}
.blogBody h1, .blogBody h2, .blogBody h3 {
  margin-top: 2em;
  color: #111;
}
/*css que se puede borrar archivos
 
    #miformulario
    {
        background-color: #e8f4ff;
        padding: 15px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        color:black;
    }
*/
.button {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-image: linear-gradient(141deg, #1fc8db 0%, #00C1D5 51%, #2cb5e8 75%);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  background: #005a5a;
}
.button:active {
  background: #005a5a;
}
.button_color {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-image: linear-gradient(141deg, #1fc8db 0%, #00C1D5 51%, #2cb5e8 75%);
  color: #fff;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button_color:hover {
  background: #005a5a;
}
.button_color:active {
  background: #005a5a;
}
.button-success {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-color: #5bb75b;
  *background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button-warning {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-danger {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button-warning:hover {
  color: #a47e3c;
}
.Boton_excel {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(top, #468847, #65ff67);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#468847), to(#65ff67));
  background-image: -webkit-linear-gradient(top, #468847, #65ff67);
  background-image: -o-linear-gradient(top, #468847, #65ff67);
  background-image: linear-gradient(to bottom, #468847, #65ff67);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-style: solid !important;
  border-color: #366937 !important;
  border-width: 2px !important;
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.125rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button-parte-gastos {
  background: darkcyan;
  font-size: x-small;
  padding: 0.5em;
  border-radius: 5px;
}
.input-parte-gastos {
  width: 100%;
  min-width: 100px;
}
.g-container {
  width: 100%;
}
#userdata {
  width: 60vh;
  margin: auto;
}
#g-aside {
  height: 75vh;
  padding: 0em 1em;
}
.lateral_menu {
  font-size: 16px;
}
/* MENU FEDERADO*/
.footer_fixed {
  bottom: 0;
  width: 100%;
  padding: 0 !important;
}
.footer_fixed_phone {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 0 !important;
}
.expanded_notificaciones {
  display: contents;
}
.expanded_federado {
  min-height: 70vh;
  overflow-y: auto;
}
.expanded_federado_2 {
  min-height: 100vh;
  overflow-y: auto;
}
.expanded_federado_3 {
  min-height: 150vh;
  overflow-y: auto;
}
.icon_block img {
  display: block;
  margin: auto;
}
.padding_0_1 {
  padding: 0 1em;
}
.padding_0_7 {
  padding: 0 7em;
}
.padding_2 {
  padding: 2em !important;
  z-index: 1 !important;
}
.upperMenu li {
  margin: 0 2em !important;
}
.bottomMenu li {
  padding: 0 1em;
}
.bell_icon {
  position: absolute;
  right: 2em;
  top: 0em;
}
.notificacionesFederado {
  z-index: 99;
  position: relative;
  right: -1em;
  top: -2em;
  background: #D14051;
  color: white;
  border-radius: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
/* CAJA EXPDIENT DEL FEDERADO*/
.expedient {
  background: linear-gradient(119.81deg, #02A799 0%, #00C1D5 100%);
  border-radius: 12px;
  padding: 2em;
  margin: 0 1em;
  width: 100%;
}
.expedient2 {
  background: linear-gradient(119.81deg, #02A799 0%, #00C1D5 100%);
  color: white;
  padding: 1em 2em;
}
.expedient2Mov {
  background: linear-gradient(119.81deg, #02A799 0%, #00C1D5 100%);
  color: white;
  margin: 0em -1.6em 0em -1.6em;
  padding: 0px 0em 0.7em 1em;
}
.expedient2Fin {
  background: white;
  color: black;
  margin: 0em -1.6em 0em -1.6em;
  padding: 0px 0em 0.7em 1em;
}
/* MENÚ EXPEDIENTE FEDERADO*/
.header_expediente {
  background: linear-gradient(119.81deg, #02A799 0%, #00C1D5 100%) !important;
  color: white !important;
}
.greyHover:hover {
  background-color: lightgrey;
}
.historialHeader {
  color: #02A799;
}
.historialHeader::after {
  content: "";
  display: block;
  margin: 0;
  width: 50%;
  border-bottom: 1px solid rgba(4, 36, 59, 0.15);
}
.historialHeaderPhone::after {
  content: "";
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(4, 36, 59, 0.15);
}
.lineaO::before {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #40596A;
  width: 15%;
  margin-left: -15%;
  margin-right: 1em;
  padding-top: 0;
  vertical-align: middle;
}
.lineaO::after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #40596A;
  width: 15%;
  margin-right: -15%;
  margin-left: 1em;
  padding-top: 0;
  vertical-align: middle;
}
/*MENU VIEJO*/
.caja_input {
  display: inline-grid;
  width: 10%;
  margin: 1.5em;
}
.g-logo.g-logo-helium img {
  max-height: max-content;
  padding: 1rem;
}
.moduletable .unstyled {
  margin: 0;
  display: inline-block;
  border: 0px;
  padding: 0.938rem 1.876rem;
}
/*BUSCADORES*/
.buscar {
  background-color: #e8f4ff;
  padding: 5px;
  padding-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: #006e71 3px 3px 10px -1px;
}
.users_div {
  width: 45%;
  display: inline-block;
  margin: 1em;
  vertical-align: top;
}
.input_ {
  display: inline-block;
  margin: 2em;
  width: 40%;
}
.input_2 {
  display: inline-block;
  margin: 2em;
  width: 20%;
}
.descuento_bloque {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 2em;
}
.descuento_bloque .campo_descuento {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.descuento_bloque .campo_descuento label {
  margin-bottom: 0.4em;
  white-space: nowrap;
}
.descuento_bloque .campo_descuento input {
  width: 100%;
}
.descuento_bloque .campo_descuento small {
  margin-top: 0.4em;
  color: #6b7280;
  font-size: 0.8em;
  white-space: nowrap;
}
/*FACTURACION*/
.ver {
  border: 0px;
  margin: 2em;
  padding: 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8f4ff;
  box-shadow: #006e71 3px 3px 10px -1px;
}
#facturas {
  width: 100%;
  border: 0px;
  float: left;
  padding: 2em;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8f4ff;
  box-shadow: #006e71 3px 3px 10px -1px;
}
.div_cerrado {
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: black;
  margin-bottom: 20px;
}
/*COMUNIDADES*/
.caja_comunidad {
  display: inline-block;
  margin: 1em;
  padding: 1em;
  border-radius: 5px;
  color: white;
  box-shadow: 5px 5px 20px 0px black;
  cursor: pointer;
  width: 15em;
  font-size: 20px;
}
.green {
  background-color: #00c1d5;
  -webkit-transition: all 2s;
  /* Safari */
  transition: all 0.5s;
}
.green:hover {
  background-color: #676262;
  color: #ffffa4;
}
.red {
  background-color: #676262;
  webkit-transition: all 2s;
  /* Safari */
  transition: all 0.5s;
}
.red:hover {
  background-color: #00c1d5;
  color: #80ff8a;
}
.comunidades {
  vertical-align: top;
  display: inline-block;
  margin: 1em;
  box-shadow: 1px 1px 5px 0px #0088cc;
  border-radius: 5px;
  padding: 1em;
  text-align: left;
  width: 40%;
  background-color: white;
}
.comunidades li:hover {
  background-color: #dedede;
}
.logo_back {
  background: url('../../../../images/itegra_backgroundpng.png') 50% 40% no-repeat;
  background-size: cover;
}
/*LOADING*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../../../images/loading_3.gif') 50% 40% no-repeat #f9f9f9;
  background-size: 10em;
  opacity: 0.8;
}
.loader_txt {
  width: auto;
  height: 20px;
  margin: auto;
  margin-top: 29%;
  text-align: center;
}
/*TABLAS*/
table {
  border: 0px;
}
td {
  border: 0px;
}
#mitabla th, td {
  border: 1px solid #E8E8E8;
}
/*DOBLE SCROLL EN TABLA*/
.wrapper1, .wrapper2 {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.wrapper1 {
  height: 20px;
}
.div1 {
  height: 20px;
  overflow-x: none;
}
.div2 {
  overflow-x: none;
}
/*FIN DOBLE SCROLL*/
.table_row_header {
  width: 100%;
  /*display: block;*/
  font-weight: bold;
}
.table_row {
  width: 100%;
  float: left;
  cursor: pointer;
}
.table_row_header_2 {
  display: none;
  float: left;
  vertical-align: middle;
  font-weight: bold;
  width: 15%;
}
.table_row_body {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.table_row_body:hover {
  color: #0088cc;
}
.table_row_body_2 {
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
}
.table_row_body_2:hover {
  color: #0088cc;
}
/*CATÁLOGO DEPORTES/MODALIDADES*/
.dm_cabecera {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 90%;
  margin: 1.5em auto 0;
}
.dm_subtitulo {
  color: #6b7280;
  margin: 0;
}
.dm_acciones_cabecera {
  display: flex;
  align-items: center;
  gap: 0.8em;
  flex-wrap: wrap;
}
.dm_acciones_cabecera .button .fa {
  margin-right: 0.4em;
}
.dm_buscador {
  display: flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.8em 1em;
}
.dm_buscador .fa-search {
  color: #006467;
}
.dm_buscador input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 1rem;
  outline: none;
}
.dm_lista {
  background-color: white;
  border-radius: 8px;
  box-shadow: #006e71 3px 3px 10px -1px;
  overflow: hidden;
}
.dm_fila {
  padding: 1em 1.5em;
  border-bottom: 1px solid #eee;
  transition: background-color 0.15s;
}
.dm_fila:last-child {
  border-bottom: none;
}
.dm_fila:hover {
  background-color: #e8f4ff;
}
.dm_fila_vista {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.6em;
}
.dm_fila_nombre {
  font-size: 1.05rem;
  flex: 1;
  min-width: 10em;
}
.dm_fila_acciones {
  display: flex;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}
.dm_fila_edicion {
  display: flex;
  align-items: center;
  gap: 0.8em;
  flex-wrap: wrap;
}
.dm_input_inline {
  flex: 1;
  min-width: 12em;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
}
.dm_input_inline:focus {
  outline: none;
  border-color: #00C1D5;
  box-shadow: 0 0 0 2px rgba(0, 193, 213, 0.2);
}
.dm_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  min-height: 44px;
  padding: 0 1em;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s, opacity 0.15s;
}
.dm_btn:focus-visible {
  outline: 2px solid #00C1D5;
  outline-offset: 2px;
}
.dm_btn[disabled] {
  opacity: 0.6;
  cursor: default;
}
.dm_btn_editar {
  background-color: #e8f4ff;
  color: #005a5a;
}
.dm_btn_editar:hover {
  background-color: #00C1D5;
  color: white;
}
.dm_btn_eliminar {
  color: #D14051;
  border-color: #D14051;
}
.dm_btn_eliminar:hover {
  background-color: #D14051;
  color: white;
}
.dm_btn_guardar {
  background-color: #02A799;
  color: white;
}
.dm_btn_guardar:hover {
  background-color: #005a5a;
}
.dm_btn_cancelar {
  background-color: transparent;
  color: #6b7280;
}
.dm_btn_cancelar:hover {
  background-color: #eee;
}
.dm_vacio {
  color: #6b7280;
  padding: 2em;
}
.celda {
  float: left;
  padding: 0 2em;
  /*width: 18%;*/
}
.label80 {
  width: 80%;
}
.label60 {
  width: 60%;
}
.label50 {
  width: 50%;
}
.label20 {
  width: 20%;
}
:root {
  --table_width: 800px;
  --table_body_height: 600px;
  --column_one_width: 60px;
  --column_two_width: 100px;
  --column_width: 80px;
}
/* MAIN MENU FIXED */
.fixed {
  position: fixed !important;
  width: 100%;
}
.imagen_logo_nav img {
  /*    background-image: url(/federados/itegra/img/firma_agile.png);
    background-repeat: no-repeat;
    background-size: contain;*/
  max-height: max-content;
  padding: 1rem;
}
/* FIN MAIN MENU FIXED */
/* TABLAS IQs y PCs */
.CSSTableGenerator {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #000000;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.CSSTableGenerator table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.CSSTableGenerator tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.CSSTableGenerator tr:nth-child(odd) {
  background-color: #ffffff;
}
.CSSTableGenerator tr:nth-child(even) {
  background-color: #86c2ff;
}
.CSSTableGenerator td {
  vertical-align: middle;
  border: 1px solid #000000;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 0.5em;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}
.CSSTableGenerator tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child {
  border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td {
  background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
  background: -moz-linear-gradient(center top, #005fbf 5%, #003f7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
  background: -o-linear-gradient(top, #005fbf, #003f7f);
  background-color: #005fbf;
  border: 0px solid #000000;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.CSSTableGenerator tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
/* FIN TABLAS IQs y PCs */
/*MEDIA QUERYS*/
@media screen and (max-width: 1150px) {
  .users_div {
    width: 100%;
    display: block;
    /*margin:1em;*/
    font-size: 10px;
  }
}
@media screen and (max-width: 60rem) {
  .buscar {
    width: 90%;
  }
  .input_, .input_2, .ver {
    display: inline-block;
    margin: 1em 1em;
    width: 100%;
  }
}
@media screen and (max-width: 50rem) {
  .buscar {
    width: 90%;
  }
  .table_row {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .table_row_header {
    display: none;
  }
  .table_row_header_2 {
    display: inline-block;
  }
  .table_row_body {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin-left: 3em;
  }
  .celda {
    display: block;
    width: 80% !important;
  }
  .fixed {
    position: relative !important;
  }
  .input_, .input_2, .ver {
    display: inline-block;
    margin: 1em 1em;
    width: 90%;
  }
  .input_ > input {
    width: 80%;
  }
  #g-expanded {
    padding: 0;
  }
}
.modal a.close-modal {
  top: 1em !important;
  right: 1em !important;
}
.videoInstrucciones {
  list-style: none;
}
.videoInstrucciones li {
  margin-bottom: 1em;
}
.videoInstrucciones li:before {
  content: "";
  line-height: 1em;
  width: 0.5em;
  height: 0.5em;
  background-color: #02A799;
  float: left;
  margin: 1em 1em 0;
  border-radius: 50%;
}
.menu-nuevomensaje {
  width: 95%;
  margin: 2em auto;
  overflow-x: auto;
  box-shadow: #5e5e5e 10px 10px 20px;
  border-radius: 30px;
  background-color: #eceff3;
}
.menu-nuevo-mensaje-header {
  width: 100%;
  border-bottom: 1px solid black;
  background-color: #e8f4ff;
  text-align: center;
}
.menu-nuevomensaje-title {
  cursor: pointer;
}
.mensaje-head {
  background-color: white;
  font-weight: bold;
  text-align: center;
}
.mensaje-table {
  text-align: center;
}
@media (max-width: 768px) {
  .clasePC {
    flex-direction: column;
    gap: 10px;
  }
}
.clasePC {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.PC-col {
  flex: 1;
}
/********************************
 Estilo de formulario Personal Itegra
 
 All rights reserved to: Håvard Brynjulfsen

********************************/
.formularioPersonal {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.h1formStaff {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}
.labelStaff {
  color: #0097a8;
  font-size: 1rem;
}
.inputStaff, .selectStaff {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #eee;
  font-size: 1.125rem;
  padding: 0.25rem 0;
  width: 100%;
  z-index: 1;
  transition: border-color 0.3s ease;
}
.inputStaff:focus, .inputStaff:valid, .selectStaff:focus {
  outline: none;
  border-bottom-color: #0097a8;
}
.tableStaff {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.tableStaff th, .tableStaff td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.tableStaff th {
  background-color: #0097a8;
  color: white;
  font-weight: bold;
}
.tableStaff > .g-block {
  background-color: #0097a8;
  padding: 12px;
  color: white;
  font-weight: bold;
}
/* Hacer la tabla responsive */
@media screen and (max-width: 768px) {
  .tableStaff {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .tableStaff th, .tableStaff td {
    padding: 10px;
    font-size: 14px;
  }
  .tableStaff th, .tableStaff td {
    text-align: center;
  }
  .table_row_body_2 {
    cursor: pointer;
  }
}
/* Ajustes responsivos */
@media (max-width: 768px) {
  .formularioPersonal {
    max-width: 100%;
    padding: 1rem;
  }
}
#buscarEmpleado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 20px auto;
}
/* Media query para pantallas pequeñas (hasta 768px) */
@media (max-width: 768px) {
  #buscarEmpleado {
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
  }
}
/* Media query para pantallas muy pequeñas (hasta 480px) */
@media (max-width: 480px) {
  #buscarEmpleado {
    margin-left: 0;
    gap: 2px;
    padding: 0.5rem;
  }
}
.tooltiptext_year, .tooltiptextMES, .tooltiptext_year_cli {
  display: none;
  min-width: 300px;
  max-width: 300px;
  background-color: #01daf7;
  color: black;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  transform: translateX(-60%);
  transition: opacity 0.3s;
  white-space: normal;
}
.mensajetxt {
  display: none;
  min-width: 850px;
  background-color: #01daf7;
  color: black;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  transform: translateX(-70%);
  transition: opacity 0.3s;
  white-space: normal;
}
#texto_apertura_container {
  display: none;
}
#crear_parte:checked ~ #texto_apertura_container {
  display: block;
}
#textoEmailAperturaParte {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  white-space: pre-wrap;
}
.msgPush {
  max-width: 480px;
  margin: 0 auto;
  padding: 1em;
}
.mensajeP {
  margin-bottom: 1em;
  border-radius: 8px;
  padding: 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.titulomsgPush {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.fechamsgPush {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.textoPush {
  font-size: 1em;
}
@media (max-width: 600px) {
  .msgPush {
    padding: 0.5em;
  }
  .mensajeP {
    padding: 0.7em;
  }
}
/* ── Campo Deportivo combobox ─────────────────────────── */
.campo_combobox {
  position: relative;
}
.campo_input_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.campo_input_icon {
  position: absolute;
  left: 0.65em;
  color: #aaa;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.campo_combobox input[type="text"] {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.52em 2em 0.52em 2.1em;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.campo_combobox input[type="text"]:focus {
  outline: none;
  border-color: #00C1D5;
  box-shadow: 0 0 0 3px rgba(0, 193, 213, 0.13);
}
.campo_combobox.abierto input[type="text"] {
  border-radius: 6px 6px 0 0;
}
#campo_clear {
  position: absolute;
  right: 0.4em;
  background: none;
  border: none;
  cursor: pointer;
  color: #bbb;
  font-size: 0.95em;
  line-height: 1;
  padding: 0.25em 0.3em;
  display: none;
  border-radius: 50%;
  transition: color 0.15s, background 0.15s;
}
#campo_clear:hover {
  color: #555;
  background: #f0f0f0;
}
/* Dropdown */
.campo_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #00C1D5;
  border-top: none;
  border-radius: 0 0 7px 7px;
  max-height: 260px;
  overflow-y: auto;
  z-index: 999;
  display: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  animation: campoSlideIn 0.14s ease;
}
@keyframes campoSlideIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Cabecera del dropdown */
.campo_dropdown_header {
  padding: 0.28em 0.7em;
  font-size: 0.76em;
  color: #999;
  background: #f8fdfe;
  border-bottom: 1px solid #e8f4ff;
  user-select: none;
}
/* Items */
.campo_dropdown_item {
  padding: 0.48em 0.7em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.1s;
}
.campo_dropdown_item:last-child {
  border-bottom: none;
}
.campo_dropdown_item:hover, .campo_dropdown_item.foco {
  background: #e8f4ff;
}
.campo_dropdown_item.seleccionado {
  background: #e0fafc;
}
.campo_item_body {
  flex: 1;
  min-width: 0;
}
.campo_item_nombre {
  font-size: 0.9em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campo_item_nombre mark {
  background: #fff3b0;
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
  font-style: normal;
}
.campo_item_dir {
  font-size: 0.76em;
  color: #aaa;
  margin-top: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campo_item_check {
  display: none;
  color: #00C1D5;
  font-size: 1.05em;
  flex-shrink: 0;
}
.campo_dropdown_item.seleccionado .campo_item_check {
  display: block;
}
/* Sin resultados */
.campo_dropdown_empty {
  padding: 0.75em 0.7em;
  color: #aaa;
  font-size: 0.88em;
  text-align: center;
}
/* Spinner de carga */
.campo_loading {
  display: none;
  align-items: center;
  gap: 0.45em;
  color: #aaa;
  font-size: 0.88em;
  padding: 0.4em 0;
}
.campo_loading.visible {
  display: flex;
}
.campo_spinner {
  width: 14px;
  height: 14px;
  border: 2px solid #e0e0e0;
  border-top-color: #00C1D5;
  border-radius: 50%;
  flex-shrink: 0;
  animation: campoGiro 0.65s linear infinite;
}
.rt_cita_badge {
  display: inline-block;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 0.82em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  user-select: none;
}
.rt_cita_badge.rt_ro {
  cursor: default;
  pointer-events: none;
}
.rt_cita_realizada {
  background: #02A799;
  color: #fff;
}
.rt_cita_realizada:hover {
  background: #005a5a;
  color: #fff;
}
.rt_cita_pendiente {
  background: #e8f4ff;
  color: #005a5a;
  border: 1px solid #00C1D5;
}
.rt_cita_pendiente:hover {
  background: #00C1D5;
  color: #fff;
}
.rt_cita_vencida {
  background: #fde8e8;
  color: #8b1a1a;
  border: 1px solid #D14051;
}
.rt_cita_vencida:hover {
  background: #D14051;
  color: #fff;
}
.rt_add_btn {
  background: none;
  border: 1px dashed #00C1D5;
  color: #00C1D5;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  font-size: 1.1em;
}
.rt_add_btn:hover {
  background: #00C1D5;
  color: #fff;
}
.rt_add_btn.rt_add_btn_pasado {
  border-color: #e07b00;
  color: #e07b00;
}
.rt_add_btn.rt_add_btn_pasado:hover {
  background: #e07b00;
  color: #fff;
  border-color: #e07b00;
}
.rt_edit_btn {
  cursor: pointer;
  color: #004147;
  font-size: 2em;
  margin-left: 2px;
  opacity: 0.7;
}
.rt_edit_btn:hover {
  opacity: 1;
}
.rt_anio_nav {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.rt_anio_nav button {
  background: none;
  border: 1px solid #00C1D5;
  color: #00C1D5;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  padding: 0;
  transition: background 0.12s, color 0.12s;
}
.rt_anio_nav button:hover {
  background: #00C1D5;
  color: #fff;
}
.rt_anio_nav span {
  font-weight: bold;
  font-size: 1.05em;
  min-width: 3em;
  text-align: center;
  color: #005a5a;
}
.rt_cal {
  user-select: none;
}
.rt_cal .rt_cal_header {
  text-align: center;
  font-weight: bold;
  color: #005a5a;
  margin-bottom: 0.5em;
  font-size: 0.95em;
}
.rt_cal .rt_cal_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.rt_cal .rt_cal_label {
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  color: #888;
  padding-bottom: 0.2em;
}
.rt_cal .rt_cal_dia {
  text-align: center;
  padding: 0.35em 0;
  border-radius: 4px;
  font-size: 0.88em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.1s, color 0.1s;
}
.rt_cal .rt_cal_dia:hover {
  background: #e8f4ff;
  border-color: #00C1D5;
  color: #005a5a;
}
.rt_cal .rt_cal_dia.selected {
  background: #00C1D5;
  color: #fff;
  border-color: #00C1D5;
  font-weight: bold;
}
.rt_cal .rt_cal_vacio {
  visibility: hidden;
}
@keyframes campoGiro {
  to {
    transform: rotate(360deg);
  }
}
.rta_comentario_nuevo {
  font-weight: bold;
  border-left: 3px solid #D14051 !important;
  background: #fdecea !important;
}
.fich-kpi-card {
  background: white;
  border-radius: 14px;
  padding: 1em 1.4em;
  min-width: 170px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  flex: 1 1 170px;
}
.fich-kpi-card .fich-kpi-val {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.1;
}
.fich-kpi-card .fich-kpi-label {
  font-size: 0.82em;
  color: #555;
  margin-top: 0.25em;
}
.fich-kpi-card .fich-kpi-sub {
  font-size: 0.72em;
  color: #999;
  margin-top: 0.15em;
}
.fich-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-size: 0.92em;
}
.fich-table thead tr {
  background: #e8ecf4;
  color: #111;
  text-align: center;
}
.fich-table thead th {
  padding: 0.75em 1em;
  font-weight: 600;
  white-space: nowrap;
}
.fich-table thead th:first-child {
  text-align: left;
}
.fich-table tbody tr.fich-data-row {
  border-bottom: 1px solid #eee;
  transition: background 0.15s;
}
.fich-table tbody tr.fich-data-row:hover {
  background: #f0f4fb !important;
}
.fich-table tbody td {
  padding: 0.7em 1em;
  text-align: center;
  vertical-align: middle;
}
.fich-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
}
.fich-badge {
  display: inline-block;
  border-radius: 10px;
  padding: 0.2em 0.65em;
  font-weight: bold;
  font-size: 0.88em;
  color: white;
}
.fich-badge-red {
  background: #e74c3c;
}
.fich-badge-orange {
  background: #e67e22;
}
.fich-badge-amber {
  background: #f39c12;
}
.fich-badge-green {
  background: #27ae60;
}
.fich-ok {
  color: #27ae60;
  font-size: 1.1em;
}
.fich-cal-row td {
  padding: 1.2em 1.5em;
  background: #f4f7fb;
}
.fich-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  max-width: 620px;
  margin: 0 auto;
}
.fich-cal-header {
  font-weight: bold;
  font-size: 0.8em;
  color: #fff;
  background: #2c3e6b;
  border-radius: 5px;
  padding: 0.35em;
  text-align: center;
}
.fich-cal-day {
  border-radius: 7px;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.78em;
  font-weight: bold;
  cursor: default;
  transition: transform 0.1s;
  border: 2px solid transparent;
}
.fich-cal-day:hover {
  transform: scale(1.08);
  z-index: 1;
  position: relative;
}
.fich-cal-day .fich-day-num {
  font-size: 1em;
}
.fich-cal-day .fich-day-hrs {
  font-size: 0.85em;
  font-weight: normal;
  opacity: 0.9;
}
.fich-cal-day .fich-day-in {
  font-size: 0.75em;
  opacity: 0.85;
}
.fich-cal-day .fich-day-ico {
  font-size: 0.9em;
}
.fich-cal-empty {
  min-height: 54px;
}
.fich-legend {
  display: flex;
  gap: 0.9em;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.78em;
  color: #555;
  margin-bottom: 0.9em;
}
.fich-legend-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 3px;
}
/* Skeleton de filas mientras el plugin AJAX devuelve la tabla (js/dashboardTramitador.js).
   Antes habia un spinner suelto y no se percibia: el acordeon se abre con slideToggle, el
   contenedor medía lo que medía el spinner y al llegar las filas pegaba un salto. */
.dt_skeleton {
  padding: 0.3em 0 0.8em;
}
.dt_skeleton_aviso {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.7em 0 1em;
  color: #7a7a7a;
  font-size: 0.88em;
}
.dt_skeleton_row {
  display: grid;
  gap: 0.9em;
  align-items: center;
  padding: 0.9em 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dt_skeleton_row:nth-child(odd) {
  background: rgba(232, 244, 255, 0.4);
}
.dt_skeleton_cell {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e3e7ea 25%, #f4f6f8 50%, #e3e7ea 75%);
  background-size: 200% 100%;
  animation: dt_shimmer 1.3s ease-in-out infinite;
}
@keyframes dt_shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
/* La cabecera de la card es lo unico que se ve cuando el acordeon se abre por debajo del
   borde de la pantalla, asi que el spinner va tambien junto a su chevron */
.dt_cabecera_spinner {
  margin-left: 0.45em;
  color: #00C1D5;
}
.dt_carga_error {
  color: #D14051;
  text-align: center;
  padding: 1em;
}
@media (prefers-reduced-motion: reduce) {
  .dt_skeleton_cell {
    animation: none;
    background: #e3e7ea;
  }
  .dt_cabecera_spinner {
    display: none;
  }
}
/* Filtro por deporte del listado de bases de competicion (itegra/deportes_jocs.php) */
.deportes_jocs_filtro {
  margin-bottom: 1em;
}
.deportes_jocs_filtro label {
  margin-right: 0.5em;
}
.deportes_jocs_filtro select {
  padding: 0.3em 0.5em;
}
#inn_seleccion {
  display: none;
  clear: both;
  margin: 1.5em 0;
  padding: 0;
  background: #fff;
  border: 1px solid #cfe6ea;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 90, 90, 0.08);
  overflow: hidden;
}
#inn_seleccion .inn-cab {
  padding: 0.9em 1.2em;
  background: #e8f4ff;
  border-bottom: 1px solid #cfe6ea;
}
#inn_seleccion .inn-cab b {
  color: #005a5a;
}
#inn_seleccion .inn-cab span {
  display: block;
  font-size: 0.85em;
  color: #5a6b6b;
  margin-top: 0.2em;
}
#inn_seleccion .inn-scroll {
  overflow-x: auto;
}
#inn_seleccion table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
}
/* El mismo degradado que .button del tema, para que la cabecera sea
   exactamente el azul de los botones y no un cian aproximado */
#inn_seleccion thead th {
  background-image: linear-gradient(141deg, #1fc8db 0%, #00C1D5 51%, #2cb5e8 75%);
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0.7em 1em;
  white-space: nowrap;
}
#inn_seleccion tbody tr {
  border-bottom: 1px solid #eceff0;
  cursor: pointer;
}
#inn_seleccion tbody tr:last-child {
  border-bottom: 0;
}
#inn_seleccion tbody tr:nth-child(even) {
  background: #fbfdfd;
}
/* La fila entera es clicable, no solo el boton */
#inn_seleccion tbody tr:hover {
  background: #e8f4ff;
}
#inn_seleccion tbody td {
  padding: 0.7em 1em;
  vertical-align: middle;
}
/* Tabular para poder comparar DNIs y licencias de un vistazo */
#inn_seleccion .inn-id {
  font-family: monospace;
  font-size: 1.05em;
  color: #005a5a;
  white-space: nowrap;
}
#inn_seleccion .inn-nombre {
  font-weight: bold;
}
#inn_seleccion .inn-vacio {
  color: #9aa7a7;
}
#inn_seleccion .inn-accion {
  text-align: right;
  white-space: nowrap;
}
#inn_seleccion .inn-accion button {
  background: #00C1D5;
  color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 0.45em 1.4em;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.95em;
}
#inn_seleccion tbody tr:hover .inn-accion button {
  background: #005a5a;
}
#inn_seleccion .inn-pie {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  padding: 0.9em 1.2em;
  background: #fbfdfd;
  border-top: 1px solid #eceff0;
}
#inn_seleccion .inn-pie .inn-nuevo {
  background: #fff;
  color: #005a5a;
  border: 2px solid #00C1D5;
  border-radius: 20px;
  padding: 0.45em 1.4em;
  font-weight: bold;
  cursor: pointer;
}
#inn_seleccion .inn-pie .inn-cancelar {
  background: none;
  border: 0;
  color: #5a6b6b;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 50rem) {
  #inn_seleccion .inn-pie {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
/* Marcado de un campo con error: borde rojo, mensaje debajo y un temblor
   corto que lleva la mirada al input que falla */
#formAltaInnominado input.inn-mal, #formAltaInnominado select.inn-mal, #formAltaInnominado button.inn-mal {
  border: 2px solid #D14051 !important;
  background: #fff5f6 !important;
}
#formAltaInnominado .inn-error-campo {
  display: block;
  margin-top: 0.3em;
  color: #D14051;
  font-size: 0.85em;
  font-weight: bold;
}
@keyframes innTemblor {
  0%, 100% {
    transform: translateX(0);
  }
  15%, 45%, 75% {
    transform: translateX(-5px);
  }
  30%, 60%, 90% {
    transform: translateX(5px);
  }
}
#formAltaInnominado input.inn-temblor, #formAltaInnominado select.inn-temblor, #formAltaInnominado button.inn-temblor {
  animation: innTemblor 0.45s ease-in-out;
}
/* Quien haya pedido menos animacion en su sistema solo ve el rojo */
@media (prefers-reduced-motion: reduce) {
  #formAltaInnominado input.inn-temblor, #formAltaInnominado select.inn-temblor, #formAltaInnominado button.inn-temblor {
    animation: none;
  }
}
/* Desplegable propio del campo Deporte: un <select> nativo abre hacia
   arriba en cuanto no cabe debajo (lo decide el navegador, no se puede
   forzar por CSS), y aqui tiene que abrir siempre hacia abajo. Mismo
   aspecto (caja + flecha propia) en Sexo, para que los dos salgan
   iguales: por eso estas tres reglas van por clase, no por #inn_modalidad_wrap. */
#formAltaInnominado .inn-combo {
  position: relative;
}
#formAltaInnominado .inn-combo-boton {
  width: 100%;
  height: 2.6em;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 1.8em 0.5em 0.7em;
  font: inherit;
  text-align: left;
}
/* select.inn-combo-boton: quita la flecha nativa del navegador (la que se
   ve es la del span .inn-combo-flecha, igual que en Deporte) y centra el
   texto con line-height en vez de padding vertical: el <select> no calcula
   su alto igual que un <input> con el mismo padding, y sin esto el texto
   queda recortado contra el borde superior de la caja. */
select.inn-combo-boton {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.6em;
}
#formAltaInnominado .inn-combo-flecha {
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  color: #5a6b6b;
  pointer-events: none;
}
#formAltaInnominado .inn-combo-boton:focus {
  outline: 2px solid #00C1D5;
  outline-offset: 1px;
}
#inn_modalidad_wrap .inn-combo-lista {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0.2em 0 0;
  padding: 0.3em 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  max-height: 14em;
  overflow-y: auto;
}
#inn_modalidad_wrap .inn-combo-lista[hidden] {
  display: none;
}
#inn_modalidad_wrap .inn-combo-lista li {
  padding: 0.45em 0.7em;
  cursor: pointer;
}
#inn_modalidad_wrap .inn-combo-lista li:hover, #inn_modalidad_wrap .inn-combo-lista li.inn-combo-activa {
  background: #e8f4ff;
}
/* ==========================================================================
   Panel "Facturas pendientes de enviar" — itegra/enviar_facturas.php
   (contenido servido por el plugin ajax facturasPendientesEnvio)
   ========================================================================== */
.pendientes_envio {
  width: 85%;
  margin: 2em auto;
  background: #fff;
  border: 1px solid rgba(0, 90, 90, 0.15);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.pendientes_envio > summary {
  display: flex;
  align-items: center;
  gap: 0.75em;
  min-height: 2.75em;
  /* 44px de zona pulsable */
  padding: 0.9em 1.25em;
  background: #e8f4ff;
  color: #005a5a;
  font-size: 1.1em;
  cursor: pointer;
  list-style: none;
  /* fuera el triangulito del navegador */
}
.pendientes_envio > summary::-webkit-details-marker {
  display: none;
}
.pendientes_envio > summary:hover {
  background: rgba(0, 193, 213, 0.18);
}
.pendientes_envio > summary:focus-visible {
  outline: 3px solid #00C1D5;
  outline-offset: -3px;
}
.pendientes_envio_titulo {
  font-weight: 700;
}
.pendientes_envio_badge {
  min-width: 2.2em;
  padding: 0.15em 0.7em;
  border-radius: 1em;
  background: #D14051;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.pendientes_envio_badge.esta_vacio {
  background: #02A799;
}
.pendientes_envio_flecha {
  margin-left: auto;
  color: #006467;
  transition: transform 0.2s ease-out;
}
.pendientes_envio[open] .pendientes_envio_flecha {
  transform: rotate(180deg);
}
.pendientes_envio_cuerpo {
  padding: 1.25em;
}
/* --- Tabla ---------------------------------------------------------------- */
.pendientes_envio_tabla {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}
.pendientes_envio_tabla thead th {
  padding: 0.75em 1em;
  background: #005a5a;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}
.pendientes_envio_tabla tbody td {
  padding: 0.7em 1em;
  border-bottom: 1px solid #e6eaea;
  vertical-align: middle;
}
.pendientes_envio_tabla tbody tr:nth-child(even) {
  background: #fafbfb;
}
.pendientes_envio_tabla tbody tr:hover {
  background: #e8f4ff;
}
.pendientes_envio_aseguradora {
  font-weight: 700;
  color: #005a5a;
}
.pendientes_envio_secundario {
  color: #5a6b6b;
}
.pendientes_envio_mes {
  display: inline-block;
  padding: 0.2em 0.7em;
  border-radius: 1em;
  background: #e8f4ff;
  color: #006467;
  font-size: 0.9em;
  white-space: nowrap;
}
.pendientes_envio_num {
  text-align: right;
  font-size: 1.1em;
  font-weight: 700;
  color: #005a5a;
  font-variant-numeric: tabular-nums;
  /* la columna de cifras no baila */
}
.pendientes_envio_accion {
  text-align: right;
  white-space: nowrap;
}
.pendientes_envio_accion a {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  min-height: 2.75em;
  padding: 0.5em 1em;
  border: 1px solid #00C1D5;
  border-radius: 4px;
  color: #006467;
  font-weight: 600;
  text-decoration: none;
}
.pendientes_envio_accion a:hover, .pendientes_envio_accion a:focus {
  background: #00C1D5;
  color: #fff;
}
.pendientes_envio_accion a:focus-visible {
  outline: 3px solid #006467;
  outline-offset: 2px;
}
.pendientes_envio_tabla tfoot td {
  padding: 0.75em 1em;
  background: #f2f5f5;
  border-top: 2px solid #00C1D5;
  color: #005a5a;
  font-weight: 700;
}
.pendientes_envio_nota {
  margin: 0.9em 0 0;
  color: #5a6b6b;
  font-size: 0.85em;
}
/* --- Descargar Excel ------------------------------------------------------ */
.pendientes_envio_acciones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  margin: 1em 0 0;
}
.pendientes_envio_acciones .pendientes_envio_nota {
  margin: 0;
}
.pendientes_envio_acciones button[disabled] {
  opacity: 0.6;
  cursor: progress;
}
/* --- Estado vacío --------------------------------------------------------- */
.pendientes_envio_vacio {
  padding: 2.5em 1em;
  color: #5a6b6b;
  text-align: center;
}
.pendientes_envio_vacio .fa {
  display: block;
  margin-bottom: 0.4em;
  color: #02A799;
  font-size: 2.5em;
}
.pendientes_envio_vacio b {
  display: block;
  margin-bottom: 0.25em;
  color: #005a5a;
  font-size: 1.1em;
}
.pendientes_envio_vacio.es_error .fa {
  color: #D14051;
}
/* --- Carga ---------------------------------------------------------------- */
.pendientes_envio_skeleton span {
  display: block;
  height: 1.2em;
  margin: 0.7em 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #eceff0 25%, #f6f8f8 50%, #eceff0 75%);
  background-size: 200% 100%;
  animation: pendientes_envio_brillo 1.2s ease-in-out infinite;
}
@keyframes pendientes_envio_brillo {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.pendientes_envio_oculto {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .pendientes_envio_skeleton span {
    animation: none;
  }
  .pendientes_envio_flecha {
    transition: none;
  }
}
/* --- Móvil: la tabla pasa a fichas, sin scroll horizontal ----------------- */
@media screen and (max-width: 768px) {
  .pendientes_envio {
    width: auto;
    margin: 1.5em 0.5em;
  }
  .pendientes_envio_tabla thead {
    position: absolute;
    left: -9999px;
    /* sigue leyéndose con lector de pantalla */
  }
  .pendientes_envio_tabla tbody tr {
    display: block;
    margin-bottom: 0.75em;
    padding: 0.4em;
    border: 1px solid #e6eaea;
    border-radius: 6px;
  }
  .pendientes_envio_tabla tbody td {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    padding: 0.45em 0.5em;
    border: 0;
  }
  .pendientes_envio_tabla tbody td::before {
    content: attr(data-label);
    color: #5a6b6b;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .pendientes_envio_num, .pendientes_envio_accion {
    text-align: left;
  }
  .pendientes_envio_accion a {
    width: 100%;
    justify-content: center;
  }
  .pendientes_envio_tabla tfoot {
    display: none;
  }
}
/*# sourceMappingURL=custom_28.css.map */