/* Minification failed. Returning unminified contents.
(3490,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '15px'
 */
/*#region HTML, body, headings */
html,
body {
    height: 100%; /*Need this for sticky footer*/
    padding: 0;
}

    html, html .halflings {
        -webkit-font-smoothing: antialiased !important;
    }

body {
    background: #fefefe;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.body-content {
    /*margin-left: 20px;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

    h1 strong {
        color: #2c5d7b;
    }

/*#endregion */

/*#region Navigation */
.my-navbar {
    background-color: #2c5d7b;
    border-radius: 0;
    min-height: 40px;
    height: 40px;
    padding: 0 20px;
}

    .my-navbar .nav > li {
        margin-top: -1px;
        padding: 0;
    }

.nav a .caret, .nav a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.my-navbar .nav > li.active {
    background-color: #fff;
    color: #000;
}

.my-navbar .nav > li > .dropdown > .nav-link,
.my-navbar .nav > li > a {
    display: block;
    /*padding: 10px 15px 10px 15px;*/
    color: #fff;
}

.my-navbar .nav > li >  .dropdown > .nav-link.active,
.my-navbar .nav > li >  .dropdown > .nav-link.active .caret {
    color: #000;
    border-bottom-color: #000;
    border-top-color: #000;
}

.my-navbar .nav > li > .dropdown > .nav-link:hover,
.my-navbar .nav > li > .dropdown.open > .nav-link {
    background-color: #183344;
    color: #fff;
    display: block;
    padding: 10px 15px 10px 15px;
    color: #fff;
}

.my-navbar .nav > li.active > a,
.my-navbar .nav > li.active > a .caret {
    color: #000;
    border-bottom-color: #000;
    border-top-color: #000;
}

.my-navbar .nav > li > a:hover,
.my-navbar .nav > li.open > a {
    background-color: #183344;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #2c5d7b;
}

.my-navbar .dropdown .dropdown-menu,
.my-navbar .nav > li.open .dropdown-menu {
    border: 2px solid #183344;
    border-top: none;
    background: #fff;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
    padding: 6px 15px;
    font-size: 13px;
    filter: none;
    color: #333;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #183344;
    }

.dropdown-menu > li a.active {
    color: #fff;
    background-color: #2c5d7b;
}

.my-navbar .navbar-brand {
    float: left;
    color: #fff;
    font-size: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 2px;
    /*background: url("images/_foods_study_logo_small.png") no-repeat;*/
    margin-top: 3px;
    line-height: 32px;
}

.my-navbar .label {
    position: absolute;
    top: 5px;
    right: 9px;
    font-size: 11px;
    font-weight: 400;
    padding: 1px 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.my-navbar .navbar-toggle {
    border: none;
    border-radius: 0;
    background-color: #183344;
    margin-top: 0px;
    margin-right: 0px;
    padding: 11px 9px;
}

    .my-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
        width: 16px;
        margin: 2px 0px;
    }

.my-navbar .message-ul {
    width: 280px;
    padding: 0;
}

    .my-navbar .message-ul.feed > li > a {
        padding: 10px 20px;
    }

        .my-navbar .message-ul.feed > li > a .message {
            color: #333;
        }

            .my-navbar .message-ul.feed > li > a .message .label {
                padding: 2px;
                margin-right: 5px;
            }

    .my-navbar .message-ul > li > a {
        overflow: hidden;
        *zoom: 1;
        padding: 10px;
    }

        .my-navbar .message-ul > li > a:hover {
            background: #f3f3f3;
            color: #333;
        }

            .my-navbar .message-ul > li > a:hover .details .message {
                color: #444;
            }

            .my-navbar .message-ul > li > a:hover .count {
                color: #ccc;
            }

                .my-navbar .message-ul > li > a:hover .count span {
                    color: #333;
                }

        .my-navbar .message-ul > li > a img {
            float: left;
            width: 40px;
        }

        .my-navbar .message-ul > li > a .details {
            float: left;
            margin-left: 10px;
            max-width: 210px;
            overflow: hidden;
        }

            .my-navbar .message-ul > li > a .details .name {
                font-size: 15px;
            }

            .my-navbar .message-ul > li > a .details .message {
                margin-top: 2px;
                color: #777;
            }

        .my-navbar .message-ul > li > a .count {
            float: right;
            color: #e3e3e3;
            font-size: 30px;
            position: relative;
            margin-top: 2px;
        }

            .my-navbar .message-ul > li > a .count span {
                font-size: 13px;
                color: #666;
                position: absolute;
                text-align: center;
                left: 0;
                right: 0;
                top: 5px;
            }

        .my-navbar .message-ul > li > a.more-messages {
            background: #e6e6e6;
            text-align: center;
            padding: 8px 15px;
        }

            .my-navbar .message-ul > li > a.more-messages:hover {
                background: #ddd;
                color: #333;
            }

.my-navbar .nav > li.open.contacts .dropdown-menu {
    margin-top: 1px;
    padding-top: 0;
}

.my-navbar .navbar-nav .dropdown ul.dropdown-menu.show {
    padding-top: 0px;
    padding-bottom: 0px;
}

.my-navbar .dropdown ul.dropdown-menu.show {
    margin-top: 1px !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.my-navbar .nav > li.open.contacts .dropdown-menu {
    margin-top: 1px;
    padding-top: 0;
}

.my-navbar .nav > li.schools.nav-link .dropdown-menu,
.my-navbar .nav > li.open.schools .dropdown-menu {
    margin-top: -3px !important;
    padding-top: 0;
    max-height: 365px;
    overflow-y: scroll;
}

    .my-navbar .nav > li.schools.nav-link .dropdown-menu a,
    .my-navbar li.schools a.school {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
 /*       display: inline-block;*/
        max-width: 300px;
    }

.navbar-expand-lg .navbar-collapse.reduce {
    display: none !important;
}

.my-navbar li.user a.name {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 250px;
}

.my-navbar li.user a.icon {
    display: none;
}

.my-navbar .container-fluid .navbar-nav.ms-auto .navbar-nav li.schools.nav-link > a.schools {
    margin-top: 4px;
}

/*Navbar icons - show text instead of icon in ie7*/
.my-navbar .fa-envelope {
    font-size: 17px;
}

.my-navbar a.big-icon {
    padding: 7px 15px !important;
}

    .my-navbar a.big-icon i {
        color: #fff;
        font-size: 24px;
    }


.my-navbar .envelope span,
.my-navbar .help span {
    display: none;
}

    .my-navbar .envelope span.label {
        display: block;
    }

.my-navbar a.logoff,
.my-navbar a.help {
    padding: 7px 15px !important;
}

    .my-navbar a.help i {
        color: #fff;
        font-size: 24px;
    }

html.ie7 .my-navbar .envelope span,
html.ie7 .my-navbar .question span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 7px 0px;
}

html.ie7 .my-navbar .envelope span,
html.ie7 .my-navbar .question span {
    display: inline;
}

html.ie7 .my-navbar a.question {
    padding: 5px 10px 10px 10px !important;
}

html.ie7 .my-navbar a.envelope {
    padding: 10px 10px !important;
}

html.ie7.my-navbar .envelope i,
html.ie7.my-navbar .question i,
html.ie7 .my-navbar .envelope span.label {
    display: none;
}

/*#endregion */

/*#region Page Header*/
.container-fluid {
    margin: -5px 18px 0px 18px;
}

    .container-fluid .page-header {
        border: 0;
        margin: 10px 0 10px 0;
        padding: 0 3px 0px 0px;
        *zoom: 1;
        border-bottom: solid 1px #ddd;
    }

        .container-fluid .page-header:after {
            content: "";
            display: table;
            clear: both;
        }

        .container-fluid .page-header h1 {
            font-family: 'Open Sans', sans-serif;
            font-size: 30px;
            color: #2a2a2a;
            line-height: 36px;
        }

        .container-fluid .page-header .pull-left h6 {
            font-family: 'Open Sans', sans-serif;
            color: #777;
            font-weight: normal;
            margin: 0;
        }

/*#endregion*/


.k-calendar .school-week-day {
    background-color: #ffffaa;
}

.current-date {
    float: left;
    list-style: none;
}

    .current-date > li {
        *zoom: 1;
        padding: 5px; /*10px 15px;*/
        margin-right: 15px;
        margin-left: 0;
        border-radius: 7px;
        cursor: pointer;
    }

    .current-date .btn-group.open,
    .current-date .btn-group {
        color: #fff;
    }

        .current-date .btn-group button {
            background-color: transparent !important;
            color: #fff !important;
            border: none !important;
            white-space: nowrap;
            font-size: 16px;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
        }
    /*.current-date .btn-group.open .dropdown-toggle{
        box-shadow:none;
        -webkit-box-shadow: none;
    }*/

    .current-date > li:after {
        content: "";
        display: table;
        clear: both;
    }

    .current-date > li:last-child {
        margin-right: 0;
    }

    .current-date > li i {
        /*font-size: 36px;*/
        color: white;
        margin: 0;
    }

        .current-date > li i.fa-calendar {
            font-size: 20px;
            margin-right: 7px;
        }

        .current-date > li i.fa-caret-down {
            font-size: 14px;
            margin-top: 5px;
            margin-left: 10px;
        }

    .current-date > li span {
        color: white;
        float: left;
        font-size: 12px;
    }

        .current-date > li span.big {
            font-size: 16px;
        }



/*#region These are the calendar/money widgets in the page header*/
.stats {
    float: left;
    list-style: none;
}

    .stats > li {
        *zoom: 1;
        float: left;
        padding: 10px 15px;
        margin-right: 15px;
    }

        .stats > li:after {
            content: "";
            display: table;
            clear: both;
        }

        .stats > li:last-child {
            margin-right: 0;
        }

        .stats > li i {
            font-size: 36px;
            color: white;
            float: left;
            margin: 0;
        }

        .stats > li .details {
            *zoom: 1;
            margin-left: 55px;
        }

            .stats > li .details:after {
                content: "";
                display: table;
                clear: both;
            }

            .stats > li .details span {
                color: white;
                display: block;
                font-size: 12px;
            }

                .stats > li .details span.big {
                    font-size: 16px;
                }

/*don't show icon in ie7 and below*/
html.ie7 .stats > li i {
    display: none;
}

html.ie7 .stats > li .details {
    *zoom: 1;
    margin-left: 0px;
}

/*#endregion*/

/*#region The sub-title of the page (with a little icon on the left)*/
.box .box-title {
    *zoom: 1;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0px;
    margin: 10px 0px 10px 0px;
}

    .box .box-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .box .box-title h3 {
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 3px 0 3px 0;
        line-height: 24px;
        font-weight: 400;
        color: #444;
        font-size: 20px;
    }

        .box .box-title h3 i {
            margin: 0 5px 0 5px;
        }

.box.box-condensed .box-title {
    padding: 2px 0 2px 4px;
}

    .box.box-condensed .box-title h3 {
        font-size: 18px;
    }

    .box.box-condensed .box-title .actions {
        margin-top: 1px;
    }

        .box.box-condensed .box-title .actions .btn > i {
            font-size: 12px;
        }

        .box.box-condensed .box-title .actions .btn {
            padding: 4px 8px;
        }

.box.box-condensed .box-content {
    padding: 10px;
}

.box.box-small .box-title {
    padding: 0 0 0 3px;
}

    .box.box-small .box-title h3 {
        font-size: 16px;
    }

    .box.box-small .box-title .actions {
        margin-top: 3px;
    }

        .box.box-small .box-title .actions .btn > i {
            font-size: 11px;
        }

        .box.box-small .box-title .actions .btn {
            padding: 2px 7px;
        }

.box.box-small .box-content {
    padding: 5px;
}

.box.box-color .box-title {
    background: #2c5d7b;
}

    .box.box-color .box-title h3 {
        color: #fff;
    }

    .box.box-color .box-title .tabs > li.active > a {
        background: #fff;
        color: #2c5d7b;
    }

    .box.box-color .box-title .tabs > li > a {
        color: #fff;
    }

        .box.box-color .box-title .tabs > li > a:hover {
            color: #2c5d7b;
        }

    .box.box-color .box-title .actions > a {
        color: #fff;
    }

        .box.box-color .box-title .actions > a:hover {
            background: #fff;
            color: #2c5d7b;
        }

.box.box-bordered .table {
    margin-bottom: 0;
}

    .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned {
        border-right: 2px solid #ddd;
    }

        .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th {
            border-right: 2px solid #333;
        }

        .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td {
            text-align: center;
        }

    .box.box-bordered .table.table-bordered {
        border-right: 0;
    }

        .box.box-bordered .table.table-bordered th:first-child, .box.box-bordered .table.table-bordered td:first-child {
            border-left: 0;
        }

        .box.box-bordered .table.table-bordered th:last-child, .box.box-bordered .table.table-bordered td:last-child {
            border-right: 0;
        }

.box.box-bordered .form-bordered {
    margin-bottom: 0;
}

.box.box-bordered .slimScrollDiv {
    border-bottom: 2px solid #ddd;
}

.box.box-bordered.box-color .slimScrollDiv {
    border-bottom: 2px solid #2c5d7b;
}

.box.box-bordered.box-color .box-title {
    border-color: #2c5d7b;
}

.box.box-bordered.box-color .box-content {
    border-color: #2c5d7b;
}

.box.box-bordered .box-title {
    border: 2px solid #ddd;
}

.box.box-bordered .box-content {
    border: 2px solid #ddd;
    border-top: 0;
}

.box .box-title .tabs {
    float: right;
    *zoom: 1;
    margin: 5px 10px 0 0;
    padding: 0;
    list-style-type: none;
}

    .box .box-title .tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    .box .box-title .tabs.tabs-left {
        float: left;
    }

    .box .box-title .tabs > li {
        float: left;
        margin-right: 5px;
    }

        .box .box-title .tabs > li:last-child {
            margin-right: 0;
        }

        .box .box-title .tabs > li > a {
            padding: 4px 8px;
        }

            .box .box-title .tabs > li > a:hover {
                text-decoration: none;
                background: #eee;
            }

        .box .box-title .tabs > li.active > a {
            background: #2c5d7b;
            color: #fff;
        }

.box .box-title .actions {
    margin-top: 0px;
    float: right;
    margin-right: 10px;
}

    .box .box-title .actions .btn {
        background: none;
        color: #333;
        padding: 5px 9px;
    }

        .box .box-title .actions .btn:hover {
            background: #2c5d7b;
            color: #fff;
        }

    .box .box-title .actions .content-move {
        cursor: move;
    }

.box .box-content {
    *zoom: 1;
    padding: 20px;
    background: #fff;
}

    .box .box-content:after {
        content: "";
        display: table;
        clear: both;
    }
/*#endregion*/

/*#region Inputs/Forms*/
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.form-horizontal .control-label {
    text-align: left !important;
    float: left;
    padding-top: 5px;
}

.form-group, .form-actions {
}

    .form-group label, .form-label-static {
        text-transform: uppercase;
        margin-bottom: 3px;
    }

.question-group {
    margin: 5px 0 0 0;
    padding: 25px 15px 5px 15px;
    background: #f6f6f6;
}

    .question-group .form-group {
        padding: 0;
    }

    .question-group label {
        text-transform: none;
        font-size: 14px;
    }

.form-group .iradio_square-blue {
    margin-left: 10px;
}

.input-group input {
    margin-left: -3px;
}

.input-group-addon {
    margin: 0 -4px 0 0;
    padding: 5px 10px;
}

.iradio_square-blue {
    margin-top: -3px;
}

p.form-control-static {
    padding: 2px 0 10px 0;
    font-size: 13px !important;
}

.form-actions {
    margin-top: 20px;
}

    .form-actions .btn {
        margin-right: 5px;
    }

.control-label {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: none !important;
}

input, textarea {
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control {
    padding: 2px 8px;
    height: 30px;
}

select.form-control {
    padding-left: 4px;
    border-radius: 0;
    webkit-box-shadow: none;
    box-shadow: none;
}

.form-group ul {
    padding-left: 17px;
}

html.ie7 .form-control {
    height: 24px;
    padding-top: 5px;
}

.btn {
    margin: 0;
    padding: 5px 9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 0;
    border-radius: 0;
    background: #e5e5e5;
}

    .btn:hover {
        background: #d1d1d1;
    }

    .btn.btn-primary {
        background: #2c5e7b;
        color: #fff;
    }

.icheckbox_square-blue {
    margin-top: -3px;
}

.btn-add, .btn-success {
    color: #fff;
    background-color: #2f8b2f;
}

    .btn-add:hover, .btn-success:hover {
        color: #fff;
        background-color: #329832 !important;
    }

    .btn-add .fa {
        margin-right: 7px;
    }

.btn-danger {
    background-color: #e63a3a;
}

    .btn-danger:hover {
        background-color: #f85555;
    }

.btn-primary {
    /*float: right;
    color: #fff;
    background-color: #329832;*/
}

.alert {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.alert-info {
    border-color: #2c5d7b;
    background-color: #e7f2fa;
    color: #2c5d7b;
}

.pdf-alert {
    padding: 8px 0;
    text-align: center;
    background-color: #ffff87;
    font-weight: bold;
}

    .pdf-alert button {
        margin-right: 10px;
    }

/*#endregion*/

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #2c5e7b;
    border-color: #234c63;
}


/*#region Footer (sticky!)*/
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height plus some extra for some air*/
    padding: 0 0 100px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 40px;
    background-color: #eee;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 30px 0 0 0;
}

    #footer table {
        width: 100%;
    }

        #footer table tr td:first-child {
            width: 100%;
        }

    #footer p {
        padding-top: 12px;
    }

    #footer blockquote {
        white-space: nowrap;
        font-size: 9px;
        margin: 0 10px;
        padding: 0 10px;
        border-right: 5px solid #dcdcdc;
    }
