html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#content {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto 00px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

.blockUI.blockOverlay {
	 opacity: 0.2!important;
}
.blockUI.blockMsg.blockPage {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;  
}
.blockUI.blockOverlay {
	z-index: 999999999!important;
}


/** Your theme modifications here **/
.funkyradio {
    margin-top: 2em;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0.1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.funkyradio-success input[type="radio"].cerrado:disabled ~ label,
.funkyradio-success input[type="checkbox"].cerrado:disabled ~ label {
    background-color: #f5e9e9;
    color:#bdbcbc;
}
.funkyradio-success input[type="radio"].cerrado:disabled ~ label:before,
.funkyradio-success input[type="checkbox"].cerrado:disabled ~ label:before {
   background-color: #f5e9e9;
    color: #444;
    content: "\f023";
    font-family: 'FontAwesome';
    text-indent: .9em;
    color: #e65656;
}

.funkyradio-success input[type="radio"].bloqueado:disabled ~ label,
.funkyradio-success input[type="checkbox"].bloqueado:disabled ~ label {
    background-color: #fff;
    color:#bdbcbc;
    
}
.funkyradio-success input[type="radio"].bloqueado:disabled ~ label:before,
.funkyradio-success input[type="checkbox"].bloqueado:disabled ~ label:before {
    background-color: #d1d3d4;
    color: #444;
    content: "\f05e";
    font-family: 'FontAwesome';
    text-indent: .9em;
    color: #3848a5;
}

.funkyradio-warning input[type="radio"]:disabled ~ label,
.funkyradio-warning input[type="checkbox"]:disabled ~ label,
.funkyradio-warning input[type="checkbox"]:disabled:hover ~ label {
    background-color: #fff;
    color:#bdbcbc;
    
}
.funkyradio-warning input[type="radio"]:disabled ~ label:before,
.funkyradio-warning input[type="checkbox"]:disabled ~ label:before,
.funkyradio-warning input[type="checkbox"]:disabled:hover ~ label:before {
    background-color: #d1d3d4;
    color: #444;
    content: "\f05e";
    font-family: 'FontAwesome';
    text-indent: .9em;
    color: #3848a5;
}

.funkyradio .hora_taller {
	height: 2.5em;
    line-height: 2.5em;
    margin-left: 35px;
    background: #efefef;
    /* padding-right: 22px; */
    text-align: left;
    float: left;
    padding-left: -10px!important;
    text-indent: 0;
}
.funkyradio .hora_taller i {
    margin-left: 0;
    padding-left: 0;
    width: 25px;
   
    height: 2.5em;
    line-height: 2.5em;
}
.funkyradio .plazas_disponibles {
	
	text-indent: 0;
	background: #deefd7;
	margin-left:25px;
	 display: table;
    position: relative;
    line-height: 1.2em;
    height: 36px;
}
.funkyradio .plazas_disponibles p {
	display: table-cell;
    vertical-align: middle;
}
.funkyradio .plazas_disponibles.disponible {
	background: #deefd7;
}
.funkyradio .plazas_disponibles.no_disponible{
	background-color: white;
}
.funkyradio .plazas_disponibles i {
    margin-right:10px;
}
.funkyradio .titulo_taller {
    text-indent: 0;
    display: table;
    position: relative;
    line-height: 1.2em;
    height: 36px;
}
.funkyradio .titulo_taller p {
    display: table-cell;
    vertical-align: middle;
}
.funkyradio label div {
    clear: inherit;
    overflow: auto;
}


.funkyradio {

    div {
        clear: both;
        overflow: hidden;
    }

    label {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
    }

    input[type="radio"],
    input[type="checkbox"] {

        &:empty {
            display: none;

            ~ label {
                position: relative;
                line-height: 2.5em;
                text-indent: 3.25em;
                margin-top: 2em;
                cursor: pointer;
                user-select: none;

                &:before {
                    position: absolute;
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    content: '';
                    width: 2.5em;
                    background: #D1D3D4;
                    border-radius: 3px 0 0 3px;
                }
            }
        }

        &:hover:not(:checked) ~ label {
            color: #888;

            &:before {
                content: '\2714';
                text-indent: .9em;
                color: #C2C2C2;
            }
        }

        &:checked ~ label {
            color: #777;

            &:before {
                content: '\2714';
                text-indent: .9em;
                color: #333;
                background-color: #ccc;
            }
        }
        

        &:focus ~ label:before {
            box-shadow: 0 0 0 3px #999;
        }
    }

    &-default {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #333;
                background-color: #ccc;
            }
        }
    }

    &-primary {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #337ab7;
            }
        }
    }

    &-success {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #5cb85c;
            }
        }
    }

    &-danger {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #d9534f;
            }
        }
    }

    &-warning {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #f0ad4e;
            }
        }
    }

    &-info {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #5bc0de;
            }
        }
    }
}

