.opacidad0 {
    opacity: 0;
}

.opacidad50 {
    opacity: 0.5;
}

.opacidad100 {
    opacity: 1;
}

.opacidad80 {
    opacity: 0.80;
}

.opacidad90 {
    opacity: 0.90;
}

.height-center{
    padding-top: 5px;
}

.ordenar {
    cursor: pointer;
}

.asc:after {
    content: ' ↑';
}

.desc:after {
    content: " ↓";
}

.control-label {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}


.borrar_inactivo{color: gray !important; cursor: pointer;}

.borrar_activo{color: red !important; cursor: pointer;}

.select2-selection.select2-selection--single {
    height: 100% !important;
    font-size: 14px !important;
}

.table td, .table th {
    white-space: normal !important;
}
.card-wrapper .table td {
    padding: 10px 6px !important;
}

.table .custom-toggle {
    display: inline-block !important;
}

.table td {
    padding: 6px !important;
}

.select2-container--default .select2-selection--single {
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 1.25rem + 5px) !important;
    padding: .625rem .75rem !important;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55) !important;
    color: #8898aa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: .25rem !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    box-shadow: 0 3px 2px rgb(233 236 239 / 5%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    color: #8898aa !important;
}

.trash-icon {
    vertical-align: middle !important;
    text-align: center !important;
}

.totalComprobante {
    cursor: default;
    width: 100%;
    border: none !important;
    text-align: right;
    outline: none;
}

.card.min-height-table {
    min-height: 600px;
}

.nav-item.active {
    background-color: darkorange;
}

.table-responsive {
    min-height: 400px;
}

.navbar-expand .navbar-collapse
{
    justify-content: space-between;
}

.button-loading:before {
    content: "\f110";
    display: inline-block;
    vertical-align: middle;
    margin: .1em .4em .2em 0;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    animation: fa-spin 2s linear infinite;
    opacity: 0;
    width: 0;
  }
  
.button-loading:disabled:before {
    opacity: 1;
    width: auto;
} 

.home-container {
    display: flex;
    height: 100%;
    justify-content: center;
}
.accesos {
    height: fit-content;
    margin-top: 5%;
}
.acceso-directo {
    height: fit-content;
}
.acceso-directo a:hover {
    border: 1px solid;
    border-radius: .375rem;
}
.acceso-directo h5 {
    font-size: 17px;
    text-align: center;
}
.acceso-directo i {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

  .bienvendia {
      background: #FFFFFF;
      border-radius: 25px;
      height: 120px;
      align-items: center;
      justify-content: space-around;
  }

  .bienvendia img {
      height: 120px;
  }

  .bienvendia span {
    font-size: 36px;
  }

  .ayuda_sidebar {
      padding: 0rem 0.5rem;
      background-color: #f37332;
  }

  .ayuda_sidebar i, .ayuda_sidebar span {
      color: #ffffff;
      font-weight: 600;
  }

  .badge_importe_adeuda {
    color: white;
    background-color: #FF752C;
    cursor: default;
    font-size: 18px!important;
}

.feature_popover {
    color: #0000004d !important;
}

.thumbnail-custom {
    width: 50px;
    height: 50px !important; 
    object-fit: contain;
    cursor: pointer;
}
.dropdown-menu.dropdown-menu-right.dropdown-menu-arrow.show {
    padding: 16px;
}

#sidenav-main { height: 100vh; padding: 0; }
#sidenav-main .navbar-inner { display: flex; flex-direction: column; height: 100%; }
#sidenav-main .sidenav-header { padding: 1rem 0rem; }
#sidenav-main .sidenav-scroll { overflow: auto; }
#sidenav-main .sidenav-footer { padding: 0rem 1rem; background: #fff; }