/*#endregion*/

/*#region Label Colors */
ul > li.satgreen, .label-satgreen {
    background: #56af45;
}

ul > li.lightred, .label-lightred {
    background: #e63a3a;
}
/*#endregion*/

/*#region Login Page*/
body.login {
    background-color: #2c5d7b;
}

    body.login .wrapper {
        width: 400px;
        height: 500px;
        margin: -200px -200px;
        position: absolute;
        left: 50%;
        top: 50%;
    }

        body.login .wrapper h1 > a {
            color: #fff;
            display: block;
            font-weight: 300;
            font-size: 48px;
            text-align: center;
            padding: 2px 0;
            text-decoration: none;
            margin-left: -30px;
        }

            body.login .wrapper h1 > a img {
                height: auto;
                margin-right: 10px;
                margin-top: -19px;
            }

        body.login .wrapper .login-body {
            margin-top: 20px;
            background: #fff;
        }

            body.login .wrapper .login-body h2 {
                font-weight: 300;
                color: #333;
                font-size: 24px;
                padding: 30px 30px 15px 30px;
                text-transform: uppercase;
            }

            body.login .wrapper .login-body form {
                padding: 0 30px;
            }

            body.login .wrapper .login-body .submit {
                margin-top: 20px;
            }

                body.login .wrapper .login-body .submit .remember {
                    float: left;
                    margin-top: 5px;
                    margin-left: 1px;
                }

                    body.login .wrapper .login-body .submit .remember label {
                        margin-left: 5px;
                    }

            body.login .wrapper .login-body .forget {
                margin-top: 100px;
            }

                body.login .wrapper .login-body .forget a {
                    background: #eee;
                    padding: 10px 0;
                    text-align: center;
                    display: block;
                    text-decoration: none;
                    color: #555;
                }
/*#endregion*/

/*#region Error Page*/
body.error {
    background-color: #2c5d7b;
}

    body.error .wrapper {
        width: 300px;
        height: 230px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -165px -150px;
    }

        body.error .wrapper .code {
            color: #fff;
            font-size: 90px;
            text-align: center;
        }

            body.error .wrapper .code span {
                margin-right: 15px;
            }

        body.error .wrapper .desc {
            color: #fff;
            font-size: 14px;
            margin: 20px 0;
        }
/*#endregion*/

/*#region Table/Grid*/
table {
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: gray;
}

.table tr th {
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
}
.table thead tr {
    background: #eee;
}

.table tr th, .table tr td {
    padding: 10px;
    border-top: 1px dotted #ddd !important;
}

.table .action {
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

    .table .action.delete {
        color: #e63a3a;
    }

.sample-row, .sample-legend {
    background-color: #ffffb7;
}

.sample-row td, .sample-legend td {
    background-color: #ffffb7;
}

.sample-legend {
    padding: 3px 1px;
}

.table-hover > tbody > tr.sample-row:hover > td, .table-hover > tbody > tr.sample-row:hover > th {
    background-color: #fefea0;
}

/*Some special styles for the A La Carte Foods Checklist table*/
.table.alcc {
    margin-bottom: 0;
}

    .table.alcc th {
        font-weight: bold;
        padding: 9px;
        width: 100px;
        text-align: center;
    }

        .table.alcc th:first-child {
            width: auto;
            text-align: left;
        }

    .table.alcc tbody tr td {
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .table.alcc tbody tr td:first-child {
            text-align: left;
        }

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-button, .k-draghandle {
    background-color: #eee;
}

.k-header-filters {
}

    .k-header-filters .k-header {
        padding: 3px 10px 3px 5px !important;
        border-bottom: none !important;
    }

        .k-header-filters .k-header .form-control {
            padding: 0 0 0 3px;
        }

.k-datepicker.k-header, .k-timepicker.k-header, .k-datetimepicker.k-header {
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 0;
}

.k-pager-wrap {
    background-color: #fff;
    color: #333;
    border-top: solid 1px #ddd;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.k-grid-header .k-header {
    font-family: 'Open-Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.k-grid-header .k-header {
    padding: 12px;
}

.k-dropdown-wrap .k-input {
    padding: 0px;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 0;
}

.k-grid, .k-scheduler, .k-menu, .k-editor {
    border-radius: 0;
}

.k-alt, .k-grid tr.k-alt, .k-separator {
	background-color: #f9f9f9;
}

.k-grid tr td {
    padding: 12px;
    border-bottom-style: dotted;
    border-top-style: dotted;
}

.k-widget, .k-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-pager-nav.k-pager-first, .k-pager-wrap .k-pager-nav.k-pager-last, .k-list .k-state-hover, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-selected, .k-dropzone {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color {
    background-color: #2c5d7b;
    border-color: #2c5d7b;
}

.k-upload-files {
    padding-left: 0 !important;
}

.k-file-success .k-progress {
    background-color: #c1e2b3;
}

.k-file-success {
    color: #000;
}

#filters-summary th {
	background-color: #eee;
}


:root * > .k-grid-pager .k-icon {
	margin-top: -2px;
}

    :root * > .k-grid-pager .k-icon.k-i-arrow-s {
        margin-top: -5px !important;
    }

.k-grid-pager .k-i-arrow-s {
    background-position: -16px -32px;
}

.k-grid tr {
	background-color: #fff;
}

.k-grid > table > tbody > tr:hover,
.k-grid-content > table > tbody > tr:hover {
    background: #eee;
}

/*#endregion*/

/*#region Validation (using popovers)*/
.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
}

.popover-title {
    line-height: 12px;
    padding: 5px 7px;
    font-size: 14px;
}

    .popover-title .fa-times-circle {
        color: #e63a3a;
        font-size: 16px;
        margin-right: 5px;
        margin-top: 2px;
    }

.validationMessage, .validationWarning {
    color: #e63a3a;
    margin-left: 5px;
}

.validationElement {
    background-color: #f2dede;
    border-color: #a94442;
}

/*#endregion*/

/*#region Page Slide styles for help system*/
#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 40px;
    height: 100%;
    z-index: 999999;
    width: 275px;
    padding: 20px;
    background-color: #eee;
    color: #222;
    overflow-y: auto;
}

    #pageslide h1 {
        font-size: 18px;
    }

    #pageslide h2 {
        font-size: 15px;
    }

    #pageslide .close {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    #pageslide .sectionHeader {
        cursor: pointer;
        text-indent: -6px;
        margin-bottom: 5px;
    }

        #pageslide .sectionHeader i {
            width: 5px;
        }

    #pageslide .section {
        display: none;
    }

        #pageslide .section .help-body {
            margin-bottom: 10px;
        }


/*this is the help-icon we can put next to controls*/
.body-content a.help {
    font-size: 24px;
    line-height: 30px;
}

/*help icon in table headers*/
table thead tr th a.help {
    line-height: normal !important;
    font-size: 14px !important;
}

.row p {
    font-size: 15px;
}


table.fooditem-enable-mpc {
    margin-left: 25px;
    margin-top: 10px;
}

    table.fooditem-enable-mpc th,
    table.fooditem-enable-mpc td {
        text-align: center;
    }

    table.fooditem-enable-mpc .sample td {
        background-color: #eee;
    }

        table.fooditem-enable-mpc .sample td input {
            background-color: #eee;
        }

            table.fooditem-enable-mpc .sample td input[type="text"] {
                width: 40px;
                margin: auto;
            }

        table.fooditem-enable-mpc .sample td.enabled {
            background-color: #fff;
        }

            table.fooditem-enable-mpc .sample td.enabled input {
                background-color: #fff;
            }

.fooditem-options {
}

    .fooditem-options .btn-draggable {
        display: block;
        margin: 3px;
        text-align: left;
        white-space: normal;
    }

    .fooditem-options .my-panel {
        width: 250px;
        /*min-height: 100px;*/
        border: 1px solid #ccc;
        padding: 0;
        height: 180px;
        overflow: auto;
    }

    .fooditem-options .my-btn {
        width: 40px;
        margin-top: 1px;
    }

    .fooditem-options .my-panel .panel-body {
        padding: 0;
    }

    .fooditem-options .no-options {
        width: auto;
        text-align: center;
        color: darkred;
        margin-top: 77px;
    }

    .fooditem-options .checkbox label {
        text-transform: none;
    }



.food-nav-tabs {
    padding-left: 7px;
    margin-bottom: 10px;
    background-color: #ccc;
}

    .food-nav-tabs li a {
        margin-top: 7px;
    }

        .food-nav-tabs li a:hover {
            color: #fff;
        }

    .food-nav-tabs li.active a {
        color: #000;
        font-weight: bold;
    }
    .btn.my-but-del-selected {
        background-color: #ddd;
        border-radius: 5px;
        padding: 5px 10px; 
    }
    .food-nav-tabs .btn {
        margin-top: 8px;
        margin-right: 8px;
    }

        .food-nav-tabs .btn .fa {
            margin-right: 7px;
        }

    .food-nav-tabs .btn-group {
        margin-right: 5px !important;
    }

        .food-nav-tabs .btn-group.open .btn-add {
            background-color: #329832;
        }

        .food-nav-tabs .btn-group .btn {
            margin-right: 0 !important;
        }

            .food-nav-tabs .btn-group .btn.dropdown-toggle {
                border-left: 1px solid #fff;
            }

                .food-nav-tabs .btn-group .btn.dropdown-toggle .caret {
                    border-top-color: #fff;
                    border-bottom-color: #fff;
                }



