@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Jaldi);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
body.ps-fullscreen div header#header-navbar {
  display: none;
}

body.ps-fullscreen div div#page-wrapper {
  padding-top: 0;
}

body.ps-fullscreen div#nav-col {
  display: none;
}

body.ps-fullscreen footer#footer-bar {
  display: none;
}

body.ps-fullscreen {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

body.ps-hideall {
  display: none;
}

body.ps-fullscreen div#content-wrapper {
  margin: 0;
  padding: 0;
}

body.ps-bg-garden div#content-wrapper {
  /*background: url(https://cdn-ca1.cultivera.com/assets/cultivera-screenshot-hero-min-1.jpg) no-repeat center center;*/
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

body.ps-bg-grass div#content-wrapper {
  background: url(/img/bg/reg.JPG) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

#companyName.user-box a.dropdown-toggle {
  text-align: center;
  display: block;
}
#companyName.user-box a.dropdown-toggle span {
  text-shadow: 1px -1px 4px #E8E8E8;
  color: #2196F3;
}

button.btn.btn-round-5 {
  border-radius: 5px;
}

button.btn.btn-round-10 {
  border-radius: 10px;
}

.fa.fa-big {
  font-size: 1.4em;
  font-weight: 100;
}

.fa.fa-shadow {
  text-shadow: 0px 0px 6px #0C0C0C;
}

i.fa.fa-refresh.syncing {
  -webkit-animation: myfirst 4s linear 0s infinite; /* Chrome, Safari, Opera */
  animation: myfirst 4s linear 0s infinite;
}

@keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#content-wrapper.white-wrapper {
  background-color: transparent;
}

.full-page-content {
  position: relative;
  height: 100%;
}

span.required {
  color: red;
  margin-left: 5px;
}

login-box-inner span {
  color: #00b9b4;
}

body.ps-fullscreen .login-box-inner {
  border-radius: 27px;
  background: rgba(228, 228, 228, 0.31);
  border: 2px solid #a1e6ff;
  padding: 40px 25px;
}

body.ps-fullscreen div#login-box {
  margin-top: 10%;
}

.login-box-inner input.form-control {
  background-color: transparent;
  color: #fff;
}

.login-box-inner #login-logo {
  background: none repeat scroll 0 0 transparent;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 35px 0;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.login-box-inner #login-logo > img {
  display: block;
  height: 175px;
  margin: 0 auto;
}

.login-box-inner input.form-control {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
}

body.ps-fullscreen.ps-bg-garden .login-box-inner input.form-control {
  color: #00b9b4;
  font-size: 1.1em;
  font-weight: 600 !important;
  border: 1px solid #55A3D3;
  background: transparent;
  letter-spacing: 1px;
  vertical-align: middle;
  padding-top: 10px;
}
body.ps-fullscreen.ps-bg-garden input:-webkit-autofill {
  background-color: #fff !important;
  background-image: none !important;
  color: #00b9b4 !important;
}
body.ps-fullscreen.ps-bg-garden .input-group-addon {
  border: 1px solid #55A3D3;
}
body.ps-fullscreen.ps-bg-garden #login-box .input-group .input-group-addon i {
  color: #00b9b4;
}
body.ps-fullscreen.ps-bg-garden #login-box-footer {
  color: #eee;
}
body.ps-fullscreen.ps-bg-garden .login-box-inner input.form-control::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
}
body.ps-fullscreen.ps-bg-garden .login-box-inner input.form-control:-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
body.ps-fullscreen.ps-bg-garden .login-box-inner input.form-control::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
body.ps-fullscreen.ps-bg-garden .login-box-inner input.form-control:-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}

.login-box-inner button.btn.btn-success {
  border-radius: 10px;
}

/*Registration*/
body.ps-fullscreen.ps-registration .terms-cond {
  color: #1F1D1D;
}
body.ps-fullscreen.ps-registration .terms-cond a {
  color: #0061D2;
  font-weight: bold;
}
body.ps-fullscreen.ps-registration #login-box div.reg-title {
  text-align: center;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 2em;
}
body.ps-fullscreen.ps-registration .login-box-inner {
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.54);
  border: 2px solid #a1e6ff;
  padding: 40px 25px;
}
body.ps-fullscreen.ps-registration #login-box .input-group input {
  font-weight: normal;
}
body.ps-fullscreen.ps-registration #login-box .validation-error {
  padding: 0;
  text-align: center;
  color: #DC1919;
  font-size: 1em;
  background-color: rgba(252, 255, 251, 0.78);
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  margin-left: 50px;
  border-top-left-radius: 3px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
body.ps-fullscreen.ps-registration .input-group-addon {
  border-color: #FFFFFF;
  border-width: 1px;
}
body.ps-fullscreen.ps-registration .login-box-inner input.form-control {
  color: #1F1D1D;
  font-size: 1.1em;
  font-weight: bold;
  border-color: #fff;
  border-width: 1px;
  background: transparent;
  letter-spacing: 1px;
  vertical-align: middle;
  padding-top: 10px;
}
body.ps-fullscreen.ps-registration .login-box-inner input.form-control::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
}
body.ps-fullscreen.ps-registration .login-box-inner input.form-control:-moz-placeholder {
  color: #666;
  font-style: italic;
}
body.ps-fullscreen.ps-registration .login-box-inner input.form-control::-moz-placeholder {
  color: #666;
  font-style: italic;
}
body.ps-fullscreen.ps-registration .login-box-inner input.form-control:-ms-input-placeholder {
  color: #666;
  font-style: italic;
}
body.ps-fullscreen.ps-registration #login-box .input-group .input-group-addon i {
  color: #00b9b4;
}
body.ps-fullscreen.ps-registration #login-box {
  max-width: 444px;
}

/*tabstrip border*/
.k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox {
  border-color: transparent;
}

/*Alternate color*/
tr.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
  background-color: #E9EFF9;
}

