/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@ POS Vidaltek Frontend v1 @@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
@import url("https://unpkg.com/ionicons@4.0.0/dist/css/ionicons.min.css");
/*@@@ var @@@*/
/*@@@ MISC @@@*/
body, html {
  min-height: 100%;
  height: 100%;
  font-family: 'Quicksand', sans-serif; }

p {
  font-family: 'Quicksand', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif; }

span.text-gradient {
  display: inline-block;
  background: linear-gradient(135deg, #3cb2d6 10%, #5290e5 100%);
  color: transparent;
  -webkit-background-clip: text; }

div.gradient-bg {
  background: linear-gradient(135deg, #5EFCE8 10%, #736EFE 100%);
  color: #fff; }

.form-control {
  border-radius: 17px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }

.float-label-input {
  position: relative;
  margin-bottom: 20px; }
  .float-label-input .form-control {
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom: solid 1px #000;
    background-color: transparent;
    position: relative;
    z-index: 1; }
  .float-label-input label {
    z-index: 0;
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.8; }
  .float-label-input label.not-float {
    opacity: 0.8 !important;
    transform: translate3d(0, 0, 0) !important;
    font-size: 100% !important; }
  .float-label-input .form-control:focus + label, .float-label-input .form-control:not(:placeholder-shown) + label {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1; }
  .float-label-input label.float {
    font-size: 75% !important;
    transform: translate3d(0, -100%, 0) !important;
    opacity: 1 !important; }
  .float-label-input .k-picker-wrap.k-state-default {
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .float-label-input .k-picker-wrap.k-state-default.k-state-focused + label {
      font-size: 75% !important;
      transform: translate3d(0, -100%, 0) !important;
      opacity: 1 !important; }
    .float-label-input .k-picker-wrap.k-state-default .form-control:not(:placeholder-shown) {
      border-color: red; }

.form-control ~ .chosen-container-single .chosen-single {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  height: 34px;
  padding: 4px 12px; }
  .form-control ~ .chosen-container-single .chosen-single div {
    top: 6px; }

.has-error .form-control {
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5); }

.btn {
  border-radius: 1000px;
  padding-left: 40px;
  padding-right: 40px;
  outline: none;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
  .btn:hover {
    box-shadow: none; }
  .btn:focus, .btn:active {
    outline: none; }

.btn-with-icon {
  position: relative;
  padding-right: 50px; }
  .btn-with-icon .icon {
    float: right;
    margin-left: 10px;
    font-size: 2em;
    position: absolute;
    top: -3px;
    right: 20px; }

.btn-primary {
  background-image: linear-gradient(135deg, #3cb2d6 10%, #5290e5 100%);
  border: none; }
  .btn-primary:hover {
    opacity: 0.8; }
  .btn-primary span.text-gradient {
    background-color: transparent;
    color: #fff; }

.btn-ghost {
  background: transparent;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
  .btn-ghost:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.btn-link {
  box-shadow: none; }

.btn-outline {
  border: solid 1px #5290e5;
  color: #5290e5;
  background-color: #fff; }

table tr, table td {
  border: none !important; }

hr {
  border-color: #ebebeb; }

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }

.panel-buttons {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb; }
  .panel-buttons a {
    text-decoration: none !important;
    padding-left: 10px;
    padding-right: 10px; }
    .panel-buttons a:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.warning-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.display-block {
  display: block !important; }

.currency-input {
  position: relative; }
  .currency-input .currency-symbol {
    position: absolute;
    left: 10px;
    top: 7px; }
  .currency-input .form-control {
    padding-left: 20px; }

.filter-input {
  position: relative; }
  .filter-input .filter-icon {
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 1.6em; }
  .filter-input .form-control {
    background-color: rgba(0, 0, 0, 0.05);
    padding-left: 30px; }

/*@@@ Main Layout @@@*/
#main {
  min-height: 100%; }

#header ~ #main {
  padding-top: 64px; }

#main-content {
  display: flex;
  height: calc(100vh - 64px); }
  #main-content.reverse-order #left-column {
    order: 999;
    border-right: none;
    border-left: solid 1px #ebebeb; }

#left-column {
  width: 390px;
  display: flex;
  flex-direction: column;
  border-right: solid 1px #ebebeb;
  overflow: hidden; }
  #left-column.haft-column {
    width: 50%; }
  #left-column > .scroll-content {
    flex: 1; }

#right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative; }
  #right-column .scroll-content {
    flex: 1;
    overflow: hidden;
    border-top: solid 1px #ebebeb; }
    #right-column .scroll-content .mCSB_inside > .mCSB_container {
      margin-right: 0; }

/*@@@ header @@@*/
#header {
  background: #fff;
  height: 64px;
  border-bottom: solid 1px #ebebeb;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1; }
  #header .logo h1 {
    margin: 0;
    line-height: 64px; }
  #header .user-profile {
    line-height: 64px; }
    #header .user-profile img {
      border: solid 1px #ebebeb;
      border-radius: 1000px;
      width: 36px;
      height: 36px;
      object-fit: cover; }
  #header .btn {
    margin-top: 15px; }

