﻿/* Circle Buttons on top part of Left Sidebar */
.sidebar-quicklink-icons a {
    background-color: #2A294D;
    border-color: #19182e;
}

    .sidebar-quicklink-icons a:hover,
    .sidebar-quicklink-icons a.focus,
    .sidebar-quicklink-icons a:focus {
        background-color: #E56A54;
    }

/* Main Page Label */
#sidebarPageNav > span {
    font-size: 18px;
    font-weight: 600;
    width: 310px;
    color: #2D2E44;
    display: block;
    background-color: #F5F9FF;
    box-shadow: 0px 3px 6px #00000029;
    border-right: 7px solid #E56A54;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
}

    #sidebarPageNav > span > i {
        color: #E56A54;
        text-indent: 0;
        line-height: 1.5;
        font-size: 18px;
        width: 20px;
        margin-right: 10px; /* Space between icon and text */
    }

/* Buffer Colors */
.bufferNeutral .sidebarLinkText i.fal, .bufferNeutral .sidebarLinkText i.fas {
    color: #ffffff;
    text-shadow: 0 0 1px #c1c1c1;
}

.bufferAll .sidebarLinkText i.fal, .bufferAll .sidebarLinkText i.fas {
    color: #404040;
    text-shadow: 0 0 1px #c1c1c1;
}

.bufferCritical .sidebarLinkText i.fal, .bufferCritical .sidebarLinkText i.fas {
    color: #B3001B;
    text-shadow: 0 0 1px #c1c1c1;
}


.bufferRed .sidebarLinkText i.fal, .bufferRed .sidebarLinkText i.fas {
    color: #E56A54;
    text-shadow: 0 0 1px #c1c1c1;
}

.bufferYellow .sidebarLinkText i.fal, .bufferYellow .sidebarLinkText i.fas {
    color: #F7E942;
    text-shadow: 0 0 2px #000;
}

.bufferGreen .sidebarLinkText i.fal, .bufferGreen .sidebarLinkText i.fas {
    color: #92CE66;
    text-shadow: 0 0 1px #c1c1c1;
}

.bufferOToG .sidebarLinkText i.fal, .bufferOToG .sidebarLinkText i.fas {
    color: #4EC3E0;
    text-shadow: 0 0 1px #c1c1c1;
}

/* Sidebar Menu Items */
li.sidebarLink > a {
    font-size: 16px;
    border: none;
    text-indent: -34px;
    padding-left: 99px; /* 65px + 34px revert text indent*/
    padding-top: 11px;
    padding-bottom: 3px;
    color: #FFFFFF;
    background-color: #2A294D;
    line-height: 1.5;
}

    li.sidebarLink > a span,
    li.sidebarLink > a i {
        text-indent: 0px;
    }
    
    li.sidebarLink > a i {
        font-size: 16px;
        line-height: 1.5;
        width: 20px;
        margin-right: 10px; /* Space between icon and text */
        padding-bottom: 10px;
    }

    li.sidebarLink > a.active,
    li.sidebarLink > a.active i,
    li.sidebarLink > a.selected,
    li.sidebarLink > a.selected i {
        background-color: #6667AB;
        box-shadow: none;
    }

        li.sidebarLink > a:hover,
        li.sidebarLink > a:hover i,
        li.sidebarLink > a.active:hover,
        li.sidebarLink > a.active:hover i,
        li.sidebarLink > a:focus {
            background-color: #19182e;
            transition: background-color 150ms ease-out;
            box-shadow: 0px 3px 6px #00000029;
        }

li.sidebarLink a:hover .sidebarLinkBadge,
li.sidebarLink a:hover .sidebarBadges {
    right: 16px; /* Space for scrollbar + border on hover */
    z-index: 9999;
}

li.sidebarLink a.active:hover .sidebarLinkBadge,
li.sidebarLink a.active:hover .sidebarBadges {
    right: 15px; /* Space for scrollbar */
}

.sidebarLinkBadge {
    display: inline;
    position: absolute;
    right: 15px; /* Space for scrollbar */
}

.sidebarBadges {
    display: inline;
    position: absolute;
    right: 15px; /* Space for scrollbar */
    height: 21px;
    vertical-align: middle;
}

    .sidebarBadges .badge {
        vertical-align: middle !important;
    }

    .sidebarLinkBadge,
    .sidebarBadges .badge {
        background-color: #D9E1E7;
        color: #2D2E44;
    }

/* Reset Filter/Sort Icons in Left Sidebar*/
.sidebar-quicklink-icons #resetGridSelections i.fa-list,
.sidebar-quicklink-icons #resetGridFilters i.fa-filter,
.sidebar-quicklink-icons #resetGridSorts i.fa-sort-alt {
    font-size: 15px;
    position: relative;
    left: -2px;
}

