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

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

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

.ok_select2{
  border:none !important;
}

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

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

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

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

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

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio span {
float: right;
margin-right: 10px;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  padding-left: 50px !important;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
content: '\f058';
text-indent: 0.5em;
font-family: "Font Awesome 5 Free";
font-size: 26px;
color: #27ae61 !important;
opacity: 0.6;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
content: '\f058';
text-indent: 0.5em;
font-family: "Font Awesome 5 Free";
font-size: 26px;
color: #27ae61 !important;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

#recap_cmd{
  margin-bottom: 20px;
}

.bumptitle{
    margin: 10px;
    padding: 0px 10px;
}