body {
    font-family: 'Montserrat', sans-serif;
    background: #fafafa;
    font-size: 1em;
    /*margin-bottom: 100px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 99%;
  height: 100px; /* Set the fixed height of the footer here */
  line-height: 100px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #999;
}

.error{
  color: #F44336;
}
/* Links y navbar */

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.mainLogo {
  width: 250px;
  height: 60px;
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: -16px;
  margin-right: 10px;
  background-color: white;
  padding: 0;
}

a[data-toggle="collapse"] {
    position: relative;
}

.wrapper {
    display: flex;
    width: 100%;
    /* align-items: stretch; */
}

/* Cards */
.card-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    color: #999;
}

.cardCell {
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.cardCell2 {
    display: table-cell;
    font-family: 'Arial', sans-serif;
    font-size: 0.7em;
    height: 25px;
    margin: 0;
    padding: 0;
}

.bulletText{
  font-size: 0.8em;
}

.bigText{
  font-size: 2em;
}

/* 

.mdText{
  font-size: 1.5em;
}*/

.aprobada{
  font-size: 1.5em;
  color: darkgreen;
}

.no-aprobada{
  font-size: 1.5em;
  text-align: center;
  color: red;
}

.no-revisada{
  font-size: 1.5em;
  text-align: center;
  color: black;
}

.table td.cel_gris{
  font-size: 1.5em;
  text-align: center;
  background-color: #999999;
  color: black;
}

.table td.cel_verde{
  font-size: 1.5em;
  text-align: center;
  background-color: #afe296;
  color: black;
}

.table td.cel_rojo{
  font-size: 1.5em;
  text-align: center;
  background-color: #e29595;
  color: black;
}

table td.cel_blanco{
  font-size: 1.5em;
  text-align: center;
  background-color: #ffffff;
  color: black;
}

table td.centrar {
  text-align: center;
}

.content-box {
  column-count: 3;
}

.table-like {
  display: block;
  border-top: 2px;
  border-bottom: 2px;
  border-color: grey;
  background-color: gggggg;
  padding: 1px;
}

.btn-blue {
    background: #3296c8;
    border-color: #3296c8;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 1em;

}

.final-count {
    width: 120px;
    text-align: center;
}

/*.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f077";
    margin-top: 7px;
    float: right;
}*/

#accordionExample, 
#accordionAcomodo {

  margin: 5px 2px!important;
}

#accordionExample .card, 
#accordionAcomodo .card{
  border: 0!important;
}

#accordionExample .card-body,
#accordionAcomodo .card-body{
    border-top: 0;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ccc;
}

#accordionExample .card-header,
#accordionAcomodo .card-header{
    padding: 0!important;
}

#accordionExample .card-header button,
#accordionAcomodo .card-header button{
    background-color: #607D8B;
    border-radius: 0;
    /* background-color: white; */
    color: #fff;
    /* font-weight: bold; */
    text-transform: uppercase;
    padding: 6px 10px!important;
}

#accordionExample .card-header button.dropdown-toggle::after,
#accordionAcomodo .card-header button.dropdown-toggle::after{
    border:0;
    font-family: 'FontAwesome';
    vertical-align: initial!important;
}

#accordionExample .card-header button.dropdown-toggle::after,
#accordionAcomodo .card-header button.dropdown-toggle::after {
    content: "\f078";
}

#accordionExample .card-header button.dropdown-toggle.collapsed::after,
#accordionAcomodo .card-header button.dropdown-toggle.collapsed::after {
    content: "\f077";
}

#accordionExample .card-header button h2,
#accordionAcomodo .card-header button h2{
    display: inline-block!important;
}

.accordion .card-header.collapsed:after,
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}

.modal.fade.show{
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content{
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.container-fluid {
  margin: 1;
}

input[type='number'] {
    -moz-appearance:textfield;
}


.sidebar-collapse.in {
    overflow-y: visible;
}



/* CSS used here will be applied after bootstrap.css */
.panel a {
  color:#777;
}

.panel-scroll {
    	 
		height: calc(100vh - 62px);
	overflow: hidden;
	overflow-y: auto;
  }
  
 /* cambios nuevo oliver  07-agosto-2019*/

  
#barra-lateral ul ul a {
    padding-left: 30px !important;
    background: #0066aa;
}
/* New bar style */
.navbar {
  padding: 0rem 1rem!important;
}

.navbar-brand {
  padding-top: 0!important;
}

.navbar-brand>* {
  display: inline-block;
}

.navbar-nav li {
  display: inline-block;
}

.bg-intersys {
  background-color: #1c7fbf!important;
}

.bg-intersys .nav-link {
  color: #fff!important;
}

.toggle-lateral-bar {
  font-size: 25px;
}

.toggle-lateral-bar {
  color: #fff!important;
}

.blt-body {
  padding: 0rem 1rem;
  line-height: 42px;
}

.blt-body>div.logo-item {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
}

.blt-body>div.logo-item>#logo {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.blt-body>div.logo-item>#logo {
  width: 100px;
}

