body {
  font-family: 'Lato', sans-sans-serif;
  overflow-x: hidden;
}

a {
  color: #377F92;
}

li {
  font-size: 20px;
}

.nav-link {
  text-align: center;
  text-wrap: nowrap;
}

.btn:focus {
  outline: none;
}

.btn-primary{
  font-weight: 700;
  background-color: #377F92;
  border: none;
  color: white;
}

.btn-primary:disabled{
  font-weight: 700;
  background-color: #78868a;
  border: none;
  color: white;
}

.btn-primary.disabled{
  font-weight: 700;
  background-color: #78868a;
  border: none;
  color: white;
}

.btn-danger{
  font-weight: 700 !important;
}

.evaluation-year-divider{
  background-color: #377F92;
  color:white;
}

.planteval-nav {
  background-color: #1D2124;
}

.navbar-brand {
  font-size: 23px;
  color: #FFFFFF;
}

.notes {
  font-size: 17px;
}

.page-name {
  font-size: 42px;
  font-weight: bold;
  color: #8A9D39;
  border-bottom: 1px solid;
  width: auto;
}

.page-subname{
  font-size: 23px;
  line-height: 25px;
}

.subsection-name{
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 8px;
}

.generic-list-item{
  font-size: 20px;
  padding: 4px;
}

.generic-list-item:nth-child(even){
  background-color: #EAECEB;
}

.generic-checkbox{
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}

.page-details{
  line-height: 26px;
  font-size: 17px;
}

.eval-table{
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
}
.eval-table tr:nth-child(even){
  background-color: #EAECEB;
}

.eval-table-notes{
  font-size: 17px;
  padding-right: 10px;
  max-height: 40px;
  max-width: 200px;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eval-table-headers {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.search-input-label {
  margin-top: 0.7em;
  margin-bottom: 0.6em;
}

.view-filter {
  background-color: white;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #377F92;
  border: 3px solid #377F92;
  margin: 5px;
  text-transform: uppercase;
}

.active-view-filter, button.active.view-filter{
  background-color: #377F92 !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: white;
  border: 3px solid #377F92 !important;
  margin: 5px;
  text-transform: uppercase;
}

.search-checkbox {
  transform: scale(2.2);
}

.login {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.errorlist {
  font-size: 20px;
  font-weight: 700;
  color: red;
}

.to-group {
  font-size: 18px;
  font-weight: 700;
}

.clear-image-field {
  background-color: #ff9696;
  color: #700707;
  border: 1px solid #c42929;
}

.new-evaluation-button {
  float:right;
  font-weight: 700;
  background-color: #377F92;
  border: none;
}

.accession-list-selector {
  width: 25px;
  height: 25px;
}

.evaluation-form-input {
  /* min-height based on how tall input group prepends are */
  min-height: 38px;
}

.image_preview {
  image-orientation: from-image;
  width: 100%;
  max-width: 100%;
}

.user-badge {
  font-size: 100%;
}

.report-form {
  max-width:500px;
}

.report-form-button {
  min-width:158px;
}

.report-table {
    border: 1px solid #dee2e6;
    border-collapse: separate;
    border-spacing: 0px;
    max-height: calc(100vh - 50px);
}

.report-table>thead>tr>th {
    border-width: 2px 1px 2px 1px;
}

#accession-search-form {
  padding-bottom: 4em;
  max-width: 500px;
}

#accession-search-form input {
  position: relative;
  right: 0px;
}

#accession-search-form label {
  margin-right: auto;
}

#search-bar-submit {
  color:#8A9D39;
  border: 1px solid #8A9D39;
}

#plant-size-form {
  max-width: 500px;
}

#id_image_label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
