.mb-0 { margin-bottom: 0!important;}
.bootstrap-datetimepicker-widget.dropdown-menu { width: inherit!important; }
.link { cursor: pointer; margin-right: 5px; }
.schedule-off { background-color: #ff913d; }
.time-off { background-color: #e8ff66; }
.national-holiday-off { background-color: #ff5959; }
.attendance-filled { background-color: #aaa; }
.scroll-box{
  width: 280px;
  height: 300px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #CCC;
  margin-bottom: 15px;
}

.scroll-box .checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 3px;
}

.scroll-box .checkbox-container span {
  margin-left: 6px;
}

.scroll-box .checkbox-container label {
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 5px;
}

.filter-form {
  position: relative;
  display: block;
  margin-top: 15px;
}

.filter-form .filter-input {
  height: 34px;
  padding: 6px 12px;
  outline: none;
  border: 1px solid #CCC;
  max-width: 250px;
  min-width: 220px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.filter-form .filter-select {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.filter-form .filter-btn {
  vertical-align: top;
  margin-right: 5px;
}
.table-schedule>tbody>tr>td { vertical-align: middle; }
.schedule-item {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.schedule-item:last-child {
  margin-bottom: 0;
}
.schedule-item-empty {
  border: 1px solid;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.checkoutItem {
  text-align: center;
  cursor: pointer;
  background-color: #eee;
  border: 2px solid #eee;
  padding: 8px;
  -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  min-height: 120px;
}
.checkoutItem.selected {
  border: 2px solid rgb(100, 87, 87);
}
.discPrice {
  color:red; text-decoration:line-through;
}
/* POS */
.sales-product, .sales-order {display: block; position: relative; padding: 10px;}
.sales-order {background-color: #f5f5f5; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.3) inset; border-radius: 5px;}
.sales-search { margin-bottom: 15px; position: relative;display: block; padding: 0;}
.sales-search .form-group { margin-bottom: 5px; }
.sales-table table {margin-bottom: 0;}
.sales-table-header { background-color: #222d32;color: white; border-right: 1px solid #222d32; border-left: 1px solid #222d32;}
.cont-sales-table { background-color: #FFF; border: 1px solid #222d32; border-left: 1px solid #222d32; margin-top: -2px;
height: 350px; overflow:scroll; overflow-x: hidden; position: relative;}
.sales-trash, .sales-trash:hover {color:#000;}
.cont-sales-table tr { border-bottom: 1px solid #f1f1f1;}
.sales-qty {width: 35px; padding: 3px; outline: none;}
.sales-disc {padding: 3px; outline: none; width: 90%; text-align: right;}
.sales-table-footer {border: 1px solid #222d32; background-color: #FFF;}
.sales-btn { margin-top: 15px;text-align: right; }
.product-item, .product-nav{ display: block; 
  position: relative; border-radius: 5px; 
  width: 100%; height: 130px; 
  background-color: #aaa; cursor: pointer;
  color: #FFF; padding: 10px; text-align: center; margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(51,51,51,0.5);
  -moz-box-shadow: 0px 3px 5px 0px rgba(51,51,51,0.5);
  box-shadow: 0px 3px 5px 0px rgba(51,51,51,0.5);
}
.product-item span {font-size: 13px; display: block;}
.product-nav {background-color: #00acd6;}
.product-icon { font-size: 40px; margin-top: 15px;}
.product-nav-label { font-size: 15px; }
.product-item .productName {
  margin-bottom: 8px;
}
/* END POS */

.chkout-search-cont { margin-bottom: 10px; margin-top: 10px; }
.overlay-cont { position: fixed; z-index: 9991; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); left: 0; top: 0;}

.loadingCont {
  position: relative;
  display: block;
  text-align: center;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
      width: 20%;
      float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
      width: 20%;
      float: left;
  }
}
.front {
  position: relative;
}
.back {
  position: relative;
}
.card-name {
  font-weight: 500;
  font-size: 40px;
  position: absolute;
  margin-bottom: 0;
}
.card-avatar {
  width: 355px;
  height: 355px;
  background-color: transparent;
  border-radius: 177.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}
.card-qr {
  position: absolute;
}
.card-code {
  display: block;
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  /* letter-spacing: 6px; */
}
.card-code.small {
  font-size: 20px;
}
.card-code.verysmall {
  font-size: 18px;
}
