﻿/* TAB MENU */
.tabsGrid {
    display: grid;
    grid-template-columns: max-content max-content max-content repeat(30, auto) max-content max-content;
    background-color: #2196F3;
    grid-row: 1;
    background-color: var(--TabButtonBackground);
}

.maMainTab {
/*    grid-column: 2;
*/    background-color: var(--LighterGrey);
}

    .maMainTab
    .tabButtonLogoLabel {
        color: var(--color-fg-default);
    }
.companiesMainTab
.tabButtonLogoLabel {
    color: var(--color-fg-default);
}

.tabDiv {
    white-space: nowrap;
    overflow: hidden;
    min-width: 18px;
    text-overflow: ellipsis;
}

.tabButtonDiv {
    padding-top: 5px;
    letter-spacing: 0px;
    color: var(--color-fg-default);
    height: 100%;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    border-right: 2px solid var(--StandardBorder);
    border-bottom: 1px solid var(--StandardBorder);
}

    .tabButtonDiv:hover {
        background: var(--color-bg-default);
        color: var(--color-fg-default);
        opacity: 1;
        transition: ease-in-out 0.1s;
        border-bottom: 1px solid transparent;
    }
        .tabButtonDiv:hover
        .tabButtonLabel {
            color:var(--StandardText);
        }
        .tabButtonDiv:hover
        .tabButtonInnerDivIcon {
            transition: ease-in-out 0.2s;
            color: var(--color-fg-default);
        }