.rff-form nav.navbar-default {
}

.rff-form h3 {
    margin-top: 10px;
}

.rff-form .label {
    font-size: .9em;
}

.form-top-navbar {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .form-top-navbar .btn-default {
        border: 1px solid #ddd;
        border-radius: 7px;
    }

        .form-top-navbar .btn-default[disabled] {
            color: #999;
            border-style: dashed;
        }

    .form-top-navbar .btn-active {
        /*background-color: #5bc0de;*/
        background-color: #27a0c4;
        color: #fff;
        border: 1px solid #27a0c4;
    }

    .btn.long-txt,
    .form-top-navbar .btn {
        margin: 5px;
    }

.rff-form .nav-tabs li a:hover {
    color: #fff;
}

.rff-form .nav-tabs li.active a {
    color: #000;
}

.rff-form .nav-pills li a:hover {
    color: #fff;
}


.rff-form .tab-content {
    padding: 5px;
}

.rff-form .form-tabs {
    margin-bottom: 0;
}

    .rff-form .form-tabs .sections-nav-tabs > li > a {
        color: #428bca !important;
    }

    .rff-form .form-tabs .sections-nav-tabs > li.active > a {
        background-color: #2c5d7b !important;
        color: #fff !important;
    }

    .rff-form .form-tabs .sections-nav-tabs > li > a:hover {
        background-color: #eee;
    }

a.help.help-icon-top-right {
    display: inline;
    width: 17px;
    height: 17px;
    margin: -2px 0 0 0;
    padding: 0 2px;
    font-size: 14px;
    line-height: normal;
}

th a.help.help-icon-top-right, thead td .th a.help.help-icon-top-right {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    line-height: normal;
    text-align: right;
}


.rff-form .rff-grid {
    position: relative;
    /*border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;*/
    border-style: none !important;
}

    .rff-form .rff-grid.print-view {
        margin-bottom: 30px;
        border-bottom: 2px solid #2c5d7b !important;
    }

    .rff-form .rff-grid > tfoot > tr > td {
        border-left-style: none;
        border-right-style: none;
        border-bottom-style: none;
        /*border-top: 2px solid #2c5d7b !important;*/
    }

    .rff-form .rff-grid > tfoot > tr:first-child > td {
        border-top: 2px solid #2c5d7b !important;
    }

    .rff-form .rff-grid thead {
        background-color: #fff;
    }

    .rff-form .rff-grid th,
    .rff-form .rff-grid td {
        position: relative;
    }

    .rff-form .rff-grid thead th {
        text-align: center;
        vertical-align: bottom;
        height: auto;
    }
        /*
        .rff-form .rff-grid thead th:first-child {
            border-left: 2px solid #eee;
        }
        */

    .rff-form .rff-grid thead .sec-title {
        background-color: #fff;
        vertical-align: middle;
        white-space: nowrap;
        border-top-style: none !important;
        border-right-style: none !important;
        border-bottom: 5px solid #27a0c4 !important;
        height: 40px !important;
        max-height: 40px !important;
        min-height: 40px !important;
        padding: 0;
        text-align: center;
    }

        .rff-form .rff-grid thead .sec-title .sec-tabs {
            min-width: 400px;
            max-width: 650px;
            margin-top: -15px;
        }

    .rff-form .rff-grid.floating thead .sec-title .sec-tabs {
        margin-top: 0;
    }

        .rff-form .rff-grid.floating thead .sec-title .sec-tabs .nav-tabs > li > a {
            padding-top: 3px;
            padding-bottom: 2px;
        }


    .rff-form .rff-grid thead .sec-title .nav-tabs > li,
    .rff-form .rff-grid thead .sec-title .nav-tabs.nav-justified > li {
    }

        .rff-form .rff-grid thead .sec-title .nav-tabs > li > a {
            color: #aaa;
            margin: 1px 0 0 10px;
            border-bottom-style: none !important;
            border-radius: 10px 10px 0 0;
            white-space: nowrap;
        }

        .rff-form .rff-grid thead .sec-title .nav-tabs > li:last-child > a {
            margin-right: 10px;
        }

        .rff-form .rff-grid thead .sec-title .nav-tabs > li.active > a,
        .rff-form .rff-grid thead .sec-title .nav-tabs.nav-justified > li.active > a {
            color: #fff;
            /*background-color: #5bc0de;*/
            background-color: #27a0c4;
        }

        .rff-form .rff-grid thead .sec-title .nav-tabs > li > a:hover {
            background-color: #eee;
            color: #777;
        }



    /*
    .rff-form .rff-grid thead .border-top,
    .rff-form .rff-grid tfoot .border-top {
        border-top: 1px solid #2c5d7b !important;
    }
    */

    .rff-form .rff-grid thead th.b-order-right {
        border-right: solid 2px #59717f !important;
        border-right: solid 4px #64737c !important;
    }

.border-bottom {
    border-bottom: 2px solid #2c5d7b !important;
}

.rff-form .rff-grid thead .sec-title h3,
.rff-form .rff-grid thead .sec-title h4 {
    margin: 0;
    padding: 0;
}

.rff-form .rff-grid thead th.fooditem-note,
.rff-form .rff-grid thead td.fooditem-note {
    text-align: left;
    vertical-align: top;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd !important;
    height: 80px !important;
    min-height: 80px !important;
}

.rff-form .rff-grid thead th.scope,
.rff-form .rff-grid thead td.scope,
.rff-form .rff-grid tbody td.scope {
    display: none;
}

.rff-form .rff-grid.print-view thead th.scope,
.rff-form .rff-grid.print-view thead td.scope,
.rff-form .rff-grid.print-view tbody td.scope {
    display: table-cell;
}


.rff-form .rff-grid thead th.scope-header,
.rff-form .rff-grid thead td.scope-header {
    min-width: 70px;
}


/*.nrf-grid thead th.border-left,
        .nrf-grid thead td*/
.border-left {
    border-left: 2px solid #bbb !important;
}

/*.rff-form .rff-grid thead .my-but-del-selected.btn-primary,*/
.my-but-del-selected.btn-primary {
    background-color: #e42424;
    border-color: #931414;
}


.rff-form .rff-grid tbody {
}

    .rff-form .rff-grid tbody tr.category-name {
        background-color: #183344;
        background-color: #ccc;
        color: #000;
        font-weight: bold;
    }

    .rff-form .rff-grid tbody .del-chb {
        white-space: nowrap;
        padding-left: 3px;
        padding-right: 3px;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        text-align: center !important;
    }

    .rff-form .rff-grid tbody .category-notice {
        font-weight: normal;
        margin: 0;
        padding: 2px 5px;
        font-size: 1em;
    }

    .rff-form .rff-grid tbody .item-name {
        width: 200px;
    }

    .rff-form .rff-grid tbody .del-chb .fa-copy {
        color: #999;
        cursor: pointer;
        width: 16px;
        height: 16px;
    }

        .rff-form .rff-grid tbody .del-chb .fa-copy:hover {
            color: #428bca;
        }

    .rff-form .rff-grid tbody .del-chb img.duplicating {
        display: none;
        width: 16px;
        height: 16px;
    }

    .rff-form .rff-grid tbody .my-row {
        color: #428bca;
    }

    .rff-form .rff-grid tbody .my-row-disabled {
        color: #000;
    }

        .rff-form .rff-grid tbody .my-row-disabled td.editable {
            cursor: default !important;
        }

    .rff-form .rff-grid tbody .my-row select.form-control,
    .rff-form .rff-grid tbody .my-row .form-control[type='text'] {
        display: inline;
        margin: 0;
    }

    .rff-form .rff-grid tbody .my-row .num {
        text-align: center;
    }

    .rff-form .rff-grid tbody .my-row.sample-row td.non-editable {
        background-color: #dde0be;
    }

    /*.rff-form .rff-grid tbody .my-row td.editable {
    }*/

	.rff-form .rff-grid tbody .my-row .portion-unit,
	.rff-form .rff-grid tbody .my-row .portion-unit2,
	.rff-form .rff-grid tbody .my-row .portion-unit3 {
		border-right: solid 1px #2c5d7b;
	}

		.rff-form .rff-grid tbody .my-row .portion-unit select,
		.rff-form .rff-grid tbody .my-row .portion-unit2 select,
		.rff-form .rff-grid tbody .my-row .portion-unit3 select {
			font-size: 12px;
		}

    .rff-form .rff-grid tbody .descr {
        color: #777;
    }

        .rff-form .rff-grid tbody .descr label.checked {
            color: #226baa;
        }

    .rff-form .rff-grid tbody .my-row td.editable .k-autocomplete {
        padding: 0;
    }

        .rff-form .rff-grid tbody .my-row td.editable .k-autocomplete .k-input {
            padding: 0;
        }

.k-autocomplete {
    padding: 0;
}

    .k-autocomplete .k-input {
        padding: 0;
    }

.descr-preview label.checked {
    color: #226baa;
}

#divPriview .iradio_square-blue,
#divPriview .icheckbox_square-blue {
    margin-left: 0;
}

.validation-error, .descriptions .validation-warning, .rff-grid .validation-warning {
    background: url(data:image/gif;base64,R0lGODlhCQAJAKECAP8AAP+Pj////////yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAJAAkAAAIRhG+BJ7LQHIrS0HpldluEXgAAOw==) no-repeat;
    -moz-background-size: 6px;
    -o-background-size: 6px;
    -webkit-background-size: 6px;
    background-size: 6px;
}

.validation-warning {
    /*background: url(data:image/gif;base64,R0lGODlhCQAJAJECAP//j///AP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMzMjc0MjJCNkE3RTExRTQ4OUQ1REFBMTE4RURBOEJEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMzMjc0MjJDNkE3RTExRTQ4OUQ1REFBMTE4RURBOEJEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzMyNzQyMjk2QTdFMTFFNDg5RDVEQUExMThFREE4QkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzMyNzQyMkE2QTdFMTFFNDg5RDVEQUExMThFREE4QkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAACACwAAAAACQAJAAACEYxvgCey0RyK0tB6ZXZbgF4AADs=) no-repeat;*/
    background: url(data:image/gif;base64,R0lGODlhCQAJAJECAOHhkbKyVv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg3RDgzMkZGNkE5QzExRTRCNjA3OUI1RUNBQkY0QkQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg3RDgzMzAwNkE5QzExRTRCNjA3OUI1RUNBQkY0QkQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODdEODMyRkQ2QTlDMTFFNEI2MDc5QjVFQ0FCRjRCRDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODdEODMyRkU2QTlDMTFFNEI2MDc5QjVFQ0FCRjRCRDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAACACwAAAAACQAJAAACEYxvgCey0RyK0tB6ZXZbgF4AADs=) no-repeat;
    -moz-background-size: 6px;
    -o-background-size: 6px;
    -webkit-background-size: 6px;
    background-size: 6px;
}

.value-changed {
    background: url(data:image/gif;base64,R0lGODlhCQAJAKECAP8AAP+Pj////////yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAJAAkAAAIRhG+BJ7LQHIrS0HpldluEXgAAOw==) no-repeat;
    -moz-background-size: 6px;
    -o-background-size: 6px;
    -webkit-background-size: 6px;
    background-size: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
}

td.value-has-changed {
    border-right: 3px solid #76733d !important;
}

.row-has-errors {
    border-left: 3px solid #e63a3a !important;
}

.rff-form .modal-footer .total-selected {
    font-weight: bold;
    font-size: 1.1em;
}

.errors-summary {
    display: none;
}

    .errors-summary table thead th {
        /*text-align: center;*/
        font-weight: bold;
    }

    .errors-summary table tbody,
    .errors-summary table tbody tr,
    .errors-summary table tbody tr td {
        position: relative;
    }

        .errors-summary table tbody tr > td.category-name {
            background-color: #ccc;
            color: #000;
            text-align: center;
            /*font-weight: bold;
            font-size: 16px;*/
        }

            .errors-summary table tbody tr > td.category-name.all-foods-errors {
                background-color: #e0b6b6;
            }

        .errors-summary table tbody tr.all-foods-errors td {
            background-color: #fce8e8;
        }

        .errors-summary table tbody tr > td.category-name .fa {
            cursor: pointer;
            color: #333;
        }

            .errors-summary table tbody tr > td.category-name .fa:hover {
                color: #000;
            }

        .errors-summary table tbody tr > td.category-name h5 {
            margin: 0;
            font-weight: bold;
        }

            .errors-summary table tbody tr > td.category-name h5 .num-foods {
                /*color: #fff;*/
                font-weight: normal;
            }

        .errors-summary table tbody tr > td.category-name .info-foods {
            margin: 0 20px;
        }

            .errors-summary table tbody tr > td.category-name .info-foods .badge {
                background-color: #fff;
                color: #000;
            }

        .errors-summary table tbody tr > td.food-name {
            font-size: 14px;
        }

        .errors-summary table tbody tr > td .label-default {
            background-color: #ebebeb;
            color: #555;
            font-weight: normal;
        }
        /*.errors-summary tbody tr > td.category-name .badge {
                font-size: 12px;
                font-weight: bold;
            }*/

        .errors-summary table tbody tr > td.text-center {
            /*.errors-summary tbody tr > td:nth-child(2),
    .errors-summary tbody tr > td:nth-child(3) {*/
            text-align: center;
        }

        .errors-summary table tbody .subtitle {
            font-size: smaller;
            /*background-color: #ffffee;*/
            border-left: solid 5px #dcdcdc;
            font-weight: normal;
            padding-left: 3px;
        }

            .errors-summary table tbody .subtitle span {
                color: #aaa;
            }

                .errors-summary table tbody .subtitle span.pad {
                    padding-left: 10px;
                }

#addCombiModal .other-day-header,
#addFromLibModal .other-day-header {
    background-color: #ddd;
}

.text-lightred {
    color: #e63a3a;
}

#error, .error-text {
    color: #e63a3a;
    font-weight: bold;
    margin: 0 20px;
}

