/* FUENTES */

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/* ----------------------GENERAL---------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e !important;
    font-weight: 200;
	font-family:'Poppins', sans-serif;
    letter-spacing: -1px;
    margin: 0;
}
#radio > label, #radio2 > label, #radioTipoDocumento > span > label {
    padding: 15px 1px 15px;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all .4s;
    border: 2px solid;
    text-align: center;
}
h4.title-modern.titulogrupo {
    color: white !important;
}
.tm-box {
   /*background-color: white!important;*/
}
h4.title.title-modern {
    color: white !important;
}
table#tablaPlazas * {
    border: none;
    padding: 0;
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 2px;
}
.shop .total-amount {
    font-size: 1.7em;
    display: block;
    padding-top: 10px;
    color: black !important;
}
.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
    min-height: 330px;
}
body{
	background: url(/Personalizar/Img/fondo.jpg);
	background-attachment:fixed;
	background-size:cover;
}

body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0px !important;
    background-color: #005FCF;
    border-color: #005FCF;
	transition:500ms;
}
body .btn-primary:hover{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0px !important;
    background-color:#242751;
    border-color: #242751 !important;
	transition:500ms;
}

body .btn-primary:active, body .btn-primary:focus {
    border-color: #242751 !important;
    background-color: red;
}

.imagenCentralInicio {
    min-height: 745px;
}
div#USER1 {
	color: #005FCF;
	font-size:1.5em;
	font-weight: bold;
}
div#USER2 {
	color: black;
	font-size:1.5em;
}

/* ---------------------CABECERA---------------------- */
#header > .navbar-collapse > .container {
    position: relative;
    max-width: unset !important;
    width: 100%;
}
	/* IDIOMAS */
		div#idiomas {
			position: absolute;
			left: 90%;
			top: 0%;
			z-index: 1000;
		}
		input#btnLenguajeES, input#btnLenguajeEN , input#btnLenguajeCA  {
			width:20px !important;
		}
		
		input#btnLenguajeEU, input#btnLenguajeFR, #btnLenguajePT{
			width: 19px !important;
		}
		
		
	/* LOGO */
		#header .logo img {
			width: auto !important;
			height: 70px !important;
			margin-top: -10px;
}
		
		
		#header .logo-sticky-active img{
			width: auto !important;
			height: 58px !important;
			top: -10px !important;
			content: url(/Personalizar/Img/logomini.png) !important;
		}
	
	/* HEADER */
		#header {
			    background: #FFFFFF;
				border-top: none !important;
				height: 76px;
				min-height: unset !important;
			}
		body.sticky-menu-active #header {
			border-bottom: 1px solid #E9E9E9;
			position: fixed;
			top: -29px;
			width: 100%;
			z-index: 1001;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
			filter: none;
			background: #ffffff;
		}
	/* MENU */
		.sticky-menu-active #header .navbar-collapse {
			    margin-top: -88px;
		}
		.sticky-menu-deactive #header .navbar-collapse {
    margin-top: -102px;
}
		 #header .navbar-collapse{
			margin-top:-85px;
		}
		#header nav ul.nav-main li a {
			    color: #ffffff;
				font-family: 'Poppins', sans-serif, Arial, Helvetica;
				font-size: 100%;
				font-weight: bold;
				letter-spacing: 1px;
		}
		#header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a:active {
			color: #ffffff;
			background:none !important;
			transition:500ms;
		}
		.sticky-menu-active #header nav ul.nav-main li a {
			    color: #002060;
		}
div#divContainerWell {
    padding: 0px !important;
    width: 100%;
}
		/************************************************************/
		ul#mainMenu a{
			vertical-align: middle;
			-webkit-transform: perspective(1px) translateZ(0);
			transform: perspective(1px) translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			overflow: hidden;
			border-radius:0px !important;
			position: relative;
		}	
			
		ul#mainMenu a:before{
			content: "";
			position: absolute;
			z-index: -1;
			left: 51%;
			right: 51%;
			bottom: 0;
			background: #ffffff;
			height: 2px;
			-webkit-transition-property: left, right;
			transition-property: left, right;
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
		}
		ul#mainMenu a:hover:before, ul#mainMenu a:focus:before, ul#mainMenu a:active:before {
			left: 0;
			right: 0;
		}



		/***********************************************************/
	
/* ----------------------INICIO----------------------- */
	/* BOTONES INICIO */
		div#MainContent_divContainerInternoBotones {
			border-radius: 0px !important;
			border: 0px;
			background: none !important;
			order: 2;
			width: 100%;
			padding-left: 0px;
			box-shadow: none !important;
			padding-right: 0px;
		}
		
	/* TEXTO PUBLICO */
		#divContainerInternoTextoPublico {
			min-height: 250px;
			background: transparent !important;
			border-radius: 0px !important;
			border: 0px !important;
			margin-top: 35px;
			box-shadow: none;
			margin-bottom: -11px;
		}
div#users {
    margin-top: 43px;
    width: 100%;
	text-align:center;
}
div#users p {
    font-size: 20px;
    letter-spacing: 2px;
	color: black;
	margin-bottom: 0px;
}
.col-md-12.well.text-center {
    background: transparent !important;
    border: 0px;
}
.col-xs-12 {
    box-shadow: none;
}
span.rotate {
    display: none;
}
header.header {
    background: white !important;
    border: 0px;
}

div#users p b{
    color:#002060;
}
div#user1, #user2 {
    display: inline-block;
    text-align: center;
	padding:12px;
    width: 50%;
	background:#ffffff7d;
}
input#btnLogin, input#btnQuieroInformacion, input#btnAlta{
	width:100% !important;
	margin: 0px;
	height: 300px;
	background-size: cover !important;
	border:0px !Important;
	box-shadow: inset 0px 360px 0 0 #00206087;
	transition:500ms;
	color:#ffffff;
	text-transform: uppercase;
    font-weight: 700;
	font-size:35px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
div#MainContent_divBtnLogin, div#MainContent_divBtnQuieroInformacion,div#MainContent_divBtnAlta{
	box-shadow: 0px 0px 12px 2px black;
}

.imagenCentralInicio {
    min-height: 745px;
    display: flex;
    flex-direction: column;
	background-position: 0px 0px;
}

#btnAlta:hover, #btnQuieroInformacion:hover, #btnLogin:hover {
    color: #002060 !important;
    border: 0px !Important;
	transition:500ms;
	text-shadow:none !important;
	/* font-size:35px; */
	box-shadow: inset 0px 0px 0 0 #00206087;
	text-shadow:rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px !important;
}
	
input#btnAlta {
	background: url(/Personalizar/Img/boton1.jpg);
}

input#btnQuieroInformacion{
	background: url(/Personalizar/Img/boton2.jpg);
}

input#btnLogin{
	background: url(/Personalizar/Img/boton3.jpg);
}
/* --------------------FORMULARIO--------------------- */

#header > .container {
    height: 111px;
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: unset !important;
    width: 100%;
}

.form-control:focus {
    border-color: #242751;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
    background: white;
}

	/* BARRA DE PROGRESO */
		html .wizard-progress .wizard-steps li.completed a span, html.dark .wizard-progress .wizard-steps li.completed a span {
			border-color: #242751;
			background: #242751;
		}
		html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
			background: #005FCF;
		}
		html .wizard-progress .wizard-steps li.active a span, html.dark .wizard-progress .wizard-steps li.active a span {
			color: #005FCF;
			border-color: #005FCF;
		}
		
	/* CUOTAS */
		.featured-box .box-content {
			border-top: 3px solid #242751;
		}
	
	/* CALENDARIO */
		.modal-block-primary.modal-header-color .panel-heading {
			background-color: #d6d6d6;
		}
		.modal-block-primary .modal-icon .fa {
			color: #242751;
		}
		.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
			color: #ffffff;
			background-color: #005FCF;
			border-color: #005FCF;
		}
		.datepicker table thead tr:first-child th:hover {
			background: #005FCF;
		}
		
		/* LOPD */
		#MainContent_divAccionesComerciales, #MainContent_divPermitirCompartirDatosATerceros, div#MainContent_divPermitirCompartirImagenRedesSociales  {
			border: 3px solid #005FCF;
			box-shadow: 0px 0px 5px 2px black;
}
		
		
		/* RADIO BTN */ 
			html.dark .radio-primary input[type="radio"]:checked + label:after, .radio-primary input[type="radio"]:checked + label:after {
				background: #005FCF;
				-webkit-box-shadow: 0px 0px 1px #005FCF;
				box-shadow: 0px 0px 1px #005FCF;
			}
		
		/* PAGOS ALTA */
			label#MainContent_lblInformacionPagina {
				text-transform: initial;
				font-weight: initial;
				margin-top: 20px;
			}
			.pricing-table h3 {
				color: #ffffff !important;
				text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
				background: #242751;
			}
			.pricing-table h3 span {
				color: #242751;
			}
			.transaccion {
				background-color: #005FCF;
			}
			
/* -------------------LOGIN-------------------- */
.body-sign .panel-sign .panel-body {
    border-top-color: #005FCF;
}
.body-sign .panel-sign .panel-title-sign .title {
    background-color: #005FCF;
	color:white !important;
	letter-spacing:1px;
}		
section.body-sign {
    height: auto;
}
.imagenCentralLogin {
    height: auto;
    min-height: 745px;
}
li#liAviso a, #liNormas a, #liCondiciones a, #liPolitica a {
    color: white !important;
    font-family: 'Poppins', sans-serif, arial, helvetica;
    font-size: 11px;
    letter-spacing: 1px;
}
.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .footer, .card[data-background="image"] small, .card[data-background="image"] a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .footer, .card[data-background="color"] small, .card[data-background="color"] a {
    color: #FFFFFF !important;
}


input#Password, input#Username {
    border-radius: 13px !important;
}

.imagenCentralLogin {
    background-size: 50% !important;
    background-position: left !important;
}

.body-sign {
    margin: 0px;
    margin-left: 60% !important;
    margin-top: 3.5% !important;
}

div#divBtnLogin {
    width: 100% !important;
    text-align: center !important;
    margin-top: 5% !important;
}

.body-sign .panel-sign .panel-body {
    border: 0px !important;
}

div#divBtnLogin input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 13px !important;
    margin: 0px !important;
	    font-size: 2rem;
}

.panel-title-sign h2 {
    text-align: left !important;
    background: #ffffff !important;
}

.panel-title-sign span {
    color: #002060 !important;
    font-size: 1.9rem !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
}

.panel-body.panel-body-Login {
    box-shadow: 0px 0px !important;
}

.panel-body.panel-body-Login label {
    color:  #002060 !important;
    font-weight: bold !important;
}

.panel-title-sign {
    text-align: left !important;
}

@media (max-width: 1240px){
    .panel-body.panel-body-Login {
    padding: 0px !important;
    }
    .panel-title-sign {
    text-align: center !important;
    }
    .body-sign {
        margin: auto !important;
    }
    
    .imagenCentralLogin {
        background: transparent !important;
    }
}

/*--LOGIN*/
/* -------------------AREA CLIENTE-------------------- */

/* -------------------PIE DE P�GINA------------------ */
#footer .container .row > div {
    margin-bottom: 20px;
}
#footer {
    margin-bottom: 1rem;
    background: #FFFFFF;
}

h2 {
    text-align: center;
    font-size: 4.2em;
}
section.content-body {
    background: url(/Personalizar/Img/fondo-pesas.jpg);
    background-size: cover;
    background-attachment: fixed;
}
h2 {
    color: #f2f2f2 !important;
    font-weight: bold !important;
}
a#carritoRef {
	color: hotpink;
}
h2#subtexto1 {
    color: black !important;
}
.panel-title {
    color: #33353f !important;
}
h1#MainContent_h2LocalizacionCentro {
    color: white !important;
}
a#lblMenuPartidos, a#lblPartidos {
	display: none;
}

.dropdown-menu{
	background-color: white !important;
}

ul.dropdown-menu > li > a{
	background-color: white;
}

li.dropdown ul li:hover{
	background-color: #eeeeee;
}

li.dropdown ul li{
	background-color: #eeeeee;
}
label#MainContent_lblInformacionDatosPersona {
    display: none;
}
button#btnMultiinstalacion, button#btnMultiinstalacion {
    display: none;
}
td.publicidad {
    font-size: 35px;
}
a#carritoRef {
    color: white !important;
    font-weight: bold;
    font-size: 35px;
}
strong {
    color: black;
}


section.content-body >h2 {
	font-size: 4.6em !important;
}
/*.well {
	background-color: rgba(234, 239, 228, 0.25) !important;
}*/

/* ACTIVIDADES LIBRES */
div[actividadlibre="1"] {
    background-image: url(/Personalizar/Img/basket.jpg) !important;
}
div[actividadlibre="4"] {
    background-image: url(/Personalizar/Img/futbol.jpg) !important;
}
div[actividadlibre="11"] {
    background-image: url(/Personalizar/Img/padel.jpg) !important;
}
div[actividadlibre="6"] {
    background-image: url(/Personalizar/Img/squash.jpg) !important;
}
div[actividadlibre="5"] {
    background-image: url(/Personalizar/Img/tenis.jpg) !important;
}


/* SERVICIOS */
	div[agrupacion='1000'] {
		background-image: url(/Personalizar/Img/personal.jpg) !important;
		background-size: cover !important;
}
	div[servicio='6'] {
		background-image: url(/Personalizar/Img/personal.jpg) !important;
		background-size: cover !important;
	}
	div[agrupacion='1001'] {
		background-image: url(/Personalizar/Img/fisio.jpg) !important;
		background-size: cover !important;
}
	div[servicio='3'] {
		background-image: url(/Personalizar/Img/fisio.jpg) !important;
		background-size: cover !important;
	}
	div[servicio='4'] {
		background-image: url(/Personalizar/Img/osteo.jpg) !important;
		background-size: cover !important;
	}
	div[agrupacion='1021'] {
		background-image: url(/Personalizar/Img/estetica.jpg) !important;
		background-size: cover !important;
}
	div[servicio='1'] {
		background-image: url(/Personalizar/Img/laser.jpg) !important;
		background-size: cover !important;
	}
	
div#filterS {
    background-color: rgba(0, 0, 0, 0.76) !important;
}

/* AACC */ 
h1#nombreCentro {
    color: white !important;
}

.tm-box.appear-animation.fadeInRight.appear-animation-visible {
    background-color: white !important;
}

section[role="main"].content-body section.col-xs-12 div.contenedorBotones > div[idagrupacion='1025'] {
    background-image: url(/Personalizar/Img/spinning.jpg) !important;
}

section[role="main"].content-body section.col-xs-12 div.contenedorBotones > div[idagrupacion='1023'] {
    background-image: url(/Personalizar/Img/yoga.jpg) !important;
}

/* BONO */
.bono.card.card-just-text.card-with-border.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    background-image: url(/Personalizar/Img/padel2.jpg) !important;
}

ul#idiomaPanel {
	padding-left: 15px;
}

.btn-group.selectorVista a, div#filtroAgrupacion a {
    opacity: 1 !important;
}

div#selectorVista label, div#filtroAgrupacion label  {
    visibility: hidden !important;
}


/**********************PROCESO DE ALTA************************************/
h1#MainContent_h2InformacionDatosPersona {
    margin-left: 30px;
}
h3#h3YaFuiSocioDatosPersona {
    margin-right: 30px;
}

div#MainContent_pPasos {
    margin-top: 15px;
}
h1#MainContent_h2SeleccionarCuota {
    margin-left: 30px;
}
div#divInformacionPagina {
    margin-left: 30px;
}
div#MainContent_divCuotas {
    text-align: center;
}
.cuotas-class {
    float: unset !important;
	display: inline-block;
}
.featured-box {
    border-radius: 0px !important;
}

