.login-logo img {
    width: 100%;
}

.bg-green-haze {
    background-color: #00A651 !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    height: 85px;
    width: 85px;
}

#listados {
    width: 100% !important;
}

.sorting_disabled {
    padding: 0 !important;
}

.table_buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table_buttons .btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-group {
    margin-bottom: 0.5rem;
}

.upload .form-control {
    padding: 1px;
}

.upload .button {
    padding: 0px;
}

.upload span {
    font-weight: bold;
    color: #ff0000;
}

.help-block {
    margin-bottom: 0;
}

.city-option {
    display: none;
}

.garantia_productos thead td,
.garantia_productos tbody td {
    padding: 0.75rem 0.25rem;
}

.ui-autocomplete {
    z-index: 2000 !important;
}

.oculto {
    display: none;
}

.visible {
    visibility: visible;
}

.color-apple {
    color: #31b131;
}

.color-pasion-red {
    color: #D33333;
}

.opciones .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hora_actual {
    height: 2.5rem;
    padding: 0.5rem 1rem;
    margin: 0;
    color: #343a40;
}

.asistencia {
    width: 40px;
    height: 40px;
}

.color-white {
    color: #FFFFFF !important;
}

.ancho_100 {
    width: 100%;

}

.fondo-aqua-haze {
    background-color: #f4f6f9;
}

.fondo-empresas {
    background-color: #1F3C88;
}

.fondo-fabricantes {
    background-color: #2E5AAC;
}

.fondo-certificados {
    background-color: #1B7F5A;
}

.fondo-tipo_empresas {
    background-color: #4A6FA5;
}

.fondo-marcas {
    background-color: #C05621;
}

.fondo-modelos {
    background-color: #B7791F;
}

.fondo-giros {
    background-color: #9B2C2C;
}

.fondo-tecnologias {
    background-color: #0F766E;
}

.fondo-modulaciones {
    background-color: #0E7490;
}

.fondo-frecuencias {
    background-color: #155E75;
}

.fondo-ganancias {
    background-color: #3F9142;
}

.fondo-potencias {
    background-color: #065F46;
}

.fondo-modulos_rf {
    background-color: #1D4ED8;
}

.upload label {
    width: 100%;
}

.upload span {
    font-weight: bold;
    color: #ff0000;
}

.info_modulaciones label {
    font-weight: normal !important;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dropdown-menu a i {
    width: 18px;
    /* ancho fijo del icono */
    text-align: center;
}

.dropdown-menu .badge {
    min-width: 18px;
    text-align: center;
    background: #e7f1ff;
    color: #0d6efd;
    font-weight: 600;
    font-size: 11px;
    padding: 1px 4px;
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .hora_actual {
        font-size: 18px;
        padding: 8px 0px;
    }

    .user-menu {
        width: 58px;
        ;
    }

    .user-menu .nav-link {
        padding: 6px 12px !important;
    }

    #marcador-actividades .modal-title {
        font-size: 20px;
    }

    #marcador-actividades .actividad {
        font-size: 14px;
    }
}