.bg-yellow {
    background-color: #ffffaa !important;
}

    .bg-yellow .form-control {
        background-color: #ffffaa !important;
    }

.loading {
    padding: 50px;
    display: none;
    /*background: url(/content/Images/loader.gif) no-repeat center;*/
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
}

#loading-overlay div {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: black;
}

.table-dashboard {
}

    .table-dashboard .form-name {
        vertical-align: middle;
        font-size: 14px;
    }

    .table-dashboard i.fa-file, .table-dashboard i.fa-file-o, .table-dashboard i.fa-file-text, .table-dashboard i.fa-file-text-o {
        font-size: 30px;
        display: block;
    }

    .table-dashboard i.complete, .table-dashboard a.complete {
        color: green;
    }

    .table-dashboard i.past-due, .table-dashboard a.past-due {
        color: red;
    }

    .table-dashboard i.no-food, .table-dashboard a.no-food {
        color: #222;
    }

    .table-dashboard i.no-school, .table-dashboard a.no-school {
        color: #ccc;
    }

    .table-dashboard a:hover {
        text-decoration: none;
    }

    .table-dashboard.legend div {
        white-space: nowrap;
    }

    .table-dashboard.legend:after {
        float: none;
        clear: both;
    }

    .table-dashboard.legend div,
    .table-dashboard.legend div a,
    .table-dashboard.legend div div {
        float: left;
    }

        .table-dashboard.legend div div {
            font-size: 14px;
            margin: 6px 20px 0 5px;
        }

