/* --------------------------------------------------------------------------- */
/* BASELINE STYLES */
/* --------------------------------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Open+Sans";
*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  margin: 0;
  min-width: 620px; }
  @media only screen and (min-width: 0) {
    body {
      min-width: 0; } }

html,
body,
button {
  -webkit-font-smoothing: antialiased; }

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

[hidden],
template {
  display: none;
  visibility: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.1;
  margin: 1em 0; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

mark {
  background-color: #ff0;
  color: #000; }

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 16px; }

pre {
  overflow: auto; }

small {
  font-size: 14px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0; }

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border: 0; }

img {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: #222;
  font: inherit;
  margin: 0; }
  button:disabled, button[disabled],
  input:disabled,
  input[disabled],
  optgroup:disabled,
  optgroup[disabled],
  select:disabled,
  select[disabled],
  textarea:disabled,
  textarea[disabled] {
    cursor: default; }

button {
  overflow: visible; }

button,
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

select {
  text-transform: none; }

button,
input {
  line-height: normal; }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a2a2a2; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a2a2a2; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a2a2a2; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1; }

input[type='checkbox'], input[type='radio'] {
  padding: 0; }

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield; }
  input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    display: none; }

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse; }

td,
th {
  padding: 0; }

.clear:after {
  content: '';
  display: table;
  clear: both; }

.hidden {
  display: none !important; }

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.list-reset, .meta, .legend, .toolbar {
  list-style: none;
  margin: 0;
  padding: 0; }

.overflow-ellipsis, .card__heading, .preview__heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.crush-margins *:first-child {
  margin-top: 0; }

.crush-margins *:last-child {
  margin-bottom: 0; }

/* --------------------------------------------------------------------------- */
/* TABLET */
/* --------------------------------------------------------------------------- */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23-Jan-2020, 4:03:38 PM
    Author     : dpeters
*/
.tablet h1,
.tablet h2,
.tablet h3,
.tablet h4,
.tablet h5,
.tablet p,
.tablet a {
  font-family: Open Sans; }

.tablet h1 {
  font-size: 20px !important; }

.tablet h2 {
  font-size: 14px !important;
  /* bug when adding budget edit screen to tablet view */
  border-bottom: 0px; }

.tablet h3 {
  font-size: 15px !important;
  /* bugs when adding budget edit screen to tablet view */
  border-top: 0px; }
  .tablet h3:hover {
    background: white; }

.tablet h4 {
  font-size: 14px !important; }

.tablet .flex-between {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px; }

.tablet .flex-start {
  display: flex;
  align-items: flex-start; }

.tablet .left-padding {
  padding-left: 15px; }

.tablet .right-padding {
  padding-right: 15px; }

.tablet .left-padding-large {
  padding-left: 30px; }

.tablet .right-padding-large {
  padding-right: 30px; }

.tablet .no-padding {
  padding: 0px !important; }

.tablet a.unclickable {
  text-decoration: none; }
  .tablet a.unclickable:hover {
    pointer-events: none; }

.tablet .btn-blue-arrow {
  background: white !important;
  border: 0px white;
  box-shadow: none !important; }
  .tablet .btn-blue-arrow i {
    color: blue; }

.tablet .dataTables_filter {
  margin-bottom: 10px;
  font-size: 12px;
  height: 25px; }
  .tablet .dataTables_filter input {
    min-width: 200px; }

.tablet .btn-square-blue {
  border-radius: 0px;
  background-color: #3279A6;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 6px !important;
  padding-right: 6px !important; }
  .tablet .btn-square-blue:hover {
    background: #4494c7 !important; }

.tablet .check-green {
  color: #33BC89; }

.tablet .accordion-narrow .card-header {
  padding: 0px; }

.tablet .accordion-narrow p {
  margin-bottom: 0px; }

.tablet #popup-form legend {
  width: auto; }

.tablet #popup-form .body-container-tablet .container {
  max-width: initial; }
  .tablet #popup-form .body-container-tablet .container .form__fieldset, .tablet #popup-form .body-container-tablet .container .form__row {
    margin: 0px; }

.tablet #popup-form #contracts-table {
  margin-left: 0px;
  display: flex;
  justify-content: center;
  /* styles dissappear in tablet view */ }
  .tablet #popup-form #contracts-table select {
    border: 1px solid grey; }
  .tablet #popup-form #contracts-table input[type="submit"], .tablet #popup-form #contracts-table input[type="button"] {
    border: 1px solid grey;
    padding: 2px 2px 2px 2px !important; }

.tablet #popup-form #futures-container form,
.tablet #popup-form #options-container form {
  display: flex;
  justify-content: center; }

.tablet #popup-form #futures-container #tabledata,
.tablet #popup-form #options-container #tabledata {
  max-width: 800px !important; }
  .tablet #popup-form #futures-container #tabledata th,
  .tablet #popup-form #options-container #tabledata th {
    text-align: left; }

.tablet #BudgetDetail {
  top: 5%; }
  .tablet #BudgetDetail label {
    margin-bottom: 0px; }
  .tablet #BudgetDetail .budget-tab td {
    padding: .2em; }
  .tablet #BudgetDetail .budget-tab h3 {
    font-size: 1em;
    font-weight: 700; }

.tablet #profit-form {
  width: 50%;
  margin: 0 auto; }
  .tablet #profit-form .form__input {
    padding: 3px; }
  .tablet #profit-form .form__input, .tablet #profit-form .form__select {
    min-height: 0px;
    font-size: 14px; }
  .tablet #profit-form .form__label {
    margin-right: 5px; }
  .tablet #profit-form .form__field {
    margin: 4px 0; }
  .tablet #profit-form .form__fieldset {
    margin: 10px 0 10px;
    padding: 10px 10px 10px 10px; }
  .tablet #profit-form .form__row {
    margin: 0px; }
  .tablet #profit-form .form__fieldset {
    width: 100%; }
  .tablet #profit-form .form-group {
    margin-bottom: 6px; }
  .tablet #profit-form .button {
    min-height: 0px;
    line-height: .6; }
  .tablet #profit-form .button__icon {
    top: 5.5px; }
  .tablet #profit-form .comment-block input {
    width: 89.5%; }
  .tablet #profit-form .nested-toggle-more {
    margin-top: 5px;
    margin-bottom: 5px; }
  .tablet #profit-form .newDetail {
    margin-bottom: 5px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16-Dec-2019, 4:55:56 PM
    Author     : dpeters
