@charset "utf-8";
/* CSS Document */
.hideWeb, .testar {
    display: none;
}
.modal-dialog {
    max-width: 690px;
}
.bg-gradient-primary-default {
    background-color: #4e73df;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
}
.GlobalAjaxSendFunction {
	cursor: pointer;
}
.ui-autocomplete {
     z-index: 9999 !important;
}
.OpenModal {
	cursor: pointer;
}
.ModalFormInputGroup {
	float:left;
}
#SearchResults {
	display: none;
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#CustomerResult a, #ContactResult a, #ProductResult a {
	color: inherit;
	text-decoration: none;
}
.bg-gradient-primary {
	background-image: none;
}
.sidebar-brand img {
	max-width: 60%;
} 
.bg-login-image {
	background: url(../img/login_pic.jpg);
    background-position: center;
    background-size: cover;
}
.CustomerDataTable thead {
	display: none;
}
.btn-primary-default {
	background-color: #4e73df;
	border-color: #4e73df;
	color: #FFF;
}
.btn-primary-default:hover {
	color: #FFF;
}
.dropdown-item {
	padding: 0.9rem 1.5rem;
}
.OpenModalSubContent {
	cursor: pointer;
}
.fullScreenFoodEasy {
	position: fixed;
    width: 101vw;
    height: 100vh;
    background: #333333;
    z-index: 1000;
    left: 0;
    top: 0;
    color: #ebebeb;
    font-family: Calibri, Arial, Times New Roman, serif;
    font-size: 18px;
    text-align: center;
    padding: 15px 15px 0px 15px;
    display: none;
}
.fullScreenFoodEasy .timeButton, .fullScreenFoodEasy .reasonButton, .customMinuteButton {
	text-align: center;
    background: #ebebeb;
    padding: 20px;
    border: 2px solid #333;
    font-weight: bold;
	cursor: pointer;
}
.fullScreenFoodEasy .timeButton .minutesTitle, .fullScreenFoodEasy .reasonButton .minutesTitle, .customMinuteButton .minutesTitle {
	font-size: 2.5em;
	margin:0;
}
.fullScreenFoodEasy .timeButton .minutesLabel, .fullScreenFoodEasy .reasonButton .minutesLabel  {
	font-size: 1.25em;
    margin: 0px 0px 5px 0px;
    line-height: 1em;
}
.waitingOrdersColumn .card {
	border-radius: 0px;
    background: #fff;
    border: none;
}
.praparingOrdersColumn .card {
	border-radius: 0px;
    background: #fff;
    border: none;
}
.preparingOrdersColumn .card-body, .waitingOrdersColumn .card-body {
	padding: 10px
}
.praparingOrders .card-body {
    padding: 10px;
}
.responseDenyContent {
	display: none;
}
.col-12.col-lg-12.reasonButton, .fullScreenFoodEasy .reasonButton {
    text-align: left;
    font-weight: normal;
}
.fullScreenFoodEasy .reasonButton .minutesTitle {
    font-weight: bold;
    font-size: 2em;
}
.closeFullScreenFoodEasy {
	position: fixed;
    font-size: 1.25em;
    bottom: 0;
    margin-bottom: 10px;
    font-weight: bold;
	cursor: pointer;
	z-index: 2000;
}
.increaseSalesBanner.text-right {
    position: fixed;
    width: 100vw;
    bottom: 0;
}
ul#accordionSidebar {
    z-index: 500;
}
.waitingOrders .card-body {
    border-bottom: 3px solid black;
}
span.mealIngredientItem, span.mealOptionalSideItem {
    background-color: #ebf7fd;
    color: #009de0;
    padding: 0.35em 0.75em;
    font-weight: bold;
    border-radius: 0.5em;
    font-size: 0.85em;
    line-height: 2.75em;
    cursor: pointer;
    margin-right: 0.6em;
    white-space: nowrap;
}
.mealIngredientItem i.fas.fa-times {
    margin-right: 0.45em;
}
.list-meals li, .list-categories li, .list-optionalSides li, .list-optionalGroups li, .listBoardingSteps li {
    list-style: none;
    border-style: solid;
    border-width: 0px 0px 0.35px 0px;
    padding: 0.35em 0.35em;
    background: #1a2035;
    border-color: #8b92a9;
    color: #8b92a9;
    font-weight: 400;
}
span.listmeal-copy, span.listmeal-edit, span.listcategory-edit, span.listcategory-open {
    float: right;
    margin-left: 0.5em;
    cursor: pointer;
}
ul.list-meals, ul.list-categories, ul.list-optionalSides, ul.list-optionalGroups, .listBoardingSteps {
    padding-left: 0.2em;
}
.listBoardingSteps li {
    background: white;
}
.list-meal, .list-optionalGroup {
    display: none;
}
.advancedMealSettings, .ingredientsAutocomplete, .optionalSideAutocomplete {
    display: none;
}
span#domainIsAvailable {
    color: green;
    display: none;
}
span#domainIsUnAvailable {
    color: red;
    display: none;
}
span#domainIsChecking {
    color: orange;
    display: none;
}
li.disabledBoardingItem {
    background-color: gainsboro;
    color: currentcolor;
    cursor: not-allowed;
}
.listBoardingSteps {
    font-size: 0.9em;
}
.paymentOptionImage, .importMealsOptionImage {
    width: 40%;
    float: left;
}
.paymentOptionImage img, .importMealsOptionImage img {
    max-width: 100%;
}
.paymentOption h4, .importMealsOption h4 {
    font-family: arial;
    font-weight: bold;
    background: aliceblue;
    padding: 0.5em 1em;
    color: #009de0;
    margin: -1px -1px 0.5em -1px;
    font-size: 1.35em;
}
.paymentOption, .importMealsOption {
    border: 3px solid aliceblue;
}
hr.seperator-fix {
    clear: both;
    visibility: hidden;
    margin: 0;
    border: none;
}
#ibanCalculator, #easyFormInit {
    display: none;
}
#easyFormInit {
    float: left;
}
.btn, .modifyBoarding {
    cursor: pointer;
}
.openOrderFromOrdescreen {
    float: right;
    color: #008cb4;
}
i#reprintBtn {
    color: #008cb4;
    cursor: pointer;
}
span.openOrderFromOrdescreen.openModal {
    float: right;
    color: #008cb4;
}
/* width */
::-webkit-scrollbar {
    width: 18px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #202940; 
    
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #10141f; 
  }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.headerBtn {
    float: right;
    font-size: 0.7em;
    border: 1.5px solid;
    padding: 0.35em 0.5em;
    border-radius: 0.25em;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
}
.headerBtn:hover {
    background: rgba(250,250,250,0.25);
}
span.resultLastInvoice {
    font-size: 1.5em;
    font-weight: 200;
}
.hori-timeline .events {
    border-top: 3px solid #333;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #333;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 30%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
    ul.list-inline.events {
        text-align: center;
    }
}
.bg-soft-primary {
    background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
    background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
    background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
    background-color: rgba(249,213,112,.3)!important;
}
iframe#launcher {
    bottom: 55px !important;
    left: unset !important;
    right: 0;
}
button.wrapper-AtBcr.u-isActionable.u-textLeft.u-inlineBlock.u-borderNone.u-textBold.u-textNoWrap.Arrange.Arrange--middle.u-userLauncherColor {
    padding: 0.45rem 0.85rem;
    text-transform: uppercase;
}
.positionCategory {
    display: inline-block;
    float: left;
    margin-right: 0.25em;
}
.positionCategory span {
    display: block;
    font-size: 0.9em;
    cursor: pointer;
    height: 0.95em;
}
span.list-meal-desc {
    top: 5px;
    position: relative;
}
div#saveCategoryItem, div#saveMealItem {
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgb(111 110 182 / 50%);
    width: 100vw;
    display: flex;
    padding: 0.5em 1.5em;
    color: white;
}
div#saveCategoryItem .saveBtn, div#saveMealItem .saveBtn {
    text-align: right;
    width: 23%;
}
.spinningElement {
    margin-top: 5px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
.card.mb-2.inEatHowDoesItWorks {
    text-align: center;
    font-size: 1.1em;
}
.card.mb-2.inEatHowDoesItWorks i {
    font-size: 3.25em;
    margin-bottom: 0.2em;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.boxContent label {
    float: left;
    width: 50%;
    border: 1px solid;
    padding: 0.5em;
    text-align: center;
    cursor: pointer;
} 
.boxContent input[type="radio"] {
    width: 22px;
    height: 22px;
    margin: 1em;
}
.card-header i.fas.fa-toggle-on, .card-header i.fas.fa-toggle-off {
    float: right;
    font-size: 1.25em;
    cursor: pointer;
}
.answerTimeButton,
.markAsDone {
    background: #008cb4;
    color: white;
    padding: 0.55em;
    text-align: center;
    border-radius: 0.5em 0em 0em 0.5em;
    cursor: pointer;
}
.openOrderButton {
    background: #e32400;
    color: white;
    padding: 0.55em;
    text-align: center;
    border-radius: 0em 0.5em 0.5em 0em;
    cursor: pointer;
}
.printOrderButton {
    background: #e32400;
    color: white;
    padding: 0.55em;
    text-align: center;
    border-radius: 0em 0.5em 0.5em 0em;
    cursor: pointer;
}
.praparingOrders .openOrderButton {
    background: #f5700c;
    color: white;
    padding: 0.55em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}
.row.orderButtons {
    margin-top: 1em;
}
.overviewStatisticsAtOrderingScreenDesktop {
    display: none !important;
}
@media only screen and (min-width: 992px) {
    .overviewStatisticsAtOrderingScreenDesktop {
        display: block !important;
    }
    .overviewStatisticsAtOrderingScreenPhone {
        display: none;
    }
}
.onHoldTableRow {
    display: grid;
    grid-template-columns: 30% 30% 30% 10%;
}
.col-OnholdTable {
    border-bottom: 1px solid;
    padding: 0.25em;
}
span.priceLabel {
    background: linear-gradient(60deg, #288c6c, #4ea752);
    color: white;
    padding: 0.15em 1em;
    border-radius: 0.5em;
}
.header-right {
    cursor: pointer;
    float: right;
}