﻿/* menu defauts */

.Executive {
       display:none;
}
.JawsDashboard {
    display: none;
}
.SalesMain {
    display: none;
}
.NNLabor {
    display: none;
}
.OCLabor {
    display: none;
}
.MiscSalesMain {
    display: none;
}
.FoodCostMain {
    display: none;
}
.OCFoodCostDashboard {
    display: none;
}
.FoodCostDashboard99 {
    display: none;
}
.FinancialsOC {
    display: none;
}
.ODExpenses {
    display: none;
}
.SalesBreakDown {
    display: none;
}
.ReportViewerMain {
    display: none;
}
.ReportsMain {
    display: none;
}

.Financials99 {
    display: none;
}

.ServerMetricsOC {
    display: none;
}

.ServerMetrics99 {
    display: none;
}

.Turnover {
    display: none;
}
.TurnoverOC {
    display: none;
}

.NNLaborExec {
    display: none;
}

.OCLaborExec {
    display: none;
}
.OCLaborMobile {
    display: none;
}
.WeeklyOpsMetricsOC {
    display: none;
}
.LaborCombined {
    display: none;
}
.WeeklyOpsMetrics99 {
    display: none;
}
.FinancialsAll {
    display: none;
}
.TurnoverMgmt {
    display: none;
}
.KDS99 {
    display: none;
}
.KDSOC {
    display: none;
}
.PMIXOC {
    display: none;
}
.PMIX99 {
    display: none;
}
.NNRTPerformance {
    display: none;
}
.PrimeRib99 {
    display: none;
}
.OCPrimeRib {
    display: none;
}
.OffPremiseBreakdown {
    display: none;
}
.CombinedPrimeRib {
    display: none;
}
.Audit99 {
    display: none;
}

.AuditOC {
    display: none;
}

.LBW99 {
    display: none;
}

.LBWOC {
    display: none;
}
.OpsExcellence99 {
    display: none;
}







a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #2e2e32;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    /* top layer */
    z-index: 9999;
}


    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2e2e32;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

.overlay {
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9998;
}

    #sidebar .sidebar-header {
        padding: 20px;
        background: #3f7296;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #000000;
            background: #fff;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #3f7296;
    }

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}



#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    /*position: absolute;*/
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    }

        #sidebarCollapse span:first-of-type {
            /* rotate first one */
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            /* second one is not visible */
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            /* rotate third one */
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #sidebarCollapse.active span {
        /* no rotation */
        transform: none;
        /* all bars are visible */
        opacity: 1;
        margin: 5px auto;
    }

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/* Error template */
.k-notification-error .k-group {
    background: rgba(100%,0%,0%,.7);
    color: white;
}

.wrong-pass {
    width: 300px;
    height: 150px;
}

    .wrong-pass h3 {
        font-size: 1em;
        padding: 10px 10px 5px;
        color: white;
    }

    .wrong-pass p {
        color: white;
    }

    .wrong-pass img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

@media only screen and (hover: none) and (pointer: coarse) {

    .OCLaborMobile {
        display: inherit;
    }
}

/* Sidebar section headers */
#sidebar .nav-section {
    padding: 14px 15px 14px 25px; /* more space and indent from left */
    margin-top: 6px; /* spread groups out a bit vertically */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px; /* larger group name text */
    color: #fbfbfb;
    border-top: 1px solid #444;
    cursor: pointer; /* indicate clickable */
    position: relative; /* anchor caret */
}
#sidebar .nav-section:first-child {
    border-top: none;
    margin-top: 0;
}

/* Nested group list */
#sidebar .nav-group {
    list-style: none;       
    margin: 0;
    padding-left: 0;
}

/* Caret indicator for collapsible groups */
#sidebar .nav-section::after {
    content: "\25BC";          /* down arrow when expanded */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

#sidebar .nav-section.collapsed::after {
    content: "\25B6";          /* right arrow when collapsed */
}
#sidebar .nav-section {
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #fbfbfb;
    border-top: 1px solid #444;
    cursor: pointer; /* clickable */
    position: relative; /* for caret */
}
#sidebar .nav-section:first-child {
    border-top: none;
}

/* Nested group list */
#sidebar .nav-group {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* Caret indicator */
#sidebar .nav-section::after {
    content: "\25BC";          /* down arrow */
    position: absolute;
    right: 15px;
    font-size: 9px;
}

#sidebar .nav-section.collapsed::after {
    content: "\25B6";          /* right arrow when collapsed */
}