*/
#tablet-sidebar {
  min-width: 256px;
  max-width: 256px;
  background: #0F4B76;
  color: #fff;
  transition: all 0.3s;
  /* Sidebar is collapsed */ }
  #tablet-sidebar h1 {
    margin-bottom: 0px; }
  #tablet-sidebar h4 {
    font-size: 14px; }
  #tablet-sidebar .grower-name {
    font-size: 13px !important;
    margin-bottom: 0px; }
  #tablet-sidebar .fas {
    font-size: 13px; }
  #tablet-sidebar .tablet-tabs {
    min-height: 35px; }
    #tablet-sidebar .tablet-tabs .nav-item {
      width: 33.33%;
      font-size: 12px; }
  #tablet-sidebar .nav .tab-active {
    width: 100%; }
    #tablet-sidebar .nav .tab-active i {
      width: 100%; }
  #tablet-sidebar .nav {
    background-color: #3279A6; }
    #tablet-sidebar .nav a {
      color: white; }
    #tablet-sidebar .nav a.active {
      background-color: #0F4B76;
      border: 0px; }
  #tablet-sidebar .nav-tabs {
    border-bottom: 0px; }
    #tablet-sidebar .nav-tabs .nav-link {
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px;
      padding: .5rem .5rem;
      text-align: center; }
  #tablet-sidebar .sidebar-header {
    padding-left: 0px;
    padding-right: 0px;
    background: #31B181;
    text-align: center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #tablet-sidebar .sidebar-header div {
      width: 100%; }
  #tablet-sidebar .fm-sidebar-tabs {
    position: static !important; }
  #tablet-sidebar ul li a {
    text-align: left; }
  #tablet-sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b; }
  #tablet-sidebar ul li a {
    padding: 10px;
    display: block; }
  #tablet-sidebar ul li a:hover {
    color: #7386D5;
    background: #fff; }
  #tablet-sidebar ul li a i {
    margin-right: 10px; }
  #tablet-sidebar ul li.active > a,
  #tablet-sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc; }
  #tablet-sidebar a[data-toggle="collapse"] {
    position: relative; }
  #tablet-sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc; }
  #tablet-sidebar ul.CTAs {
    padding: 20px; }
  #tablet-sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px; }
  #tablet-sidebar a.download {
    background: #fff;
    color: #7386D5; }
  #tablet-sidebar a.article,
  #tablet-sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important; }
  #tablet-sidebar #sidebarCollapse {
    float: left;
    border-radius: unset;
    min-height: 56px;
    min-width: 56px;
    background: #33BC89;
    border: none; }
    #tablet-sidebar #sidebarCollapse:focus {
      box-shadow: none; }
    #tablet-sidebar #sidebarCollapse i {
      background: transparent url("/v3_6/public/img/mobile/menu_close-24px.png") 0% 0% no-repeat padding-box;
      width: 30px;
      height: 25px; }
  #tablet-sidebar.active {
    min-width: 88px;
    max-width: 88px;
    text-align: center;
    display: block; }
    #tablet-sidebar.active #sidebarCollapse {
      float: none;
      width: 100%;
      background: #31B181; }
      #tablet-sidebar.active #sidebarCollapse i {
        background: transparent url("/v3_6/public/img/mobile/menu_open-24px.png") 0% 0% no-repeat padding-box; }
    #tablet-sidebar.active .tablet-tabs .nav-item {
      width: 100%; }
      #tablet-sidebar.active .tablet-tabs .nav-item i {
        width: 100%; }
    #tablet-sidebar.active h1, #tablet-sidebar.active .grower-name, #tablet-sidebar.active .rev-options-container h4 {
      display: none; }
    #tablet-sidebar.active h4 {
      padding-left: 0px; }
    #tablet-sidebar.active .sidebar-header {
      display: block; }
    #tablet-sidebar.active .sidebar-header h3,
    #tablet-sidebar.active .CTAs {
      display: none; }
    #tablet-sidebar.active ul li a {
      padding: 20px 10px;
      text-align: center;
      font-size: 0.85em; }
    #tablet-sidebar.active ul li a i {
      margin-right: 0;
      display: block;
      font-size: 1.8em;
      margin-bottom: 5px; }
    #tablet-sidebar.active ul ul a {
      padding: 10px !important; }

@media (max-width: 768px) {
  #tablet-sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
    margin-left: 0; }
    #tablet-sidebar .sidebar-header h3,
    #tablet-sidebar .CTAs {
      display: none; }
    #tablet-sidebar .sidebar-header strong {
      display: block; }
    #tablet-sidebar ul li a {
      padding: 20px 10px; }
    #tablet-sidebar ul li a span {
      font-size: 0.85em; }
    #tablet-sidebar ul li a i {
      margin-right: 0;
      display: block; }
    #tablet-sidebar ul ul a {
      padding: 10px !important; }
    #tablet-sidebar ul li a i {
      font-size: 1.3em; }
    #tablet-sidebar #tablet-sidebarCollapse span {
      display: none; }
  #tablet-sidebar.active {
    margin-left: 0 !important; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16-Dec-2019, 4:50:56 PM
    Author     : dpeters
