/*
Bootstrap overrides
TODO recompile boostrap with these settings
*/

@font-face {
    font-family: EvelethCleanRegular;
    src: url('/fonts/Eveleth Clean Regular.otf');
}

html {
    height: 100%;
}

body {
    padding-top: 110px;
    padding-bottom: 60px;
    font-family: "futura-pt";
    color: black;
    height: 100%;
}

.navbar-header {
    float: none;
}

.navbar-left, .navbar-right {
    float: none !important;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
    margin-top: 7.5px;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.collapse.in {
    display: block !important;
}

.panel {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    top: 137px;
    width: 100%;
    left: 0;
    display: block;
    z-index: 100;
    padding: 10px 0px;
}

.panel-yellow {
    border-color: transparent;
    box-shadow: none;
}

.panel-primary > .panel-heading {
    color: #000;
    background-color: #feda00;
    border-color: #feda00;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.help-block {
    display: none;
}

.has-error .help-block {
    display: block;
}

/*
Bootstrap Additional reusable classes
*/
.btn-rounded {
    border-radius: 20px;
}

.btn-rounded.btn-lg {
    padding: 6px 30px;
    border-radius: 35px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
    border: 2px solid transparent;
}

.btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    padding: 12px 0px;
    font-size: 21px;
}

.btn-yellow {
    color: #000;
    background-color: #fada4a;
    border-color: #fada4a;
}

.btn-yes, .btn-no {
    margin: 0 30px;
}

.nextBtn, .prevBtn, .finalBtn{
    font-weight: bold;
    margin: 8px 2px 8px 2px;
}

.btn-add-row {
    margin: 10px 6px 20px 6px;
}


.btn-yes {
    color: black;
    background-color: #fff;
    border-color: #39b54a;
}

.btn-no {
    color: black;
    background-color: #fff;
    border-color: #ff0000;
}

/*
Custom Radio Buttons
*/
input[type=radio] {
    display: none;
}

input[type=radio]:checked + label.btn-circle.btn-no {
    color: #fff;
    background-color: #ff0000;
}

input[type=radio]:checked + label.btn-circle.btn-yes {
    color: #fff;
    background-color: #39b54a;
}

/*
Stepper navigation
*/
.setup-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.setup-nav > li {
    padding: 0 15px;
}

.setup-nav > li > a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.setup-nav > li > a .glyphicon {
    color: #3bb349;
    padding: 10px;
}

.setup-nav > li > a .glyphicon:before {
    content: "\e013";
}

.setup-nav > li > a.disabled .glyphicon {
    color: red;
}

.setup-nav > li > a.disabled .glyphicon:before {
    content: "\e014";
}

.setup-nav > li > a.active {
    font-weight: bold;
}

.setup-nav > li > a.active .glyphicon {
    color: #ffda00;
}

.setup-nav > li > a.active .glyphicon:before {
    content: "\e044";
}

.setup-nav > li > a.actionsteps .glyphicon:before {
    content: "\e056";
}

/*
Custom Switch (checkbox)
*/
/* Hide default HTML checkbox */
input[type=checkbox] {
    display: none;
}

/* The switch - the box around the slider */
input[type=checkbox] + label.switch {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 85px;
}

/* The slider */
input[type=checkbox] + label.switch .slider {
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 6px;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    border-radius: 40px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input[type=checkbox] + label.switch .slider:before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    left: 0px;
    bottom: -4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 1px 1px 2px #000;

}

input[type=checkbox]:checked + label.switch .slider {
    background-color: #fada4a;
}

input[type=checkbox]:focus + label.switch .slider {
    box-shadow: 0 0 1px #fada4a;
}

input[type=checkbox]:checked + label.switch .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.title-row {
    background-color: #feda00;
    padding: 3px 0 7px 0;
    height: 36px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

.header-title {
    color: black;
    font-size: 19px !important;
    font-family: "futura-pt";
    text-transform: uppercase;
}

.score-label {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
    font-family: "futura-pt";
    font-size: 14px;
}

.subheader {
    position: fixed;
    top: 58px;
    width: 100%;
    z-index: 3;
    min-height: 36px;
}


.panel-body {
    border: 1px solid #cfcfcf;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)
}

.panel-body-prep_forcaster {
    border: 1px solid #cfcfcf;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 15px;
}

/* HEADER */

.header-bar {
    background: #000;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 100;
    height: 58px;
}

.padding-header {
    padding: 4px 0;
}

#img-logo {
    margin-top: 6px;
    width: 41px;
    height: 38px;
}