div#w4-DatosPersonales {
    margin: 1rem;
}

div#MainContent_divPromociones {
       width: 100%;
    margin: 0px !important;
    border-radius: 0px;
    margin-top: 32px !important;
    margin-bottom: 28px !important;
}
.featured-box .box-content {
       border-top: 10px solid;	
    border-radius: 0px;
	padding-top: 15px;
    border-image: linear-gradient(45deg, #002060, #ffffff) 7;
}


.swal-icon--info:after, .swal-icon--info:before {
    background: #0ABABA !important;
}

.swal-icon--info {
    border-color: #0ABABA !important;
}

.swal-content {
    text-transform: lowercase !important;
    color: rgba(0,0,0,.65) !important
}

.swal-title {
    font-size: 3rem !important;
    text-transform: uppercase !important;
}

h1#MainContent_h2InformacionDatosPersona {
    display: none !important;
}

div#MainContent_divCuotas .box-content {
    display: flex;
    flex-direction: column;
    justify-content: center ;
}

.cuotas-class .featured-box {
    background: #002060 !important;
    width: 290px !important;
    height: 370px !important;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #33B8FF;
    border-top-width: 4px;
    padding: 3rem 0px 0px 0px !important;
}

.box-content h4:nth-child(2){
    font-size: 3.3rem !important;
    color: #ffffff !important;
}

.featured-box h4.panel-title {
    justify-content: center;
    display: flex;
}

a.accordion-toggle {
    color: #ffffff !important;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 80%;
}

label#lblPrecioTotal {
    color: #ffffff !important;
}

.cuotas-class .featured-box button {
    background: white !important;
    color: #002060 !important;
    width: 50% !important;
    height: 4rem !important;
    font-size: 1.4rem;
    border-radius: 7px !important;
}

.cuotas-class .featured-box button:hover {
    background: #002060 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

input#MainContent_btnVolverAtras {
    letter-spacing: 0.3px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    width: 120px;
    background: #ffffff !important; 
    color: #0ABABA !important;
    border-color: #0ABABA !important;
}

input#MainContent_btnVolverAtras:hover {
    background: #0ABABA !important; 
    color: #ffffff !important;
    border-color: #0ABABA !important;
}

@media (min-width: 1600px){
div#MainContent_divCuotas .col-md-3 {
    width: 18% !important;
    }
}

@media (min-width: 1440px){
div#w4-DatosPersonales {
    margin-left: 20% !important;
    margin-right: 20% !important;
    margin-bottom: 3% !important;
    }
}

#MainContent_divAccionesComerciales, #MainContent_divPermitirCompartirDatosATerceros, div#MainContent_divPermitirCompartirImagenRedesSociales {
    border: 0px !important;
    border-left: none !important;
    box-shadow: 0px 0px;
}

legend#MainContent_lgDatosPersonales, legend#MainContent_lgDatosContacto, legend#MainContent_lfFicherosAlta, legend#MainContent_lgVariosSubvarios, legend#MainContent_lgTerminos {
    font-size: 2rem !important;
    letter-spacing: 0px !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #002060;
    border-bottom: 2px solid #0ABABA !important;
    width: 30% !important;
    padding-bottom: 3px;
}

html .wizard-progress.wizard-progress-lg ul li a, html.dark .wizard-progress.wizard-progress-lg ul li a {
    padding-top: 19px !important;
    padding-left: 13rem !important;
    font-size: 2rem;
    color: #0ABABA !important;
}

html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    margin-left: -60px !important;
    margin-top: 15px !important;
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    color: #0ABABA !important;
    line-height: 25px !important;
    border-left: 3px solid #0ABABA !important;
    height: 23px !important;
    width: 35px !important;
}

html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator, html .wizard-progress.wizard-progress-lg .steps-progress, html.dark .wizard-progress.wizard-progress-lg .steps-progress {
    height: 20px !important;
    border-radius: 8px !important;
}

html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
    background: linear-gradient(90deg, rgba(10,186,186,1) 0%, rgba(0,32,96,1) 100%) !important;
    height: 20px !important;
    border-radius: 8px !important;
}

h3#h3YaFuiSocioDatosPersona {
    margin: 0px !important;
    background: #0ABABA !important;
    color: #ffffff !important;
    border-color: #0ABABA !important;
    }

@media (min-width: 1420px){

    
    select#MainContent_slcMes {
        width: 33% !important;
    }
}

h3#h3YaFuiSocioDatosPersona:hover {
    transition: 400ms !important;
    background: #ffffff !important;
    color: #0ABABA !important;
    border-color: #002060 !important;
}

#radioTipoDocumento > span > .border-active {
    border-color: #0ABABA !important;
    color: #0ABABA !important;
    font-weight: bold;
    }

label#MainContent_lblNif {
    display: none !important;
    }

input#MainContent_txtNIF {
    margin-top: 3% !important;
    }

#radioTipoDocumento {
    display: inline;
    padding-left: 0px !important;
    }

div#radioTipoDocumento label {
    padding: 17px 22px 17px 22px !important;
    }

div#MainContent_divSexo div#radio label {
    padding: 12px 0px 12px 0px !important;
    }

div#MainContent_divSexo div#radio label.border-active {
    background: #ffffff !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
    font-weight: bold;
}

html.dark .checkbox-primary label:before, .checkbox-primary label:before {
    background: #ffffff !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
}

html.dark .checkbox-primary label:after, .checkbox-primary label:after {
    color: #0ABABA !important;
}

div#MainContent_pnlCondiciones a {
    color: #0ABABA !important;
    font-weight: bold !important;
}


input#MainContent_btnValidar {
    letter-spacing: 0.3px !important;
    border-radius: 5px !important;
    width: 120px;
    background: #0ABABA !important;
    border-color: #0ABABA !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

input#MainContent_btnValidar:hover {
    background: #ffffff !important;
    color: #0ABABA !important;
    font-weight: bold !important;
}

    
@media (max-width: 992px){
    html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
    
    div#MainContent_divSexo div#radio label {
    width: 32.5% !important;
    }
    
    div#MainContent_UpdatePanelNIF  label {
    width: 100% !important;
    }  
    
    div#MainContent_UpdatePanelNIF span.radio-inline{
        margin: 0px !important;
    }
    
    legend#MainContent_lgDatosPersonales, legend#MainContent_lgDatosContacto, legend#MainContent_lgTerminos {
    padding-bottom: 5px !important;
    text-align: center !important;
    }
    
}

div#MainContent_divInformacionPagina {
    display: none !important;
}

h1#MainContent_h1TituloResumenCompra {
    text-align: center !important;
    margin-bottom: 3rem !important;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #002060 !important;
}

div#MainContent_divPanelCobros .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan {
    max-width: 500px !important;
    background: linear-gradient(180deg, rgba(0,32,96,1) 0%, rgba(95,125,185,1) 54%, rgba(1,123,179,1) 100%) !important;
    border-radius: 15px !important;

}

div#MainContent_divImporteHTML h1 {
    color: #ffffff !important;
    font-size: 3rem;
    letter-spacing: 2px;
}

.pricing-table h3 {
    background: transparent;
}

div#MainContent_divPanelImportes li, div#MainContent_divPanelImportes h1 {
    color: #ffffff !important;
    font-size: 1.5rem;
}

div#MainContent_divPanelImportes h1 {
    font-size: 2.3rem !important;
}

.pricing-table h3 span {
    height: 130px !important;
    width: 130px !important;
    line-height: 11.5rem !important;
    color: #002060 !important;
    box-shadow: 0px 0px 10px 2px #002060 !important;
    margin: 20px auto -50px !important;
}

div#MainContent_divPanelImagenesTarjeta img {
    width: 15rem !important; 
    height: auto !important;
}

.allTarjetas {
    margin-top: 0% !important;
}

div#MainContent_divPromociones {
    background: transparent !important;
    box-shadow: 0px 0px !important;
}

input#MainContent_btnAplicarPromocion {
    border-color: #002060 !important;
    background-color: #002060 !important;
}

input#MainContent_btnAplicarPromocion:hover {
    border-color: #002060;
    background-color: #002060;
}

input#MainContent_txtCuponPromocion {
    box-shadow: inset 0px 0px 0px 0 #002060 !important;
}

input#MainContent_txtCuponPromocion:focus {
    transition: 0.1s;
    box-shadow: inset -1000px 0px 0px 0px #0020601a !important;
}

a#MainContent_btnPagoTarjeta, input#MainContent_btnCancelar, input#MainContent_btnRecordar {
    background: #0ABABA !important;
    border-radius: 5px !important;
    border-color: #0ABABA !important;
}

a#MainContent_btnPagoTarjeta:hover, input#MainContent_btnCancelar:hover, input#MainContent_btnRecordar:hover {
    background: #ffffff !important;
    color: #0ABABA !important;
}

div#MainContent_divTransaccion {
    width: 100% !important;
    background: transparent;
    box-shadow: 0px 0px !important;
    border: 0px !important;
    color: red !important;
}

div#MainContent_divTransaccion label {
    color: #002060 !important;
    font-size: 3rem !important;
}

/********************************PROCESO DE ALTA******************************************/


/******************************AACC*************************************/
div#filtrosParrilla {
    background: white !important;
}
#tablaClasesColectivas > tbody > tr > td {
    height: 100%;
    border: 6px solid #ecedf0;
}
.horarioDIVHead {
    color: white;
}
.vistaContenido {
    /*height: 92px !important;*/
    border-radius: 0px;
}
th.horarioTDHead {
    border: 4px solid #ecedf0;
    background: #002060;
    height: 60px !important;
}
div#target {
    background: #ecedf0;
	box-shadow: none !important;
	border-radius: 0px;
}
#tablaClasesColectivas > tbody > tr > td {
    height: 100%;
    background: #bdbdbd;
}
.horarioDIV {
    color: white;
    font-size: 15px;
}
th.horarioTD {
    border: 4px solid #ecedf0;
	background: #002060;
}
th.horarioTDHead {
    border: 4px solid #ecedf0;
}
.vistaContenido {
    height: 92px;
    border-radius: 0px;
	color:white !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-shadow: 1px 1px 1px black !important;
}
#fondoParrilla {
    z-index: 1;
    background: transparent;
}
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #0088cc;
    text-shadow: 1px 1px 1px black !important;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm h2 b {
    color: white !important;
}
.tm-datetime-date {
    color: white;
}
.timeline {
    position: relative;
    padding: 30px 0;
    background-image: none !important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.timeline .tm-body {
    position: relative;
    background: transaprent !important;
    margin-top: -30px;
    padding: 30px 0;
}
.page-header .sidebar-right-toggle {
	display: none !important;
}
ol.breadcrumbs {
    margin-right: 25px !important;
}

/**********************************************************************/


@media (max-width: 1200px) { /*600*/
		.col-tm.add-block {
			display: block;
			position: absolute;
			bottom: 42px;
			right: 25px;
		}
		.timeline .tm-items > li .tm-box:after {
		display:none;
		}
		div#selectorVista h3 {
    display: none;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12.divTable {
    min-height: 1200PX !IMPORTANT;
}
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}
.timeline .tm-items > li .tm-datetime {
    margin: 0;
    position: static;
    text-align: left;
}
.tm-datetime-date {
    display: none;
}
.tm-icon.ImagenTrabajador {
    display: none;
}
.timeline .tm-title {
    min-width: 180px;
    width: 100%;
}



.datepicker .table-condensed > thead > tr > th {
    padding: 0;
    background: white;
}
.tm-title .h5.text-uppercase {
    display: none;
}

.timeline .tm-title {
    min-width: 180px;
    padding: 0px !important;
}
.timeline .tm-body {
    position: relative;
    padding: 0px 0 !important;
	margin-top: -20px !important;
	min-width:unset;
}
.form-group.pull-left.selectorFecha.is-empty {
    padding: 0;
    margin: 0;
    border: 0px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    margin: 10px 1px;
    width: 100%;
}
#dateAACC {
    width:100%;
}
body {
    background-size: 1170px;
    background-position-y: 120px;
    background-repeat: no-repeat;
	background-color:#262626 !important;
}
	
.userbox:after {
   
   display:none;
}
.timeline .tm-body:after {
    display:none !important;
}
.col-tm h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 35px;
    margin-bottom: 10px !important
}
.form-group.pull-left.selectorFecha.is-empty {
    width: 100%;
}
section.content-body {
    background-image: none !important;
}
.logo-container {
    background: #262626 !important;
    border: 0px !important;
}
.tm-title {
    background: transparent !important;
}
.header .toggle-sidebar-left {
    background: #ffffff !important;
    color: black !important;
    border-radius: 0px !important;
    right: 0px !important;
    top: 14px !important;
    width: 45px !important;
    height: 30px !important;
    line-height: 28px !important;
}
.header-right {
    background: #262626 !important;
}
.logo-container {
    background: #262626 !important;
}
.timeline {
		padding-left: 0;
		padding-right: 0;
	}
.tm-info {
    position: absolute;
    right: 4px;
    z-index: 1;
}
.header .logo img {
    color: transparent;
    width: 100% !important;
    height: 35px;
	max-width: 25rem !important;
}
.header .header-right {
    background: white !important;
    float: none !important;
    height: 60px;
    margin-top: 60px;
    width: 100%;
}
/*label.label-control {
    display: none;
}*/

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #ffffff !important;
	font-size: 15px;
}
.tm-meta span {
    font-size: 10px;
    line-height: 13px;
    font-weight: 100;
	color:white;
}
.row-tm [class*="col-"] {
    display: flex;
    align-items: center;
    width: 100%;
}
	.vistaContenidoT {
		width: 175px;
		height: 50px;
		text-align: center;
		/* top: 88px !important; */
		padding: 0px !important;
		right: -33px;
		position: absolute!important;
	}
	.tm-body .row {
    width: 100%;
	margin-right: 0px !important;
    margin-left: 0px !important;
}
button#btnLista, #btnParrilla, #btnAgenda {
    width: 33%;
    border-radius: 0px;
    margin-top: -30px;
}

	.timeline .tm-title {
		margin:0px !important;
	}
	.timeline .tm-items > li .tm-box {
		border-radius: 0px !important;
		    /*min-width: 400px;*/
}
	
	ol.tm-items li {
		padding: 0px !important;
	}


	.pull-left {
		float: unset !important;
			width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm h2 b {
		color: white !important;
	}
	.vistaContenidoT {
		background: #ffffff96 !important;
		border-radius: 0px !important;
		color: black !important;
	}
} /**** FIN MEDIA WIDTH **/



