


	.fromapi> del {
    color: #1f7ac0;
    text-decoration: none;
    position: relative;
   
  }
  .fromapi> del::before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 1px solid red;
      height: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-7deg);
    }
	.fromapi> ins {
    color: green;
    font-size: large;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
  }
.focp{
  border: 2px solid lightblue;
  border-radius: 5px;
  padding: 2px;
}
tr.fromfp {
    background: lightblue;
}

.ccoption::after, .froption::after {
	font-family: "Font Awesome 5 Free";
	font-size: 0.7em;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align:center;
	text-decoration:none;
	margin:  auto 3px;
	display: inline-block;
	content: "\f078";

	-webkit-transition: -webkit-transform .2s ease-in-out;
	-ms-transition: -ms-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}


.ccoption.open::after,.froption.open::after {
	transform: rotate(180deg);
}

.ccoption.open,.froption.open,.ps_option table {
background-color: #fff;
background-image: linear-gradient(315deg, #cfdaec  0%, #eeefffd4 74%);

}

.ps_option_add table{
background-color: #fff;
background-image: linear-gradient(315deg, #cfdaec  0%, #eeefffd4 74%);
margin-top: -25px;
font-size: smaller;
}
.ps_option_add input, .ps_option input{
	width: 50px;
}
.massdelete{
	color:darkred;
}
del .custom-checkbox,
ins .custom-checkbox {
    display: inline-block;
	border-radius: 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: default; /* Désactiver le curseur interactif */
}

del   .custom-checkbox.checked {
    background-color: #1f7ac0; /* Couleur de fond lorsque la case est "cochée" */
}
ins   .custom-checkbox.checked {
    background-color: green; /* Couleur de fond lorsque la case est "cochée" */
}