body {
  overflow: hidden;
  background-color: #f0f1f3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #3898ec;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}

.header-nav-bar {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: linear-gradient(133deg, #df1d00, #ff3f3f);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
  font-family: Lato, sans-serif;
}

.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-side-nav {
  padding-top: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #acb9bf;
  font-size: 18px;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand.w--current {
  margin-right: 20px;
  padding-left: 0px;
}

.header-menu {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  height: 45px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(7.802690582959641, 100.00%, 43.73%, 0.10)), to(hsla(7.802690582959641, 100.00%, 43.73%, 0.10)));
  background-image: linear-gradient(180deg, hsla(7.802690582959641, 100.00%, 43.73%, 0.10), hsla(7.802690582959641, 100.00%, 43.73%, 0.10));
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #646464;
}

.side-nav-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  min-width: 8vw;
  padding: 0px 1vw 0px 1.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none #eaeaea;
  border-left: 3px none transparent;
  background-color: transparent;
  -webkit-transition: color 200ms ease-in, background-color 200ms ease-in, border-color 200ms ease-in;
  transition: color 200ms ease-in, background-color 200ms ease-in, border-color 200ms ease-in;
  color: #acb9bf;
  cursor: pointer;
}

.side-nav-tab:hover {
  border-left-color: transparent;
  background-color: rgba(223, 29, 0, .05);
  color: #fff;
}

.side-nav-tab.w--current {
  height: 70px;
  min-width: 8vw;
  padding-right: 1vw;
  padding-left: 1.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 4px none #df1d00;
  border-bottom-style: solid;
  background-color: rgba(223, 29, 0, .1);
  box-shadow: inset -5px 9px 16px -20px #646464;
  color: #fff;
}

.side-nav-tab.top {
  padding-left: 1.5vw;
  border-style: solid none none;
  border-width: 1px;
  border-top-color: #eaeaea;
  border-right-color: #000;
}

.tab-icon {
  width: 23px;
  margin-right: 15px;
  float: right;
  background-image: url('../images/settings.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.tab-icon.timesheet {
  background-image: url('../images/Time-Sheet.png');
  background-size: 21px;
}

.tab-icon.payroll {
  background-image: url('../images/Payroll.png');
  background-size: 22px;
}

.tab-icon.harvest {
  background-image: url('../images/Harvest.png');
  background-size: 23px;
}

.tab-icon.maps {
  background-image: url('../images/Maps.png');
  background-size: 23px;
}

.tab-icon.admin {
  background-image: url('../images/Admin.png');
  background-size: 23px;
}

.tab-icon.tasks {
  background-image: url('../images/Tasks.png');
  background-size: 22px;
}

.tab-icon.insights {
  background-image: url('../images/Insight.png');
  background-size: 23px;
}

.tab-icon.performance {
  background-image: url('../images/Performance.png');
  background-size: 25px;
}

.tab-title {
  display: inline-block;
  padding-top: 0px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #202020;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 91px;
  padding: 0px 40px 0px 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #2c3d51;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.sub-nav.secondary {
  height: 60px;
  padding-left: 60px;
  border-bottom-color: hsla(0, 0%, 92%, .5);
}

.sub-nav.short {
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
}

.tab-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.frame-pane {
  overflow: hidden;
  height: 100%;
}

.sub-frame {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.sub-frame.scroll {
  overflow: auto;
  max-height: 70vh;
  min-height: 50vh;
  padding-bottom: 10vh;
}

.frame-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-right: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #eaeaea;
  background-color: #fff;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.column._6-columns {
  width: 16.66%;
}

.column.table {
  border-right: 1px solid #eaeaea;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20% 5px 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.row:hover {
  background-color: rgba(223, 29, 0, .05);
}

.row.label {
  position: relative;
  height: 50px;
  padding: 8% 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0px;
}

.row.label:hover {
  background-color: rgba(223, 29, 0, .05);
}

.row.total {
  border-radius: 0px;
  background-color: rgba(74, 144, 226, .1);
}

.row.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.column-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  color: #2c3d51;
}

.nav-text {
  color: #fff;
  font-size: 14px;
}

.nav-image {
  padding-left: 0px;
}

.toggle-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  border-radius: 100px;
  background-color: #eaeaea;
  box-shadow: none;
}

.active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #32e29c;
  box-shadow: -3px 0 3px 0 rgba(41, 206, 140, .35);
  opacity: 0;
}

.top-line {
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottom-line {
  width: 12px;
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.active-overlay-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #32e29c;
  box-shadow: 0 3px 3px 0 rgba(41, 206, 140, .35);
  opacity: 0;
}

.horizontal-nav-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  padding: 7px 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  color: #646464;
  text-align: center;
}