*/
p {
  font-weight: 300;
  line-height: 1.7em;
  color: #999; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

.wrapper {
  display: flex;
  align-items: stretch; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

i,
span {
  display: inline-block; }

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

#tablet-content {
  width: 100%;
  padding: 20px 0px 20px 0px;
  min-height: 100vh;
  transition: all 0.3s;
  background: #F0F0F0; }
  #tablet-content .report-title,
  #tablet-content .content-title {
    text-transform: uppercase;
    letter-spacing: 2.25px;
    color: #888581; }
  #tablet-content .content-title {
    margin-right: 10px; }
  #tablet-content .report-title-current {
    letter-spacing: 2px; }
  #tablet-content .title-bar {
    display: flex;
    justify-content: space-between; }
    #tablet-content .title-bar button {
      padding: 0px; }
  #tablet-content .spinner-container {
    display: flex; }
  #tablet-content .spinner-border.disabled {
    display: none; }
  #tablet-content .navbar {
    margin-bottom: 0px; }
  #tablet-content .bg-light {
    background-color: #F0F0F0 !important;
    box-shadow: none;
    padding-left: 0px; }
    #tablet-content .bg-light .container-fluid {
      padding-left: 0px; }
  #tablet-content .column {
    float: left; }
  #tablet-content .middle-column {
    width: 93%; }
  #tablet-content .left-column,
  #tablet-content .right-column {
    width: 3.5%;
    height: 100%; }
    #tablet-content .left-column .navigation,
    #tablet-content .right-column .navigation {
      height: 70px;
      margin-top: 28px;
      max-height: 300px; }
      #tablet-content .left-column .navigation a,
      #tablet-content .right-column .navigation a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        #tablet-content .left-column .navigation a i,
        #tablet-content .right-column .navigation a i {
          padding: 20px 5px 20px 5px; }
        #tablet-content .left-column .navigation a:hover,
        #tablet-content .right-column .navigation a:hover {
          text-decoration: none;
          cursor: pointer; }
          #tablet-content .left-column .navigation a:hover i,
          #tablet-content .right-column .navigation a:hover i {
            color: white;
            background: #33BC89; }
    #tablet-content .left-column .uncommitted-scroll,
    #tablet-content .right-column .uncommitted-scroll {
      margin-bottom: 15px;
      border-bottom: 0px;
      height: 162px }
    #tablet-content .left-column table,
    #tablet-content .right-column table {
      width: 100%;
      text-align: center; }
      #tablet-content .left-column table h5,
      #tablet-content .right-column table h5 {
        font-size: 12px;
        margin-bottom: .5rem;
        border-bottom: 1px solid #ccc; }
    #tablet-content .left-column.minimized .navigation,
    #tablet-content .right-column.minimized .navigation {
      max-height: 40px;
      /*transition: max-height 0.5s ease-out;*/
      margin-top: 68px; }
    #tablet-content .left-column.minimized i,
    #tablet-content .right-column.minimized i {
      padding: 5px 5px 5px 5px; }
    #tablet-content .left-column.minimized table,
    #tablet-content .right-column.minimized table {
      margin-top: 6px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12-Dec-2019, 8:28:56 AM
    Author     : dpeters