@media(max-width:990px){
	.userbox.open .dropdown-menu {
		left: 5px !important;
	}
	#header .logo img {
		width: 100% !important;
	}
	h2#textoBienvenida {
		line-height: 50px;
	}
	div#user1, #user2 {
		width: 100%;
	}
	.btn-responsive-nav {
		top: 8px !important;
		background: white !important;
		color: #002060 !important;
	}
	#header .nav-main-collapse {
		top: 8px;
		position: relative;
		background: none repeat scroll 0% 0% #002060 !important;
		max-height: none;
		box-shadow: -12px 19px 27px -3px black;
		width: 100%;
		overflow: hidden;
	}
	#header .nav-main ul li {
		padding: 0px;
		margin: 0px;
		clear: both;
		float: none;
		display: block;
		border-bottom: 0px solid #ffffff !important;
	}
	#header .nav-main ul li a{
		padding: 0px;
		margin: 0px;
		clear: both;
		float: none;
		display: block;
		border-bottom: 1px solid #ffffff !important;
	}
	div#idiomas {
		position: absolute;
		left: 0%;
		top: 52px;
		z-index: 1000;
		margin-left: auto;
		/* margin-right: auto; */
	}
	input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
		height: 150px;
		text-shadow: none;
		margin-top: 6px !important;
		margin-bottom: 0px !important;
		box-shadow: inset 0px 360px 0 0 #00206087;
		/* box-shadow: 0px 0px 20px 4px black; */
		color: white;
	}
	.imagenCentralInicio {
		background:#ffffff !important;
	}
	body.sticky-menu-active #header .logo img, #header.fixed .logo img {
		margin-top: 3px !important;
	}
	body.sticky-menu-active #header  .btn-responsive-nav {
		top: 25px !important;
		background: #002060 !important;
		color: #ffffff !important;
	}
	.sticky-menu-deactive #header .navbar-collapse {
		margin-top: -66px;
	}
	.sticky-menu-active #header nav ul.nav-main li a {
		color: #ffffff;
	}
	#header .nav-main-collapse.in {
		width: 100%;
		overflow: hidden;
		    z-index: 10;
		    margin-top: -66px;
		display: block !important;
		background: #002060 !important;
	}
	#header .nav-main-collapse.collapsing {
			top:27px;
		    z-index: 10;
	}
	#divContainerInternoTextoPublico {
		width: 100% !important;
		margin-bottom: -35px;
	}
	body.sticky-menu-active #header {
		border-bottom: 1px solid #E9E9E9;
		position: fixed;
		top: -13px;
		display:none;
		width: 100%;
		z-index: 1001;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
		filter: none;
		background: #ffffff;
	}
	div#w4-DatosPersonales {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* * FIX TOKEN SIN WEB * */

/* !body div.body-compra{ */
	/* color: #ecedf0; */
/* } */

div.body-compra header.panel-heading.bg-white > div {
	position: relative; 
} 

div.body-compra header.panel-heading.bg-white > div > i { 
 position: absolute; 
 top: 27%; 
 left: 32%; 
 }	 

/* @media (max-width: 1200px) { */
	/* !body div.body-compra { */
	/* color: #262626; */
	/* }	 */
/* } */

  .resultPayment {
        list-style-type: none;
    }

    /* .sticky-menu-deactive { */
        /* color: transparent; */
    /* } */
div#divMenu > nav > ul#mainMenu li.dropdown.open ul.dropdown-menu li a {
	color: black !important;
}

div.modal.fade.in#modalReservaPublic div.card > div.front > div#imagenAC {
	height: auto !important;
	z-index: 4 !important;
}

div#modalReservaPublic.modal.fade.in div.mainCard td > button#btnLogin.btn.btn-success:hover {
    font-size: 12px;
    box-shadow: 0 10px rgb(92 255 0 / 10%);
}

div#modalReserva div.content div.footer.btn-center {
	border-top: 1px solid #6d6d6d !important; 
}


/*div#divCuota45 {
    display: none !important;
}*/
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom.pull-right {
    z-index: 9999 !important;
	
}

@media (min-width: 991px){
	div.selectorFecha > input#dateAACC, input#dateAALL {
		padding-right:2.5rem;
		width: 222px !important;
		box-sizing: border-box !important;
	}	


	div.timeline > div.tm-body > div.tm-title {
		z-index: 1 !important;
	}
}

div.agrupacionContenedor > div.panel-body > div.row div.btn-group > a {
	border-right: 1px solid #b052c0;
}


/* OCULTAR PARRILLA */
div.dropdown.pull-left div.btn-group > a.vistaParrilla {
	display: none;
}

div#filtros > div.row > div.col-md-11 > div#selectorVista:nth-child(3) {
	display: none;
}
.celda {
    border: 1px transparent solid !important;
}
.vistaContenido {
	border-top: 1px solid white !important
}

/* */

.text-truncate {
	/*opacity: 0 !important;*/
	transition: all 0.5s linear !important;
	text-align: center !important;
}

.text-truncate:hover {
    opacity: 1 !important;
}




div.panel-body-ListaPartidos {
	background-color: #e0dbdb54 !important;
}

div.panel-body-ListaPartidos div.panel-body-InicioListaPartidos {
	background-color: #0000003d !important;
}

div.panel-body-Documentos div#datatable-ajax_wrapper thead tr[role="row"]  th:nth-child(2), div.panel-body-Documentos div#datatable-ajax_wrapper tbody > tr > td:nth-child(2) {
	display:none;
}

/* MENU MOVIL */

div[class^="col-xs-6 menuMovil"] h3 {
	color: white !important;
	font-size: 2.24rem !important;
}

@media (max-width: 576px) {
	div.panel-body-Bonos > div#contenedorPrincipal {
		justify-content: center;
		align-items: center;
		
	}

	div.panel-body-Bonos {
		background: unset !important;
		background-color: transparent !important;
		box-shadow: unset !important;
	}

	div.inner-wrapper > section[role="main"] > section.panel {
		box-shadow: unset !important;
	}

	/* TIMELINE */

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box div.tm-meta {
		display:flex !important;
		flex-wrap: wrap;
		justify-content: center;
  	}
  
	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm > div.add-block:nth-child(3) {
		position: static !important;
	}
  
  	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm {
		display:flex !important;
		flex-direction: column !important;
	}
  
	div.timeline > div.tm-body > ol.tm-items > li div.tm-box div.tm-meta span{
		font-size: 1.8rem !important;
	}

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box button.btn {
		position:static !important;
	}

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box {
		padding: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		border-bottom: 0 !important;
	}
	
	.timeline .tm-items > li .tm-box {
		background: #fff !important;
	}

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm > div:not(:nth-child(3)) {
		padding: 10px 20px !important;
	}

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm > div:nth-child(2) {
		padding-top: 0 !important;
	}

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm > div:nth-child(2) > div.tm-meta > span {
		flex-basis: 45% !important;
		padding: 0 !important;
		text-align:center;
		margin-bottom: 0.5rem;
	}

	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm > div > h2 {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 350px) {
	div.timeline > div.tm-body > ol.tm-items > li div.tm-box > div.row-tm > div:nth-child(2) > div.tm-meta > span {
		flex-basis: 100% !important;
	}
}

/* PESTAÑAS PERFIL PARTIDOS MOVIL*/

@media (max-width: 575px) {
	section[role="main"].content-body ul.nav.nav-tabs.tabs-primary.tabs-partidos {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	section[role="main"].content-body ul.nav.nav-tabs.tabs-primary.tabs-partidos > li {
		flex-basis: 50%;
	}

	section[role="main"].content-body ul.nav.nav-tabs.tabs-primary.tabs-partidos li:last-child {
		flex-basis: 100%;
	}

	section[role="main"].content-body ul.nav.nav-tabs.tabs-primary.tabs-partidos > li > a {
		border-radius: 0 !important;
	}
}

div.timeline ol.tm-items div.col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm h2 > b, div.timeline ol.tm-items div.tm-meta span {
	color: black !important;
}
a.dropdown-toggle.dropdownGruposFamiliares ul.dropdown-menu:nth-child(1n) {
    display: none !important;
}

#imgLogoLogin {
    background-color: #002060;
    padding: 5px;
}



/*.card.card-just-text.card-with-border.actividad.MobileDisplay {
    display: none !important;
} */
.leyendaInfo {
    display: none !important;
}
section.col-xs-12.col-sm-12.col-md-12.col-lg-12.panel.no-padding {
    box-shadow: none;
}

div[idactividad="14"] {
  background-image: url(/Personalizar/Img/reserva/padel.jpg) !important;
}
div[idactividad="18"] {
  background-image: url(/Personalizar/Img/reserva/tenis.jpg) !important;
}
.main {
    background: #ffffffab !important;
}
.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: black !important;
    font-weight: 700 !important;
	    padding-left: 0rem;
}
td.importeTotal.importePorPersona {
    width: 100px !important;
}
/* ARREGLOS */
#divPanelSing {
    width: auto !important;
}
@media(max-width:990px){
	#header .logo img {
		width: 100% !important;
	}
}
@media(max-width:1200px){
	a#btnLista, #btnAgenda {
		width: 50% !important;
		margin-top: 0 !important;
	}
	.col-md-11.col-lg-11.col-md-offset-1.col-lg-offset-1 {
		display: flex;
		flex-wrap: wrap;
	}
	div#filtroAgrupacion, div#filtroActividad, div#filtroMonitores {
		width: auto !important;
	}
	.btn.vistaContenidoT {
		color: white !important;
		/* margin-left: 10px; */
		right: -25px;
		background-color: #002060 !important;
		    box-shadow: 2px 2px 1px black !important;
		bottom: -42px;
	}
	label.label-control {
		color: white !important;
		margin-left: 10px;
	}
	.timeline .tm-items > li .tm-datetime .tm-datetime-time {
		color: #ffffff !important;
		font-size: 15px;
		margin-top: 7px;
		margin-right: 8px;
		color: black !important;
		text-shadow: none !important;
	}
}

/*-------------*/



@media (min-width: 1200px){ 
	 .imagenCentralInicio {
    min-height: 745px;
    display: flex;
    flex-direction: row;
    background-position: 0px 0px;
    }

    div#MainContent_divCuotas {
    display: flex !important;
    justify-content: center;
	min-height: 50rem !important;
}
}
    
    h1#MainContent_h2SeleccionarCuota {
    text-align: center !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #ADADAD !important;
    font-size: 42px;
}
    

div#MainContent_divCuotas div {
    border-radius: 10px !important;
    border: 0px !important;
}
    
    .cuotas-class .featured-box {
        background: #002060 !important;
        width: auto !important;
        height: 450px !important;
    }
    
        .cuotas-class .featured-box button {
        background: #1973B8 !important;
    }
    
    .cuotas-class .featured-box * {
        color: #FFFFFF !important; 
        background: #002060 !important;
    }
    
    label#MainContent_lblInformacionPagina {
    visibility: hidden !important;
}
    
    div#idiomas {
    visibility: hidden !important;
}
    
    nav.nav-main.mega-menu a {
    color: #002060 !important;
}

    
    #divContainerInternoTextoPublico {
    padding-top: 10% !important;
}

h2#textoBienvenida {
    line-height: 56px !important;
}

input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
    box-shadow: 0px 0px !important;
    background: #1973B8 !important;
    width: 50% !important;
    height: 70px !important;
    transition: 500ms;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    border-radius: 10px !important;
}

input#btnLogin:hover, input#btnQuieroInformacion:hover, input#btnAlta:hover {
    color: #0ABABA !important;
    text-shadow: 0px 0px !important;
    background: white !important;
    letter-spacing: 1px !important;
}

div#MainContent_divBtnLogin, div#MainContent_divBtnQuieroInformacion, div#MainContent_divBtnAlta {
    box-shadow: 0px 0px;
    display: flex !important;
    justify-content: center;
}

div#users {
    visibility: hidden !important;
}

img#imgLogoLogin {
    display: none !important;
}

.body-sign .panel-sign .panel-title-sign .title {
    background-color: #0ABABA;
    color: white !important;
    letter-spacing: 1px;
}

.body-sign .panel-sign .panel-body {
    border-top-color: #0ABABA;
}

input#submitLogin {
    background: #002060 !important;
    border-color: #002060 !important;
}

input#submitLogin:hover {
    background: #ffffff !important;
    border-color: #002060 !important;
    color: #0ABABA !important;
}

#MainContent_divAccionesComerciales, #MainContent_divPermitirCompartirDatosATerceros, div#MainContent_divPermitirCompartirImagenRedesSociales {
    border: 0px !important;
    border-left: 5px solid #0ABABA !important;
    box-shadow: 0px 0px;
}

h3#h3YaFuiSocioDatosPersona {
    background: #002060 !important;
    color: #ffffff !important;
    border-color:  #002060 !important;
}

h3#h3YaFuiSocioDatosPersona:hover {
    transition: 400ms !important;
    background: #ffffff !important;
    color: #0ABABA !important;
    border-color:  #002060 !important;
}

html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
    background: linear-gradient(90deg, rgba(0,32,96,1) 0%, rgba(10,186,186,1) 100%) !important;
}

html .wizard-progress .wizard-steps li.active a span, html.dark .wizard-progress .wizard-steps li.active a span {
    color: #0ABABA;
    border-color: #0ABABA;
}


#header .logo img {
    width: auto !important;
    height: 30px !important;
    margin-top: 7px;
}

div#AppsMoviles img {
    width: auto !important;
    height: auto !important;
}

/*PÁGINA DE INICIO*/
/*CAMBIOS GENERALES*/
#header .nav-main-collapse {
    background: #ffffff !important;
}
div#MainContent_divBtnLogin, div#MainContent_divBtnQuieroInformacion, div#MainContent_divBtnAlta {
  box-shadow: 0px 0px !important;
  margin: 1rem !important;
}

span#lblFooterDesarrolladoPor {
  color: #0ABABA;
}

nav#sub-menu ul li a{
  color: #0ABABA !important;
}

button.btn.btn-responsive-nav.btn-inverse {
  font-size: 2rem;
}

@media (min-width: 0px){
  
  #header .nav-main-collapse.in {
  background: white !important;
  }
  
  #header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a {
  color: #0ABABA !important;
  }
  
  #header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a.active {
  color: #ffffff !important;
  background: #0ABABA !important;
  border: 0px !important;
  }
  
  #header .nav-main ul li a {
  border-bottom: 1px solid #0ABABA !important;
  }
  
  div#idiomas {
  display: none !important;
  }
  
  h2#textoBienvenida {
      color: black !important;
      font-size: 5rem !important;
  }
  
  input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
  margin: 5%;
  box-shadow: 0px 0px !important;
  background: #1973B8 !important;
  width: 90% !important;
  height: 10rem !important;
  transition: 500ms;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  border-radius: 10px !important;
}
  
  input#btnLogin:hover, input#btnQuieroInformacion:hover, input#btnAlta:hover {
      box-shadow: 0px 0px 5px 3px #002060 !important;
  color: #0ABABA !important;
  text-shadow: 0px 0px !important;
  background: white !important;
  letter-spacing: 0.3rem !important;
  }
  
}


@media (min-width: 991px){
      #header .nav-main-collapse.in {
  background: white !important;
  }
  
  #header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a {
  color: #002060 !important;
  }
  
	#header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a.active {
		background: transparent !important;
		border: 0px !important;
		color: #0ABABA !important;
	}
  
  #header .nav-main ul li a {
  border: 0px !important;
  }
  
    #header .nav-main ul li a:hover {
  border: 0px !important;
  }
  
  div#idiomas {
  display: none !important;
  }
  
  h2#textoBienvenida {
      color: #F2F2F2 !important;
      font-size: 5rem !important;
	  letter-spacing: 3px !important;
  }
  
  input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
  margin: 0px !important;
  box-shadow: 0px 0px !important;
  background: #1973B8 !important;
  width: 55% !important;
  height: 7rem !important;
  transition: 500ms;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  border-radius: 10px !important;
  }
  
  input#btnLogin:hover, input#btnQuieroInformacion:hover, input#btnAlta:hover {
    transition: 0.1s !important;
    box-shadow: 0px 0px 3px 1px #ffffff !important;
    color: #ffffff !important;
    text-shadow: 0px 0px !important;
    background: #1973B8 !important;
    letter-spacing: 0px !important;
 }
  
  div#MainContent_divBtnLogin, div#MainContent_divBtnQuieroInformacion, div#MainContent_divBtnAlta {
      text-align: center !important;
      margin: 0rem !important;
  }
  
  .footer-copyright a {
    margin-top: 0px !important;
    }
}

nav.nav-main.mega-menu ul li a {
    text-transform: capitalize;
}

