.sticky-head thead.tableFloatingHeaderOriginal {
	background: #FFFFFF;
	border-bottom: 1px solid #D8D8D9;
}


  .sticky-col tbody tr td:first-child {
	position: sticky;
	left: 250px;
	z-index: 1;
  }
  @media (max-width:1050px) {
	.sticky-col tbody tr td:first-child {
		left: 0px;
	  }
  }

.textarea {
    height: 150px;
}



.input.green {
    background-color: #00800060;
    color: black;
}

.input.red {
    background-color: #D2232A60;
    color: black;
}