.datePicker div:focus {
  outline: 0 !important;
}

.table-expandable tbody tr {
  cursor: pointer;
}

.table-hover tr.detail:hover {
  background: inherit;
  cursor: inherit;
}
.table-responsive {
  border: none;
}

.admincontainer {
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .admincontainer {
    margin-left: 60px;
    margin-bottom: 20px;
  }
}

.admin-notification {
  position: relative;
  margin-left: -35px;
  margin-right: -35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (min-width: 768px) {
  .admin-notification {
    position: relative;
    margin: 0;
  }
}

.restaurant_selection_box {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f8f8f8;
  background: #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 999;
  user-select: none !important;
}

.restaurant_selection_box:after,
.restaurant_selection_box:before {
  bottom: 100%;
  left: 50%;
  border: solid;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.restaurant_selection_box:after {
  border-color: rgba(34, 34, 34, 0);
  border-bottom-color: #222222;
  border-width: 10px;
  margin-left: -10px;
}
.restaurant_selection_box:before {
  border-color: rgba(8, 8, 8, 0);
  border-bottom-color: #080808;
  border-width: 11px;
  margin-left: -11px;
}

@media (min-width: 768px) {
  .restaurant_selection_box {
    position: absolute;
    right: 0;
    top: 65px;
    left: 50%;
    transform: translateX(-50%) translateX(50px);
    bottom: auto;
    overflow: visible;
    width: 400px;
    max-height: 500px;
    color: #f8f8f8;
    background: #222222;
    border: 1px solid #080808;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
  }
}

.restaurant_selection_box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
@media (min-width: 768px) {
  .restaurant_selection_box-wrapper {
    position: relative;
    max-height: 500px;
  }
}

.restaurant_selection_box-wrapper ul {
  margin: 0;
  padding: 0 0 15px;
}

.restaurant_selection_box-wrapper ul li {
  position: relative;
  text-align: left;
  line-height: normal;
  padding: 10px 20px;
  display: block;
}
.restaurant_selection_box-wrapper ul li:hover {
  background: #111111;
  cursor: pointer;
}

.card {
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
  padding: 20px;
  font-size: 2em;
  white-space: nowrap;
}
.card i {
  margin-right: 10px;
  line-height: 50px;
}

.card .subtitle {
  line-height: 10px;
  color: darkgray;
  font-size: 60%;
}

.card.card-cart {
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
}
.card.card-cart:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.card.card-cart.active {
  box-shadow: 0px 5px 20px rgba(0, 100, 0, 0.2);
  border: 1px solid rgba(0, 100, 0, 0.2);
}
.card.card-cart.active:hover {
  box-shadow: 0px 5px 20px rgba(0, 100, 0, 0.5);
  border: 1px solid rgba(0, 100, 0, 0.2);
}

.card.green-shadow {
  border-color: #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.card.red-shadow {
  border-color: #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.review-card {
  white-space: normal;
}

.review-card i {
  margin: 0;
  line-height: 0.5em !important;
}
.review-star i {
  color: #2f9f2f;
  font-size: 20px;
  margin: 0 -1px;
  line-height: 0.5em !important;
}
.review-star i:first-child {
  margin-left: auto;
}
.review-card h3 {
  margin: 5px 0;
  font-size: 16px;
}
.review-card p {
  font-weight: 300;
  font-size: 14px;
}

.review-card .details {
  font-weight: 300;
  opacity: 0.7;
}
.review-card p.details {
  margin-bottom: 0;
}
.review-card .details strong {
  font-weight: bolder;
}
.review-expanse-content {
  font-size: 14px;
  font-weight: 300;
}
.review-card a {
  color: #ec971f !important;
  font-weight: normal;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.is-table-row {
  display: table;
}
.is-table-row [class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.side-navigation {
  position: fixed;
  top: 49px;
  left: 0;
  bottom: 0;
  width: 60px;
  background-color: #222;
  z-index: 11;

  color: white;
}
.side-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  text-align: center;
}

.side-navigation ul li {
  border-top: 1px solid #333;
}
.side-navigation ul li:first-child {
  border-top: none;
}
.side-navigation ul li:last-child {
  border-bottom: 1px solid #333;
}

.side-navigation ul li:hover {
  background-color: #333;
}
.side-navigation ul li.active {
  background-color: #333;
}

.side-navigation ul li a {
  display: block;
  width: 100%;
  height: 50px;
  color: inherit;
  line-height: 50px;
  font-size: 2.5em;
}

.head-navigation {
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  max-height: calc(100vh - 50px);
  overflow: scroll;
  z-index: 999;
  background: #222;
  color: white;
}

.head-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  text-align: center;
}

.head-navigation ul li {
  border-top: 1px solid #333;
}
.head-navigation ul li:first-child {
  border-top: none;
}
.head-navigation ul li:last-child {
  border-bottom: 1px solid #333;
}

.head-navigation ul li:hover {
  background-color: #333;
}
.head-navigation ul li.active {
  background-color: #333;
}

.head-navigation ul li a {
  display: block;
  width: 100%;
  height: 50px;
  color: inherit;
  line-height: 50px;
  font-size: 1.5em;
}

.spin-loader {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.spin-loader-fast {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.div {
  background: #f00;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.form-group {
  position: relative;
}

.editNumberGroup {
  border-left: 2px solid gray;
}

.categoryImageContainer {
  position: relative;
}

.categoryImageContainer img {
  display: block;
}

.categoryImageContainer .fa-exclamation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: red;
}

.storeCatImageBox {
  position: relative;
  display: flex;
  flex-flow: column nowrap;

  flex-shrink: 0;

  height: 120px;
  width: 110px;

  margin-right: 5px;
  margin-bottom: 5px;

  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 9px 0 rgba(120, 130, 140, 0.11);

  overflow: hidden;
}
.storeCatImageBox::after {
  clear: both;
}
.storeCatImageBox:hover,
.storeCatImageBox.active {
  cursor: pointer;
  box-shadow: 0 0 0 2pt rgba(47, 159, 47, 0.21);
}
.storeCatImageBox:hover span,
.storeCatImageBox.active span {
  color: #2f9f2f !important;
}
.storeCatImageBox .imageWrapper {
  width: 100%;
  height: 95px;
  flex-shrink: 0;
  flex-grow: 0;

  overflow: hidden;
}
.storeCatImageBox .imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.storeCatImageBox .titleWrapper {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;

  background: #ffffff;
  font-size: 14px;
  color: #696969;
  text-align: center;
}

.dragCat .dndPlaceholder {
  display: inline-block;
  height: 120px;
  width: 60px;

  margin-right: 5px;
  margin-bottom: 5px;

  border-radius: 5px;
  background-color: #c6c6c6;
}
.dragCat.dndDragover {
  opacity: 0.75 !important;
}

.defaultImage {
  border: 5px solid red;
}

.deliveryTimeBubbleContainer {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.deliveryTimeBubble {
  display: flex;
  opacity: 0.5;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 10px;
  background: cornflowerblue;
  color: white;
  font-weight: bold;
}
.deliveryTimeBubble:hover {
  opacity: 1;
  cursor: pointer;
}
.deliveryTimeBubble.selected {
  opacity: 1;
  border: 5px solid #f0ad4e;
}

.clear {
  clear: both;
}

.selectedCatImage {
  border: 5px solid red;
}

.dndPlaceholder {
  list-style: none;
  padding-top: 10px;
}

.help-block.error-text {
  display: block;
  color: #a94442;
}
p.help-block.error-text {
  margin: 0;
  padding: 0;
}

/* admin cluster */
.cluster-scroll-container {
  max-height: 1000px;
  overflow-y: scroll;
}
.cluster-re-list {
  padding: 0;
}
.cluster-re-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cluster-re-list li {
  display: block;
  border: 1px solid lightgray;

  padding: 10px;
}
.cluster-re-list li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.02);
}
.cluster-re-list li p {
  font-weight: bold;
  margin: 0;
}
.cluster-re-list li em {
}
.clusterImageUpload {
  position: relative;
  width: 100%;
  height: 133px;
}

.dropZoneWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.dropZoneWrapper.sentToBackground {
}

.clusterImageUpload .drop-box {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
  height: 100%;
  align-items: center;
  background: #f8f8f8;
  border: 3px dashed #ddd;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
}
.dropZoneWrapper.sentToBackground .drop-box {
  opacity: 0;
}
.clusterImageUpload .dragover {
  border: 5px dashed lightblue;
  z-index: 2;
}
.dropZoneWrapper.sentToBackground .dragover {
  opacity: 0.75;
}

.clusterImageUpload .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.clusterImageUpload .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagination li a {
  margin: 0px -1px;
  color: #2f9f2f;
}

.pagination .disabled a {
  color: #2f9f2f;
}

.pagination .disabled a:hover {
  color: #2f9f2f;
}

.pagination li a:hover {
  color: #2f9f2f;
}

.pagination li a:focus {
  color: #2f9f2f;
}

.pagination .disabled a:focus {
  color: #2f9f2f;
}

.pagination .active a {
  background-color: #2f9f2f;
  border-color: #1c6e1c;
}

.pagination .active a:focus {
  background-color: #2f9f2f;
  border-color: #1c6e1c;
}

.pagination .active a:hover {
  background-color: #2f9f2f;
  border-color: #1c6e1c;
}