@media (max-width: 992px){
    #footer {
    position: absolute !important;
    }
}

html, body {
    background: #ffffff !important;
    width: 100%;
}

div#MainContent_divContainerInternoBotones {
    border-radius: 0px !important;
    border: 0px;
    background: none !important;
    order: 2;
    width: 100%;
    padding-left: 0px;
    display: flex;
    box-shadow: none !important;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#MainContent_divContainerInternoBotones div {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

@media (max-width: 992px){
    div#MainContent_divContainerInternoBotones div {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    }
}

div#MainContent_divContainerInternoBotones input {
    margin: 0px !important;
    width: 100% !important;
    min-width: 32rem !important;
    font-size: 1.9rem !important; 
    height: 8rem !important;
}

/*TEMPORAL*/
@media (min-width: 2000px){
    .imagenCentralInicio {
    min-height: 1000px !important;
    }
}


button.btn.btn-warning.modal-dismiss {
    background: #002060 !important;
    border-color: #002060 !important;
}

label#lblMensajeWarningH4 {
    font-size: 2.5rem;
}

div#mensajeWarningBody {
    font-size: 1.5rem;
}

button.btn.btn-warning.modal-dismiss:hover {
    font-weight: bold !important;
    transition: 0.2s;
    background: #ffffff !important;
    color: #002060 !important;
}

.modal-block-warning.modal-header-color .panel-heading {
    background-color: #002060 !important;
}

.modal-block-warning .fa {
    color: #0ABABA;
}

h2#alertWarning {
    color: #ffffff !important;
    letter-spacing: 1px;
}

@media (min-width: 1200px){
    input#MainContent_btnVolverAtras:hover, input#MainContent_btnValidar:hover, button#btnFechaNacimiento:hover, a.btn.btn-success.btnNuevaPersona:hover {
    background: #ffffff !important;
    color: #002060 !important;
}

.asignarCursilloCabeza {
    opacity: 1 !important;
    border-radius: 0px !important;
    background: #002060 !important;
    color: #ffffff !important;
    box-shadow: 0px 0px !important;
}

button#btnFechaNacimiento, a.btn.btn-success.btnNuevaPersona {
    opacity: 1 !important;
    border-radius: 0px !important;
    background: #002060 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    box-shadow: 0px 0px !important;
}



.container.vistaPrincipal.well {
    background: transparent !important;
    box-shadow: 0px 0px !important;
    border: none !important;
}

.container.vistaPrincipal.well div#w4-DatosPersonales {
    margin: 0px !important;
}

div#w4-DatosPersonales {
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 5px 0px black !important;
    padding: 50px !important;
}
    
.cuotas-class .featured-box {
    background: #002060 !important;
    width: 300px !important;
    height: 350px !important;
}}

button.swal-button.swal-button--confirm {
    background: #002060 !important;
}

#tituloInformacion, .panel-body-NuevoFamiliar {
    text-align: left !important;
    color: black;
}

h1#MainContent_h2SeleccionarCuota {
    color: #002060 !important;
}



/**/

nav#sub-menu ul li a {
    color: #002060 !important;
    font-weight: bold !important;
}

a.devBy {
    color: #002060 !important;
    font-weight: bold !important;
}

body {
    background-color: white !important;
}

nav#sub-menu * {
    text-transform: capitalize !important;
    padding-top: 0px !important;
}

/*--CAMBIOS GENERALES*/
/*--PÁGINA DE INICIO*/

div#MainContent_divContainerInternoBotones {
    border-radius: 0px !important;
    border: 0px;
    background: none !important;
    order: 2;
    width: 100%;
    padding-left: 0px;
    display: flex;
    box-shadow: none !important;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#MainContent_divContainerInternoBotones div {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

@media (max-width: 992px){
    div#MainContent_divContainerInternoBotones div {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    }
}

div#MainContent_divContainerInternoBotones input {
    margin: 0px !important;
    width: 100% !important;
    min-width: 32rem !important;
    font-size: 1.9rem !important; 
    height: 8rem !important;
}

#footer .footer-copyright #sub-menu ul {
    list-style: none;
    padding-left: 0;
}

/**/

nav#sub-menu ul li a {
    color: #002060 !important;
    font-weight: bold !important;
}

a.devBy {
    color: #002060 !important;
    font-weight: bold !important;
}

body {
    background-color: white !important;
}

nav#sub-menu * {
    text-transform: capitalize !important;
    padding-top: 0px !important;
}

/*AACC PUBLIC*/

.fadeThis {
    filter: none !important;
    opacity: 0.5 !important;
}

#dateAACC, #dateAALL {
    border-color: #002060 !important;
    color: #002060 !important;
    font-weight: bold !important;
}

div#divNombreCentro {
    display: none !important;
}

button.close.btn.btn-white.btn-fab.btn-fab-mini.btn-round {
    color: red;
    box-shadow: 0px 0px;
    font-size: 4rem;
}

.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
    min-height: 250px;
}

button#btnClosemodal {
    display: none !important;
}

@media (min-width: 1200px){
.selectorFecha label, .dropdown.pull-left label  {
    visibility: hidden !important;
}

.timeline .tm-items > li .tm-box {
    padding: 0px 20px;
}

.tm-box button {
    border-radius: 0px !important;
    color: #0ABABA !important;
    font-size: 1.5em !important;
    background: transparent !important;
    box-shadow: 0px 0px 3px 1px gray !important;
}

.tm-box button:hover {
    background: #0ABABA !important;
    color: white !important;
    box-shadow: 0px 0px 10px 0px #0ABABA !important;
}

.timeline .tm-items > li .tm-box:after {
    visibility: hidden !important;
}

.timeline .tm-items > li .tm-box {
    padding: 0px !important;
    padding-left: 20px !important;
}

.timeline .tm-items > li .tm-icon {
    /*
    border-color: #0ABABA;
    color: #0ABABA;
    */
    display: none !important;
}

.timeline .tm-body:after {
    background: #0ABABA !important;
    opacity: 1 !important;
}

.tm-datetime-date {
    color: #0ABABA  !important;
    font-size: 1.5rem !important;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time{
    font-size: 3rem !important;
    color: #0ABABA  !important;
    text-shadow: 0px 0px !important;
}

h3.h5.text-uppercase {
    color: #0ABABA !important;
    font-size: 2rem !important;
}

.timeline .tm-items > li {
    padding: 0 0 0 170px !important;
}

.timeline .tm-body {
    background: white !important;
}

#dateAACC {
    border-color: #A0CBEA !important;
}

a#btnAgenda, a#btnLista {
    opacity: 1 !important;
    background: #ffffff !important;
    color: #A0CBEA !important;
    text-shadow: 0px 0px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}

a#btnAgenda:hover, a#btnLista:hover {
    background: #A0CBEA !important;
    color: #ffffff !important;
}

a#btnAgenda.selected, a#btnLista.selected, div#filtroMonitores a.btn, div#filtroActividad a.btn, div#filtroAgrupacion a.btn{
    background: #A0CBEA !important;
    color: #ffffff !important;
}

div#filtroMonitores a.dropdown-item:hover, div#filtroActividad a.dropdown-item:hover, div#filtroAgrupacion a.dropdown-item:hover{
    background: #A0CBEA !important;
}

div#filtroAgrupacion label, div#filtroMonitores label, div#filtroActividad label {
    visibility: visible !important;
    color: #002060 !important;
    font-weight: bold !important;
}

.dropdown.pull-right.btn-imprimir {
    display: none !important;
}

th.horarioTDHead:first-child {
    background: white !important;
}

th.horarioTDHead, table#tablaClasesColectivas tbody td, th.horarioTD {
    border-radius: 20px !important;
    border: 10px solid white !important;
    background: #A0CBEA !important;
}

#tablaClasesColectivas > tbody > tr > td {
    background: #e1e1e1 !important;
}

.horarioDIVHead, .horarioDIV {
    color: white !important;
    font-size: 1.7rem !important;
    text-shadow: 1px 1px gray !important;
}

.modal-dialog a#btnRegistrar, .modal-dialog a#btnLogin {
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 8px !important;
    width: 100% !important;
    margin-top: 2.3rem !important;
    background: #1973B8 !important;
}

.modal-dialog a#btnRegistrar:hover, .modal-dialog a#btnLogin:hover {
    background: white !important;
    border: 1px solid #0ABABA !important;
    color: #0ABABA !important;
}

button#btnCancelar {
    display: none !important;
}


}

@media (max-width: 750px){
    .card-container, .front, .back{
        width: 92% !important;
    }
}

@media (max-width: 1200px){
    
    button#btnCancelar {
        display: none !important;
    }
    
    a#btnAgenda, a#btnLista {
    opacity: 1 !important;
    background: #ffffff !important;
    color: #A0CBEA !important;
    text-shadow: 0px 0px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    }

a#btnAgenda:hover, a#btnLista:hover {
    background: #A0CBEA !important;
    color: #ffffff !important;
    }

a#btnAgenda.selected, a#btnLista.selected, div#filtroMonitores a.btn, div#filtroActividad a.btn, div#filtroAgrupacion a.btn{
    background: #A0CBEA !important;
    color: #ffffff !important;
    }
    
    th.horarioTDHead:first-child {
    background: white !important;
}

th.horarioTDHead, table#tablaClasesColectivas tbody td, th.horarioTD {
    border-radius: 20px !important;
    border: 10px solid white !important;
    background: #A0CBEA !important;
}

#tablaClasesColectivas > tbody > tr > td {
    background: #e1e1e1 !important;
}

.horarioDIVHead, .horarioDIV {
    color: white !important;
    font-size: 1.7rem !important;
    text-shadow: 1px 1px gray !important;
}

.modal-dialog a#btnRegistrar, .modal-dialog a#btnLogin {
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 8px !important;
    width: 100% !important;
    margin-top: 2.3rem !important;
    background: #1973B8 !important;
}

.modal-dialog a#btnRegistrar:hover, .modal-dialog a#btnLogin:hover {
    background: white !important;
    border: 1px solid #0ABABA !important;
    color: #0ABABA !important;
}
    
}


.timeline {
    background: #ffffff !important;
}

.timeline .tm-body {
    background: #ffffff !important;
}

@media (max-width: 992px){
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.divTable {
    width: auto !important;
    }
}

.fadeThis {
    filter: blur(1.5px) !important;
    opacity: 0.4 !important;
}

#dateAACC, #dateAALL {
    border-color: #002060 !important;
    color: #002060 !important;
    font-weight: bold !important;
}

div#divNombreCentro {
    display: none !important;
}

button.close.btn.btn-white.btn-fab.btn-fab-mini.btn-round {
    color: red;
    box-shadow: 0px 0px;
    font-size: 4rem;
}

.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
    min-height: 250px;
}

button#btnClosemodal {
    display: none !important;
}

@media (min-width: 1200px){
.selectorFecha label, .dropdown.pull-left label  {
    visibility: hidden !important;
}

.timeline .tm-items > li .tm-box {
    padding: 0px 20px;
}

.tm-box button {
    border-radius: 0px !important;
    color: #0ABABA !important;
    font-size: 1.5em !important;
    background: transparent !important;
    box-shadow: 0px 0px 3px 1px gray !important;
}

.tm-box button:hover {
    background: #0ABABA !important;
    color: white !important;
    box-shadow: 0px 0px 10px 0px #0ABABA !important;
}

.timeline .tm-items > li .tm-box:after {
    visibility: hidden !important;
}

.timeline .tm-items > li .tm-box {
    padding: 0px !important;
    padding-left: 20px !important;
}

.timeline .tm-items > li .tm-icon {
    /*
    border-color: #0ABABA;
    color: #0ABABA;
    */
    display: none !important;
}

.timeline .tm-body:after {
    background: #0ABABA !important;
    opacity: 1 !important;
}

.tm-datetime-date {
    color: #0ABABA  !important;
    font-size: 1.5rem !important;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time{
    font-size: 3rem !important;
    color: #0ABABA  !important;
    text-shadow: 0px 0px !important;
}

h3.h5.text-uppercase {
    color: #0ABABA !important;
    font-size: 2rem !important;
}

.timeline .tm-items > li {
    padding: 0 0 0 170px !important;
}

.timeline .tm-body {
    background: white !important;
}

#dateAACC {
    border-color: #A0CBEA !important;
}

a#btnAgenda, a#btnLista {
    opacity: 1 !important;
    background: #ffffff !important;
    color: #A0CBEA !important;
    text-shadow: 0px 0px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}

a#btnAgenda:hover, a#btnLista:hover {
    background: #A0CBEA !important;
    color: #ffffff !important;
}

a#btnAgenda.selected, a#btnLista.selected, div#filtroMonitores a.btn, div#filtroActividad a.btn, div#filtroAgrupacion a.btn{
    background: #002060 !important;
    color: #ffffff !important;
}

div#filtroMonitores a.dropdown-item:hover, div#filtroActividad a.dropdown-item:hover, div#filtroAgrupacion a.dropdown-item:hover{
    background: #A0CBEA !important;
}

div#filtroAgrupacion label, div#filtroMonitores label, div#filtroActividad label {
    visibility: visible !important;
    color: #002060 !important;
    font-weight: bold !important;
}

.dropdown.pull-right.btn-imprimir {
    display: none !important;
}

th.horarioTDHead:first-child {
    background: white !important;
}

th.horarioTDHead, table#tablaClasesColectivas tbody td, th.horarioTD {
    border-radius: 20px !important;
    border: 10px solid white !important;
    background: #002060 !important;
}

#tablaClasesColectivas > tbody > tr > td {
    background: #e1e1e1 !important;
}

.horarioDIVHead, .horarioDIV {
    color: white !important;
    font-size: 1.7rem !important;
    text-shadow: 1px 1px gray !important;
}

.modal-dialog a#btnRegistrar, .modal-dialog a#btnLogin {
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 8px !important;
    width: 100% !important;
    margin-top: 2.3rem !important;
    background: #1973B8 !important;
}

.modal-dialog a#btnRegistrar:hover, .modal-dialog a#btnLogin:hover {
    background: white !important;
    border: 1px solid #0ABABA !important;
    color: #0ABABA !important;
}

button#btnCancelar {
    display: none !important;
}


}

@media (max-width: 750px){
    .card-container, .front, .back{
        width: 100% !important;
    }
}

.content.divNombreDescripcionALPublic .description {
    font-size: 1.5rem !important;
    padding: 15% !important;
    padding-top: 0px !important;
}

@media (max-width: 1200px){
    
    button#btnCancelar {
        display: none !important;
    }
    
    a#btnAgenda, a#btnLista {
    opacity: 1 !important;
    background: #ffffff !important;
    color: #A0CBEA !important;
    text-shadow: 0px 0px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    }

a#btnAgenda:hover, a#btnLista:hover {
    background: #A0CBEA !important;
    color: #ffffff !important;
    }

a#btnAgenda.selected, a#btnLista.selected, div#filtroMonitores a.btn, div#filtroActividad a.btn, div#filtroAgrupacion a.btn{
    background: #A0CBEA !important;
    color: #ffffff !important;
    }
    
    th.horarioTDHead:first-child {
    background: white !important;
}

th.horarioTDHead, table#tablaClasesColectivas tbody td, th.horarioTD {
    border-radius: 20px !important;
    border: 10px solid white !important;
    background: #A0CBEA !important;
}

#tablaClasesColectivas > tbody > tr > td {
    background: #e1e1e1 !important;
}

.horarioDIVHead, .horarioDIV {
    color: white !important;
    font-size: 1.7rem !important;
    text-shadow: 1px 1px gray !important;
}

