.photo_wait{
  display: none;

    margin-top: 36px;
    text-align: center;
}
.photo_wait_gif{

  width: 100px;

}
canvas{
  margin: 0 auto;
  }
.observer_overflow{
  height: 85%;
  overflow: auto;
}

.transect_overflow{
  height: 90%;
  overflow: auto;
}
.site_overflow{
  height: 25%;
  overflow: auto;
}
.delete_photo{
  background-color: #d03333;
}
div.col.s2.leftbar, div.col.s10.content {
  min-height: 100vh; /* use "vh" instead of % */
}
.graynav{
  background-color: #efefef;

}

.tlf-td{
  border-style: solid;
  border-width: thin;
  border-color: #e0e0e0;
}

#toast-container {
  min-width: 10%;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
}

.margin-left-right-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.settings_button{
  margin-top: 16px;
    text-align: center;
}
.margin-left-right-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-top-100px {
  margin-top: 100px;
}

.margin-top-20 {
  margin-top: 20%;
}
.margin-top-15{
  margin-top: 15%;
}
.oktedi-logo {
  width: 169px;
  margin-top: 3px;
}
.event-card{
  margin-top: 35%;
}
.sample-event{
  cursor: pointer;
}
.events{
  height: 88%;
  text-align: center;
  overflow: auto;
}

.leftbar{
  background-color: #212228;
}

.leftbar-collection {
  border: 0px !important;
  background-color: #212228 !important;
}
.leftbar-collection-item{
  border-bottom: 0px !important;
  background-color: #212228 !important;
  cursor: pointer;
}


.leftbar-collection-item:hover{
  border-bottom: 0px !important;
  background-color: #4e5a9e !important;
}

.leftbar-item.active{
  border-bottom: 0px !important;
  background-color: #4e5a9e !important;
}
.error{
	display: none;
	margin-left: 10px;
}		

.show_red{
color:red !important;
}

.error_show{
	color: red;
	margin-left: 10px;
}

input.invalid, textarea.invalid{
	border: 2px solid red;
}

input.valid, textarea.valid{
	border: 2px solid green;
}

.table-card{
  border-style: solid;
  border-width: 1px;
}

.table-card-data{
  border-style: dotted;
  border-width: 1px;
}

.material-tooltip > .backdrop{
  background-color: #4e5a9e !important;
}

.table-text{
  color: black;
}

.ssa-tool{
  max-width: 500px;
  /* text-align: left; */
}

.ssa-tool-heading{
  text-align: center;
}

.transparent{
  opacity: 0.5;
  pointer-events: none;
}

.edit_rehab{
  position: absolute;
  bottom: -16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24%;
}

#multi-select{

  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rehab-display{
  height: 88%;
  border-radius: 13px;
  border-style: dashed;
  border-color: #adadad6b;
  font-family: monospace;
  color: #514d4d;
  display: none;
  text-align: left;
  font-size: medium;
}
.sample-event-id{
  margin: 15px;
  font-size: x-large;
  color: #797979;
  min-height: 82px;
}

.sample-id-warning{
  color: red;
  font-size: small;
}

.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.modal-wide{
  width: 93%;
}

.button-green{
  background-color:#4CAF50;
  color: rgb(255, 255, 255);
}


.button-red{
  background-color:#973f3f;
  color: rgb(255, 255, 255);
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 89%);
  z-index: 99;
  border-radius: 10px;
}


.edit_planting_block{
  overflow: auto;
}

.field-groupings{
  position: relative;
  /* border-style: solid; */
  border-width: thin;
  /* border-color: gainsboro; */
  border-radius: 10px;
  margin-top: 37px;
}

.map {
  height: 400px;
  width: 100%;
}

.image-resize{
  max-width: 100%;
  height: auto;
  object-fit: cover;}

.photo_row{
  border-style: solid;
  border-color: #f57b20;
  border-width: thin;
}
/* .card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
  height: 125px;
}


@media screen and (max-width: 1300px) {
  .card-img {
    visibility: hidden;

    display: none;
  }
} */
.card .card-content {
  padding: 12px;
  border-radius: 0 0 2px 2px;
}

.spp_subtext{
  color:black
}

.card_title_tables{
  height: 63px;
}

.ss-content .ss-list {
  max-height: 700 !important;

}

.no_bottom{

    margin-bottom: 0rem !important;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #f58229;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.card-text {
  height: 106px;
}



@media only screen and (max-width: 1146px) {
  .sublabel {
      display: none;
  }
}

.alias_modal{
  top: 10%;
  height: 70%;
}

.alias_modal_footer{

  bottom: 53px;
  position: absolute;
}

.delete-alias-button-outer{
  padding-top: 17px !important;
}

.delete-alias-button{
  background-color: #db6d6d;
}

.add-alias-button-right{
  margin-right: 12px;
}

.seeding_qc_row{
  margin-top: 10px;
}


.event_row{

  text-align: center;

  padding: 4px;
  font-size: 14pt;
  margin-bottom: 3px !important;
}

.seed_event_row{
  background-color: #ceb35c;
  
}

.palm_event_row{
  background-color: #a4c969;
}

.fern_event_row{
  background-color: #50701d;
  color: white;
}
.event_row:hover{
  background-color: #fa7c33;
  cursor: pointer;
  color: white;
}

.seeding_qc_div_inner{
  background-color: #fa7c33;
  padding: 10px;
  border-radius: 10px;
  font-family: sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.icon_40{
  padding-top: 4px !important;
}
.qa_col_header{
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 62px;
}

.seed_qaqc_field{
  width: 185px;
}

.qc_edit_button{
  background-color: #ceb35c;
  color: black;
  border-style: none;

  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.qc_edit_button:hover{
  background-color: #fa7c33;
  color: white;
}
.qc_delete_button{
  background-color: #9c1027;
  color: white;
  border-style: none;

  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 56px;
}
.qc_delete_button:hover{
  background-color: #fa7c33;
  color: white;
}
.qc_save_button{
  background-color: #50701d;
  color: white;
  border-style: none;

  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.qc_save_button:hover{
  background-color: #fa7c33;
  color: white;
} 

.water_quality_ingest_table_header{
  background-color: #fa7c33;
  text-align: center;
}

.water_quality_ingest_table_cell{
  border-color: #afafaf;
  border-style: solid;
  border-width: 1px;
  text-align: center;
}


.qc_header{
  border-style: solid;
  border-width: 1px;
  border-color: #a1a1a1;
}

.water_quality_ingest_table_row{
  font-size: 12px;
}

.floating_save_button{
  position: fixed;
  top: 5px;
  right: 137px;
}


.floating_accept_button{
  position: fixed;
  top: 5px;
  right: 62px;
}

.sticky_top{
  position: sticky;
  top: 0px;
}

.table-head{
  font-size: 12px;
    position: sticky;
    top: 65px;
}

.water_quality_ingest_table_row_exists{
  background-color: #ffdfcc;
  
 
}

.floating_legend{
left: 435px;
position: fixed;
bottom: 75px;
max-width: 332px;
}

.legend_span{
  font-size: 18px;
  /* line-height: 9px; */
  margin-left: 7px;
}

.legend_icon{
  vertical-align: sub;
    border-style: solid;
    border-color: #8f8f8f;
    border-width: 1px;
}

.water_quality_disabled{
  background-color:#cbcbcb !important;
  
}

.water_quality_editable_row{
  font-size: 12px;
}