﻿/* ---  left.css ---  */
BODY.leftBody {
    background-color: #ffffff;
    font-size: 11px;
}

table.areaSel {
}

.trTextIconTab {
    position: relative;
}


.nav-module-th,
.nav-module-th-list {
    background-color: #fafafa;
    color: #555555;
}

.nav-module-th-list {
    position: relative; /* for mCustomScrollbar */
    height: 200px !important;
    outline: 0;
}

    .nav-module-th-list .area {
        margin-bottom: 3px;
        cursor: pointer;
        width: 100%;
        border-radius: 0.5rem;
        background-color: white;
        transition: all 0.3s ease;
    }

        .nav-module-th-list .area .tabImage {
            vertical-align: middle;
            padding: .5rem;
            width: 2.5rem;
            text-align: CENTER;
        }

            .nav-module-th-list .area .tabImage > i {
                font-size: 1rem;
            }

        .nav-module-th-list .area .tabText {
            padding-left: 5px;
        }

        .nav-module-th-list .area:hover {
            background-color: #0075ff;
            color: white;
        }

        .nav-module-th-list .area.active {
            background-color: #0075ff;
            color: white;
        }



/* --- nav.css ------- */
table.NavTable {
    width: 100%;
    height: calc(100% - 37px);
    table-layout: fixed;
}

    table.NavTable.favorite-menu #favoriteContent {
        display: none;
    }

    table.NavTable.favorite-menu .leftBar {
        display: none;
    }

    table.NavTable.favorite-menu #favoriteContent {
        display: block !important;
    }

div.leftBar {
    display: block;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100% !important;
}

.lbItem {
    position: relative;
    display: block;
    cursor: pointer;
    cursor: pointer;
    color: #000000;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-left: 0.625rem;
    padding-right: 1rem;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    overflow-x: hidden;
    line-height: 20px;
    background-color: #fff;
    border-bottom: none;
    outline: 0;
    overflow: hidden;
    border-radius: .325rem;
    margin-left: 2px;
}

    .lbItem:hover {
        color: #0075ff;
        background-color: #f8f8f8;
    }


