body {
  background-color: #EEE;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Lucida Grande";
  overflow: hidden;
}
table {
  border-collapse: collapse;
  margin-bottom: 0 !important;
}
.cover {
  flex: 1;
  -webkit-flex: 1;
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  top: 0;
}
.loading {
  height: 100%;
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #444;
}
/* Icon button */
.icon-button {
  border-radius: 60px;
  margin: 7px 5px 7px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #3b5998;
}
.icon-button img {
  width: 20px;
}
.icon-span img {
  width: 20px;
}
.tc {
  text-align: center;
}
/* Flex utils */
.flex {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
}
.scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.flex-scroll {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: auto;
}
.flex-scroll > div {
  min-height: min-content !important;
  margin: 10px;
}
.flex > * {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex1 {
  flex: 1;
  -webkit-flex: 1;
}
.flex2 {
  flex: 2;
  -webkit-flex: 2;
}
.center-all {
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.align-items-center {
  align-items: center;
  -webkit-align-items: center;
}
.justify-content {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Force scroll to always visible on iOS */
.force-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.force-scroll::-webkit-scrollbar:vertical {
  width: 11px;
}
.force-scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}
.force-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.force-scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
/* Sections title */
.title {
  color: #3b5998;
  font-size: 34px;
}
/* Logo */
.logo {
  width: 100px;
  margin: 5px;
}
/* Frame */
.frame {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex: 1;
  -webkit-flex: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.body {
  flex: 1;
  -webkit-flex: 1;
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
}
.content {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex: 1;
  -webkit-flex: 1;
}
/* Login */
.login {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex: 1;
  -webkit-flex: 1;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
}
/* Facebook login button */
.facebook-button {
  background-color: #3b5998;
  border: 1px solid #8b9dc3;
  color: #dfe3ee !important;
}
.google-button {
  margin-top: 5px;
  background-color: #139a58;
  border: 1px solid #139a58;
  color: white;
}
.azure-button {
  margin-top: 5px;
  background-color: #000;
  border: 1px solid #AAA;
  color: white;
}
.login-button {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 7px;
  font-size: 15px;
  text-decoration: none !important;
}
.login-button:hover {
  color: white;
}
/* Header */
.header {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  background-color: #4285f4;
  height: 56px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.dropdown-toogle {
  cursor: pointer;
}
.toogle {
  opacity: 0.75;
  padding: 16px 24px;
  background-size: 24px 24px;
  box-sizing: content-box;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.toogle:hover {
  opacity: 1;
}
.wait-dropdown {
  border-radius: 5px;
  color: #ffffff;
  margin: auto 5px auto 0;
  padding: 0 5px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-size: 1.3em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.resto-title {
  color: #fff;
  margin: auto 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3em;
  -webkit-transition: width 0.5s;
  transition: all 0.5s;
}
.resto-title-absolute {
  text-align: center;
  color: #fff;
  margin: auto 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3em;
  -webkit-transition: width 0.5s;
  transition: all 0.5s;
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  width: 100%;
  height: 56px;
  z-index: 0;
}
.nav {
  width: 216px;
  padding: 7px 0;
  font-size: 13px;
  cursor: pointer;
  overflow: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, transform 0.5s;
}
.nav > * {
  z-index: 1;
  text-shadow: 0 1px 0 #EEE;
}
.nav.close {
  width: 0px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-200px, 0px);
}
.breadcrumbs {
  opacity: 0.3;
  margin: 0 20px;
  width: 25px;
}
.nav-item {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  align-items: center;
  -webkit-align-items: center;
}
.nav-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-item > img,
.nav-item > div {
  margin: 10px 15px;
  width: 24px;
}
.nav-item.selected {
  background-color: rgba(0, 0, 0, 0.05);
  color: #212121;
  font-weight: bold;
}
/* Workperiod */
.open-workperiod {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex: 1;
  -webkit-flex: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.open-workperiod .date {
  font-size: 30px;
}
.open-workperiod .time {
  font-weight: bold;
  font-size: 40px;
}
.open-workperiod input {
  text-align: center;
}
.open-workperiod button {
  margin-top: 5px;
}
/* User */
.user {
  width: 42px;
  height: 42px;
  margin-right: 5px;
  margin-top: 7px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  cursor: pointer;
}
.user:hover {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  border-color: white;
}
.google-maps-icon {
  background-color: white;
  height: 23px;
  margin-top: 5px;
  border: 1px solid #EEE;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 22px;
}
.google-maps-icon:hover {
  background-color: #EEE;
}
/* Bars */
.button-bar-top {
  border-bottom: 1px solid #3b5998;
  height: 56px;
  padding: 0 5px;
}
.button-bar-bottom {
  border-top: 1px solid #3b5998;
  height: 56px;
  padding: 0 5px;
}
/* Color selector */
.color-block {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 1;
  border: 1px solid white;
  cursor: pointer;
}
.color-block:hover {
  outline: 2px solid #555;
}
.color-selected {
  outline: 2px solid black;
}
/* Pages */
.pages {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex: 1;
  -webkit-flex: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.pages .main {
  flex: 1;
  -webkit-flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.form {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex: 1;
  -webkit-flex: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.bar {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
}
.form .main {
  flex: 1;
  -webkit-flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 10px;
}
.bar > * {
  margin-left: 5px;
}
.bar:first-child {
  margin-left: 0px;
}
/* Thumbs */
.thumb-delete {
  width: 20px;
  position: absolute;
  right: 0;
  background-color: white;
  border-radius: 100px;
  top: 0;
  cursor: pointer;
}
.thumb-delete:hover {
  border: 1px solid black;
}
/* Menu */
.menu {
  flex: 2;
  -webkit-flex: 2;
  padding: 5px;
  position: relative;
}
.menu-body {
  display: flex !important;
  display: -webkit-flex !important;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  -webkit-flex-direction: column;
  border: 1px solid #ddd;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu-content {
  overflow: auto;
  background-color: #FFF;
  border: 1px solid white;
  margin: 0 auto 54px;
  max-width: 828px;
  position: relative;
}
.cover-logo > img {
  height: 56px;
  border-radius: 100px;
  position: absolute;
  border: 1px solid white;
  top: 5px;
  left: 5px;
}
.menu-cover {
  max-height: 315px;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
  overflow: hidden;
}
.menu-cover img {
  width: 100%;
}
.menu-category {
  color: #FFF;
  background-color: #ba0204;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 0px;
}
.menu-category-table {
  width: 100%;
}
.oner .item-select {
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ddd;
  width: 100%;
}
.two .item-select {
  width: 50%;
}
.two .item-select:nth-of-type(1) {
  border-right: 1px dotted #ccc;
}
.item-svg-icon {
  display: inline-block;
  margin-left: 5;
  width: 18;
}
/*Menu OLD*/
.item-select {
  cursor: pointer;
}
.onerow .item-select {
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ddd;
  width: 100%;
}
.tworows .item-select {
  width: 50%;
}
.tworows .item-select:nth-of-type(2) {
  /*border-bottom: 1px dotted #ccc;*/
}
.tworows .item-select:nth-of-type(1) {
  /*border-bottom: 1px dotted #ccc;*/
  border-right: 1px dotted #ccc;
}
.threerows .item-select {
  width: 33.333333%;
}
.threerows .item-select:nth-of-type(3) {
  /*border-bottom: 1px dotted #ccc;*/
}
.threerows .item-select:nth-of-type(2) {
  /*border-bottom: 1px dotted #ccc;*/
  border-right: 1px dotted #ccc;
}
.threerows .item-select:nth-of-type(1) {
  /*border-bottom: 1px dotted #ccc;*/
  border-right: 1px dotted #ccc;
}
.item-select table {
  width: 100%;
}
.item-select .nombre {
  font-size: 16px;
}
.item-select .circle {
  min-width: 70px;
  min-height: 70px;
}
.item-select .descripcion {
  font-size: 12px;
  color: #444;
}
.item-select .precio {
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  width: 40px;
}
.item-select:hover {
  background-color: #EEE;
}
.filter-checkbox {
  display: inline-block;
}
.filter-checkbox > * {
  margin: 10px;
}
.filter-checkbox > div {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
}
.days {
  font-size: 10px;
  font-weight: bold;
}
.day {
  display: inline-block;
  padding: 3px;
  margin: 3px;
  cursor: pointer;
}
.pos-key:after {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 70%;
  border-radius: calc(100% * 15px / 768);
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.pos-key:active:after {
  bottom: 0;
  top: auto;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) !important;
}
.pos-key-down:after {
  bottom: 0;
  top: auto;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) !important;
}
.pos-key:active {
  opacity: 1;
}
.force-scroll {
  -webkit-overflow-scrolling: auto;
  overflow: auto;
}
.res div,
.res span,
.res img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.force-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.force-scroll::-webkit-scrollbar:vertical {
  width: 2em;
}
.force-scroll::-webkit-scrollbar:horizontal {
  height: 2em;
}
.force-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.5em;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.3);
}
.force-scroll::-webkit-scrollbar-track {
  background-color: #DEDEDE;
}
#ticket-scroll * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-gradient {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
}