@media (max-width: 992px) {
	.funkyradio .titulo_taller p {
    	padding-left: 30px;
	}
	.funkyradio .plazas_disponibles {
		background:none!important;
	}
	.funkyradio .plazas_disponibles p {
    	  padding-left: 30px;
    		background: #deefd7;
    		margin-left: 30px;
    		/* width: 100px; */
    		float: right;
    		padding: 5px;
	}
	
	  

}


.navbar-brand img {
	    max-height: 100px;
}
.navbar {
    min-height: 115px;
}
body {
	background-color: #fdfcfc;
}
.item {
    background: #fff;
}
.item  img {
	
}

.item h4 {
    margin: auto;
    text-align: center;
    background: rgba(197, 197, 197, 0.29);
    padding: 40px 25px;
    float: right;
    vertical-align: middle;
    display: block;
    position: absolute;
    right: 20px;
    top: 138px;
    width: 200px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.5em;
}
#footer {
    padding: 0px 0;
}
.navbar #basket-overview {
    padding-right: 20px;
}

.bloque_cuenta_atras {
    background: rgba(189, 189, 189, 0.27);
    padding-bottom:2em;
    margin-bottom:2em;
}
.bloque_cuenta_atras h2, .bloque_cuenta_atras h3 {
	text-align:center;
	font-weight: 400;
}

.breadcrumb {
    background-color: transparent;
    box-shadow:none;
}
@media (max-width: 767px) {

	.navbar-brand img.visible-xs {
	    display: block!important;
	    max-width: 290px;
	    margin-left:15px;
	}
}

.tabla_talleres_inscripcion {
	width:100%;
}
table.table.tabla_talleres_inscripcion tr > td {
    width: 90%;
}
table.tabla_terminos_condiciones {
    background: #ddd;
    border-radius: 0.2em;
}
.tabla_terminos_condiciones td { 
	border:none!important;
}
.box h2 {
    background: #8e77af;
    color: white;
    font-size: 1em;
    padding: 0.7em;
    border-radius: 0.2em;
    text-transform: uppercase;
}
.tabla_cuotas th {
    vertical-align: middle!important;
    background: #6f6b6b;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}
.tabla_cuotas td.tipo {
	background:#ededed;
	text-align:left;
}
.tabla_cuotas td {
	text-align:center;
}

.nav-tabs > li > a {
   color:#444;
}
.nav-tabs > li.active > a {
    color: #9D15A7;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid #fff;
}
.form-group .form-group.col-md-6 {
    margin-bottom: 0!important;
}
h3 i {
    margin-right: 7px;
}

.my-product-quantity {
	display: none;
}

#countdown, #countdown_footer {
	color: #017cfa;
    font-weight: bold;
    font-family: FontAwesome,Roboto;
}

#countdown:before, #countdown_footer:before {
	margin-right: 3px;
}

