﻿
#gdivNavBG {
    /*opacity: 0.3;*/
    filter: alpha(opacity=30); /* For IE8 and earlier */
    background-color: rgb(33 33 33 / 50%);
    position: absolute;
    width: 101%;
    /*height: 100%;*/
    /*height: 3400px;*/
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 89;
}

#gcmdNav {
    z-index: 91;
    font-size: 50px;
    position: fixed;
    left: 4px;
    top: 8px;
    color: #E91E63;
    background-color: #FFFFFF;
    border: 3px solid #E91E63;
    border-radius: 4px;
}

    #gcmdNav:hover,
    #toolSearchResults:hover {
        cursor: pointer;
        opacity: 1;
    }

#gdivNav {
    position: fixed;
    z-index: 90;
    top: 0px;
    left: 0px;
    width: 88px;
    height: 100%;
    background-color: #E91E63;
    -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;
    padding: 4px;
    padding-top: 40px;
}

    #gdivNav ul,
    #toolSearchResults ul {
        list-style: none;
        padding: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }
    #gdivNav ul {
        background-color: #E91E63;
    }

    #gdivNav ul {
        max-width: 556px;
    }

        #gdivNav ul li ul {
            display: none;
        }

    #gdivNav .material-icons, #toolSearchResults .material-icons {
        font-size: 48px;
        display: block;
    }

    #gdivNav.small .material-icons {
        font-size: 30px;
    }

    #gdivNav a,
    #toolSearchResults a {
        display: block;
        text-overflow: ellipsis;
        font-weight: 700;
        border-radius: 8px;
    }

        #gdivNav a {
            color: #FFFFFF;
        }

        #gdivNav .menu-right::after {
            content: '+';
            position: absolute;
            top: 4px;
            right: 4px;
            font-size: 20px;
        }

    #gdivNav .navSubSec .menu-right::after {
        opacity: .54;
        top: 2px;
        right: 16px;
    }

    #gdivNav ul ul .menu-right > i.material-icons,
    #toolSearchResults .good-match i.material-icons {
        color: #FF80AB;
    }

    #gdivNav a,
    #toolSearchResults a {
        cursor: pointer;
    }
    #gdivNav > div.globalcentre > ul > li > a i.material-icons {
        color: #FFFFFF;
    }
    #gdivNav > div.globalcentre > ul > li:not(.navTab) > a:hover {
        /*border: 2px solid #FFFFFF;*/
        background: #880E4F;
    }
    #gdivNav .navSubSec li a:hover,
    #toolSearchResults li a:hover {
        /*border: 2px solid #E91E63 !important;*/
        background: #E0E0E0;
    }

    #gdivNav .navSubSec {
        position: fixed;
        display: none;
        margin-left: 108px;
        height: auto;
        background-color: #FFFFFF;
        padding: 5px;
        text-align: left;
        z-index: 1;
        border-radius: 8px;
        padding: 8px;
        border: 2px solid #E91E63;
    }

        #gdivNav .navSubSec li,
        #toolSearchResults .navSubSec li {
            display: inline-block;
            width: 132px;
            vertical-align: top;
            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;
                padding: 5px;
                border-radius: 8px;
                color: #000000;
            }

            #toolSearchResults .navSubSec li a,
            #gdivNav .navSubSec li a {
                border: 2px solid transparent;
            }

.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: 108px;
    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: 100px;
    top: 1vh;
    width: CALC(100% - 100px - 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;
    background-color: #FFFFFF;
}

#toolSearchResults {
    display: none;
    position: fixed;
    left: 100px;
    top: CALC(2vh + 52px);
    max-width: CALC(100% - 114px - 1vw - 1em);
    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;
    padding-top: 0px;
    border: 2px solid #E91E63;
    padding-bottom: 0;
}

#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: #FFFFFF;
    text-align: left;
    display: block;
    color: #212121;
    width: auto;
    font-size: 12px;
    pointer-events: none;
    border-bottom: 2px solid #E91E63;
    z-index: 2;
    font-weight: 700;
}

    #toolSearchResults ul.navSubSec li.searching-match mark {
        color: #E91E63;
        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: 8px;
        opacity: .2;
        content: '';
    }

#gdivNav .navSubSec .navTab {
    width: 100%;
}

#gdivNav .navSubSec li a {
    max-height: 92px;
}

#gdivNav .navSubSec .navTab input[type="radio"]:checked + label::before {
    content: 'radio_button_checked';
}

#gdivNav .navSubSec li.navTabContent {
    width: 100%;
    display: inline;
}

#gdivStatus {
    font-weight: 700;
}

a.training {
    font-weight: 700;
    font-size: 1.5rem;
    /*text-transform: uppercase;*/
}