.k-state-selected, .k-state-selected:link, .k-state-selected {
  color: #fff !important;
  background-color: #1984c8 !important;
  border-color: #1a87cd !important;
}

/*line color for grouping*/
.k-grid-footer td, .k-group-footer td, .k-grouping-row td {
  border-color: #7cc5d5;
}

/*background color*/
.k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
  background-color: #fefffd;
}

/*left border for grouping*/
.k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
  border-left: none;
}

.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  margin: -0.5em -0.6em -0.4em 0px;
  padding: 0.5em 0.6em 0.4em 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
  font-size: 0.85em;
}

tr[role=row] th.s2-grid-header-right.k-header a.k-link {
  text-align: right;
}

.k-toolbar .k-toggle-button {
  margin: 0px 0.2em;
  line-height: 1.72em;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  text-shadow: 1px 1px 2px rgb(180, 179, 179);
  background-color: rgb(255, 255, 255);
}

.k-toolbar .k-toggle-button:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
  text-decoration: none !important;
}

.k-toolbar .k-toggle-button.k-state-active:hover, .k-button:active:hover {
  color: #FFF;
  border-color: #7B889F;
  background-color: #1B8DD6;
  /* text-decoration: none; */
}

.k-toolbar .k-toggle-button:hover, .k-button:active:hover {
  color: #FFF;
  border-color: #7B889F;
  background-color: #1B8DD6;
  /* text-decoration: none; */
}

.k-toolbar .k-toggle-button.k-state-active, .k-button:active:hover {
  color: #FFF;
  border-color: #7B889F;
  background-color: #1B8DD6;
  /* text-decoration: none; */
}

.k-grid h2 {
  clear: both;
  font-size: 1.8em;
  margin-bottom: 2px;
  padding: 4px 0 4px 4px;
  margin-top: 1px;
  display: inline;
}
.k-grid h3 {
  clear: both;
  margin-bottom: 2px;
  padding: 4px 0 4px 4px;
  margin-top: 1px;
  display: inline;
  border-bottom: none;
}
.k-grid .k-grouping-row p {
  display: inline;
  vertical-align: middle;
  margin-left: -0.6em;
  padding: 0 0.6em;
}

/*grid primary grid */
a.k-button.k-primary.k-grid-update {
  border-color: #bebec3;
  background-color: #fbfbfb;
}

body.breadcrumb > li + li:before {
  color: #616161;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
}

#sidebar-nav.bigNav .nav > li > a > i.glyphicon.glyphicon-tree-deciduous {
  padding-top: 9px;
}
#sidebar-nav.bigNav .nav > li > a > i {
  margin-top: 1px;
  margin-right: 10px;
  width: 20px;
  line-height: 1;
  text-align: left;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 2em;
  width: 100%;
  color: #05afaa;
  text-shadow: 1px 1px 1px #b7b7b7;
}
#sidebar-nav.bigNav .nav > li > a > i.fas {
  font-size: 1.8em;
}
#sidebar-nav.bigNav .nav > li.active {
  border-right: #B1569E solid 5px;
  box-shadow: 2px 0px 8px #79777B;
}
#sidebar-nav.bigNav .nav > li.active > a > i {
  color: #85C13F;
}
#sidebar-nav.bigNav .nav > li > a > span {
  font-size: 0.9em;
  font-weight: 600;
  text-shadow: 0 0 1px #fdfdfd;
  margin-left: 35px;
  color: #676767;
}
#sidebar-nav.bigNav .nav > li {
  min-height: 37px;
  border-bottom: none;
  line-height: 40px;
}
#sidebar-nav.bigNav .nav > li > a {
  padding-top: 9px;
  height: 48px;
  padding-left: 10px;
}

#sidebar-nav .nav > li.active a.dropdown-toggle {
  border-right: 4px solid #03A9F4;
}

#sidebar-nav .nav > li.active ul.submenu li a.active {
  border-right: 4px solid #A16EFF;
}

#sidebar-nav .nav li .submenu > li > a {
  display: block;
  font-size: 0.875em;
  line-height: 38px;
  padding-left: 40px;
}