*/
.horizontal-scroll {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .horizontal-scroll .crop-section {
    margin-right: 5px; }
    .horizontal-scroll .crop-section.minimized {
      min-width: 125px; }
  .horizontal-scroll .card {
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 215px; }
    .horizontal-scroll .card .card_header h3 {
      text-transform: uppercase;
      font-weight: 600; }
    .horizontal-scroll .card .card_header img {
      float: right; }
  .horizontal-scroll .container-fluid {
    overflow-y: hidden;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    /* fix delay when loading vertical revenometers */
     }
  .horizontal-scroll .crop-scroll-table {
    text-align: center; }
    .horizontal-scroll .crop-scroll-table td {
      background: #F0F0F0; }
    .horizontal-scroll .crop-scroll-table .crop-column:not(:last-child) {
      border-right: 4px solid white; }
    .horizontal-scroll .crop-scroll-table .budget-scroll.active {
      background: #d7d7d7; }
    .horizontal-scroll .crop-scroll-table .hidden {
      display: none; }
  .horizontal-scroll .revenometer {
    display: flex;
    justify-content: center;
    max-height: 300px;
    /*transition: max-height 0.5s ease-out;*/ }
  .horizontal-scroll .vertical-revenometer-scroll {
    padding-top: 10px; }
    .horizontal-scroll .vertical-revenometer-scroll.active {
      background: #d7d7d7; }
    .horizontal-scroll .vertical-revenometer-scroll:hover {
      cursor: pointer;
      opacity: .5; }
    .horizontal-scroll .vertical-revenometer-scroll.hidden-animated .revenometer {
      max-height: 0px; }
  .horizontal-scroll .crop-scroll-card-body {
    min-width: 62px; }
    .horizontal-scroll .crop-scroll-card-body .year-text {
      font-size: 14px;
      font-weight: 600; }
    .horizontal-scroll .crop-scroll-card-body .uncommitted-text, .horizontal-scroll .crop-scroll-card-body .budget-scroll h5 {
      font-size: 12px; }
    .horizontal-scroll .crop-scroll-card-body .uncommitted-text {
      padding-top: 6px;
      padding-bottom: 6px;
      margin-bottom: 0px; }
    .horizontal-scroll .crop-scroll-card-body .budget-scroll {
      border-top: 5px solid white;
      padding-top: 6px; }
      .horizontal-scroll .crop-scroll-card-body .budget-scroll h5 {
        border-bottom: 1px solid #ccc; }
      .horizontal-scroll .crop-scroll-card-body .budget-scroll .uncommitted-scroll {
        padding-top: 10px;
        background: #f9ec00; }
  .horizontal-scroll .budget-scroll:hover {
    cursor: pointer; }
    .horizontal-scroll .budget-scroll:hover h5 {
      font-weight: 600; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12-Dec-2019, 8:29:04 AM
    Author     : dpeters
*/
.h1-container {
  margin-top: 10px; }
  .h1-container .report-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 12px; }
    .h1-container .report-menu .menu-item {
      display: inline-flex;
      min-height: 26px; }
      .h1-container .report-menu .menu-item:not(:first-child) {
        margin-left: 4px; }
    .h1-container .report-menu .btn {
      padding: 2px; }
  .h1-container .report {
    background: white;
    padding: 24px;
    /* Revenometer */ }
    .h1-container .report td[id^='tdRev'] {
      border: none !important; }
    .h1-container .report .report-title-current {
      font-size: 15px;
      padding-bottom: 20px;
      text-transform: uppercase; }
  .h1-container .sold-report {
    min-height: 350px; }
    .h1-container .sold-report #tablet-contracts-btn-group {
      width: 100%; }
    .h1-container .sold-report .report-title-current {
      padding-bottom: 0px;
      font-weight: 600; }
    .h1-container .sold-report .sub-title {
      margin-top: 15px; }
    .h1-container .sold-report .report-menu {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      .h1-container .sold-report .report-menu .btn {
        padding: 2px; }
    .h1-container .sold-report .plain-button-group p, .h1-container .sold-report .plain-button-group span {
      font-weight: 600; }
    .h1-container .sold-report .plain-button-group p {
      text-align: left;
      color: white;
      margin: 2px; }
      .h1-container .sold-report .plain-button-group p span {
        float: right; }
    .h1-container .sold-report li {
      font-size: 13px;
      justify-content: space-between;
      display: flex;
      margin-top: 4px;
      text-align: right; }
      .h1-container .sold-report li a {
        width: 50%; }
    .h1-container .sold-report .soldrow {
      display: flex;
      flex-wrap: wrap;
      border-top: 2px solid #3279A6;
      border-right: 2px solid #3279A6;
      border-left: 2px solid #3279A6; }
      .h1-container .sold-report .soldrow .col-md-2 {
        padding-left: 0px;
        padding-top: 6px;
        padding-bottom: 12px; }
      .h1-container .sold-report .soldrow .col-md-2:not(:first-child) {
        border-left: 1px solid #3279A6; }
    .h1-container .sold-report .icon-float-left {
      margin-left: 15px;
      float: left;
      margin-top: 3px; }
    .h1-container .sold-report .fa-seedling {
      color: #39b54a; }

.horizontal-labels {
  width: 100%;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
  .horizontal-labels:first-child {
    border-left: 1px solid #3279A6; }
  .horizontal-labels div {
    display: flex;
    justify-content: space-between;
    flex: 1 1;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #3279A6;
    border-right: 1px solid #3279A6; }
    .horizontal-labels div label {
      font-size: 12px;
      margin-top: 5px;
      margin-bottom: 5px; }
  .horizontal-labels .active {
    background: #e6f3fb; }
    .horizontal-labels .active label {
      font-weight: bold; }

.plain-button-group .btn,
.blue-button-group .btn {
  text-transform: uppercase;
  font-size: 12px;
  width: .14%;
  border-radius: 0px; }

.plain-button-group .btn {
  border-bottom: 0px; }

.plain-button-group .active {
  box-shadow: none !important;
  font-weight: bold; }

.blue-button-group .btn {
  background: white;
  border: 2px solid #3279A6 !important;
  color: #3279A6; }
  .blue-button-group .btn:hover {
    background: #4494c7 !important; }

.blue-button-group .active {
  background: #3279A6 !important;
  color: white; }

.label-group {
  width: 100%; }
  .label-group .btn {
    border-radius: 0px;
    width: .14%;
    color: black;
    background: white;
    font-size: 12px;
    display: flex;
    justify-content: space-between; }
    .label-group .btn:hover {
      cursor: default;
      background: white;
      color: black; }
    .label-group .btn label {
      margin-bottom: 0px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18-Dec-2019, 3:38:14 PM
    Author     : dpeters
*/
#tablet-sidebar.active #nav-desktop-tab,
#tablet-sidebar.active #nav-mobile-tab {
  display: none; }

#tablet-sidebar.active .sidebar-vertical-container {
  display: block; }

#tablet-sidebar.active .sidebar-revenometers {
  display: none; }

#tablet-sidebar.active .rev-thumb-year {
  margin-bottom: 10px;
  line-height: initial; }

#tablet-sidebar.active .sidebar-revenometer {
  padding-top: 10px;
  padding-bottom: 10px; }

#tablet-sidebar h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 15px; }

#tablet-sidebar .rev-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px; }

#tablet-sidebar .divRev {
  display: flex;
  justify-content: center; }

#tablet-sidebar .sidebar-vertical-container {
  display: none; }

#tablet-sidebar .sidebar-revenometers {
  display: block; }

#tablet-sidebar .sidebar-revenometers .rev-thumb-year {
  float: left;
  transform: rotate(-90deg);
  margin-top: 6px;
  margin-left: -12px;
  font-size: 14px; }

#tablet-sidebar .sidebar-vertical-container {
  background: #023159; }

#tablet-sidebar .sidebar-revenometers,
#tablet-sidebar .sidebar-revenometer {
  padding-top: 0px;
  /* disable highcharts hover events */ }
  #tablet-sidebar .sidebar-revenometers rect,
  #tablet-sidebar .sidebar-revenometers tspan,
  #tablet-sidebar .sidebar-revenometer rect,
  #tablet-sidebar .sidebar-revenometer tspan {
    pointer-events: none; }
  #tablet-sidebar .sidebar-revenometers .rev-thumb-container,
  #tablet-sidebar .sidebar-revenometer .rev-thumb-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #tablet-sidebar .sidebar-revenometers .rev-thumb-container:hover,
    #tablet-sidebar .sidebar-revenometer .rev-thumb-container:hover {
      opacity: .6;
      transition: opacity .1s;
      cursor: pointer;
      background: #023159; }
    #tablet-sidebar .sidebar-revenometers .rev-thumb-container.active,
    #tablet-sidebar .sidebar-revenometer .rev-thumb-container.active {
      background: #023159; }
      #tablet-sidebar .sidebar-revenometers .rev-thumb-container.active p,
      #tablet-sidebar .sidebar-revenometer .rev-thumb-container.active p {
        color: white; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 6-Jan-2020, 2:22:26 PM
    Author     : dpeters
*/
/* Hide inactive buttons on sidebar collapse */
#tablet-sidebar .year-select {
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 10px;
  width: 100%; }
  #tablet-sidebar .year-select button {
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 0px;
    color: white;
    background: #3279A6;
    border: 1px solid #3279A6;
    font-size: 15px; }

#tablet-sidebar.active .sb-button-container button:not(.show) {
  display: none; }

#tablet-sidebar.active .sb-button-container button {
  margin-right: 0px; }

#tablet-sidebar.active .sidebar-buttons h3 {
  display: none; }

#tablet-sidebar.active .year-select {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px; }
  #tablet-sidebar.active .year-select button {
    padding: 0px; }

#tablet-sidebar .client-button {
  color: white;
  max-height: 56px; }

