
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../assets/fonts/fontawesome/fa-regular-400.eot");
    src: url("../../assets/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../../assets/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../../assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../../assets/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../assets/fonts/fontawesome/fa-solid-900.eot");
    src: url("../../assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../../assets/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../../assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../../assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../assets/fonts/fontawesome/fa-brands-400.eot");
    src: url("../../assets/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../../assets/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../../assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../../assets/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "simple-line-icons";
    src: url("../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0");
    src: url("../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../../assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../../assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.menu {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    background-color: transparent;
    height: auto !important;
    overflow: hidden;
}


.nav-bar > a, ul, li, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    vertical-align: middle;
    list-style: none;
}

.nav-bar {
    position: absolute;
    max-width: 230px;
    transition: width 0.5s ease;
    background-color: #fff;
    top: 0;
    bottom: 0;
}

    .nav-bar:after {
        content: "";
        top: 0;
        right: 0;
        height: 100%;
        width: 30px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    }

.nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .nav > li > a {
        display: block;
        padding: 10px 18px;
        font-size: 0.74rem;
        font-weight: 600;
        color: #3c4e71;
        text-decoration: none;
        background-color: #fff;
        line-height: 1.25rem;
    }

        .nav > li > a::before, a.nivel_2::before, a.nivel_3::before {
            content: '\f104';
            font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
            font-weight: 900;
            float: right;
        }

        .nav > li > a.open::before, a.nivel_2.open::before, a.nivel_3.open::before {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .nav > li > a:hover, .nav > li > a.open {
            color: #1d357e;
            background: #e4e8f1;
        }

    .nav ul {
        display: none;
        background: #f4f6f9;
    }

        .nav ul li a {
            display: block;
            padding: 5px 18px;
            text-decoration: none;
            color: #3c4e71;
        }

            .nav ul li a:hover {
                background-color: #e4e8f1;
                cursor: default;
                color: #1d357e;
            }

a.nivel_2 {
    background-color: #e2f9f5;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 12.5% !important;
    color: #3c4e71 !important;
}

    a.nivel_2.open {
        background-color: #e2f9f5;
        padding-left: 12.5% !important;
        color: #1d357e !important;
    }

a.nivel_3 {
    background-color: #b2dfd7;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 17.5% !important;
    color: #3c4e71 !important;
}

    a.nivel_3.open {
        background-color: #b2dfd7;
        padding-left: 17.5% !important;
        color: #1d357e !important;
    }

a#current {
    color: #fff;
    font-weight: 600;
    background: #41A38F;
    border-right: 3px solid #cf036e;
}

.header-bar {
    background: #fff !important;
    height: 50px;
    position: fixed;
    top: 0;
    left: 230px;
    right: 0;
    z-index: 3;
}

.footer p.versiune {
    color: white;
    float: right;
    margin-right: 1em;
    font-size: smaller;
}

.footer p.drepturi {
    color: white;
    float: left;
    margin-left: 1em;
    font-size: smaller;
}

.footer {
    height: 30px;
    bottom: 0;
    right: 0;
    text-align: center;
}

.info-search {
    top: 0;
    z-index: 100000;
    position: fixed;
    font-size: larger;
}

#_ctl2TouchSession0 {
    overflow: visible !important;
}

#app-nav-bar::-webkit-scrollbar {
    width: 0.65rem;
}

#app-nav-bar::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
}

#app-nav-bar {
    overflow-y: hidden !important;
}

    #app-nav-bar:hover {
        overflow-y: overlay !important;
    }
/* width */
::-webkit-scrollbar {
    width: 0.8em;
    height: 0.8em;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 0.3rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bfc3ce;
    border-radius: 0.3rem;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #696969;
        border-radius: 0.3rem;
    }

/* optiune meniu cu fii */
.topItem1, .topItem2, .topItem3, .topItem4 {
    cursor: pointer;
    text-decoration: none;
    font-family: "Segoe ui";
    font-size: 8pt;
    color: #fff;
}



small {
    color: white;
    margin-left: 5px;
}


/*/===================== Loading spinner CSS ===============================================================/*/

.loading {
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 999;
}
/*/=================================================================================================/*/

/*INFO CLIENT*/

.info-search > .content-header {
    justify-content: center;
}

.info-search > .client-info {
    padding-left: 0;
    list-style: none;
}

.client-info p span {
    width: 100px;
}

.client-info p {
    text-align: center;
    font-weight: bold;
    font-size: larger;
    color: #fff;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.si {
    font-family: "simple-line-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.si-magnifier:before {
    content: "\e090";
}

.mw-20 {
    max-width: 200px !important;
}

.mw-30 {
    max-width: 300px !important;
}

.mw-50 {
    max-width: 500px !important;
}

.mw-75 {
    max-width: 750px !important;
}

.mw-100 {
    max-width: 1000px !important;
}


.min-w-5 {
    min-width: 50px !important;
}

.min-w-10 {
    min-width: 100px !important;
}

.min-w-12 {
    min-width: 120px !important;
}

.min-w-20 {
    min-width: 200px !important;
}

.min-w-30 {
    min-width: 300px !important;
}

.min-w-50 {
    min-width: 500px !important;
}

.min-w-75 {
    min-width: 750px !important;
}

.min-w-100 {
    min-width: 1000px !important;
}

/*administrare drepturi*/

.styleRosu {
    color: Red;
    font-weight: bold;
}

    .styleRosu a:link {
        color: Red;
        font-weight: bold;
    }

    .styleRosu a:hover {
        color: Red;
        font-weight: bold;
    }

    .styleRosu a:visited {
        color: Red;
        font-weight: bold;
    }

    .styleRosu a:active {
        color: Red;
        font-weight: bold;
    }

.styleVerde {
    color: Green;
    font-weight: bold;
}

    .styleVerde a:link {
        color: Green;
        font-weight: bold;
    }

    .styleVerde a:hover {
        color: Green;
        font-weight: bold;
    }

    .styleVerde a:visited {
        color: Green;
        font-weight: bold;
    }

    .styleVerde a:active {
        color: Green;
        font-weight: bold;
    }

.styleGalben {
    color: Black;
    font-weight: bold;
}

    .styleGalben a:link {
        color: Black;
        font-weight: bold;
    }

    .styleGalben a:hover {
        color: Black;
        font-weight: bold;
    }

    .styleGalben a:visited {
        color: Black;
        font-weight: bold;
    }

    .styleGalben a:active {
        color: Black;
        font-weight: bold;
    }

.styleGray {
    color: Gray;
    font-weight: bold;
}

    .styleGray a:link {
        color: Gray;
        font-weight: bold;
    }

    .styleGray a:hover {
        color: Gray;
        font-weight: bold;
    }

    .styleGray a:visited {
        color: Gray;
        font-weight: bold;
    }

    .styleGray a:active {
        color: Gray;
        font-weight: bold;
    }
/*/=================================================================================================/*/
