/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 60px;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 500px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 60px;
    margin-top: 100px;
}

.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
    margin-top: 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {
    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }
    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
        height: 500px;
    }
    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    .navbar-inner {
        margin: -20px;
    }
    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .container {}
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }
    .marketing .span4 + .span4 {
        margin-top: 40px;
    }
    .featurette-heading {
        font-size: 30px;
    }
    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }
}

#footer {
    height: 30px;
    background-color: whitesmoke;
    padding: 20px;
    padding-top: 30px;
}


/*Inscirpciones*/

#rowBuscadorInscripciones {
    margin-top: 100px;
}

#legendBusqueda {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
}

#txtFindInscripcion {
    height: 50px;
    font-size: 18px;
}

#btnFindInscripcion {
    height: 60px;
    font-size: 18px;
    width: 100px;
}

#rowResultsInscripciones {
    margin-top: 20px;
}

#progressBarInscripcionesBusqueda {
    width: 60%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
}

.hero-unit-setup {
    min-height: 430px;
}

.sidebar-nav {
    min-height: 450px;
}

.notResultsFound {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: auto;
    margin-top: 60px;
}

.table caption {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.tableInscripciones td {
    padding: 8px 5px;
    font-size: 12px;
    vertical-align: middle;
}

#table-category td{
    padding: 8px 5px;
    font-size: 14px;
    vertical-align: middle;
}


.tdNumero {
    text-align: center !important;
}

#detalleInscripcionModal {
    left: 50%;
    width: 550px;
}

#modalBodyDetalle {
    max-height: 380px;
}

#mensajeCHKs {
    margin-top: 20px;
    margin-bottom: 28px;
}

#divInfoMatch {
    height: 425px;
    overflow: scroll;
}


/*NUMEROS*/

.botonAlineadoCentro {
    text-align: center;
    margin: 10px 0px;
}

.botonAlineadoIzquierda {
    text-align: left;
    margin: 10px;
}

.labelEstadoNumero {
    width: 90px;
    font-size: 14px;
}

.labelEstadoCodigo {
    width: 120px;
    font-size: 14px;
}

.tokenNumero {
    width: 38px;
    text-align: center;
    margin-right: 5px;
    margin-right: 5px;
}

.tokenCodigos {
    width: 85px;
    text-align: center;
    margin-right: 5px;
    margin-right: 5px;
}

.tooltip-innercodigos {
    white-space: pre;
    max-width: none;
}

.cantidadNumeros {
    text-align: left;
    font-weight: bold;
    margin: 10px;
}

.numerosTituloCentrado {
    font-size: 20px;
    font-weight: bold;
}

#infoContainer {
    height: 400px;
    overflow: scroll;
    padding-top: 0px;
}

.label-new {
    background-color: #993399;
}

.label-descargados {
    font-size: 14px;
    background-color: #FFF;
    color: #000;
}


/*Inscripciones-Subida*/


/*General*/
.colorTr{
    background: #bbe0c7;
}
.minSizePage {
    min-height: 520px;
}

#divCategoriasCSVCarrera {
    overflow: scroll;
}

#divBotonesFormSubmit {
    text-align: center;
    margin-top: 80px;
}
#detalleCol .thumbnail{
    padding:20px;
}
#detalleCol .card{
    margin:10px;
}
#detalleCol .container-flex{
    display: block;
}
/**/

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}


/* ESTADISTICAS */

.tituloEventoStats {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
}

.oculto {
    display: none;
}

.searchFound {
    width: 100px;
    font-size: 14px;
    text-decoration: dotted;
    background-color: #ffff99;
    color: #000;
}

.textGray 
{

}
/* Ancho de alerta sweet alert */
.swal-wide{
    width:750px !important;
}
.swal2-popup .swal2-input:focus{
    border:3px solid #b4dbed!important;
    box-shadow: 0 0 10px #b4dbed!important;
}
.swal2-popup .swal2-title{
    color: #397dd2!important;
}

.hero-unit{
    font-size: 16px;
}
#table-adFields select[name="type"]{
    width: 100px!important;
}
.values .table{
    background: transparent!important;
}