.s2s .onoffswitch {
  position: relative;
  width: 136px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.s2s .onoffswitch-checkbox {
  display: none;
}
.s2s .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}
.s2s .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.s2s .onoffswitch-inner:before, .s2s .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 16px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.s2s .onoffswitch-inner:before {
  content: "Hide 0 Qty";
  padding-left: 7px;
  background-color: #EEEEEE;
  color: #34A7C1;
}
.s2s .onoffswitch-inner:after {
  content: "Show 0 Qty";
  padding-right: 7px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.s2s .onoffswitch-switch {
  display: block;
  width: 34px;
  margin: 0px;
  background: #F79292;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 98px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}
.s2s .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.s2s .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #34A7C1;
}

.s2s-m0 {
  margin: 0;
}

.s2s-mtop0 {
  margin-top: 0;
}

.s2s-mtop10 {
  margin-top: 10px;
}

.s2s-mbottom0 {
  margin-bottom: 0;
}

.s2s-mbottom10 {
  margin-bottom: 10px;
}

.kendo-grid-bootstrap .k-grid .k-grid-header .k-header .k-link {
  height: auto;
}
.kendo-grid-bootstrap .k-grid .k-grid-header .k-header {
  white-space: normal;
}
.kendo-grid-bootstrap .k-grid-header th.s2-header-right.k-header > .k-link {
  text-align: right;
}
.kendo-grid-bootstrap .k-grid-header, .kendo-grid-bootstrap .k-grid-header-wrap {
  border-color: #fff;
}
.kendo-grid-bootstrap .k-widget {
  border-top: 1px solid #e7ebee;
}
.kendo-grid-bootstrap .k-grid-header th.k-header > .k-link {
  text-align: left;
}
.kendo-grid-bootstrap tr, .kendo-grid-bootstrap tr.k-alt {
  background-color: #fff !important;
  transition: background-color 0.15s ease-in-out 0s;
}
.kendo-grid-bootstrap tr.k-alt:hover {
  background-image: none !important;
  background-color: #f6f6f6 !important;
}
.kendo-grid-bootstrap tbody > tr.k-state-selected {
  background-color: #9ee1ff !important;
  transition: background-color 0.35s ease-in-out 0s;
}
.kendo-grid-bootstrap tbody > tr.k-alt.k-state-selected {
  background-color: #9ee1ff !important;
  transition: background-color 0.35s ease-in-out 0s;
}
.kendo-grid-bootstrap tr:hover {
  background-image: none !important;
  background-color: #f6f6f6 !important;
}
.kendo-grid-bootstrap tbody > tr > td {
  border-style: none;
  border-color: #fdfdff;
  font-size: 0.955em;
  vertical-align: middle;
  border-top: 1px solid #e7ebee;
  padding: 6px 8px;
  text-transform: none;
}
.kendo-grid-bootstrap .k-grid-header th {
  white-space: normal;
}
.kendo-grid-bootstrap .k-grid-header th.k-header {
  border: none;
  border-bottom: 2px solid #e7ebee;
}
.kendo-grid-bootstrap .s2-center-headers .k-grid-header th.k-header {
  text-align: center;
}
.kendo-grid-bootstrap .k-grid-header th.k-header > .k-link {
  font-size: 0.85em;
  color: #212121;
  text-transform: uppercase;
  font-size: 0.765em;
  font-weight: bold;
}
.kendo-grid-bootstrap .k-header {
  background-color: #fff;
}
.kendo-grid-bootstrap .k-pager-wrap {
  background-color: #fff;
}

.s2-text {
  font-size: 1em;
}

.s2-text-1x {
  font-size: 1.32em;
}

.s2-text-2x {
  font-size: 1.5em;
}

.s2-text-3x {
  font-size: 1.7em;
}

.s2-text-4x {
  font-size: 1.9em;
}

.s2-text-5x {
  font-size: 2.1em;
}

.s2-text-6x {
  font-size: 2.3em;
}

.s2-text-7x {
  font-size: 2.5em;
}

.s2-number {
  font-family: "Dosis", sans-serif;
  letter-spacing: 0.09em;
}

.s2-bolder {
  font-weight: 500;
}

.s2-wrap {
  white-space: normal;
}

.s2-num {
  font-family: Consolas, Monaco, Sans Mono, monospace, sans-serif;
}
.s2-num.num-1x {
  font-size: 18px;
}
.s2-num.num-2x {
  font-size: 20px;
}
.s2-num.num-3x {
  font-size: 22px;
}
.s2-num.num-4x {
  font-size: 24px;
}

.qa {
  display: inline-block;
  font-size: 10px;
  /* font-weight: bold; */
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 2px;
  min-width: 49%;
  line-height: 20px;
  padding: 1px;
  margin-left: -1px;
  margin-right: -1px;
}

.qa.qa-thca {
  background-color: #71b573;
}

.qa.qa-thc {
  background-color: #9e56ab;
}

.qa.qa-cbd {
  background-color: #39a1f4;
}

.qa.qa-total {
  background-color: #f8c16e;
  color: #282626;
}

.qa.v0 {
  background-color: #dad9d9 !important;
  color: #434343 !important;
}

.qa.vnull {
  background-color: #dad9d9 !important;
  color: #434343 !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .inventory-box {
    width: 80%;
    display: inline-block;
    padding: 10px 22px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .inventory-box {
    width: 25%;
    display: inline-block;
    padding: 10px 22px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .inventory-box {
    width: 20%;
    display: inline-block;
    padding: 10px 22px;
  }
}
.inventory-box .thumbnail .caption {
  min-height: 70px;
  max-height: 70px;
}

.note-add {
  margin-bottom: 20px;
}
.note-add textarea {
  width: 100%;
  padding-bottom: 15px;
}
.note-add button.btn.btn-primary {
  float: right;
}

.s2-note {
  margin-top: 10px;
  margin-bottom: 10px;
}
.s2-note .note-header {
  font-size: 1em;
}
.s2-note .note-header .note-by {
  font-weight: 600;
}
.s2-note .note-header .note-time {
  padding-left: 5px;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  color: #616161;
}
.s2-note .note-body {
  word-wrap: break-word;
  color: #1d1d1d;
  border: solid #ececec 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.s2-note .note-body pre {
  background-color: transparent;
  border: 0px;
  font-size: 1.1em;
}
.s2-note .note-body span {
  font-size: 1.1em;
}

.order-note h2 {
  color: #00b9b4;
  padding: 0;
  font-size: 1.3em;
  font-weight: 500;
}
.order-note .note-add textarea {
  border: 1px solid #add4d3;
  border-radius: 10px;
  padding: 10px;
}
.order-note button.show-system-notes {
  background-color: #b0b3b5;
  height: 29px;
  padding: 3px 13px;
  border: 1px solid #7d7d7d;
}
.order-note .s2-note {
  margin-top: 10px;
  margin-bottom: 10px;
}
.order-note .s2-note .note-header {
  font-size: 1em;
}
.order-note .s2-note .note-header .note-by {
  font-weight: 600;
  color: #337574;
}
.order-note .s2-note .note-header .note-time {
  padding-left: 5px;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  color: #769bab;
  font-style: italic;
}
.order-note .s2-note .note-body {
  word-wrap: break-word;
  color: #1d1d1d;
  border: none;
  padding-top: 1px;
  padding-left: 29px;
  border-bottom: 1px solid #efefef;
}
.order-note .s2-note .note-body span {
  font-size: 1.1em;
  color: #6b9493;
  line-height: 1.65em;
  font-family: "Jaldi";
}
.order-note ul, .order-note ol {
  font-size: 14px;
  line-height: 1.8em;
}

.btn.btn-small-pad {
  padding: 2px;
}

.btn.btn-s2-warning {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #fff;
}

.btn.btn-s2-primary {
  background-color: #44a21a;
  border-color: #4CAF50;
  color: #fff;
}

.btn.btn-s2-sm {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 3px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.875rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.65rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 13.3333px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn i.material-icons {
  vertical-align: middle;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.s2-tb {
  border: solid;
  padding: 6px 12px;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  outline: none;
  border-radius: 5px;
  background-clip: padding-box;
  white-space: nowrap;
}
.s2-tb:hover {
  text-decoration: none;
}
.s2-tb i.material-icons {
  vertical-align: middle;
  padding-bottom: 4px;
}

.s2-tb.s2-sm {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 3px;
}

.s2-tb.tb-success {
  background-color: #45a549;
  border-color: #e3f4ff;
  color: #ffffff;
}
.s2-tb.tb-success:hover {
  text-shadow: 0 0 2px #333;
  color: #ffffff;
}

.s2-tb.tb-danger {
  background-color: #de5b5b;
  border-color: #e3f4ff;
  color: #ffffff;
}
.s2-tb.tb-danger:hover {
  text-shadow: 0 0 2px #333;
  color: #ffffff;
}

.s2-tb.tb-generate {
  background-color: #ffffff;
  border-color: #b5d68f;
  border-width: 2px;
  color: #0b7710;
  white-space: nowrap;
}
.s2-tb.tb-generate i.fa {
  color: #de5b5b;
  font-size: 1.2em;
}
.s2-tb.tb-generate i.fas {
  color: #de5b5b;
  font-size: 1.2em;
}
.s2-tb.tb-generate:hover {
  color: #0f5d12;
  text-shadow: 0 0 1px #000;
}

.s2-tb.tb-barcode-scan {
  background-color: #fff;
  border-color: #545454;
  border-width: 2px;
  color: #000000;
  padding: 3px;
}
.s2-tb.tb-barcode-scan i.fa {
  color: #0f5d12;
  font-size: 1.7em;
  padding-top: 2px;
  padding-bottom: 0;
}
.s2-tb.tb-barcode-scan:hover {
  color: #0f5d12;
}

.s2-tb.tb-barcode-scan-float {
  background-color: #869e9e;
  border-color: #929c9c;
  border-width: 1px;
  color: #fff;
  /* padding: 3px; */
  position: absolute;
  z-index: 100;
  left: 40%;
  top: 9px;
  width: 55px;
  height: 55px;
  display: inline-block;
  border-radius: 25px;
  padding: 12px;
  box-shadow: 2px 2px 14px #888585;
}

.s2-tb.tb-barcode-scan .off {
  background-color: #ffffff;
  border-color: #b5d68f;
  border-width: 2px;
  color: #0b7710;
  padding: 3px;
}
.s2-tb.tb-barcode-scan .off i.fa {
  color: #666;
  font-size: 1.7em;
  padding-top: 2px;
  padding-bottom: 0;
}
.s2-tb.tb-barcode-scan .off:hover {
  color: #0f5d12;
}

.s2-tb.tb-barcode-clear {
  background-color: #fff;
  border-color: #545454;
  border-width: 2px;
  color: #000000;
  padding: 3px;
}
.s2-tb.tb-barcode-clear i.fa {
  color: #666;
  font-size: 1.7em;
  padding-top: 2px;
  padding-bottom: 0;
}
.s2-tb.tb-barcode-clear:hover {
  color: #0f5d12;
}

.s2-btn-flat {
  border-radius: 5px;
  background: transparent;
  border: 2px solid #5fcf80;
  color: #5fcf80;
  padding: 10px 26px;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-align: center;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, width 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, width 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, width 200ms ease, opacity 200ms ease;
}

div.cultivera-loading {
  height: 30px;
  background-image: url(/images/progress/loading-dotted-bar.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.product-price {
  color: #4caf50; /*#FE980F;*/
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  clear: both;
}

.product-price-neg {
  color: #dc6c6c; /*#FE980F;*/
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  clear: both;
}

.product {
  margin-top: 14px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.product div.thumbnail {
  margin-bottom: 5px;
  box-shadow: 0 0 4px #ece9e9;
  padding-bottom: 10px;
}

.product .caption {
  max-height: 65px;
  min-height: 65px;
}

.caption .product-name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
  text-align: center;
}

.border-box-override {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

table.table-responsive.table.table-qa td {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.8em;
  font-weight: 400;
}
table.table-responsive.table.table-qa th td {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
}
table.table-responsive.table.table-qa td.min-max {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
}

.client-view {
  text-align: center;
}
.client-view .business {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #009688;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #FFEB3B;
}
.client-view .ubi {
  font-family: "Dosis", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 11px;
}
.client-view .addr {
  padding-top: 7px;
  font-size: 0.8em;
}

.infographic-box-sm {
  padding: 13px 20px;
}
.infographic-box-sm span.value {
  font-size: 1.4em;
  color: #009688;
}
.infographic-box-sm i {
  font-size: 1.6em;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  color: #fff;
}
.infographic-box-sm .emerald-bg {
  background-color: #FFB74D !important;
}

.nav > li > a#metrc-onboarding-button {
  background: #ececec;
  border-radius: 13px;
  height: 40px;
  margin-top: 7px;
  width: 100px;
  border: solid 1px #607d8b;
  box-shadow: 0 0 12px #ddd;
}
.nav > li > a#metrc-onboarding-button img {
  height: 22px;
  top: 9px;
  left: 12px;
  position: absolute;
}

p.onboarding-help {
  font-size: 2.5rem;
}
p.onboarding-help i.fa {
  color: #ffc415;
}
p.onboarding-help a {
  color: #ffc415;
  vertical-align: text-bottom;
}

.onboarding.onboarding-welcome .onboarding-illustration > div > img.cultivera {
  margin-top: 25px;
}
.onboarding.onboarding-welcome .onboarding-illustration > div > img.metrc {
  width: 195px;
  margin-top: 62px;
}
.onboarding.onboarding-welcome .onboarding-illustration > div > i {
  margin-top: 38px;
  font-size: 8em;
  color: #badedb;
}
.onboarding.onboarding-welcome .onboarding-action-buttons {
  margin-top: 5px;
  text-align: center;
  border-top: solid 1px #ddd;
  padding-top: 10px;
}
.onboarding.onboarding-welcome .onboarding-action-buttons button {
  font-size: 1.2em;
  margin: auto;
  background: #009688;
  margin-top: 10px;
}

.onboarding-view .steps {
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.onboarding-view .steps {
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.onboarding-view .onboarding-action-buttons {
  margin-top: 5px;
  text-align: center;
  border-top: solid 1px #ddd;
  padding-top: 10px;
}
.onboarding-view .onboarding-action-buttons button {
  font-size: 1.2em;
  margin: auto;
  background: #009688;
  margin-top: 10px;
}

.onboarding-view .steps {
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.onboarding-view .steps {
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.s2-badge {
  display: inline-block;
  min-width: 10px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #808080;
  background-color: #c8c8c8;
  color: #000000;
}

.s2-badge.s2-badge-rule {
  color: #3F51B5;
  background-color: #DCE775;
  border: 1px solid #8BC34A;
}

.s2-badge.s2-badge-inv {
  border: 1px solid #8ad3f5;
  background-color: #c3ecff;
  color: #424141;
}

.s2-badge.s2-i-warning {
  color: #FF9800;
  background-color: #ffffff;
  border: 1px solid #FF9800;
  border-radius: 2px;
}

.s2-badge.s2-badge-clear {
  color: #656ea2;
  background-color: #f6f7ef;
  border: 1px solid #8BC34A;
  border-radius: 1px;
}

.s2-badge.s2-badge-danger {
  color: #f6f7ef;
  background-color: #e74714;
  border: 1px solid #c15c37;
  border-radius: 1px;
}

.s2-line {
  border-top: 1px solid #e7f5d6;
}

.s2-pad-top-1 {
  padding-top: 5px;
}

.s2-pad-top-2 {
  padding-top: 8px;
}

.s2-pad-top-3 {
  padding-top: 11px;
}

.s2-pad-top-4 {
  padding-top: 14px;
}

.s2-pad-top-5 {
  padding-top: 17px;
}

.s2-pad-top-6 {
  padding-top: 20px;
}

.s2-pad-top-7 {
  padding-top: 23px;
}

.s2-pad-top-8 {
  padding-top: 26px;
}

.s2-pad-bottom-1 {
  padding-bottom: 5px;
}

.s2-pad-bottom-2 {
  padding-bottom: 8px;
}

.s2-pad-bottom-3 {
  padding-bottom: 11px;
}

.s2-pad-bottom-4 {
  padding-bottom: 14px;
}

.s2-pad-bottom-5 {
  padding-bottom: 17px;
}

.s2-pad-bottom-6 {
  padding-bottom: 20px;
}

.s2-pad-bottom-7 {
  padding-bottom: 23px;
}

.s2-pad-bottom-8 {
  padding-bottom: 26px;
}

.s2-header-options {
  width: 100%;
}
.s2-header-options .s2-option {
  text-align: center;
  line-height: 40px;
  width: 20%;
  background-color: #efecec;
  color: #222;
  vertical-align: middle;
}
.s2-header-options .s2-option.active {
  color: #fff;
}

.vehicles-right-label {
  text-align: right;
}

#grdPickupVehicle .k-textbox .k-icon {
  margin: -4px 0 0;
  position: static;
}

#grdPickupDriver .k-textbox .k-icon {
  margin: -4px 0 0;
  position: static;
}

.manage-pickup-action {
  float: right;
}

.order-files .order-file {
  display: inline;
  font-size: 1.6em;
  padding-left: 15px;
}
.order-files .order-file a {
  color: #345a36;
}
.order-files .order-file a:hover {
  text-decoration: none;
  text-shadow: 0 0 5px #888;
}
.order-files .order-file a span {
  vertical-align: middle;
}
.order-files .order-file a i.fa {
  color: #d83e3e;
  padding-right: 1px;
  vertical-align: middle;
}
.order-files .order-file a i.fas {
  color: #d83e3e;
  padding-right: 1px;
  vertical-align: middle;
}

.order-filter.onoffswitch {
  position: relative;
  width: 112px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.order-filter .onoffswitch-checkbox {
  display: none;
}
.order-filter .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #489E80;
  border-radius: 20px;
}
.order-filter .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.order-filter .onoffswitch-inner:before, .order-filter .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.order-filter .onoffswitch-inner:before {
  content: "My Orders";
  padding-left: 10px;
  background-color: #8bc34a;
  color: #FFFFFF;
}
.order-filter .onoffswitch-inner:after {
  content: "All Orders";
  padding-right: 10px;
  background-color: #FF9800;
  color: #FFFFFF;
  text-align: right;
}
.order-filter .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 78px;
  border: 2px solid #489E80;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.order-filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.order-filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.account-filter.onoffswitch {
  position: relative;
  width: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.account-filter .onoffswitch-checkbox {
  display: none;
}
.account-filter .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #489E80;
  border-radius: 20px;
}
.account-filter .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.account-filter .onoffswitch-inner:before, .account-filter .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.account-filter .onoffswitch-inner:before {
  content: "My Accounts";
  padding-left: 10px;
  background-color: #8bc34a;
  color: #FFFFFF;
}
.account-filter .onoffswitch-inner:after {
  content: "All Accounts";
  padding-right: 10px;
  background-color: #FF9800;
  color: #FFFFFF;
  text-align: right;
}
.account-filter .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 96px;
  border: 2px solid #489E80;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.account-filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.account-filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.sec-allow-deny.onoffswitch {
  position: relative;
  width: 107px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.sec-allow-deny .onoffswitch-checkbox {
  display: none;
}
.sec-allow-deny .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}
.sec-allow-deny .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.sec-allow-deny .onoffswitch-inner:before, .sec-allow-deny .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 29px;
  padding: 0;
  line-height: 29px;
  font-size: 19px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.sec-allow-deny .onoffswitch-inner:before {
  content: "Allow";
  padding-left: 15px;
  background-color: #EDEAEA;
  color: #3DA623;
}
.sec-allow-deny .onoffswitch-inner:after {
  content: "Deny";
  padding-right: 15px;
  background-color: #EDEAEA;
  color: #E84B4B;
  text-align: right;
}
.sec-allow-deny .onoffswitch-switch {
  display: block;
  width: 32px;
  margin: -1.5px;
  background: #DB6B6B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 74px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}
.sec-allow-deny .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.sec-allow-deny .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #26AB4B;
}

/* Sales Cart slider*/
.cart-filter.onoffswitch {
  position: relative;
  width: 112px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.cart-filter .onoffswitch-checkbox {
  display: none;
}
.cart-filter .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #489E80;
  border-radius: 20px;
}
.cart-filter .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.cart-filter .onoffswitch-inner:before, .cart-filter .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.cart-filter .onoffswitch-inner:before {
  content: "All Carts";
  padding-left: 10px;
  background-color: #FF9800;
  color: #FFFFFF;
}
.cart-filter .onoffswitch-inner:after {
  content: "My Carts";
  padding-right: 10px;
  background-color: #8bc34a;
  color: #FFFFFF;
  text-align: right;
}
.cart-filter .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 78px;
  border: 2px solid #489E80;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.cart-filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.cart-filter .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/*S2 theme overide*/
h3.ui-accordion-header > span {
  border: none;
}

@media (max-width: 1300px) and (min-width: 992px) {
  header .hidden-md {
    display: none !important;
  }
}
@media (max-width: 1040px) and (min-width: 768px) {
  header .clearfix .hidden-sm {
    display: none !important;
  }
}
.fa .fa-file-pdf-o {
  font-family: "Font Awesome 5 Free" !important;
}
.fa .fa-file-pdf-o :before {
  content: "\f1c1" !important;
}

.alert-order-instructions {
  background-color: #ffdf7f;
  border-color: #bce8f1;
  color: #31708f;
  border-color: #3F51B5;
  color: #006a9e;
}
.alert-order-instructions strong {
  text-transform: uppercase;
}

.catalog-group-container .s2-catalog {
  margin-top: 10px;
  margin-left: 20px;
  height: 250px;
  width: 200px;
  display: inline-block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.catalog-group-container .s2-catalog div a img {
  width: 100%;
}
.catalog-group-container .s2-catalog .catalog-name {
  padding: 2px 5px;
}
.catalog-group-container .s2-catalog .catalog-name a {
  font-family: "Jaldi", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #696763;
  height: 20px;
  overflow-y: hidden;
}
.catalog-group-container .s2-catalog-with-info {
  margin-top: 10px;
  height: 200px;
  display: inline-block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  box-shadow: 0 0 13px #e2e2e2;
  transition: box-shadow 0.4s ease-in-out;
  -webkit-transition: box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
}
.catalog-group-container .s2-catalog-with-info:hover {
  box-shadow: 0 0 18px #aeaeae;
}
.catalog-group-container .s2-catalog-with-info div.catalog-image {
  padding-bottom: 8px;
}
.catalog-group-container .s2-catalog-with-info div.catalog-image a img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 3px;
}
.catalog-group-container .s2-catalog-with-info .catalog-name {
  padding: 2px 5px;
  clear: both;
}
.catalog-group-container .s2-catalog-with-info .catalog-name a {
  font-family: "Jaldi", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #696763;
  height: 20px;
  overflow-y: hidden;
}

/*.product-price {

    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    clear: both;
}

.product-price-neg {

    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    clear: both;
}

.product {
    margin-top: 14px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.product div.thumbnail {
    margin-bottom: 5px;
    box-shadow: 0 0 4px #ece9e9;
    padding-bottom: 10px;
}

.product .caption {
    max-height: 65px;
    min-height: 65px;
}

.caption .product-name {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
    text-align: center;
}

.border-box-override {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}



table.table-responsive.table.table-qa {
    td {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: .8em;
        font-weight: 400;
    }

    th td {
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: 600;
    }

    td.min-max {
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: 600;
    }
}*/
.qa-lot-container .form-group {
  padding-bottom: 0;
}
.qa-lot-container .qa-lot-box i.fa {
  font-size: 2.4em;
  display: block;
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
}
.qa-lot-container .qa-lot-box .value {
  text-align: left;
  font-size: 1.8em;
  font-weight: 400;
  margin-top: 2px;
}
.qa-lot-container .qa-lot-box .lot-space {
  margin-bottom: 10px;
  padding: 20px;
  /*padding-left: 20px;
  padding-bottom: 10px;*/
  border: solid 1px #eae9e9;
}
.qa-lot-container .qa-lot-box .lot-no {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  margin-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: inset 1px #b1b1b1;
  padding: 0;
  margin: 0;
  background: #f3f2f2;
  border-bottom-right-radius: 5px;
  width: 30%;
  border-right: inset 2px #c5c3c3;
  color: #607D8B;
  font-weight: bold;
}
.qa-lot-container .qa-lot-box .headline {
  text-align: left;
  font-size: 0.8em;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: 600;
}

.plant-container .plants-summary-container .col-md-2 {
  width: 20%;
  display: inline;
}
.plant-container .plants-summary-container .col-md-2 .main-box {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .plant-container .plants-summary-container .col-md-2 .main-box {
    margin-bottom: 0px;
  }
}
.plant-container .plants-summary-container .infographic-box {
  padding: 15px;
}
.plant-container .plantBarcode-temp {
  color: #03a9f4;
}
.plant-container .chMothersLable {
  margin-top: -6px !important;
  margin-left: -5px !important;
}
.plant-container .label-wrapper-non-mandatory {
  border: 1px solid gray;
  color: gray;
}
.plant-container .checkbox-nice label:before {
  width: 17px;
  height: 17px;
}

.move-inventory-rooms-container {
  margin-top: 20px;
  width: 50%;
}

#modalReportWaste .weight-info .form-control {
  display: inline-block;
  width: auto;
}

.apply-additives-grow-button {
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.harvest-detail-container .s2-tb.tb-harvest-list, .harvest-detail-container .s2-tb.tb-harvest-list:hover {
  color: #fff;
  margin-bottom: 14px;
  display: inline-block;
  margin-right: 5px;
}
.harvest-detail-container .primary-bg {
  background-color: #03a9f4;
  border-color: #e3f4ff;
}
.harvest-detail-container .warning-bg {
  background-color: #ffc107 !important;
  border-color: #fffde3;
}
.harvest-detail-container button[disabled], .harvest-detail-container html input[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.harvest-detail-container .white-space {
  margin-top: 30px;
  margin-bottom: 30px;
}
.harvest-detail-container .block-separator-space {
  margin-top: 10px;
  margin-bottom: 10px;
}
.harvest-detail-container .row-buttons {
  float: right;
  margin-bottom: 10px;
}
.harvest-detail-container .block-separator {
  border-right: 1px solid #eee;
}
.harvest-detail-container .harvest-hr {
  clear: both;
}
.harvest-detail-container .harvest-date-container {
  margin: 0 auto;
  width: 220px;
}
.harvest-detail-container .harvest-button-container {
  text-align: right;
}
.harvest-detail-container .bottom-input {
  width: 30%;
  margin-left: 10%;
  display: inline-block;
}
.harvest-detail-container .switch-container .btn-group .btn-switch-uom-active {
  color: white;
  background: gray;
  padding: 4px 8px;
}
.harvest-detail-container .switch-container .btn-group .btn-switch-uom {
  color: gray;
  background: white;
  padding: 4px 8px;
  border-top: 1px solid rgb(197, 196, 196);
}
.harvest-detail-container .switch-container .btn-group .btn-switch-uom:hover, .harvest-detail-container .switch-container .btn-group .btn-switch-uom-active:hover {
  color: white;
  background: rgb(197, 196, 196);
}
.harvest-detail-container .switch-container .btn-group .btn-switch-uom:nth-child(2) {
  border-right: 1px solid rgb(197, 196, 196);
  border-left: 1px solid rgb(197, 196, 196);
}
.harvest-detail-container .switch-container .btn-group .btn-switch-uom:last-child {
  border-left: 1px solid rgb(197, 196, 196);
}
.harvest-detail-container .switch-container {
  margin-top: 16px;
}

.start-harvest-bottom-separator-2x {
  margin-bottom: 40px;
}

.start-harvest-top-separator-2x {
  margin-top: 40px;
}

.start-harvest-container .s2-tb.tb-harvest-list, .start-harvest-container .s2-tb.tb-harvest-list:hover {
  background-color: #03a9f4;
  border-color: #e3f4ff;
  color: #fff;
  margin-bottom: 14px;
  display: inline-block;
}
.start-harvest-container #harvestPlantError .plant-status {
  display: inline-block;
  margin-left: 4px;
  text-align: center;
}
.start-harvest-container .bottom-separator-1x {
  margin-bottom: 20px;
}
.start-harvest-container .borderless td {
  border: none !important;
}
.start-harvest-container .harvest-plant-title-container {
  border-bottom: 1px solid #e7ebee;
}
.start-harvest-container .harvest-plant-title {
  font-size: 2em;
  color: gray;
}
.start-harvest-container .harvest-plant-number {
  font-size: 2em;
  padding: 5px;
  color: gray;
}
.start-harvest-container #harvest-container-radio-buttons div {
  clear: both;
  margin: 0 50px;
}
.start-harvest-container #harvest-container-radio-buttons label {
  width: 200px;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:empty {
  margin-left: -999px;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:hover:not(:checked) ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #C2C2C2;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:hover:not(:checked) ~ label {
  color: #888;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:checked ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #9CE2AE;
  background-color: #4DCB6D;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:checked ~ label {
  color: #777;
}
.start-harvest-container #harvest-container-radio-buttons input.radio:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.start-harvest-container .harvest-detail-showed {
  width: 100%;
}
.start-harvest-container .harvest-detail-not-showed {
  width: 50%;
}
.start-harvest-container .mark-input {
  width: 20px;
  float: none;
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: top;
  height: auto;
}
.start-harvest-container .mark-input :focus {
  box-shadow: none;
}
.start-harvest-container .start-harvest-options {
  width: 400px;
  margin-right: 14%;
  float: right;
}
.start-harvest-container .start-harvest-options tbody > tr > td {
  padding: 0;
}
.start-harvest-container .start-harvest-options .k-edit-label {
  width: 80%;
}
.start-harvest-container .right-block-container {
  width: 50%;
  margin: 0 auto;
  float: right;
}

.intake-files {
  margin-top: 10px;
  padding-right: 1px;
  vertical-align: middle;
  list-style: none;
  margin-right: 10px;
  font-size: 15px;
}
.intake-files i {
  color: #d83e3e;
  font-size: 18px;
}

.intake-pdf-icon {
  color: rgb(216, 62, 62);
  vertical-align: middle;
}

.nav-tabs li.active {
  border-top: 2px solid #2980b9;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.input-group.uom .input-group-addon {
  padding: 2px 10px;
}
.input-group.uom .input-group-addon select {
  border: none;
}

.order-link {
  font-size: 1.4em;
}

.sale-account-table .text-mute {
  color: rgb(81, 89, 103);
}

.s-lbl {
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.875em;
  font-weight: 600;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.s-lbl.s-lbl-sm {
  font-size: 0.675em;
}
.s-lbl.s-lbl-legacy {
  background-color: #efebeb;
  color: #17651a;
}

.status-title strong {
  color: #03a9f4;
}

#employeeModalForm .form-group {
  min-height: 25px;
  margin-bottom: 25px;
}

.mandatory {
  color: #03a9f4;
}

.non-mandatory {
  color: gray;
}

.btn-mandatory {
  background-color: #fff;
  border-color: #0298d1;
  color: #03a9f4;
}

.btn-mandatory:hover {
  background-color: #01b9fe;
  border-color: #0298d1;
  color: white;
}

.btn-non-mandatory {
  background-color: #fff;
  border-color: gray;
  color: gray;
}

.btn-non-mandatory:hover {
  background-color: gray;
  border-color: gray;
  color: white;
}

.mandatory_active {
  background-color: #01b9fe;
  border-color: #0298d1;
  color: white;
}

.non_mandatory_active {
  background-color: gray;
  border-color: gray;
  color: white;
}

.s2-tb.tb-generate-label {
  background-color: white;
  border-color: gray;
  color: gray;
  border-width: 1px;
  margin-left: 3px;
  padding: 3px 12px 3px 12px !important;
}

.s2-tb.tb-generate-label:hover {
  background-color: white;
  border-color: gray;
  color: gray;
  border-width: 1px;
}

.s2-tb.tb-non-mandatory-employee-sample {
  background-color: #03a9f4;
  border-color: #2980b9;
  color: #fff;
  border-width: 1px;
}

.tb-mandatory:hover, .tb-non-mandatory-employee-sample:hover {
  color: #fff !important;
}

.manifest-report {
  color: #d83e3e !important;
  text-decoration: none;
  font-size: 2em;
  vertical-align: middle;
  display: inline-block;
}

.s2-tb.tb-non-mandatory {
  background-color: gray;
  border-color: #e3f4ff;
  color: #fff;
  border-width: 1px;
}

input[type=number].adjust-units {
  width: 300px !important;
  height: 2.5em !important;
}

.label-wrapper-mandatory {
  border: 1px solid #03a9f4;
  color: #03a9f4;
}

.label-wrapper-non-mandatory {
  border: 1px solid gray;
  color: gray;
}

#material-icon-container {
  font-size: 16px;
  margin-left: -2px;
  vertical-align: middle;
}

.batch-summary-container .col-memo {
  padding-top: 0px;
  border-top-color: white !important;
}

.transactions span.pct {
  font-size: 2em;
  color: #5a6151;
  letter-spacing: 2px;
}
.transactions span.pct-sgn {
  font-size: 1.1em;
  color: #4CAF50;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
}
.transactions div.text {
  padding-top: 15px;
  font-style: italic;
  color: #1c2123;
}

#gridTransferInboundToolbar div:nth-child(n+4) {
  float: right;
  margin-top: 4px;
}

#transferInboundDetailToolbar div:last-child {
  float: right;
  margin-top: 4px;
}