.tabButtonInnerDiv {
    margin: 1px;
    padding: 0 0 0 10px;
    white-space: nowrap;
    max-width: 400px;
    height: 30px;
    display: flex;
}
.tabButtonInnerDivIcon {
    margin:0;
}
.tabButtonLogoSymbol {
    margin: 0 5px 0 0;
    background: url(/img/v8symbol.svg) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.tabButtonDnBLogoSymbol {
    margin: 0 5px 0 0;
    background: url(/img/dnbsymbol.svg) no-repeat;
    background-size: 28px 28px;
    width: 30px;
    height: 30px;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.tabButtonInnerDivIcon {
    margin-top: 5px;
    color: var(--TabButtonText);
    font-size: 23px;
}
    .tabButtonInnerDivIcon
    .material-icons {
        margin: 5px 0 0 0;
    }

.tabButtonLabel {
    font-size: 14px;
    margin-top: 9px;
    vertical-align: -webkit-baseline-middle;
    margin-left: 3px;
    margin-right: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    color: var(--TabButtonText);
}

.tabButtonLogoLabel {
    margin-top: 9px;
    margin-left: 3px;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: -webkit-baseline-middle;
    color: var(--TabButtonText);
}

.Valu8LogoIcon {
    padding: 5px 10px;
    background: url(/img/icons/check_box.svg) no-repeat;
    background-position-y: 4px;
    background-size: 18px 18px;
}
.tabButtonDiv:hover
.iconClose {
    transition: ease-in-out 0.2s;
    color: var(--HoverText);
}
.companiesMainTab {
    background-color:var(--LighterGrey);
    color: var(--color-fg-default);
/*    grid-column: 1;
*/}

.personsMainTab {
/*    grid-column: 3;
*/}

.workspacesMainTab {
/*    grid-column: 3;
*/}
.dnbMainTab {
/*    grid-column: 4;
*/}
    .workspacesMainTab
    .tabButtonInnerDiv {
        padding-right:5px;
    }
    .workspacesMainTab
    .tabButtonInnerDivIcon {
        color: var(--ActiveGreen);
    }

    .iconClose {
        color: var(--LightGrey);
        opacity: 0;
        margin: 0;
        padding: 10px 5px 5px 0;
        right: 0;
        position: absolute;
    }
    .iconClose:hover {

    }

    .iconClose
    .material-icons {
        color: var(--StrongText);
        transition: ease-in-out 0.1s;
    }

.tabButtonDiv:hover
.iconClose {
    opacity: 1;
    background: var(--color-bg-default);
}

.selectedTab {
    opacity: 1;
    background: var(--color-bg-default);
    border-bottom: 1px solid transparent;
}
    .selectedTab
    .tabButtonLabel {
        color:var(--StandardText);
    }
    .selectedTab
    .tabButtonInnerDivIcon {
        color: var(--color-fg-default);
    }


    .currencyScaleFormRow {
        height: 23px;
        width: 100%;
        margin: 3px 0;
        grid-column: 16;
    }

.topMenuDiv {
    margin-top: 5px;
    grid-column: 3;
    grid-row: 1;
}
.topMenuButton:hover {
    opacity:0.9;
}
.topMenuIcon {
    display: inline-block;
    /*vertical-align: middle;*/
}
    .topMenuIcon
    .material-icons {
        /*color: var(--TabButtonText);*/
        font-size: 18px;
    }

.topMenuButton
.material-icons {
    font-weight: bold;
    font-size: 23px;
}
.topMenuButtonText {
    margin-left: 8px;
    width: 52px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: var(--TabButtonText);
}
.topMenuButton {
    padding: 10px 2px 10px 5px;
    border: none;
    color: var(--StrongText);
    font-size: 19px;
    background-color: transparent;
    cursor: pointer;
    float:left;
}
.currencyMenuButton {
    line-height: 1.4;
}
/* container for the moving animated buttons menu*/
.leftMenuDiv {
    background: var(--color-bg-default);
    position: relative;
}
.menuButtonsDiv {
    grid-area: buttonsarea;
}

.workSpaceEventsDiv
{
    grid-row:2;
    grid-column-start:2;
    grid-column-end:5;
}

.rightMenuDiv {
    grid-column-start: 3;
    grid-row-start: 3;
    grid-row-end: 7;
    background-color: #314917;
    padding: 4px;
    border-radius: 2px;
}

.rightMenuButton {
    cursor: pointer;
    margin: 6px 3px 6px 3px;
    padding: 8px 3px;
    font-size: 7px;
    color: var(--ButtonText);
    background-color: var(--DarkGreen);
    border: none;
    text-align: center;
    display: inline-block;
    width: 90%;
    height: 70px;
}

.rightMenuButton
i[class ^= "fa"] {
    margin: 8px 0 0 0;
    font-size: 22px;
}

    .rightMenuButton:hover {
        background-color: var(--DarkGreen);
    }

.rightMenuButtonLabel {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    color: var(--Background);
}

.menuBarPopupContainer {
    grid-area: menubar;
}
.mainMenu {
    background-color: var(--DarkGreen);
    width: 100%;
    height: 100%;
}

.tabSelected {
    background-color: var(--DarkGreen);
    color: var(--ButtonText);
}
.selectFinancialsTab {
    margin-bottom: 10px;
}

.buttonMenu {
    width: 40px;
    height: 40px;
    background-color: var(--DarkGreen);
    color: var(--ButtonText);
    font-size: 14px;
}

.topMenuDiv {
    display: inline-block;
    margin-left: 5px;
    border-right: 1px;
    font: normal 14px 'Lato', Sans-serif;
    border-color: #505F6414;
    background: #F5F6FA 0% 0% no-repeat padding-box;
    letter-spacing: 0px;
    color: #1f493f80;
    height: 100%;
    min-width: 96px;
    display: inline-block;
    float: left;
    margin: 1px;
    padding: 14px 10px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    float: left;
}

.sideBarMenu {
    text-align: center;
    overflow: hidden;
    top: 35px;
    position: sticky;
    -webkit-transition: width .01s linear;
    transition: width .01s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 100;
    border-right: 1px solid var(--LightGrey);
}

    .sideBarMenu > ul {
        margin: 17px 10px 17px 0;
        list-style: none;
    }

    .sideBarMenu
    li {
        margin: 25px 0;
        padding: 0 5px 0 0;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        width: 80px;
        letter-spacing: 0.4px;
        cursor: pointer;
        opacity: 0.7;
        -webkit-transform: translateZ(0) scale(1,1);
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in;
    }


        .sideBarMenu
        li.selectedInfoTab
        .sideMenuIcon {
            color: var(--ActiveGreen);
        }

    .sideBarMenu .sideMenuIcon {
        font-size: 24px;
        margin-bottom: 7px;
    }

.sideBarMenu li:active,
.sideBarMenu li:hover
.nav-text {
    color: var(--ActiveGreen);
}

.sideBarMenu li:active,
.sideBarMenu li:hover{
    opacity: 1;
}



.sideBarMenu .nav-text {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

    .mainMenuContainer {
        margin-top: 8px;
        margin-bottom: 30px;
        overflow-y: auto;
    }

    .mainMenuListItem {
        border-left: solid 1px var(--LightGrey);
        border-top: solid 1px var(--LightGrey);
        border-right: solid 1px var(--LightGrey);
        margin-top: 4px 4px 4px 0px;
        padding: 3px 3px 3px 8px;
        transition: .1s ease-in;
        cursor: pointer;
    }

        .mainMenuListItem:last-child {
            border-bottom: solid 1px var(--LightGrey);
        }

        .mainMenuListItem:hover {
            padding-left: 10px;
            border-left: 3px solid var(--DarkGreen);
        }

    .OpenCurrencySettings {
    }




    /* CURRENCY POPUP */
    .headerCurrencyContainer {
        width: 100%;
        padding: 5px 20px;
        border-bottom: var(--StandardBorder) solid 1px;
        color: var(--StrongText);
        margin: 0;
    }

        .headerCurrencyContainer
        h2 {
            color: var(--StrongText);
            font-size: 16px;
            font-weight: bold;
        }

    .currencyScaleButtonContainer {
        float: left;
        padding: 3px 0;
        margin: 10px 20px;
        width: 310px;
    }

    .currencyButton {
        float: left;
        font-size: 16px;
        width: 86px;
        border: 1px solid var(--StandardBorder);
        padding: 3px 5px 6px 5px;
        margin-right: 8px;
        margin-bottom: 8px;
        border-radius: 15px;
        cursor: pointer;
    }

    .currencyScaleButtonContainer
    .selected {
        border-color: var(--ActiveGreen);
        box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
    }

    .currencyButton:hover {
        background-color: var(--HoverButtonLightBackground);
        border-color: var(--ActiveGreen);
        box-shadow: 0px 4px 16px var(--BoxShadow);
    }

    .currencyButton
    img {
        height: 14px;
        width: auto;
        margin: 0 8px 2px 8px;
    }


    .scaleButton {
        width: auto;
        font-size: 14px;
        padding: 5px 8px;
    }

    .selectCurrenciesDropDown {
        padding: 4px 6px;
        font-size: 14px;
        display: inline-block;
        border-radius: 10px;
    }

    .clientCurrencyPopup {
        position: absolute;
        width: 350px;
        right: 90px;
        top: 54px;
        z-index: 500;
        font-size: 14px;
        display: inline-block;
        border-radius: 10px;
        user-select: none;
        background: var(--color-bg-default);
        height: auto;
        box-shadow: 0px 4px 16px var(--BoxShadow);
    }

    .clientUserPopup {
        padding: 1px;
        position: absolute;
        right: 10px;
        top: 50px;
        z-index: 500;
    }

    .workspaceMenuPopup {
        position: absolute;
        right: 10px;
        top: 120px;
        z-index: 100;
    }

    .dropdownMenu {
        user-select: none;
        background: var(--color-bg-default);
        height: auto;
        border-radius: 10px;
        box-shadow: 0px 4px 16px var(--BoxShadow);
    }

        .dropdownMenu:before {
            right: 10px;
        }

        .dropdownMenu ul {
            margin-bottom: 0;
        }

            .dropdownMenu ul li {
                cursor: pointer;
                list-style: none;
                padding: 0;
            }

                .dropdownMenu ul li a {
                    display: block;
                    font-size: 16px;
                    border-left: 5px solid transparent;
                    border-bottom: 1px solid var(--LighterGrey);
                    padding: 15px;
                    color: var(--DarkGreen);
                    position: relative;
                  /*  margin-left: -40px;*/
                }

                    .dropdownMenu ul li a.separator {
                        border-bottom: 1px solid var(--StandardBorder);
                    }

                    .dropdownMenu ul li a:hover {
                        color: var(--ButtonText);
                        background-color: var(--HoverButtonLightBackground);
                        border-left: 5px solid var(--HoverButtonBackground);
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                    }

                .dropdownMenu ul li.profile_li a:hover {
                    background: transparent;
                    cursor: default;
                    color: var(--LightBlue);
                }

                .dropdownMenu ul li a .picon {
                    display: inline-block;
                    font-size: 16px;
                    width: 30px;
                }

                .dropdownMenu ul li .btn {
                    padding: 7px 10px;
                    color: var(--DarkGreen);
                    border-radius: 3px;
                    cursor: pointer;
                    text-align: center;
                    background: var(--LinkBlue);
                    margin: 5px auto 15px;
                }

    .disabledMenuItem {
        color: var(--LightGrey);
        cursor: default;
    }

        .disabledMenuItem li:hover {
            border-left: 5px solid transparent;
            border-bottom: 1px solid var(--LighterGrey);
        }

    .dropdownMenu
    .material-icons {
        margin: 0;
    }

.dropdownList {
    border: 1px solid var(--StandardBorder);
    z-index: 10;
    background: var(--color-bg-default);
    padding: 5px 1px;
    position: relative;
    box-shadow: 0px 4px 16px var(--BoxShadow);
    border-radius: 10px;
}

    .dropdownListHeader {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        border-bottom: 1px solid var(--StandardBorder);
        padding: 15px 20px;
    }

.dropdownListContainer {
    width: 399px;
    overflow: auto;
}

    .borderlessListContainer {
        overflow: auto;
    }
    .borderlessListContainer
    .favouritesListItemRow {
        width: 83%;
    }

    .borderlessListContainer
    .createdby-text {
        margin-right: -50px;
    }

.contentPopupContainer
.dropdownListContainer {
    width: 399px;
    overflow: auto;
}

.dropdownListItemRow {
    height: 48px;
    border-left: solid 4px transparent;
    margin: 4px 4px 4px 0px;
    padding: 4px 4px 4px 20px;
    transition: .1s ease-in;
    cursor: pointer;
}

        .dropdownListItemRow:hover {
            border-left-color: var(--DarkGreen);
            background-color: var(--LightGreen);
        }

            .dropdownListItemRow:hover
            .dropdownListItemOpenButtonContainer {
                display: inline-block;
            }

    .dropdownListItemSubRow {
        display: inline-block;
        float: left;
        padding: 2px 5px;
    }

.dropdownListSubHeading {
    margin-left: 12px;
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 3px;
    overflow: hidden;
    width: 285px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdownListItemRow
h4 {
    font-size: 16px;
    margin: 0 0 3px 0;
    overflow: hidden;
    width: 285px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .dropdownListHighItemRow {
        height: 85px;
        border-left: solid 4px transparent;
        margin: 4px 4px 4px 0px;
        padding: 4px 4px 4px 20px;
        transition: .1s ease-in;
        cursor: pointer;
    }

        .dropdownListHighItemRow:hover {
            border-left-color: var(--DarkGreen);
            background-color: var(--LightGreen);
        }

        .dropdownListHighItemRow
        h4 {
            font-size: 16px;
            margin-bottom: 3px;
            overflow: hidden;
            width: 285px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .dropdownListItemLabel {
        font-size: 14px;
        font-weight: bold;
        float: left;
        margin-bottom: 4px;
    }

    .dropdownListItemButton {
        float: right;
    }

    .dropdownListItemSubDiv {
        font-weight: normal;
        font-size: 12px;
        white-space: nowrap;
    }

    .dropdownListInputContainer {
        width: 100%;
        padding: 5px 10px;
    }
.contentPopupContainer
.dropdownListInputContainer {
    padding: 5px 0;
}

.dropdownList
input {
    border: 1px solid var(--StandardBorder);
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 14px;
}

    .dropdownListSeparator {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid var(--StandardBorder);
    }

    .dropdownButtonContainer {
        width: 100%;
        border-top: 1px solid var(--StandardBorder);
    }

    .dropdownButton {
        width: 100%;
        cursor: pointer;
        height: 40px;
        margin: 4px 4px 4px 0px;
        padding: 0;
        transition: .1s ease-in;
    }

        .dropdownButton:hover {
            background-color: var(--LightGreen);
        }

    .dropdownContainer {
        padding: 1px 1px 5px 1px;
    }

    .dropdownContent {
        padding: 10px 8px;
    }

    .dropdownContentRow {
        margin-bottom: 5px;
        padding: 10px 5px;
    }

    .dropdownContentLabel {
        font-size: 12pX;
        font-weight: 600;
        float: left;
        width: 80px;
    }

    .dropdownContentValue {
        font-size: 12pX;
        float: left;
    }

    .dropdownButtonRow {
        border-top: 1px solid var(--StandardBorder);
        width: 100%;
        padding: 15px 10px 10px 10px;
        height: 50px;
    }

    .dropdownLeftButton {
        float: left;
    }

    .dropdownRightButton {
        float: right;
    }

    .dropdownListItemButtonContainer {
        display: inline;
        margin-top: 15px;
        width: 100%;
    }

    .dropDownButtons {
        width: 150px;
        float: right;
    }

    .dropdownHoverMenuButton:hover {
        background-color: var(--DarkGreen);
        color: var(--ButtonText);
    }

    .dropdownHoverMenuButton {
        height: 40px;
        background: var(--Background) 0% 0% no-repeat padding-box;
        border: 1px solid var(--DarkGreen);
        border-radius: 10px;
        opacity: 1;
        text-align: left;
        font: normal 14px 'Lato', Sans-serif;
        padding: 10px;
        letter-spacing: -0.28px;
        color: var(--DarkGreen);
        white-space: nowrap;
        cursor: pointer;
    }

.dropdownHoverMenu {
    display: inline-block;
    float: right;
}

    .buttonDropdownMenu:before {
        right: 10px;
    }

    .dropdownHoverMenu:hover
    .dropdownHoverMenuButton {
        background-color: var(--DarkGreen);
        color: var(--ButtonText);
    }

    .dropdownHoverMenuContent {
        margin-top: 5px;
        padding: 5px 0;
        cursor: pointer;
        min-width: 180px;
        position: absolute;
        user-select: none;
        background: var(--color-bg-default);
        height: auto;
        border-right: 1px solid var(--StandardBorder);
        border-radius: 10px;
        box-shadow: 0px 4px 16px var(--BoxShadow);
        z-index: 101;

    }

        .dropdownHoverMenuContent
        .menuRow {
            display: block;
            font-size: 16px;
            border-left: 5px solid transparent;
            border-bottom: 1px solid var(--LighterGrey);
            padding: 15px 10px;
            color: var(--DarkGreen);
        }

    .menuRow:last-child {
        border-bottom: none;
    }

    .dropdownHoverMenuContent
    .menuRow:hover {
        background-color: var(--HoverButtonLightBackground);
        border-left: 5px solid var(--HoverButtonBackground);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: var(--StrongText);
    }

    .menuRowIcon {
        display: inline-block;
        width: 25px;
        margin-right: 10px;
    }

        .menuRowIcon
        .material-icons {
            font-weight: 900;
            font-size: 18px;
            line-height: 1;
        }

    .menuRowLabel {
        display: inline-block;
    }

    /*
.dropdownHoverMenu:hover .dropdownHoverMenuContent {
    display: block;
}*/
    .clientUserNameLabel {
     /*   margin-left: -40px;*/
        padding: 20px 0 5px 20px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .clientCompanyNameLabel {
     /*   margin-left: -40px;*/
        padding: 0 0 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid var(--StandardBorder);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dropdownHoverMenuContent {
    margin-top: 45px;
    margin-left: 10px;
    padding: 5px 0;
    cursor: pointer;
    min-width: 180px;
    position: absolute;
    user-select: none;
    background: var(--color-bg-default);
    height: auto;
    border-right: 1px solid var(--StandardBorder);
    border-radius: 10px;
    box-shadow: 0px 4px 16px var(--BoxShadow);
    z-index: 101;
}


@media only screen and (max-height: 1024px) {
    .sideBarMenu li {
        margin: 18px 0;
    }

    .sideBarMenu .sideMenuIcon {
        margin-bottom: 5px;
    }
}

@media only screen and (max-height: 900px) {

    .companyDetailsMenuDiv {
        width: 130px;
    }
    .sideBarMenu > ul {
        margin: 15px 0 0 0;
    }

    .sideBarMenu
    li {
        text-align: left;
        margin: 12px 0;
        height: 30px;
        width: 100%;
    }

    .sideBarMenu .sideMenuIcon {
        margin: 0 10px 0 0;
        width: 20%;
        text-align: left;
        vertical-align: middle;
    }

    .sideBarMenu .nav-text {
        letter-spacing: 0.2px;
        position: relative;
        width: 58%;
        text-align: left;
        vertical-align: middle;
    }
    .menuBeta {

        display: none;
    }
    .companyDetailsContentDiv {
        margin-left: 25px;
    }
}

@media only screen and (max-height: 700px) {

    .sideBarMenu .sideMenuIcon {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .sideBarMenu
    li {
        margin: 6px 0;
    }

    .sideBarMenu .sideMenuIcon {
        margin-bottom: 2px;
    }
}