﻿/*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%;
}

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

    .custom-menu-item.nav-collapsed {
        width: 56px;
        height: 42px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .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;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .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-top: 5px;*/
    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;
}

/*CollapsedTier2Menu css*/
.tier-2-menu-container {
    left: 58px;
    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;
    width: 210px;
    position: fixed;
    flex-direction: column;
    display: inline-block;
    transform: translateY(45px);
}
    .tier-2-menu-container.company-setup {
        transform: translateY(58px);
    }

.tier-2-menu-title-container {
    border-bottom: 1px solid #c5c5c5;
    margin-top: 1px;
    margin-left: 2px;
    margin-right: 2px;
    height: 32px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 8px;
}


.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;
}


/*CollapsedTier2MenuItem css*/
.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-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;
}

.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-img {
    height: 17px;
    width: 17px;
}


/*CollapsedTier3Menu css*/
.tier-3-menu-container {
    position: absolute;
    left: 209px;
    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;
}

.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;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