#tablet-sidebar .sb-button-container {
  display: flex;
  justify-content: center;
  margin-top: 10px; }

#tablet-sidebar .tab-sidebar-btn {
  border-radius: 0px !important;
  min-width: 70px;
  padding: 0px !important;
  border-color: #3279A6 !important;
  box-shadow: none !important; }
  #tablet-sidebar .tab-sidebar-btn p {
    margin-bottom: 0px;
    color: white; }
  #tablet-sidebar .tab-sidebar-btn .year {
    font-size: 14px;
    background: #0F4B76; }
  #tablet-sidebar .tab-sidebar-btn .value {
    font-size: 15px; }
  #tablet-sidebar .tab-sidebar-btn .label {
    font-size: 12px; }
  #tablet-sidebar .tab-sidebar-btn .value,
  #tablet-sidebar .tab-sidebar-btn .label {
    background: #3279A6; }
  #tablet-sidebar .tab-sidebar-btn:not(:last-child) {
    margin-right: 10px; }
  #tablet-sidebar .tab-sidebar-btn.active {
    border-color: #023159 !important; }
    #tablet-sidebar .tab-sidebar-btn.active .value,
    #tablet-sidebar .tab-sidebar-btn.active .label {
      background: #023159; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-Jan-2020, 9:02:51 AM
    Author     : dpeters
*/
#tablet-content .table-link {
  color: #3279A6; }

#tablet-content .table-link-white {
  color: white; }

#tablet-content .table-link, #tablet-content .table-link-white {
  text-decoration: underline; }
  #tablet-content .table-link:hover, #tablet-content .table-link-white:hover {
    text-decoration: none; }

#tablet-content .btn-collapse {
  padding: 0px;
  line-height: 15px;
  background: #3279A6; }
  #tablet-content .btn-collapse i {
    margin: 0px !important;
    width: 20px; }

#tablet-content .basic-table {
  width: 100%; }
  #tablet-content .basic-table th, #tablet-content .basic-table td {
    font-size: 14px; }
  #tablet-content .basic-table tr {
    border-bottom: 1px solid grey; }
  #tablet-content .basic-table .col-1 {
    width: 70%; }
  #tablet-content .basic-table .toggle-row {
    cursor: pointer; }
  #tablet-content .basic-table i {
    margin-right: 10px; }
  #tablet-content .basic-table .inner-table-details i {
    margin-left: 5px;
    margin-right: 5px; }
  #tablet-content .basic-table .table-header {
    background: #3279A6; }
    #tablet-content .basic-table .table-header td, #tablet-content .basic-table .table-header th {
      font-weight: 700; }
  #tablet-content .basic-table .row-header {
    background: #31B181; }
    #tablet-content .basic-table .row-header .total {
      background: #33BC89; }
  #tablet-content .basic-table .table-header,
  #tablet-content .basic-table .row-header {
    color: white; }
  #tablet-content .basic-table .data-header th, #tablet-content .basic-table .data-header .per-acre {
    background: #F0F0F0; }
  #tablet-content .basic-table .data-header .title {
    font-weight: 400; }
  #tablet-content .basic-table .right-align {
    text-align: right;
    padding-right: 10px; }
  #tablet-content .basic-table .summary {
    text-transform: uppercase; }
    #tablet-content .basic-table .summary th {
      padding-right: 10px; }
  #tablet-content .basic-table .center-text {
    text-align: center; }
  #tablet-content .basic-table .hide {
    background: white; }
  #tablet-content .basic-table .left-border-light {
    border-left: 1.5px solid #ADAAA5; }
  #tablet-content .basic-table .left-border-dark {
    border-left: 1.5px solid #888581; }
  #tablet-content .basic-table .light-header {
    background: #ADAAA5; }
  #tablet-content .basic-table .dark-header {
    background: #888581; }
  #tablet-content .basic-table .light-grey-cell {
    background: #F0F0F0; }
  #tablet-content .basic-table .bold-row {
    font-weight: 700; }

#tablet-content .overhead-table tbody th {
  min-width: 200px; }

#tablet-content .overhead-table tbody .detail-row th, #tablet-content .overhead-table tbody .detail-row .per-acre, #tablet-content .overhead-table tbody .detail-row .comment {
  background: #F0F0F0; }

#tablet-content .overhead-table tbody .detail-row th, #tablet-content .overhead-table tbody .detail-row td {
  font-weight: 400; }

#tablet-content .overhead-table tbody .detail-row .detail, #tablet-content .overhead-table tbody .detail-row .comment {
  padding-left: 10px; }

#tablet-content .overhead-table .row-header {
  background: #31B181; }
  #tablet-content .overhead-table .row-header .total {
    background: #31B181; }
  #tablet-content .overhead-table .row-header th, #tablet-content .overhead-table .row-header td {
    font-weight: 700; }

#tablet-content .overhead-table .col-1 {
  width: 180px; }

#tablet-content .overhead-table .total, #tablet-content .overhead-table .per-acre {
  width: 120px; }

#tablet-content .contracts-table {
  /* I wanted to do this all through logic so we could
		just change the ColorHelper.php and have everything updated
		but the way the table is created wouldn't work */ }
  #tablet-content .contracts-table .col-1 {
    width: 30%; }
  #tablet-content .contracts-table td {
    width: 20%; }
  #tablet-content .contracts-table .grain-budget-seed-row td {
    padding-left: 15px; }
  #tablet-content .contracts-table i.toggle {
    float: right;
    margin-top: 4px;
    color: #3279A6; }
  #tablet-content .contracts-table tr.different-contract-type td {
    font-size: 75%;
    color: grey; }
  #tablet-content .contracts-table tr.different-contract-type.Future-row td {
    background-color: #33316520; }
  #tablet-content .contracts-table tr.different-contract-type.Priced-row td {
    background-color: #39b54a20; }
  #tablet-content .contracts-table tr.different-contract-type.Basis-row td {
    background-color: #b1a28c20; }
  #tablet-content .contracts-table tr.different-contract-type.Offer-row td {
    background-color: #ff900020; }
  #tablet-content .contracts-table tr.different-contract-type.Oversold-row td {
    background-color: #ae1f2320; }
  #tablet-content .contracts-table tr.different-contract-type.Unpriced-row td {
    background-color: #ffbb0020; }
  #tablet-content .contracts-table tr.different-contract-type.Uncommitted-row td {
    background-color: #f9ec0020; }
  #tablet-content .contracts-table tr.different-contract-type.Enhanced-row td {
    background-color: #dddddd20; }

