/* ajuste no cabeçalho */
#header {
    min-height: 50px !important;
    background-color: #006ec7;
}

.header-inner {
    list-style: none;
    padding: 7px 0;
    margin-bottom: 0;
    position: relative;
}

#menu-trigger.open:before {
    top: 2px;
}

/* ajuste barra lateral */
#sidebar {
    top: 50px;
}

/* ajuste corpo pagina */
#main {
    position: relative;
    padding-bottom: 110px;
    padding-top: 80px;

}

.profile-menu>a .profile-info {
    background: rgba(0, 0, 0, 0.37);
    padding: 7px 14px;
    color: #fff;
    /* margin-top: 20px; */
    margin-top: 76px;
    position: relative;
}

.sidebar_custom {
    font-size: 80%;
    text-align: center;
}

.ajuste-logo {
    padding-left: 50px;
}

.table-striped>tbody>tr:hover {
    background-color: #edecec;
    cursor: pointer;
}