div.DTED_Lightbox_Wrapper.editor_wider {
  position: fixed; 
  top: 0;
  left: 50%;
  margin-left: -855px;
  width: 1710px; 
  height: 100%;
  z-index: 1011;
}

select:has(>option[value="Refused"]:checked),
select:has(>option[value="R"]:checked), 
select:has(>option[value="Critical"]:checked), 
select:has(>option[value="Attend"]:checked), 
select:has(>option[value="Urgent"]:checked) {
  background: red; 
  color: white;
}

select:has(>option[value="Waiting"]:checked), 
select:has(>option[value="Major"]:checked),
select:has(>option[value="On hold"]:checked),
select:has(>option[value="In progress"]:checked) {
  background: orange; 
  color: white;
}

select:has(>option[value="Accepted"]:checked), 
select:has(>option[value="Ordered"]:checked),
select:has(>option[value="A"]:checked), 
select:has(>option[value="C"]:checked),  
select:has(>option[value="Solved"]:checked), 
select:has(>option[value="Minor"]:checked), 
select:has(>option[value="Ship"]:checked), 
select:has(>option[value="Finalized"]:checked) {
  background: green; 
  color: white;
}

.in_login .login_fields_container {
  background-image: url('../../../modeles/temps/images/logo_clinisciences_blanc_by_tempolia.png') !important;
  background-size: 230px;
}

@media only screen and (min-width: 1199px) {
	div.editor_wider div.DTE_Body div.DTE_Body_Content div.col-sm-12 div.DTE_Field > label {
	  width: 13.2%;
	}
	div.editor_wider div.DTE_Body div.DTE_Body_Content div.col-sm-12 div.DTE_Field > div.DTE_Field_Input {
	  width: 86.8%;
	}
}
@media only screen and (max-width: 1800px) {
  div.DTED_Lightbox_Wrapper.editor_wider {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    margin-left: 5%;
  }
}

div.DTE_Field_Type_textarea textarea {
  padding: 3px;
  width: 100%;
  height: 80px;
  resize: vertical;
}