.archivio-deleghe {
  /*border: 1px solid #c7c9c3;*/
  border-radius: 5px;
  margin: 10px!important;

  &:last-child {
    margin-bottom: 0px;
  }

  .archivio-deleghe--title {
    border-top: 1px solid #c7c9c3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .row {
    border-left: 1px solid #c7c9c3;
    border-right: 1px solid #c7c9c3;
    padding: 10px 0;
    border-bottom: 1px solid #c7c9c3;
  }
  .row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }


  .icona-refused {
    width: em(25px, 12px);
    text-align: center;
  }

  .icona-delega, .icona-circle {
    width: em(25px);
    text-align: center;
  }
  .storico-date {
    width: em(80px);
    display: inline-block;
  }
  .fa-long-arrow-right {
    padding-right: em(10px)
  }

  .storico-date {
    width: em(80px);
    display: inline-block;
  }
  .icona-refused {
    width: em(25px, 12px);
    text-align: center;
  }
  .icona-accept {
    width: em(25px);
    text-align: center;
  }
  .fa-long-arrow-left {
    padding-left: em(10px)
  }
  .icona-circle {
    width: em(20px);
    text-align: center;
  }
  .archivio-deleghe__row--title {
    background-color: $table-header;
    margin-top: em(25px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    h4 {
      color: $w;
      font-weight: 300;
    }
  }
  .archivio-deleghe__row--title:first-child {
    margin-top: 0;
  }
  .archivio-deleghe__row:nth-child(even) {
    background-color: #f9f9f9;
  }
  .archivio-deleghe__row:nth-child(odd) {
    background-color: #fff;
  }
}