ul.messages {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.messages li {
        background-color: #eeeeee;
        padding: 7px;
        font-size: 12px;
        margin: 0 0 15px 0;
    }

        ul.messages li h5 {
            font-weight: bold;
            margin: 0;
            padding: 3px 0 7px 0px;
            font-size: 14px;
        }

        ul.messages li p {
            font-size: 14px;
        }

        ul.messages li span {
            font-size: 11px;
        }


div.checkbox.disabled label {
    cursor: default;
    color: #bbb;
}

.rff-complete {
}

.rff-complete-checkbox {
}

.rff-complete-alert-done,
.rff-complete-alert-noerrors,
.rff-complete-alert-error {
    display: none;
}

.current-units {
    text-align: left;
}

    .current-units span.label {
        font-size: 12px;
    }

.notstarted {
    color: #e63a3a;
}

.inprogress {
    color: black;
}

.complete, .success {
    color: #56af45;
}

/*************************
    set bg-* classes from bootstrap for TD
**************************/
td.bg-success {
    background-color: #dff0d8;
}

td.bg-danger {
    background-color: #f2dede;
}

.table-striped > tbody > tr:nth-child(odd) > td.bg-success,
.table-striped > tbody > tr:nth-child(odd) > th.bg-success {
    background-color: #d9ead2;
}

.table-striped > tbody > tr:nth-child(odd) > td.bg-danger,
.table-striped > tbody > tr:nth-child(odd) > th.bg-danger {
    background-color: #ecd8d8;
}

.table-hover > tbody > tr:hover > td.bg-success,
.table-hover > tbody > tr:hover > th.bg-success {
    background-color: #d5e6ce;
}

.table-hover > tbody > tr:hover > td.bg-danger,
.table-hover > tbody > tr:hover > th.bg-danger {
    background-color: #e9d4d4;
}


.nrf-form {
}

    /****************************
        Table
    ****************************/
    .nrf-form .nrf-grid {
        position: relative;
    }

        .nrf-form .nrf-grid th,
        .nrf-form .nrf-grid td {
            position: relative;
        }

        /****************************
            Header
        ****************************/
        .nrf-form .nrf-grid thead th,
        .nrf-form .nrf-grid thead td {
            text-align: center;
            vertical-align: bottom;
        }

        .nrf-form .nrf-grid thead .scope-np {
            text-align: center;
            background-color: #e6e6e6;
            font-weight: bold;
            border-color: #ccc;
        }

        /****************************
            Body
        ****************************/
        .nrf-form .nrf-grid tbody tr::before,
        .nrf-form .nrf-grid tbody tr::after {
            display: none;
        }

        .nrf-form .nrf-grid tbody .item-name {
            /*width: 200px;*/
        }

        .nrf-form .nrf-grid tbody .my-row .num {
            min-width: 40px;
            text-align: center;
        }

        .nrf-form .nrf-grid tbody td.non-editable {
            background-color: #eee !important;
            cursor: default;
        }

        .nrf-form .nrf-grid tbody tr.sample-row td.non-editable {
            background-color: #dde0be !important;
        }


		.nrf-form .nrf-grid tbody .my-row .portion-size,
		.nrf-form .nrf-grid tbody .my-row .portion-size2,
		.nrf-form .nrf-grid tbody .my-row .portion-size3 {
			font-size: 12px;
			text-align: center;
		}

		.nrf-form .nrf-grid tbody .my-row .portion-unit,
		.nrf-form .nrf-grid tbody .my-row .portion-unit2,
		.nrf-form .nrf-grid tbody .my-row .portion-unit3 {
			font-size: 12px;
			text-align: left;
		}

        .nrf-form .nrf-grid tbody .my-row .disabled,
        .nrf-form .nrf-grid tbody .my-row .disable {
            background-color: #ddd;
        }

        .nrf-form .nrf-grid tbody tr.my-row-saving input[type='text'] {
            background-color: #ffffaa;
        }

        .nrf-form .nrf-grid tbody td.size-unit {
            white-space: nowrap;
            text-align: right;
        }

            .nrf-form .nrf-grid tbody td.size-unit input[type='text'] {
                text-align: right;
            }

        .nrf-form .nrf-grid tbody tr td.del-chb {
            vertical-align: middle;
        }

        .nrf-form .nrf-grid tbody td.del-chb,
        .nrf-form .nrf-grid tbody td.single-checkbox {
            padding: 6px 8px !important;
        }

        .nrf-form .nrf-grid tbody tr.my-new-row td.del-chb .fa,
        .nrf-form .nrf-grid tbody tr.my-new-row td.del-chb img {
            width: 16px;
            height: 16px;
        }

        .nrf-form .nrf-grid tbody tr.my-row .icheckbox_square-blue {
            margin-top: 0;
        }

        .nrf-form .nrf-grid tbody tr.my-row input.form-control {
            padding-left: 4px;
            padding-right: 4px;
            color: #2d6483;
        }

        .nrf-form .nrf-grid tbody tr.my-row td.num {
            text-align: center;
        }

            .nrf-form .nrf-grid tbody tr.my-row td.num input.form-control {
                padding-left: 1px;
                padding-right: 1px;
                text-align: center;
                min-width: 50px;
                max-width: 100px;
                display: inline-block;
                /*width: 60px;
            display: inline-block;*/
            }

        .nrf-form .nrf-grid tbody td .icheck-item {
            margin-top: 5px !important;
        }

        .nrf-form .nrf-grid tbody tr.my-new-row td {
            background-color: #d0d0d0;
        }

            .nrf-form .nrf-grid tbody tr.my-new-row td:first-child {
                background-color: #fff;
            }

        .nrf-form .nrf-grid tbody tr.my-row td.food-name {
            padding-left: 2px;
            padding-right: 2px;
        }

        .nrf-form .nrf-grid tr.my-new-row td.food-name {
            background-color: #fff;
            padding: 2px;
        }

    /*.nrf-form .nrf-grid tr.my-new-row td.food-name .value {
                display: none;
            }

            .nrf-form .nrf-grid tr.my-new-row td.food-name input[type='text'] {
                display: inline;
            }*/
    .nrf-form .text-center {
        text-align: center;
    }


.validation-progress {
    text-align: center;
    padding: 60px;
    display: none;
}

    .validation-progress .progress {
        background-color: #ccc;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.todays-menu .list-group .list-group-item {
}
    .todays-menu .list-group .list-group-item.last {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .todays-menu .list-group .list-group-item .badge {
        background-color: #2c5e7b;
        color: #fff;
    }

    .todays-menu .list-group .list-group-item.active .badge {
        background-color: #fff;
        color: #2c5e7b;
    }

    .todays-menu .list-group .list-group-item.not-visited {
        cursor: text;
        color: #aaa;
        background-color: #eee;
    }

    .todays-menu .list-group .list-group-item.not-visited-followup {
        background-color: #fff186;
    }

        .todays-menu .list-group .list-group-item.not-visited .badge {
            background-color: #bbb;
        }

        .todays-menu .list-group .list-group-item.not-visited:hover {
            background-color: #eee;
        }

.todays-menu .fa-times-circle {
    cursor: pointer;
}

.foods-paired-ordered-together tr.highlight td,
.todays-menu tr.highlight td {
    background-color: #ffffaa;
}

ul.my-bullet-check {
    list-style: none;
    margin-left: 25px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

    ul.my-bullet-check li:before {
        content: check;
        content: "►";
        display: block;
        float: left;
        width: 1.2em;
    }

.ui-widget-header {
    background: none;
    background-color: #2c5d7b;
    color: #fff;
}

.my-btn-instructions {
    background-color: #f5f5f5;
}

    .my-btn-instructions:hover {
        background-color: #fff;
    }

    .my-btn-instructions .fa {
        margin-right: 5px;
    }


.nrf-form .nav-tabs li.active a {
    color: #000;
}

/*.nrf-form .nav-pills li a:hover {
    color: #fff;
}*/


.tbl-tabs {
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 30%;
    vertical-align: bottom !important;
}

    .tbl-tabs .cell-tabs {
        border-bottom: 4px solid #2c5d7b;
        padding-bottom: 0;
    }

        .tbl-tabs .cell-tabs .date-tabs {
            margin-bottom: 0;
            /*width: 100%;*/
        }

            .tbl-tabs .cell-tabs .date-tabs li {
                /*float: none;*/
                /*display: table-cell !important;*/
            }

                .tbl-tabs .cell-tabs .date-tabs li .txt-short {
                    display: none;
                }

                .tbl-tabs .cell-tabs .date-tabs li .txt-long {
                    display: inline;
                }

@media only screen and (max-width: 1450px) {
    .tbl-tabs .cell-tabs .date-tabs li .txt-short {
        display: inline;
    }

    .tbl-tabs .cell-tabs .date-tabs li .txt-long {
        display: none;
    }
}

.tbl-tabs .cell-info {
    background-color: #2c5d7b;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
}

.nrf-form .cell-info {
    background-color: #2c5d7b;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
}

    .nrf-form .cell-info h4 {
        margin: 0;
    }

.tbl-tabs .cell-info .badge {
    background-color: #000;
    color: #fff;
}

/*.nrf-form .tbl-tabs .cell-info .day {
            display: none;
        }*/

.nrf-form .icheck-item,
.tbl-tabs .cell-info .icheck-item {
    background-color: #fff;
}

    .nrf-form .icheck-item.disabled,
    .tbl-tabs .cell-info .icheck-item.disabled {
        background-color: #aaa;
    }

    .tbl-tabs .cell-info .icheck-item.checked {
        border: 1px solid #fff;
    }


.cell-tabs .date-tabs > li > a {
    padding: 7px 10px 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    white-space: nowrap;
}

.cell-tabs .date-tabs > li.active > a {
    background-color: #27a0c4 !important;
    color: #fff !important;
}

.cell-tabs .date-tabs > li > a:hover {
    background-color: #eee;
}

.instructions-top, .sample-row-toggle {
	font-size: 15px;
	margin: 0 0px 7px 15px;
	position: relative;
	white-space: nowrap;
	background-color: #27a0c4;
	color: #fff;
}

	.instructions-top:focus, .sample-row-toggle:focus,
	.instructions-top:active, .sample-row-toggle:active {
		border: none;
		outline: none;
		color: #fff;
	}

	.instructions-top:hover, .sample-row-toggle:hover {
		background-color: #69BED6;
		color: #fff;
	}

.help-top {
    display: block;
}

    .help-top .close {
        margin: -15px -10px 5px 5px;
    }

.script a:hover {
    text-decoration: none;
}

.script a.floated {
    float: left;
}

.script a i {
    color: #555;
    margin-right: 3px;
    font-size: 38px;
}

.script a span {
    color: #555;
    font-size: 15px;
}

    .script a span em {
        font-size: 13px;
        display: block;
        margin-top: -2px;
    }

.table td,
.table th 
{
    position: relative;
}

.my-grid {
}

    .my-grid thead tr td {
        border-top-style: none !important;
    }

    .my-grid .center {
        text-align: center;
    }

.my-grid-pagination {
}

    .my-grid-pagination .pagination {
        margin: 1px 25px 1px 0;
    }

        .my-grid-pagination .pagination li.pg-num a {
            border-color: #fff;
        }

            .my-grid-pagination .pagination li.pg-num a:hover {
                border-color: #ddd;
            }

        .my-grid-pagination .pagination li a {
            border-radius: 20px;
            margin: 0 1px 0 0;
        }

            .my-grid-pagination .pagination li a .fa {
                margin: 0;
            }

    .my-grid-pagination select {
        width: auto;
    }

.my-grid .icon-email {
    margin-right: 5px;
}


.k-tool-icon.k-OpenTemplate {
    background-image: url(/content/images/18x18/OpenTemplate.png);
    background-position: center;
    background-repeat: no-repeat;
}

.k-tool-icon.k-Save {
    background-image: url(/content/images/18x18/Save.png);
    background-position: center;
    background-repeat: no-repeat;
}

.k-tool-icon.k-SaveAs {
    background-image: url(/content/images/18x18/Save_As.png);
    background-position: center;
    background-repeat: no-repeat;
}

.k-tool-icon.k-InsertPlaceholder {
    background-image: url(/content/images/18x18/InsertPlaceholder.png);
    background-position: center;
    background-repeat: no-repeat;
}

.compose-email .nav li.active:hover a {
    background-color: #fff;
}

.compose-email .nav li:hover a {
    background-color: #f0f0f0;
}

.compose-email .recipients-panel .recipients {
    padding: 5px;
    /*background-color: #f5f5f5;*/
    height: 100px;
    width: auto;
    border: 1px solid #ccc;
    overflow: auto;
}

.compose-email .green {
    color: green;
}

.compose-email .red {
    color: red;
}



.filterable-grid {
}

    .filterable-grid .k-grid {
        border-style: none;
    }

        .filterable-grid .k-grid thead .filters {
            background-color: #fbfbfb;
        }

            .filterable-grid .k-grid thead .filters th {
                vertical-align: bottom;
                padding-bottom: 8px;
                padding: 0 1px 8px 1px;
                border-bottom: 1px solid #c5c5c5;
                text-align: center;
            }

            .filterable-grid .k-grid thead .filters .filter {
                width: auto;
                padding: 0;
                font-size: 13px;
            }

            .filterable-grid .k-grid thead .filters .filter-text {
                width: 200px;
            }

            .filterable-grid .k-grid thead .filters .filter-states {
                width: 57px;
            }

            .filterable-grid .k-grid thead .filters .filter-lastlogin,
            .filterable-grid .k-grid thead .filters .filter-role {
                width: 95px;
            }

            .filterable-grid .k-grid thead .filters .filter-active,
            .filterable-grid .k-grid thead .filters .filter-readonly,
            .filterable-grid .k-grid thead .filters .filter-reporting {
                width: 57px;
            }

            .filterable-grid .k-grid thead .filters .filter-emailevent {
                width: 120px;
            }

            .filterable-grid .k-grid thead .filters .filter-period {
                /*width: 170px;*/
            }

            /*.filterable-grid .k-grid thead .filters .filter-status {
                width: 100px;
            }*/

            .filterable-grid .k-grid thead .filters .filter-region {
                width: 55px;
            }

            .filterable-grid .k-grid thead .filters .group-tbl {
                width: auto;
            }

                .filterable-grid .k-grid thead .filters .group-tbl td {
                    border-style: none;
                    padding: 0;
                }

            .filterable-grid .k-grid thead .filters .filter-msgclosed {
                width: 75px;
            }

            .filterable-grid .k-grid thead .filters .group-msgtype {
                /*margin: 10px 20px 0 30px;*/
                /*padding: 0 20px 0 20px;*/
            }

                .filterable-grid .k-grid thead .filters .group-msgtype .title {
                    color: #aaa;
                    width: auto;
                    text-align: center;
                    font-weight: bold;
                }

                .filterable-grid .k-grid thead .filters .group-msgtype label {
                    margin: 2px 5px 0 5px;
                    padding-left: 5px;
                }

                    .filterable-grid .k-grid thead .filters .group-msgtype label input {
                        margin-left: 0;
                        margin-right: 2px;
                    }

            .filterable-grid .k-grid thead .filters .group-providers {
                /*padding: 0 20px 0 20px;*/
            }

                .filterable-grid .k-grid thead .filters .group-providers .title {
                    color: #aaa;
                    width: auto;
                    text-align: center;
                    font-weight: bold;
                }

            .filterable-grid .k-grid thead .filters .filter-providers {
                width: 400px;
            }

        .filterable-grid .k-grid thead tr:nth-child(2n) th:first-of-type,
        .filterable-grid .k-grid tbody td:first-of-type {
            border-left: 1px solid #c5c5c5;
        }

        .filterable-grid .k-grid thead tr:nth-child(2n) th:last-of-type,
        .filterable-grid .k-grid tbody td:last-of-type {
            border-right: 1px solid #c5c5c5;
        }

    .filterable-grid .k-grid-pager {
        border: 1px solid #c5c5c5;
    }
/*.filterable-grid .k-grid .k-grid-header .k-header{
        white-space: normal;
    }*/

.val-school {
    margin-right: 20px;
    white-space: nowrap;
}

.pan-form-complete {
}

    .pan-form-complete label {
        background-color: #2C5D7B;
        color: #fff;
        border: 1px solid #fff;
        /*border-radius: 7px;*/
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        /*text-transform: uppercase;*/
        font-weight: bold;
    }

        .pan-form-complete label .icheckbox {
            background-color: #fff;
        }



.confirm-complete-set .modal-body,
.confirm-complete-reset .modal-body {
    padding-top: 0; padding-bottom: 0;
}
    .confirm-complete-set .modal-body #ValidationWarnings {
        max-height: 200px;
		margin-bottom: 8px;
		border-bottom: 1px solid #eee; 
        overflow: auto;
	}
		.confirm-complete-set .modal-body #ValidationWarnings h5 {
			padding-top: 8px;
			border-top: 1px solid #eee;
		}
.fsm-form {
    max-width: 1200px;
    width: 1200px;
}
	.fsm-form .questions { display: none; }
	.fsm-form .validationMessage { margin-left: 0; }
	button[data-action="togglePeriod"] {
		position: relative;
		width: 30px; height: 30px;
		padding-right: 0; padding-left: 0;
		margin-right: 30px;
	}
		button[data-action="togglePeriod"]:after {
			content: "PM";
			position: absolute; top: 0; right: -30px;
			width: 30px; height: 30px;
			line-height: 30px;
			background: #eee;
			color: #333;
		}
		button[data-action="togglePeriod"].pm {
			margin-right: 0; margin-left: 30px;
		}
			button[data-action="togglePeriod"].pm:after {
				content: "AM";
				right: auto; left: -30px;
			}
    .fsm-form a.list-group-item.highlight strong:before {
        content: "!";
        position: relative; bottom: -3px;
        margin-right: 5px;
        color: #ffbf00;
        font-size: 20px; line-height: 0;
        font-weight: bolder;
    }
    .fsm-form .form-group {
        position: relative;
		float: left;
		width: 100%;
        margin-bottom: 25px;
    }
		.fsm-form .form-group .loadingIconContainer .loadingIcon,
		.fsm-form .form-group div.rbl .loadingIcon,
		.fsm-form .form-group .input-time .loadingIcon {
			top: -5px; right: -5px; bottom: -5px; left: -5px;
		}
		.fsm-form .form-group .input-time {
			position: relative;
		}
		.fsm-form .form-group > .input-time {
			margin-left: 25px;
		}
        .fsm-form .form-group.highlight:before,
		.fsm-form .form-group table td.highlight:before {
            content: "";
            position: absolute; top: -8px; right: -10px; bottom: -20px; left: -10px; z-index: 0;
            border: 3px solid #ffbf00;
        }
			.fsm-form .form-group table td.highlight:before {
				top: 0; right: 0; bottom: 0; left: 0;
				border-right: none; border-left: none;
			}
				.fsm-form .form-group table td:first-child.highlight:before {
					border-left: 3px solid #ffbf00;
				}
				.fsm-form .form-group table td:last-child.highlight:before {
					border-right: 3px solid #ffbf00;
				}
        .fsm-form .form-group label {
            text-transform: none;
        }
            .fsm-form .form-group label.qst {
                width: 100%;
                margin: 0 0 10px 0;
                font-weight: bold;
            }
                .fsm-form .form-group label.qst em {
                    font-weight: normal;
                }
        .fsm-form span.mark-all {
            display: block;
            margin: 0 0 5px 25px;
            text-transform: uppercase;
            font-weight: bold;
            color: #555;
        }

		.fsm-form .form-group div.rbl {
			position: relative;
			float: left;
			margin-left: 25px;
		}
			.fsm-form .form-group div.rbl .radio {
				margin: 10px 0 0 0;
				font-size: 0;
			}
				.fsm-form .form-group div.rbl .radio:first-child {
					margin-top: 0;
				}
				.fsm-form .form-group div.rbl .radio .iradio_square-blue,
				.fsm-form .form-group div.rbl .radio label {
					vertical-align: middle;
				}
					.fsm-form .form-group div.rbl .radio .iradio_square-blue {
						position: relative;
						margin: 0 5px 0 0;
					}
					.fsm-form .form-group div.rbl .radio label {
						margin: 0;
						padding: 0;
						font-size: 13px;
					}

        .fsm-form .form-group table {
            width: auto;
            margin: 0 0 0 25px;
        }
			.fsm-form .form-group table.optionalInteger {
				margin-left: 20px;
			}
            .fsm-form .form-group table td {
				position: relative;
                vertical-align: middle;
                padding: 5px;
            }
				.fsm-form .form-group table#LunchPeriods td {
					line-height: 30px;
				}
				.fsm-form .form-group table td input[data-type="integer"] {
					margin: 0;
				}
				.fsm-form .form-group table td.specify {
					position: relative;
				}
				.fsm-form .form-group table td input.specify {
					position: relative;
					width: 300px;
					margin: 0;
				}
                .fsm-form .form-group table.rbl td {
                    padding: 8px;
                }
                    .fsm-form .form-group table.rbl td:first-child {
                        padding-right: 0;
                    }
                    .fsm-form .form-group table.rbl td .loadingIconContainer {
                        margin-top: 8px;
                    }

				.fsm-form .form-group table.cbl td .loadingIcon {
					right: -5px; left: -5px;
				}
                .fsm-form .form-group table.cbl td:first-child {
                    padding-right: 0; padding-left: 0;
                } 
                .fsm-form .form-group table.cbl td.specify {
					float: left;
					margin-left: 5px;
                    padding-left: 0; padding-right: 0;
                }
                .fsm-form .form-group table td .iradio_square-blue {
                    margin: 0;
                }
		.fsm-form .form-group > .loadingIconContainer {
            margin-left: 25px;
		}
        .fsm-form .form-group input[data-type="integer"] {
            display: inline-block;
            width: 40px;
        }


    .fsm-form .width-60 {
        width: 60px;
    }

    .fsm-form .width-70 {
        width: 70px;
    }

    .fsm-form .width-80 {
        width: 80px;
    }

    .fsm-form .width-90 {
        width: 90px;
    }

    .fsm-form .width-100 {
        width: 100px;
    }

    .fsm-form .fsm-table thead tr {
        background: none;
    }

    .fsm-form .fsm-table th,
    .fsm-form .fsm-table td {
        text-align: center;
    }

    .fsm-form .fsm-table > tbody > tr > td:nth-child(2) {
        text-align: left;
    }

    .fsm-form .fsm-table > thead > tr > th {
        background-color: transparent;
        border-style: none !important;
    }

    .fsm-form .fsm-table > thead > tr:last-child > th {
        border: 1px solid #aaa !important;
        font-size: smaller;
    }

    .fsm-form .fsm-table-combo > thead > tr:last-child > th:nth-child(1),
    .fsm-form .fsm-table-2 > thead > tr:last-child > th:nth-child(1),
    .fsm-form .fsm-table-3 > thead > tr:last-child > th:nth-child(1),
    .fsm-form .fsm-table-5 > thead > tr:last-child > th:nth-child(1) {
        border-style: none !important;
    }

    .fsm-form .fsm-table > tbody > tr:first-child {
        border-top: 1px solid #aaa !important;
    }

    .fsm-form .fsm-table > tbody > tr > td:first-child,
    .fsm-form .fsm-table-combo > tbody > tr > td:nth-last-child(3),
    .fsm-form .fsm-table-2 > tbody > tr > td:nth-last-child(2),
    .fsm-form .fsm-table-3 > tbody > tr > td:nth-last-child(3),
    .fsm-form .fsm-table-5 > tbody > tr > td:nth-last-child(5) {
        border-left: 1px solid #aaa !important;
    }

    .fsm-form .fsm-table > tbody > tr > td:nth-last-child(1) {
        border-right: 1px solid #aaa !important;
    }

    .fsm-form .fsm-table > tbody /*> tr:last-child*/ {
        border-bottom: 1px solid #aaa !important;
    }

    .fsm-form .fsm-table-alone > tbody > tr:last-child > td:nth-child(1),
    .fsm-form .fsm-table-alone > tbody > tr:last-child > td:nth-child(2) {
        border-bottom: 1px solid #aaa !important;
    }

    /*
    .fsm-form .fsm-table-5 > thead > tr:last-child > th:nth-last-child(2) {
        width: 210px;
        border-left-style: none !important;
        border-right-style: none !important;
    }

        .fsm-form .fsm-table-5 > thead > tr:last-child > th:nth-last-child(2) table {
            width: 100%;
        }

            .fsm-form .fsm-table-5 > thead > tr:last-child > th:nth-last-child(2) table td {
                padding: 0;
            }
    */

    .fsm-form .fsm-table .fa-2 {
        font-size: 2em;
    }

    .fsm-form .list-group .list-group-item.not-visited {
        cursor: text;
        color: #aaa;
        background-color: #eee;
    }

        .fsm-form .list-group .list-group-item.not-visited .badge {
            background-color: #bbb;
        }

        .fsm-form .list-group .list-group-item.not-visited:hover {
            background-color: #eee;
        }

