.table-basic {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.tr-basic {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
.tr-summary {
  font-weight: bold;
  border-bottom: none;
}
.thead-basic {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.thead-basic > .tr-basic > .th-basic {
  background-color: #eee;
  color: #666;
  border: none;
  border-bottom: 1px solid #bbb;
  text-align: left;
  padding: 5px;
}
.thead-basic > .tr-basic > .th-basic.th-sortable:hover {
  cursor: pointer;
}
.thead-basic > .tr-basic > .th-basic.th-sortable > .asc,
.thead-basic > .tr-basic > .th-basic.th-sortable > .desc {
  margin-left: 5px;
  display: none;
  line-height: 1;
}
.tbody-basic > .tr-basic > .td-basic {
  padding: 5px;
  vertical-align: top;
}
.tbody-basic > .tr-basic > .td-nowrap {
  white-space: nowrap;
}
.tbody-basic > .tr-basic > .td-icon {
  color: #999;
}
.tbody-basic > .tr-basic > .td-spinner {
  text-align: center;
}
.tbody-basic > .tr-basic > .td-disabled {
  background-color: #eee;
}
.tbody-basic > .tr-basic > .td-error {
  color: #fff;
  background-color: #f44336;
}
.hs-table-header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hs-table-header .glyphicon-refresh {
  padding: 5px;
}
.hs-table-header .glyphicon-refresh:hover {
  cursor: pointer;
}
.hs-table-footer {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tr-assigned {
  font-weight: bold;
}
.table-inline {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.table-inline td {
  padding: 3px;
}
.tr-cart {
  background-color: #e7f1df;
}
.tr-error {
  color: #fff;
  background-color: #f44336;
}
.hs-spinner {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.inline-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hs-smartlink {
  display: inline-block;
  white-space: nowrap;
}
.hs-smartlink .glyphicon {
  margin-left: 10px;
  cursor: pointer;
}
.hs-smartlink.hs-smartlink.hs-cart .glyphicon {
  color: #dcdcdc;
}
.hs-smartlink.hs-smartlink.hs-cart-active .glyphicon {
  color: #8bc34a;
}
.hs-events-table .td-basic {
  vertical-align: top;
}
.hs-event-msg .hs-event-ids a {
  margin-right: 5px;
}
.hs-profile-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}
.hs-profile-image img {
  border-radius: 100%;
}
.hs-profile-image .letter {
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hs-profile-image-color-0 {
  background-color: #f44336;
}
.hs-profile-image-color-1 {
  background-color: #e91e63;
}
.hs-profile-image-color-2 {
  background-color: #9c27b0;
}
.hs-profile-image-color-3 {
  background-color: #673ab7;
}
.hs-profile-image-color-4 {
  background-color: #3f51b5;
}
.hs-profile-image-color-5 {
  background-color: #2196f3;
}
.hs-profile-image-color-6 {
  background-color: #03a9f4;
}
.hs-profile-image-color-7 {
  background-color: #00bcd4;
}
.hs-profile-image-color-8 {
  background-color: #009688;
}
.hs-profile-image-color-9 {
  background-color: #4caf50;
}
.hs-profile-image-color-10 {
  background-color: #8bc34a;
}
.hs-profile-image-color-11 {
  background-color: #cddc39;
}
.hs-profile-image-color-12 {
  background-color: #ffeb3b;
}
.hs-profile-image-color-13 {
  background-color: #ffc107;
}
.hs-profile-image-color-14 {
  background-color: #ff9800;
}
.hs-profile-image-color-15 {
  background-color: #ff5722;
}
.hs-profile-image-color-16 {
  background-color: #795548;
}
.hs-profile-image-color-17 {
  background-color: #607d8b;
}
.hs-profile-image-color-0,
.hs-profile-image-color-1,
.hs-profile-image-color-2,
.hs-profile-image-color-3,
.hs-profile-image-color-4,
.hs-profile-image-color-5,
.hs-profile-image-color-8,
.hs-profile-image-color-15,
.hs-profile-image-color-16,
.hs-profile-image-color-17 {
  color: #fff;
}
.hs-profile-image-color-6,
.hs-profile-image-color-7,
.hs-profile-image-color-9,
.hs-profile-image-color-10,
.hs-profile-image-color-11,
.hs-profile-image-color-12,
.hs-profile-image-color-13,
.hs-profile-image-color-14 {
  color: #333;
}
.hs-map-farm {
  cursor: pointer;
}
.hs-map-info h1 {
  font-size: 14px;
  margin-top: 5px;
}
.hs-map-info a {
  cursor: pointer;
}
.hs-cart-section {
  margin-bottom: 5px;
}
.hs-cart-section .hs-cart-section-title {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 5px;
}
.hs-cart-section .table-basic {
  font-size: 12px;
}
.hs-cart-section .table-basic .tr-basic .th-basic {
  background-color: transparent;
}
.hs-navbar .navbar-default {
  background-color: #444;
}
.hs-navbar .hs-user-title {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hs-navbar .hs-user-title .hs-profile-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.hs-navbar .navbar-default {
  border-color: transparent;
  border-radius: initial;
}
.hs-navbar .navbar-default .navbar-brand,
.hs-navbar .navbar-default .navbar-brand:hover,
.hs-navbar .navbar-default .navbar-brand:focus {
  color: #fff;
}
.hs-navbar .navbar-default .navbar-nav li a,
.hs-navbar .navbar-default .navbar-nav li a:hover,
.hs-navbar .navbar-default .navbar-nav li a:focus {
  color: #fff;
}
.hs-navbar .navbar-default .navbar-nav .active a,
.hs-navbar .navbar-default .navbar-nav .active a:hover,
.hs-navbar .navbar-default .navbar-nav .active a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.hs-navbar .navbar-default .navbar-nav .open a,
.hs-navbar .navbar-default .navbar-nav .open a:hover,
.hs-navbar .navbar-default .navbar-nav .open a:focus {
  color: #555;
  background-color: #fff;
}
.hs-navbar .navbar-default .navbar-nav .dropdown a .caret {
  color: #fff;
  border-top-color: #777;
  border-bottom-color: #777;
}
.hs-navbar .navbar-default .navbar-nav .dropdown a:hover .caret,
.hs-navbar .navbar-default .navbar-nav .dropdown a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.hs-navbar .navbar-default .navbar-nav .dropdown .open a .caret,
.hs-navbar .navbar-default .navbar-nav .dropdown .open a:hover .caret,
.hs-navbar .navbar-default .navbar-nav .dropdown .open a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.hs-navbar .navbar-default .navbar-toggle,
.hs-navbar .navbar-default .navbar-toggle:hover,
.hs-navbar .navbar-default .navbar-toggle:focus {
  border-color: transparent;
  background-color: transparent;
}
.hs-navbar .navbar-default .icon-bar {
  background-color: #fff;
}
.hs-navbar .navbar-header .glyphicon {
  padding-right: 15px;
}
.hs-navbar .navbar .glyphicon {
  font-size: 18px;
}
.hs-navbar.hs-theme-default .navbar {
  background-color: #6f6f6f;
}
.hs-navbar.hs-theme-harvests .navbar {
  background-color: #4285f4;
}
.hs-navbar.hs-theme-content .navbar {
  background-color: #8bc34a;
}
.hs-navbar.hs-theme-filtration .navbar {
  background-color: #fbc02d;
}
.hs-navbar.hs-theme-drying .navbar {
  background-color: #f4511e;
}
.hs-navbar.hs-theme-batches .navbar {
  background-color: #795548;
}
.hs-navbar.hs-theme-admin .navbar {
  background-color: #607d8b;
}
.hs-navbar.hs-theme-farms .navbar {
  background-color: #3f51b5;
}
.hs-navbar.hs-theme-samples .navbar {
  background-color: #ab47bc;
}
.hs-panel {
  background-color: #fff;
}
.hs-panel-header {
  font-weight: bold;
  padding: 5px 15px;
}
.hs-panel-footer {
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-top: 1px solid transparent;
}
.hs-panel-body-basic {
  padding: 15px;
}
.hs-action-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ddd;
  border-top: 1px solid #808080;
  padding: 5px;
  text-align: right;
}
.hs-action-bar span,
.hs-action-bar button {
  margin: 5px;
}
.hs-checkbox-input {
  display: none;
}
.hs-checkbox-input.checked + .hs-checkbox-label:before {
  content: "\2713";
}
.hs-checkbox-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
}
.hs-checkbox-label:before {
  border: 1px solid #999;
  border-radius: 4px;
  content: "\A0";
  display: inline-block;
  font: 18px/1em sans-serif;
  height: 18px;
  padding: 0;
  vertical-align: middle;
  width: 18px;
}
.hs-filter {
  background-color: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.hs-filter-active-items {
  display: inline-block;
}
.hs-filter-active-item {
  display: inline-block;
  margin-left: 10px;
}
.hs-filter-active-item-label {
  font-weight: bold;
}
.hs-filter .form-group {
  margin-left: 10px;
}
.hs-filter .form-group label {
  margin-right: 3px;
}
.hs-filter .form-group-inline {
  display: inline-block;
}
.hs-sample-evaluation ul {
  font-size: 10px;
  list-style-type: none;
  padding-left: 0px;
}
.hs-sample-evaluation ul.hs-list-main li {
  margin-bottom: 5px;
}
.hs-sample-evaluation ul.hs-list-sub {
  padding-left: 10px;
}
.hs-property-view {
  width: 100%;
}
.hs-property-view td {
  padding: 3px;
}
.hs-property-view .hs-property-row {
  height: 2em;
}
.hs-property-view .hs-property-row-title {
  color: #999;
  border-bottom: 1px solid #999;
}
.hs-property-view .hs-property-title {
  font-weight: bold;
  text-align: right;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}
.hs-property-view .hs-property-content {
  text-align: left;
  width: 99%;
}
.hs-property-view .hs-property-group-title {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #808080;
}
.hs-file-browser td.td-icon {
  width: 25px;
  text-align: left;
}
.hs-file-browser td.td-size {
  text-align: right;
}
.hs-user-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hs-user-label .hs-profile-image {
  margin-right: 8px;
}
.hs-user-label span,
.hs-user-label b {
  margin-right: 10px;
}
.hs-harvests-table {
  margin-bottom: 50px;
}
.hs-harvests-table .hs-harvest_state_proposal {
  background-color: #fff68d;
}
.hs-farms-table .hs-proposals {
  background-color: #fff68d;
}
.hs-harvest-accept .hs-property-view {
  margin-bottom: 10px;
}
.hs-farms-selection {
  max-height: 400px;
  overflow-y: scroll;
}
.hs-farms-selection-helper {
  margin-right: 10px;
  cursor: pointer;
}
.hs-farms-selection hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hs-launchpad-app {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
}
.hs-launchpad-app .glyphicon {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hs-launchpad-app-title {
  position: absolute;
  display: table;
  width: 80px;
  height: 34px;
  font-size: 14px;
}
.hs-launchpad-app-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hs-launchpad {
  height: 100%;
}
.hs-launchpad-group {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #dcdcdc;
  padding-left: 10px;
}
.hs-editable-string .glyphicon {
  margin: 5px;
  cursor: pointer;
}
.hs-editable-string .glyphicon-ok {
  color: #008000;
}
.hs-editable-string .glyphicon-remove {
  color: #f00;
}
.hs-samples-results #file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.hs-samples-results .hs-checkbox {
  display: inline-block;
}
.hs-color-preview {
  width: 10px;
  height: 10px;
}
.hs-permission-matrix table {
  table-layout: fixed;
}
.hs-permission-matrix th,
.hs-permission-matrix td {
  font-size: 12px;
  vertical-align: middle;
}
.hs-permission-matrix .th-permission {
  width: 100px;
}
.hs-permission-matrix .th-role {
  text-align: center;
  width: 50px;
  border-left: 1px solid #999;
}
.hs-permission-matrix .td-permission {
  text-align: left;
}
.hs-permission-matrix .td-role {
  text-align: center;
  border-left: 1px solid #999;
}
.hs-store-table .tr-basic {
  border: none;
}
.hs-store-table .tr-basic .cell-loc {
  width: 30px;
  text-align: center;
}
.hs-store-table .tr-basic .cell-loc-active {
  background-color: #eee;
}
.hs-store-table .tr-basic .cell-data {
  border-bottom: 1px solid #eaeaea;
}
.hs-store-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hs-store .hs-racks {
  width: 40px;
}
.hs-store .hs-shelves {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hs-store .hs-rack {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.hs-store .hs-rack .hs-rack-label {
  font-weight: bold;
}
.hs-store .hs-rack-not-selected {
  background-color: #f0f0f0;
}
.hs-store .hs-rack-selected {
  background-color: #fff68d;
}
.hs-store .hs-rack-info {
  padding: 5px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-bottom: 1px solid #a0a0a0;
}
.hs-store .hs-shelf {
  padding: 5px;
  border-bottom: 1px solid #a0a0a0;
  cursor: pointer;
}
.hs-store .hs-shelf-selected {
  background-color: #ffffe0;
}
.hs-store .hs-shelf-selected .hs-shelf-label {
  font-weight: bold;
}
.hs-store .hs-totals,
.hs-store .hs-amounts-line-legend {
  text-align: right;
}
.hs-store .hs-amounts-line span,
.hs-store .hs-amounts-line-legend span {
  margin-right: 5px;
}
.hs-store .hs-amounts-line span,
.hs-store .hs-amounts-line-legend span {
  margin-right: 5px;
}
.hs-store .hs-amounts-line-legend {
  margin-bottom: 30px;
}
.hs-box {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 3px;
  cursor: pointer;
}
.hs-box-selected {
  background-color: #fff68d;
}
.hs-box table.hs-fill {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #a0a0a0;
  line-height: 10px;
  font-size: 12px;
}
.hs-box table.hs-fill td.hs-fill-status {
  width: 10px;
  height: 10px;
  border: 1px solid #a0a0a0;
  color: #ddd;
}
.hs-box table.hs-fill td.hs-fill-status-full {
  background-color: #4285f4;
}
.hs-box table.hs-fill td.hs-fill-status-ok {
  background-color: #5cb85c;
}
.hs-box table.hs-fill td.hs-fill-status-bad {
  background-color: #f0ad4e;
}
.hs-box table.hs-fill td.hs-number {
  width: 30px;
}
.hs-container {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.hs-login-form {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
.hs-login-form h1 {
  color: #0079bf;
}
@media screen and (min-width: 700px) {
  .hs-login-form {
    width: 400px;
    margin-top: 100px;
  }
}
.hs-login-form a {
  cursor: pointer;
  margin-left: 20px;
}
.hs-reset-password-form {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
.hs-reset-password-form h1,
.hs-reset-password-form h3 {
  color: #0079bf;
}
@media screen and (min-width: 700px) {
  .hs-reset-password-form {
    width: 400px;
    margin-top: 100px;
  }
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #666;
  color: #666;
  font-family: Helvetica Neue, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 14px;
}
#app {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hs-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background-color: #f0f0f0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hs-app-content {
  padding: 10px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hs-page {
  width: 100%;
  padding: 20px;
}
.hs-expander {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.modal-content {
  background-color: #dcdcdc;
}
.modal-body {
  background-color: #fff;
}
.hs-filter-active,
.hs-filter-active:hover,
.hs-filter-active:focus {
  background-color: #f44336;
  color: #fff;
}
.panel-footer button {
  margin-right: 8px;
}
.alert {
  margin-bottom: 0px;
}
.popover-content {
  padding: 0;
}
.hs-data-table {
  margin-bottom: 60px;
}
.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hs-busy {
  opacity: 0.3;
}
.hs-list-ids a {
  margin-right: 5px;
}
.hs-theme-bar-default {
  background-color: #b5b5b5;
  color: #444;
}
.hs-theme-bar-harvests {
  background-color: #4285f4;
  color: #fff;
}
.hs-theme-bar-content {
  background-color: #8bc34a;
  color: #fff;
}
.hs-theme-bar-filtration {
  background-color: #fbc02d;
  color: #fff;
}
.hs-theme-bar-drying {
  background-color: #f4511e;
  color: #fff;
}
.hs-theme-bar-batches {
  background-color: #795548;
  color: #fff;
}
.hs-theme-bar-farms {
  background-color: #3f51b5;
  color: #fff;
}
.hs-theme-bar-admin {
  background-color: #607d8b;
  color: #fff;
}
.hs-theme-bar-samples {
  background-color: #ab47bc;
  color: #fff;
}
