.contracts-deactivated {
	font-style: italic;
	text-decoration: line-through;
}

.sending_to_review {
	float: left;
	height: 42px;
	display: flex;
	align-items: center
}

.sending_to_review input{
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.hidden {
	display: none;
}
.auto-text-elemnts {
	margin-top: 0px !important;
}

.full-width {
    width: 100% !important;
}