﻿/*side nav bar spacer*/
.custom-sidebar-spacer {
    position: relative;
    left: 0px;
    height: calc(100vh - 40px);
    width: 56px;
    background: #F6F6F6;
    border: 0.5px solid #c5c5c5;
}

/*side nav bar main container*/
.custom-sidebar {
    position: relative;
    left: 0px;
    height: calc(100vh - 40px);
    border: 0.5px solid #c5c5c5;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: left;
    font: normal normal 600 16px/1px Segoe UI;
    letter-spacing: 0.16px;
    color: #464C55;
    overflow-x: hidden;
    overflow-y: auto;
}

    .custom-sidebar.nav-expanded.remove-highlight {
        position: fixed;
        width: 280px;
        box-shadow: 1px 1px 6px #00000026;
        z-index: 1000;
    }

    .custom-sidebar.nav-collapsed.remove-highlight {
        width: 56px;
    }


/*side nav bar menu item container*/
.menu-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.custom-menu-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F6F6F6 0% 0% no-repeat padding-box;
}

.custom-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .custom-menu-item.nav-collapsed {
        width: 56px;
        height: 42px;
    }

    .custom-menu-item.nav-expanded {
        height: 42px;
        width: 280px;
        justify-content: flex-end;
        align-content: center;
        padding-right: 12px;
        padding-left: 5px;
    }

/*side nav bar nav items containers ie. fav, customer etc*/
.custom-side-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 42px;
}

    .custom-side-nav-item.nav-collapsed {
        width: 56px;
        height: 42px;
    }

    .custom-side-nav-item.nav-expanded {
        height: auto;
        width: 280px;
        justify-content: flex-start;
        align-content: flex-start;
        padding-left: 5px;
        padding-right: 5px;
    }


    .custom-side-nav-item.favourites-bar {
        border-top: 0.5px solid #c5c5c5;
        padding-top: 5px;
    }

        .custom-side-nav-item.favourites-bar.nav-collapsed {
            border-bottom: 0.5px solid #c5c5c5;
            height: 46px;
            align-items: center;
        }

.custom-expanded-company {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 42px;
    width: 215px;
}

.custom-expanded-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    width: 280px;
}

.custom-company-text {
    padding-left: 10px;
}

/*side nav bar exapnded menu item containers ie. fav, customer etc*/
.custom-menu-item-container {
    display: flex;
    height: 36px;
    min-height: 36px;
    width: 270px;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
    padding-left: 14px;
    flex-direction: row;
    cursor: pointer;
}

    .custom-menu-item-container:hover {
        background-color: #E6E6E6;
        border-radius: 5px;
    }

/*side nav bar exapnded menu item - menu info ie. fav, customer etc*/
.custom-menu-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custom-menu-text {
    text-align: left;
    font: normal normal 600 14px/1px Segoe UI;
    letter-spacing: 0.14px;
    padding-left: 10px;
}


/*arrow down*/
.arrow {
    opacity: 1;
}

    .arrow.down {
    }

    .arrow.up {
        transform: rotate(180deg);
    }

    .arrow.right {
        margin-right: 7px;
        transform: rotate(270deg);
    }

/*sub menu 1*/
.custom-main-sub-menu-container {
    display: flex;
    flex-direction: column;
    padding-right: 17px;
    margin-left: 31px;
    width: 100%;
}

.custom-sub-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.custom-sub-menu-item-expanded {
    width: 238px;
    height: 30px;
    margin-bottom: 2px;
}

.custom-sub-menu-info-container {
    width: 100%;
    height: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 11px;
    padding-left: 15px;
}

    .custom-sub-menu-info-container:hover {
        background-color: #E6E6E6;
        border-radius: 5px;
    }

.custom-sub-menu-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custom-sub-menu-text {
    padding-left: 10px;
    color: #464c55;
    text-align: left;
    font: normal normal normal 13px/1px Segoe UI;
    letter-spacing: 0.13px;
    color: #464C55;
    opacity: 1;
}


.custom-tier-2-img {
    height: 20px;
    width: 20px;
}

/*sub menu 2*/
.custom-main-sub-menu-level-two-container {
    display: flex;
    flex-direction: column;
    padding-right: 17px;
    margin-left: 40px;
    width: 100%;
}

.custom-sub-menu-level-two-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.custom-sub-menu-item-level-two-expanded {
    width: 198px;
    height: 30px;
    margin-bottom: 2px;
}

.custom-sub-menu-info-level-two-container {
    width: 100%;
    height: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 11px;
    padding-left: 15px;
}

    .custom-sub-menu-info-level-two-container:hover {
        background-color: #E6E6E6;
        border-radius: 5px;
    }

.custom-sub-menu-level-two-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-sub-menu-level-two-text {
    padding-left: 10px;
    color: #464c55;
    text-align: left;
    font: normal normal normal 13px/1px Segoe UI;
    letter-spacing: 0.13px;
    color: #464C55;
    opacity: 1;
    margin: 0px;
}

.custom-sub-menu-level-two-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    height: 100%;
}