.modal-dialog a#btnRegistrar, .modal-dialog a#btnLogin {
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 8px !important;
    width: 100% !important;
    margin-top: 2.3rem !important;
    background: #1973B8 !important;
}

.modal-dialog a#btnRegistrar:hover, .modal-dialog a#btnLogin:hover {
    background: white !important;
    border: 1px solid #0ABABA !important;
    color: #0ABABA !important;
}
    
}
/*--AACC PUBLICA*/

/*AALL PUBLICA*/

h2 {
    color: #002060 !important
}

h1.sectiontitle {
    color: #002060 !important;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002060 !important;
}

.content.divNombreDescripcionALPublic {
    padding: 0px !important;
}

h4.title.title-modern {
    padding-top: 5rem !important;
    color: #ffffff !important;
    text-shadow: 1px 1px black !important;  
}

.content.divNombreDescripcionALPublic .description {
    color: #ffffff !important;
    text-shadow: 1px 1px black !important;
    font-size: 2rem !important;
}

span#lblFooterApps {
    font-size: 0px !important;
}

button#btnLista, button#btnParrilla {
    background: #ffffff !important;
    color: #002060 !important;
    font-weight: bold !important;
    border: 1px solid #002060 !important;
    opacity: 0.5;
}

button#btnLista.selected, button#btnParrilla.selected {
    background: #002060 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

button#btnLista:hover, button#btnParrilla:hover {
    background: #002060 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

@media (max-width: 992px){
    h1.sectiontitle {
    display: none;
    }
}

.cabecera {
    box-sizing: border-box;
    /* display: table-cell; */
    color: white;
    font-size: 3rem;
    letter-spacing: 1px;
    background-color: #002060 !important;
    /* width: 210px; */
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px #e8e8e8 solid;
}


div.colHorario .vistaContenido:hover {
    font-size: 2rem !important;
    background: #0ABABA !important;
    color: white !important;
    z-index: 9999 !important;
    transition: 0.1s !important;
}

div[actividadlibre="4"] {
    background-image: url(/Personalizar/Img/futbol.jpg) !important;
    background-position: 0px 0px !important;
}

div[actividadlibre="5"] {
    background-image: url(/Personalizar/Img/basket.jpg) !important;
    background-position: 0px -35px !important;
}

div#filterAL {
    border-radius: 20px !important;
    background: #00206091 !important;
    opacity: 0 !important;
}

div#filterAL:hover {
    filter: blur(30px) !important;
    transition: 0.1s;
}

.actividadNombre {
    text-align: center !important;
}

h4.actividadNombre {
    color: #002060 !important;
    font-weight: bold !important;
}

p.actividadDescripcion {
    color: #002060 !important;
    font-weight: bold !important;
}

button#btnReserva {
    background: #002060;
    opacity: 1;
    border-radius: 7px !important;
    box-shadow: 0px 0px !important;
    border: 1px solid #002060;
    width: 150px !important;
    font-size: 15px;
}

button#btnReserva:hover {
    background: #ffffff;
    opacity: 1;
    border-radius: 7px !important;
    box-shadow: 0px 0px !important;
    color: #002060;
}

h2 {
    color: #002060 !important
}

h1.sectiontitle, h1.cursillotitle {
    margin-top: 5rem !important;
    margin-bottom: 8rem !important;
    color: #002060 !important;
    border-bottom: 2px solid #002060 !important;
    border-top: 2px solid #002060 !important;
    width: 50% !important;
    margin-left: 25% !important;
}

.content.divNombreDescripcionALPublic {
    padding: 0px !important;
}

h4.title.title-modern {
    padding-top: 5rem !important;
    color: #ffffff !important;
    text-shadow: 1px 1px black !important;  
}



span#lblFooterApps {
    font-size: 0px !important;
}

button#btnLista, button#btnParrilla {
    background: #ffffff !important;
    color: #002060 !important;
    font-weight: bold !important;
    border: 1px solid #002060 !important;
    opacity: 0.5;
}

button#btnLista.selected, button#btnParrilla.selected {
    background: #002060 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

button#btnLista:hover, button#btnParrilla:hover {
    background: #002060 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

@media (max-width: 992px){
    h1.sectiontitle {
    display: none;
    }
}

.cabecera {
    box-sizing: border-box;
    /* display: table-cell; */
    color: white;
    font-size: 3rem;
    letter-spacing: 1px;
    background-color: #002060 !important;
    /* width: 210px; */
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px #e8e8e8 solid;
}

.actividadlibre {
    height: 400px !important;
    border-radius: 20px !important;
}

.actividadlibre:after {
    border: 0px !important;
}

.content.divNombreDescripcionALPublic h4 {
    width: 100% !important;
    margin-top: 0px !important;
    padding: 0px !important;
    border-bottom: 2px solid #0ABABA !important;
}


/*--AALL PUBLICA*/

/* AREA PRIVADA*/
/*Menú principal*/
.sidebar-title {
    background: white !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #002060 !important;
}

.sidebar-left .sidebar-header .sidebar-toggle, header.page-header {
    border: 0px !important;
    background: white !important;
}

.nano-content {
    background: white !important;
}

.sidebar-toggle.hidden-xs i, div#divpadre {
    background: white !important;
    color: #002060 !important;
}

.nav-expanded div#divpadre {
    background: #A0CBEA !important;
}

.badge.badgePagosPendientes {
    background-color: #0ABABA !important;
}

ul.nav-main li .nav-children {
    background: #ffffff !important;
}

div#divpadre:hover, div#divhijo:hover {
    color: #002060 !important;
    background: #A0CBEA !important;
}

nav#menu ul.nav.nav-children a {
    color: #002060 !important;
    font-weight: bold !important;
    background: #ffffff !important;
}

nav#menu ul.nav.nav-children a:hover {
    transition: 0.2s;
    background: #ffffff !important;
    border-left: 5px solid #0ABABA !important;
    color: #0ABABA !important;
}

#etiquetafix {
    text-align: left !important;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    font-size: 2.5rem !important;
}

ul.nav-main li.nav-parent > a:after {
    font-weight: bold !important;
    font-size: 2rem !important;
    color: #002060 !important;
}

.sidebar-left .sidebar-header .sidebar-toggle i:hover {
    color: #0ABABA !important;
}

.dashaccesos > .dashpanel {
    background-color: #A0CBEA !important;
}

 .dashpanel h4 {
    color: #ffffff !important;
    font-size: 4rem !important;
}

.dashpagos > .dashpanel {
    background-color: #1973B8 !important;
}

.page-header h2 {
    border-bottom-color: #0ABABA !important;
}

.dashpagos span{
    font-size: 4rem !important;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: transparent !important;
}

.dashcolectivas > .dashpanel  {
    background: #0ABABA !important;
}

.dashlibres > .dashpanel {
    background: #3B8EC7 !important;
}

.dashservicios > .dashpanel {
    background: #7298A2 !important;
}

.dashcursillos > .dashpanel {
    background: #B3D4CD !important;
}

ul.nav-main > li.nav-parent > a {
    background: #ffffff !important;
}

ul.nav-main > li.nav-expanded > a {
    background: #A0CBEA !important;
}



@media (max-width: 992px){
    
    section.content-body >h2 {
    font-size: 2.6em !important;
    }
    
    ul#idiomaPanel {
    display: none !important;
    }
    
    .logo-container {
    background: #ffffff !important;
    }
    
    .header .header-right {
    background: #ffffff !important;
    }
    
}

.sidebar-title {
    background: white !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #002060 !important;
}

.sidebar-left .sidebar-header .sidebar-toggle, header.page-header {
    border: 0px !important;
    background: white !important;
}

.nano-content {
    background: white !important;
}

.sidebar-toggle.hidden-xs i, div#divpadre {
    background: white !important;
    color: #002060 !important;
}

.nav-expanded div#divpadre {
    background: #A0CBEA !important;
}

.badge.badgePagosPendientes {
    background-color: #0ABABA !important;
}

ul.nav-main li .nav-children {
    background: #ffffff !important;
}

div#divpadre:hover, div#divhijo:hover {
    color: #002060 !important;
    background: #A0CBEA !important;
}

nav#menu ul.nav.nav-children a {
    color: #002060 !important;
    font-weight: bold !important;
    background: #ffffff !important;
}

nav#menu ul.nav.nav-children a:hover {
    transition: 0.2s;
    background: #ffffff !important;
    border-left: 5px solid #0ABABA !important;
    color: #0ABABA !important;
}

#etiquetafix {
    text-align: left !important;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    font-size: 2.5rem !important;
}

ul.nav-main li.nav-parent > a:after {
    font-weight: bold !important;
    font-size: 2rem !important;
    color: #002060 !important;
}

.sidebar-left .sidebar-header .sidebar-toggle i:hover {
    color: #0ABABA !important;
}

.dashaccesos > .dashpanel {
    background-color: #A0CBEA !important;
}

 .dashpanel h4 {
    color: #ffffff !important;
    font-size: 4rem !important;
}

.dashpagos > .dashpanel {
    background-color: #1973B8 !important;
}

.page-header h2 {
    border-bottom-color: #0ABABA !important;
}

.dashpagos span{
    font-size: 4rem !important;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: transparent !important;
}

.dashcolectivas > .dashpanel  {
    background: #0ABABA !important;
}

.dashlibres > .dashpanel {
    background: #3B8EC7 !important;
}

.dashservicios > .dashpanel {
    background: #7298A2 !important;
}

.dashcursillos > .dashpanel {
    background: #B3D4CD !important;
}

ul.nav-main > li.nav-parent > a {
    background: #ffffff !important;
}

ul.nav-main > li.nav-expanded > a {
    background: #A0CBEA !important;
}



@media (max-width: 992px){
    
    section.content-body > h2 {
    font-size: 2.6em !important;
    }
    
    ul#idiomaPanel {
    display: none !important;
    }
    
    .logo-container {
    background: #ffffff !important;
    }
    
    .header .header-right {
    background: #ffffff !important;
    }
    
}

/*--Menú principal*/
/*--AREA PRIVADA*/


/*CURSILLOS PUBLIC*/

.content.divNombreCursillosPrivate {
    padding: 0px !important;
    background: transparent !important;
}

h4.title.title-modern.tituloCursillo-modern {
    padding-top: 120px !important;
    text-align: left !important;
    font-size: 1.8rem !important;
    color: #0ABABA !important;
    text-shadow: 0px 0px !important;
}

h6.title.title-modern.descripcionCursillo-modern {
    text-align: left !important;
    color: lightgray !important;
    letter-spacing: 1px;
    text-shadow: 0px 0px !important;
    font-size: 1.3rem !important;
    margin-top: -5px !important;
    text-transform: capitalize !important;
}

div#filterC {
    background: #ffffff !important;
}

.cursillogrupo div#filterS {
    background: #002060 !important;
    opacity: 1 !important;
}

.cursillo {
    display: inline-flex;
    min-width: 320px;
    min-height: 170px;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-left: 5px !important;
    border: 1px solid #002060 !important;
    box-shadow: 0px 0px 5px 2px #002060 !important;
}


.content.divNombreDescripcionCursillosPrivateGrupos {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.content.divNombreDescripcionCursillosPrivateGrupos .btndiv.btn-group {
    display: flex;
    justify-content: center;
}

button.btn-horario.btn.btn-info {
    box-shadow: 0px 0px !important;
    background: white !important;
    color: #002060 !important;
    border: 2px solid #002060 !important;
    border-right: none !important;
}

button.btn-horario.btn.btn-info:hover {
    transition: 0.2s;
    background: #002060 !important;
    color: #ffffff !important;
}

button.btn-inscribirse.btn.btn-success {
    box-shadow: 0px 0px !important;
    background: white !important;
    color: #002060 !important;
    border: 2px solid #002060 !important;
    border-left: none !important;
}

button.btn-inscribirse.btn.btn-success:hover {
    transition: 0.2s;
    background: #002060 !important;
    color: #ffffff !important;
}

.tituloHorarioFondo, .imagenHorario {
    background: #002060 !important;
}

h2.tituloHorario {
    letter-spacing: 1px;
    margin: 0px !important;  
    text-align: left !important;
    color: white !important;
    text-shadow: 1px 1px #002060 !important;
    border-bottom: 2px solid #0ABABA !important;
    width: 150px;
}

button.close.btn.btn-white.btn-fab.btn-fab-mini.btn-round {
    opacity: 1 !important;
    color: #0ABABA;
    box-shadow: 0px 0px;
    font-size: 4rem;
    background: none !important;
    text-shadow: 1px 1px 1px black;
}

button.close.btn.btn-white.btn-fab.btn-fab-mini.btn-round:hover {
    transition: 0.3s;
    transform: rotate(10deg) !important;
    text-shadow: 1px 1px #0ABABA !important;
}

.cursillogrupo {
    min-width: auto !important;
}

h4.cursilloNombre {
    color: #002060 !important;
    font-size: 3rem !important;
    border-bottom: 3px solid #002060 !important;
    padding-bottom: 10px !important;
}

p.cursilloDescripcion, p.periodicidad {
    color: #002060 !important;
    font-weight: bold !important;
}

table#tablaPrecios {
    color: #002060 !important;
    font-weight: bold !important;
}

.panel-body.panel-body-ModalCursillos hr {
    border-bottom: 0px solid #002060 !important;
}

#imagenCursillo {
    height: 69px !important;
    background: #002060 !important;
}

.importeTotalcircular {
    margin: 0px 0px 0px auto !important;
}

.panel-heading-icon.bg-primary {
    height: 50px !important;
    background: transparent;
    color: #0ABABA !important;
    font-weight: bold !important;
    border-radius: 0px !important;
    line-height: 40px !important;
}

button#btnLogin, button#btnRegistrar {
    height: 50px !important;
    border-radius: 7px !important;
    width: 120px !important;
    background: #002060 !important;
    opacity: 1 !important;
    border: 1px solid #002060 !important;
    box-shadow: 0px 0px !important;
}

button#btnLogin:hover, button#btnRegistrar:hover {
    transition: 0.2s !important;
    background: #ffffff !important; 
    text-shadow: 0px 0px !important;
    border: 1px solid #0ABABA !important;
    color: #0ABABA !important;
}

.card .footer {
    padding: 35px 0 0 !important;
}


@media (max-width: 992px){
    
    table.table.table-striped.table-bordered.tablalistas th:nth-child(3),  table.table.table-striped.table-bordered.tablalistas th:nth-child(4),  table.table.table-striped.table-bordered.tablalistas td:nth-child(3),  table.table.table-striped.table-bordered.tablalistas td:nth-child(4){
        display: none !important;
    }
    
    .modal-horarios .modal-dialog {
    margin: 0px !important;
    width: 110% !important;
    }
}

.modal-reserva .footer * {
    margin: 3px !important;
}

/*--CURSILLOS PUBLIC*/


/*SERVICIOS PUBLIC*/
button#btnZona, button#btnMonitor {
    background: #002060 !important;
    box-shadow: 0px 0px !important;
    border: 2px solid #002060 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

button#btnZona:hover, button#btnMonitor:hover {
    background: #ffffff !important;
    color: #002060 !important;
    box-shadow: 0px 0px 3px 0px #0ABABA !important;
}

button#btnZona.selected, button#btnMonitor.selected {
    background: #ffffff !important;
    color: #002060 !important;
    box-shadow: 0px 0px 3px 0px #0ABABA !important;
}
/*--SERVICIOS PUBLIC*/


/*CURSILLOSFAMILIARES PUBLIC*/
div#ListaDisponibles {
    border-right: 3px solid #0ABABA !important;
}

.contenedorAgrupacion {
    background: transparent !important;
    box-shadow: 0px 0px !important;
}

