label,
input,
table,
button,
select {
    font-size: 12px !important;
}

.bg-unimex {
    background-color: #004b93;
}

.ff_header{
    font-family: 'Glyphicons Halflings' !important;
    font-size: 20px;
}

#boton-back {
    background-image: url("../img/Regresar.png");
    background-repeat: no-repeat;
    height: 50px !important;
    width: 55px !important;
    background-position: center;
    background-size: cover;
    border: none;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-cyan {
    background-color: #0dcaf0 !important;
}

.bg-encabezado_table {
    background: #2E4d7B !important;
}

.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: black;
    margin-left: 1em;
}

.dropdown .dropdown-menu {
    display: none;
}

 .dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
} 

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.error{
    color: red;
}

.bs-primary-bg-subtle{
    background-color: #031633 !important;
    color: white !important;
}

.fs-7{
    font-size: 12px !important;
}