t/* CUSTOM STYLE SHEET
    ** These styles override everything else and need to be placed at the
    ** end of the stylesheet includes -
    **
---------------------------------------------------------------------------------------------------*/


/* IMPORTS
---------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300');


/* GENERAL 
---------------------------------------------------------------------------------------------------*/
html {
  font-family:'Titillium Web', sans-serif;
  position: relative;
  min-height: 100%;
}

@media all {
    .page-break { 
        display: none; 
    }
    
    .onlyPrint{ 
        display:none;  
    }
}

body {
    font-family:'Titillium Web', sans-serif;
    margin-bottom: 0px; /* default to 0px as mobile-first has no footer */
    font-size:medium;
    overflow-x:hidden;
    overflow-y:hidden;
    position: fixed; /* Commented this to make it responsive */
    height: 100vh;
    width: 100vw;
}

#appMain{
    overflow: auto;
    max-height: 100%;
    min-height: 100%;
}
.full-height {
    height: 100vh;
    overflow: auto;
}
h4 {
    margin-bottom: 0px;
}
.spin_rotation {
    top: 10px;
    position: absolute;
    right: 10px;
}
.smp-icon {
    font-size: 60px;
    position: absolute;
    bottom: 27px;
}
.bg-c-blue {
	background: #448aff
}

.text-c-blue {
	color: #448aff
}

.bg-c-red {
	background: #ff5252
}

.text-c-red {
	color: #ff5252
}

.bg-c-green {
	background: #9ccc65
}

.text-c-green {
	color: #9ccc65
}

.bg-c-yellow {
	background: #ffba57
}

.text-c-yellow {
	color: #ffba57
}

.bg-c-orenge {
	background: #FE8A7D
}

.text-c-orenge {
	color: #FE8A7D
}

.bg-c-lite-green {
	background: #69CEC6
}

.text-c-lite-green {
	color: #69CEC6
}

.bg-c-purple {
	background: #536dfe
}

.text-c-purple {
	color: #536dfe
}
.analytic-icon {
    position: absolute;
    right: 31px;
    bottom: 20px;
    font-size: 40px;
    color: white;
}
.padding-10 {
    padding: 10px !important;
}
.padding-20 {
    padding: 20px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-left-right-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-left-30 {
    padding-left: 30px;
}

.padding-right-30 {
    padding-right: 30px;
}
.padding-15 {
    padding: 15px !important;
}
.padding-left-90 {
    padding-left: 90px;
}
.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
} 
.padding-left-right-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.height-50 {
    height: 50px;
}
.line-height-50 {
    line-height: 50px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-right-30 {
    margin-right: 30px;
}
.fixed-width-70 {
    width: 70px;
}
.fixed-width-220{
    width: 220px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.border-bottom {
    border-bottom: 1px solid #aaa;    
}
.item-margin-bottom {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.w-40 {
    width: 40% !important;
}
.card {
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 10px -1px rgba(69,90,100,0.3);
    box-shadow: 0 2px 10px -1px rgba(69,90,100,0.3);
    border: black;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.staff_photo {
    width: 150px;
}
#locationListWrapper .k-input, 
#menuListWrapper .k-input {
    padding: 0;
}

#locationListWrapper .k-select,
#menuListWrapper .k-select {
    line-height: 2em;
}
.k-datepicker .k-select {
    line-height: 1.8em;
}

#reportParams .k-input,
#reportParams .k-maskedtextbox .k-textbox {
    line-height: 1.6em !important;
    height: 2em;
}
#reportParams .k-multiselect-wrap {
    height: 2em;
}

#menuContainer, #menuItemContainer, #appContentWrapper, #settingContainer {
    height: calc(100vh - 106px);
}

#menuItemContainer .km-pane-wrapper{
    position: relative !important;
}

.menu-name {
    font-weight: bold;
    font-size: 1.5em;
    word-break: break-all;
}
#menuItemList::-webkit-scrollbar {
    width: 0;
}
#categoryItemList::-webkit-scrollbar {
    width: 0;
}

span[aria-owns="lstDeliveryAreaTypes_listbox"] .k-dropdown-wrap{
    height:38px;
}


span[aria-owns="lstDeliveryAreaTypes_listbox"] + .input-group-append >  .btn{
    height:40px;
}

@media only screen and (min-width : 768px) {
    .staff_photo {
        width: 130px;
    }
}
/* BOOTSTRAP
---------------------------------------------------------------------------------------------------*/
/*.btn {
    font-size:inherit;
    /*margin: 0.5em;
}*/

.well {
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    box-shadow: insert 0 1px 3pxc rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.social-title-header {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
/* for all bootstrap elements we need to set sizing to border-box */

.form-group, .form-control, .btn,.container, .container-fluid, .row, div[class^='col-']
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label {
    margin-bottom: 0px !important;
}
.navbar {
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}

.mojoDialog .modal-header{
    color:black;
    /* background-color: #337ab7; */
}

.mojoDialog .modal-body{
    padding:0;
    overflow-y:auto;
    max-height:70vh;
}

.card-title {
    margin-bottom:  0px !important;
}
h3.card-title {
    font-size: 16px !important;
}
.card-header {
    padding: 0.2rem 1.25rem !important;
}
.card-header h3 {
    font-size: 16px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
    line-height: 34px;
}
.bg-gradient-primary {
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
}
.bg-gradient-info {
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
}
.bg-gradient-success {
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
}

.bg-light-info {
    background-color: #d9edf7;
}

.dialogSection{
    padding-top:1em;
    padding-bottom:1em;
}


#tagManagePopup #tagName{
    border-color:transparent;
    padding:0px;
}

#tagManagePopup #tagListView{
    padding-top:.5em;
    padding-bottom:.5em;
}