.contenedorAgrupacion .agrupacionTituloContenedor {
    background: #ffffff !important;
    border: 1px solid #0ABABA;
}

.contenedorAgrupacion .agrupacionTituloContenedor h3 {
    color: #002060 !important;
    font-weight: bold !important;
    margin: 10px 0px 10px 10px !important;
}

.contenedorAgrupacion .agrupacionTituloContenedor  .filter {
    opacity: 1 !important;
}

h4.resTitle {
    font-size: 25px !important;;
}

.instrucciones, .selectorFecha {
    text-align: left !important;
}

li.nav-item.list-group-item {
    border: none !important;
    padding-left: 0px !important;
}

div#ListaDisponibles .panel {
    width: 100% !important;
    box-shadow: 0px 0px 3px 0px #0ABABA;
}

.contenedorAgrupacion .btn-group .btnHorario, .contenedorAgrupacion .btn-group .btn-bloquearCursillo,.btnNext  {
    background: #002060 !important;
    opacity: 1 !important;
    border: 1px solid #002060 !important;
    box-shadow: 0px 0px !important;
    font-weight: bold !important;
}

.contenedorAgrupacion .btn-group .btnHorario:hover, .contenedorAgrupacion .btn-group .btn-bloquearCursillo:hover, .btnNext:hover  {
    background: #ffffff !important;
    opacity: 1 !important;
    border: 1px solid #002060 !important;
    color: #002060 !important;
    box-shadow: 0px 0px !important;
    font-weight: bold !important;
}

.nombreCarroCursillo {
    font-weight: bold !important;
    letter-spacing: 0.2px;
    margin-left: 17px !important;
}

span.grupodesc, span.grupoimp {
    color: #1973B8 !important;
    font-weight: bold !important;
}

.totalTexto {
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0.1px !important;
    padding-top: 3px !important;
}

.rowTotalImporte .importe  {
    color: #1973B8 !important;
}

#imagenAL2 {
    background: #002060 !important;
    height: 69px !important;
}

/*--CURSILLOSFAMILIARES PUBLIC*/

/*PROCESO ALTA CONTACTOS*/

span#MainContent_astNif {
    display: none !important;
}

h1#MainContent_h2InformacionContacto {
    display: none !important;
}
/*--PRCOESO ALTA CONTACTOS*/

/*recordar contraseña*/
input#MainContent_txtNifEmail {
    border: 0px !important;
    border: 2px solid transparent !important;
    border-bottom: 2px solid #002060 !important;
    background: #00206026 !important;
}

input#MainContent_txtNifEmail:focus {
    transition: 1s !important;
    border: 2px solid #002060 !important;
    background: transparent !important;
}

label#MainContent_lblNifEmail {
    color: #002060 !important;
    font-weight: bold !important;
}

div#MainContent_EmailPanelRecordar h4 {
    text-align: center !important;
}

label#MainContent_lblInformacionRecordarEmail {
    color: #002060 !important;
    font-weight: bold !important;
}

h1#MainContent_h1RecordarContraseña {
    color: #002060 !important;
    border-top: 2px solid #002060 !important;
    border-bottom: 2px solid #002060 !important;
    width: 50% !important;
    margin-left: 25% !important;
    font-size: 2rem !important;
    padding: 0px !important;
}

div#MainContent_divContainerInternoRecordar {
    margin-top: 1% !important;
}

@media (max-width: 992px){
    div#divEmailNif {
    margin: 0px !important;
    margin-top: 5% !important;
    }
    h1#MainContent_h1RecordarContraseña {
    display: none !important;
    }
}

/*--recordar contraseña*/

/*Modificaciones -P 13/02/24 pedido por A salas.*/
html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
    background: linear-gradient(90deg, rgba(10,186,186,1) 0%, rgba(0,32,96,1) 100%) !important;
    height: 20px !important;
    border-radius: 8px !important;
}

.steps-progress {
    background: lightgray !important;
    height: 20px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.progress-indicator{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


#h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    float: none !important;
}

.textoScroll {
    overflow-y: scroll;
    height: 250px !important;
    border-top: 1px solid #002060 !important;
    border-bottom: 1px solid #002060 !important;
    padding: 10px !important;
    color: #002060 !important;
    text-align: left;
    margin: 10px !important;
}

p.MsoNormal {
    color: #002060 !important;
}

div#MainContent_divCondiciones::-webkit-scrollbar {
  width: 5px !important;
}

div#MainContent_divCondiciones::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

div#MainContent_divCondiciones::-webkit-scrollbar-thumb {
  background: #002060 !important;
}

div#MainContent_divCondiciones::-webkit-scrollbar-thumb:hover {
  background: #0ABABA !important;
}

.Horarios .vistaContenido {
    opacity: 1 !important;
    font-size: 0 !important;
}

@media (min-width: 592px){
    
    .ejeHoras {
    padding-right: 10px !important;
    color: #002060 !important;
    }
    
}

.cursillo[id="58"] {
    background: url(/personalizar/img/cursillos/fondo_piscina_kid.jpg) !important;
    background-size: cover !important;
}

.cursillo[id="54"] {
    background: url(/personalizar/img/cursillos/piscina_kid.jpg) !important;
    background-size: cover !important;
}

.cursillo[id="29"], .cursillo[id="53"] {
    background: url(/personalizar/img/cursillos/strecth.jpg) !important;
    background-size: cover !important;
    background-position: 0px -180px !important;
}

.cursillo[id="56"] {
    background: url(/personalizar/img/cursillos/futbol.jpg) !important;
    background-size: cover !important;
}

div#filterC {
    background: transparent !important;
}

.cursillo:hover {
    box-shadow: 0px 0px 20px 0px gray !important;
}

.cursillo.card.card-with-border:after {
    position: absolute;
    display: block;
    width: 100% !important;
    height: calc(100% - 140px) !important;
    content: "";
    top: 120px !important;
    left: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #002060 !important;
    background: #002060c9 !important;
}

.imagenCentralLogin {
    background-size: 50% !important;
    background-position: left !important;
	background-attachment: local !important;
}

.imagenCentralLogin {
    height: 900px !important;
}

div#ListaDisponibles .cursillo {
    min-height: auto !important;
}

/*--Modificaciones -P 13/02/24 pedido por A salas.*/

/*Modificaciones -P 27/02/24 pedido por A salas*/


/*Formulario de consentimiento login*/
.formConsentimiento {
    box-shadow: 0px 0px 15px 0px black !important;
}

legend#lgTitulo1, legend#lgtitulo2 {
    font-weight: bold !important;
    letter-spacing: 0.2px !important;
    padding-bottom: 2rem !important;
    color: #002060 !important;
}

.formConsentimiento h3 {
    padding-bottom: 3rem !important;
    color: #0ABABA !important;
    font-size: 3rem !important;
    margin-top: 4rem !important;
}

input#EnviarFormulario, .formConsentimiento .btn {
    background: #002060 !important;
    border: 2px solid #002060 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    width: 15% !important;
    padding: 10px;
}

input#EnviarFormulario:hover, .formConsentimiento .btn:hover {
    background: white !important;
    color: #0ABABA !important;
    border: 2px solid #0ABABA !important;
    font-size: 1.5rem !important;
}

label#lblAccionesComercialesRelativo {
    color: #002060 !important;
    font-weight: 700 !important;
}


@media (max-width: 550px){
    
    .formConsentimiento {
    box-shadow: 0px 0px !important
    }
    
    input#EnviarFormulario, .formConsentimiento .btn {
    background: #002060 !important;
    border: 2px solid #002060 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    width: 50% !important;
    padding: 10px;
    }
}

/*--Formulario de consentimiento login*/

/*area privada*/

li#liHistoricoReservas {
    display: none !important;
}

.panel-body.panel-body-Cuotas button {
    background: #002060 !important;
    border-color: #002060 !important;
    color: white !important;
}

.panel-body.panel-body-Cuotas button:hover {
    background: #ffffff !important;
    color: #002060 !important;
}

.panel-body.panel-body-MisCuotas .col-md-12 {
    font-size: 2rem !important;
    color: #002060 !important;
    font-weight: bold !important;
}

.panel-body.panel-body-CambioCuotas .col-md-12{
    font-size: 2rem !important;
    color: #002060 !important;
    font-weight: bold !important;
}

li#listaCuotasContratadas .card, li#listaCuotasACambiar .card {
    background: #002060 !important;
}

p.importeCuota strike  {
    color: #0ABABA !important;
}

.corner-ribbon.red {
    background-color: #0ABABA !important;
}

li#listaCuotasACambiar .card h1 {
    color: white !important;
    font-size: 2rem !important;
    margin-top: 0px !important;
}

.panel-body.panel-body-AltaNuevaCuota .row.col-md-12.col-lg-12.col-sm-12.col-xl-12 {
    display: none !important;
}

li#listaCuotasContratadas, li#listaCuotasACambiar {
    margin-top: 2rem !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

li#listaCuotasContratadas div#filterAL{
    background: transparent !important;
}

section.content-body {
    background: lightgray !important;
}

section.content-body {
    background: url(/Personalizar/Img/webBackground.png) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.open a {
    color: #002060 !important;
}

.open li a:hover {
    color: var(--white) !important;
    background: #002060 !important;
}

span#spLayoutTipoDeCliente {
    padding-left: 2%;
    border-left: 3px solid #002060;
    border-radius: 0px;
}

nav.container-fluid .buttons {
    display: none !important;
}

section.content-body >h2 {
    display: none !important;
}

ol.breadcrumbs * {
    color: #002060 !important;
    font-weight: bold !important;
}

.panel-body.panel-body-DatosPersonales input {
    border: 0px !important;
    border-bottom: 2px solid red !important;
}

.panel-heading {
    border-radius: 0px !important;
    background: #002060 !important;
}

.panel-heading h2 {
    color: #ffffff !important;
}

section.content-body .panel {
    background: white !important;
}

.panel-body {
    border-radius: 0px !important;
}

.dashpanel {
    box-shadow: 0px 0px 5px 0px black !important;
}

.publicidad {
    font-size: 35px;
    padding: 1.5rem;
}

.infoAreaPrivada p {
    font-size: 2rem;
    color: #1973B8;
}

h1.textoAreaPrivada {
    font-size: 4rem;
    letter-spacing: 1px;
    color: #002060;
}

/*datos personales*/

legend#lgTokenizarTarjeta {
    display: none !important;
}

button.btn.btn-success.btntokens.btntokensagregar {
    background: #002060 !important;
    border-color: #002060!important;
}

button.btn.btn-success.btntokens.btntokensagregar:hover {
    letter-spacing: 0.5px !important;
    transition: 0.1s;
}

button.btn.btn-danger.btntokens.btntokenseliminar {
    background: #ffffff !important;
    color: red !important;
    border-color: #002060 !important;
}

button.btn.btntokens.btntokenspreferido.btn-success {
    background: #ffffff !important;
    color: gold !important;
    border-color: #002060 !important;
}

button.btn.btn-danger.btntokens.btntokenseliminar:hover {
    background: red !important;
    color: white !important;
    border-color: #002060 !important;
}

button.btn.btntokens.btntokenspreferido.btn-success:hover {
    background: gold !important;
    color: white !important;
    border-color: #002060 !important;
}

button#EliminarCuentaBancaria {
    background: #002060 !important;
    border-color: #002060 !important;
}

#eliminarCuenta {
    padding: 0px !important;
}

.panel-body.panel-body-DatosPersonales span.degradado {
    color: #002060 !important;
    font-size: 1.7rem !important;
}

div#sexo label{
    font-size: 1.5rem !important;
    letter-spacing: 1px !important;
    background: white !important;
    border-color: #002060 !important;
    color: #002060 !important;
}

div#sexo label.border-active{
    background: #002060 !important;
    border-color: #002060 !important;
    color: white !important;
    box-shadow: 0px 0px 10px 0px #1973B8 !important;
}

legend#lgDatosPersonales, legend#lgDatosAcceso, legend#lgDatosContacto, legend#lgDatosBancarios, legend#lgLOPD, legend#lgDatosATerceros, legend#lgRedesSociales, legend#lgTokenizarTarjeta, legend#lgTarjetasTokens{
    padding-bottom: 1rem !important;
    color: #0ABABA !important;
    font-size: 2.5rem !important;
    border-bottom: 2px solid #0ABABA !important;
    width: 25% !important;
}

table.table.table-striped.tabletokens tbody tr th {
    border: 1px solid #002060 !important;
    background: #002060 !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
}

 table.table.table-striped.tabletokens tbody tr td {
    border: 1px solid #002060 !important;
    background: white !important;
    color: #002060 !important;
    font-size: 1.5rem !important;
 }

.panel-body.panel-body-DatosPersonales input {
    border: 0px !important;
    border-bottom: 1px solid #002060 !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px !important;
}

button#EliminarCuentaBancaria:hover {
    background: white !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
}

.toggleVisibilityAccountNumber .fa-eye:before{
    color: #0ABABA !important;
}

div#mostrarCuenta {
    width: auto !important;
}

btn#toggleVisibilityAccountNumber {
    background: #002060 !important;
    color: white !important;
}

btn#toggleVisibilityAccountNumber:hover {
    color: #0ABABA !important;
    background: transparent !important;
    border: 1px solid #0ABABA !important;
}

div#notifComerciales, div#datosTerceros, div#redesSociales {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0px !important;
}

div#enviosComercialesLOPD {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div#enviosComercialesLOPD * {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0px !important;
}

.panel-body.panel-body-BotonValidarDatosPersonales button#confirmar, .panel-body.panel-body-BotonValidarDatosPersonales button#cancelar{
    background: #002060 !important;
    border-color: #002060 !important;
}

.panel-body.panel-body-BotonValidarDatosPersonales button#confirmar:hover, .panel-body.panel-body-BotonValidarDatosPersonales button#cancelar:hover{
    background: white !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
    letter-spacing: 1px !important;
}

div#ConfirmarEliminarCuentaBancaria header.panel-heading{
        background: #002060 !important;
    }
    
    div#ConfirmarEliminarCuentaBancaria h2 {
        color: white !important;
    }
    
    div#ConfirmarEliminarCuentaBancaria.modal-block-warning .fa {
        color: #0ABABA !important;   
    }
    
    label#lblMensajeConfirmarEliminarH4CuentaBancaria {
        color: #002060 !important;
    }
    
    body .btn-danger:hover {
        transition: 0.2s !important;
        color: #d2322d !important;
        background: white !important;
    }

@media (max-width: 550px){
    
    button#EliminarCuentaBancaria {
    margin-bottom: 2rem;
    }
    
    btn#toggleVisibilityAccountNumber {
    width: 25% !important;
    }
    
    div#mostrarCuenta {
    text-align: center !important;
    margin: 1rem;
    }
    
    div#sexo label {
        width: 32.5% !important;
    }
    
    legend#lgDatosPersonales, legend#lgDatosAcceso, legend#lgDatosContacto, legend#lgDatosBancarios, legend#lgLOPD, legend#lgDatosATerceros, legend#lgRedesSociales {
    text-align: center !important;
    width: 100% !important;
    }
    
    .panel-body.panel-body-DatosPersonales{
        padding: 0px !important;
    }
    
    .panel-body.panel-body-DatosPersonales input {
        margin-bottom: 2rem !important;
    }
    
    div#divNumIban input, div#NumIban input, div#divSucursal input, div#divDc input, div#divNumCuenta input, div#divNumBanco input {
        margin: 0px !important;
    }
    
    .panel-body.panel-body-BotonValidarDatosPersonales button#confirmar, .panel-body.panel-body-BotonValidarDatosPersonales button#cancelar {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }
    
}

/*--datos personales*/