.fa-star, .fa-star-o {
    cursor: pointer;
}

.fa-star {
    color: #ebc804;
}

.fa-star-o {
    color: #bbb;
}

    .fa-star-o:hover {
        color: #888;
    }

.fa-usd {
    color: #bbb;
    cursor: pointer;
}

    .fa-usd:hover {
        color: #888;
    }

    .fa-usd.selected {
        color: #16cf16;
    }

.input-time {
    width: 95px;
}

    /*.input-time:after {
        clear: both;
    }*/

    .input-time .fa {
        margin-top: 8px;
        cursor: pointer;
    }

    .input-time .form-control {
        color: #2c5e7b;
        font-weight: bold;
    }

.header-emphasized thead tr th {
    text-align: center;
    font-weight: bold;
}

/* These are styles for the progress-chevrons that appear in the school progress summary in the admin section */
.progress-chevrons {
    text-align: center;
}

    .progress-chevrons ul {
        list-style: none;
        display: inline-table;
        margin: 0;
        padding: 0;
    }

        .progress-chevrons ul li {
            display: inline;
            cursor: help;
        }

            .progress-chevrons ul li span {
                display: block;
                float: left;
                height: 30px;
                background: #ddd;
                text-align: center;
                padding: 2px 10px 0 30px;
                position: relative;
                margin: 0 5px 0 0;
                font-size: 20px;
                text-decoration: none;
                color: #fff;
            }

                .progress-chevrons ul li span:after {
                    content: "";
                    border-top: 15px solid transparent;
                    border-bottom: 15px solid transparent;
                    border-left: 15px solid #ddd;
                    position: absolute;
                    right: -15px;
                    top: 0;
                    z-index: 1;
                }

                .progress-chevrons ul li span:before {
                    content: "";
                    border-top: 15px solid transparent;
                    border-bottom: 15px solid transparent;
                    border-left: 15px solid #fff;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

            .progress-chevrons ul li:first-child span {
                border-top-left-radius: 2px;
                border-bottom-left-radius: 2px;
            }

                .progress-chevrons ul li:first-child span:before {
                    display: none;
                }

            .progress-chevrons ul li:last-child span {
                padding-right: 15px;
                border-top-right-radius: 2px;
                border-bottom-right-radius: 2px;
            }

                .progress-chevrons ul li:last-child span:after {
                    display: none;
                }


            .progress-chevrons ul li span.current {
                background: #27a0c4;
            }

                .progress-chevrons ul li span.current:after {
                    border-left-color: #27a0c4;
                }

            .progress-chevrons ul li span.complete {
                background: #008000;
            }

                .progress-chevrons ul li span.complete:after {
                    border-left-color: #008000;
                }

            .progress-chevrons ul li span.late {
                background: #eb1f28;
            }

                .progress-chevrons ul li span.late:after {
                    border-left-color: #eb1f28;
                }

    /*smaller version for use in grids*/
    .progress-chevrons.grid {
        width: 165px;
    }

        .progress-chevrons.grid ul li span {
            height: 18px;
            padding: 2px 10px 0 10px;
            margin: 0 5px 0 0;
        }

        .progress-chevrons.grid ul li:last-child span {
            padding-right: 15px;
        }

        .progress-chevrons.grid ul li span:after {
            right: -10px;
        }

        .progress-chevrons.grid ul li span:after, .progress-chevrons.grid ul li span:before {
            border-width: 10px;
        }

/*END progress chevrons*/

.table.activity-summary thead tr th {
    text-align: center;
}

.table.activity-summary tr td {
    text-align: center;
    vertical-align: middle;
}

    .table.activity-summary tr td div {
        float: left;
        width: 33%;
        text-align: center;
        font-weight: bold;
    }

    .table.activity-summary tr td span {
        font-weight: normal;
    }

.nav-tabs.activity-summary li a {
    font-weight: bold;
    color: #000;
    background-color: #ebebeb;
}

.nav-tabs.activity-summary li.active a {
    color: #fff;
    background-color: #2c5d7b;
}

.nav-tabs.activity-summary li:hover a {
    color: #fff;
    background-color: #2c5d7b;
}

.tab-content.activity-summary {
    padding: 10px 20px 20px 20px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.inline-radio-group {
    display: inline-block;
    margin: -1px 5px 3px 0;
    padding: 5px 0 0 5px;
    border: 1px dotted #ccc;
    border-radius: 10px;
    white-space: nowrap;
}

.intro-radio {
    font-weight: bold;
    margin: 5px 0;
    15px;
    width: 100px;
    border-radius: 20px;
    padding: 10px;
    border: 1px dotted #ccc;
    background-color: #fff;
    cursor: pointer;
}

    .intro-radio:hover {
        /*background-color: #dde0be;*/
        border: 1px solid #2c5e7b;
    }
    div#btnContainer.col-xs-6{
        text-align: center;
        margin-bottom: 20px;
    }
    label#noBtnLabel.intro-radio{
        margin-right: 20px;
    }
blockquote.blockquote-reverse{
    margin-right: 50px;
    text-align: center;
}
label.emphasis {
    font-weight: bold;
}


/*speech bubbles for comments*/
#issue-comments {
    max-height: 500px;
    overflow-y: auto;
}

.comment-bubble i {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #aaa;
    cursor: pointer;
}

    .comment-bubble i:hover {
        color: #b94a48;
    }

.comment-bubble {
    position: relative;
    width: 460px;
    padding: 15px;
    background: #eee;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    font-size: 16px;
    margin-left: 15px;
}

    .comment-bubble:nth-child(even) {
        margin-left: 110px;
    }


    .comment-bubble:after {
        content: "";
        position: absolute;
        top: 10px;
        left: -12px;
        border-style: solid;
        border-width: 12px 12px 12px 0;
        border-color: transparent #eee;
        display: block;
        width: 0;
        z-index: 1;
    }

    .comment-bubble:nth-child(even):after {
        top: auto;
        bottom: 10px;
        left: auto;
        right: -12px !important;
        border-width: 12px 0 12px 12px;
    }

    .comment-bubble p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 12px;
    }

.training .comment-bubble {
    width: 82%;
}

    .training .comment-bubble:nth-child(even) {
        margin-left: 17%;
    }

.training .comment-question {
    font-weight: bold;
    margin-left: 0;
    padding-right: 60px;
    width: 100%;
    margin-top: 50px;
}

    .training .comment-question:nth-child(even) {
        margin-left: 0px;
    }

    .training .comment-question:after {
        display: none;
    }

.comment-bubble i.fa-check {
    position: absolute;
    top: 100%;
    margin-top: -35px;
    right: 8px;
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
}

    .comment-bubble i.fa-check:hover, .comment-bubble i.fa-check.resolved {
        color: #027202;
    }

.warn-required {
    text-decoration: underline;
    cursor: pointer;
    color: #d9534f;
}



.platewaste .section-title {
    font-size: 24px;
    padding: 10px 15px;
}

.platewaste h3 {
    text-decoration: overline;
    color: #2c5d7b;
    text-transform: uppercase;
}

.videoWrapper {
}

    .videoWrapper video {
        width: 100%;
        height: auto;
    }

.upload {
}

    .upload .nav-tabs li a {
        /*font-weight: bold;*/
        color: #000;
        background-color: #ebebeb;
        border-bottom: 1px solid #ddd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .upload .nav-tabs li a.bold {
            font-weight: bold;
        }

    .upload .nav-tabs li.active a {
        color: #fff;
        background-color: #2c5d7b !important;
    }

    .upload .nav-tabs li:hover a {
        color: #fff;
        background-color: #27a0c4;
    }

    .upload table td {
        position: relative;
    }

    /*.upload tr td.bg-err,*/
    /*.upload tr td.has-error,*/
    .upload tr td.validation-error,
    .upload .bg-err td {
        background-color: #ffeeee !important;
        /*background-color: #ffdbdb !important;*/
    }

    .upload tr td.has-row-errors {
        background-color: #e63a3a !important;
        color: red;
        font-weight: bold;
    }

    .upload th.bg-green {
        background-color: #c2e0bd;
    }

    .upload td.field-db,
    .upload td.bg-green {
        background-color: #d7ffcf;
    }

    .upload .grid-fields td:nth-child(2),
    .upload .grid-fields td:nth-child(3) {
        text-align: center;
    }

    .upload .bg-danger {
        background-color: #f2dede;
    }

    .upload .text-danger {
        color: red;
    }

    .upload .popover {
        width: 400px;
    }

    .upload .row-has-errors {
        border-left: 5px solid #e63a3a !important;
    }

/*.upload .tab-content  {
    padding: 10px 20px 20px 20px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}*/



.pdf-modal .modal-body {
    max-height: 400px;
    overflow: auto;
}

.text-center {
    text-align: center;
}

.my-navbar .dropdown .dropdown-menu > li {
    white-space: nowrap;
    text-decoration: none;
}

/*.my-navbar .dropdown .dropdown-menu > li > a,*/
.dropdown-submenu > a {
    background-color: transparent !important;
    color: #333 !important;
}

/*.my-navbar .dropdown .dropdown-menu > li > a:hover,*/
.dropdown-submenu > a:hover {
    background-color: #183344 !important;
    color: #fff !important;
}

/*.my-navbar .dropdown .dropdown-menu > li > a,*/
.dropdown-submenu.open > a {
    background-color: #2c5d7b !important;
    color: #fff !important;
}

.my-navbar .dropdown .dropdown-menu,
.dropdown-submenu .dropdown-menu {
    border-top: 2px solid #183344 !important;
}

.my-navbar ul > li.nav-link > .dropdown {
    margin-top: 4px;
}

.my-navbar a.logoff {
    padding: 11px 15px 5px 15px !important;
    margin-top: 6px;
}

.my-navbar a.logoff, .my-navbar a.help {
    padding: 8px 7px 2px 15px !important;
}

.report {
}

    .report .bold {
        font-weight: bold;
    }

    .report .grid {
        margin-top: 10px;
    }

        .report .grid thead tr th.week-date,
        .report .w-eek-date {
            color: #000 !important;
            text-align: left !important;
            background-color: #ddd !important;
        }

            .report .grid thead tr th.week-date select.target-week {
                display: inline-block;
                font-weight: bold;
                font-size: 18px;
                width: auto;
            }

    /*.report .grid thead tr th.week-date .k-widget,*/
    .report .week-date .k-widget {
        display: block;
        font-weight: bold;
        font-size: 1em !important;
        /*width: auto;*/
    }

    /*.report .grid thead tr th.week-date .k-multiselect .k-button,*/
    .report .week-date .k-multiselect .k-button {
        color: #000;
        border-color: #ccc;
        background-color: #eee;
        /*color: #fff;
            border-color: #357ebd;
            background-color: #428bca;*/
    }

    .report .target-week {
        max-width: 14in;
    }

        .report .target-week .grid thead tr th {
            background-color: #2c5d7b;
            color: #fff;
            font-size: 12px;
            min-width: 50px;
            width: 50px;
            text-align: center;
            white-space: nowrap;
        }

            .report .target-week .grid thead tr th h5 {
                margin: 0;
            }

        .report .target-week .grid .no-padding {
            padding-left: 3px;
            padding-right: 3px;
        }

        .report .target-week .grid thead tr th:first-child {
            width: 100%;
            white-space: normal;
            text-align: left;
        }

        .report .target-week .grid tbody tr td {
            text-align: center;
            white-space: nowrap;
        }

            .report .target-week .grid tbody tr td:first-child {
                white-space: normal;
                text-align: left;
            }

        .report .target-week .grid .label {
            margin-right: 3px;
        }

        .report .target-week .grid td.comment {
            font-size: smaller;
            text-align: left;
            white-space: normal;
        }
        /* 
            Used input TargetWeekHardcopy report stop in-line edit row
        */
        .report .target-week .grid tbody tr td .click-to-edit {
            color: #27a0c4;
            cursor: pointer;
        }

            .report .target-week .grid tbody tr td .click-to-edit:hover {
                color: #336699;
            }

        .report .target-week td.NA {
            background-color: #ccc;
        }

        .report .target-week td.days {
            border-left: 1px solid #aaa;
            border-right: 1px solid #aaa;
        }

            .report .target-week td.days > label {
                margin-left: 15px;
                display: inline-block;
                /*border-radius: 20px;*/
                /*border:1px solid #ddd;*/
                /*background-color: #ccc;*/
                /*padding-right:5px;*/
            }

        .report .target-week thead th.rotate {
            min-width: 31px !important;
            width: 31px !important;
            max-width: 31px !important;
            height: 66px;
            text-align: left;
            vertical-align: bottom;
            font-size: 12px !important;
            padding: 5px 0 8px 0 !important;
        }

        .report .target-week thead th div.rotate {
            display: block;
            width: 55px;
            height: 31px;
            text-align: left;
            position: relative;
            top: 31px;
            left: 8px;
            line-height: 1.15;
            transform-origin: top left;
            transform: rotate(-90deg);
            -ms-transform-origin: top left;
            -ms-transform: rotate(-90deg);
            -webkit-transform-origin: top left;
            -webkit-transform: rotate(-90deg);
        }

        .report .target-week td.narrow-boolean {
            padding-left: 1px;
            padding-right: 1px;
        }

            .report .target-week td.narrow-boolean .label {
                margin: 0;
            }



    /*.report .target-week .grid tbody tr.editing{
        }
        .report .target-week .grid tbody tr.editing td.editable{
        }
        .report .target-week .grid tbody tr.editing td.editable .view{
            display: block;
        }
        .report .target-week .grid tbody tr.editing td.editable .edit{
            display: none;
        }*/



    .report .pre-target-week {
        max-width: 8.5in;
    }

        .report .pre-target-week .grid thead tr th {
            background-color: #2c5d7b;
            color: #fff;
            font-size: 12px;
            min-width: 70px;
            width: 70px;
            text-align: center;
            white-space: nowrap;
        }
            /*.report .pre-target-week-grid .no-padding{
    padding-left: 3px;
    padding-right: 3px;
}*/

            .report .pre-target-week .grid thead tr th:first-child {
                width: 100%;
                white-space: normal;
                text-align: left;
            }

        .report .pre-target-week .grid tbody tr td {
            text-align: center;
            white-space: nowrap;
        }

            .report .pre-target-week .grid tbody tr td:first-child {
                white-space: normal;
                text-align: left;
            }


    .report .recipe-submissions {
        max-width: 8.5in;
    }

        .report .recipe-submissions .grid thead tr th {
            background-color: #2c5d7b;
            color: #fff;
            font-size: 12px;
            min-width: 70px;
            width: 70px;
            text-align: center;
            white-space: nowrap;
        }

            .report .recipe-submissions .grid thead tr th:first-child {
                width: 100%;
                white-space: normal;
                text-align: left;
            }

        .report .recipe-submissions .grid tbody tr td {
            text-align: center;
            white-space: nowrap;
        }

            .report .recipe-submissions .grid tbody tr td:first-child {
                white-space: normal;
                text-align: left;
            }