#tagManagePopup #tagName{
    border-color:transparent;
    padding:0px;
}

#orderDetailPopup .modal-content{
    font-size:large;
}

#orderDetailPopup .modifierRemoved{
    text-decoration: line-through;
}

.orderpayInfoLine{
    padding-bottom:0.5em;
    margin-bottom: 0.75em;
    border-bottom-style:inset;
}

/* loyalty UI */

#loyaltyProgramModal .k-numeric-wrap
{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
}

#loyaltyProgramModal .k-numeric-wrap input[type=text]{
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}


.rewardInput,
.rewardInput.form-control:focus,
.rewardDiscountType > .k-dropdown-wrap{
     /* border-left-style: hidden!important; */
     /* border-top-style: hidden !important; */
     /* border-right-style: hidden !important; */
     /* box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important; */
     max-width: 5.5em !important;
     /* display: inline-block !important; */
     /* padding: 0px !important; */
}

/* #selectDiscountType{
    display:inline-block;
} */
/* KENDO UI CUSTOMIZATIONS

---------------------------------------------------------------------------------------------------*/

/* .k-widget.k-dropdown, .k-widget.k-datetimepicker, .k-numerictextbox{

    display: block;
    margin-left: 1px;
} */

.k-widget.k-dropdown {
    width: 100%;
}

.input-group .k-widget.k-dropdown {
    width: initial;
}

.input-group.input-group-lg .k-numeric-wrap{
    min-height: 46px;

}
.kendo-form-control {
    display: block;
}

.kendo-form-control.inline {
    display: inline-block;
}

.k-input-lg {
    height: 2.25em; /*46px; */
    font-size: 1.18em;
}

.k-input-sm {
    height: 30px;
    font-size: 12px;
}

.k-input[type="text"],
input {
    /*font-size: 14px;*/
    text-indent: .8em;
}

.btnAssignedMenus{
    horizontal-align: middle;
    display: block;
    margin:auto;
    word-break: break-all;
}

/* Notifications */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.notification-error,.notification-success,.notification-info,.notification-warning {
    width: 300px;
    min-height: 100px;
    
}
.notification-error h4,.notification-success h4,.notification-info h4,.notification-warning h4 {
    padding: 15px 10px 5px;
    white-space:normal;
}
.notification-error i,.notification-success i,.notification-info i,.notification-warning i {
    float:left;
    margin: 15px;
}

.notification-error p,.notification-success p,.notification-info p,.notification-warning p {
    padding: 0px 15px;
    margin-left:55px;
    font-size: 90%;
    white-space:normal;
    /* word-wrap: normal; */
}

/* Validation */
.k-widget.k-tooltip-validation {
    border-color: white;
    background-color: #f5503e;
    color:white;
    display: block;
    /* font-weight: 600; */
    text-align: left;
}

.k-listview .k-state-selected {
    background: Silver;
    color: black;
    border-color:Silver;
}

.k-checkbox-label:before{
    margin: 10px 15px 15px 15px;
    width:30px;
    height:30px;
    font-size:36px;
}

.form-group.inlineCheckbox{
    padding-top:0.5em;
    position:relative;
}

.form-group.inlineCheckbox label:first-child{
    vertical-align: -webkit-baseline-middle;
    margin-right:1em;
}

.imgThumbnail{
    max-height:5em;
}

#kendoLVAssignedMenuItemOptions {
    overflow:hidden;
}

/*#kendoLVAssignedMenuItemOptions .inlineCheckbox .k-checkbox-label:before{
    margin-left:-5.1em;
}*/

.inlineCheckbox .k-checkbox-label:before{
    position: absolute;
    left: -15px;
    top: 2px;
}

/*.inlineCheckbox label:first-child{
    margin-left:3em;
}*/

.userAuthForm .inlineCheckbox label{
    margin-left:3em;
    position:initial;
}

.tdLabel{
    border-top:0px!important;
}

.width1024{
    width:1024px;
}

/* APPLICATION
---------------------------------------------------------------------------------------------------*/
/* colors and styles */

.link-page {
    padding: 2px 5px;
    text-decoration: underline;
}

.leftvertline {
    border-left: 2px solid #eee;
    padding-left: 1em;
}

.rightvertline {
    border-right: 2px solid #eee;
    padding-left: 1em;
}

.rightoffset{
    margin-right:1em;
}

/* .containerVertCenter_2{
    padding-top:1.25em;
} */

.containerVertCenter{
    padding-top: 7px;
}

.roundborder{
    border-style:solid;
    border-width:2px;
    border-radius:5px;
    padding:5px;
    text-align:center;
}

/* navbar */
.navbar {
    padding: 10px;
    border-radius: 0px!important;
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    background-color: white;
    z-index: 1000;
}

.navbar .navbar-brand img{
    height: 50px;
    float: left;
    margin-right:10px;
    /* border */
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px inset #d6cfd2;
}