.lbArea .lbItem {
    border: none;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.lbArea > .lbItem:hover {
    color: #0075ff;
    background-color: #f1f5f9;
}

.submenu-container {
    position: relative;
}

.lbItem + .submenu-container > .lbArea > .lbItem {
    padding-left: 1.925rem;
}

.lbItem + .submenu-container > .lbArea > div > .lbItem {
    padding-left: 1.925rem;
}

    .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem,
    .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem {
        padding-left: 3.3rem;
    }

        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem + .submenu-container > .lbArea > div > .lbItem,
        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem + .submenu-container > .lbArea > .lbItem,
        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem,
        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem {
            padding-left: 4.675rem;
        }


            .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem {
                padding-left: 6.05rem;
            }


div.renderSpace {
    height: 15px;
    width: 4px;
}

.lbItem.lbOn {
    color: #0075ff;
    font-weight: 700;
    background-color: #fff;
}


.lbArea > .lbItem.lbOn {
    background-color: #f1f5f9;
    font-weight: inherit;
}

div.lbDis {
    cursor: default;
    color: #808080;
}

div.lbTitle {
    height: 15px;
    text-align: left;
    color: #000000;
    padding-left: 0;
    padding-top: 2px;
    font-size: 11px;
    cursor: pointer;
}

NOBR.lbText {
    height: 17px;
    width: 100%;
    text-align: left;
    overflow-x: hidden;
}

NOBR.lbTitle {
    height: 15px;
    text-align: left;
    color: #000000;
    font-size: 11px;
    cursor: pointer;
}

.lbItem .icon-nav {
    text-align: center;
    width: 14px;
    height: 14px;
    border: 0;
    vertical-align: middle;
    transition: all 0.3s ease;
    border-radius: 100%;
    background-color: white;
    line-height: 1.8;
    font-size: .5rem;
    margin-right: 0.5rem;
}

    .lbItem .icon-nav:hover {
        background-color: #0075ff;
        color: white;
    }

    .lbItem .icon-nav::before {
        display: inline-block;
        transition: transform .2s;
    }

.lbItem > .icon {
    width: 1.375rem;
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
    text-align: center;
}

    .lbItem > .icon > .fa-stack {
        font-size: 0.5em;
        width: 100%;
    }

        /* **IMPORTANT** If you add stack position here, */
        /* you must add to the CoachListPage.css at section Self service as well. */

        .lbItem > .icon > .fa-stack .stack-top-right {
            left: 9px;
            top: -5px;
        }

        .lbItem > .icon > .fa-stack .stack-top-right2 {
            left: 11px;
            top: -5px;
        }

        .lbItem > .icon > .fa-stack .stack-top-right3 {
            left: 9px;
            top: -9px;
        }

        .lbItem > .icon > .fa-stack .stack-top {
            left: 1px;
            top: -12px;
        }

        .lbItem > .icon > .fa-stack .stack-top2 {
            top: -1px;
        }

        .lbItem > .icon > .fa-stack .stack-top3 {
            top: -7px;
            font-size: 1rem;
        }

        .lbItem > .icon > .fa-stack .stack-center {
            font-size: 0.5rem;
        }

        .lbItem > .icon > .fa-stack .stack-center2 {
            top: 2px;
        }

        .lbItem > .icon > .fa-stack .stack-center3 {
            top: -1px;
        }

        .lbItem > .icon > .fa-stack .stack-right {
            left: 8px;
        }

        .lbItem > .icon > .fa-stack .stack-bottom-right {
            left: 12px;
            top: 7px;
        }

        .lbItem > .icon > .fa-stack .stack-center-left {
            left: -12px;
            top: 0px;
        }

        .lbItem > .icon > .fa-stack .stack-center-right3 {
            left: 12px;
            top: 0px;
        }

        .lbItem > .icon > .fa-stack .stack-center4 {
            top: 0px;
        }

        .lbItem > .icon > .fa-stack .stack-top-right4 {
            left: 11px;
            top: -10px;
        }

.lbItem > img.icon,
.lbItem > nobr > img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    /*    max-width: 0.875rem;
    max-height: 0.875rem;
    margin-right: 0.5rem;*/
}

img .SmallIcon {
    width: 13px;
    height: 13px;
    border: 0;
}

TD.headerImage {
    vertical-align: middle;
    text-align: left;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 4px;
}

IMG.headerImage {
    border: none;
}

IMG.refreshImage {
    /*width: 20px;     height: 20px;*/
    max-height: 20px;
    border: none;
}

TD.refreshImage {
    border: none;
    text-align: right;
    padding-right: 10px;
}


.refreshImage > a {
    font-size: 18px;
    color: #fff;
}

/*.refreshImage > a > .icon-refresh-sidemenu {
}*/

TD.headerTitle {
    height: 34px;
    padding: 4px;
    max-height: 34px; /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#6489D4, EndColorStr=#466094);*/
}

TD.headerTitleFolder {
    height: 34px;
    color: #FFFFFF;
    font-size: 16px;
}

TD.iconArea {
    width: 100%;
    vertical-align: middle; /*background-color: #1964FC;*/
}

.minimize-menu TD.iconArea {
    position: absolute;
    /* high of top bar */
    top: 74px;
    height: calc(100% - 74px);
    overflow: auto;
    width: 41px;
}

TD.iconItem {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #0e70b1;
    padding: 2px;
}

IMG.IconsTab {
    width: 16px;
    height: 16px;
    padding: 0;
}

