.ok {
  padding-right: 30px;
  border: 1px solid #00ce19;
  /* background-color: #e2ffe4; */
  background-image: url('images_verifications/oui.png') !important;
  background-position: 98% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.notok {
  padding-right: 30px;
  border: 1px solid #ff8900;
  background-color: #ffe7cc;
  background-image: url('images_verifications/non.png') !important;
  background-position: 98% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.notok_select2{
  background-color: #FFE7CC !important;
  border:none !important;
  line-height: 38px !important;
}

.ok_select2{
  border:none !important;
}

.ok_select {
  padding-right: 10px;
  border: 1px solid #00ce19;
  /* background-color: #e2ffe4; */
  background-image: url('images_verifications/oui.png') !important;
  background-position: 98% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.notok_select {
  padding-right: 10px;
  border: 1px solid #ff8900;
  background-color: #ffe7cc;
  background-image: url('images_verifications/non.png') !important;
  background-position: 97% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.ok_commentaire {
  padding-right: 10px;
  border: 1px solid #00ce19;
  /* background-color: #e2ffe4; */
  background-image: url('images_verifications/oui.png') !important;
  background-position: 98% 10%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.notok_commentaire {
  padding-right: 10px;
  border: 1px solid #ff8900;
  background-color: #ffe7cc;
  background-image: url('images_verifications/non.png') !important;
  background-position: 98% 10%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.selectstyle {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}