.blt-body>div.logo-item>#logo img {
  width: 100%;
}

.blt-body>div:not(.logo-item) {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.btn.btn-custom-in,
.btn.btn-custom-vr {
  border-radius: 0px;
  font-size: 14px;
}

.btn.btn-custom-in {
  background-color: #fff;
  color: #1f1f1f;
}

.btn.btn-custom-vr {
  background-color: #1f1f1f;
  color: #fff;
}

#barra-lateral .barra-lateral-top,
.navbar.bg-intersys {
  border-bottom: 1px solid #2a91d4!important;
}




#barra-lateral a[aria-expanded="true"]:after,
.navbar a[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(90deg);
}

#barra-lateral li a {
  -webkit-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

#barra-lateral ul li li ul li span {
    left: 15px;
    position: relative;
}

#barra-lateral ul li li ul li a {
    background-color: #005a9e;
}

#barra-lateral li a:hover, #barra-lateral li a[activo="true"] {
  background-color: #024a81;
}

#barra-lateral ul li.active > a,
#barra-lateral a[aria-expanded="true"] {
  color: #fff;
  background: #024a81;
}

#barra-lateral .sub-header {
  background-color: #024a81;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#user-panel .dropdown-menu {
  background-color: #1c7fbf!important;
  border: 0!important;
  color: #fff!important;
  border-radius: 0!important;
}

#user-panel .dropdown-menu * {
  color: #fff!important;
}

#user-panel .dropdown-menu a {
  transition: background-color 150ms;
}

#user-panel .dropdown-menu a:hover, #user-panel .dropdown-menu a:active{
  background-color: #024a81!important;
}
#user-panel .dropdown-menu{
    
  left: -5em!important;
  top: 2em!important;
  min-width: 13em!important;

}

#barra-lateral {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif!important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.05s;
  box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.3);
  z-index: 999999;
  background-color: #096099;
}

#barra-lateral .barra-lateral-top {
  background-color: #1c7fbf;
  height: 48px;
}

#barra-lateral li a {
  text-decoration: none;
  color: #fff;
}

#barra-lateral li a i {
  margin-right: 9px;
}

#barra-lateral li a {
  user-select: none;
  width: 100%;
  display: block;
  line-height: 25px;
}

#barra-lateral .dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  right: 10px;
}

#barra-lateral .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.modulo.h-tabla-lg .body-dashboard .content-dashboard {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 500px;
}

#barra-lateral ul li li span:before {
    content: '';
    height: 4px;
    width: 4px;
    background: rgba(255, 255, 255, .89);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

#barra-lateral .dropdown-toggle::after {
  top: 23px;
}

#barra-lateral ul.components {
  padding: 20px 0;
}

#barra-lateral {
  box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.3);
  border-right: 1px solid #024a81;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;

  scrollbar-color: #959595 #fff;
  scrollbar-width: thin;
}

#barra-lateral::-webkit-scrollbar-track {
  background-color: #fff;
}

#barra-lateral::-webkit-scrollbar {
  width: 5px;
}

#barra-lateral::-webkit-scrollbar-thumb {
  background-color: #024a81;
}

#barra-lateral .barra-lateral-top {
  display: block;
  color: #fff;
}

.navbar #user-panel>a,
.navbar #user-panel>a>span {
  padding: 0!important;
  margin: 0!important;
}

.navbar #user-panel>a>span {
  text-transform: uppercase;
}

#barra-lateral.expandida {
  width: 240px;
}

/*
#barra-lateral li a, #barra-lateral li a * {
  font-size: 16px!important;
}*/

#nombre-empresa {
  user-select: none;
  margin-left: 5px;
}

#barra-lateral li>a {
  padding: 10px 9px;
}

[type="only-in-mobile"] {
  display: none;
}

@media all and (max-width: 768px) {
  #barra-lateral.expandida {
    width: 100%;
  }
  #barra-lateral li a {
    font-size: 22px!important;
  }
  [type="responsive-hide"] {
    display: none;
  }
  #nombre-empresa {
    padding: 0px 3px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    font-size: 13px;
    line-height: 30px;
    scrollbar-width: thin;
  }
  #barra-lateral li>a {
    padding: 20px 9px;
  }

  [type="only-in-mobile"] {
    display: block;
  }
  [type="only-desktop"] {
    display: none;
  }
}

