 #modal_reprogramar_pagos .alert.appear-alert {
    width: 50% !important;
    max-width: 60% !important;
    max-height: 100vh !important;
    overflow-y: scroll !important;
  }
  #modal_reprogramar_pagos .alert.appear-alert .body-alert {
    padding-top: 3.5rem;
  }

  .info-container {
    position: relative;
    top: -95px;
    z-index: -1;
  }
  .dt-container,.table-frame {
    width: 100%;
  }
  .table-frame .dt-layout-table{
    overflow-x: auto;
    border-radius: 5px;
  }
  div.dt-container div.dt-layout-row:last-child {
    flex-direction: column-reverse!important;
    justify-content: center!important;
    align-items: center!important;
  }
  .dt-container .dt-layout-start,.dt-container .dt-layout-end{
    margin:unset!important;
    margin-top: 1rem!important;
  }
  .dt-container .dt-paging .dt-paging-button, .dt-container .dt-paging .dt-paging-button.disabled {
    margin-top:0!important;
    float: left!important;
    padding: 4px 12px!important;
    line-height: 20px!important;
    text-decoration: none!important;
    background-color: #fff!important;
    border: 1px solid #ddd!important;
    border-left-width: 0!important;
    margin-left: 0!important;
    border-radius: 0!important;
    color: #000!important;
    font-size: medium!important;
  }
  .dt-container .dt-paging .dt-paging-button.active{
    color: #999!important;
  }
  div.dt-container .dt-paging .dt-paging-button.disabled:first-child, {
    border-left-width: 1px!important;
    cursor: not-allowed!important;
  }
  div.dt-container .dt-paging .dt-paging-button:first-child{
    border-left-width: 1px!important;
  }
  .dt-container .dt-paging .dt-paging-button:hover{
    background: #f5f5f5!important;
    color: #000!important;
  }
  #notificaciones_pagos tbody > tr > td {
    text-align: center!important;
  }
  #notificaciones_pagos thead > tr > th {
    text-align: center!important;
  }
  div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 0!important;
  }
  table.dataTable>thead>tr>th, table.dataTable>thead>tr>td{
    border-bottom: 0!important;
  }
  #contratosInactivos, #contratosActivos{
    max-height: 300px;
  }
  #contratosInactivos thead th span, #contratosActivos thead th span{
    font-size: 14px!important;
  }
  #contratosInactivos tbody tr td, #contratosActivos tbody tr td{
    font-size: 12px!important;
  }
  #contratosInactivos tbody tr td, #contratosActivos tbody tr td{
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }
  #contratosInactivos tbody tr td:nth-child(2), #contratosActivos tbody tr td:nth-child(2){
    max-width: 120px!important;
  }
  
  #contratosInactivos tbody tr td:nth-child(2) span, #contratosActivos tbody tr td:nth-child(2) span{
    font-size: 12px;
    z-index: 999999;
  }

  .ellipsis{
    display:none;
  }


  .form-group.seleccionarTodos {
    display: block;
    margin-bottom: 15px;
  }

  .form-group.seleccionarTodos input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .form-group.seleccionarTodos label {
    position: relative;
    cursor: pointer;
  }

  .form-group.seleccionarTodos label:after {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #aaa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
    left:5px;
  }

  .form-group.seleccionarTodos input:checked ~ label:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 7px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
  }