.boldCol{
    font-weight: bold;
}
#sidebarCollapse {
    z-index: 1001;
    position: absolute;
    top: 25px;
    left: 130px;
}
#scheduleDisplay .vendorLogo{
    max-height: 100px;
    margin-top:1vh;
}

#scheduleDisplay .scheduleHeader{
    text-align:center;
    display:block;
}

#scheduleDisplayBody {
    background-color: transparent;
}

/* boxes */

/* Dashboard */
#facebookPostsHeading {
    background-color: GainsBoro;
}

#facebookPosts > div {
    margin-bottom:15px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]  {width: 100% !important;}

/* Signin Form */
.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 100px auto;
}

.form-signin-heading {
    color:grey;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* General Styles 
   -- Not restricted to any one screen.
*/

#appHelp {
    position: absolute;
    width:350px;
    height: 100%;
    top:0px;
    right:0px;
    background-color: #f5f5f5;
    padding-right:50px;
    color:#FFFFFF;
    z-index: 100;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */    

}

#appHelp #btnDismissHelp {
    position: absolute;
    top: 5px;
    right: 20px;
}

#appHelp .help-content {
    padding:10px;
}


#appFooter {
    display:none;
    height:75px;
    width: 100%;
    bottom: 0px;
    padding-top:10px;
    border-top:1px solid rgba(0,0,0,0.2);
    font-size:80%;
    background-color:white;
}

#appFooter img {
    opacity: .50;
    -webkit-filter: grayscale(100%);
    filter: gray; filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
}

#imageToolbar{
    margin-bottom:.5em;
}

#appContentContainer {
    position:relative;
    /*min-height:1000px;*/
    /*    height:100%;
        padding-left:0px;
        padding-right:0px;
        overflow-x:hidden;*/
    /*margin: 0px 15px 0px 15px; */
}
#cropper-modal{
    overflow-x: hidden;
}
    
/*.form-toolbar{
    margin:1em;
}*/
#appContentContainer > .nav-record-list {
    padding: 0px 20px;
    margin-bottom:15px;
}

.kendo-pager-list {
    position: absolute;
    bottom:20px;
    width:100%;
    border:none;
    margin-left:-15px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.form-toolbar button.btn-danger {
    margin-right: 15px;
}

.form-toolbar .rightButtonGroup{
    float:right;
}

.form-toolbar .rightButtonGroup .btn-primary{
    margin-left:10px;
}

.form-toolbar .rightButtonGroup .btn-default{
    margin-left:10px;
}

.menuImageDelBtn{
    margin:1em;
}


.marginTop1em{
    margin-top:1em;
}

.marginBottom1em{
    margin-bottom:1em;
}

.trkListView {
    border:none;
    overflow-y:auto;
    min-height: 100%;
    overflow-x:hidden;
    width: 100%;
}

.entityHeader{
    height:125px;
    /*top:75px;*/
    position:fixed;
}

.modiferGroupHeader,
.staffListHeader,
.menuHeader,
.calendarHeader,
.inventoryHeader{
    height:75px;
}

/* Modifier Group List View*/
#LVAllMenuItemOptions{
    max-height:70vh;
    min-height: auto;
}

.row-header {
    padding:0.8em 0;
    display: table;
    position: relative;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.row-header .d-flex {
    padding: 0 15px;
}
.row-header h4 {
    font-weight: 700;
}

/*.row-header div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}*/
/*.row-header button , .row-header > .btn-group {
    margin-top:5px;
}*/

.row-record {
    border-bottom: 1px solid #E2E4E7;
    /* min-height:75px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* flex-wrap: nowrap; */
}

.trkListRow {
/* Safari behavior */
    -webkit-user-select: none;                /* disable cut copy paste */
    -webkit-touch-callout: none;              /* disable callout, image save panel */
    -webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
}
.btn-edit {
    height: 40px;
    margin-top: 5px;
    width: 60px;
}
.btn-edit-truck {
    margin-right: 20px;
    height: 40px;
    font-size: 16px;
    margin-top: 5px;
}
#kendoLVMenuCategory > .trkListRow{
    margin:0px auto 0px auto;
    padding: 12px 20px;
}

/* #kendoLVMenuCategory > .trkListRow:nth-last-child(1){
    margin-bottom:6em;
} */
body::-webkit-scrollbar {
    width: 0;
}

.form-group label {
    font-weight: bold;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display: none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.row-header + .k-listview > .row-record h4 {
    font-weight: 600;
}

#btnRemoveFromCategory {
    margin-top:2em;
}

.menuItemsImage{
    width: 120px;
    height: 90px;
}

.trckedImagePreview, .row-header + .k-listview > .row-record img
{
    /* float: left; */
    position: relative;
    width: 120px;
    height: 90px;
    /*padding: 0 1em 0 1em;*/
    /*margin-top:10px;*/
    cursor: pointer;
}

.menuAssignCount{
    min-width:125px;
};

.row-header + .k-listview > .row-record .row-record-status {
    font-size:80%;
    margin:10px 0px;
    
}

.row-selectable {
    cursor:pointer;
}