.disabled {
    color: var(--button-disabled-text) !important;
    cursor: not-allowed;
}

.navigated {
    font: normal normal bold 13px/1px Segoe UI;
}


.custom-sidebar.nav-collapse {
    overflow: visible !important;
}


.custom-side-nav-item {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}



.side-nav-container-wrapper {
    position: relative;
    margin: 0px auto;
    clear: both;
}

.side-nav-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .side-nav-container li {
        height: 100%;
        width: 100%;
        position: relative;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: column;
    }

        .side-nav-container li a p {
            float: left;
            margin: 0;
        }


        .side-nav-container li a i, .side-nav-container li a strong, .side-nav-container li a small {
            position: relative;
        }


        .side-nav-container li:hover > * {
            opacity: 1;
        }


        .side-nav-container li a.active {
            position: relative;
            color: #e67e22;
            border: 0;
            box-shadow: 0 0 5px #DDD;
            -moz-box-shadow: 0 0 5px #DDD;
            -webkit-box-shadow: 0 0 5px #DDD;
            border-left: 4px solid #e67e22;
            border-right: 4px solid #e67e22;
            margin: 0 -4px;
        }

            .side-nav-container li a.active:before {
                content: "";
                position: absolute;
                top: 42%;
                left: 0;
                border-left: 5px solid #e67e22;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

            .side-nav-container li a.active:after {
                content: "";
                position: absolute;
                top: 42%;
                right: 0;
                border-right: 5px solid #e67e22;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

.side-nav-container li ul,
.side-nav-container li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    left: 280px;
    top: 0px;
    display: flex;
    flex-direction: column;
}

    .side-nav-container li:hover > ul,
    .side-nav-container li ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        left: 56px;
    }

    .side-nav-container li ul li a {
        text-align: left;
        border: 0;
        height: auto;
    }

        .side-nav-container li ul li a i {
            font-size: 16px;
            display: inline-block;
            margin: 0 10px 0 0;
        }

    .side-nav-container li ul li:hover > ul {
        top: 0px;
        left: 205px;
    }

.tier-2-menu-container {
    border: 0.3px solid var(--dropdown-box-line-c5c5c5);
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 6px #00000026;
    border: 0.3px solid #C5C5C5;
    border-radius: 5px;
    width: 210px;
    margin-left: 6px;
}

.tier-2-menu-item {
    width: 210px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}

.tier-2-menu-title {
    color: var(--text-icons-464c55);
    text-align: left;
    font: normal normal 600 12px/1px Segoe UI;
    letter-spacing: 0.12px;
    color: #464C55;
    opacity: 1;
    height: 32px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 0.5px solid #c5c5c5;
}

.hover-container {
    width: 200px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    margin-left: 4px;
    margin-right: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hover-container:hover {
        background-color: #E6E6E6;
        border-radius: 5px;
    }

.tier-2-menu-text {
    color: var(--text-icons-464c55);
    text-align: left;
    font: normal normal normal 12px/1px Segoe UI;
    letter-spacing: 0.12px;
    color: #464C55;
    opacity: 1;
    padding-left: 5px;
}


    .tier-2-menu-text.navigated {
        font: normal normal bold 12px/1px Segoe UI;
    }

.tier-2-menu-info-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
}

.tier-3-menu-container {
    flex-direction: column;
    width: 190px;
    background: var(--dropdown-box-fill-f6f6f6) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--dropdown-box-line-c5c5c5);
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 6px #00000026;
    border: 0.30000001192092896px solid #C5C5C5;
    border-radius: 5px;
    z-index: 100;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
}

    .custom-sub-menu-level-two-info > a.disabled,
    .tier-3-menu-container > a.disabled {
        pointer-events: none;
        cursor: default;
    }

    .tier-3-menu-container.edit,
    .tier-3-menu-container.business {
        top: 35px;
    }

    .tier-3-menu-container.transaction,
    .tier-3-menu-container.financial {
        top: 65px;
    }

    .tier-3-menu-container.reporting,
    .tier-3-menu-container.document {
        top: 95px;
    }

    .tier-3-menu-container.additional {
        top: 125px;
    }

.tier-3-menu-item {
    display: flex;
    align-items: start;
    justify-content: start;
    height: 30px;
    margin: 2.5px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    cursor: pointer;
    border-radius: 5px;
}

    .tier-3-menu-item.menu-disabled {
        color: linen;
        cursor: default;
        opacity: 1;
        cursor: default;
    }

.tier-3-menu-text.menu-disabled {
    color: lightgray;
    opacity: 1;
}


.tier-3-menu-text {
    justify-content: start;
    align-content: center;
    text-align: center;
    font: normal normal normal 12px/1px Segoe UI;
    letter-spacing: 0.12px;
    color: #464C55;
    opacity: 1;
    padding-left: 10px;
    height: 30px;
}

    .tier-3-menu-text.navigated {
        font: normal normal bold 12px/1px Segoe UI;
    }

.tier-3-menu-item:hover {
    background-color: #E6E6E6;
    border-radius: 5px;
}

.tier-3-menu-container a {
    height: 100%;
    width: 100%;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}