

input.inputBloc {
	font-size: 1.1em;
	width: 30%;
}

.matrix-wrap {
	display: block;
	margin-top: 50px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.matrix-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.matrix-head {
	border-bottom: 1px solid #e0e0e0;
	transition: 0.5s ease-in-out;
	padding: 8px;
}
.matrix-head input.inputBloc {
	font-weight: bold;
	min-width: 250px;
}



.matrix-item {
	flex-shrink: 1;
	flex-basis: auto;
	width: auto;
	margin-bottom: 25px;
	margin-right: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
	/*border: 1px solid #dedede;*/
}

.matrix-line-delete, .matrix-col-delete{
	opacity: 0;
}
.bloc-table-row:hover .matrix-line-delete,.bloc-table-head:hover .matrix-col-delete{
	opacity: 1;
}

.pictodelete {
	padding-top: 6px;
	padding-right: 10px;
}

.editfielda {
	margin-left: 10px;
	padding-right: 15px;
}

/*Matrice*/
.bloc-table{
	display: table;
	width: 100%;
}


.bloc-table-row {
	display: table-row;
}

.bloc-table-row:hover:not(:first-child) {
	background:  var(--colorbacklinepairhover) !important;
}



.bloc-table-cell, .bloc-table-head {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: table-cell;
	padding: 5px 5px;
}

.bloc-table-cell:first-child{
	border-left: none;
}



.bloc-table-head {
	background-color: #EEE;
	font-weight:bold;
}

.bloc-label{
	font-weight: bold;
}


.matrix-footer {
	opacity: 0;
}
.matrix-item:hover .matrix-footer {
	opacity: 1;
}
.bloc-table-cell.bloc-table-head {
	text-align: center;
}


.matrix-add-btn:hover{
	cursor: pointer;
	color:  var(--colortextlink) ;
}
.matrix-add-btn{

}

.classfortooltip.inputNumber{

	bottom: 5px;
	right: 5px;
	float: right;
	text-align: right;
	/*margin-left: 30px;*/
	width: 50%;

}
.fa-grip-lines.--rotate90neg{
	transform: rotate(-90deg);
}

.input-bloc-header{
	background: rgba(255,255,255,0.1);
	width: calc(100% - 40px);
}

.greyCell{
	background-color: #f7f7f7;
	width = 250px!important;
}