#header-content {
    margin-top: 12px;
    width: 82.05%;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.menu-button {
    color: #fff;
    margin-top: 12px;
    width: 38px;
    height: 36px;
}

/* SIDENAVIGATION */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: unset;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left;
}

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: auto;
    padding: 0 5px 5px 7px;
    right: 9px;
}

.store-selected {
    border-bottom: 2px solid #000;
}

.sidenav a {
    padding: 8px 8px 8px 60px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav-marker {
    position: absolute;
    left: 17px;
    top: 66px;
    width: 30px;
}

.custom-text-large {
    font-weight: bold;
    font-size: 16px;
}

.small-label {
    font-size: 70%;
}

.sidenav a {
    padding: 8px 8px 8px 60px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
}

#mySidenav > a:not(:first-of-type) {
    margin-top: 15px;
}

.sidenav-icon {
    position: absolute;
    left: 24px;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    body {
        padding-top: 90px;
    }

    div.panel-body {
        border: none;
        box-shadow: none;
    }

    div.total-label{
        text-align:left;
    }

    label.total-score{
        padding-left:unset !important;
    }

}

.sub_fab_btn::after {
    content: attr(data-text);
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 10px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    pointer-events: none;
    position: absolute;
    top: 43%;
    margin-top: -10.5px;
    right: 65px;
    transition: all 0.5s ease;
    width: auto;
    box-sizing: inherit;
    text-rendering: initial;
    white-space: nowrap;
}

.jfab_btns_wrapper button {
    width: 60px;
    height: 60px;
    margin-right: 18px;
    position: relative;
}
.login {
    padding: 15px 0;
}

.login-rightOr {
    position: relative;
    font-size: 1.5em;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
}