.dashboardContainer {
    float: left;
    width: 1200px;
}

.dashboardHeader {
    float: left;
    margin: 10px 0 20px 0;
}
    .dashboardHeader h3, .dashboardHeader h4 {
        float: left;
        margin: 0;
    }
        .dashboardHeader h3 i {
            position: relative; top: -1px;
        }
    .dashboardHeader h4 {
        padding: 4px 0;
        margin-left: 20px;
    }



#dashboard {
    clear: both;
}
    #dashboard ul {
        position:relative; z-index: 1;
        width: 300px;
        margin: 0 -2px 0 2px;
        float: left;

        border-right: 2px solid #ccc;

        list-style: none;
        padding: 0;
    }
        #dashboard ul li {
            display: block;
            width: 100%; height: 45px;
            box-sizing: border-box;
            float: left;
            clear: left;
    
            margin: 0 0 10px 2px;
            padding: 5px;

            background: #ccc;

            border-radius: 22.5px 0 0 22.5px;

            line-height: 46px;

            cursor: pointer;
            cursor: hand;
            -webkit-user-select: none;  /* Chrome all / Safari all */
            -moz-user-select: none;     /* Firefox all */
            -ms-user-select: none;      /* IE 10+ */
            user-select: none;

            position: relative;

            transition: .2s background, color ease-in-out;
        }   
            #dashboard ul li:last-child {
                margin-bottom: 0;
            }

        #dashboard li.open,
        #dashboard li.done,
        #dashboard li.overdue,
        #dashboard.mpcList ul li {
            background: #2c5d7b;
        }
        #dashboard li.selected::after {
            border-left: 20px solid #ccc;
        }

    #dashboard li.done:before,
    #dashboard li.overdue:before,
    #dashboard .form.done .icon:before,
    #dashboard .form.overdue .icon:before {
        content: "\2713";
        position: absolute;
        z-index: 1;
        top: -1px;
        left: 8px;
        width: 15px;
        height: 15px;
        font-size: 45px;
        line-height: 45px;
        color: #00d429;
        font-weight: bold;
        border-radius: 50%;
    }

    #dashboard .form.doneGray .icon:before {
        content: "\2713";
        position: absolute;
        z-index: 1;
        top: -1px;
        left: 8px;
        width: 15px;
        height: 15px;
        font-size: 45px;
        line-height: 45px;
        color: #aaa;
        font-weight: bold;
        border-radius: 50%;
    }
#dashboard li.overdue:before {
    content: "!";
    left: 16px;
    color: #d40000;
}
#dashboard li.noschool 
{
    background: #cccccc;
}
#dashboard li.noschool:before {
    content: '';
}



    #dashboard .form.done .icon:before,
    #dashboard .form.doneGray .icon:before,
    #dashboard .form.overdue .icon:before {
        top: 25px;
        left: 15px;
        font-size: 70px;
    }
#dashboard .form.overdue .icon:before {
    content: "!";
    color: #d40000;
    left: 30px;
}
/*
#dashboard li.done i,
#dashboard li.over i
*/
#dashboard li i {
    visibility: hidden;
}

#dashboard ul li:hover {
    background: #428ebc;
}
#dashboard ul li:hover::after {
    border-left-color: #428ebc;
}
#dashboard li.past::after {
    border-left-color: #2c5d7b;
}


#dashboard ul li.selected {
    background: linear-gradient(to right, rgba(0,0,0,0), #2c5d7b);

    -moz-box-shadow:    inset 0 0 0 2px #2c5d7b;
    -webkit-box-shadow: inset 0 0 0 2px #2c5d7b;
    box-shadow:         inset 0 0 0 2px #2c5d7b;
}
#dashboard ul li.selected h2 {
    color: #2c5d7b;
}
#dashboard ul li.selected::after {
    border-left-color: #2c5d7b;
}

#dashboard ul li::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 0;
    margin-left: 100%;
    
    /* Should be half of height, so they add up to the full height */
    border-top: 32.5px solid transparent;
    border-bottom: 32.5px solid transparent;

    /* Changes width of triangle */
    border-left: 0 solid #ccc;

    transition: .2s all ease-in-out
}

#dashboard ul li i, #dashboard ul li h2, #dashboard ul li h3 {
    float: left;
    height: 35px;

    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px; line-height: 34px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}
    #dashboard ul li h2 {
        position: absolute;
        left: 45px;
        overflow: hidden;
    }
#dashboard ul li i {
    width: 35px;
    margin-right: 5px;

    border: 2px solid #fff;
    border-radius: 50%;
    
    text-align: center;
    line-height: 30px;
}
#dashboard ul li h3 {
    float: right;
    font-size: 20px;
    margin-right: 8px;
}



#dashboard .sections {
    display: block;
    position: relative;
    float: left;
    width: 900px;
}

#dashboard section{
    display: none;
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 45px;
    background: #fff;
}
#dashboard section h2 {
    background: #ccc;
    color: #fff;
    height: 45px;
    margin: 0;
    padding-left: 25px;

    font-size: 20px;
    line-height: 45px;
}
/*#dashboard .sections section h2:first-child {
    background: #2c5d7b;
    color: #fff;
    text-align: center;
}*/
    #dashboard section.open h2 {
        background: #fcc505;
        color: #000;
    }
    #dashboard section.done h2 {
        background: #00D429;
        color: #000;
    }
    #dashboard section.noSchools h2 {
        background: #467795;
        color: #fff;
    }
#dashboard section.overdue h2 {
    background: #d40000;
    color: #fff;
}



#dashboard section .forms {
    float: left;
    position:relative;
    width: 100%;
    min-height: 330px;
    padding: 0;
    
    background: #fff;
    border: 2px solid #ccc;
    border-top: none;

    /*
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    */
}

#dashboard section .form {
    float: left;
    width: 100%;
    padding: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-decoration: none;
    transition: .2s all ease-in-out;
}
    #dashboard section .form:hover {
        background: #d7ffcf;
    }
    #dashboard section .form:last-child {
        border-bottom: none;
    }
#dashboard section .form .icon {
    float: left;
    position: relative;
    width: 80px; height: 80px;
    margin-right: 20px;
    margin-top: 10px;
}
#dashboard section .form .icon img {
    display: block;
    width: 100%; height: 100%;
}
#dashboard section .form h2 {
    display: inline-block;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    background: none;

    color: #000;
    line-height: 25px;

    border-bottom: 2px solid #000;
}
#dashboard section .form h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px; line-height: 16px;
}
#dashboard section .form h4 {
    float: right;
    clear: right;
    margin: 0;
    font-size: 14px; line-height: 20px;
}    
#dashboard section .form p {
    margin: 0;
    font-size: 14px; line-height: 20px;
    width: 100%;
    padding-left: 100px;
}

    #dashboard section.future .form {
        display: none;
    }

    
#dashboard section .form .status {
    color: #ccc;
}
    #dashboard section .form.overdue .status {
        color: #d40000;
        /*font-weight: bold;*/
    }
    #dashboard section .form.inprogress .status {
        color: #fcc505;
        /*font-weight: bold;*/
    }
    #dashboard section .form.done .status {
        color: #00D429;
    }
    #dashboard section .form.doneGray .status {
        color: #aaaaaa;
    }
    /*
    #dashboard section.future .form .status {
        content: "Not Yet Due";
        color: #ccc;
        font-weight: bold;
    }
    */

    #dashboard section .form.done .icon img,
    #dashboard section .form.doneGray .icon img,
    #dashboard section .form.overdue .icon img,
    #dashboard section .form.warning .icon img {
        opacity: .3;
    }

.logo-large {
    width:200px;
    height:auto;
}