.bloque_reservas {
    background: rgba(162, 159, 159, 0.11);
    margin-left: -1.5em;
    margin-top: -1.5em;
    margin-right: -1.5em;
    padding: 10px 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.bloque_reservas  p {
	    margin-top: 5px;
	        margin-bottom: 0;
}
.bloque_reservas .fa-shopping-cart {
	font-size:30px;
}

.badge-notify:after {
	content:" talleres bloqueados";
}
.boton_inscripcion {
    background: #9D15A7;
    border-radius: 0.3em;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.bloque_reservas .fa-shopping-cart {
    font-size: 30px;
    color: #fff;
    float: left;
    margin-right: 10px;
}
.badge.badge-notify.my-cart-badge {
    background: none;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    float: left;
    font-weight: normal;
    font-size: 14px;
}
.bloque_titulo_talleres {
	    margin-top: -25px;
}
.bloque_titulo_interes_inscripcion {
	    margin-top: -25px;
	    text-align: center;
}
.tabla_talleres_inscripcion i.fa.fa-trash-o {
    color: #f40518;
    font-size: 18px;
}
.bloque_leyenda p {
	text-align:left;
}
.thead-inverse th {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

.thead-inverse {
    background: #777777;
    color: #fff;
    font-weight: normal;
}
.tabla_cuotas {
	margin-bottom:0;
}
.bloque_leyenda {
    background: none;
    border: none;
    box-shadow:none;
}
.bloque_leyenda .icon {
	top:136px!important;
}
.bloque_leyenda a, .tabla_cuotas a {
	text-decoration: underline;
}
.boton_email_contacto {
	    background: #d4d8dc;
    text-transform: lowercase!important;
    border: 1px solid #cacaca;
    color: #444!important;
    cursor:pointer;
}
.boton_email_contacto:hover {
	background:#fff;
	border:1px solid #ddd;
}
.bloque_cabecera_contacto span {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.boton_inicio_sesion {
	margin-top:20px;
}

.box {
  
   position:relative;
   
}
.ribbon {
  position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
}
.ribbon span {
   font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 200px;
    display: block;
    background: #F44336;
    background: linear-gradient(#F44336 0%, #b90c0c 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 38px;
    right: -42px;
}
.ribbon span::before {
       content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #b90c0c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #b90c0c;
}
.ribbon span::after {
   content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #b90c0c;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #b90c0c;
}
.registro_desabilitado {
	background:#ddd;
}
a.usuario_en_sesion {
    color: #05CDAC !important;
    /* background: rgba(27, 27, 27, 0.24); */
    /* padding: 3px 5px; */
    border-radius: 0.2em;
    max-width: 190px;
    display: inline-block!important;
     overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    height: 23px;
    line-height: 17px;
    margin-top: 5px;
    padding-top: 10px;
}
.suscripcion_abonada {
	    background: #555555;
    color: #fff;
    text-align: center;
}
.nombre_presentacion {
	    color: #f40518;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;

}
.bloque_inicio_sesion {
	float:none;
}

h2.normal {
	font-size: 30px;
	padding: 0.3em;
	text-transform: none;
}

input.tramo {
	/*display: block !important;
	height: 20px;
	width: 20px;
	float: left;*/
}

.div_tramo label {
	background:#ededed;
}

.div_tramo p {
	/*float: left;
	margin-left: 10px;*/
}

#div_contador_liberar_plazas p, #div_contador_liberar_plazas_footer p {
	font-size: 1.2em;
}
.no_disponibilidad {
	margin-top:2em;
}
.bloque_no_disponibilidad {
	background: #555555;
    overflow: hidden;
    padding: 2em;
    margin-bottom: 2em;
    display:none;
}
.bloque_no_disponibilidad p {
	color:#fff;
	margin-top:0;
}
.suscripcion_abonada_index {
	margin-top:2em;
}
.suscripcion_abonada_index p {
	margin-bottom:0;
	font-size:18px;
}

.padding_right_0 {
	padding-right: 0px !important;
}

.padding_left_0 {
	padding-left: 0px !important;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}