* {
  margin: 0;
  padding: 0;
}
body {
  margin-bottom: 50px;
}
hr {
  height: 1px;
}
.bold {
  font-weight: bold;
}
.daterangepicker .ranges {
  clear: both;
  margin: 1em;
}
.table-order:last-child .table-order-line:last-child hr {
  display: none;
}
.profits .profits-label {
  font-weight: bold;
}
.profits .positive {
  color: green;
}
.profits .negative {
  color: red;
}
.margin-t {
  margin-top: 10px;
}
.margin-t.sm {
  margin-top: 5px;
}
.no-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-display {
  display: none;
}
@media print {
  .no-print {
    display: none;
  }
}
.margin-b {
  margin-bottom: 10px;
}
.margin-b.lg {
  margin-bottom: 15px;
}
.margin-r {
  margin-right: 10px;
}
.margin-r.sm {
  margin-right: 5px;
}
#cropperDiv {
  position: relative;
}
#cropperDiv.ng-invalid {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 2px rgba(233, 102, 102, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 2px rgba(233, 102, 102, 0.6);
  border-color: #E96666;
}
#cancelButton {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 99;
}
.margin-l {
  margin-left: 10px;
}
.margin-l.sm {
  margin-left: 5px;
}
.margin-l.neg {
  margin-left: -10px;
}
.align-to-switch {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.category-grid-button {
  height: 70px;
  padding: 3px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.category-grid-button-empty {
  cursor: default !important;
}
.category-grid-articles {
  background-color: #E7E7E7;
}
.alerts {
  position: fixed;
  z-index: 9999;
  left: 10%;
  right: 10%;
  top: 60px;
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.align-to-timepicker {
  padding-top: 9px;
}
.glyphicon-big {
  font-size: 30px;
  margin-top: 25%;
  margin-bottom: 20px;
  line-height: 1.1;
}
.glyphicon-big-no-margin {
  font-size: 30px;
}
.glyphicon-red {
  color: #ed4641;
}
.gTableHead {
  cursor: pointer;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap-text {
  white-space: normal;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-dropdown {
  width: 300px;
  right: 0;
  left: auto;
}
@media (max-width: 390px) {
  .cart-dropdown {
    right: -160%;
  }
}
.cart-button {
  padding: 2px 4px;
  height: 40px;
}
.icons-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3em;
  margin-top: -0.3em;
}
.icons-container > * {
  color: lightgray;
  cursor: pointer;
  margin-left: 0.4em;
}
.icons-container > *:hover {
  color: gray;
}
.icons-container > *.active {
  color: green;
}
.icons-container .clear-cart span {
  font-size: 1.2em;
}
.no-resize {
  resize: none;
}
.label-as-badge {
  border-radius: 1em;
}
.openTableButtonWrapper {
  display: block;
  margin-top: 15px;
}
.openTableButton {
  width: 100%;
}
.openTableButtonColumn {
  padding: 0;
  margin: 0;
  padding-right: 2px;
}
.openTableButtonColumnRight {
  padding: 0;
  margin: 0;
  padding-left: 2px;
}
.seat-container {
  margin: 10px 0;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.seat-container .seat-name {
  font-size: 1.1em;
  margin-top: 5px;
}
.seat-container .seat-button-container {
  margin: 25px 0 5px;
}
.seat-container .seat-button-container .row {
  margin: 0;
}
.seat-container .seat-button-container .row:not(:first-child) {
  margin-top: 10px;
}
.seat-container .seat-button-container .seat-button {
  padding: 0 2px;
}
.seat-container .seat-button-container .seat-button .glyphicon-share-alt {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.openTableWrapper {
  overflow: hidden;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.openTableWrapper.ingredient-card {
  display: inline-block;
  margin-right: 15px;
}
.openTableWrapper.ingredient-card:last-child {
  margin-right: 0px;
}
.openTableWrapper.ingredient-card > hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.salesArticle {
  background-color: #55A855;
  color: white;
  font-weight: bold;
  font-stretch: expanded;
}
.orderNumberWrapper {
  margin-bottom: 15px;
}
.orderNumber {
  font-weight: bold;
  font-size: 12px;
}
.orderPointSeatWrapper {
  margin-top: 5px;
  margin-bottom: 15px;
}
.orderPointNameWrapper {
  margin-top: 10px;
}
.openTableListWrapper {
  display: inline-block;
  margin-top: 10px;
}
.paddingWrapper {
  padding-top: 10px;
}
.padder {
  padding: 19px;
  margin-bottom: 20px;
}
.inputHeader {
  margin-left: 1px;
}
.inputWarning {
  color: red;
  display: inline-block;
  vertical-align: center;
  line-height: normal;
  margin-left: 16px;
}
.inputType {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dark-add-button {
  background-color: #3B3B3B;
  color: white;
  padding: 25px 0px 0px 0px;
}
.category-list-button {
  cursor: pointer;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list-button .row {
  margin-top: -15px;
  margin-bottom: 2px;
}
.activeProduct {
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.25);
}
.navbar {
  border: 0;
}
@media all and (min-width: 992px) {
  .navbar-right {
    margin-top: -2em;
    max-height: calc(100vh -  5em );
    overflow: auto;
    padding-top: 2em;
    position: fixed;
    right: 0;
  }
}
.navbar-fixed-top + * {
  padding-top: 7em;
}
.navbar-toggle {
  margin-left: 15px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 370px;
}
.navbar-nav > li:not(:first-child) {
  border-left: 2px groove #303030;
}
.pull-up {
  margin-top: -20px;
  margin-bottom: 20px;
}
.hr-hover-over {
  border-top: 1px solid #BBB;
}
.reverse-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.reverse-well.ingredient-card {
  display: inline-block;
  margin-right: 15px;
}
.reverse-well.ingredient-card:last-child {
  margin-right: 0px;
}
.reverse-well.ingredient-card > hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.card-cover {
  position: absolute;
  border-radius: 4px;
  top: 0px;
  left: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
@media (max-width: 767px) {
  .card-cover {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .card-cover {
    bottom: 20px;
  }
}
.card-cover.disabled {
  cursor: not-allowed;
}
.card-cover > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-group.required label:after,
.required .image-required:after {
  content: "*";
  color: red;
}
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
  border-color: #E96666;
}
@media (min-width: 768px) {
  .floating-products {
    position: absolute;
    z-index: 99;
  }
}
.floating-products .salesArticle {
  background-color: #5bc0de;
  -webkit-box-shadow: 0px 10px 19px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 19px -5px rgba(0, 0, 0, 0.75);
}
.fixed-right-bar {
  padding-bottom: 50px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .fixed-right-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 60px;
    overflow-y: auto;
  }
}
.smaller-paddings > div:first-child {
  padding-right: 4px;
}
.smaller-paddings > div:last-child {
  padding-left: 4px;
}
.big-pay-buttons > div {
  height: 55px;
}
.alert.ng-leave {
  animation: fade-out 0.5s ease-out;
  -webkit-animation: fade-out 0.5s ease-out;
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  to {
    opacity: 0;
  }
}
.no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.numberpad-btn {
  height: 70px;
  line-height: 50px;
  font-size: x-large;
  border-radius: 0px;
}
.numberpad-display > input,
.numberpad-display span {
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
}
.numberpad-display > input {
  border-bottom-left-radius: 0px;
  text-align: right;
}
#numpad {
  display: inline-block;
}
/* numpad animations */
#numpad.ng-enter {
  -webkit-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all;
  -webkit-transform: translate(0px, -120%);
          transform: translate(0px, -120%);
}
@media (max-width: 991px) and (min-width: 768px) {
  #numpad.ng-enter {
    -webkit-transform: translate(-120%, 0%);
            transform: translate(-120%, 0%);
  }
}
#numpad.ng-enter.ng-enter-active {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}
#numpad.ng-leave {
  -webkit-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}
#numpad.ng-leave.ng-leave-active {
  -webkit-transform: translate(0px, -120%);
          transform: translate(0px, -120%);
}
@media (max-width: 991px) and (min-width: 768px) {
  #numpad.ng-leave.ng-leave-active {
    -webkit-transform: translate(-120%, 0%);
            transform: translate(-120%, 0%);
  }
}
/* */
.open-receipt {
  border-color: #337ab7;
}
.disabled-form {
  opacity: 0.4;
  pointer-events: none;
}
.negative-receipt {
  background-color: lightyellow;
}
.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.ui-select-toggle > .btn.btn-link {
  margin-right: 10px;
  top: 6px;
  position: absolute;
  right: 10px;
}
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media only screen and (min-width: 768px) {
  .dropdown-menu {
    width: 100%;
  }
}
.cursor-copy {
  cursor: copy;
}
.btn-darkSuccess {
  color: #fff;
  background-color: #4da74d;
  border-color: #3e953e;
}
.btn-darkSuccess:hover {
  color: #fff;
  background-color: #3e923e;
  border-color: #358535;
}
.btn-darkSuccess:hover:active {
  color: #fff;
  background-color: #327a32;
  border-color: #265e26;
}
.mobileHoverFix:hover,
.mobileHoverFix.hover {
  background-position: 0 0px;
}
single-ticket {
  height: 283px;
}
/* category grid button stylings */
category-grid-button.gl-blue > div > div {
  background: #2B84D8;
  border-color: #14436f;
  color: #fff;
}
category-grid-button.gl-blue > div > div:hover {
  background: #206ab0;
  color: #fff;
}
category-grid-button.gl-blue > div > div.active,
category-grid-button.gl-blue > div > div:active {
  background: #185085;
  color: #fff;
}
category-grid-button.gl-violet > div > div {
  background: #B82BD8;
  border-color: #5e146f;
  color: #fff;
}
category-grid-button.gl-violet > div > div:hover {
  background: #9520b0;
  color: #fff;
}
category-grid-button.gl-violet > div > div.active,
category-grid-button.gl-violet > div > div:active {
  background: #711885;
  color: #fff;
}
category-grid-button.gl-green > div > div {
  background: #36D82B;
  border-color: #1a6f14;
  color: #fff;
}
category-grid-button.gl-green > div > div:hover {
  background: #29b020;
  color: #fff;
}
category-grid-button.gl-green > div > div.active,
category-grid-button.gl-green > div > div:active {
  background: #1f8518;
  color: #fff;
}
category-grid-button.gl-red > div > div {
  background: #D82E2B;
  border-color: #6f1614;
  color: #fff;
}
category-grid-button.gl-red > div > div:hover {
  background: #b02320;
  color: #fff;
}
category-grid-button.gl-red > div > div.active,
category-grid-button.gl-red > div > div:active {
  background: #851a18;
  color: #fff;
}
category-grid-button.gl-orange > div > div {
  background: #D8702B;
  border-color: #6f3914;
  color: #fff;
}
category-grid-button.gl-orange > div > div:hover {
  background: #b05920;
  color: #fff;
}
category-grid-button.gl-orange > div > div.active,
category-grid-button.gl-orange > div > div:active {
  background: #854418;
  color: #fff;
}
category-grid-button.gl-yellow > div > div {
  background: #D8CA2B;
  border-color: #6f6814;
  color: #fff;
}
category-grid-button.gl-yellow > div > div:hover {
  background: #b0a420;
  color: #fff;
}
category-grid-button.gl-yellow > div > div.active,
category-grid-button.gl-yellow > div > div:active {
  background: #857c18;
  color: #fff;
}
category-grid-button.gl-indigo > div > div {
  background: #2B2BD8;
  border-color: #14146f;
  color: #fff;
}
category-grid-button.gl-indigo > div > div:hover {
  background: #2020b0;
  color: #fff;
}
category-grid-button.gl-indigo > div > div.active,
category-grid-button.gl-indigo > div > div:active {
  background: #181885;
  color: #fff;
}
category-grid-button.gl-white > div > div {
  background: #fff;
  border-color: #aaa;
}
category-grid-button.gl-white > div > div:hover {
  background: #e6e6e6;
}
category-grid-button.gl-white > div > div.active,
category-grid-button.gl-white > div > div:active {
  background: #cccccc;
}
.company-settings {
  font-size: 1.1em;
}
.company-settings .settings-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
.company-settings .settings-row > * {
  margin: auto 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.company-settings .settings-row .left {
  font-weight: bold;
  width: 12em;
}
.company-settings .settings-row .right {
  max-width: 12em;
}
.company-settings .settings-row .separator {
  margin: 5px 1.3em;
}
.company-settings .btn {
  margin: 1.5em auto 0 auto;
}
email-button {
  position: relative;
  display: inline-block;
}
email-button > .arrow-box:after,
email-button > .arrow-box:before {
  bottom: 100%;
  right: 3%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  cursor: default;
}
email-button > .arrow-box:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-width: 10px;
  margin-left: -10px;
  top: -18px;
}
email-button > .arrow-box:before {
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ddd;
  border-left: 6px solid transparent;
  border-width: 11px;
  margin-left: -10px;
  right: 8px;
  bottom: 33px;
  position: absolute;
}
email-button > .email-button-input {
  position: absolute;
  width: 300px;
  z-index: 999;
  margin: auto;
  display: inline-block;
  right: 0;
  top: 44px;
}
.ng-fi-text-inner-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.singleEventTitleContainer {
  position: relative;
  width: 100%;
  height: 20px;
}
.single-event-time-control-cell {
  padding-bottom: 0.5em;
}
.single-event-time-control-label {
  padding-right: 1em;
  padding-top: 0em;
  padding-bottom: 0.5em;
}
.single-event-time-control-error-message-text {
  color: red;
}
/* Library overrides */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #222;
  background-color: #DDDDDD;
}
.navbar-nav > li.active,
.navbar-nav > li.open,
.navbar-nav > .open > a {
  color: #222;
  background: #DDD;
}
@media (min-width: 768px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    float: none;
  }
  .navbar-nav > li {
    float: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .nav li:hover ul {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 963px) {
  .navbar-nav > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.button-warning {
  background-color: #f8b04a;
}
.fc-event {
  font-size: 0.95em;
}
.fc-day-grid-event > .fc-content {
  white-space: normal;
  max-height: 2.6em;
}
.daterangepicker.dropdown-menu {
  width: auto !important;
}
.gl-rightbar {
  z-index: 2;
}
.subscription-list .removed-subscription {
  background-color: #d9534f80;
  cursor: not-allowed;
}
.subscription-list .removed-subscription .btn {
  margin-top: 1em;
}
.subscription-plan .removed-subscription-plan .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
@media (min-width: 995px) {
  .left-pane {
    height: calc(100% - 50px);
    left: 0;
    overflow: auto;
    position: fixed;
    margin-top: 0;
    padding-top: 50px;
    top: 50px;
  }
}
.payment-type-buttons {
  margin: 0;
  margin-bottom: 1em;
}
.payment-type-buttons > div {
  padding: 0;
}
.report-topbar {
  margin-bottom: 1.5em;
}
.no-float {
  float: none;
}
.category-selector {
  margin-bottom: 10px;
}
/* Library overrides end */
.row .vertically-padded-label {
  padding: 6px 12px;
}
.row .horizontal-filling-label {
  padding: 0px 12px;
}
.row .right-aligned-checkbox {
  margin-right: -10px;
}
.floating-cart-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .floating-cart-btn {
    display: none !important;
  }
}
.floating-cart-btn.slide-out {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.floating-cart-btn .btn {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  position: relative;
  font-size: 16px;
}
.floating-cart-btn .btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.floating-cart-btn .cart-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.floating-cart-btn .cart-count-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #5cb85c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.floating-cart-btn .cart-text {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.floating-cart-btn .cart-total {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 10px;
}
body.in-webview .floating-cart-btn {
  padding-right: 115px !important;
}
