.views-field-field-extension,
.views-field-field-tag {
  display: none; }

.form-documents {
  display: flex;
  align-items: stretch;
  justify-content: left; }
  .form-documents > div {
    display: flex; }
  .form-documents .form-select {
    padding: 0; }
  .form-documents .fake-select,
  .form-documents .form-control {
    margin: 0; }
  .form-documents .form-control {
    font-size: 1.3rem; }
  .form-documents .form-item {
    display: flex;
    align-items: stretch;
    position: relative; }

.container-documents-table {
  position: relative; }
  .container-documents-table .dataTables_filter {
    position: absolute;
    top: -50px;
    right: 2rem; }

@media (max-width: 768px) {
  .container-documents-table .dataTables_filter {
    top: -10px; } }

.quicktabs-wrapper {
  border: 1px solid #e7e7e7;
  padding-bottom: 35px; }
  .quicktabs-wrapper .quicktabs-main {
    padding: 1rem 2rem 2rem 2rem; }
    .quicktabs-wrapper .quicktabs-main .table {
      width: 100% !important;
      margin-bottom: 0; }
      .quicktabs-wrapper .quicktabs-main .table td,
      .quicktabs-wrapper .quicktabs-main .table th {
        border: 0;
        padding: 1rem;
        vertical-align: middle; }
      .quicktabs-wrapper .quicktabs-main .table th {
        padding: 1rem 0; }
      .quicktabs-wrapper .quicktabs-main .table td {
        border-right: 1px solid #ccc; }
        .quicktabs-wrapper .quicktabs-main .table td:last-child {
          border-right: 0; }
      .quicktabs-wrapper .quicktabs-main .table .views-field-field-file {
        width: 20%; }
      .quicktabs-wrapper .quicktabs-main .table .views-field-field-file a {
        display: inline-block;
        background: #009ace;
        color: #fff;
        padding: 0.5rem 1rem;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        vertical-align: middle; }
    .quicktabs-wrapper .quicktabs-main .table-striped tbody tr:nth-of-type(odd) {
      background: #e7e7e7; }
    .quicktabs-wrapper .quicktabs-main .table-striped tbody tr:nth-of-type(even) {
      background: #f0f0f0; }
  .quicktabs-wrapper .quicktabs-tabs {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .quicktabs-wrapper .quicktabs-tabs li {
      flex: 1;
      padding: 0;
      margin: 0;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      background: #333;
      border-right: 1px solid #666;
      position: relative; }
      .quicktabs-wrapper .quicktabs-tabs li:last-child {
        border-right: 0; }
      .quicktabs-wrapper .quicktabs-tabs li a {
        display: block;
        color: #fff;
        padding: 1rem; }
      .quicktabs-wrapper .quicktabs-tabs li.active {
        background: #fff; }
        .quicktabs-wrapper .quicktabs-tabs li.active a {
          color: #000; }
      .quicktabs-wrapper .quicktabs-tabs li .ajax-progress {
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 0;
        padding: 0;
        transform: translateX(-50%); }

.dataTables_paginate {
  position: absolute;
  left: 50%;
  transform: translateX(-100%);
  margin: 0; }
  .dataTables_paginate .pager__item--first,
  .dataTables_paginate .pager__item--last {
    display: none; }
  .dataTables_paginate .pager__item--previous {
    margin-right: 1rem !important; }
  .dataTables_paginate .pager__item--next {
    margin-left: 1rem !important; }
  .dataTables_paginate .btn-group {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; }
  .dataTables_paginate .btn {
    padding: 1.2rem 1.5rem !important;
    margin-bottom: 1rem !important; }
    .dataTables_paginate .btn .page-link {
      position: relative;
      display: inline-block;
      padding: 0;
      margin-left: 0;
      line-height: 1;
      color: #fff;
      background-color: transparent;
      border: 0; }
    .dataTables_paginate .btn:hover {
      background: #009ace; }
  .dataTables_paginate .btn-light {
    background: #333 !important;
    color: #fff !important; }
    .dataTables_paginate .btn-light a {
      color: #fff !important; }
    .dataTables_paginate .btn-light.active {
      background: #009ace !important; }

@media (max-width: 768px) {
  .dataTables_paginate {
    transform: translateX(-50%); } }
