﻿/*For the Nav*/

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.nav-link {
    color: black !important;
    padding: 0rem 11px !important;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item ::deep a {
    color: white;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item ::deep a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item ::deep a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }



.asi-navbar-toolbar {
    width: 100%;
    background-color: #FFFFFF;
    line-height: 10px;
    border-bottom: inset;
    border-bottom-width: 1px;
    padding: 3px 8px;
    color: #000000;
}

.asi-navbar-title {
    margin-left: 20px;
    font-weight: bold;
    font-size: 17px;
}

.asi-navbar-bodycontent {
    flex: 1;
    background: #F8F8F8;
    overflow: auto;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.asi-navbar-companypanel-image {
    max-width: 100%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.asi-navbar-flex-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}


.asi-navbar-user-panel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: flex-start;
}

.asi-navbar-height-100 {
    height: 86vh;
}

.asi-navbar-userpanel-flex-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.asi-navbar-userpanel-flex-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