.sidebar-quicklink-icons #resetGridSelections i.fa-times,
.sidebar-quicklink-icons #resetGridFilters i.fa-times,
.sidebar-quicklink-icons #resetGridSorts i.fa-times {
    position: relative;
    top: 3px;
}

.sidebar-quicklink-icons #resetGridSelections i.fa-times,
.sidebar-quicklink-icons #resetGridFilters i.fa-times,
.sidebar-quicklink-icons #resetGridSorts i.fa-times {
    left: -14px;
}

/* Filters in Left Sidebar */
.nav-filters {
    padding-left: 15px;
    padding-top: 10px;
    display: block !important;
}

    .nav-filters .select2 {
        width: calc(100% - 20px) !important;
    }

    .nav-filters h4 {
        margin-bottom: 20px;
    }

    .nav-filters .nested {
        margin-left: 5px;
    }

    .nav-filters > .nested:last-of-type {
        padding-bottom: 20px;
    }

    .nav-filters .nested .showHideMoreFilters {
        font-size: 0.8em;
    }

    .nav-filters .nested .filtersBelowFold {
        display: none;
    }

/* Help Tooltip Icon in Left Sidebar*/
.sidebarHelpIcon {
    margin: 0;
    padding: 0;
    color: #cccccc !important;
    display: inline-block;
    margin-right: 3px;
}

    .sidebarHelpIcon i:hover {
        color: #000 !important;
    }

.filterLinkContainer {
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

    .filterLinkContainer:last-of-type {
        margin-bottom: 15px;
    }

    .filterLinkContainer a {
        color: #fff;
    }

.filterLink {
    font-weight: normal;
    display: inline;
    margin-bottom: 5px;
}

    .filterLink:after {
        clear: both;
        display: block;
        content: "";
        width: 100%;
    }

    .filterLink .filterCheck {
        margin-right: 5px;
    }

    .filterLink:hover, .filterLink:link {
        text-decoration: none;
    }

/* Data Explorer Upper Grid */
.dataExplorerRow td {
    height: 25px;
}

.dataExplorerRowActive td {
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.dataExplorerCellHover {
    cursor: pointer !important;
    background: #D1D1E5 !important;
    border-color: #D1D1E5 !important;
}

/* 3-Pane Item Details - Properties Tab */
.k-tabstrip {
    background-color: #E8F0FA;
}

    .k-tabstrip:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .k-tabstrip > .k-content {
        margin-bottom: 10px;
        -webkit-box-sizing: border-box !important;
        padding: 0;
        border-color: #ccc;
    }
        /* Grid inside details tab should be flush */
        .k-tabstrip > .k-content > .k-grid {
            margin: 0 0 50px;
            border: 0 !important;
            border-radius: 0 !important;
        }

/* Tabstrip text color */
.k-tabstrip-items .k-state-default .k-link {
    color: #6667AB;
}

.k-tabstrip-wrapper {
    height: 100%;
}

.k-tabstrip li.k-state-active {
    font-weight: bold;
}

/* Properties Tab */
.innerTblContainer {
    background-color: #F5F9FF;
    border-top: solid 5px #F3F3F3;
    padding: 10px 15px;
    margin: 10px 0;
}

    .innerTblContainer p {
        font-weight: bold;
        font-size: 1.2em;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

        .innerTblContainer p span {
            float: right;
            margin-right: 10px;
        }

    /* Part Property item labels */
    .innerTblContainer tr td:nth-child(odd) {
        color: #6C6C84;
    }

    /* Part Property item values */
    .innerTblContainer tr td:nth-child(even) {
        color: #8383A9;
    }

    .innerTblContainer tr:nth-child(odd) td {
        background-color: #FCFDFF;
    }

table#itemDetailsPropertiesTable, table#itemDetailsPropertiesTable table {
    width: 100%;
}

    table#itemDetailsPropertiesTable td {
        padding-left: 0;
        padding-right: 10px;
    }

        table#itemDetailsPropertiesTable td:first-child {
            padding-left: 10px;
            padding-right: 10px;
        }

    table#itemDetailsPropertiesTable table tr > td:first-child {
        padding-right: 10px;
    }

    table#itemDetailsPropertiesTable table tr > td {
        padding: 15px 0;
        border: none;
    }

.detailsPane {
    position: absolute;
    height: 100%;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
}

#partDetailWindow .detailsPane {
    height: calc(100% - 105px);
}

/* Bill of Material Tab*/
#treeControls {
    color: #6667AB;
}

/* No Record Notice */
.tabContents {
    height: 100%;
}

    .tabContents .simpleNotice, .dataExplorer .simpleNotice {
        height: 100%;
    }

/* Not sure where this is used*/
td.k-detail-cell {
    height: 100%;
}