.expand-menu {
  position: fixed;
  height: calc(100vh - 64px);
  top: 64px;
  right: 0;
  width: 260px;
  z-index: 99;
  transform: translateX(260px);
  transition: transform 0.2s ease-out;
  background-image: linear-gradient(135deg, #3cb2d6 10%, #5290e5 100%);
  padding: 10px 0; }
  .expand-menu.show {
    transform: translateX(0); }
  .expand-menu a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
    .expand-menu a.logout {
      color: red; }
    .expand-menu a .icon {
      font-size: 20px; }

/*@@@ main @@@*/
.cart {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between; }
  .cart .panel-table {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .cart .panel-table .scroll-content {
      flex: 1;
      overflow: hidden; }
      .cart .panel-table .scroll-content .mCSB_inside > .mCSB_container {
        margin-right: 0; }
    .cart .panel-table table tr, .cart .panel-table table td {
      position: relative; }
      .cart .panel-table table tr .action, .cart .panel-table table td .action {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        display: flex;
        transition: transform 0.3s ease-out;
        transform: translateX(100%); }
        .cart .panel-table table tr .action a, .cart .panel-table table td .action a {
          font-size: 2em;
          width: 36px;
          text-align: center;
          color: #fff; }
          .cart .panel-table table tr .action a.add, .cart .panel-table table td .action a.add {
            background-color: #417505; }
          .cart .panel-table table tr .action a.remove, .cart .panel-table table td .action a.remove {
            background-color: #F5A623; }
          .cart .panel-table table tr .action a.delete, .cart .panel-table table td .action a.delete {
            background-color: #D0021B; }
      .cart .panel-table table tr:hover .action, .cart .panel-table table td:hover .action {
        transform: translateX(0); }
  .cart .panel-cash {
    padding: 5px; }
    .cart .panel-cash .subtotal, .cart .panel-cash .tax {
      color: rgba(0, 0, 0, 0.5);
      font-size: 1.3em; }
    .cart .panel-cash .total {
      color: #000;
      font-size: 2em;
      font-weight: 700; }
    .cart .panel-cash .invoice-info {
      background-color: #f9f9f9; }
  .cart .panel-customer {
    border-top: solid 1px #ebebeb;
    padding: 7px 15px 3px 15px; }

.items-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: none !important; }
  .items-grid .item {
    width: calc(25% - 6px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    margin-top: 6px; }
    @media screen and (max-width: 767px) {
      .items-grid .item {
        width: calc(50% - 6px); } }
  .items-grid .cover {
    background-size: cover;
    background-position: center;
    height: 150px;
    padding: 5px 15px; }
    .items-grid .cover > * {
      z-index: 1; }
    .items-grid .cover .title {
      font-size: 2em;
      font-weight: 700; }
    .items-grid .cover .status label {
      border-radius: 3px;
      display: inline-block;
      padding: 3px 5px;
      border: solid 1px rgba(0, 0, 0, 0.2); }
    .items-grid .cover:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-color: rgba(0, 0, 0, 0.02);
      cursor: pointer; }
  .items-grid ~ .spacing {
    height: 80px; }
  .items-grid .warning-area {
    min-height: calc(100vh - 64px - 75px); }

.order-title label {
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 14px; }

/*@@@ footer control @@@*/
#footer-control {
  height: 80px;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  padding: 15px; }
  @supports (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em)) {
    #footer-control {
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-backdrop-filter: blur(2em);
      backdrop-filter: blur(2em); } }
  #footer-control .name {
    font-size: 1.2em;
    line-height: 80px;
    padding: 0 30px; }
  #footer-control .categories {
    flex: 1;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap; }
    #footer-control .categories a {
      margin: 10px 20px; }
    #footer-control .categories .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      bottom: 15px; }