@media all and (max-width: 476px) {
  #nombre-empresa{
    max-width: 120px;
  }
}

@media all and (max-width: 476px) {
  .container-fluid{
    margin: 25px 0px!important;
    padding: 0!important;
  }
}

#nombre-empresa::-webkit-scrollbar-track {
  background-color: #fff;
}

#nombre-empresa::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

#nombre-empresa::-webkit-scrollbar-thumb {
  background-color: #bcc9d2;
}

[type="responsive-hide"].mobile {
  display: block;
}

#barra-lateral>ul {
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.avatar-name{
  display: inline-block;
  background: #ff9800;
  background-position: center;
  color: #fff;
  width: 30px;
  font-family: Arial;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 0px 5px 0px 0px;
}

#userName{
  vertical-align: text-bottom;
}

.container-table-floating-scroll {
  width: 100%!important;
  overflow-x: auto!important; 

  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
}

.container-fluid{
  padding: 0!important;
  margin: 25px 0px!important;
  padding-right: 15px!important;
  padding-left: 15px!important;

  margin-left: auto!important;
  margin-right: auto!important;
  max-width: 1280px!important;
  display: block;
}

.floatThead-table{
  background-color: #fff;
}

.fl-scrolls{
  height: 20px!important;
  
  margin: 5px 0px;


  scrollbar-color: #4caf50 #fff;
}
.fl-scrolls::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #ccc!important;
}

.fl-scrolls::-webkit-scrollbar {  }

.fl-scrolls::-webkit-scrollbar-thumb {
  background-color: #4caf50;
}

html{
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
}
/**/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: #fff!important;
  background-color: #1f1f1f;
  border: 0px!important;
}

.form1 { 
  width: 100%!important;
}
/*
form input{
  max-width: 100%!important;
  width: 100%!important;
}*/

.header-title-intersys {
  background-color: #417292;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

.navbar-nav .dropdown-menu {
    position: absolute!important;
}

.form1{
  display: none;
  margin:0!important;
  padding: 0!important;
  border: 0!important;
  background-color: initial!important;
}

.form-head{
  margin: 4px 0px;
}

.form-head .head-form{
    background-color: #1c7fbf;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.form-head .body-form{
  border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
    color: #1f1f1f;
    padding: 6px 12px;
}

.form-head .form-footer-tools {
  display: inline-block;
    border-top: #1f1f1f;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    text-align: right;
    padding: 5px 3px;
}

.footer-dashboard {
    background-color: #fff;
}

.form-footer-tools .buttons{
  padding: 3px 5px;
  background-color: initial!important;
}

.dataTables_filter {
  width: initial!important;
}

.tablaDinamica {
    background-color: 
}

.tabla-in-dinamic th{
  /*text-transform: uppercase!important;*/

  background: initial!important;
  background-color: #417292!important;
  color: #ffffff!important;
  border: 0!important;
} 

.titulo-pagina{
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 1.5em;

    border-bottom: 1px solid #ccc;
    /*background: #3074a0;
    color: #fff;*/
    padding: 5px 4px;
    margin-bottom: 8px!important;
}

input, select{
  border-radius: 0!important
}

.input-group-text{
  border-radius: 0!important;
  background-color: #1c7fbf!important;
  border: 1px solid #3074a0!important;
  color: #ffffff!important;

}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(229, 237, 242)!important;
}


#navigation-buttons{
    margin: 0!important;
    margin-top: 5px!important
    margin-bottom: 5px!important;
    background-color: #1c7fbf14!important;
    padding: 4px 0px;

}

.card{
  margin-bottom: 10px!important;
}

input.form-control, select.form-control{
  height: initial!important;
}

#example2 input, #example2 select{
  width: 100%!important;
}

.body-form td > label{
  padding-left: 10px;
}

.ui-widget {
  font-size: inherit!important
}

/****************** Peace Loader *******************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #024a81;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
/******************************************************/

.dataTables_scrollHead .dataTables_scrollHeadInner {
  width: 100%!important;
}

.dataTables_scrollHead .dataTables_scrollHeadInner table{
  width: 100%!important;
}

