/*******************************/
/* Tableau des offres d'emploi */
/*******************************/
/* faux header fixe */
div#oe_listing_header tr.dataTables_wrapper {
  border-bottom: 2px solid #482882;
  background: #fff;
  position: fixed;
  z-index: 10;
  height: 50px; }
  div#oe_listing_header tr.dataTables_wrapper th {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap; }

/* header pour le tri */
th.oe_listing_order_asc:before {
  font-family: FontAwesome;
  content: "\f0de";
  margin-right: 5px; }

th.oe_listing_order_desc:before {
  font-family: FontAwesome;
  content: "\f0dd";
  margin-right: 5px; }

.oe_listing_sortable {
  cursor: pointer; }
  .oe_listing_sortable:before {
    font-family: FontAwesome;
    content: "\f0dc";
    margin-right: 5px; }

/* tableau en lui-meme */
table#offresEmploiListing {
  margin-bottom: 10px;
  min-width: 100%;
  /* header */
  /* table content */ }
  table#offresEmploiListing thead.oe_heading {
    border-bottom: 2px solid #482882;
    background: #fff; }
    table#offresEmploiListing thead.oe_heading tr {
      height: 49px;
      /* pour eviter que la ligne de bas de ligne soit legerement visible*/ }
    table#offresEmploiListing thead.oe_heading th {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: left;
      white-space: nowrap; }
  table#offresEmploiListing tbody tr {
    background: #fff;
    border-bottom: 1px solid #f0f0f0; }
    table#offresEmploiListing tbody tr:hover {
      background: #f0f0f0; }
  table#offresEmploiListing tbody td {
    padding: 5px 10px;
    font-size: 13px; }
    table#offresEmploiListing tbody td.oe_checkbox {
      min-width: 40px; }
    table#offresEmploiListing tbody td.oe_actions {
      min-width: 80px; }
    table#offresEmploiListing tbody td.oe_agence {
      min-width: 150px; }
    table#offresEmploiListing tbody td.oe_description {
      text-align: justify; }
    table#offresEmploiListing tbody td.oe_creation {
      white-space: nowrap; }
    table#offresEmploiListing tbody td.oe_status {
      min-width: 75px; }
  table#offresEmploiListing tbody p.oe_actions {
    display: inline-block; }

/********************/
/* Switch du status */
/********************/
div.oeStatusSwitchContainer {
  min-width: 55px; }
  div.oeStatusSwitchContainer span {
    pointer-events: auto;
    cursor: pointer; }
    div.oeStatusSwitchContainer span i {
      visibility: hidden; }
    div.oeStatusSwitchContainer span.oeSwitchSelected {
      pointer-events: none;
      cursor: default; }
      div.oeStatusSwitchContainer span.oeSwitchSelected i {
        visibility: visible; }

/******************************************/
/* Contenu de la pop-up d edition d offre */
/******************************************/
#oe_edit_part_1,
#oe_edit_part_2 {
  display: none; }

div#oe_popup_content > div.oe_active_part {
  display: block; }

#oe_edit_part_1 .oe_edit_label {
  margin: 15px 0 5px; }

.oe_edit_section_title {
  font-size: 1.2em;
  font-weight: 600;
  color: #482882;
  margin: 15px 0 5px; }

.oe_edit_section_container {
  border: solid 1px #482882;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.oe_edit_data {
  margin: 5px 10px;
  flex-basis: 45%; }
  .oe_edit_data input::-webkit-outer-spin-button,
  .oe_edit_data input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.oe_edit_label {
  font-weight: 600;
  cursor: default; }
  .oe_edit_label[data-name="description"] {
    display: inline-block; }

.oe_edit_inline label {
  display: inline-block; }

.oe_edit_inline div {
  display: inline-block; }
  .oe_edit_inline div.oeStatusSwitchContainer {
    vertical-align: bottom; }

label.oe_edit_field_obligatoire::after {
  content: "*"; }

.oe_edit_field_empty {
  color: #E21B1B; }

div.oe_edit_data .oeStatusSwitchContainer {
  margin-left: 10px; }

.oe_data_actions {
  margin: 0 10px;
  display: inline-block; }
  .oe_data_actions p {
    display: inline-block; }
  .oe_data_actions #oe_fct_cancel,
  .oe_data_actions #oe_fct_save,
  .oe_data_actions #oe_fct_reset {
    display: none; }

#add_fonction {
  display: none; }

#ckeditor_mask {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed; }

/**********************************************/
/* fil d'ariane dans la box d'edition d'offre */
/**********************************************/
ul.oe_breadcrumb {
  list-style: none;
  overflow: hidden; }
  ul.oe_breadcrumb li {
    float: left;
    width: 50%; }
    ul.oe_breadcrumb li span {
      width: 100%;
      color: black;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: 700;
      padding: 10px 0 10px 65px;
      background: #f0f0f0;
      position: relative;
      display: block;
      float: left;
      cursor: pointer; }
      ul.oe_breadcrumb li span::after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #f0f0f0;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        right: -15px;
        z-index: 2; }
    ul.oe_breadcrumb li:first-child span {
      padding-left: 10px; }
    ul.oe_breadcrumb li:last-child span {
      padding-right: 10px; }
      ul.oe_breadcrumb li:last-child span::after {
        border: 0; }
    ul.oe_breadcrumb li.oe_breadcrumb_selected span {
      background: #482882;
      color: white; }
      ul.oe_breadcrumb li.oe_breadcrumb_selected span:after {
        border-left-color: #482882; }