/*@@@ Login @@@*/
.login-wrap {
  display: flex;
  justify-content: center;
  min-height: 100vh; }
  .login-wrap > div {
    flex: 1; }
  .login-wrap h1 {
    font-size: 4em;
    background-image: inherit; }
  .login-wrap h4 {
    font-size: 2em;
    line-height: 1.4;
    background-image: inherit; }
  .login-wrap h5 {
    font-size: 1.5em;
    line-height: 1.4;
    background-image: inherit; }
  .login-wrap .left-cover {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    .login-wrap .left-cover .cover {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: right bottom;
      background-image: url("../images/cover.jpg");
      z-index: 1; }
    .login-wrap .left-cover .gradient {
      background-image: linear-gradient(135deg, #5EFCE8 10%, #736EFE 100%);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0.84; }
    .login-wrap .left-cover .title {
      position: relative;
      z-index: 3;
      padding: 0 100px;
      color: #fff;
      width: 100%; }
  .login-wrap .right-form {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .login-wrap .right-form .login-form {
      width: 100%;
      max-width: 600px;
      padding: 0 100px; }
      @media screen and (max-width: 767px) {
        .login-wrap .right-form .login-form {
          margin-left: auto;
          margin-right: auto;
          max-width: 400px;
          padding: 0 16px; } }
  .login-wrap .bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 100px; }
    .login-wrap .bottom a {
      display: inline-block;
      margin-right: 30px;
      background: linear-gradient(135deg, #3cb2d6 10%, #5290e5 100%);
      color: transparent;
      -webkit-background-clip: text;
      font-weight: 600; }
    @media screen and (max-width: 767px) {
      .login-wrap .bottom {
        padding: 0 16px; } }
  @media screen and (max-width: 767px) {
    .login-wrap {
      display: block; }
      .login-wrap .left-cover {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 1; }
      .login-wrap .right-form {
        position: relative;
        z-index: 2;
        color: #fff; }
        .login-wrap .right-form h2 span {
          color: #fff;
          background: transparent; }
        .login-wrap .right-form a {
          background: transparent;
          color: #fff; } }

/*@@@ Loading @@@*/
#loading {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center; }

@keyframes lds-ball {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 108px);
    transform: translate(0, 108px);
    animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes lds-ball {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 108px);
    transform: translate(0, 108px);
    animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.lds-css {
  margin-left: auto;
  margin-right: auto; }

.text {
  padding-top: 20px;
  font-size: 1.5em;
  color: #fff;
  padding-left: 10px; }

.lds-ball {
  position: relative; }

.lds-ball div {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3cb2d6 10%, #5290e5 100%);
  left: 54px;
  top: 20px;
  -webkit-animation: lds-ball 1s linear infinite;
  animation: lds-ball 1s linear infinite; }

.lds-ball {
  width: 80px !important;
  height: 80px !important;
  -webkit-transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
  transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px); }

/*@@@ Select Customer @@@*/
.customer-select-warp {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .customer-select-warp .list {
    flex: 1;
    padding: 0 15px; }

#listViewCustomer {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #listViewCustomer .customerItem {
    text-align: center;
    margin: 5px 20px 5px 0;
    width: calc(25% - 20px);
    box-sizing: border-box;
    border: solid 1px #ebebeb;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s; }
    #listViewCustomer .customerItem .avatar {
      display: inline-block;
      width: 48px;
      height: 48px;
      border-radius: 48px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      background-color: #fff;
      background-image: url("../images/person-icon.png");
      background-position: center;
      background-size: cover;
      margin: 20px 0; }
    #listViewCustomer .customerItem .name {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 1.3em;
      font-weight: bold; }
    #listViewCustomer .customerItem .phone {
      font-weight: 300; }
    #listViewCustomer .customerItem .control {
      display: none; }
      #listViewCustomer .customerItem .control a {
        margin-right: 5px;
        color: #fff;
        font-size: 2.2rem; }
    #listViewCustomer .customerItem:hover {
      border: solid 1px #b8b8b8;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      background: linear-gradient(135deg, #3cb2d6 10%, #5290e5 100%);
      color: #fff; }
      #listViewCustomer .customerItem:hover .control {
        display: block; }

.header-with-search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .header-with-search .filter-input {
    flex: 1;
    margin-top: 20px;
    margin-left: 16px; }

.bottom-control {
  border-top: solid 1px #ebebeb;
  background-color: #fff; }
  .bottom-control.animated {
    transform: translateY(58px);
    transition: transform 0.3s; }
    .bottom-control.animated.selected {
      transform: translateY(0); }

.card {
  position: relative;
  border: solid 1px #ebebeb;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: all 0.3s; }
  .card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.status-button {
  display: flex;
  flex-wrap: wrap; }
  .status-button a {
    width: calc(25% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    min-height: 52px;
    border-radius: 5px; }
    .status-button a span {
      text-align: center;
      line-height: 1.1;
      font-weight: bold; }
    .status-button a:hover, .status-button a.active {
      text-decoration: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .status-button a.active span {
      color: #fff; }
    .status-button a[data-id=processing].active {
      background-color: rgba(0, 0, 0, 0.5); }
    .status-button a[data-id=cannot-contact].active {
      background-color: #f0ad4e; }
    .status-button a[data-id=order-arranged].active, .status-button a[data-id=delivery-en-route].active {
      background-color: #5bc0de; }
    .status-button a[data-id=completed].active {
      background-color: #5cb85c; }
    .status-button a[data-id=cancelled].active {
      background-color: #d9534f; }
    @media screen and (max-width: 767px) {
      .status-button a {
        width: calc(33.33% - 5px); } }

.spacing {
  height: 80px; }

.k-pager-wrap {
  background-color: transparent !important;
  border: none !important; }
  .k-pager-wrap .k-pager-numbers .k-state-selected {
    border-color: transparent !important;
    border-radius: 100px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-width: 1px !important;
    background-color: #ababab !important;
    color: #fff !important; }
  .k-pager-wrap .k-link {
    border-color: #ebebeb !important;
    border-width: 1px !important; }

.toggle-category {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 75px;
  bottom: 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  padding: 20px 40px 20px 0; }
  .toggle-category .btn {
    margin: 10px 20px; }
    .toggle-category .btn.btn-primary {
      border: solid 1px transparent; }
  .toggle-category.toggled {
    transform: translateX(0); }
  .toggle-category .close {
    position: absolute;
    right: 30px;
    top: 20px; }

.modal-tab .modal-header {
  border-bottom: none; }
.modal-tab .modal-body {
  padding-top: 0; }
  .modal-tab .modal-body .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