/*Mis notificaciones*/
i.fa.fa-info-circle.informacionNotificaciones{
    color: #0ABABA !important;
}

.panel-body.panel-body-MisNotificaciones .dt-buttons, .dt-buttons {
    display: none !important;
}

.panel-body.panel-body-MisNotificaciones label input, .panel-body.panel-body-Accesos label input, .panel-body.panel-body-Recibos label input, .panel-body.panel-body-Facturas label input, .panel-body.panel-body-Documentos label input, .panel-body.panel-body-Credito label input {
    background: #ffffff !important;
    border: 0px !important;
    border: 2px solid #002060 !important;
}

/*tablas*/
.panel-body.panel-body-MisNotificaciones th, .panel-body.panel-body-Accesos th, .panel-body.panel-body-Recibos th, .panel-body.panel-body-Facturas th, .panel-body.panel-body-PagosPendientes th, .panel-body.panel-body-Documentos th, .panel-body.panel-body-Credito th, .panel-body.panel-body-Cuotas th {
    background: #002060 !important;
    color: #ffffff !important;
    border: 1px solid #002060 !important;
}

.panel-body.panel-body-MisNotificaciones td, .panel-body.panel-body-Accesos td, .panel-body.panel-body-Recibos td, .panel-body.panel-body-Facturas td, .panel-body.panel-body-PagosPendientes td, .panel-body.panel-body-Documentos td, .panel-body.panel-body-Credito td, .panel-body.panel-body-Cuotas td {
    background: #ffffff !important;
    color: #002060 !important;
    border: 1px solid #002060 !important;
}

.panel-body.panel-body-Accesos table#datatable-ajax td:nth-child(4),.panel-body.panel-body-Accesos table#datatable-ajax th:nth-child(4),.panel-body.panel-body-Accesos table#datatable-ajax td:nth-child(3),.panel-body.panel-body-Accesos table#datatable-ajax th:nth-child(3), .panel-body.panel-body-Accesos table#datatable-ajax td:nth-child(2),.panel-body.panel-body-Accesos table#datatable-ajax th:nth-child(2) {
    text-align: center !important;
}

.panel-body.panel-body-MisNotificaciones table#datatable-ajax td:nth-child(4), .panel-body.panel-body-MisNotificaciones table#datatable-ajax th:nth-child(4) {
    text-align: center !important;
}

.panel-body.panel-body-Recibos table#datatable-ajax td:nth-child(3), .panel-body.panel-body-Recibos table#datatable-ajax th:nth-child(3), .panel-body.panel-body-Recibos table#datatable-ajax td:nth-child(1), .panel-body.panel-body-Recibos table#datatable-ajax th:nth-child(1), .panel-body.panel-body-Recibos table#datatable-ajax td:nth-child(4), .panel-body.panel-body-Recibos table#datatable-ajax th:nth-child(4){
    text-align: center !important;
}

.panel-body.panel-body-Recibos table#datatable-ajax td:nth-child(5), .panel-body.panel-body-Recibos table#datatable-ajax th:nth-child(5){
    text-align: right !important;
}

.panel-body.panel-body-Facturas td:nth-child(1), .panel-body.panel-body-Facturas th:nth-child(1), .panel-body.panel-body-Facturas td:nth-child(3), .panel-body.panel-body-Facturas th:nth-child(3){
    text-align: center !important;
}

.panel-body.panel-body-Facturas td:nth-child(4), .panel-body.panel-body-Facturas th:nth-child(4){
    text-align: right !important;
}

.panel-body.panel-body-PagosPendientes td:nth-child(1), .panel-body.panel-body-PagosPendientes th:nth-child(1), .panel-body.panel-body-PagosPendientes td:nth-child(2), .panel-body.panel-body-PagosPendientes th:nth-child(2){
    text-align: center !important;
}

.panel-body.panel-body-Documentos td:nth-child(1), .panel-body.panel-body-Documentos th:nth-child(1){
    text-align: center !important;
}

.panel-body.panel-body-Credito td:nth-child(1), .panel-body.panel-body-Credito th:nth-child(1), .panel-body.panel-body-Credito td:nth-child(2), .panel-body.panel-body-Credito th:nth-child(2), .panel-body.panel-body-Credito td:nth-child(5), .panel-body.panel-body-Credito th:nth-child(5){
    text-align: center !important;
}

.panel-body.panel-body-Cuotas td:nth-child(5), .panel-body.panel-body-Cuotas th:nth-child(5), .panel-body.panel-body-Cuotas td:nth-child(2), .panel-body.panel-body-Cuotas th:nth-child(2), .panel-body.panel-body-Cuotas td:nth-child(3), .panel-body.panel-body-Cuotas th:nth-child(3), .panel-body.panel-body-Cuotas td:nth-child(4), .panel-body.panel-body-Cuotas th:nth-child(4), .panel-body.panel-body-Cuotas td:nth-child(6), .panel-body.panel-body-Cuotas th:nth-child(6), .panel-body.panel-body-Cuotas td:nth-child(7), .panel-body.panel-body-Cuotas th:nth-child(7){
    text-align: center !important;
}

.panel-body.panel-body-Cuotas td:nth-child(5), .panel-body.panel-body-Cuotas th:nth-child(5){
    text-align: right !important;
}

input#txtImporte {
    border: 2px solid #002060 !important;
    width: 10rem !important;
}

.panel-body.panel-body-Credito td:nth-child(3), .panel-body.panel-body-Credito th:nth-child(3) {
    text-align: right !important;
}

/*--tablas*/
div#modalDatosNotificacion .modal-header {
    background: #002060;
}

div#modalDatosNotificacion .modal-header h4 {
    color: #ffffff !important;
    font-size: 2rem !important;
}

div#modalDatosNotificacion .modal-header button {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 3rem !important;
}

div#botonConfirmarModal {
    font-weight: bold !important;
    background: #002060 !important;
    box-shadow: 0px 0px !important;
    border-color: #002060 !important;
}

span#mainNotif {
    text-align: justify !important;
    color: black !important;
    font-weight: bold !important;
}

div#botonConfirmarModal:hover {
    background: #ffffff !important;
    color: #002060 !important;
}

h2#fechaSeleccionada, button#fechaAtras, button#fechaAdelante {
    color: #0ABABA !important;
}

button#fechaAdelante, button#fechaAtras {
    background: transparent !important;
    border: none !important;
    font-size: 2.5rem !important;
    margin-top: 0px !important;
}

button#fechaAdelante:hover, button#fechaAtras:hover {
    transition: 0.1s !important;
    box-shadow: 0px 0px 10px 0px #0ABABA !important;
    border-radius: 10px !important;
    font-size: 2.5rem !important;
}

button#btnSelectorDesde, button#btnSelectorHasta {
    background: #002060 !important;
    border-color: #002060 !important;
    width: 100% !important;
    font-size: 1.7rem !important;
}

button#btnSelectorDesde:hover, button#btnSelectorHasta:hover {
    background: white !important;
    color: #0ABABA !important;
    border-color: #0ABABA !important;
    width: 100% !important;
    font-size: 1.7rem !important;
}

.col-sm-3 span {
    color: white !important;
}

th.prev, th.next, th.datepicker-switch {
    background: white !important;
    color: #1973B8 !important;
    font-size: 1.5rem !important;
}

th.prev:hover, th.next:hover, th.datepicker-switch:hover {
    transition: 0.1s;
    background: #1973B8 !important;
    color: white !important;
    font-size: 1.5rem !important;
}

/*-- Mis notificaciones*/

/*Pagos pendientes*/
.panel-body.panel-body-PagosPendientes thead th:nth-child(4){
    text-align: right !important;
}

div#filtroEstados {
    margin-left: 1% !important;
}

div#filtroEstados a {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

div#filtroEstados a {
    background: #002060 !important;
    color: white !important;
}

div#filtroEstados ul li a {
    background: white !important;
    color: #002060 !important;
}

div#filtroEstados ul li a:hover {
    background: #002060 !important;
    color: white !important;
}

.totalPagosPendientes, .totalPagosPendientes strong {
    color:  #002060 !important;
    font-size: 1.5rem !important;
}

.panel-body-PagosPendientes th{
     color: #002060 !important;
}

.panel-body.panel-body-ConfirmaPagosSeleccionadosPagosPendientes button#Confirmar, button#pagar {
    background: #002060 !important;
    border-color: #002060 !important;
}

.panel-body.panel-body-ConfirmaPagosSeleccionadosPagosPendientes button#Confirmar:hover, button#pagar:hover {
    background: white !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
}

/*--Pagos pendientes*/
/*Credito*/
.panel-body.panel-body-BotonCredito table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center !important;
}

button#Confirmar, button#Cancelar {
    background: #002060 !important;
    border-color: #002060 !important;
}

button#Confirmar:hover, button#Cancelar:hover {
    background: #ffffff !important;
    color: #002060 !important;
}

.panel-body.panel-body-BotonCredito table tbody td {
    text-align: center !important;
    margin-bottom: 1rem !important;
}

.panel-body.panel-body-BotonCredito{
    width: 100% !important;
}

button#btnAdd:before {
    content: "+";
    font-size: 2rem;
    padding-right: 1rem;
}

button#btnAdd {
    background: #002060 !important;
    border-color: #002060 !important;
}

button#btnAdd:hover {
    background: white !important;
    border-color: #0ABABA !important;
    color: #0ABABA;
}

dx#creditoTotal {
    color: #0ABABA !important;
    font-size: 4rem !important;
}

.panel-body.panel-body-BotonCredito strong {
    font-size: 3rem !important;
    color: #002060 !important;
}

@media (max-width: 550px){
    .panel-body.panel-body-BotonCredito table tbody td {
        width: 100% !important;
    }
}

/*--Credito*/
/*Excedencias*/
.panel-body.panel-body-Excedencias .widget-toggle-expand.mb-md {
    margin-top: 0px !important;
}


.panel-body.panel-body-PagarExcedencias button#confirmar, .panel-body.panel-body-PagarExcedencias button#cancelar {
    background: #002060 !important;
    border-color: #002060 !important;
}

.panel-body.panel-body-PagarExcedencias button#confirmar:hover, .panel-body.panel-body-PagarExcedencias button#cancelar:hover {
    background: white !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
}
/*--Excedencias*/

/*aall actividades libres privada*/
h2.nombreActividadLibre {
    background: white !important;
    width: 50% !important;
    margin-left: 25% !important;
    letter-spacing: 2px;
}

.main.main-raised.col-md-12 {
    background: white !important;
}
/*--aall actividades libres privada*/
/*--area privada*/

/*aall area publica*/
div#filterS {
    background: #0ABABA !important;
    }


.agrupacion {
    background: #0ABABA !important;
} 
/*--aall area publica*/

/*aacc actividades colectivas*/
h4.nombreCentro {
    color: #002060;
}

.tm-box button.btn-danger {
    opacity: 1 !important;
    background: red !important;
    color: white !important;
    box-shadow: 0px 0px 3px 1px red!important;
}

.tm-box button.btn-danger:focus{
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-1px, 0, 0);
  transform: translate3d(-1px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(1, 0, 0);
  transform: translate3d(1px, 0, 0);
  }
  }
  @keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-1px, 0, 0);
  transform: translate3d(-1px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(1px, 0, 0);
  transform: translate3d(1px, 0, 0);
  }
  } 

.datepicker table tbody tr td.day.active, .datepicker table tr td span.active.active {
    background-color: #002060 !important;
    border-color: #002060 !important;
    color: white !important;
}

.datepicker table tbody tr td.day:hover, .datepicker table tr td span.active:hover {
    background-color: #002060 !important;
    border-color: #002060 !important;
    color: white !important;
}

th.prev.disabled, th.next.disabled, th.prev.disabled:hover, th.next.disabled:hover, td.day.disabled:hover{
    color: lightgray !important;
    opacity: 0.5 !important;
    background: white !important;
}

th.prev span, th.next span{
    background: transparent !important;
}

th.prev, th.next, th.picker-switch {
    color: #002060 !important;
}

th.prev:hover, th.next:hover, th.picker-switch:hover {
    transition: 0.1s !important;
    background: transparent !important;
    color: #0ABABA !important;
}
/*--aacc actividades colectivas*/

/*MENU MOVIL*/

.menuMovilPersonal, .menuMovilQR, .menuMovilReservas, .menuMovilServicios, .menuMovilCursillos, .menuMovilPagos, .menuMovilCreditos, .menuMovilBonos, .menuMovilPerfilPartidos, .menuMovilPartidos, .menuMovilRutinas, .menuMovilAccesos, .menuMovilDocumentos, .menuMovilArticulos {
    background: #002060 !important;
    text-shadow: 1px 1px black !important;
    margin: 2% !important;
    width: 46% !important;
    padding-bottom: 0px !important;
    height: 160px !important;
}

.menuMovilClasesColectivas{
    width: 96% !important;
    margin: 2% !important;
    height: 170px !important;
    background: #0ABABA !important;
}

.menuMovilClasesColectivas img {
    height: 75% !important;
}

/*--MENU MOVIL*/

div#filtroEstados {
    margin-top: 0px !important;
}

/*Generales*/

.form-group.col-md-10 .col-sm-3 span {
    color: #002060 !important;
    font-size: 1.7rem !important;
}
.dataTables_paginate a.paginate_button.current {
    background: white !important;
    border-color: #002060 !important;
}

a.paginate_button:hover, a#datatable-ajax_previous:hover, a.paginate_button.active:hover {
    background: #002060 !important;
    border-color: #002060 !important;
    color: white !important;
}

a#datatable-ajax_previous:hover, a#datatable-ajax_next:hover, .current:hover {
    color: #ffffff !important;
    font-weight: bold !important;
}

a#datatable-ajax_previous, a#datatable-ajax_next, .current {
    color: #002060 !important;
    font-weight: bold !important;
}

.fa-plus-square:before {
    background: white;
    color: #0ABABA;
    font-size: 1.5rem !important;
}

/*--generales*/

/*darme de baja*/

.panel-body.panel-body-DarmeDeBaja ul.simple-todo-list li{
    color:  #002060 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

textarea#txtObservaciones {
    border: 2px solid  #002060 !important;
}

.panel-body.panel-body-DarmeDeBaja .widget-toggle-expand.mb-md {
    font-size: 2rem !important;
    color: black !important;
}

.panel-body.panel-body-DarmeDeBaja .widget-content-expanded.row span {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: black !important;
}

.panel-body.panel-body-DarmeDeBaja .widget-content-expanded.row input {
    font-size: 1.5rem !important;
    background: white !important;
    font-weight: bold !important;
    color: #002060 !important;
    border: 2px solid #002060 !important;
}

.panel-body.panel-body-DarmeDeBaja .widget-content-expanded.row #NoBajaValida {
    color: #ff5050 !important;
}

.panel-body.panel-body-DarmeDeBaja button#confirmar, .panel-body.panel-body-DarmeDeBaja button#cancelar  {
    background: #002060 !important;
    border: 2px solid #002060 !important;
    font-weight: bold !important;
}

.panel-body.panel-body-DarmeDeBaja button#confirmar:hover, .panel-body.panel-body-DarmeDeBaja button#cancelar:hover {
    background: #ffffff !important;
    color: #002060 !important;
}
/*--darme de baja*/

/*invitaciones*/

.panel-body.panel-body-Invitaciones button#submit {
    background: #002060 !important;
    border: 2px solid #002060 !important;
    font-weight: bold !important;
    color: white !important;
}

.panel-body.panel-body-Invitaciones button#submit:hover{
     background: #ffffff !important;
    color: #002060 !important;
}

/*invitaciones*/