.login-rightOr .hrOr {
    background-color: #000000;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.login-rightOr .spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background: #fff;
    width: 3em;
    text-align: center;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-prep_forcaster {
    width: 100%;
    border-radius: 50px;
    font-weight: bold;
}

.fill-out {
    color: gray;
    font-size: 17px;
    padding: 0px 0px 0px 20px;
    font-weight: 400;
}

.form-items {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    color: black;
}
.sales-link {
    padding-right: 314px;
}

.custom-yellow-button.custom-text-uppercase {
    display:flex;
    background: white;
    padding: 8px 4px 8px 0;
    margin-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #FFDA00;
    font-family: 'EvelethCleanRegular', serif;
}

.custom-yellow-button.custom-text-uppercase > a {
    color: #000;
}

.custom-yellow-button.custom-text-uppercase > a:hover {
    text-decoration: none;
}

a.btn.btn-danger.btn-sm.remove_catering {
    margin-top: 28px;
}

.catering-list {
    padding: 10px 20px 0 20px !important
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 -0 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.prep-forecast-subtitle{
    font-size: 18px;
    border-bottom: 3px solid #ffda00;
}

.card-body{
    padding: 10px;
}

.modal .btn-add-task {
    color: #000;
    background-color: #fada4a;
    border-color: #fada4a;
    margin-right: 12px;
    margin-bottom: 15px;
    margin-top: -15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

hr {
    color: #000;
    background-color: #000;
    height: 1px;
}

.loss-value {
    float: right;

}
.loss {
    position:relative;
}

.total-variance{
    padding-top: 0px;
}

@media screen and (max-width: 435px) {
    div.title-row-nightly {
       padding: 5px 0 7px 0;
    }

    div.nightly-inventory {
        padding-top: 16px;
    }
}

@media screen and (max-width: 407px) {

    div.nightly-inventory {
        padding-top: 2px;
    }
}

@media screen and (max-width: 407px) {

    div.nightly-inventory {
        padding-top: 2px;
    }
    .col-3 {width: 25%;}
}

@media screen and (min-width: 768px) {

    label.assignment-label {
        margin-bottom: 25px;
    }

}


@media screen and (min-width: 992px) {

    label.assignment-primary{
        margin-bottom: 25px;
    }

    label.assignment-secondary{
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1200px) {

    div.checkboxes_2 {
        padding-left: 110px;
    }

    div.checkboxes_1 {
        padding-left: 110px;
    }

}

@media (min-width:992px) and (max-width: 1200px) {

    /*div.hamburger {*/
        /*padding-left:110px;*/
    /*}*/
}

@media (min-width:768px) and (max-width: 992px) {


    div.checkboxes_2 {
        padding-left: 50px;
    }

    /*div.hamburger {*/
        /*padding-left:75px;*/
    /*}*/
}

@media screen and (min-width:768px){

    div.container-fluid-mobile{
        padding-right: unset;
        padding-left: unset;
    }

    div.bookmark-mobile{
        padding-right: unset;
    }

}

@media screen and (max-width:768px){

    div.panel-body-mobile{
        padding: unset;
    }

}

.category {
    padding-left: unset;
    cursor: pointer;
}


.select2{
    width:100% !important;
}

.select2-selection, .select2-selection--single{
    height:34px !important;
}

.select2-selection--single{
    padding-top: 2px !important;
    padding-left: 5px !important;
}

.select2-selection__arrow{
   top: 4px !important;
}

.fa-bookmark{
    font-size:21px;
    cursor: pointer;
}

.fas {
    color: black;
    font-size: 24px;
}


.select-box{
    border-radius:4px;
    width: 315px;
    height: 30px;
    display:block;
    margin: 0 auto;
    font-family: EvelethCleanRegular;
    font-size: 16px;
}


.panel-title{
    font-size: 18px;
    width:11px;
    background-image: -webkit-linear-gradient(left, #feda00, #feda00 70%, transparent 70%, transparent 100%)
}

.pageCount {
    font-size: 19px;
    font-weight: 500;
}

.category_span{
    padding-left: 14px;
    display: block;
    width: 1400%;
    font-weight: bold;
    font-size: 18px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group {
    margin-bottom: 0px;
}

.store{
    height: 45px;

}

.current_store{
    height: 45px;
    background-image: -webkit-linear-gradient(left, #feda00, #feda00 8px, transparent 8px, transparent 100%)
}

.bootstrap-select.btn-group .dropdown-menu li{
    border: 1px solid #0000000d;
}

.btn-collapse{
    width: 100%;
    color: black;
    border-left: 10px solid #ffda00;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.btn-collapse:focus,.btn-collapse:active {
    outline: none !important;
    box-shadow: none;
}

.btn-collapse.collapsed:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-collapse:before{
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    transition: all 0.5s;
}

.select-box>.btn{
    height: 30px;
}

.select-box .dropdown-menu li a span.text{
    padding-top:10px;
    padding-left: 24px;
    font-weight: bold;
}

.dropdown-menu>li>a {
    padding: 3px 24px;
}

.select-box>.btn-dropdown-toggle>.btn:first-child{
    margin-left:40px !important;
}

.select-box>.btn>.bs-caret{
    float:left;
    padding-left: 12px;
    padding-top: 4px;
    padding-right: 8px;
}

.select-box>.btn>.filter-option {
    float: right !important;
    width: 97.3% !important;
    padding-left: 13px;
    padding-bottom: 4px;
    padding-top: 3px;
}

.select-box>.btn-select{
    padding: 0px 0px;
    font-size: 16px;
    display:flex;
    flex-direction: row-reverse;
}

.select-box>.btn>.filter-option>.glyphicon{
    padding-right: 10px;
    font-size: 16px;
}

.select-box>.btn>.filter-option{
    display: block;
    border-left: 1px solid black;
}

.fa-map-marker-alt{
    padding-top:7px;
    font-size:21px;
    padding-right: 10px;
}

.form-control{
    font-size: 16px;
}


.select-box-header>.btn>.bs-caret{
    float:left;
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 8px;
    font-size: 16px;
}

.select-box-header>.btn>.filter-option {
    float: right !important;
    width: 100% !important;
    padding-left: 13px;
    padding-bottom: 4px;
    padding-top: 8px;
    font-weight: bold;
    display: block;
    border-left: 1px solid black;
    font-size: 16px;
}

.select-box-header>.btn-select{
    padding: 0px 0px;
    font-size: 10px;
    display:flex;
    flex-direction: row-reverse;
}

.select-box-header li a span.text{
    font-weight: bold;
    padding-left: 18px;
}

.col-md-8, .col-sm-8, .col-xs-8{
    padding-right: 0px;
    padding-left: 0px;
}

.select-box{
    width: 166% !important;
}

.select-box-header{
    width:100% !important;
}

.bootstrap-select>.dropdown-toggle{
    padding-right: 0px !important;
}

.hamburger{
    padding-left: 0px;
    padding-right: 0px;
}

.container-body{
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.bg-color-div {
    background-color: whitesmoke;
    height: 100%;
    margin-top: 14px;
}

.score-display{
    color:black;
    float:right;
    padding-top: 3px;
    padding-right: 10px;
    font-size:16px;
}

#store_visit_attachment_files{
    font-size: 15px;
}

.login-body{
    padding-left: 15px;
    padding-right: 15px;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:531px){

   span.score-label {
       font-size: 8px;
       top: 0;
       position: absolute;
       padding-top: unset;
   }

    span.score-display {
        padding-top: 7px;
        bottom: 0;
    }

}

.text-left{
    padding-left: 15px;
}

.switch_2{
    padding-right: 10px;
}

.current_store_header{
    background-image: -webkit-linear-gradient(left, #feda00, #feda00 8px, transparent 8px, transparent 100%)
}

.current-date {
    float: right;
    padding-right: 10px;
    padding-top: 7.4px;
    font-family: "futura-pt";
    font-size: 14px;
}

@media screen and (max-width: 559px){
    span.current-date {
        font-size: 12px;
        top: 0;
        left: 0;
        float: left;
        padding-top: unset;
        position: absolute;
        padding-left: 46px;
    }

    span.selected-store {
        font-size: 16px !important;
        padding-top: 14px !important;
    }
}

.form-group__data-show {
    text-align: center;
    text-transform: uppercase;
}

.form-group__data-show label.form-group__data-show--label {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 8px;
    font-size: 30px;
    padding-top: 1px;
    padding: 5px 15px;
    line-height: 1;
}

.form-group__data-show label.form-group__data-show--main_label {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 8px;
    font-size: 30px;
    padding-top: 1px;
    padding: 5px 15px;
    line-height: 1;
}

.form-group__data-show--yellow label.form-group__data-show--main_label {
    background-color: #ffda00;
    color: #000;
}

.calculations_divider{
    border: 0.25px solid #eee;
}

.form-group__data-show--label{
    font-weight:400;
    color:#777;
}

.total-value{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.custom-row{
    background-color: #ffda00;
    margin-left: 2px;
    width: 99.7%;
}

@media screen and (max-width: 516px){
    #prep_value_total_display{
        padding-top:20px;
    }
}

@media screen and (max-width: 991px) {
    .dynamic-label {
        margin-bottom: 25px;
    }
}
.tooltipIdealUsage {
    position: relative;
    display: inline-block;
}

.tooltipIdealUsage .tooltipTextIdealUsage {
    visibility: hidden;
    width: 310px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-weight:200;

}

.tooltipIdealUsage:hover .tooltipTextIdealUsage {
    visibility: visible;
    opacity: 1;
}

.shift-body {
    padding: 10px 10px 0 10px !important
}

.all-pages {
    font-weight: bold;
}

.link_class {
    width:100%;
    height:100%;
}

.successModal {
    font-size: 14px;
}

.whiteInput {
    background-color: white !important;
}

.msr-calculation-label {
    font-size: 30px;
    font-weight: 400;
    color: #777;
}
.list-group-item-important {
    border-left: 5px solid #ffda00;
}