.promoBox{
    cursor: pointer;
}
.codigoPromocional  #swal2-content{
    text-align: left!important;
}
.container-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#templateDetailRace .hero-unit{
    display: flex;
}
.card{
    margin: 10px;
    padding: 30px;
    border-radius: 5px;
    background-color: white;
    border-left: 7px solid #283885;
}
.card.female{
    border: 3px solid #cc86e2;
}
.card.male{
    border: 3px solid#65ace0;
}
#templateEstadistica .card{
    -webkit-box-shadow: 2px 4px 23px -8px rgba(0,0,0,0.39);
    -moz-box-shadow: 2px 4px 23px -8px rgba(0,0,0,0.39);
    box-shadow: 2px 4px 23px -8px rgba(0,0,0,0.39);
}
#templateEstadistica .thumbnail{
    padding: 15px 0px;
}
.card i{
    font-size: 60px;
    
}
.card i.fa-female{
    color: #cc86e2;
}
.card i.fa-male{
    color: #65ace0;
}
.card h5{
    margin-bottom: 25px;
}
.card p{
    font-size: 2.3em;
    margin-bottom: 15px;
}
.card span{
    color: #33333390;
}
 .container-categories{
    margin: 20px 0px;
}
#lastRegSection{
    margin-top: 50px;
}
.img-event{
    width: 300px!important; 
    height: 200px!important;
}
.description-event p{
    font-size: 25px;
    text-align: right;
    margin-top: 20px;
}
.description-event small{
    font-size: 90%;
}
.margin-20{
    margin: 20px 0px;
}
.logo-event img{
    display: none!important;
}
.container-register-cards{
    margin-top:30px;
}
.container-register-cards .card{
    padding: 10px 20px 25px 20px;
}
.container-register-cards .card i{
    font-size:45px;
    color:#829ebb;
}
.mv-50{
    margin-top: 50px;
    margin-bottom:50px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .btn-file {
    border: 2px solid gray;
    color: gray;
    background-color:#eee;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
  }
  
  #fileUpload {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  #descarga{
      text-align: center;
  }
  #container-files{
        border-radius: 8px;
      border: 2px solid gray;
      padding: 10px;
      display:none;
  }
  .container-list {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
  }
  
  /* On mouse-over, add a grey background color */
  .container-list:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-list input:checked ~ .checkmark {
    background-color: #04c;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-list input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-list .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .container_loader{
      width: 100%;
      position: fixed;
      height: 100%;
      display: none;
      align-items: center;
      justify-content:center;
      top:0;
      background: rgba(0,0,0,0.2);
  }
  .loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }
@media print{
    
    .container-event-detail .logo-event{
        position: absolute;
        display: block!important;
        width: 200px!important;
        top: 20px;
        right: 20px;
    }
    .container-event-detail .img-event{
        width: 400px;
        display: inline-block;
    }
    .male .span4,.male .span8, .female .span4,.female .span8{
        text-align: center!important;
    }
    #templateEstadistica .card{
        width: 280px;
        height: 120px;
        display: inline-block;
        margin:5px;
        
    }
    .d-none{
        display: none!important;
    }
    .container-flex{
        display: inline-block;
    }
    body{
        padding-top:0px!important;

    }
    .card .span8{
        width: 60%;
        display: inline-block;
        margin-top: 10px;
    }
    .container-categories-distance .span6{
        width: 100%!important;
    }
    .container-female, .container-male, .container-register-cards .span3 {
        display: inline-block!important;
        width: 49.5%!important;
    }
    .container-categories{
        margin:0px;
        margin-top: 100px;
    }
    .description-event p{
        margin-top: 0px;
    }
    .img-event{
        width: 210px!important; height: 130px!important;
    }
    .container-register-cards{
        margin-top:0px!important;
    }
    .container-register-cards .card i{
        font-size:30px;
    }
    .container-register-cards .card p{
        font-size: 2em;
        margin-bottom: 5px;
    }
    .container-numbers-codes .span6{
        display: inline-block!important;
        width: 49.5%!important;
        
    }
    .container-numbers-codes{
        margin-top:100px;
        margin-bottom: 200px;
    }
    .span12:nth-of-type(2){
        margin-bottom:200px;
    }
}