/* Empty. Add your own CSS if you like */

/*PRIMARY AND SECONDARY COLORS*/
.color-primary{color:#4d394b;}
.color-secundary{color:#FFFFFF}
.background-primary{background-color:#4d394b;}
.background-secondary{background-color:#FFFFFF;}
.border-primary{border-color:#4d394b;}
.border-secondary{border-color:#FFFFFF;}

/*PRIMARY COLOR WITH SUB-CLASSES (EXAMPLE, APPLY TO BUTTONS TO SHOW EFFECT WHEN CLICK)*/
.color-primary-active:active,
.color-primary-visited:visited,
.color-primary-checked:checked,
.color-primary-hover:hover
{color:#362831;}
.background-primary-active:active,
.background-primary-visited:visited,
.background-primary-checked:checked,
.background-primary-hover:hover
{background-color:#362831;}
.border-primary-active:active,
.border-primary-visited:visited,
.border-primary-checked:checked,
.border-primary-hover:hover
{border-color:#362831;}

body {
  direction: ltr;
}
.drop-btn {
  right: 7vw;
}

.arabic_rtl .drop-btn {
  right: auto;
  left: 14vw;
}

.arabic_rtl {
  direction: rtl;
}

.bar-royal .button.button-icon {
  position: absolute;
  left: 0;
}

.small-toggle {
  width: 100%!important;
}

.toggle-cont span {
  margin-right: 0;
}

.arabic_rtl .toggle-small.item-toggle .toggle {
  left: 2vw;
  right: auto !important;
}

.arabic_rtl .small-toggle {
  padding-right: 0!important;
  text-align: right;
}

.arabic_rtl .float-right {
  float: left !important;
}
.arabic_rtl .text-right {
  text-align: left;
}
.arabic_rtl .float-left {
  float: right !important;
}

.arabic_rtl .item-toggle .toggle {
  right: auto;
  left: 10px;
}

.dish-options {
  padding-left: 10px;
  font-size: 12px !important;
}
@media only screen and (min-width: 700px){
  .dish-options {
    font-size: 20px !important;
  }
}
.bar-royal .button.button-icon {
  position: initial;
}

/*.hori-scroll {
  left: 10% !important;
  width: 80%!important;
}
.div.my-menu-header {
  width: auto!important;
}*/

.menu-list-business {
  margin: 25px 0 10px 0;
  height: calc(25vw + 100px);
  overflow-x: scroll;
}

.hori-scroll {
  width: auto!important;
  left:auto!important;
}

.hori-scroll div.scroll {
  width: 78vw!important;
}

.menu-list-business .menu-business {
  text-align: center;
  width: 78vw!important;
  padding: 0 30px;
}

.menu-list-business .menu-business img {
  width: 25vw;
  height: 25vw;
  margin: 0 auto;
}

.menu-list-business .menu-business .toggle-cont {
  width: calc(78vw - 60px);
}

.menu-cont {
  position: relative;
}

.overflow-scroll .scroll {
  height: auto;
}

.right-buttons button,
.left-buttons button {
  color: #fff;
  background: transparent;
  border-color: transparent;
}

.right-buttons button i:before,
.left-buttons button i:before {
  font-size: 6vw !important;
}

.right-buttons button i.ion-navicon:before,
.left-buttons button i.ion-navicon:before {
  font-size: 7.5vw !important;
}

.bar .button, .bar button {
  line-height: 0;
}

.bar.bar-header button {
  height: 6.5vw !important;
  /* width: 14vw !important; */
  margin-top: 0vw;
  /*margin-bottom: 8vw;*/
}

md-sidenav{
  min-width: 43% !important;;
}

.bar .buttons-left span {
  display: inline-block;
}

.item-in-divider {
  height: 1.5vw!important;
}

.order-item {
  border-left-width: 6px;
  border-left-color: #999;
}

.order-item div.row {
  padding: 0px 0!important;
}

div.my-menu-header {
  min-width: initial !important;
}

.my-menu-header img {
  max-width: 190px;
  max-height: 190px;
}

.order-item div.row {
  padding: 5px 0 !important;
}

.order-item div.row div.col {
  /*padding: 5px 0 !important;*/
}

@media (min-width: 678px) {
  .order-item div.row div.col {
    padding: 5px 0 !important;
  }
}

@media (max-width: 400px) {
  .order-item div.row {
    padding: 0 !important;
  }
  .order-item .review {
   font-size: 9px !important;
   line-height: 9px !important;
   padding: 2px !important;
   margin: 4px 4px auto auto !important;
  }
}

.multiline {
  white-space: initial;
}

ion-header-bar {
  direction: ltr!important;
}

/* @media only screen and (max-device-width: 768px){
  ion-header-bar{
    height: 70px !important;
  }

  .tabs-tablet{
    top: 70px !important
  }

  .view-tablet{
    top: 30px !important;
  }

  .order-detail-tablet{
    top: 70px;
  }

  .chat .messages{
    height: calc(100% - 100px) !important;
  }

  .has-footer{
    bottom: 20vw !important;
  }
  .bottom-bar-h{
    height: 20vw !important;
  }
} */

.order-title{
  font-size: 3.5vw;
  line-height:1.2;
  padding-top:1vw;
}

.padding-btn{
  padding-bottom: 0px;
}

.button-search{
  height: 14vw !important;
}

.map-cont{
  height: 88%;
}

@media only screen and (min-device-width : 500px) and (max-device-width : 767px)  {
  .order-title{
    font-size: 2.5vw;
  }

  ion-header-bar{
    height: 60px !important;
  }

  .tabs-tablet{
    top: 60px !important
  }
 
  .bar .title{
    margin-top: 2px;
  }

  .has-subheader{
    top: 110px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
  ion-header-bar{
    height: 70px !important;
  }

  .tabs-tablet{
    top: 70px !important
  }

  .view-tablet{
    top: 30px !important;
  }

  .order-detail-tablet{
    top: 70px;
  }

  .chat .messages{
    height: calc(100% - 100px) !important;
  }

  .has-footer{
    bottom: 19vw !important;
  } 
  
  .bottom-bar-h{
    height: 19vw !important;
  }

  .order-title{
    font-size: 2.5vw;
  }
  .icon-loc-pin{
    margin-top: 0 !important;
  }

  /* .bar .title{
    margin-top: 5px;
  } */

  .padding-btn{
    padding-bottom: 60px !important;
  }

  .footer-ipad-products{
    bottom: 70px !important;
  }

  .padding-top{
    padding-top: 25px;  
  }

  .back-popup{
    margin-top: -12px !important;
  }

  .bar .buttons-left span{
    margin-top: -5px !important;
  }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1800px)  {
  .order-title{
    font-size: 2.5vw;
  }

  ion-header-bar{
    height: 90px !important;
  }

  .bar-subheader {
    top: 90px;
  }

  .tabs-tablet{
    top: 90px !important
  }
  .order-detail-tablet{
    top: 90px;
  }

  .has-subheader {
    top: 130px;
  }

  .order-title{
    font-size: 2.5vw;
  }

  .icon-loc-pin{
    margin-top: 0 !important;
  }
  .bar .title{
    margin-top: 1px;
  }

  .padding-btn{
    padding-bottom: 60px !important;
  }

  .footer-ipad-products{
    bottom: 90px !important;
  }

  .bottom-bar-h{
    bottom: 30px;
  }
}

/* @media only screen and (max-device-width: 1030px) {
  ion-header-bar{
    height: 90px !important;
  }

  .tabs-tablet{
    top: 90px !important
  }

  .order-detail-tablet{
    top: 90px;
  }

  .has-subheader {
    top: 130px;
  }
} */

.small-product-toggle {
  background: transparent;
  width: 80% !important;
  padding-right: 75px !important;
  padding-left: 2vw !important;
	border:none !important;
	height: 45px;
}

.toggle-small.item-toggle .toggle {
  right: 4vw!important;
}

.arabic_rtl .toggle-small.item-toggle .toggle {
  left: 4vw!important;
}

.businesses {
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 20px;
}

.businesses .business {
  display: inline-block;
  text-align: center;
  width: 78vw!important;
  padding: 0 30px;
}

.businesses .business .image {
  width: 100px;
}

.businesses .business .name {
  font-size: 1.3em!important;
}

.protab{
  width: 100%;
  float:left;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
}

.proimages{
  width: 175px;
  height: 135px;
  margin: 0 auto 15px;
}

.proimages img{
  width: 175px;
  height: 135px;
  border: 1px solid lightgray;
}

.upload{
  width: 175px;
  height: 35px;
  color: #fff;
  border-radius: 3px;
  background-color: #0ab17f;
  border: none;
}

.w-100{
  width: 100%;
}

input[type="text"].in-box-style,
input[type="number"].in-box-style,
input[type="tel"].in-box-style,
textarea.in-box-style{
  padding: 5px;
  border: 1px solid #ccc !important;
}

.select-box-style {
  display: block;
  padding-top: 2px;
  padding-left: 0;
  height: 34px;
  color: #111;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ccc !important;
  background: #fff url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% 10px;
  background-size: 20px;
}

.product-footer-style{
  background-color: #0ab17f;
  line-height: 35px;
  text-align: center;
  width: 100%;
  color: #FFF;
  font-size: 16px;
}

.product-footer-text{
  width: 100%;
}

.login-cont input {
  min-height: 70px !important;
}

.login-cont .label-login {
  line-height: 70px;
}

@media (min-width: 678px) {
  .login-cont input {
    min-height: 100px !important;
  }
  .login-cont .label-login {
    line-height: 100px;
  }
}

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.button.button-default {
  background-color: #4d394b !important;
  color: #fff !important;
}

.button.button-positive {
  background-color: #2ab17b !important;
  color: #fff !important;
}
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-regular.ttf');
}

.btn-tutorial {
  position: absolute;
  color: gray;
  font-size: 20px;
  bottom: 2.5vh;
  z-index: 9999;
  right: 5%;
}
.tablet .btn-tutorial {
  font-size: 25px;
}
.slider-pager {
  bottom: 4vh;
  z-index: 9999;
}
.slider-pager .slider-pager-page {
  color: #ccc;
  opacity: 1;
  font-size: 10px;
  width: 15px;
}
.slider-pager .slider-pager-page.active {
  color: #ff9800 !important; 
}
.tablet .slider-pager .slider-pager-page  {
  font-size: 15px;
  width: 20px;
}
.modal-tutorial {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal-tutorial .scroll {
  height: 100%;
}
.tutorial-logo {
  max-width: 45% !important; 
  padding-top: 4vh;
}
.tutorial-image {
  max-width: 55% !important;
  padding-top: 4vh;
}
.tifirst {
  max-width: 67% !important;
}
.tisix {
  max-width: 60% !important;
}
.tablet .tutorial-image {
  max-width: 60% !important;
}

.title-tutorial {
  color: #ff9700;
}

.title-tutorial {
  color: #ff9700;
}
.tablet .title-tutorial {
  padding-top: 1.5vh;
  font-size: 2.2vh;
}
.instructions-tutorial {
  color: gray;
  font-size: 13px;
  text-align: center;
  padding: 0 10% 0;
}
.tablet .instructions-tutorial {
  padding-top: 0.8vh;
  font-size: 1.9vh;
}

.button-box {
  text-align: center;
  bottom:30px;
  width: 100%; 
  position: absolute;
}

.tablet .button-box {
  bottom:20px;
}

.btn-fix.button:after {
  bottom: 0;
}

.bar .buttons {
  padding-top: 2px;
}

.platform-ios.platform-ios-x md-list {
  margin-top: 30pt;
}

.platform-ios.platform-ios-x.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
  height: 74px;
}

.platform-ios.platform-ios-x.platform-cordova:not(.fullscreen) .has-header,
.platform-ios.platform-ios-x.platform-cordova:not(.fullscreen) .bar-subheader {
  top: 74px!important;
}

.platform-ios.platform-ios-x.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
  margin-top: 30px;
}

.platform-ios.platform-ios-x .bar .title {
  top: 0!important;
}

.platform-ios.platform-ios-x.platform-cordova:not(.fullscreen) .has-header.has-subheader {
  top: 119px!important;
}

.radio-button,
.check-box {
  font-size: 15px;
  padding: 5px;
}

.radio-button input,
.check-box input {
  display: none;
}

.radio-button i,
.check-box i {
  font-size: 20px;
  color: #2ab17b;
}

.check-box .icon.uncheck i {
  color: #ccc;
}

.radio-button .text,
.radio-button .icon,
.check-box .text,
.check-box .icon {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}

.radio-button .icon
.check-box .icon {
  vertical-align: middle;
  line-height: 18px;
  padding-right: 5px;
}

.chat {
  height: 100%;
  background: #444;
}

.chat .messages {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  overflow-y: auto;
  height: calc(100% - 70px);
}

.chat .messages .message {
  margin-bottom: 10px;
}

.chat .messages .message .content {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
}

.chat .messages .message .content .image {
  width: 100%;
}

.chat .messages .message .content .image-foot {
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}

.chat .messages .message:last-child {
  margin-bottom: 0;
}

.chat .messages .message .content .date {
  text-align: right;
  font-size: 10px;
}

.chat .messages .message .content .author {
  font-weight: bold;
  margin-bottom: 5px;
}

.chat .messages .message.general {
  text-align: center;
}

.chat .messages .message.general .content {
  max-width: 75%;
  background: #f5f5f5;
  font-size: 12px;
}

.chat .messages .message.to {
  text-align: right;
}

.chat .messages .message.to .content {
  background: #ddd;
  max-width: 300px;
}

.chat .messages .message.from .content {
  background: #f5f5f5;
  max-width: 300px;
}
.chat-footer {
  min-height: 70px;
  padding: 0;
}
@media (min-width: 767px) {
  .chat-footer {
    min-height: 100px;
  }
}
.chat-footer .controls {
  height: 70px;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  background: #eee;
  padding: 0 7px 5px 7px;
}

.chat-footer .controls .send-to {
  height: 30px;
  display: flex;
}

.chat-footer .controls .send-to .check-box {
  flex-grow: 1;
  flex-basis: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-footer .controls .input {
  overflow: hidden;
}

.chat-footer .controls .input button {
  width: 35px;
  float: right;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
}

.chat-footer .controls .input button.active {
  border: 1px solid #2ab17b;
  background: #2ab17b;
  color: #fff;
}

.chat-footer .controls .input button:first-child {
  border-radius: 0 4px 4px 0;
}

.chat-footer .controls .input .input input {
  width: 100%;
  font-size: 16px;
  padding: 5px 7px;
  height: auto;
  color: #333;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.order-item .unread-messages {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background: #4d394b;
}

[nav-bar-transition="ios"] [nav-bar="active"] .bar, [nav-bar-transition="ios"] [nav-bar="entering"] .bar{
  /* background: #4d394b !important; */
}

.loading-container .loading {
  background-color: #FFF;
  color: #333;
}

.spinner svg {
  width: 110px!important;
  height: 50px!important;
}

.margin-line{
  margin-top: 10px;
  margin-bottom: 10px;
}
 .order-item .review {
  border: solid 1px;
  border-radius: 3px;
  text-align: center;
  color: #2ab17b;
  font-size: 13px;
  line-height: 13px;
  float: right;
  padding: 2px;
  margin: 0;
 }

 .review .ion-android-star {
   font-size: 30px;
   padding: 0 4px;
   color: gray;
 }
 .review .ion-android-star.selected {
   color: #e7c249;
 }

.center {
  text-align: center;
}

.bar.bar-subheader.bar-subheader-buttons {
  padding: 0;
}

.bar.bar-subheader .button-bar.button-bar-fixed {
  height: 44px;
}

.bar.bar-subheader .button-bar.button-bar-fixed > .button:last-child,
.bar.bar-subheader .button-bar.button-bar-fixed > .button:first-child {
  border-radius: 0;
}

.bar.bar-subheader .button-bar.button-bar-fixed > .button.icon {
  max-width: 50px!important;
  padding: 0 5px;
}
.bar.bar-subheader .button-bar.button-bar-fixed > .button.icon:before {
  line-height: 40px;
}

.bar.bar-subheader .button-bar.button-bar-fixed > .button {
  line-height: 42px;
  font-size: 15px;
  background: #fff;
  /* border-bottom-width: 2px; */
  border-bottom-style: solid;
  border-left-width: 0;
  border-width: 0 0 2px 0;
  border-bottom-color: #eee;
}

.bar.bar-subheader .button-bar.button-bar-fixed > .button.selected {
  border-bottom-color: #4d394b;
}

.groups {
  white-space: nowrap;
  padding: 15px 0;
  margin: 0 10px;
}

.groups .group {
  /* width: 150px; */
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.19);
  margin-left: 5px;
  border-radius: 4px;
  padding: 7px 12px;
}

.groups .group:last-child {
  margin-right: 5px;
}

.groups .group.active {
  /* background: #eee; */
  border: 1px solid #ddd;
  box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.19);
}

.groups .group .color {
  display: inline-block;
  background-color: #ccc;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 5px;
}

.groups .group strong {
  vertical-align: middle;
}

.groups .group .center {
  color: #444;
}

.version-app{
  text-align: center;
  bottom: 6px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
  width: 100%;
}

.version-app .version-txt{
  text-align: center;
  color: #c5c5c5;
}

.arabic_rtl .menu-list-item .md-list-item-inner i {
  margin-left: 1rem;
  display: inline-block;
  min-width: 1.8rem;
  text-align: center;
  font-size: 1.2rem;
}

.arabic_rtl .menu-list-item .md-list-item-inner {
  font-size: 1rem;
}

.arabic_rtl ion-header-bar {
  direction: rtl !important;
}

.arabic_rtl .bar .title + .buttons {
  direction: rtl;
  right: auto;
  left: 5px;
}

.arabic_rtl .order-item .unread-messages {
  right: auto;
  left: 5px;
}

ion-footer-bar .button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-ready{
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.progress-time{
  width: 100%;
  display: flex;
}

.progress-bar {
  height: 12px;
  border-radius: 10px;
}

.progress-time p{
  width: 20%;
  text-align: right;
}