.pointer-cursor{
    cursor:pointer;
}
.fa-animate{
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

.row-selectable:hover {
    background-color: #eee;
}


/* Popup Window */
.modal-window .toolbar {
    position: fixed;
    right:10px;
    bottom:10px;
    float:right;
    padding-top:1em;

}

/* drag & drop*/
.isDropTarget{
    border-bottom-width: 20px;
    /*background-color:red;*/
}

.dragged-content {
    background-color: #C0C0C0;
    cursor: move;
}

.drop-allowed {
    background-color: #00FF7F;
}

.drop-disallowed {
    cursor:no-drop;
}

/*.row-header + .k-listview > .row-record.draggable .draggable-icon {*/
.k-listview > .row-record .draggable-icon {
    /*color:#E0E0E0;*/
    color:#777;
    cursor:move;
}

/* list images */

.div-item-image img,.div-item-list-image img {
    width:133px;
    height:100px;
    display:block;
    margin-bottom:5px;

}

.uploadLogoImg {
    width:100px;
    height:100px;
    display:block;
}

.div-norecords-placeholder {
    padding-top:2em;
    padding-bottom:2em;
    text-align: center;
}


.div-norecords-placeholder img{
    max-height:30vw;
}

/* Schedule */
/* calendarWrapper{ */
    /* display:block; */
    /*overflow-y:hidden;*/
    /* padding-right:0px; */
/*     height: 90px; */
/* } */
    
#scheduleCalendarWrapper{
    max-height: calc(100vh - 300px);
}


#simplifiedHoursGrid .k-datepicker .k-select {
    width: 100% 
}

#simplifiedHoursGrid  .k-datepicker .k-picker-wrap {
    padding: 0;
}

#simplifiedHoursGrid .k-datepicker .k-input {
    border-radius: 3px;
}

/* hide the today button */ 
/* #scheduleCalendar .k-scheduler-today{
    display: none !important;
} */

.fc-past{
    background-color:#DCDCDC;
}

/* Staff */
/* #kendoLVStaff .row-record.align-middle {
    line-height: 100px;
    vertical-align: middle;
} */
.form-fields-container {
    max-width: 500px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .form-fields-container {
        padding-left: 0;
    }
}

#kendoLVStaff .row-record > .btn-group {
    top: 30%;
}

/* kendo.dialogs Google Place Select Popup */
#mojoGooglePlaceSelect #GoogleMapView{
    height:300px;
    width:100%;
}

#mojoGoogleShapeDraw #GoogleMapDrawingView{
    height:400px;
    width:100%;
}

#mojoGooglePlaceSelect{
    z-index: 1100;
}
/* Maps Window */

#g-windowMapSocial .alert {
    position: absolute;
    width: 60%;
    bottom:0px;
    left:0px;
}

#g-mapCanvasSocial {
    float:left;
    width:60%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    top:0;
    left:0;
}

#g-mapCanvasSocial+div{
    float:left;
    width:36%;
    height:100%;
    padding: 5px 15px;
}

#g-mapCanvasSocial+div .k-listview {
    height: 200px;
    margin-top:10px;
    font-size: 80%;
    width:100%;
    overflow-y: scroll;
}

#g-mapCanvasSocial+div .k-listview > div {
    position:relative;
    border-bottom: 1px solid #C4C4C4;
    padding:5px;
}

#g-mapCanvasSocial+div .div-map-places-navbar {
    text-align: right;
    margin-top:10px;
}

#g-mapCanvasSocial+div .modal-window-toolbar {
    text-align: right;
    position:absolute;
    right:10px;
    bottom:10px;
}

#g-mapCanvasSocial+div:first-child {
    margin-top:20px;
    text-align: center;
}

/**/

#mapCanvas,#canvasScheduleMap {

    position: relative;
    height: 100%;
    margin: 0px;
    padding: 0px;
    
    top:0;
    left:0;
}

#mapCanvas.map-schedule {
    position: absolute!important;
    width:750px;
    left:0;
    top:0;
}

.map-controls {
    position:absolute;
    z-index:30000;
    margin-top: 50px;
    height: 32px;

}

#inputMapSearch,#inputScheduleMapSearch {
    
    left:100px;
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 300px;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

#inputMapSearch:focus,#inputScheduleMapSearch:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 301px;
}

#btnMapSelect,#btnMapSelectArea {
    left: 435px;
    height:32px;
}

.pac-container {
    background-color: #FFF;
    z-index: 20000;
    
}

.divMapPlaceSearch {
    height:100%;
    padding: 5px 15px;
    
    
}

.divMapPlaceSearch .k-listview {
    height: 200px;
    margin-top:10px;
    font-size: 80%;
    width:100%;
    overflow-y: scroll;
}

.divMapPlaceSearch .k-listview > div {
    position:relative;
    border-bottom: 1px solid #C4C4C4;
    padding:5px;
}

.divMapPlaceSearch .divMapPlaceNavigation {
    text-align: right;
    margin-top:10px;
}

.divMapPlaceSearch .divMapToolbar {
    text-align: right;
    position:absolute;
    right:10px;
    bottom:10px;
}

.divMapPlaceSearch .divMapSearchPlaceholder {
    margin-top:20px;
    text-align: center;
}

.dashboardInfoMsg {
    font-size:medium;
}


/* Xtra Small devices (phones) or greater */
@media (min-width: 576px) {
    /* Order Details Window */
    #windowOrderDetails {
        display: none;
        position: relative;
        /*padding-bottom: 60px;*/
        min-width:30vw;
        /*max-width:30vw;*/
        min-height:60hw;
        max-height:50hw;
        overflow-x:hidden;
    }

}

@media only screen and (min-width : 768px) {
    #appFooter{
        display:block;
    }
}



