body {
    background-color: #ffffff;
}

#header > .container, #header {
    background: #ffffff !important;
}

header#header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start  !important;
    align-items: center !important;
}

#header .logo img {
    width: 150px !important;
    height: auto !important;
}

div#navbar-logo {
    display: flex !important;
    flex-direction: row;
}

#header > .container {
    height: auto;
    margin-bottom: 0px;
    position: relative;
    display: table;
    max-width: 100%;
}

#header > .navbar-collapse > .container {
    width: 100% !important;
}

 ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
    background-color: #f69239;
}
ul#idiomaPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffffff;
}

/*------Login-------*/

.body-sign .panel-sign .panel-title-sign .title {
    background-color: #ec1c24;
}

.body-sign .panel-sign .panel-body {
    border-top-color: #ec1c24;
}

.imagenCentralLogin {
    background-color: #ffffff;
}

.body-sign .panel-sign .panel-body {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

/*------cuotas-------*/

div#MainContent_divAltaNoPermitida {
    margin: 0;
    background-color: antiquewhite;
}

label#MainContent_lblAltaNoPermitida {
    text-transform: uppercase;
    text-align: center;
}

html.dark .checkbox-primary input[type="checkbox"]:checked + label:after, .checkbox-primary input[type="checkbox"]:checked + label:after {
    color: #000000;
}

/*-----altas------*/

div#divContainerWell {
    background-color: transparent;
    border: none;
}

div#divContainerWell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#MainContent_divCuotas {
    display: table;
    align-items: center;
}

.featured-box .box-content {
    border-top: 3px solid #ff0000;
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #f69239;
}

body .btn-primary {
    background-color: #ec1c24;
    border-color: #ec1c24;
}

.modal-block-primary .modal-icon .fa {
    color: #f69239;
}

body .btn-primary:hover {
    border-color: #ec1c24;
    background-color: #ffffff;
    color: #ec1c24;
}

.datepicker table tbody tr td.day.active:hover {
    background: #f69239;
    color: white;
}

.modal-block-primary .fa {
    color: #ff0000;
}

nav ul.nav-main li a {
    position: relative; /* Necesario para posicionar el borde */
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block; /* Asegura que el borde tenga el ancho del texto */
}

nav ul.nav-main li a:hover {
    color: #000000 !important;
    background-color: #FFFFFF;
}

/* Fieldset Moderno */
#w4-DatosPersonales fieldset {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0px;
}

#radioTipoDocumento {
    display: inline;
    padding-left: 0px;
    float: left;
    width: 100%;
}

div#MainContent_divNombre {
    width: 100%;
}

div#MainContent_UpdatePanelNombre {
    width: 50%;
}
div#MainContent_UpdatePanelApellidos {
    width: 50%;
}

div#MainContent_divApellidos {
    width: 100%;
}

#radioTipoDocumento {
    padding-left: 0px;
}

div#MainContent_divNick {
    width: 100% !important;
}

div#MainContent_divEmail {
    width: 100%;
}

div#MainContent_UpdatePanelNck {
    width: 50%;
}

div#MainContent_UpdatePanelEmail {
    width: 50%;
}

div#MainContent_divLocalidad {
    width: 50%;
}

div#MainContent_divProvincia {
    width: 50%;
}


div#MainContent_divTextoDireccion {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div#MainContent_divCP {
    width: 33%;
}

#w4-DatosPersonales fieldset {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 0px;
}

h1#MainContent_h2InformacionDatosPersona {
    display: none;
}

div#MainContent_divAccionesComerciales {
    margin-top: 20px !important;
    border: 3px solid #ff0000;
}

.MainContent_chkCondiciones a, .btn-link {
    color: #ff0000;
}

html.dark .checkbox-primary label:before, .checkbox-primary label:before {
    background: #ff0000;
    border-color: #ff0000;
}

fieldset#MainContent_flDatosBancarios {
    margin: 15px;
}

div#MainContent_pnlCondiciones {
    margin: 15px;
}

.form-control {
    color: #000000;
    border: 0px solid #000000;
    border-radius: 0px;
}

div#MainContent_divFechaDeNacimiento {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0px;
}

#radioTipoDocumento {
    padding-left: 0px !important;
}

div#MainContent_divSexo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    color: black;
}

div#MainContent_divAccionesComerciales {
    margin-top: 20px !important;
    border: 3px solid #ff0000;
    background-color: white;
    padding-top: 10px;
}

input#MainContent_btnValidar {
    margin: 0px !important;
    padding: 15px;
    background-color: #ec1c24;
    color: #ffffff;
    border: 2px solid #ec1c24;
    width: 60%;
}