TD.tabStyleNormal {
    cursor: pointer;
    text-align: center;
    padding: 0;
}

    TD.tabStyleNormal > i {
        padding: 0 5px;
        background-color: white;
        height: 22px;
        width: 34px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        margin-left: -17px;
    }

        td.tabStyleNormal > i::before {
            background-color: white;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            display: inline-block;
            vertical-align: middle;
            line-height: 22px;
            /* PROPERTY | TIME | ANIMATION FUNCTION | DELAY */
            transition: all 0.3s ease;
        }

        td.tabStyleNormal > i:hover::before {
            background-color: #0075ff;
            color: white;
        }

TD.tabStyleHover {
    cursor: pointer;
    text-align: center;
    padding: 0;
}

    TD.tabStyleHover > * {
        vertical-align: top;
    }

span.lbArea, span.lbAreaSel {
    display: none;
    width: 100%;
    margin-bottom: 1px;
    padding-left: 0;
}

#tdAreas {
    background-color: white;
    table-layout: fixed;
}

.leftmenu-body, .leftmenu-from {
    height: 100% !important;
    max-height: 100% !important;
    font-weight: normal;
}

/* line 25, ../../../../ReferencesProject/IEWebControls/IEWebControlsTests/sass/LeftMenu.scss */
.Smart-Nav-Main {
    height: 100% !important;
    min-height: 100% !important;
    border-right: 1px solid #e3ebf6;
    padding-top: 50px;
    position: relative;
    background-color: #fff;
}

    .Smart-Nav-Main .smart-nav-header {
        display: block;
        text-align: center;
        padding-top: .325rem;
        padding-bottom: .325rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*border-bottom: 1px solid #e3ebf6;*/
    }

        .Smart-Nav-Main .smart-nav-header .company-logo-header {
            max-height: 2.5rem;
            margin: 0 auto;
        }

        .Smart-Nav-Main .smart-nav-header .btn-search {
            font-size: 1rem;
            position: absolute;
            top: 0;
            right: 0;
            margin: 1rem;
            float: right;
            color: #6e84a3;
            cursor: pointer;
        }

            .Smart-Nav-Main .smart-nav-header .btn-search:hover {
                color: #12263f;
            }

    .Smart-Nav-Main .smart-nav-title {
        /*background-color: #f9fbfd;*/
        background-clip: border-box;
        border-bottom: 1px solid #e3ebf6;
        color: #95aac9;
        text-align: center;
        height: 37px;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
    }

        .Smart-Nav-Main .smart-nav-title > #moduleTitle {
            margin: 0;
            color: #95aac9;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: .04em;
            font-weight: 700;
        }

    .Smart-Nav-Main > #search {
        position: absolute;
        top: 65px;
        left: 0;
        width: 80%;
        border: none;
        border: 1px solid #edf2f9;
    }

    .Smart-Nav-Main > #btnClear {
        position: absolute;
        top: 65px;
        right: 0;
        width: 20%;
        height: 40px;
        font-size: 20px;
        padding: 5px 0;
    }

        .Smart-Nav-Main > #btnClear > i {
            margin: 0;
            color: #ccc;
        }


.navbar-divider {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #e3ebf6;
    margin: 12px 0;
    margin: 0px 15px;
}

/* line 30, ../../../../ReferencesProject/IEWebControls/IEWebControlsTests/sass/LeftMenu.scss */
.headerImage img {
    background-color: transparent;
}

.nav-module-th-list,
.nav-module-th {
    padding: .325rem 0;
    position: relative;
    border-top: 3px solid #eeeff3;
}

.nav-module-th-list {
    overflow: auto;
}

.iconItem {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    margin: 0.0625rem;
    height: 1.875rem;
    width: 1.875rem;
    cursor: pointer;
    border-radius: .5rem;
    transition: all 0.3s ease;
}

    .iconItem > i {
        line-height: 1.875rem;
        vertical-align: middle;
    }

    .iconItem:hover {
        background-color: #0075ff;
        color: white;
    }

    .iconItem.iconItemSel {
        background-color: #0075ff;
        color: white;
    }


