﻿/* CSS custom para o menu do SIIM ser apresentado certo no Bootstrap4 */
.navbarCustomCijun {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 -6px 12px;
    background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1050;
}

    .navbarCustomCijun .hide {
        display: none;
    }


    .navbarCustomCijun #breadcrumbs-box {
        margin-right: auto;
    }

    .navbarCustomCijun .menu-button {
        cursor: pointer;
    }

.novo-menu #breadcrumbs-two a .user-card {
    top: 0;
    left: 12px;
}

.novo-menu .glyphicon {
    font-family: "Font Awesome 5 Free";
    font-size: 0.9rem !important;
    font-weight: 900;
}

.novo-menu .glyphicon-chevron-left::after {
    content: "\f053";
}

.novo-menu .glyphicon-minus::after {
    content: "\f068";
}
