@import 'select2-4.1/css/select2.min.css';
@import 'select2-4.1/select2-bootstrap-5-theme.min.css';

.syna_chk {
  /*display:inline;*/
  margin-right:20px;
  margin-bottom:5px;
}
.syna_chk_checked, .syna_chk_unchecked {
  display:inline;
  margin-right:8px;
  padding-right:16px;
  background-image: url(./img/checkbox-checked.png);
  background-repeat: no-repeat;
  background-position: left;   
  background-size:contain;
}
.syna_chk_unchecked{
  background-image: url(./img/checkbox-unchecked.png);
}

.REP_CRUD_mission .crud_cell_intitule{
	max-width:none;
}

#ETAPE_fiche-de-poste .crud_cell_actions {
	max-width:none;
	width:200px;
	text-align:center;
}



#LI-506_affichage_d_informations_poste   .row_1 .infolist_val{
	font-size:1.4em;
}