input#MainContent_btnVolverAtras {
    width: 39%;
    margin: 0px !important;
    padding: 15px;
    background-color: #f69239;
    color: #ffffff;
    border: 2px solid #f69239;
}

.form-control:focus {
    border-color: #000000;
    border: 2px solid #000000;
    box-shadow: none;
    background: rgba(0, 136, 204, 0.1);
}

.fromItemButtons {
    width: 100%;
}


.form-control {
    background-color: #f6f6f6;
    border: none !important;
    box-shadow: none;
    color: black !important;
} 

form label {
    color: black;
}

.form-control:focus {
    border-color: #000000 !important;
    border: 2px solid #000000 !important;
    box-shadow: none;
    background: rgba(0, 136, 204, 0.1) !important;
}

div#MainContent_divAccionesComerciales {
    border: 3px solid #000000;
}

html.dark .checkbox-primary label:before, .checkbox-primary label:before {
    background: #ffffff;
    border-color: #000000;
    border-radius: 0px !important;
    border: 2px solid;
}

.featured-box {
    border-radius: 0px;
}

.featured-box .box-content {
    border-top: 4px solid #ff0000;
    height: 100% !important;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
}

#MainContent_divCuotas .col-md-3 {
    width: 30%;
}


.body {
    min-height: calc(100vh - 440px);
    width: 100%;
    background-color: white;
}

.featured-box .box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
    padding: 20px;
    max-width: auto;
    margin: 20px auto;
    gap: 5px;
    background-color: white;

    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.icon-featured {
  font-size: 2.5rem;
  color: #007bff; /* Color azul profesional */
  margin-bottom: 10px;
}

.featured-box .box-content h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.descriptionCuota {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #777;
  text-align: justify; /* Aquí aplicamos lo que vimos antes */
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 10px;
}

html .wizard-progress .wizard-steps li.completed a span, html.dark .wizard-progress .wizard-steps li.completed a span {
    border-color: #f69239;
    background: #f69239;
}

html .wizard-progress .wizard-steps li.active a span, html.dark .wizard-progress .wizard-steps li.active a span {
    color: #f69239;
    border-color: #f69239;
}

html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
    background: #f69239;
}

#h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    border: 3px solid #ec1c24 !important;
    color: #ffffff !important;
    background-color: #ec1c24 !important;
}

#h3YaFuiSocioDatosPersona:hover {
    color: #ffffff !important;
    background-color: #f69239 !important;
    border: 3px solid #f69239 !important;
}

body .btn-primary:active, body .btn-primary:focus {
    border-color: #f69239;
    background-color: #f69239;
    color: #ffffff;
}

input#MainContent_btnCancelar {
    margin: 0px !important;
    padding: 15px;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ec1c24;
    width: 40%;
}

.col-md-offset-3 {
    width: 100%;        
    margin-left: 0%;
}

.pricing-table h3 {
    background: #ec1c24;
}

.pricing-table h3 span {
    color: #ec1c24;
}


a#MainContent_btnPagoTarjeta {
    margin: 0px !important;
    padding: 15px;
    background-color: #ec1c24;
    color: #000000;
    border: 2px solid #ec1c24;
    width: 40%;
}

/*------cursillos-----*/

.col-md-12.col-lg-12.tituloCursillosPublic {
    background-color: #ffffff;
}

div#filtros {
    background-color: #ffffff;
}

.panel.cursillospanel {
    background-color: #ffffff;
}

.col-md-12.well.text-center {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.col-xs-12 {
    box-shadow: none;
    width: 90%;
    margin: 0px;
    padding: 0px;
}

div#step-1 {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #ffffff;
}

.card.card-just-text .content {
    padding: 0px;
}

h4.title.title-modern.tituloCursillo-modern {
    font-size: 20px;
}

.panel {
    box-shadow: none;
}
    
/*------foother-----*/

.devBy {
    margin-top: 0px;
}

footer#footer {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #363636;
}

#footer .footer-copyright #sub-menu ul li a {
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
}

.devBy span {
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-copyright .container div {
    justify-content: space-between;
}

.footer-copyright .container {
    width: 100%;
    margin: 50px;
}

#footer .container .row > div {
    width: auto;
}


div#MainContent_divContainerInternoBotones{
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}

.card .filter, .card .header .actions {
    background-color: rgb(246 146 57);
}

div#divContainerInternoTextoPublico {
    display: none;
}

.imagenCentralLogin {
    background: url(/Personalizar/Img/fondo-login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 1px;
    min-height: 100vh;
}

.footer-copyright .row {
    display: block;
    text-align: center;
}

.footer-copyright .row::after {
    content: "teléfono de contacto: 660853397 /  mail: lanucia@emtesport.com";
    white-space: pre-line;
    display: block;
    align-items: center;

    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #ccc;

    /* CLAVE */
    width: 100%;
}