:root {
    /* 99999 - 99994 <= Ocupados */
    --z-index-semestre: 99990;
}

.app-sidebar__user-avatar
{
    width: 48px;
    height: 48px;
    background: white;
    padding: 2px;
}

.headerRegister{
    background: #009688;
    color: #fff;
}

.headerUpdate{
    background: #007bff;
    color: #fff;
}
.notBlock{
    display: none;
}

.title-perfil{
    background: #009688;
    color: #fff;
}

.requerid{
    color: red;
    font-size: 13pt;
    font-weight: bold;
}

.addusers_modal span img {
    max-width: 10rem;
}

/* ORDER */

.color-green {
    color: green;
}

.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    border-left-color: #01a6f7 !important;
}


.app-sidebar__toggle:hover {
    background-color: #a6162b;
    border: 1px solid rgba(138, 138, 138, 0.5);
}

.treeview.is-expanded [data-toggle="treeview"] {
    border-left-color: #01a6f7 !important;
}

/* SEMESTRE PEQUEÑO QUE APARECE EN LA PARTE INFERIOR IZQUIERDA */

.semestre_act_obj {
    position: fixed;
    z-index: var(--z-index-semestre);
    color: white;
    background-color: #01036A;
    padding: 4px 10px;
    font-size: 12px;
    bottom: 0;
    border-top-right-radius: 5px;
}

/* SEMESTRE PEQUEÑO QUE APARECE EN LA PARTE INFERIOR IZQUIERDA */

.arrow_icon {
    width: 41px;
}

.cover_login_bolsa_trabajo{
    background-color: #4682B4 !important;
}

.btn_inicio_sesion{
    background-color: #4682B4 !important;
    border-color: #4682B4 !important;
}