.signatureImg{
    max-width:30vw;
    max-height:30hw;
}


input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    /*width: 60%;*/
    height: 200px;
    /*padding: 0 5px;*/
    margin:auto;
}

.panel {
    min-height:200px;
}

#twitterPosts iframe {
    width:100%!important;
}
        
.btnRow{
    padding-top: 1em;
}

#cropper-image-div{
    max-width:600px;
    max-height:400px;
}

#cropper-image-div img{
    img: 100%;
}

#panelSocial, #panelOrder, #panelSchedule{
    overflow-y:hidden;
}

#panelSocial .card-body, #panelOrder .card-body, #panelSchedule .card-body{
  height: 400px;
  overflow-y: auto;
}

.dailySalesChartContainer .card-body,
.salesHistoryContainer .card-body {
    padding:0px;
} 
/*#dailySales{
    height: 350px;
}*/

/*#pastSales{
    height: 200px !important;
}
*/
.widget{
    padding: 20px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);    
}

.widget h1{
    font-size: 25px;
    color: white;
}

.widget h1 .growth-percentage{
    font-size: 15px;
}

.widget h1 .growth-percentage i{
    margin-left: 3px;
}

.trkSection {
    border:initial;
    border-bottom-style: ridge;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-width:1px;
}

.menuItemNameDescription{
    padding-left:2em;
}


/*#wrapperPostDateTIme{
    min-width:80%;
}*/

#btnShowMap{
    height:2.7em;
}
#txtFacebookPostURL{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-left-style: double;
    border-bottom-style: hidden;
/*    height:3em;
    font-size:14px;*/
}

#kendoDtpPostDate{
    /*height:3em;*/
    border-bottom-style: hidden;
    /* padding-top:0.6em; */
}

#wrapperPostDateTIme > .k-datetimepicker{
    width:100%;
    min-width: 250px;
    margin-right:0px;
}

.noRightPadding{
    padding-right:0px;
}

.optionsHeader{
    /* padding-top:.5em; */
    /* padding-bottom:0.5em; */
    font-size:large;
}

.noLeftPadding{
    padding-left:0px;
}


.dragHandler{
    color:gray;
    padding-top:5px;
}

/* #kendoLVAssignedMenuItems .dragHandler{
    padding-top:0px;
    color:gray;
}; */

.noGutter{
    padding-left:0;
    padding-right:0;
}

#wrapperGeoLocation{
    float:right;
}

#wrapperGeoLocation > button{
    width: 100%
}

.qrCodeInfoBar{
    display:flex;
    align-items: center;
    background-color: black;
}

#qrCodeLogoImg{
    max-width: 55px;
    /* padding-left: 30px; */
}
#wrapperUrl{
    margin-bottom: 0px;
}

#btnPostOptionsRow{
    margin-top: 1em;
}

#bamsApply{
    min-height: 60%;
}

#settingsTabPanel{
    margin-top:1em;
    display: flex;
    width: 100%;
    overflow-y: auto;
}

.qboConnectBtn img{
    margin: 0 5px;
    max-width: 7em;
}

#appContentEditContainer{
    position: fixed;
    top:0px;
    right:0px;
    max-width:100%;
    height:100%;
}

td.break {
    float: left;
    line-height: 22px;
  }
  
#kendoGridAssignedMenuItems .k-grid-save-changes{
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    float: right;
}
.menuItemHeaderBtns{
    z-index: 1;
    height: 0px;
    top: 5px;
}

#kendoGridAssignedMenuItems .mojoKendoGridDragIcon{
    font-size: 1.2em;
    overflow: visible;
}

#mojoMenuSelect .modal-dialog{
    min-width:50vw;
    max-height:50vh;
}

#mojoConfirmDialog.modal {
    z-index: 1060;
}

#mojoMenuSelect #mojoPopupMenuCategoryList,
#mojoMenuSelect #mojoPopupMenuList{
    max-height:50vh;
    overflow-x:hidden;
    overflow-y:auto;
}

#mojoMenuItemSelect .modal-dialog{
    min-width:75vw;
}

#mojoMenuItemSelect .modal-body{
    overflow-y:initial;
}

#mojoMenuItemSelect #mojoPopupMenuItemList{
    max-height:calc( 100vh - 414px);
    overflow-x:hidden;
    overflow-y:auto;
}

#mojoMenuSelect #searchBoxHeadeWrapper,
#mojoMenuItemSelect #searchBoxHeadeWrapper{
    padding-left:0;
    padding-right:0;
    background: rgb(245, 245, 245);
    padding: 5px;
}

/*#searchBoxInputWrapper:before {
    font-family: 'FontAwesome';
    position: relative;
    content: "\f002";
    left:0.5em;
    top:1em;
}*/

#mojoSocialPosts .modal-dialog{
    min-width:75vw;
}
.modal {
    /* z-index: 1002 !important; */
}
#mojoSocialPosts #kendoLVSocialPosts{
    max-height:70vh;
    overflow-x:hidden;
    overflow-y:auto; 
}

/*#locationInventoryList .trkListRow:first-child {
    margin-top:60px;
}*/
#inventoryListHeader {
    padding: 0.8em 1em;
    border-top: 1px solid #ddd;
}
#searchBoxWrapper{
    width:100%;
    /* margin-top:0.5em; */
    border: none;    
}
#searchBoxWrapper input{    
    margin-top: 0px;
    border: none;
}

