body,
html {
  width: 100%;
  height: 100%;
}
body,
.body-bg {
  background: #f3f0eb;
  /*#f9f5ec;*/
}
body {
  font-size: 1rem;
  font-family: "Heebo", sans-serif;
  color: #2c2f33;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
}
p {
  font-size: 1rem;
  font-family: "Heebo", sans-serif;
}
textarea:focus,
input:focus {
  outline: none;
}
.r-0 {
  right: 0;
}
.t-0 {
  top: 0;
}
.b-0 {
  bottom: 0;
}
.l-0 {
  left: 0;
}
.navbar {
  background-color: #a38775;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.eatery-login-signup-bg {
  background-image: url(../img/login-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 5%;
}
.card-box {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 8px 42px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.login_wrapper {
  position: relative;
  margin-top: 2%;
}
.registration_form,
.login_form {
  position: absolute;
  top: 0px;
  width: 100%;
}
.registration_form {
  z-index: 21;
  opacity: 0;
  width: 100%;
}
.login_form {
  z-index: 22;
}
#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: 0.1s;
}
#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
  animation-name: fadeOutLeft;
}
.animate {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.login_box {
  padding: 20px;
  margin: auto;
}
.left {
  float: left;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.clearfix:after,
form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.login_content {
  background: rgba(254, 254, 254, 0.7);
  max-width: 576px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  border-radius: 10px;
}
.login_content a,
.login_content .btn-default:hover {
  text-decoration: none;
}
.login_content a:hover {
  text-decoration: underline;
}
.login_content h1 {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  line-height: 0.75;
  margin: 10px 0 30px;
}
.login_content h1:before,
.login_content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 27%;
}
.login_content h1:after {
  background: #7e7e7e;
  background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
  right: 0;
}
.login_content h1:before {
  background: #7e7e7e;
  background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
  left: 0;
}
.login_content h1:before,
.login_content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 20%;
}
.login_content h1:after {
  background: #7e7e7e;
  background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
  right: 0;
}
.login_content h1:before {
  background: #7e7e7e;
  background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
  left: 0;
}
.login_content form {
  margin: 0;
  position: relative;
}
.login_content form div button {
  margin: 10px 15px 0 0;
}
.separator {
  border-top: 1px solid #d8d8d8;
  margin-top: 30px;
  padding-top: 10px;
}
.change_link {
  font-size: 0.9rem;
}
/***app layout css***/
.login_content .mdl-textfield {
  width: 90%;
}
.mdl-textfield__input {
  font-size: 18px;
  line-height: 24px;
}
.mdl-textfield__label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 24px;
}
.mdl-textfield__label:after {
  bottom: 12px;
}
.mdl-button {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.eatery-right-drop-list {
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  font-family: "Heebo", sans-serif;
}
.eatery-right-drop-list .mdl-button {
  min-width: 30px;
  height: 30px;
}
.mdl-layout__drawer {
  background: #fdf5ea;
  width: 80%;
  color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-right: 0;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  color: #51422bz;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link i {
  color: #795548;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover,
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:active,
.mdl-layout__drawer .mdl-navigation .mdl-nav-active {
  background: #f9f5e9;
}
.mdl-layout__drawer .mdl-navigation .mdl-button {
  height: auto;
  text-align: left;
  text-decoration: none;
  font-weight: 300;
}
span.eatery-app-left-menu-title {
  padding: 0.5rem;
  line-height: 30px !important;
  /*background-color:	#795548;*/
  background: url("../img/header_title_bg2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navigation-header-strip {
  background-color: #a38775;
}
.eatery-app-left-menu-title .mdl-menu__container.is-upgraded.is-visible {
  right: 0 !important;
}
.material-icons.md-16 {
  font-size: 16px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.eatery-basic-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 4px;
}
.eatery-basic-form .mdl-textfield__icon {
  font-size: 1.25rem;
  line-height: 1.5;
}
.eatery-basic-form .mdl-textfield {
  width: 100%;
}
.mdl-textfield__icon {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 1.5;
}
.mdl-textfield.is-disabled .mdl-textfield__icon {
  color: rgba(0, 0, 0, 0.26) !important;
}
.mdl-textfield__icon ~ * {
  margin-left: 36px;
  width: calc(100% - 36px);
}
.mdl-textfield.is-invalid .mdl-textfield__icon {
  color: #de3226 !important;
}
.media img {
  background-color: #fff;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
#img-upload {
  margin-left: 48px; /*width: 100%;*/
}
.logo-filename-input {
  position: absolute;
  top: 22px;
  padding-left: 128px;
}
.add-logo-btn {
  font-size: 18px;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
}
.eatery-basic-form .mdl-menu__container {
  left: 0 !important;
}
.profile-logo-group {
  padding-bottom: 10px;
}
.mdl-card {
  width: 100%;
}
.mdl-textfield__label.add-logo-label:after {
  bottom: 2px;
}
.demo-accordion-3 .mdlext-accordion__tabpanel {
  background-color: #fff;
  border: none;
  padding-top: 15px;
}
.billing-type-table,
.menu-setting-table,
.take-order-table {
  width: 100%;
  font-size: 16px;
}
.billing-type-table td {
  border: 0;
}

.menu-setting-table th:first-child,
.menu-setting-table td:first-child {
  text-align: left;
  width: 24px;
}

.billing-type-table td:first-child,
.menu-setting-table td:first-child {
  padding-top: 10px;
}
.billing-type-table th:first-child,
.billing-type-table td:first-child,
.billing-type-table tr th:nth-child(2),
.billing-type-table tr td:nth-child(2),
.billing-type-table tr th:nth-child(3),
.billing-type-table tr td:nth-child(3),
.billing-type-table tr th:nth-child(4),
.billing-type-table tr td:nth-child(4) {
  float: left;
  text-overflow: ellipsis;
}
.billing-type-table th:first-child,
.billing-type-table td:first-child {
  width: 40%;
}
.billing-type-table tr th:nth-child(2),
.billing-type-table tr td:nth-child(2) {
  width: 20%;
}
.billing-type-table tr th:nth-child(3),
.billing-type-table tr td:nth-child(3) {
  width: 25%;
}
.billing-type-table tr th:nth-child(4),
.billing-type-table tr td:nth-child(4) {
  width: 15%;
  padding-left: 0;
  padding-right: 5px;
}

.menu-setting-table tr th,
.menu-setting-table tr td {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-setting-table tr th:first-child,
.menu-setting-table tr td:first-child {
  width: 10%;
}
.menu-setting-table tr th:nth-child(2),
.menu-setting-table tr td:nth-child(2) {
  width: 25%;
}
.menu-setting-table tr th:nth-child(3),
.menu-setting-table tr td:nth-child(3) {
  width: 35%;
}
.menu-setting-table tr th:nth-child(4),
.menu-setting-table tr td:nth-child(4) {
  width: 20%;
}
.menu-setting-table tr th:nth-child(5),
.menu-setting-table tr td:nth-child(5) {
  width: 10%;
}

.billing-type-table td {
  height: auto;
  overflow: visible;
}
.menu-setting-table td,
.take-order-table td {
  border: 0;
}
.table-textfield {
  width: 100%;
  padding: 0;
}
.table-textfield .mdl-textfield__input {
  line-height: 14px;
  padding: 0;
  font-size: 1rem;
}
.table-textfield .mdl-textfield__label {
  line-height: 24px;
  top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
.table-textfield .mdl-textfield__label:after {
  bottom: 0;
}
.st-inside-scrol {
  height: 188px;
  overflow-y: scroll;
}
.icon-rupee {
  width: 12px;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.p-b-64 {
  padding-bottom: 64px;
}
.footer-fixed-menu {
  height: auto;
}
.main_table_div {
  background: url("../img/eatery-table-bg.svg");
  background-size: 100% 100%;
  padding: 1rem;
  margin: 0.75rem 0;
}
.table-view {
  padding: 0;
  margin: 15px 0;
  width: 100%; /*108px;*/
  height: auto; /*108px;*/
}
.table-status-now {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  font-size: 75%;
}
.table-status-now span {
  border-radius: 30px;
  padding: 0 0.5rem;
}
.mdl-button .mdl-badge[data-badge]:after {
  z-index: 1;
  top: 4px;
  left: -10px;
  right: 0;
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.table-view h1 {
  line-height: 2.5;
  color: #fff;
  font-size: 2.75rem;
}
.ordered-item {
  margin-top: 0px;
  margin-bottom: 0;
}
.order-details-table th:nth-child(2),
.order-details-table td:nth-child(2) {
  width: 65%;
}
.order-details-table th:nth-child(3),
.order-details-table td:nth-child(3) {
  width: 15%;
}
.order-details-table th:nth-child(4),
.order-details-table td:nth-child(4) {
  width: 20%;
}

.order-details-table {
  overflow: hidden;
  text-overflow: ellipsis;
}
.mdl-layout__header,
.mdl-layout__header .material-icons {
  color: #fff;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.footer-menu {
  height: 56px;
}
.footer-menu i.material-icons {
  padding-top: 0;
}
.footer-menu .icon-text {
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
}

.footer-menu-2 {
  height: 42px;
}
.footer-menu-2 i.material-icons {
  padding-top: 0;
}

.table-details {
  margin-bottom: 0;
  margin-top: 7px;
  left: 7px;
}
.table-details li {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.75;
}
.table-details li img {
  width: 16px;
  height: 16px;
}
.tooltip-qty-select {
  background: #ff5252;
  width: auto;
  max-width: 100%;
}

.toggle-header-right-icon {
  position: absolute;
  float: right;
  top: 16px;
  z-index: 9;
}
.mdl-dialog-overlay,
.mdl-dialog-overlay-2,
.mdl-dialog-overlay-3,
.mdl-dialog-overlay-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 85%;
  left: 0px;
  right: 0px;
  bottom: 0;
  top: 0;
  padding: 0.5rem;
}
.mdl-dialog__title {
  padding: 0 8px;
  margin: 0;
  font-size: 1.5rem;
}
.mdl-dialog__actions {
  padding: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mdl-dialog__actions > * {
  margin-right: 8px;
  height: 36px;
}
.mdl-dialog__actions > *:first-child {
  margin-right: 0;
}
.mdl-dialog__actions--full-width {
  padding: 0 0 8px 0;
}
.mdl-dialog__actions--full-width > * {
  height: 48px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right;
}
.mdl-dialog__content {
  padding: 25px 8px 0;
  color: rgba(0, 0, 0, 0.54);
}

input.validate:focus,
input.charge_field:focus {
  border-bottom: 1px solid rgb(255, 193, 7);
  visibility: visible;
}

.search-form-wrapper {
  /*display: none;*/
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  padding: 10px;
  margin-top: 0;
  background: #fff;
  z-index: 999999;
}
small.error {
  color: red;
  float: left;
  display: none;
}

.eatery_loader {
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.small_placeholder::placeholder {
  font-size: 16px;
  font-weight: 200;
}
.input_error::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

.input_error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

.input_error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}
.swal2-cancel {
  background-color: #ff5252 !important;
}
.admin-table-view {
  background: rgba(244, 67, 54, 0.85);
  margin: 15px 0;
  padding: 15px 0;
  width: 100%;
  height: auto;
}
.admin-table-view.mdl-button:hover {
  background-color: rgba(244, 67, 54, 0.85);
}
.admin-table-view h4 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
.menu_category_div .mdl-card__title {
  height: 56px;
}
.mdl-dialog h3 {
  margin: 0;
  font-size: 1.5rem;
}
.qty_del_mdl-dialog__title {
  font-size: 1.5rem;
}
.error {
  font-size: 0.8rem;
  color: rgb(121, 85, 72);
}
.icon-1rem-vl {
  font-size: 1rem;
  vertical-align: middle;
}
.btn-kot-print {
  width: 24px;
  min-width: 24px;
  height: 24px;
  float: right;
  margin-top: -2px;
}

/* .print-view,.print-view div, .print-view small, .print-view span, .print-view h5, .print-view ul, .print-view li{
	font-size: 1.5rem !important;
} */

@media only screen and (max-width: 480px) {
  .print-view,
  .print-view small,
  .print-view span,
  .print-view h5,
  .print-view ul,
  .print-view li {
    font-size: 1rem !important;
    line-height: 1.25;
  }
  .print-view img {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .print-view,
  .print-view small,
  .print-view span,
  .print-view h5,
  .print-view ul,
  .print-view li {
    font-size: 1.25rem !important;
    line-height: 1.5;
  }
  .print-view img {
    width: 68px;
    height: 68px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .print-view,
  .print-view small,
  .print-view span,
  .print-view h5,
  .print-view ul,
  .print-view li {
    font-size: 1.4rem !important;
    line-height: 1.75;
  }
  .print-view img {
    width: 96px;
    height: 96px;
  }
  .print-view .restaurant_name {
    font-size: 2rem !important;
  }
}
.menu-list li.list-group-item {
  border-radius: 0 !important;
}
.delivery_list li,
.take_away_list li,
.order-list li {
  border-radius: 0.25rem;
  margin: 0.25rem 0;
  border: 0;
  padding: 0.5rem;
}
#snackbar {
  visibility: hidden;
  width: 85%;
  background-color: #323232;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 0.5rem;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  font-size: 0.9rem;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.dashboard-tables {
  background-image: url(../img/eatery-dashboard-table-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.settings-badge {
  background-color: #795548;
}

.mdl-menu__item.active {
  background-color: #efefef;
}

.occupied_table_color {
  background-color: #8bc34a;
}

.free_table_color {
  background-color: #bdbdbd;
}

.reserved_table_color {
  background-color: #f44336;
}

.inactive_table_color {
  background-color: #d6b7b7
}

.item-done {
  border-left: 3px solid #4caf50;
}

.visit-kitchen {
  border-left: 3px solid #fb8c00;
}

.mdl-color--green-400 {
  background-color: #66bb6a !important;
}

/*//////////Media Print/////////////*/
/* @media print
{
	@page {size: auto;margin: 0mm auto;}
	.print-view{width:75mm;height: 100%!important;overflow: scroll;}
	body,p,tr,th,td,small,h5,h4,h3,h2,h1,b{font-size:8px!important; line-height:9px!important;}
	img{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
	.mdl-layout-title,
	.payment-method {display:none;}p{padding:0;}
	h5,p,small,table,tr,th,td{margin:0px;}
	.mdl-data-table tbody tr,
	.mdl-data-table th,.mdl-data-table td{height:auto; padding:2px;}
	p, small{padding:0;}
	.mdl-card__supporting-text,.mdl-card__actions{padding:0;box-shadow:none;}
} */