.horizontal-nav-tab.w--current {
  width: 200px;
  height: 50px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(223, 29, 0, .05);
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
  color: #e8e8e8;
  letter-spacing: 0px;
}

.horizontal-nav-tab.secondary {
  display: block;
  height: 40px;
  padding-top: 0px;
}

.horizontal-nav-tab.secondary.w--current {
  display: block;
  height: 40px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-color: #df1d00;
  background-color: transparent;
}

.horizontal-nav-tab.narrow {
  width: 120px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #646464;
}

.horizontal-nav-tab.narrow.w--current {
  width: 120px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  border-color: rgba(223, 29, 0, .05);
  border-radius: 5px;
  background-color: rgba(223, 29, 0, .05);
  color: #fff;
}

.toast {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
}

.toast-container {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 50px;
  max-width: 30%;
  min-width: 20%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #40b9fc;
  box-shadow: 0 4px 16px -1px hsla(0, 0%, 39%, .55);
}

.toast-container.confirmation {
  position: absolute;
  display: block;
  height: 50px;
  max-width: 20%;
  min-width: 15%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 2px;
  background-color: #7ed321;
  box-shadow: 0 4px 16px -1px hsla(0, 0%, 39%, .55);
}

.toast-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.action-icon {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.search-label {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.search-label.search {
  top: -12px;
  display: block;
  margin-left: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #909090;
}

.search-label.search {
  position: static;
  top: -12px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 140px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

.input-container.search {
  position: static;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 91%, .5);
  border-radius: 8px;
  box-shadow: 0 3px 18px -10px #646464;
}

.input-container.dropdown {
  position: static;
  left: 840px;
  top: 40px;
  bottom: 40px;
  display: block;
  max-width: 120px;
  min-width: 85px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  font-family: Lato, sans-serif;
  color: #202020;
}

.search-icon {
  position: relative;
  left: 20px;
  top: 7px;
}

.slider-container {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 350px;
  height: 100%;
  margin-top: 0px;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 0 0 10px -1px #646464;
}

.small-button {
  margin-left: 20px;
  padding: 10px 35px 9px;
  border-radius: 3px;
  background-color: #df1d00;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
}

.small-button:hover {
  background-color: #cd331c;
}

.hidden-numbers-container {
  display: block;
  margin-top: -30px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #eaeaea;
}

.filter-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}

.filter-container.vertical {
  overflow: auto;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-container {
  position: relative;
  display: block;
  overflow: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 91%, .5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -1px 2px 20px -12px #646464;
}

.main-container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-container.table {
  padding-top: 0%;
  padding-bottom: 0%;
}

.main-container.graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon {
  margin-right: 8px;
}

.row-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.heading.bin {
  color: #202020;
}

.heading.total {
  color: #202020;
  font-weight: 700;
}

.heading.small {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.column-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #4a90e2;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.column-label.total {
  color: #212121;
  font-weight: 700;
}

.column-label.bold {
  font-weight: 700;
}

.column-label.qc-number {
  color: #7ed321;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.column-label.variety {
  line-height: 20px;
  text-align: center;
  text-transform: none;
}

.column-label.picker {
  color: #646464;
  text-transform: none;
}

.column-label.centered {
  text-align: center;
  text-transform: none;
}

.column-label.label {
  padding-top: 0px;
  color: #646464;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
}

.horizontal-nav-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.horizontal-nav-title.secondary {
  color: #646464;
  font-size: 12px;
  font-weight: 500;
}

.icons {
  width: 50px;
  height: 25px;
}

.icons.logout {
  background-image: url('../images/Logout.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.calendar-icon {
  margin-right: 8px;
}

.dropdown-selection {
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #eaeaea;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 9px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
}

.bins {
  display: block;
  width: 24px;
  height: 20px;
  margin-top: 1px;
  margin-right: -4%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Bins.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.filter-expand-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border: 1px none #eaeaea;
}

.filter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-picture {
  width: 35px;
  height: 35px;
  margin-right: 14px;
  border-radius: 100px;
  background-color: #fff;
}

.inner-overflow {
  overflow: auto;
  width: 88vw;
  max-height: 90vh;
  min-height: 50vh;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 15vh;
}

.sort-icon {
  width: 10px;
  height: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Sort.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.drag-icon {
  position: absolute;
  left: 7px;
  top: 0px;
  bottom: 0px;
  width: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Drag.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.row-highlight-container {
  position: absolute;
  top: 50px;
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row-highlight {
  position: relative;
  width: 100vw;
  height: 50px;
  background-color: rgba(223, 29, 0, .05);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.row-highlight:hover {
  opacity: 1;
}

.map-container {
  height: 75vh;
  border-radius: 5px;
}

.map {
  height: 100%;
}

.horizontal-tab-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.horizontal-tab-icon.people {
  background-image: url('../images/People.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.horizontal-tab-icon.orchards {
  background-image: url('../images/Orchards.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.horizontal-tab-icon.variety {
  background-image: url('../images/Variety.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.horizontal-tab-icon.jobs {
  background-image: url('../images/Job.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.horizontal-tab-icon.general {
  background-image: url('../images/General.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.user-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 30%;
  height: 60vh;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eaeaea;
  font-family: Lato, sans-serif;
}

.edit-columnn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 3%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.user-block {
  margin-right: 26px;
  margin-left: 15%;
  color: #646464;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
}

.user-block.action-cta {
  margin-right: 15px;
  color: #df1d00;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #4a90e2;
  font-size: 12px;
  text-transform: uppercase;
}

.text-field {
  height: 45px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 15px;
}

.button {
  display: block;
  width: 49%;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #df1d00;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #cd331c;
}

.button.delete {
  border: 1px solid #9b9b9b;
  background-color: transparent;
  -webkit-transition-duration: 300undefined;
  transition-duration: 300undefined;
  color: #000;
}

.button.delete:hover {
  background-color: #e8e8e8;
}

.list-of-people {
  width: 100%;
  height: 100%;
}

.left-form-column {
  width: 49%;
  float: left;
}

.right-form-column {
  width: 49%;
  float: right;
}

.form-block-container {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.user-list-icon {
  position: absolute;
  top: 17px;
  right: 0px;
  bottom: 0px;
  width: 14px;
  margin-right: 15%;
  cursor: pointer;
}

.user-row-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.user-row-block:hover {
  background-color: rgba(223, 29, 0, .05);
}

.checkbox-label {
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #df1d00;
  font-size: 14px;
}

.checkbox-field {
  height: 40px;
  padding-top: 10px;
}

.buttons-container {
  display: block;
}

.connected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 14px;
}

.bullet-icon {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #ff7e67;
}

.photo {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  background-image: url('../images/Photo-Default.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.task-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 1%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #32e29c;
  font-size: 16px;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
}

.paragraph.default {
  font-style: normal;
  text-decoration: none;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.bullet-feature {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
}

.text-span-2 {
  display: inline-block;
  color: #32e29c;
}

.task-individual-container {
  width: 20%;
  padding: 1%;
  border-right: 1px solid #e8e8e8;
}

.status-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.status-icon.completed {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Green.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.status-icon.uncompleted {
  background-image: url('../images/Grey.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.status-icon.reopened {
  background-image: url('../images/Orange.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.editable-icon {
  width: 16px;
  height: 16px;
}

.editable-icon.edit {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/Edit_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.editable-icon.trash {
  width: 14px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/Trash.png');
  background-position: 50% 50%;
  background-size: cover;
}

.input-field-slider {
  width: 200px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 transparent hsla(0, 0%, 91%, .2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  font-family: Lato, sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
}

.input-field-slider:hover {
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 91%, .5);
}

.input-field-slider.dropdown {
  width: 200px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  font-size: 14px;
}

.popup-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.popup-row-container.wide {
  width: 65%;
}

.popup-header {
  display: block;
  margin: 0px auto;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.popup-background {
  position: relative;
  display: block;
  width: 700px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39%, .5);
}

.finish-button {
  position: absolute;
  left: 0px;
  top: 332px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 35%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  border-radius: 25px;
  background-color: #df1d00;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.finish-button:hover {
  background-color: #cd331c;
}

.error-text {
  font-family: Lato, sans-serif;
  color: #646464;
}

.step-paginator {
  height: 380px;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
}

.navigation-button {
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.navigation-button.back {
  padding-right: 20px;
  padding-left: 10px;
  color: #646464;
}

.subheader {
  display: block;
  margin-top: 10px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.error-message-background {
  background-color: #edfa68;
}

.popup-content-wrap {
  position: relative;
}

.x {
  position: absolute;
  top: 5%;
  right: 5%;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../images/X_1X.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-new-task {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, rgba(223, 29, 0, .5), rgba(223, 29, 0, .65) 99%);
}

.popup-new-task.hide {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), color-stop(99%, hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95) 99%);
}

.mask {
  background-color: #fff;
}

.collaborate-form-step {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #ff7e67;
}

.step {
  position: relative;
  width: 100%;
  border: 1px none #eaeaea;
}

.previous {
  left: 0px;
  right: 0px;
  bottom: -330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 45px;
  margin-right: auto;
  margin-left: 105px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.next {
  left: 0px;
  right: 0px;
  bottom: -330px;
  display: block;
  width: 30%;
  height: 45px;
  margin-right: auto;
  border-radius: 25px;
  background-color: #df1d00;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
}

.next:hover {
  background-color: #cd331c;
}

.popup-outside {
  position: absolute;
  z-index: 990;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #7ed321;
}

.step-counter {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.dropdown-label {
  margin-right: 15px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
}

.line-separater {
  display: block;
  width: 80%;
  height: 2px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: #f5f4f7;
}

.textarea {
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.photo-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f4f7;
  cursor: pointer;
}

.task-image {
  border-radius: 4px;
}

.upload-icon {
  width: 30px;
}

.overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(223, 29, 0, .9);
}

.small-x {
  width: 20px;
  height: 20px;
}

.popup-existing-task {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-existing-task.hide {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-delete-role-warning {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, rgba(223, 29, 0, .5), rgba(223, 29, 0, .65));
}

.popup-delete-role-warning.hide {
  display: none;
}

.popup-button {
  display: block;
  width: 180px;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #df1d00;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.popup-button:hover {
  background-color: #cd331c;
}

.checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 60vh;
  min-width: 20vw;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 #eaeaea;
}

.sub-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  font-family: Lato, sans-serif;
  text-align: left;
}

.sub-tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(74, 144, 226, .1);
}

.subtab-container {
  height: 60vh;
  border-style: none;
  border-width: 2px;
  border-color: rgba(223, 29, 0, .05);
}

.action-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-action-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-tab-label {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #646464;
  font-size: 16px;
  text-align: right;
}

.sub-tab-label.action-cta {
  font-family: Lato, sans-serif;
  color: #df1d00;
  font-size: 14px;
  text-transform: uppercase;
}

.sub-tab-label.sub-layer {
  font-size: 15px;
}

.tabs-content {
  overflow: visible;
}

.popup-task-type {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-task-type.hide {
  display: none;
}

.popup-input-field {
  display: block;
  width: 200px;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.popup-input-field.task-type {
  display: block;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.popup-orchard-site {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-orchard-site.hide {
  display: none;
}

.popup-orchard-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-orchard-block.hide {
  display: none;
}

.popup-orchard-area {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-orchard-area.hide {
  display: none;
}

.popup-orchard-row {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39%, .8)), to(hsla(0, 0%, 39%, .95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, .8), hsla(0, 0%, 39%, .95));
}

.popup-orchard-row.hide {
  display: none;
}

.vertical-y-column {
  min-width: 125px;
  border-right: 1px solid #eaeaea;
}

.divider {
  width: 2px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(74, 144, 226, .1);
}

.highlights-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.output-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  min-width: 140px;
  margin: 10px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 13px;
}

.graph-container {
  position: relative;
  width: 86%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.type {
  font-family: Lato, sans-serif;
  color: #8e8e93;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.number {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #4a90e2;
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
}

.info {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 1000;
  width: 14px;
  cursor: pointer;
}

.table-hover-overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 49px;
  padding: 8% 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7ed321;
  background-color: #fff;
}

.row-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.feedback-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 20px 5px 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.feedback-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row-vertical-divider {
  width: 1px;
  min-height: 60px;
  margin: auto 10px;
  background-color: #eaeaea;
}

.comments {
  font-family: Lato, sans-serif;
  color: #646464;
}

.feedback-header-label-vertical {
  min-width: 130px;
  margin-bottom: 10px;
}

.zero-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xero-state-header {
  margin-top: 16px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
}

.lightbox-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-image {
  margin-right: 10px;
  border-radius: 8px;
}

html.w-mod-js *[data-ix="hide-toast"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-filter-expand-row"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-hidden-container"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-table-hover-overlay"] {
  opacity: 0;
  -webkit-transform: translate(-15px, 0px);
  -ms-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}

#w-node-f53c3baeb2ae-0d7dbbcc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e18cdbc35996-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d6470fa9d79d-0d7dbbcc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-8fdd9bd0bf46-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b5c3f8c1ac59-0d7dbbcc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f875ef665c18-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-8ede2c7893e9-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8ede2c789447-0d7dbbcc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8ede2c7894a5-0d7dbbcc {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8ede2c789476-0d7dbbcc {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-894938101157-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-6992105a16e2-0d7dbbcc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-809265507778-0d7dbbcc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-80926550779b-0d7dbbcc {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8092655077e1-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-809265507804-0d7dbbcc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-3b67dc88c477-0d7dbbcc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3b67dc88c49a-0d7dbbcc {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3b67dc88c4bd-0d7dbbcc {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3b67dc88c4e0-0d7dbbcc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}