.ps-menu-tool-group {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #e3ebf6;
}

    .ps-menu-tool-group > .ps-menu-tool {
        flex: 1 0 0%;
        max-width: 100%;
        width: 100%;
        padding: .75rem 0;
        text-align: center;
        cursor: pointer;
        color: #6e84a3;
        transition: .3s;
    }

        .ps-menu-tool-group > .ps-menu-tool:hover {
            color: #d9705d;
            transform: scale(1.3);
        }

.proxy-add-favorite {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    font-size: .875rem;
    color: #f6c343;
}

    .proxy-add-favorite > .fa-stack {
        font-size: 0.5em;
    }

        .proxy-add-favorite > .fa-stack > .fa-circle,
        .proxy-add-favorite > .fa-stack > .fa-plus-circle {
            font-size: 1.5em;
            margin-top: 25%;
            margin-left: 25%;
        }

        .proxy-add-favorite > .fa-stack > .fa-plus-circle {
            color: #2c7be5;
        }

        .proxy-add-favorite > .fa-stack > .fa-circle {
            color: white;
        }

    .proxy-add-favorite:hover > i {
        color: #f4b312;
    }

.favorite-container {
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
}

.navbar-favorite {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    min-width: 100%;
}

    .navbar-favorite .nav-link {
        padding: .5rem;
        align-items: center;
        display: flex;
        justify-content: space-between;
        color: #000000;
        transition: none;
        line-height: 1.7;
        position: relative;
        white-space: nowrap;
    }

        .navbar-favorite .nav-link:hover,
        .navbar-favorite .nav-link:focus {
            color: #d9705d;
        }

        .navbar-favorite .nav-link > i {
            display: inline-block;
            min-width: 1.75rem;
            font-size: 0.875rem;
        }

            .navbar-favorite .nav-link > i.btn-favorite-delete,
            .navbar-favorite .nav-link > i.btn-favorite-rename {
                min-width: unset;
                border-radius: 100%;
                padding: .325rem;
                color: white;
                font-size: .625rem;
                text-align: center;
                width: 20px;
                height: 20px;
                display: none;
                margin-left: 0.25rem;
                position: absolute;
                top: 0;
                right: .5rem;
                margin: .5rem 0;
            }

            .navbar-favorite .nav-link > i.btn-favorite-rename {
                right: 1.75rem;
                margin-right: .25rem;
            }

            .navbar-favorite .nav-link > i.btn-favorite-delete:hover {
                background-color: #d01a3b !important;
            }

            .navbar-favorite .nav-link > i.btn-favorite-rename:hover {
                background-color: #1862c6 !important;
            }

        .navbar-favorite .nav-link:hover > i.btn-favorite-delete,
        .navbar-favorite .nav-link:hover > i.btn-favorite-rename {
            display: block;
        }

        .navbar-favorite .nav-link[data-toggle=collapse]:before {
            content: "\f054";
            display: block;
            font-family: 'Font Awesome 5 Pro';
            margin-left: auto;
            transition: transform .2s;
            font-size: .5rem;
            margin-right: .5rem;
            width: 14px;
            height: 14px;
            min-width: 14px;
            text-align: center;
            line-height: 1.8;
            font-weight: 900;
            background-color: white;
            border-radius: 100%;
        }

        .navbar-favorite .nav-link[data-toggle=collapse][aria-expanded=true]:before {
            transform: rotate(90deg);
        }

    .navbar-favorite .nav {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        margin-left: 0;
        min-height: 20px;
    }

        .navbar-favorite .nav .nav-item {
            width: 100%;
        }

        .navbar-favorite .nav .nav-link {
            padding-left: 2.75rem;
        }

.sortable-placeholder {
    background-color: #fff;
    border: 2px dashed #d2ddec;
    border-radius: .375rem;
    margin: 1rem;
    height: 50px;
}
