﻿
#gdivNavBG {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    background-color: gray;
    position: absolute;
    width: 101%;
    /*height: 100%;*/
    /*height: 3400px;*/
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 89;
}

#gdivNavBG {
    z-index: 89;
}

/*#gcmdNav {
    z-index: 91;
    font-size: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    color: grey;
    background-color: white;
    border: 1px solid lightgrey;
}

    #gcmdNav:hover,
    #toolSearchResults:hover {
        color: #E91E63;
        cursor: pointer;
        opacity: 1;
    }*/

#gcmdNav {
    width: 32px;
    height: 64px;
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    background-color: white;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 32px;
    padding-top: 16px;
    content: "keyboard-arrow-right";
    box-shadow: 0px 8px 14px lightgrey;
    border: 1px solid lightgrey;
    position: fixed;
    z-index: 98;
    left: 0;
}

#gdivNav {
    position: fixed;
    z-index: 90;
    padding-top: 40px;
    top: 0px;
    left: 0px;
    width: 85px;
    height: 100%;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

    #gdivNav ul,
    #toolSearchResults ul {
        list-style: none;
        padding: 0px;
        padding-left: 3px;
        padding-right: 3px;
        background: white;
    }

    #gdivNav ul {
        max-width: 536px;
    }

        #gdivNav ul li ul {
            display: none;
        }

    #gdivNav .material-icons, #toolSearchResults .material-icons {
        font-size: 40px;
        /*color: #E91E63;*/
        display: block;
    }

    #gdivNav.small .material-icons {
        font-size: 30px;
    }

    #gdivNav a,
    #toolSearchResults a {
        display: block;
        text-overflow: ellipsis;
        font-weight: 700;
    }

    #gdivNav .menu-right {
        background-image: url("menu_right.png");
        background-position-x: right;
        background-position-y: top;
        background-repeat: no-repeat;
    }

    #gdivNav ul ul .menu-right > i.material-icons,
    #toolSearchResults .good-match i.material-icons {
        color: #E91E63;
    }

    #gdivNav a:hover,
    #toolSearchResults a:hover {
        cursor: pointer;
    }

    #gdivNav li:hover,
    #toolSearchResults li:hover {
        background-color: #EEEEEE;
    }

    #gdivNav .navSubSec {
        position: fixed;
        display: none;
        margin-left: 82px;
        height: auto;
        background-color: white;
        padding: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        text-align: left;
        z-index: 1;
        border-radius: 8px;
        padding: 8px;
    }

        #gdivNav .navSubSec li,
        #toolSearchResults .navSubSec li {
            display: inline-block;
            width: 100px;
            vertical-align: middle;
            text-align: center;
            transition: height .125s, width .25s, opacity 1.5s;
        }

            #gdivNav .navSubSec li a {
                margin: 4px;
                min-height: 76px;
                text-overflow: ellipsis;
                font-weight: 700;
            }

.navBack i {
    color: black;
}

#gdivNav hr,
#toolSearchResults hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 1em;
}

#toolSearchIcon {
    display: none;
    position: fixed;
    left: 98px;
    top: CALC(1vh + 8px);
    z-index: 90;
    font-size: 36px;
    pointer-events: none;
    cursor: default;
    font-weight: 700;
    color: lightgrey;
}

#toolSearchText {
    display: none;
    position: fixed;
    left: 90px;
    top: 1vh;
    width: CALC(100% - 90px - 1vw);
    font-size: 24px;
    padding: 12px;
    padding-left: 48px;
    border: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 90;
}

#toolSearchResults {
    display: none;
    position: fixed;
    left: 90px;
    top: CALC(2vh + 52px);
    max-width: CALC(100% - 114px - 1vw);
    max-height: CALC(100% - 3vh - 96px);
    overflow: auto;
    padding: 1em;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    opacity: 0;
    transition: .5s;
    z-index: 90;
}

#toolSearchText.searching + #toolSearchResults {
    opacity: 1;
    transition: .25s;
}

#toolSearchResults ul.navSubSec {
    zoom: 125%;
}

    #toolSearchResults ul.navSubSec.nomatch .material-icons {
        color: red;
    }

#gdivNav .material-icons.ui-nosecurity:after,
#toolSearchResults .material-icons.ui-nosecurity:after {
    position: absolute;
    float: right;
    color: rgb(224, 208, 162);
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    content: 'lock_outline';
}

#toolSearchResults ul.navSubSec li.searching-match {
    position: sticky;
    top: -1em;
    margin: 1em;
    margin-left: -.5em;
    margin-right: -.5em;
    padding: 1em;
    background: white;
    text-align: left;
    display: block;
    color: gray;
    width: auto;
    font-size: 12px;
    pointer-events: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index: 2;
}

    #toolSearchResults ul.navSubSec li.searching-match mark {
        color: lightgray;
        background: transparent;
        font-size: 11px;
    }

#toolSearchResults strong {
    position: relative;
}

    #toolSearchResults strong::before {
        position: absolute;
        height: 100%;
        width: 100%;
        margin-left: -.25em;
        margin-top: -.25em;
        background: #F06292;
        padding: .25em;
        border-radius: .5em;
        opacity: .2;
        content: '';
    }

#gdivStatus {
    font-weight: 700;
}