.createAction{
    color:#265a88;
}

.noAction{
    color:#5cb85c;

}

.createAction:focus,
.createAction:hover{
    color:#265a88;
}

.dangerAction{
    color:#d9534f;
    /*font-size:1.5em;*/
}

.dangerAction:focus,
.dangerAction:hover{
    color:#d43f3a;
}

#searchBoxInputWrapper i:first-of-type{
    position: absolute;
    left:0.25em;
    top:0.4em;
    color:darkgray;
}

#searchBoxInputWrapper{
    width:100%;
    padding-left:0px;
    padding-right:.3px;
    padding-top:0px;
    line-height:0em;
    border-style:none;
}

#inputSearchMenu,
#inputSearchMenuItems, 
#inputOptionsSearchMenuItems,
#inputSearchInventoryItems,
#inputSearchMenuOptionGroups,
#inputSearchGooglePlace{
    padding: 0px 10px;
    text-indent: 2em;
    border-style: none;
    margin-top: 0px;
}

.menuItemsImage{
    padding-left:4vh;
}

/*.menuItemsItemInfo{
    padding-left:7.5vh;
}*/

#paneAllMenuItems,
#paneAllMenuItemOptionGroups{
    padding-left: 0px;
    padding-right:0px;
}
/*
#gMenuItemPopup{
    max-height: 80vh;
}

#gMenuItemPopup #kendoLVAllMenuItems{
    max-height: 65vh;
}*/

/*#kendoLVAllMenuItems .row .row-record{
    line-height: 100px;
    vertical-align: middle;
    border-bottom-style:inset;
    border-bottom-width: thin;
}*/

.btnSpaceRight{
    margin-right:15px;
}

.popupToolbar button{
    margin-top:1.25em;
}

.popupToolbar button:last-of-type{
    margin-right:1.25em;
}
.popupToolbar button:first-of-type{
    margin-left:1.25em;
}

#gMenuItemOptionAssignPopup{
    overflow:auto;
    max-height:90vh;
    min-width:40vw;
    max-width:75vw;
    margin-bottom:1em;
}

#kendoLVAllMenuItem{
    overflow:auto;
    max-height:600px;
}

.dropTargetPlaceHolder{
    background-color: Grey;
    color:white;
}

#lstTruck_label {
    padding-top: 4px;
    margin-right: 15px;
}

.k-datepicker {
    max-width: 100%;
}

table .k-numeric-wrap.k-state-hover{
    background-color:transparent;
}

table .k-numeric-wrap,
table input.k-formatted-value.form-control.k-input{
    height:100%;
}

.table-wrap{
    max-height: 80%;
    width:100%;
    overflow-y: auto;
    overflow-x:hidden;
}

.table-wrap td{
    vertical-align: inherit;
    text-align: center;
}

#frmMenuItemOverrideRecordEdit input {
    width: 100%;
}
#frmMenuItemOverrideRecordEdit table td {
    padding: 5px;
}
#frmMenuCategoryRecordEdit,
#frmMenuItemRecordEdit, 
#frmTruckRecordEdit,
#frmMenuItemOptionGroup,
#frmTaxRecordEdit{
    margin-top:0.25em;
}

/*#frmMenuHeaderRecordEdit,
#frmMenuCategoryRecordEdit{
    padding-bottom:3em;
    position: fixed;
}*/

#frmMenuItemRecordEdit .form-toolbar,
#frmScheduleRecordEdit .form-toolbar,
#frmCrewRecordEdit .form-toolbar,
#frmTruckRecordEdit .form-toolbar,
#frmMenuItemOptionGroup .form-toolbar,
#frmMenuItemOverrideRecordEdit .form-toolbar,
#frmTruckRecordEdit .form-toolbar,
#frmMenuHeaderRecordEdit .form-toolbar,
#frmMenuCategoryRecordEdit .form-toolbar {
    padding-top:1em;
    padding-bottom:1em;
    padding-left:0em;
    padding-right:0em;
}
.modal-footer button {
    margin-left: 10px;
}

.trkFullWidth{
    width:100%;
}

/*#appContent{
    padding-top:125px;
}*/

#appContentEditContainer .k-content.k-state-active{
    overflow-x: hidden!important;
    overflow-y: visible;
}

#frmMenuItemOptionGroup .k-content.k-state-active{
    overflow-y: hidden;
}
#modifierEditModal input {
    width: 100%;
}
.menuItemEditBtn {
    height: 100%;
    align-self: center;
}
.addMenutemIcon{
    margin-top:1.25em;
}
.modal-dialog {
    overflow-y: initial !important;
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.card-body {
    max-height: calc(100vh - 235px);
    min-height: calc(100vh - 235px);
    overflow-y: auto;
    
}

@media only screen and (max-width: 768px) {
    .card-body {
        max-height: calc(100vh - 165px);
        overflow-y: auto;
    }

}
/*#gwindowSocialPosts #delSocialPost{
    float:right;
}*/

#selectedSocialPlaces{
    margin-top:.5em;
}

#gwindowSocialPosts{
    max-height:75vh;
    max-width:75vw;
    min-width:75vw;
}


#kendoLVOptionsAllMenuItems{
    overflow-y:auto;
    max-height:70vh;
    min-width:40vw;
}