.navTab input[type="radio"] + label::before {
    content: 'filter_9_plus' !important;
}

.navTab input[type="radio"] + label:nth-child(2)::before {
    content: 'filter_1' !important;
}

.navTab input[type="radio"] + label:nth-child(4)::before {
    content: 'filter_2' !important;
}

.navTab input[type="radio"] + label:nth-child(6)::before {
    content: 'filter_3' !important;
}

.navTab input[type="radio"] + label:nth-child(8)::before {
    content: 'filter_4' !important;
}

.navTab input[type="radio"] + label:nth-child(10)::before {
    content: 'filter_5' !important;
}

.navTab input[type="radio"] + label:nth-child(12)::before {
    content: 'filter_6' !important;
}

.navTab input[type="radio"] + label:nth-child(14)::before {
    content: 'filter_7' !important;
}

.navTab input[type="radio"] + label:nth-child(16)::before {
    content: 'filter_8' !important;
}

.navTab input[type="radio"] + label:nth-child(18)::before {
    content: 'filter_9' !important;
}

#gdivNav ul.navSubSec > .divNavBack .navBack {
    position: absolute;
    left: 5px;
    top: 10px;
}

#gdivNav ul.navSubSec > .divNavBack a.navBack > i.material-icons {
    font-size: 20px;
    margin-left: 5px;
}

#gdivNav .navSubSec > .navTab:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

#gdivNav > div > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 90vh;

}

    #gdivNav > div > ul > li {
        position: relative;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        width: 100%;
    }

        #gdivNav > div > ul > li > a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0 !important;
            padding: initial !important;
            width: 100%;
            padding-top: 12px !important;
            padding-bottom: 12px !important;
        }

#gdivNav ul.navSubSec {
    z-index: 99999;
    box-shadow: #e91e63 0px 0px 1px 2px, rgb(33 33 33 / 50%) 0px 0px 0px 5000px;
}













#divMySettingsList {
    overflow: auto;
/*    height: 90%;*/
}

div#gDivMySettingsContainer {
/*    overflow-y: hidden !important;*/
}

.mysetting-subheader {
   /* font-size: 16px;
    text-indent: 8px;*/
    line-height: 2em;
}

.mysetting-subheader.single {
    font-size: 1.5em;
    text-indent: 0px;
    font-weight: bold;
}


.mysetting-setting {
    padding: 8px;
    height: 2em;
    display: grid;
    grid-template-columns: 33% 67%;
    grid-gap: 1em;
    box-sizing: initial;
}

.mysetting-header {
    margin-top: 6px;
    margin-left: 6px;
    font-size: 18px;
}

.mysetting-header > span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.mysetting-header.single {
    display: none;
}

.mysetting-value {
    border: 1px solid #616161;
    padding: 6px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    font-size: 16px;
    height: 1.3em;
    cursor: pointer;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: initial;
}

.mysetting-value * {
    cursor: pointer;
}

.mysetting-edit {
    position: absolute;
    top: -7px;
    left: -10px;
    font-size: 30px;
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mysetting-value:hover {
    border: 1px solid #e91e63;
    box-shadow: 0px 0px 4px 0px;
}

.mysetting-value:hover .mysetting-edit {
    opacity: 1;
}

.mysetting-data {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mysetting-page {
    padding: 6px;
    margin: 16px;
    border-radius: 4px;
    margin-left: 0px;
    padding-bottom: 12px;
}

#gDivMySettingsEditValue  {
    width: 100%;
    height: 30vh;
}

/*#divMySettingsSearch {
    text-align: right;
    padding-right: 33px;
}*/

#gDivMySettingsWrapper {
    margin-top: 10px;
}

/*#inputMySettingsSearch {
    width: 30%;
    border: 2px solid rgb(224, 224, 224);
    height: 30px;
    padding: 2px;
    margin:  2px;
}*/

.mysetting-deleteicon {
    vertical-align: text-top;
    margin-left: 10px;
    opacity: 0;
    cursor: pointer;
    transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mysetting-header:hover .mysetting-deleteicon {
    opacity: 1;
}

#divMySettingsList.empty:after {
    content: 'No results found!';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #616161;
}

.mysetting-match {
    text-shadow: 0 0 5px #e91e63;
}

#divMySettingsSearch * {
    /*font-size: 16px;
    vertical-align: middle;*/
}

#divMySettingsSearch label.inputlabel {
    position:relative;
    top:12px;
}

#gDivMySettings > div > div {
    height: 58vh;
}

#gnavMailCountIndicator {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 99;
    color: #ffffff;
    background: #880e4f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.8rem;
    border: 3px solid #e91e63;
    font-weight: bold;
}