.panelEvento:hover {
    cursor: pointer;
}

.menuEntradas {
    padding: 0px;
}

.modalTiposEntrada {
    border-radius: 20px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25) !important;
}

.colorIdasfest {
    background-color: #000072 !important;
    border-color: rgba(46, 86, 163, 0.9) !important;
}

.btn-info:hover {
    background-color: #000072 !important;
    border: 1px solid #000072 !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #000072 !important;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99;
    display: none;
}

.my-float {
    margin-top: 8px;
    font-size: 25px;
}

.inactivo {
    color: #313a46 !important;
}

.activo {
    color: #000072 !important;
}

.azulIdasfest {
    background: #000072;
}

.labelVersion {
    font-size: 10px;
}

.colorLabelTitulos {
    color: #afa6a6;
}

.errorLabel {
    color: red;
}

#topnav .topbar-main {
    background-color: #000072;
}

.bodyFondo {
    background-image: url(../../assets/imgs/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bodyFondoAsistentes {
    background-image: url(../../assets/imgs/fondo-asistentes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.accountBox-sombra {
    box-shadow: 9px 9px 17px 8px rgb(2, 2, 2), 0 4px 4px 0 rgba(0, 0, 0, 1);
    border-radius: 5px;
}

.labelContacto {
    font-size: 16px;
    line-height: 1;
    color: whitesmoke;
}

.labelInicio {
    font-size: 25px;
    line-height: 1;
    color: white !important;
}

.botonInicio {
    color: #90bbdc !important;
    text-decoration: underline;
}

.contenedorEventos {
    max-width: 1750px !important;
    margin-top: 15px;
}

.page-title-box .page-title {
    font-size: 25px;
}

.nombreUsuario {
    color: azure;
}

.divNombreUsuario {
    margin-top: 20px;
    margin-right: 10px;
}

.boxEventos {
    border-right-color: lightgrey;
    border-right-style: dotted;
}

.input:focus {
    outline: none !important;
    border-color: #000072 !important;
}

.boxInteriorTitle {
    margin-top: 10px;
}

.iconoModificado {
    height: 15px;
    width: 15px;
    margin: 0px;
    margin-bottom: 3px;
}

.titleEvento {
    margin-top: 1px;
    margin-bottom: 25px;
    font-size: 22px;
}

.tituloNoEventos {
    color: #4c4c4c7d !important;
    height: 170px;
    margin-top: 70px;
}

.logoMovil {
    display: none;
}

.rowErrorTitle {
    text-align: center;
}

.mostrarMenuMovil {
    display: none !important;
}

#navigation {
    text-align: center;
}

@media (min-width: 1366px) {
    .extra-size {
        width: 33.3333333%;
    }
}

@media (max-width: 991px) {
    .ocultoSmallSize {
        display: none !important;
    }
    .mostrarMenuMovil {
        display: block !important;
    }
    #navigation {
        text-align: left;
    }
}

@media (max-width: 420px) {
    .logoMovil {
        display: block;
    }
}

.iconos-tipos-entrada {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    margin-bottom: 8px;
}

.iconos-proveedores-sincronizacion {
    height: 30px;
    margin-bottom: 8px;
}

.iconos-proveedores-editar {
    height: 60px;
    margin-bottom: 8px;
}

.titulo-panel-entradas {
    font-weight: 900;
    line-height: 1.4;
    font-size: 16px;
}

.separacion-proveedores {
    margin-left: 15px;
    margin-top: 5px;
}

.elementos-form-origen-entrada {
    margin-top: 30px;
    margin-bottom: 10px;
}

.sweet-alert {
    background: white;
}

.imagenesEstadisticasSexo {
    height: 150px;
}

.flag-menu {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}

.modal-md-plus {
    width: 750px;
    margin: 30px auto;
}

@media (max-width: 991px) {
    .modal-md-plus {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .modal-md-plus {
        width: 90%;
        margin: 10px auto;
    }
}

.invalid-feedback {
    text-align: left;
    font-size: 10px;
    color: #ff0000;
}