#kendoLVSelectionAllMenuItems .menuItemsEdit{
    overflow-y: auto;
    max-height: 100vh;
    min-width: 40vw;
}

#kendoOptionsButtons .menus{
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    height: 100vh;
}


#kendoLVAllMenuItems .menuItemEditBtn{
    height: 100%;
}

#kendoAllMenuItemsGrid{
    width: calc(100vw - 2px) !important;
    overflow: hidden !important;
}

#kendoAllMenuItemsGrid .k-grid-content{
/*    min-height: 500px;
    max-height: 1000px;*/
    height: calc(100vh - 340px);
}


.centerButtonWrap{
/*    padding-left:0em;
    padding-top:1em;
    padding-bottom:1em;*/
    text-align:center;
}
.col-xs-12.headerToolbarWrapper{
    margin-top:1em;
}

.headerToolbarWrapper button{
    margin-left:0.20em;
    margin-right:0.20em;
    margin-top:0.20em;
    float:right;
}

#paneMenuCategory{
    overflow: hidden;
    height:100%;
}

/*Option tab*/
#menuItemTabStrip-2 td{
    padding:0.75em;
}

#appContent{
    padding-right: 3px;
}

#appContentEditContainer th{
    vertical-align: middle; /* all header text should be centered in the middle*/
}

#appContentEditContainer .k-numerictextbox,
#appContentEditContainer .k-textbox {
    /*This allows the numeric texdt box to expand fully to the encompassing 'td'*/
    width:100%;  
}



.tdGroupName input{
    max-width:100%;
}

.tdGroupName,
.tdPreSelected{
    width:8em;
    max-width:8em;
    text-align:-webkit-center;

}

.tdNoOfOptionsFree,
.tdNoOfOptionsRequired,
.tdMaxOptionsRequired{
    width:7em;
    max-width:7em;
    text-align:-webkit-center;
}


.tdDeleteMenuItemOption{
    width:2em;
    text-align:-webkit-center;
}

.noPadding{
    padding:0px;
}

.noPaddingRight{
    padding-right:0px;
}


.noMargin{
    margin:0px;
}

.modifierRow:first-of-type{
    padding-top: 1em;
    border-top-style:solid;
    border-top-color:lightgray;
    border-top-width: .1px;
    border-bottom-style:solid;
    border-bottom-color:lightgray;
    border-bottom-width: .1px;    
}

.modifierRow{
    padding-top:1em;
    border-top-style:none;
    border-bottom-style:solid;
    border-bottom-color:lightgray;
    border-bottom-width: .1px;    
}

/*trkFullWidth
.tdNoOfOptionsFree,
.tdGroupName,
.tdNoOfOptionsRequired{
    width:8em;
    text-align:-webkit-center;
}

.tdPreSelected{
    width: 4em;
}*/

.optionRow{
    padding-left:0px;
}
#optionGroupItems {
    height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

#optionGroupProperties .k-textbox,
#optionGroupProperties .k-numeric-wrap, 
#optionGroupItems .k-textbox,
#optionGroupItems .k-numeric-wrap{
    border-color:transparent;
}

#optionGroupItems .dragHandler{
    padding-top:10px;
};

.checkboxWrapper{
    padding-top:1.25em;
};

.modPropertyDragIcon{
    padding:0.5em 0.5em 0.5em 3em;
};



.modifierDesc,
.optionPrice
{
    padding:0px;
}

#btnAddEventType{
    height:2.7em;
}
.pointsAccrual{
    margin-bottom: 1em;
    padding: 0.5em;
}
.optionDelete{
    /* padding:.75em; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* position: absolute; */
    /* left: 60vw; */
    /* top: vh; */
    /* right: 0vw; */
    /* bottom: 3vh; */
    /* top: 0vh; */
}

#lstOptionGroups{
    padding-left:0em;
    max-width: 5em;
}

.optionDropDownWrapper{
    padding-left:0em;
    padding-top:1em;
}

.optionButtonAddWrapper{
    padding-top:1em;
}

.menuHighlight{

    color:#337ab7!important;

}


#deliveryDetails td:nth-child(2){
    
}

#deliveryDetails th{
    border-style:none;
}

#deliveryDetails .k-checkbox-label{
    padding-left: 60px;
    padding-top: 15px;
}
/*Delivery*/
/*#deliveryChargeType{
    padding:0px;
}

#deliveryChargeType .row{
    padding:0.25em 0em 0.25em 1em;
}
*/
/*.displayInline{
    display:inline-block;
}*/

#frmTruckRecordEdit .k-tabstrip .k-content{
    padding-top: 1em;
}

/* used in discount screen */
.w-80px{
    max-width: 80px;
}

/*#frmTruckRecordEdit .form-toolbar,
#frmMenuHeaderRecordEdit .form-toolbar{
    padding-top:1em;
    padding-bottom:1em;
}
*/
#delivCommentsTexatArea{
    min-height: 6em;
    min-width: 80%;
}

#displayCommentsLabel{
    padding-left:0px;
}

#payment-info-settings .ccNumGroup input{
    height:46px;
}
#payment-info-settings input.k-textbox{
    width:100%;
}

#payment-info-settings .form-group, 
#payment-info-form .form-group{
    padding:0px;
}

#payment-info-form .ccNameGroup{
    width:auto;
}

#payment-info-form .ccNumGroup{
    width:auto;
}

#payment-info-form span[unselectable=on]{
    min-height:2.3em;
    color:darkgray;
}