div.futureMessage,
div.noSchool,
div.noSchools,
div.allFormsCompleted,
div.nextSteps {
    position: absolute;
    top: 50%; left: 160px; right: 20px;
    transform: translate(0,-50%);
    text-align: center;
    margin-top: -22.5px;
    background: #FFF;
}
    div.futureMessage .icon,
    div.noSchool .icon,
    div.noSchools .icon,
    div.allFormsCompleted .icon, 
    div.nextSteps .icon {
        position: absolute;
        left: -140px; top: 50%;
        transform: translate(0,-50%);
        width: 120px; height: 120px;

        background: url("/Content/Images/warning.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #FFF;
    }
    div.futureMessage h3,
    div.noSchool h3,
    div.noSchools h3,
    div.allFormsCompleted h3,
    div.nextSteps h3{ 
        font-size: 16px; line-height: 25px; 
        font-weight: bold;
        margin: 0;
    }
    div.futureMessage button, 
    div.noSchool button,
    div.allFormsCompleted button,
    div.nextSteps button { 
        font-size: 20px; line-height: 20px; 
        text-transform: uppercase;
        background: none;
        border: 2px solid #000;
        padding: 5px 15px;
        margin-top: 20px;
    }
    div.futureMessage { z-index: 10; }



div.allFormsCompleted { display: none; }
div.allFormsCompleted .icon, div.nextSteps .icon {
    background: url("/Content/Images/check.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
div.noSchools .icon {
    background: url("/Content/Images/warningBlue.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.showHideCompletedLink {
    float: right;
    color: #000;
    margin: 7.5px;
}
    .showHideCompletedLink i {
        margin-right: 8px;
    }
.future .showHideCompletedLink {
    display: none;
}









.screenerQuestions .form-group .col-md-12 {
    margin-top: 8px;
}
.screenerQuestions .form-group label.col-md-12 {
    margin-top: 0;
}

.screenerQuestions .form-group label:first-child .iradio_square-blue,
.screenerQuestions .form-group label .icheckbox_square-blue {
    margin-left: 30px;
}

.screenerQuestions .form-group.indent {
    padding-left: 16px;
}
.screenerQuestions .form-group.indentMore {
    padding-left: 32px;
}





.greenBG {
    background: #00D429 !important;
    color: #000 !important;
}
.grayBG {
    background: #ccc !important;
    color: #000 !important;
}
.redBG {
    background: #d40000 !important;
    color: #000 !important;
}

.list-group-item.activeLB {
    background-color: #27A0C4 !important;
}

#AcrossWeek { display: none; }

.todays-menu .active {
    background-color: #27A0C4 !important;
}

.fsm-form .active {
    background-color: #27A0C4 !important;
}





.overlay {
    position: absolute; top: 0; right: -1px; bottom: -1px; left: 0;
    margin: 1px;
    display: block;
    background: rgba(255,255,255,1);
    text-align: left;
    font-size: 16px;
}
    .overlay span {
        display: block;
        position: relative;        
        margin: auto;
        padding: 40px;
        padding-left: 80px;
    }
        .overlay span:before {
            content: "\2190";
            position: absolute; top: 50%; left: 30px;
            margin-top: -2px;
            line-height: 0;
        }
    .overlay button {
        display: block;
        margin: auto;
        margin-top: 20px;
    }





.foods-paired-ordered-together {
    width: 1200px; max-width: 1200px;
}
    .foods-paired-ordered-together .breadgrainsMaxItemsInputs li, .foods-paired-ordered-together .meataltbreakfastMaxItemsInputs li, .foods-paired-ordered-together .meataltlunchMaxItemsInputs li {
        margin-bottom: 8px;
    }
    .foods-paired-ordered-together .row {
        margin-bottom: 20px;
    }
        .foods-paired-ordered-together .row:last-child {
            margin-bottom: 0;
        }
    .foods-paired-ordered-together table thead tr th, .foods-paired-ordered-together table tbody tr td {
        position: relative;
        text-align: left;
        padding: 8px;
    }
    .foods-paired-ordered-together table thead tr th {
        background-color: aliceblue;
        color: #2C5D7B;
        font-weight: bold;
    }
    .foods-paired-ordered-together table tbody tr td {
        border-top: 1px solid #2C5D7B;
        vertical-align: top;
    }
        .foods-paired-ordered-together table tbody tr td:last-child {
            /*width: 150px;
            text-align: right;*/
        }
        .foods-paired-ordered-together table tbody tr td label {
            display: inline;
            margin-bottom: 0;
        }
        .foods-paired-ordered-together table tbody tr td .icheck-item {
            margin: 0;
        }
    .foods-paired-ordered-together table tbody tr.servingsQuestions {
        background-color: #efefef;
        display: none;
    }
        .foods-paired-ordered-together table tbody tr.servingsQuestions td {
            text-align: left;
            padding: 12px 16px;
        }

.mpcFvForm table td, .mpcFvForm table th {
    border-left: 1px solid #2C5D7B;
}
    .mpcFvForm table td:first-child, .mpcFvForm table th:first-child {
        border-left: none;
    }
    .mpcFvForm table tbody td:first-child {
        text-align: left;
        padding-left: 8px;
    }
.mpcFvForm table caption, .foods-paired-ordered-together caption {
    padding: 10px;
    background: #2C5D7B;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.mpcFoodItems, .mpcFvForm table, .foods-paired-ordered-together table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #2C5D7B;
}
caption.mpcFvFormCaption {
    caption-side: top;
}


 

    .mpcFoodItems {
        border-top: none;
    }
    .mpcFoodItems thead tr th, .mpcFvForm table thead tr th {
        text-align: center;
        background-color: aliceblue;
        color: #2C5D7B;
        font-weight: bold;
        vertical-align: bottom;
        padding: 3px;
        padding-bottom: 6px;
    }
    .mpcFoodItems tbody tr td, .mpcFvForm table tbody tr td {
        position: relative;
        text-align: center;
        padding: 3px;
        border-top: 1px solid #2C5D7B;
    }
    .mpcFoodItems tbody tr:first-child td {
        border-top: none;
    }
    
    .mpcFoodItems tbody tr:nth-child(2n+1) td, .mpcFvForm table tbody tr:nth-child(2n) td, .foods-paired-ordered-together table tbody tr:nth-child(2n) td {
        background-color: aliceblue;
    } .mpcFoodItems tbody tr td input, .mpcFvForm table tbody tr td input, .foods-paired-ordered-together table tbody tr td input {
        text-align: center;
        width: 50px;
        padding: 2px;
    } .mpcFoodItems tbody tr td.mpcTextInput, .mpcFvForm table tbody tr td input[type="text"] {
        width: 90px;
    } .mpcFoodItems tbody tr td.mpcFoodDetails {
    text-align: left;
} .mpcFoodItems tbody tr td.mpcGrayOut {
        /*background-color: #eee;*/
    } .mpcFoodItems tbody tr td.mpcGrayOut input {
        background-color: #eee;
    } .mpcFoodItems tbody tr td.mpcCategoryRow {
        background-color: transparent;
        color: #2C5D7B;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        cursor: pointer;
    }
    .mpcFoodItems tbody tr.mpcCategoryRow {
        background-color: #ddd;
    }
      
        .mpcFoodItems tbody tr.mpcCategoryRow:hover {
            background-color: #ffffd3;
        }
      
      
      .mpcFoodItems tbody tr td.mpcFoodDetails.styleYes {
        color: green;
    } .mpcFoodItems tbody tr td.mpcFoodDetails.styleNo {
        color: #ccc;
    } .mpcFoodItems tbody tr td.mpcFoodDetails.styleName {
        font-weight: bold;
        padding-left: 16px;
        /*color:#00D429;*/
    }
.mpcErrorRow td:first-child {
    color: #d40000 !important;    
    cursor: pointer;
} .mpcWarningRow td:first-child {
    color: #ffbf00 !important;
    
    cursor: pointer;
}
.mpcErrorRow td {
    cursor: pointer;
    background-color: #ffbbbb !important;
} .mpcWarningRow td {
    cursor: pointer;
} .mpcErrorCell input {
    border: 2px solid #d40000 !important;
    text-decoration: underline;
    font-weight: bold;
    color: #d40000;
} .mpcWarningCell input {
    border: 2px solid #ffbf00 !important;
    text-decoration: underline;
    font-weight: bold;
    color: #2C5D7B;
}
.mpcFoodItems tr:first-child th{
    border-top: 1px solid #2C5D7B;
}
  .mpcFoodItems tr.rowError td:first-child:before, .mpcFoodItems tr.rowWarning td:first-child:before, .mpcFoodItems tr.rowInfo td:first-child:before, .mpcFoodItems tr.rowComplete td:first-child:before {
    font-family: FontAwesome;
    width: 20px; height: 20px;
    display: block;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin-right: 3px;
    font-size: 14px;
} .mpcFoodItems tr.rowError td:first-child:before {
    content: "\f12a";
    color: #d40000;
} .mpcFoodItems tr.rowWarning td:first-child:before {
    content: "\f071";
    color: #ffbf00;
} .mpcFoodItems tr.rowInfo td:first-child:before {
    content: "\f05a";
    color: #2C5D7B;
} .mpcFoodItems tr.rowComplete td:first-child:before {
    content: "\f00c";
    color: #00D429;

} 
  
.loadingIconContainer {
	position: relative;
	float: left;
}
.loadingIcon {
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	background: #ffff89;
}
	.loadingIcon i {
        position: absolute; top: 50%; left: 50%; z-index: 10;
        width: 20px; height: 20px;
        margin: -10px !important;
        font-size: 20px;
        animation: spin .5s infinite steps(8);
    }
.loadingIconNew {
	position: absolute;
	background: #ffff89;
	text-align: center;
}
    .loadingIconNew i {
        position: absolute; top: 50%;
        width: 20px; height: 20px;
        margin: -10px;
        font-size: 20px;
        animation: spin .5s infinite steps(8);
    } 

.relative {
    position: relative;
}
.disable {
    pointer-events: none;
}

#portions tr.my-row td:first-child {
    width: 0px !important;
}
    #portions tbody tr.my-row td:first-child div {
       
    }

.alccFoodItemsNoItems
{
    display: none;
}
.alccFoodItemsNoItems:first-child {
    display: block;
}

.todaysMenuTable {
    margin-top: 8px;
}
.todaysMenuTable caption {
    background-color: #27A0C4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
}
    .todaysMenuTable label {
        cursor: pointer;
    }
    .todaysMenuTable tbody tr
    {
        border: 1px dotted #ccc;
    }
.todaysMenuTableTrHighlight {
    background-color: #bee2ed !important;
}

    .width1200 {
        max-width: 1200px;
        box-sizing: content-box;
    }


.submitButton {
    float: right;
    height: 30px;
    margin-top: 0;
}
    .submitButton button {
        float: right;
        margin: 0;
    }
    .submitButton.checkbox.disabled, .submitButton button:disabled {
        background: #eee !important;
        opacity: .65;
    }
    .submitButton.checkbox label {
        background: none;
        color: #000 !important;
        border: none;
    }


.innerFoodDetailsTable {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    width: 100%;
}
    .innerFoodDetailsTable tbody tr td {
        border: none !important;
        border-top: 1px solid #ccc !important;
        height: 39px;
    }
    .innerFoodDetailsTable tbody tr:first-child td {
        border-top: none !important;
    }
.innerFoodDetailsTd {
    padding: 0 !important;
    border: 1px solid #ccc !important;
}



.rff-form #floatingHeader {
    z-index: 100;
}
.rff-form .icheckbox_square-blue {
    margin-top: 0;
}
.rff-form table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
}
    .rff-form table#grid {
        outline: 1px solid #2c5d7b !important;
    }
        .rff-form table.table thead {
            border-bottom: 2px solid #2c5d7b !important;
        }

.rff-form table th,
.rff-form table td {
    border: none !important;
}
    .rff-form table td {
        border-left: 1px solid #ccc !important;
    }
        .rff-form table td:first-child,
        .rff-form #portions table td:nth-child(2) {
            border-left: none !important;
        }
        .rff-form table td.del-chb {
            padding-top: 5px;
        }
    .rff-form table tr th,
    .rff-form table tr td {
        padding: 4px;
    }
        .rff-form .rff-grid tbody .my-row td.non-editable:after,
        .rff-form table tr td.disabled:after {
            content: "";
            position: absolute; top: 0; right: 0; bottom: 0; left: 0;
            background-color: #eee;
        }
			.rff-form #portions .rff-grid tbody .my-row td.non-editable:after,
			.rff-form #portions table tr td.disabled:after {
				opacity: 0.25;
			}
            .rff-form table tr td.disabled table,
            .rff-form table tr td.disabled input,
            .rff-form table tr td.disabled select {
                position: relative; z-index: 1;
            }
        .rff-form table tr {
        }
            .rff-form table tr td {
                position: relative;
            }
                .rff-form table tr td span.loadingIcon:before,
                .rff-form table tr td span.loadingIcon:after {
                    content: "";
                    position: absolute; top: 0; right: 0; bottom: 0; left: -10000px; z-index: 1;
                    width: 10000px;
                    background: inherit;
                }
                .rff-form table tr td span.loadingIcon:after {
                    left: 0; right: -10000px;
                }
            .rff-form table tr.my-row .num {
                width: 50px;
                text-align: right;
            }
            .rff-form table tr.filled {
                background-color: aliceblue;
            }
            .rff-form table tr.foodDetailsRow {
                border-top: 2px solid #ccc !important;
            }
                .rff-form table tr.foodDetailsRow[data-item-index="1"] {
                    border-top: none !important;
                }
            .rff-form table tr.category-name {
                border-top: 2px solid #2c5d7b !important;
            }
                .rff-form table tr.category-name:after {
                    content: "";
                    position: absolute; right: 0; left: 0;
                    height: 2px;
                    margin-top: -2px; 
                    background: #2c5d7b;
                }
/*
            .rff-form table tr td {
                position: relative;
                border: none !important;
                border-right: 1px solid #ccc !important;
            }   
                .rff-form table tr td table td {
                    border: none !important;
                    border-top: 1px solid #ccc !important;
                }
        .rff-form table tr:first-child td.category-name {
            border-top: none !important;
        }
*/


.rff-form #descriptions .innerFoodDetailsTd.numport,
.rff-form #portions table.table > tbody > tr.foodDetailsRow > td:first-child {
    display: none !important;
}

.rff-form .options {
    position: relative;
}
    .rff-form .options .loadingIcon {
        top: -1px; 
    }

/*Added formatting to align text for unit and amount to left as requested */  
th#nopAmount.border-bottom {
    text-align: left;
    min-width: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
th#nopUnit.border-bottom {
    text-align: left;
    min-width: 75px;
    border-right: solid 1px #2c5d7b;
    padding-left: 0px;
    padding-right: 0px;
}


.k-grid tr td {
	padding-right: 11px;
	padding-left: 11px;
}


#issue-details-form .col-sm-1 {
	width: 88px !important;
}

#issue-details-form .col-sm-11 {
	width: 810px !important;
}

#issue-details-form label {
	padding-right: 0;
}



#contacts .fa-bell {
	color: #eb1f28 !important;
}

#contacts .fa-bell-o {
	color: #888 !important;
}





.k-pager-sizes.k-label .k-widget.k-dropdown.k-header {
    min-width: 80px;
}

/*Styles for question 4a grid on screener*/
.Q4aGrid {
    /*border: 1px solid;*/
}

    .Q4aGrid div {
        box-sizing: border-box;
        padding: 10px;
    }

    .Q4aGrid .row {
        border-bottom: 1px solid #ddd;
    }

.btn-survey {
    background-color: #27A0C4;
}

.hr-survey {
    border-top: 2px dashed #2C5D7B;
}

.label-success {
    background-color: #5cb85c;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
/*Breakfast/Lunch Reimbursable Food Form - Tab 2b*/
th#textFormat {
    text-transform: capitalize;
    background-color: #2C5D7B; 
    color:#fff;
}
span#lowerCase{
    text-transform: lowercase;
}

/*moved from _GradeGroupsMenu.cshtml*/
.ggTable {
    max-width: 1200px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    outline: 1px solid #2C5D7B;
}
    
.ggTable caption {
    text-align: left;
    padding-bottom: 12px;
    padding-left: 5px;
    font-size: 14px;
    caption-side: top;
}

    .ggTable thead tr th {
        text-align: center;
        background-color: aliceblue;
        color: #2C5D7B;
        font-weight: bold;
        vertical-align: bottom;
        padding: 3px;
        padding-bottom: 6px;
        font-size: 16px;
    }

    .ggTable thead tr:first-child th {
        border-bottom: 1px solid #2C5D7B;
    }

    .ggTable tbody tr td {
        border-top: 1px solid #2C5D7B;
    }

.ggCat {
    background-color: #ccc !important;
    color: #2C5D7B;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}

.ggName {
    font-weight: bold;
    padding: 6px;
    padding-left: 19px;
    vertical-align: middle;
}

.gg1 {
    border-left: 1px solid #2C5D7B;
}

.gg2, .gg3, .gg4 {
    border-left: 1px dashed #2C5D7B;
}

.gg1, .gg2, .gg3, .gg4 {
    width: 110px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}

.rff-form tr.ggRow {
    border-top: 1px solid #ccc;
}

.nav-link {
    color: #fff;
}

.selectDropDown {
    /*This is the orginal css for form-select, there is padding for form-control, just need to override it*/
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important
}