#tablet-content .budgets-table .col-1 {
  width: 25%; }

#tablet-content .client-table .col-1 {
  width: 30%; }

#tablet-content .client-table th {
  padding-right: 20px !important; }

#tablet-content .inner-table-details td {
  min-width: 125px; }

/* --------------------------------------------------------------------------- */
/* GENERAL */
/* --------------------------------------------------------------------------- */
html {
  background-color: #e7e3dc;
  color: #222;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4; }
  html.is-locked,
  html.is-locked body {
    height: 100%;
    overflow: hidden; }

::-moz-selection {
  background-color: #b3d4fc; }

::selection {
  background-color: #b3d4fc; }

a {
  background-color: transparent;
  color: #39b54a; }
  a:active, a:hover {
    outline: 0; }

hr {
  border-top: 1px solid #e1e1e1; }

dt {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

dd {
  font-size: 18px;
  line-height: 1.2;
  margin-left: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.icon {
  fill: currentColor; }
  .icon--inline {
    vertical-align: text-bottom; }
  .icon--primary {
    fill: #39b54a; }

.small {
  font-size: 0.65em;
  margin: 0; }

.red {
  color: #ae1f23; }

.heading {
  font-size: 22px;
  font-weight: 700;
  margin: 1em 0;
  text-align: center; }

.is-toggled {
  display: block !important; }

/* --------------------------------------------------------------------------- */
/* MODULES */
/* --------------------------------------------------------------------------- */
.grid {
  display: flex; }
  .grid__cell {
    flex: 1 1 100%; }
    .grid__cell--1\/4 {
      flex: 0 1 25%; }
    .grid__cell--1\/2 {
      flex: 0 1 50%; }
    .grid__cell--3\/4 {
      flex: 0 1 75%; }
  .grid--gutters .grid__cell {
    margin-left: 10px; }
    .grid--gutters .grid__cell:first-child {
      margin-left: 0; }

.header {
  background: url("/public/img/mobile/bg-header.jpg") center/cover;
  padding-bottom: 120px; }
  .header__bar {
    background-color: rgba(51, 49, 101, 0.95);
    align-items: center;
    display: flex;
    height: 60px;
    padding: 15px 80px 15px 15px;
    position: relative;
    z-index: 5; }
  .header__toggle {
    background-color: #39b54a;
    border: 0;
    right: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    transition: background-color 0.2s;
    z-index: 3; }
    .header__toggle:focus {
      outline: 0; }
    .header__toggle line {
      fill: none;
      stroke: #fff;
      stroke-width: 2; }
  .header__secondary {
    padding: 20px; }

.nav {
  background-color: #39b54a;
  color: #fff;
  display: none;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 6; }
  .nav__heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 14px 20px;
    text-align: center; }
  .nav__list {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff; }
  .nav__item {
    background: url("/public/img/mobile/nav-bg.svg") left center no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .nav__text {
    color: inherit;
    display: block;
    font-weight: 900;
    padding: 18.5px 20px 18.5px 50px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none; }
  .nav__undo {
    background-color: #f6f6f6;
    padding: 10px 20px; }

.page {
  margin-top: -120px;
  padding-bottom: 80px; }
  .page__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 0; }
  .page__heading {
    color: #fff;
    font-size: 30px;
    margin: 0; }
  .page__year {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#fff' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 90% 50%;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding: 11px 32px 9px 10px;
    position: relative;
    text-align: left;
    width: auto; }
    .page__year:focus {
      border-color: #39b54a;
      outline: 0; }
  .page__button {
    margin-top: 8px !important; }

.card {
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  margin: 20px 0; }
  .card:first-child {
    margin-top: 0; }
  .card__header {
    padding-right: 50px;
    position: relative; }
    .card__header:hover {
      cursor: pointer; }
  .card__heading {
    color: #39b54a;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px; }
    .card__heading-profit {
      color: #222;
      float: right;
      font-size: 16px;
      font-weight: 300;
      margin-left: 10px;
      position: relative;
      top: 6px; }
  .card__icon {
    background-color: #39b54a;
    fill: #fff;
    position: absolute;
    right: 0;
    top: 0; }
    .card__icon svg {
      transition: transform 0.4s; }
    .is-toggled > .card__icon svg {
      transform: rotate(180deg); }
  .card__body {
    border-top: 1px solid #ccc;
    display: none;
    padding: 11px 10px 10px;
    position: relative; }
    .card__body--form {
      display: block;
      padding: 20px; }
  .card__section {
    margin: 10px 0; }
    .card__section--open {
      margin-bottom: 40px; }
    .card__section:first-child {
      margin-top: 0; }
    .card__section:last-child {
      margin-bottom: 0; }
  .card__content {
    display: none;
    padding-bottom: 30px; }

.meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0; }
  .meta__group {
    background-color: #fff;
    border: 1px solid #ccc;
    flex-basis: 50%;
    margin-top: -1px;
    padding: 10px;
    text-align: center; }
    .meta__group:nth-child(even) {
      border-left: 0; }

@media only screen and (max-width: 440px) {
  .meta {
    display: block; }
    .meta__group:nth-child(even) {
      border-left: 1px solid #ccc; } }

.chart__heading {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 10px;
  text-align: center; }

.chart__container {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .chart__container--pie {
    height: calc(100vw - 40px);
    max-height: 400px;
    max-width: 400px; }
  .chart__container--sale {
    height: 200px; }

.chart__toolbar {
  align-items: center;
  display: flex;
  font-size: 30px;
  justify-content: space-between;
  line-height: 1.1;
  margin: 10px 0; }

.chart__detail {
  padding-left: 60px;
  position: relative; }
  .chart__detail:before {
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 10px;
    line-height: 36px;
    position: absolute;
    top: 10px;
    width: 40px; }
  .chart__detail--priced:before {
    background: #39b54a; }
  .chart__detail--futures:before {
    background: #333165; }
  .chart__detail--basis:before {
    background: #b1a28c; }
  .chart__detail--uncommitted:before {
    background: #f9ec00; }
  .chart__detail--oversold:before {
    background: #ae1f23; }
  .chart__detail--offers:before {
    background: url("/public/img/mobile/pattern-offers.png"); }
  .chart__detail--unpriced:before {
    background: url("/public/img/mobile/pattern-unpriced.png"); }
  .chart__detail--breakeven, .chart__detail--profit, .chart__detail--inputs {
    color: #222; }
    .chart__detail--breakeven:before, .chart__detail--profit:before, .chart__detail--inputs:before {
      background-color: #fff;
      border: 1px solid #ccc; }
  .chart__detail--profit:before {
    content: 'p'; }
  .chart__detail--breakeven:before {
    content: 'c'; }
  .chart__detail--inputs:before {
    content: 'i'; }
  .chart__detail dt,
  .chart__detail dd {
    color: #222; }

@media only screen and (max-width: 440px) {
  .chart__legend {
    flex-direction: column; }
  .chart__detail {
    border-top: 1px solid #e7e3dc;
    text-align: center; }
    .chart__detail:before {
      top: 10px; } }

.legend {
  display: flex;
  flex-wrap: wrap; }
  .legend__item {
    align-items: center;
    background-color: #fff;
    height: 25px;
    margin: 10px 15px 0 0;
    padding-left: 30px;
    position: relative; }
  .legend__symbol {
    background-color: #fff;
    border-radius: 50%;
    height: 25px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px; }
    .legend__symbol--letter {
      border: 1px solid #ccc; }
    .legend__symbol--priced {
      background-color: #39b54a; }
    .legend__symbol--future {
      background-color: #333165; }
    .legend__symbol--basis {
      background-color: #b1a28c; }
    .legend__symbol--offers {
      background-image: url("/public/img/mobile/pattern-offers.png"); }
    .legend__symbol--unpriced {
      background-image: url("/public/img/mobile/pattern-unpriced.png"); }
    .legend__symbol--uncommitted {
      background-color: #f9ec00; }
    .legend__symbol--oversold {
      background-color: #ae1f23; }
  .legend__heading {
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    padding-top: 6px;
    text-transform: uppercase; }

.popup {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7; }
  .popup.is-launched {
    display: block; }
  .popup__header {
    background-color: #333165;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px; }

.form__content {
  padding-bottom: 40px; }

.form__fieldset {
  background-color: #f6f6f6;
  border: 1px solid #777;
  margin: 25px 0 20px;
  padding: 0 10px 10px 10px; }
  .form__fieldset .form__fieldset {
    background-color: #fff; }
  .form__fieldset--center {
    text-align: center; }
  .form__fieldset legend {
    font-weight: bold;
    text-align: left; }

.form__field {
  margin: 20px 0; }
  .form__field:first-child {
    margin-top: 0; }
  .form__field:last-child {
    margin-bottom: 0; }

.form__toggle {
  display: flex; }
  .form__toggle__option {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 7.5px 10px 27.5px;
    position: relative;
    text-transform: none;
    flex-basis: 100%; }
    .form__toggle__option:first-child {
      border-radius: 4px 0 0 4px;
      border-right: 0; }
    .form__toggle__option:last-child {
      border-radius: 0 4px 4px 0; }
    .form__toggle__option input {
      left: 7.5px;
      position: absolute;
      top: 12px; }

.form__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .form__label--checkbox {
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    text-transform: none; }
    .form__label--checkbox input {
      left: 0;
      position: absolute;
      top: 3px; }

.form__input, .form__select {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin: 4px 0 0;
  min-height: 44px;
  width: 100%; }

.form__input {
  -moz-appearance: textfield;
  padding: 7.5px;
  text-align: inherit; }
  .form__input::-webkit-inner-spin-button, .form__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form__input--short {
    width: calc(50% - 5px); }

.form__select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 6.5px; }
  .form__select--short {
    width: calc(50% - 5px); }

.form__value {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  line-height: normal;
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: normal;
  padding: 9.5px 7.5px; }
  .form__value--short {
    width: calc(50% - 5px); }

.form__row {
  display: flex;
  margin: 20px 0; }
  .form__row:last-child {
    margin-bottom: 0; }

.form__col {
  flex-grow: 1;
  margin: 0 0 0 10px;
  flex-basis: 100%; }
  .form__col:first-child {
    margin-left: 0; }
  .form__col--short {
    flex: 0 0 33.333%; }

.form__divider {
  border-top: 1px solid #ccc;
  margin: 30px 0 25px;
  position: relative; }
  .form__divider span {
    background-color: #fff;
    display: block;
    font-weight: 400;
    left: 50%;
    margin-top: -12px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%); }

.form__hidden {
  display: none;
  margin-top: 20px; }

.details {
  margin-top: 10px; }
  .details__item {
    margin-top: 10px; }
    .details__item:first-child {
      margin-top: 0; }
  .details__content {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    display: none;
    margin-top: -1px;
    padding: 10px; }

.button {
  background-color: #39b54a;
  border: 2px solid #39b54a;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  min-height: 50px;
  padding: 14px 45px 14px 14px;
  position: relative;
  text-align: left;
  transition: all 0.2s; }
  .button:hover {
    cursor: pointer; }
  .button--alt {
    background-color: transparent;
    color: #39b54a; }
  .button--purple {
    background-color: #fff;
    border-color: #333165;
    color: #333165; }
    .button--purple.is-toggled {
      background-color: #333165;
      color: #fff; }
  .button--red {
    background-color: #ae1f23;
    border-color: #ae1f23; }
  .button--small {
    font-size: 14px;
    line-height: 1;
    min-height: 36px;
    padding: 10px 32px 8px 8px; }
  .button--stretch {
    padding-right: 50px;
    width: 100%; }
  .button__icon {
    position: absolute;
    right: 5px;
    top: 10.5px; }
  .button--small .button__icon {
    height: 20px;
    top: 6px;
    right: 4px;
    width: 20px; }
  .button--stretch .button__icon {
    right: 10px; }

.preview {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #222;
  display: block;
  padding: 10px 50px 10px 10px;
  position: relative;
  text-align: left;
  width: 100%; }
  .preview:active {
    background-color: #f6f6f6; }
  .preview:focus {
    outline: 0; }
  .preview--legend {
    padding-left: 40px;
    position: relative; }
    .preview--legend:before {
      border-radius: 50%;
      content: '';
      height: 20px;
      left: 10px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 20px; }
  .preview--priced:before {
    background: #39b54a; }
  .preview--futures:before {
    background: #333165; }
  .preview--basis:before {
    background: #b1a28c; }
  .preview--uncommitted:before {
    background: #f9ec00; }
  .preview--oversold:before {
    background: #ae1f23; }
  .preview--offers:before {
    background: url("/public/img/mobile/pattern-offers.png"); }
  .preview--unpriced:before {
    background: url("/public/img/mobile/pattern-unpriced.png"); }
  .preview__heading {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .preview__details {
    font-size: 18px;
    line-height: 1.2;
    display: block; }
  .preview__icon {
    border-left: 1px solid #ccc;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 41px; }
    .preview__icon svg {
      transition: transform 0.4s; }
    .is-toggled > .preview__icon svg {
      transform: rotate(180deg); }
  .preview__content {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px; }

.data {
  display: flex;
  flex-wrap: wrap; }
  .data__cell {
    border-top: 1px solid #e7e3dc;
    padding: 10px;
    text-align: center;
    flex-basis: 50%; }
    .data__cell:nth-child(-n+2) {
      border-top: 0; }
    .data__cell:nth-child(even) {
      border-left: 1px solid #e7e3dc; }

.table {
  background-color: #fff;
  margin: 10px 0;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .table--auto {
    margin-bottom: -10px;
    margin-left: -10px;
    table-layout: auto;
    width: calc(100% + 20px); }
  .table:first-child {
    margin-top: 0; }
  .table:last-child {
    margin-bottom: 0; }
  .table th,
  .table td {
    border: 1px solid #ccc;
    padding: 8px 4px;
    vertical-align: middle; }
  .table th {
    font-size: 14px; }
  .table caption {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 5px;
    position: relative;
    text-align: left; }
  .table__button {
    position: absolute;
    right: 0;
    top: 0; }
  .table__header {
    background-color: #333165;
    font-weight: 900;
    text-transform: uppercase; }
    .table__header th,
    .table__header td {
      border-color: #333165;
      color: #fff; }
  .table__body th {
    text-align: left; }
  .table__footer td {
    background-color: transparent;
    font-size: 14px;
    text-align: left; }
  .table__important {
    background-color: rgba(51, 49, 101, 0.1); }
  .table__total {
    background-color: rgba(51, 49, 101, 0.1);
    width: 105px; }
  .table__acre {
    width: 88px; }
  .table__math-operator {
    position: relative; }
    .table__math-operator:after {
      display: inline-block;
      font-size: 28px;
      font-weight: 700;
      height: 20px;
      line-height: 20px;
      position: absolute;
      right: -11px;
      top: 10px;
      width: 20px; }
    .table__math-operator--plus:after {
      content: "+"; }
    .table__math-operator--minus:after {
      content: "-"; }
    .table__math-operator--equals:after {
      content: "="; }
  .table__border-top--thick {
    border-top: 2px solid #222; }

.toolbar {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap; }
  .toolbar__option {
    margin-left: 10px; }
    .toolbar__option:last-child {
      margin-left: 0; }
    .toolbar__option--negative {
      margin-right: auto; }

@media only screen and (max-width: 400px) {
  .toolbar--big {
    display: block; }
  .toolbar--big .toolbar__option {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%; }
    .toolbar--big .toolbar__option:first-child {
      margin-top: 0; }
  .toolbar--big .toolbar__button {
    width: 100%; } }

.profit {
  text-align: center;
  width: 100%; }
  .profit caption {
    font-size: 22px;
    font-weight: 700;
    margin: 0 10px 1em;
    text-align: center; }
  .profit tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .profit th,
  .profit td {
    padding: 8px;
    vertical-align: middle; }
  .profit th {
    font-size: 14px;
    text-transform: uppercase; }
  .profit__button {
    bottom: 0;
    left: 0;
    position: absolute; }
  .profit__header {
    text-transform: uppercase;
    font-weight: 900; }
    .profit__header th {
      background-color: #333165;
      border: 0;
      color: #fff; }
  .profit__body tr {
    margin-top: 8px;
    position: relative; }
    .profit__body tr:first-child {
      margin-top: 0; }
  .profit__body th,
  .profit__body td {
    height: 52px;
    padding: 15px 8px; }
  .profit__body th {
    border: 1px solid #ccc;
    flex: 0 1 100%;
    text-align: left; }
  .profit__footer td {
    background-color: transparent;
    font-size: 14px;
    text-align: left; }
  .profit__edit {
    padding: 8px !important; }
  .profit__total, .profit__acre {
    border: 1px solid #ccc;
    border-top: 0; }
  .profit__total {
    background-color: rgba(51, 49, 101, 0.1);
    flex: 0 0 105px; }
  .profit__acre {
    border-left: 0;
    flex: 0 0 88px; }

.carry {
  display: flex;
  height: 50px; }
  .carry__bar {
    flex: 0 1 100%; }
    .carry__bar--sold {
      background-color: #39b54a; }
    .carry__bar--future {
      background-color: #333165; }
    .carry__bar--basis {
      background-color: #b1a28c; }
    .carry__bar--uncommitted {
      background-color: #ccc; }
    .carry__bar--oversold {
      background-color: #ae1f23; }

.combo {
  display: flex;
  align-items: flex-start; }
  .combo__primary {
    flex-grow: 1;
    margin: 0; }
  .combo__secondary {
    margin-left: 8px;
    padding: 10px 5px; }

.footer__cargill {
  background-color: #fff;
  padding: 20px 0;
  font-weight: 700; }

.footer__row {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.footer__app {
  background-color: #333165;
  color: #fff;
  padding: 5px 0; }