#transferOutboundToolbar div:nth-child(n+3) {
  float: right;
  margin-top: 4px;
}

.btn-export-excel {
  background: green;
  color: white;
}
.btn-export-excel:hover {
  color: white;
}
.btn-export-excel:focus {
  color: white;
}

#transferOutboundDetailToolbar div:last-child {
  float: right;
  margin-top: 4px;
}

#newQAlotModal .coa-container .k-widget {
  background: none;
}
#newQAlotModal .coa-container .k-dropzone, #newQAlotModal .coa-container .coa-container .col-sm-4 {
  padding: 0;
  margin-bottom: 5px;
}
#newQAlotModal .qa-result-link-container .terpenes-link, #newQAlotModal .qa-result-link-container .terpenes-link:hover {
  color: #212121;
  text-decoration: none;
}
#newQAlotModal .panel-default > .panel-heading .qa-result-link-container .terpenes-link:focus {
  color: #212121;
  text-decoration: none;
}
#newQAlotModal .qa-result-container #accordion .panel-default .panel-heading {
  background-color: #f5f5f5;
}
#newQAlotModal .panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: grey;
}
#newQAlotModal .panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}

.no-test-result {
  display: block;
  padding: 2px 4px;
  color: #d58585;
  background-color: white;
  border: solid 1px #f9e6e6;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.testing-status {
  display: none;
  border: solid 1px #00b9b4;
  color: #00b9b4;
  padding: 0 3px;
  font-size: 75%;
  border-radius: 4px;
  min-width: 80px;
  text-align: center;
}
.testing-status:before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.testing-status.status-1 {
  display: block;
  color: #d48106;
}
.testing-status.status-2 {
  display: block;
  color: #027975;
}
.testing-status.status-3 {
  display: block;
  color: #77ac3b;
  font-size: 80%;
  font-weight: bold;
}
.testing-status.status-4 {
  display: block;
  color: #b31414;
  font-weight: bold;
  font-size: 80%;
  border-color: #facccc;
}
.testing-status.status-5 {
  display: block;
  color: #999;
}

body .modal {
  background-color: rgba(149, 149, 149, 0.21);
}
body .modal .modal-dialog .modal-content {
  border-radius: 9px;
  box-shadow: 0 0px 31px rgb(84, 108, 85);
}
body .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #a4def9;
}
body .modal .modal-dialog .modal-content .modal-header .modal-title {
  line-height: 2.4;
  font-weight: 600;
  color: #039591;
  font-size: 1.2em;
}
body .modal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #a4def9;
}
body .modal .modal-dialog .modal-content .modal-footer button {
  padding: 10px 15px;
  box-shadow: 0 0 17px #c3c3c3;
  font-size: 1.1em;
  font-weight: 500;
}

#header-navbar ul.nav.location-selector li.dropdown > a {
  background-color: #337574;
  font-family: "Jaldi";
  font-size: 1.2em;
}
#header-navbar ul.nav.location-selector li.dropdown > a:hover {
  background: #142e2e;
}
#header-navbar ul.nav.location-selector li.dropdown > ul.dropdown-menu li.item a span {
  font-family: "Jaldi";
  font-size: 1.1em;
}

/*# sourceMappingURL=s2s.min.css.map */
