#prestation-benefice .modal-dialog{
  max-width: 1770px !important;
}

td.actions{
	font-size:23px;
}
td.actions > *{
	cursor: pointer;
}
td.actions > button {
	color: #ffff;
}
.table.tableau-prestation-benefice th, .table.tableau-prestation-benefice td {
  min-width: 185px;
  word-break: normal;
}
.editable-empty, .editable-empty:hover {
  color: gray;
}
.editable-container.editable-inline {
	min-width: 185px;
	width: fit-content;
	display: table-cell;
	max-width: fit-content;
}
.editable-input textarea{
	height: 29px;
  	width: 135px;
}
textarea {
  resize: both !important;
}
.control-group > div{
	display: flex;

}