.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}
.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}
.v-application--is-ltr .v-responsive__sizer ~ .v-responsive__content {
  margin-left: -100%;
}
.v-application--is-rtl .v-responsive__sizer ~ .v-responsive__content {
  margin-right: -100%;
}
.v-responsive__sizer {
  transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
  flex: 1 0 0px;
}
.v-input--checkbox.v-input--indeterminate.v-input--is-disabled {
  opacity: 0.6;
}
.v-input--checkbox.v-input--dense {
  margin-top: 4px;
}
.v-simple-checkbox {
  align-self: center;
  line-height: normal;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-simple-checkbox .v-icon {
  cursor: pointer;
}

.v-simple-checkbox--disabled {
  cursor: default;
}

.disabled[data-v-09077d8c] {
    pointer-events: none;
}
.order-body[data-v-09077d8c] {
    margin-top: 15px;
}
.client-order.sticky-top[data-v-09077d8c] {
  z-index: 99;
}
.header-inprogress[data-v-09077d8c] {
  background-color: #f5a623;
}
.header-ready[data-v-09077d8c] {
  background-color: #b5e97c;
}
.header-paymentpending[data-v-09077d8c] {
  background-color: #c5ee99;
}