/*bonos area privada*/
.panel-body.panel-body-Bonos div#filterAL {
    background: #002060 !important;
    opacity: 1 !important;
    border-radius: 5px !important;
}

.panel-body.panel-body-Bonos div#filterAL:hover {
    filter: blur(0px) !important;
}

.panel-body.panel-body-Bonos .bono {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-heading-icon.bg-primary {
    background: white;
}

.panel-body.panel-body-Bonos button {
    background: white !important;
    color: #002060 !important;
    opacity: 1 !important;
    border: 2px solid white !important;
}

.panel-body.panel-body-Bonos button:hover {
    background: #002060 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    border: 2px solid white !important;
}

/*--bonos area privada*/
/*--Modificaciones -P 27/02/24 pedido por A salas*/

/*COOKIES*/
.cookiealert {
    background: #002060 !important;
    text-align: center !important;
}

h4.titleCookies {
    width: 20% !important;
    margin-left: 40% !important;
    color: white !important;
    border-bottom: 3px solid #0ABABA !important;
    font-size: 2.5rem !important;
}

p.bodyCookies {
    color: white !important;
}

p.bodyCookiesEnlace a {
    color: #0ABABA !important;
    font-size: 1.5rem !important;
}

button#btnCookiesSeleccionadas, button#btnCookiesTodas, button#btnCookiesSoloNecesarias {
    background: #1973B8 !important;
    border-radius: 8px !important;
    min-width: 15% !important;
    font-size: 1.5rem !important;
}

.cookiealert.show {
    border-top: 1px solid #1973B8 !important;
}

label.form-check-label.cookieLabel {
    vertical-align: middle !important;
}

@media (max-width: 992px) {
h4.titleCookies {
    width: 100% !important;
    margin: 0px !important;
    color: white !important;
    border-bottom: 3px solid #0ABABA !important;
    font-size: 2rem !important;
    }
    
button#btnCookiesSeleccionadas, button#btnCookiesTodas, button#btnCookiesSoloNecesarias {
    background: #1973B8 !important;
    border-radius: 8px !important;
    min-width: 90% !important;
    margin-bottom: 3% !important;
    font-size: 1.5rem !important;
    }
    
    p.bodyCookies {
    margin-top: 3% !important;
    }

div#cookieChecksContainer {
    display: flex;
    }
    
}

/*--COOKIES*/

/* agrupaciones cursillos */
.content.divNombreDescripcionCursillosPrivate {
    height: 40rem !important;
}

.agrupacion {
    border-radius: 20px !important;
}

.agrupacion:after {
    border: none !important;
}

h4.title.title-modern {
    padding-top: 3rem !important;
    border-bottom: 2px solid #0ABABA !important;
}

.agrupacion div#filterS {
    background: #002060 !important;
    border-radius: 20px !important;
}

.agrupacion[id="1009"] {
    background: url(/personalizar/Img/cursillos/piscina.jpg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.agrupacion[id="1007"] {
    background: url(/personalizar/Img/cursillos/strecth.jpg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.agrupacion[id="40"] {
    background: url(/personalizar/Img/cursillos/piscina_kid.jpg) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 552px){
	.agrupacion {
    min-width: 100% !important;
	}
}

#footer {
    position: relative !important;
}

/* --agrupaciones cursillos */

div#divContainerTratamientoDatos {
    width: 100%;
}


/*Cuestionarios web*/

@media (max-width: 992px){
    
        h2#Cuestionario-titulo {
            font-size: 2rem !important;
            text-align: center !important;
            width: 100% !important;
    }
    
        form#Cuestionario-formulario h4.Cuestionario-tituloPregunta {
            font-size: 2.5rem !important;
            margin: 0px !important;
            border-bottom: 2px solid #0ABABA;
            width: 100% !important;
            text-align: center !important;
    }
    
        form#Cuestionario-formulario li.respuesta {
            margin-left: 15px !important;
            margin-top: 2px !important;
    }

        input#EnviarCuestionario {
            margin: 5rem 0rem;
            background: #002060 !important;
    }
    
}

h2#Cuestionario-titulo {
    margin-left: 0%;
    font-size: 4rem;
    text-align: left !important;
    border-bottom: 2px solid #0ABABA;
    width: 40% !important;
    margin-bottom: 5rem !important;
}

form#Cuestionario-formulario h4.Cuestionario-tituloPregunta {
    font-size: 2.5rem !important;
    margin: 0px !important;
    border-bottom: 2px solid #0ABABA;
    width: 35%;
    margin-top: 2rem !important;
}

form#Cuestionario-formulario li.respuesta {
    color: #002060;
    font-weight: bold;
    text-transform: lowercase;
}

input#EnviarCuestionario {
    margin: 5rem 0rem;
    background: #002060 !important;
}

div#Cuestionario-contenedorPrincipal {
    text-align: center !important;
}

/*--Cuestionarios web*/

.col-md-12.well.text-center {
    z-index: 1 !important;
}

/*borde agrupacion 03/12/2024*/
.card[data-background="image"] .filter, .card[data-background="color"] .filter {
    border-radius: 18px;
}


@media only screen and (orientation: landscape) {
    .iconoKeypass {
        margin-top: -1.7% !important;
        margin-left: 1% !important;
    }
}

@media only screen and (min-width: 768px) {
    .iconoKeypass {
        width: 5vw !important;
        height: 10vw !important;
    }
}
/*Cambios Fer*/
@media (min-width: 991px) {
    input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
        background: #0ABABA  !important;
    }
}
.cuotas-class .featured-box button {
    background: #ffffff !important; 
    color: #0ABABA !important;
    border-color: #0ABABA !important;
    width: 54% !important;
    font-size: 1.4rem;
    margin-top: 10% !important;
      
}
#MainContent_lblTextoPromocion {
    color: #002060 !important;
    font-weight: bold;
}
input#MainContent_btnVolverAtras {
     color: #0ABABA !important;
    border-color: #0ABABA !important;
}
@media (min-width: 1200px) {
    input#MainContent_btnVolverAtras:hover, input#MainContent_btnValidar:hover, button#btnFechaNacimiento:hover, a.btn.btn-success.btnNuevaPersona:hover {
        background: #002060 !important;
        color: #ffffff !important;
        border-color: #002060 !important;
    }
}
@media (min-width: 991px) {
    input#btnLogin:hover, input#btnQuieroInformacion:hover, input#btnAlta:hover {
        background: #002060 !important;
    }
}
div#MainContent_divSexo div#radio label.border-active {
    background: #ffffff !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
    font-weight: bold;
}

h6.title.title-modern.descripcionCursillo-modern:nth-child(3):before {
    content: "Duracion: ";
}



li#liGruposFamiliares ul.nav.nav-children li:nth-child(2) {
    display: none;
}

@media (max-width: 552px) {
	legend#MainContent_lgDatosPersonales, legend#MainContent_lgDatosContacto, legend#MainContent_lfFicherosAlta, legend#MainContent_lgVariosSubvarios, legend#MainContent_lgTerminos {
    width: 95% !important;
	}
}

@media (max-width: 1200px){
	.userbox {
    margin: -50px 17px 0 0 !important; 
}
}

.tm-box.appear-animation.noPermitidaReserva.animated.appear-animation-visible {
    background: white !important;
}

.progress-bar {
    background: #0ABABA !important;
}

.panel-body.panel-body-FichaPartidos * {
    color: #002060 !important;
}

ul.simple-todo-list li.completed {
    font-weight: bold !important;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border-top: 3px solid #0ABABA !important;
    color: #0ABABA !important;
}

button#imageUpload, input#FilesSubmit, input#ImgSubmit {
    background: #002060 !important;
    border-color: #002060 !important;
}

button#imageUpload:hover, input#FilesSubmit:hover, input#ImgSubmit:hover {
    background: #ffffff !important;
    border-color: #0ABABA !important;
    color: #0ABABA !important;
}

.formNotificaciones {
    border: none !important;
}

.switch.switch-primary .ios-switch .on-background {
    background: #0ABABA !important;
}

button#submitProfile, button#imageUpload2, button#btnCrop, button#updateHorario, button#nuevosAmigosSubmit, button#groupSubmit_1, button#groupSubmit_0 {
    background: #002060 !important;
    border-color: #002060 !important;
}

button#btnRotate, button#btnZoomOut, button#btnZoomIn {
    color: #ffffff !important;
    background: #002060 !important;
    border-color: #002060 !important;
    margin-bottom: 1rem !important;
}

button.btn.btn-primary.save-scheudule {
    background: white !important;
    color: #002060 !important;
    border-color: #002060 !important;
}

button.btn.btn-primary.save-scheudule:hover {
    background: white !important;
    color: #0ABABA !important;
    border-color: transparent !important;
}

form.form-horizontal.form-bordered .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-append {
    text-align: center !important;
}

.fileupload .uneditable-input .fa {
    display: none !important;
}

button#botonModalAceptar, button#botonRotar {
    background: white !important;
    color: #002060 !important;
    margin: 1rem 0.2rem !important;
}

a.btn.btn-danger.botonModalCancelar {
    background: white !important;
    color: #d64742 !important;
    margin: 1rem 0.2rem !important;
}

@media (min-width: 992px){
    .tm-box.appear-animation.animated.fadeInRight.appear-animation-visible {
        width: 98% !important;
    }
}

.contenedorBotones.row.row-flex.row-flex-wrap.row-nomag {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.card.card-just-text.card-with-border.agrupacion:hover{
    transition: 0.1s;
    box-shadow: 0px 0px 3px 0px black !important;
}

.card[data-background="image"] .filter, .card[data-background="color"] .filter {
    border-radius: 20px !important;
}

.card[data-background="image"] .filter {
    opacity: 0.1 !important;
    filter: alpha(opacity = 55.0) !important;
}

h4#tituloInformacion {
    color: white !important;
}

.panel-body-NuevoFamiliar fieldset .form-group {
    margin-left: 0px !important;
}

.panel-body-NuevoFamiliar fieldset .form-group input {
    max-width: 32vh !important;
}

.cuotas-class {
    width: 90% !important;
}



@media (max-width: 1200px){
        
    div#MainContent_divPanelCobros .row .col-md-6 {
    margin: 0px !important;
}
    html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    margin-left: -128px !important;
}
    
    html .wizard-progress.wizard-progress-lg ul li a, html.dark .wizard-progress.wizard-progress-lg ul li a {
    padding-left: 0rem !important;
}
    .cuotas-class {
        width: 40% !important;
    }

}

div#w4-DatosPersonales label {
    color: #002060 !important;
    font-weight: bold !important;
}

@media (max-width: 622px){
    div#MainContent_divPanelCobros .row .col-md-6 {
        width: 95% !important;
}    

    .cuotas-class {
        width: 90% !important;
    }
}

div#MainContent_divImporteHTML {
    font-size: 3.5rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

td.publicidad h2.tituloAreaPrivada {
    font-size: 4.2rem !important;
}

td.publicidad p.bodyAreaPrivada {
    font-size: 2.2rem !important;
}

svg.svg-inline--fa.fa-bars.fa-w-14 {
    display: none !important;
}

.dropdown.pull-left {
    z-index: 1 !important;
}

td.plazaSelecionada button {
    background: #002060 !important;
    opacity: 1;
}

table#tablaPlazas td button {
    background: #fff;
    color: #002060;
    box-shadow: 0px 0px 10px 1px #002060;
}

h2#textoSeleccionPlaza {
    font-size: 2rem;
}

.main.mainCard {
    height: auto !important;
}

.fa-credit-card, .fa-dribbble {
    font-size: 8rem !important;
}

span.dashtext.countlibres, span.dashtext.countpagos {
    font-size: 3rem !important;
}

.dashpanel .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.panel-body.panel-body-Recibos body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #002060 !important;
    border-color: #002060 !important;
}

li#liTitularExterno {
    display: none !important;
}

li#listaCuotasContratadas .card, li#listaCuotasACambiar .card {
    background: white !important;
    border: 3px solid #002060 !important;
}

p.nombreCuotaCard {
    background:  #002060;
    padding: 1rem;
    color:  #fff;
} 

p.fechaCuota {
    color:  #002060;
}

.panel-body.panel-body-MisCuotas .content {
    padding: 1rem;
    box-shadow: 0px 0px 10px 0px black !important;
}

li#listaCuotasACambiar div {
    background: white !important;
    border-radius: 30px;
}

li#listaCuotasACambiar p {
    color: black;
}


p.nombreCuotaCard {
    color: white !important;
}

div#carta_152, div#carta_151 {
    max-height: 26rem;
    border-radius: 3px !important;
}

li#listaCuotasACambiar .content {
    padding: 1rem;
}

div#imagenCuota {
    background: #fff !important;
    height: 1rem !important;
}

table#datosReserva td.descripcion * {
    color: black !important;
    font-size: 1.2rem;
}

i.fa.fa-trash {
    color: #0ABABA !important;
    font-size: 2rem !important;
}

button.btn.btn-default.borrarCuota {
    background: white !important;
}

div#modalCuotas .modal-header {
    background: #002060 !important;
}

div#modalCuotas .modal-header h1 {
    color: white !important;
}

div#modalCuotas button#botonCerrarModal {
    color: white !important;
    opacity: 1 !important;
}

tbody#bodyDatosCuota td:nth-child(1) {
    border-right: 2px solid  #0ABABA !important;
    padding-right: 1rem !important;
}

tbody#bodyDatosCuota td:nth-child(2) {
    color: black !important;
    padding-left: 1rem;
}

li#liInvitaciones {
    display: none !important;
}

.Horarios {
    background-image: url(/personalizar/img/tenis2.jpg);
    background-size: cover !important;
    background-position: 0px 75% !important;
}

.panel-body.panel-exer.panel-body-MisRutinasCarga b {
    color: #002060 !important;
    border-bottom: 2px solid #0ABABA !important;
}

.panel-body.panel-exer.panel-body-MisRutinasCarga p {
    color: black !important;
}

header.panel-heading.portlet-handler {
    background: white !important;
}

header.panel-heading.portlet-handler h2 {
    color:  #002060 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

header.panel-heading.portlet-handler {
    border: none !important;
}

.panel-body.panel-exer.panel-body-MisRutinas h2 {
    color: #0ABABA !important;
    text-transform: lowercase !important;
    letter-spacing: 0px !important;
    box-shadow: 0px 0px !important;
    border-bottom: 2px solid #002060 !important;
    padding-bottom: 1rem !important;
}

.panel-body.panel-exer.panel-body-MisRutinas, .panel-body.panel-exer.panel-body-MisRutinasCarga {
    border: none !important;
    box-shadow: 0px 0px !important;
}

h2#title-footer-rutinas {
    display: none !important;
}

button#confirmar, button#cancelar {
    background: #002060 !important;
    border: none !important;
}

.panel-body.panel-body-Bonos .content {
    padding: 0px !important;
}

.panel-body.panel-body-Bonos .bono {
    padding: 0px !important;
    height: 35rem !important;
}

.panel-body.panel-body-Bonos h4 {
    padding: 0px !important;
}

.panel-body.panel-exer.panel-body-MisRutinasCarga h5 {
    color: #002060 !important;
    border-bottom: 2px solid #0ABABA !important;
}

.panel-heading-icon.bg-primary {
    background: transparent !important;
}

button.btn.btn-default.btn-primary.asignarCursilloPersona.asignarCursillo, btn.btn.btn-success.btnNuevaPersona, button.btn.btn-default.btn-primary.cursillosAnon.verCursillos, .col-sm-6.btn-group-vertical .btn {
    background: #002060 !important;
    opacity: 1;
    box-shadow: 0px 0px !important;
}

 .col-sm-6.btn-group-vertical .btn {
     margin-top: 1rem;
 }