h2{
  font-size: initial!important;
}


    .close {
      float: right;
      font-size: 1.40625rem;
      font-weight: 600;
      line-height: 1;
      color: #000;
      text-shadow: none;
      opacity: .5; }
      .close:not(:disabled):not(.disabled) {
        cursor: pointer; }
        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
          color: #000;
          text-decoration: none;
          opacity: .75; }

    button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none; }

    .modal-open {
      overflow: hidden; }
      .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto; }

    .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      overflow: hidden;
      outline: 0; }

    .modal-dialog {
      position: relative;
      width: auto;
      margin: 0.5rem;
      pointer-events: none; }
      .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
                transform: translate(0, -25%); }
        @media screen and (prefers-reduced-motion: reduce) {
          .modal.fade .modal-dialog {
            -webkit-transition: none;
            transition: none; } }
      .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }

    .modal-dialog-centered {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      min-height: calc(100% - (0.5rem * 2)); }
      .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: ""; }

    .modal-content {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      -webkit-background-clip: padding-box;
              background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 0.3rem;
      outline: 0; }

    .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000; }
      .modal-backdrop.fade {
        opacity: 0; }
      .modal-backdrop.show {
        opacity: 0.5; }

    .modal-header {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 1.75rem;
      border-bottom: 1px solid #f1f2f3;
      border-top-left-radius: 0.3rem;
      border-top-right-radius: 0.3rem; }
      .modal-header .close {
        padding: 1.75rem;
        margin: -1.75rem -1.75rem -1.75rem auto; }

    .modal-title {
      margin-bottom: 0;
      line-height: 1.9; }

    .modal-body {
      position: relative;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      padding: 1.75rem; }

    .modal-footer {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: end;
              justify-content: flex-end;
      padding: 1.75rem;
      border-top: 1px solid #f1f2f3; }
      .modal-footer > :not(:first-child) {
        margin-left: .25rem; }
      .modal-footer > :not(:last-child) {
        margin-right: .25rem; }

    .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll; }

    @media (min-width: 576px) {
      .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto; }
      .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2)); }
        .modal-dialog-centered::before {
          height: calc(100vh - (1.75rem * 2)); }
      .modal-sm {
        max-width: 360px; } }

    @media (min-width: 992px) {
      .modal-lg {
        max-width: 800px; } }

    .niveles-lista {
        list-style-type: none;
        padding: 3px;
    }
    .niveles-lista .nivel {
        margin-bottom: 10px;
    }
    .niveles-lista .nivel span::before{
        margin-right: 5px;
        margin-left: .255em;
        vertical-align: -0.1em;
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\6c";
    }
    .niveles-lista .nivel.abierto{
        background-color: rgb(76, 175, 80);
        color: rgb(255, 255, 255);
    }
    .niveles-lista .nivel.abierto span::before{
        font-family: 'FontAwesome';
        content: "\6d";
    }
    .niveles-lista .nivel.abierto .items-nivel {
        background-color: rgb(201, 234, 255);
        max-height: initial!important;
        opacity: 1;
        overflow: visible;
    }
    .niveles-lista .nivel .items-nivel{
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all 0.35s ease;
    }
    .niveles-lista .nivel.abierto .items-nivel{
        display: block;
        padding: 0;
    }
    .niveles-lista .nivel .items-nivel{
        list-style-type: none;
    }
    .niveles-lista .nivel .items-nivel li::before{
        font-family: 'FontAwesome';
        content: "\72";

        margin-right: 5px;
        margin-left: .255em;
        vertical-align: -0.1em;
        display: inline-block;
    }
    .niveles-lista .nivel .items-nivel li{
        color: #1f1f1f;
        padding: 1px 6px;
        margin: 2px 0px;
    }
    .niveles-lista .nivel .items-nivel li:nth-of-type(odd){
        background-color: rgba(0, 0, 0, 0.17)!important;
    }
    .container-table-floating-scroll{
        /*/overflow: initial!important;*/
        /*-webkit-overflow-scrolling: initial!important;*/

    }
    div.dataTables_wrapper div.dataTables_info {
        white-space: normal!important;
    }
    .niveles-lista{
        margin: 0!important;
    }
    
    .alinear_a_la_derecha{
      text-align: right;
    }
    
    /* css para reporte de despachos pendientes y procesados  */
    .niveles-lista_reporte {
        list-style-type: none;
        padding: 3px;
        margin: 0!important;
    }
    .niveles-lista_reporte .nivel {
        margin-bottom: 10px;
    }
    .niveles-lista_reporte .nivel span::before{
        margin-right: 5px;
        margin-left: .255em;
        vertical-align: -0.1em;
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\6c";
    }
    .niveles-lista_reporte .nivel.abierto{
        background-color: rgb(76, 175, 80);
        color: rgb(255, 255, 255);
    }
    .niveles-lista_reporte .nivel.abierto span::before{
        font-family: 'FontAwesome';
        content: "\6d";
    }
    .niveles-lista_reporte .nivel.abierto .items-nivel {
        background-color: rgb(201, 234, 255);
        max-height: initial!important;
        opacity: 1;
        overflow: visible;
    }
    .niveles-lista_reporte .nivel .items-nivel{
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all 0.35s ease;
    }
    .niveles-lista_reporte .nivel.abierto .items-nivel{
        display: block;
        padding: 0;
    }
    .niveles-lista_reporte .nivel .items-nivel{
        list-style-type: none;
    }
    .niveles-lista_reporte .nivel .items-nivel li::before{
        font-family: 'FontAwesome';
        content: "\72";

        margin-right: 5px;
        margin-left: .255em;
        vertical-align: -0.1em;
        display: inline-block;
    }
    .niveles-lista_reporte .nivel .items-nivel li{
        color: #1f1f1f;
        padding: 1px 6px;
        margin: 2px 0px;
    }
    .niveles-lista_reporte .nivel .items-nivel li:nth-of-type(odd){
        background-color: rgba(0, 0, 0, 0.17)!important;
    }
   
   
    /* css para reporte de despachos pendientes y procesados  */

    /* CCS PARA BOTON DE INGRESO AUTOMATICO */
    .checkbox-wrapper-6 .tgl {
      display: none;
    }
    .checkbox-wrapper-6 .tgl,
    .checkbox-wrapper-6 .tgl:after,
    .checkbox-wrapper-6 .tgl:before,
    .checkbox-wrapper-6 .tgl *,
    .checkbox-wrapper-6 .tgl *:after,
    .checkbox-wrapper-6 .tgl *:before,
    .checkbox-wrapper-6 .tgl + .tgl-btn {
      box-sizing: border-box;
    }
    .checkbox-wrapper-6 .tgl::-moz-selection,
    .checkbox-wrapper-6 .tgl:after::-moz-selection,
    .checkbox-wrapper-6 .tgl:before::-moz-selection,
    .checkbox-wrapper-6 .tgl *::-moz-selection,
    .checkbox-wrapper-6 .tgl *:after::-moz-selection,
    .checkbox-wrapper-6 .tgl *:before::-moz-selection,
    .checkbox-wrapper-6 .tgl + .tgl-btn::-moz-selection,
    .checkbox-wrapper-6 .tgl::selection,
    .checkbox-wrapper-6 .tgl:after::selection,
    .checkbox-wrapper-6 .tgl:before::selection,
    .checkbox-wrapper-6 .tgl *::selection,
    .checkbox-wrapper-6 .tgl *:after::selection,
    .checkbox-wrapper-6 .tgl *:before::selection,
    .checkbox-wrapper-6 .tgl + .tgl-btn::selection {
      background: none;
    }
    .checkbox-wrapper-6 .tgl + .tgl-btn {
      outline: 0;
      display: block;
      width: 4em;
      height: 2em;
      position: relative;
      cursor: pointer;
      margin-bottom: 0px !important;
      -webkit-user-select: none;
        -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
    .checkbox-wrapper-6 .tgl + .tgl-btn:after,
    .checkbox-wrapper-6 .tgl + .tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
    }
    .checkbox-wrapper-6 .tgl + .tgl-btn:after {
      left: 0;
    }
    .checkbox-wrapper-6 .tgl + .tgl-btn:before {
      display: none;
    }
    .checkbox-wrapper-6 .tgl:checked + .tgl-btn:after {
      left: 50%;
    }

    .checkbox-wrapper-6 .tgl-light + .tgl-btn {
      background: #d5d5d5;
      border-radius: 2em;
      padding: 2px;
      transition: all 0.4s ease;
    }
    .checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
      border-radius: 50%;
      background: #fff;
      transition: all 0.2s ease;
    }
    .checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
      background: #9FD6AE;
    }

    /*Clase para las tabs*/
    .active {
      font-weight: bold;
      background-color: #fff;
      border-bottom: 3px solid #000;
      border-top-left-radius: 20px;
    }

.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}

.gap-2{
  gap: 10px;
}
.columna-larga {
  overflow-wrap: break-word;
  word-wrap: break-word; /* Compatibilidad con navegadores antiguos */
  /* Opcional: define un ancho máximo para la columna */
  max-width: 150px; 
}

.iziModal .datatable-wrapper {
  padding: 15px; /* ajusta según necesites */
}

/* Estilo general para el span de estado */
td span[estado-activo],
td span[estado-oculto] {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  color: #fff;
}

/* Estado activo → verde */
td span[estado-activo] {
  background-color: #28a745; /* verde */
}

/* Estado oculto → gris */
td span[estado-oculto] {
  background-color: #6c757d; /* gris oscuro */
}

.modal-header{
  display: none
}