#general div.row:last-child {
    /*margin-bottom:3em;*/
}

/*weird bug in numerictextbox.*/
.k-picker-wrap:before, .k-numeric-wrap:before {
    display:none;
}

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

.trkCellFirst{
    padding-right:0px;
    padding-left:15px;
}

.trkCellHeaderFirst{
    padding-right:0px;
    padding-left:30px;
}

.trkCellLast{
    padding-left:0px;
}

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


.trkCellGeneral .k-widget{
    width:100%;
    min-height: 42px;
}

.trkCellGeneral input,
.trkCellGeneral button,
.trkCellLast button,
.trkCellFirst button{
    min-height: 42px;

}

#inventoryStockAdjustment .table-wrap{
    max-height: 150px;
}

#inventoryInitialLevel{
    max-height:50vh;
    max-width:50em;
    min-width:50vw;
}


/* #locationInventoryList button{
    max-width:40%;
    min-width:40%;
    width:40%;
} */

#inventoryAdjustReason{
    display:block;
    min-width: 100%;
}

#sysMessagesRow,
#dashPanelsRow{
    margin:auto;
}

#socialWindowContents {
    overflow-y:auto;
}

#socialWindowContents{
    overflow-x:hidden;
    margin-left:15px;
    margin-right:15px;
}

#printPointDetailContainer,
#printPointDetailColHeadings{
    display: flex;
    justify-content: space-between;
}

#top5MenuItemGrid,
#top5MenuItemOptionsGrid,
#transHistoryGrid{
    margin-bottom:50px;
    overflow-y:auto;
    overflow-x: hidden;
}

/*Kendo Grid wrap column headers */
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}


.shadow {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }

.lstTruckSchedule {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: calc(100% - 30px) !important;
    /* margin-bottom: 15px !important; */
}

@media only screen and (max-width: 1024px) {
    .k-scheduler-toolbar>ul.k-scheduler-views {        
        z-index: 1001;
    }
}

.tab-content .tab-pane {
    overflow-y: auto!important;
    overflow-x: hidden;
}

#appContentEditContainer:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    z-index: -1;
    opacity: 0.7;
}

/*It is better to find and fix in the js code instead css */
/*.k-animation-container {
    left: 0!important;
    padding-left: 0!important;
}*/

.side-menu {
    list-style: none;
    padding-left: 0px !important;
    border-right: 1px solid rgba(0,0,0,.0625);
}
.side-menu li {
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
}
.side-menu li:hover {
    color: #aaa;
}

.side-menu li a:hover {
    color: #aaa;
    text-decoration:none;
}
.right-side-content{
    flex-grow:1;
    padding-left: 20px;
}
.sidebar-heading {
    line-height: 50px;
}
@media only screen and (min-width : 991px){
    .navbar {
        padding: 5px 15px;
        box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    }
    .navbar .container-fluid {
        display: flex;
        padding: 0;
    }
    .navbar-header {
        display: flex;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .navbar-nav > li:last-child {
        margin-left: auto;
    }
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
        padding: 13px 10px;
    }
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 180px;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -180px;
}

@media (min-width: 768px) { 
    #sidebar {
        width: 250px;
        margin-top: -14px;
        position: static;
        height: calc(100vh - 148px);
    }
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #aaa;
    /* background: #6d7fcc; */
}

a[data-toggle="collapse"] {
    position: relative;
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
#srptLiabiltyWeekDate .k-dateinput{
    max-width: 49%;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.tab-content {
    width: calc(100% - 180px);
    padding: 0 20px 20px 20px;
    transition: all 0.3s;
    /* position: absolute; */
    top: 80;
    right: 0;
    height: calc(100vh - 75px);
}

.tab-content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -180px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    .tab-content {
        width: 100%;
        padding: 20px;
    }
    .tab-content.active {
        width: calc(100% - 180px);
    }
    .jp-card-front {
        width: calc(100% - 25px) !important;
    }

    #appContent{
        padding-right: 0px;
    }

    #kendoAllMenuItemsGrid .k-grid-content {
        height: calc(100vh - 264px);    
    }

    #menuContainer, #menuItemContainer, #appContentWrapper, #settingContainer {
        height: calc(100vh - 80px);
    }
}
#sidebar .list-group-item.active {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.page-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.settings-card-wrapper {
    width: 100% !important;
}


#mojoConfirmDialog {
    background: rgba(0,0,0,0.4);
    padding: 100px 5% 0 5%;
    
}
#inventoryStockAdjustment .k-input-lg {
    width: 100%;
}
#inventoryStockAdjustment .k-header {
    padding: 15px;
}
#inventoryStockAdjustment .k-window {
    width: 90%;
    height: 75vh;
}
.k-window-title {
    padding: 10px;   
}
.inventory-body{
    height: calc(100vh - 240px);
    overflow-y: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.bottomToolbar {
    /* background: fixed; */
    /* background: fixed; */
    /* position: relative; */
    /* left: 1vw; */
    /* width: 600px; */
    top: 78vh;
    position: fixed;
    /* right: 10px; */
}

.schedule_div {
    height: calc(100vh - 80px);
}

.k-tabstrip:focus{ box-shadow: none !important;}

#salesBreakdownChart{
    padding-left: 0;
    padding-right: 0;
}

.word-break-all {
    word-break: break-all;
}

