/* Jplatform : replace tab-focus by a custom one (See jalios-bootstrap-override.less) */
/*
.jalios-tab-focus() {
  // WebKit-specific. Other browsers will keep their default outline style.
  // (Initially tried to also force default via `outline: initial`,
  // but that seems to erroneously remove the outline in Firefox altogether.)
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 5px;
}*/
/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
.wfstate.vacationRequestWorkflow-pstatus-11 {
  background-color: #d9534f;
}
.wfstate.vacationRequestWorkflow-pstatus-21 {
  background-color: #5cb85c;
}
.wfstate.vacationRequestWorkflow-pstatus-25 {
  background-color: #777777;
}
.wfstate.vacationRequestWorkflow-pstatus-31 {
  background-color: #009EF5;
}
.wfstate.vacationRequestWorkflow-pstatus-41 {
  background-color: #5bc0de;
}
.btn.vr-pstatus--11 {
  background-color: #d9534f;
  color: #fff;
}
.btn.vr-pstatus--21 {
  background-color: #5cb85c;
  color: #fff;
}
.btn.vr-pstatus--31 {
  background-color: #5cb85c;
  color: #fff;
}
