/* Popup Demande assistance - > Nouveau ticket */
.incident_v4 .incident-edit-wrapper {
  background-color: #f0f0f0;
  padding: 5px 10px; }
  .incident_v4 .incident-edit-wrapper div.create {
    color: #482882;
    font-weight: bold;
    padding-left: 15px;
    margin: 5px 0 10px 0;
    font-size: 15px; }
    .incident_v4 .incident-edit-wrapper div.create span.interlocutor {
      float: right; }
    .incident_v4 .incident-edit-wrapper div.create em {
      font-size: 13px; }
  .incident_v4 .incident-edit-wrapper div.bloc {
    background-color: #FFF;
    padding: 1px 10px;
    margin-bottom: 10px; }
    .incident_v4 .incident-edit-wrapper div.bloc span.bloc-head {
      color: #482882;
      box-shadow: 0px 1px 0px 0px #482882;
      font-weight: bold;
      padding-left: 15px;
      margin: 10px 0;
      display: block;
      font-size: 16px;
      text-transform: uppercase; }
    .incident_v4 .incident-edit-wrapper div.bloc p {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px; }
      .incident_v4 .incident-edit-wrapper div.bloc p.category {
        font-style: italic;
        font-size: 14px; }
    .incident_v4 .incident-edit-wrapper div.bloc p > label {
      width: 19%;
      float: left;
      padding-top: 5px; }
    .incident_v4 .incident-edit-wrapper div.bloc p > label + input,
    .incident_v4 .incident-edit-wrapper div.bloc p > label + textarea {
      width: 80%;
      padding: 10px !important;
      border-radius: 4px !important; }
  .incident_v4 .incident-edit-wrapper table.attachment-table {
    width: 100%;
    border: 1px solid #000;
    text-align: center; }
    .incident_v4 .incident-edit-wrapper table.attachment-table caption {
      text-align: left; }
    .incident_v4 .incident-edit-wrapper table.attachment-table th {
      background-color: #e7e7e7;
      color: #482882; }
    .incident_v4 .incident-edit-wrapper table.attachment-table td,
    .incident_v4 .incident-edit-wrapper table.attachment-table th {
      border: 1px solid #000; }
    .incident_v4 .incident-edit-wrapper table.attachment-table span.file_apercu > i {
      cursor: pointer; }
  .incident_v4 .incident-edit-wrapper table.historique-table {
    width: 100%;
    border: 1px solid #000;
    text-align: center; }
    .incident_v4 .incident-edit-wrapper table.historique-table caption {
      text-align: left; }
    .incident_v4 .incident-edit-wrapper table.historique-table th {
      background-color: #e7e7e7;
      color: #482882; }
    .incident_v4 .incident-edit-wrapper table.historique-table td,
    .incident_v4 .incident-edit-wrapper table.historique-table th {
      border: 1px solid #000; }
    .incident_v4 .incident-edit-wrapper table.historique-table span.file_apercu > i {
      cursor: pointer; }
