﻿/*$harvest-orange: #e6862e;*/
/*$link-color: #4A9F38;*/
body {
  background-color: #ffffff;
  color: #333333;
  font-family: Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 30px;
  height: 100vh;
  overflow: hidden;
  max-width: 100vw;
}
body a {
  color: #234B1B;
  font-size: 14px;
  font-weight: bold;
}
body a:hover {
  border-bottom: 2px solid #003975;
  color: #003975;
  text-decoration: none;
}
body .app-form {
  margin: 0px;
  z-index: 10;
}
body .app-form .app-section {
  background-color: #ffffff;
  color: #050d3c;
  margin-top: 15px;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
body .app-form .section {
  /* border: dotted 3px #a94442; */
  float: left;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
body .app-form .title {
  font-size: 16px;
  margin-bottom: 15px;
}
body .application-background {
  background-color: #f0f7f8;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
body .application-shell {
  background-color: #ffffff;
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
  border-top: 2px solid #efefef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  padding: 20px 20px 0px 20px;
}
body .application-shell .application-content {
  overflow: auto;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 10px;
}
body .application-shell .application-header {
  margin-bottom: 12px;
}
body .application-shell .application-navigation {
  display: grid;
  margin-bottom: 10px;
}
body .application-shell .application-navigation .navigation-tab {
  align-items: center;
  border-bottom: solid 1px #d6d6d6;
  border-top: solid 1px #d6d6d6;
  display: inline-flex;
  justify-content: center;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
body .application-shell .application-navigation .navigation-tab:hover {
  border-bottom: solid 2px #4a4242;
}
body .application-shell .application-navigation .navigation-tab:hover a {
  border-bottom: unset;
}
body .application-shell .application-navigation .navigation-tab.selected {
  border-bottom: solid 2px #8B4402;
  color: #8B4402;
}
body .application-shell .application-navigation .navigation-tab.selected a {
  color: #8B4402;
}
body .application-shell .application-section-label {
  color: #606060;
  font-family: "Quicksand", Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
body .application-shell .application-section-sub-label {
  color: #606060;
  font-family: "Quicksand", Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
body .application-shell .control-set {
  float: left;
  margin-right: 20px;
}
body .application-shell .control-set.unset-css {
  float: unset;
  margin-right: unset;
}
body .application-shell .controls-inline {
  display: inline-block;
  margin-right: 10px;
}
body .border-none {
  border: unset !important;
}
body .padding-0 {
  padding: 0 !important;
}
body .bold {
  font-weight: bold;
}
body .border-bottom {
  border-bottom: 2px solid #efefef;
}
body .bottom-zero {
  bottom: 0;
  position: absolute;
}
body button {
  background-color: #226308;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: Quicksand, "Open Sans", open-sans, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 9px;
  text-align: left;
  width: 370px;
}
body button button .text {
  width: 100%;
}
body button.halfwidth {
  width: 180px;
}
body button:active {
  transform: scale(0.98);
  /* Scaling button to 0.98 to its original size */
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
  /* Lowering the shadow */
}
body button::after {
  content: url("../images/icons/arrow-right-white.png");
  float: right;
}
body button:hover,
body button:focus {
  background-color: #288503;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
body button:disabled,
body button[disabled] {
  background-color: #78a070;
}
body .button-inline {
  height: 42px;
  margin-left: 15px;
  text-align: center;
  width: 100px;
}
body .button-inline.w130px {
  width: 130px;
}
body .button-inline::after {
  content: unset;
  float: unset;
}
body .button-stack {
  display: grid;
  grid-template-rows: auto auto;
}
body .button-stack-item {
  margin-top: 1rem;
}
body .button-paging {
  color: #030;
}
body .cursor-pointer:hover {
  cursor: pointer;
}
body .div-table-structure {
  display: table;
  width: 100%;
}
body .div-table-structure .table-header-row {
  background-color: #f0f7f8;
  display: table-row;
  font-weight: bold;
}
body .div-table-structure .table-header-row .table-cell {
  height: unset;
}
body .div-table-structure .table-data-section {
  border-bottom: solid #f0f7f8 5px;
  overflow: auto;
}
body .div-table-structure .table-data-section.data-section-height-80px {
  height: 80px;
}
body .div-table-structure .table-data-section.data-section-height-190px {
  height: 190px;
}
body .div-table-structure .table-data-section.data-section-height-200px {
  height: 200px;
}
body .div-table-structure .table-data-section.data-section-height-300px {
  height: 300px;
}
body .div-table-structure .table-data-section.data-section-height-350px {
  height: 350px;
}
body .div-table-structure .table-data-section.data-section-height-400px {
  height: 400px;
}
body .div-table-structure .table-data-section.data-section-height-450px {
  height: 450px;
}
body .div-table-structure .table-data-section.data-section-max-height-300px {
  max-height: 300px;
}
body .div-table-structure .table-data-row {
  background-color: #ffffff;
  display: table-row;
}
body .div-table-structure .table-cell {
  border: 2px solid #efefef;
  display: table-cell;
  float: left;
  height: 56px;
  padding: 5px;
  vertical-align: middle;
}
body .div-table-structure .table-cell.cell-height-56px {
  height: 56px;
}
body .div-table-structure .table-cell input[type=text], body .div-table-structure .table-cell input[type=number] {
  width: 100%;
}
body .div-table-structure .table-cell label {
  margin: unset;
}
body .div-table-structure .table-cell.center {
  text-align: center;
}
body .div-table-structure .table-cell.cell-height-80px {
  height: 80px;
}
body .div-table-structure .table-cell.cell-height-70px {
  height: 70px;
}
body .div-table-structure .table-cell.cell-height-100px {
  height: 100px;
}
body .div-table-structure .table-cell.cell-height-150px {
  height: 150px;
}
body .div-table-structure .table-cell.cell-height-225px {
  height: 225px;
}
body .div-table-structure .table-cell.cell-height-270px {
  height: 270px;
}
body .div-table-structure .table-cell.cell-unset-height {
  height: unset;
}
body .div-table-structure .table-cell.cell-width-0px {
  border: unset;
  padding: unset;
  width: 0px;
}
body .div-table-structure body .div-table-structure .table-cell.cell-width-33px {
  width: 90px;
}
body .div-table-structure body .div-table-structure .table-cell.cell-width-575px {
  width: 575px;
}
body .div-table-structure body .div-table-structure .table-cell.cell-width-560px {
  width: 560px;
}
body .div-table-structure .cell-width-50px {
  width: 50px;
}
body .div-table-structure .cell-width-75px {
  width: 75px;
}
body .div-table-structure .cell-width-80px {
  width: 80px;
}
body .div-table-structure .cell-width-110px {
  width: 110px;
}
body .div-table-structure .cell-width-130px {
  width: 130px;
}
body .div-table-structure .cell-width-140px {
  width: 140px;
}
body .div-table-structure .cell-width-240px {
  width: 240px;
}
body .div-table-structure .cell-width-250px {
  width: 250px;
}
body .div-table-structure .cell-width-280px {
  width: 280px;
}
body .div-table-structure .cell-width-350px {
  width: 350px;
}
body .div-table-structure .table-cell.cell-width-overflowbar {
  border: unset;
  padding: unset;
  width: 17px;
}
body .div-table-structure .table-cell.cell-width-70px {
  width: 70px;
}
body .div-table-structure .table-cell.cell-width-80px {
  width: 80px;
}
body .div-table-structure .table-cell.cell-width-90px {
  width: 90px;
}
body .div-table-structure .table-cell.cell-width-100px {
  width: 100px;
}
body .div-table-structure .table-cell.cell-width-110px {
  width: 110px;
}
body .div-table-structure .table-cell.cell-width-120px {
  width: 120px;
}
body .div-table-structure .table-cell.cell-width-125px {
  width: 125px;
}
body .div-table-structure .table-cell.cell-width-150px {
  width: 150px;
}
body .div-table-structure .table-cell.cell-width-160px {
  width: 160px;
}
body .div-table-structure .table-cell.cell-width-170px {
  width: 170px;
}
body .div-table-structure .table-cell.cell-width-175px {
  width: 175px;
}
body .div-table-structure .table-cell.cell-width-200px {
  width: 200px;
}
body .div-table-structure .table-cell.cell-width-224px {
  width: 224px;
}
body .div-table-structure .table-cell.cell-width-300px {
  width: 300px;
}
body .div-table-structure .table-cell.cell-width-330px {
  width: 330px;
}
body .div-table-structure .table-cell.cell-width-400px {
  width: 400px;
}
body .div-table-structure .table-cell.cell-width-450px {
  width: 450px;
}
body .div-table-structure .table-cell.cell-width-500px {
  width: 500px;
}
body .div-table-structure .table-cell.cell-width-600px {
  width: 600px;
}
body .div-table-structure .table-cell.cell-width-700px {
  width: 700px;
}
body .div-table-structure .table-cell.cell-width-800px {
  width: 800px;
}
body .div-table-structure .table-cell.cell-width-1000px {
  width: 1000px;
}
body .div-table-structure .table-cell.cell-width-1250px {
  width: 1250px;
}
body .div-table-structure .table-cell.with-label {
  align-items: center;
  display: flex;
  justify-content: center;
}
body .div-table-structure .table-cell.with-label.justify-left {
  justify-content: flex-start;
}
body .div-table-structure .table-cell.with-label.justify-right {
  justify-content: flex-end;
}
body .div-table-structure .table-cell.no-border {
  border: unset;
}
body .grid-fill-cell {
  width: 100%;
}
body .ddl-dropshadow:focus {
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
}
body .div-table-structure.min-width-1200px {
  min-width: 1200px;
}
body .div-table-structure.unset-width {
  width: unset;
}
body .field-changed {
  box-shadow: 0px 0px 0px 2px #288503;
}
body .file-drop-zone {
  background-color: #e6e6f9;
  border: #282880 solid 1px;
  display: flex;
  height: 75px;
  justify-content: center;
  text-align: center;
  width: 400px;
}
body .file-drop-zone.narrow-width {
  width: 250px;
}
body .file-drop-zone.over {
  border-color: #9d3534;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
body .file-drop-zone-message {
  align-self: center;
}
body .flex-column {
  display: flex;
  flex-direction: column;
}
body .flex-column[style*="display: block"] {
  display: flex !important;
}
body .flex-1 {
  flex: 1;
  overflow: auto;
}
body footer {
  bottom: 0px;
  background-color: #efefef;
  font-family: Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
body footer a {
  font-family: Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 13px;
}
body textregular {
  display: inline-block;
  height: 15px;
  width: 200px;
}
body .hidden {
  display: none;
}
body input,
body select,
body textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #484646;
  display: block;
  font-size: 16px;
  height: 42px;
  line-height: 18px;
  margin: 0;
  outline: none;
  padding: 7px 7px;
  width: 370px;
}
body input:disabled,
body select:disabled,
body textarea:disabled {
  border: none;
}
body input:invalid,
body select:invalid,
body textarea:invalid {
  border-bottom-color: #8B4402;
  border-bottom-width: 3px;
}
body input.error,
body select.error,
body textarea.error {
  border-bottom-color: #ff0000;
  border-bottom-width: 3px;
}
body input[readonly],
body select[readonly],
body textarea[readonly] {
  border: none;
}
body textarea.height-50px {
  height: 50px;
}
body .height-60px {
  height: 60px;
}
body .height-100px {
  height: 100px;
}
body .height-300px {
  height: 300px;
}
body .height-400px-overflow {
  height: 400px;
  overflow: auto;
}
body .height-450px {
  height: 450px;
}
body .height-500px {
  height: 500px;
}
body .height-100percent {
  height: 100%;
}
body .width-10percent {
  width: 10%;
}
body .width-20percent {
  width: 20%;
}
body .width-30percent {
  width: 30%;
}
body .width-40percent {
  width: 40%;
}
body .width-50percent {
  width: 50%;
}
body .width-60percent {
  width: 60%;
}
body .width-70percent {
  width: 70%;
}
body .width-80percent {
  width: 80%;
}
body .width-90percent {
  width: 90%;
}
body .width-100percent {
  width: 100%;
}
body .width-190px {
  width: 190px;
}
body .width-250px {
  width: 250px;
}
body .width-1000px {
  width: 1000px;
}
body .information-text {
  font-size: 16px;
}
body input[type=checkbox], body input[type=radio] {
  width: 17px;
  height: 17px;
  display: inline;
  vertical-align: middle;
}
body input[type=text].long-field {
  width: 520px;
  max-width: 100%;
}
body input[type=text].mid-field,
body input[type=number].mid-field,
body input[type=date].mid-field,
body input[type=time].mid-field,
body select.mid-field {
  width: 260px;
  max-width: 100%;
}
body input[type=text].no-field {
  width: 0px;
  height: 0px;
  z-index: -1;
  outline: none;
  border: 0px;
}
body input[type=text].short-field,
body input[type=number].short-field,
body input[type=date].short-field,
body input[type=time].short-field,
body select.short-field {
  width: 145px;
  max-width: 100%;
}
body input[type=text].tiny-field,
body input[type=number].tiny-field,
body select.tiny-field {
  width: 80px;
  max-width: 100%;
}
body label {
  color: #4a4242;
  font-size: 14px;
  margin-top: 10px;
}
body .label-display-inline {
  display: inline;
}
body .label-width-long-field {
  width: 520px;
}
body .label-width-mid-field {
  width: 260px;
}
body .label-width-short-field {
  width: 145px;
}
body .label-width-tiny-field {
  width: 80px;
}
body .label-width-50px {
  width: 50px;
}
body .label-width-60px {
  width: 60px;
}
body #harvest-page-content {
  overflow: auto;
}
body .harvest-logo-standard-width {
  width: 400px;
}
body .logon-form {
  float: left;
  /*.logon-links {
      align-content: space-between;
      width: 100%;
  }*/
}
body .logon-form .title {
  color: #606060;
  font-size: 18px;
  font-weight: 600;
}
body .max-height-350 {
  max-height: 350px;
  overflow: auto;
}
body .margin-right-20px {
  margin-right: 20px;
}
body .messages-page-count {
  font-size: 14px;
}
body .messages-page-header {
  border-bottom: solid 1px #d6d6d6;
}
body .messages-page-header .validation-messages-list {
  display: none;
  padding: 0px 3px 15px 10px;
}
body .messages-page-header .validation-messages-list li {
  font-size: 14px;
}
body .mtw-logo-bottom-center {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
body .mtw-logo-bottom-center img {
  width: 100px;
}
body .no-field {
  width: 0px;
  height: 0px;
  z-index: -1;
  outline: none;
  border: 0px;
}
body .padding-left-100px {
  padding-left: 100px;
}
body .padding-top-35px {
  padding-top: 35px;
}
body .page-header-text {
  color: #464646;
  font-family: Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}
body .processing-inline {
  display: none;
}
body .processing-inline img {
  height: 25px;
  margin-top: 2px;
  margin-right: 10px;
}
body .review-comment-title {
  background-color: #f0f7f8;
  color: #606060;
  font-family: "Quicksand", Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 35px;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 6px;
}
body .review-comment-box {
  border-top: solid 1px #d6d6d6;
  padding-bottom: 5px;
  padding-top: 5px;
}
body .review-comment-box .review-comment-subtext {
  font-size: 14px;
}
body .review-comment-box .review-comment-detail {
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
}
body .review-label-link-blue {
  border-bottom: solid 1px blue;
}
body .review-tab-grid-row-templates {
  display: grid;
  grid-template-rows: 175px auto 160px;
  height: 100%;
}
body .section-label {
  color: #606060;
  font-family: "Quicksand", Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
body .section-sub-label {
  color: #606060;
  font-family: "Quicksand", Quicksand, "Open Sans", open-sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
body .skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}
body .skip-link:focus {
  top: 0;
}
body .splash-screen {
  height: 100vh;
  width: 100%;
  text-align: center;
}
body .splash-screen .splash-logo {
  transform: translateY(80%);
}
body .splash-screen .splash-logo img {
  width: 400px;
}
body .stand-alone-cell {
  float: left;
  margin-bottom: 15px;
  margin-right: 5px;
  word-break: break-word;
}
body .stand-alone-cell.width300px {
  width: 300px;
}
body .standard-text {
  color: #606060;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 22px;
}
body .standard-text.bold {
  font-weight: bold;
}
body .tab-right-container {
  display: flex;
  flex-direction: column;
}
body .tab-right {
  background-color: #ffffff;
  border-bottom: 2px solid #efefef;
  border-left: 2px solid #efefef;
  border-top: 2px solid #efefef;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  float: right;
  margin-right: -40px;
  padding: 10px 5px 10px 5px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
body .tab-right.callout-border {
  border-bottom: 2px solid #8B4402;
  border-left: 2px solid #8B4402;
  border-top: 2px solid #8B4402;
}
body .tab-right-pane {
  background: unset;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: none;
  float: right;
  height: 400px;
  padding: 7px;
  position: absolute;
  right: 60px;
  top: 120px;
  width: 450px;
  z-index: 91;
}
body .tab-right-pane .pane-title {
  background-color: #288503;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
}
body .tab-right-pane.height-550px {
  height: 550px;
}
body .tab-right-pane.height-600px {
  height: 550px;
}
body .tab-right-pane.width-550px {
  width: 550px;
}
body .invoice-row {
  display: none;
  background-color: #e5e3e3;
}
body .invoice-row-sub {
  padding: 5px;
}
body .table-auto {
  background-color: #ffffff;
  margin-bottom: unset;
  min-width: 100%;
  width: 100%;
}
body .table-auto td, body .table-auto th {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
body .table-auto td *:not(a), body .table-auto th *:not(a) {
  color: #4a4242;
}
body .table-auto thead {
  background-color: #f0f7f8;
}
body .table-auto thead th {
  font-weight: bold;
}
body .text-break {
  word-wrap: break-word;
  word-break: break-word;
}
body .tooltip-image {
  height: 18px;
  width: 18px;
  filter: invert(30%);
}
body .unset-border-bottom:hover {
  border-bottom: unset;
}
body .unset-top-margin {
  margin-top: unset;
  display: inline;
}
body .unset-bottom-margin {
  margin-bottom: unset;
  display: inline;
}
body .width-100percent {
  width: 100%;
}
body .multiselect {
  width: 20em;
  height: 15em;
  border: solid 1px #c0c0c0;
  overflow: auto;
  text-align: left;
}
body .remove-claim-link {
  height: 25px;
  padding: 4px;
  position: absolute;
  width: 25px;
}
body .remove-claim-link img {
  height: 16px;
  vertical-align: unset;
  width: 16px;
}
