.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: block;
  overflow: auto;
  height: 84%;
}

.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 15.625rem !important;
  overflow-y: hidden;
  padding: 0;
  box-shadow: none;
  z-index: 9999;
}
.navbar .navbar-brand {
  color: #fff;
  font-size: 0.875rem;
}
.navbar-vertical .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  color: #ececec;
}
.dropdown:not(.dropdown-hover) .dropdown-menu {
  margin-top: 0px !important;
}
.dark-version .card .card-body .form-control, .dark-version .swal2-popup, .dark-version .dropdown .dropdown-menu, .dark-version .kanban-board{
  background: #111C44;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
/* .form-inline .form-control{
  display: inline-block;
  width: auto;
  vertical-align: middle;
} */
.dark-version .card .card-body .form-control:disabled, .form-control[readonly], .dark-version .swal2-popup, .dark-version .dropdown .dropdown-menu, .dark-version .kanban-board {
  background-color: #1D2543;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: not-allowed;
}
.dark-version .modal-dialog .form-control, .dark-version .swal2-popup, .dark-version .dropdown .dropdown-menu, .dark-version .kanban-board {
  background-color: #111C44;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.dark-version .modal-dialog .form-control:disabled, .form-control[readonly]{
  background-color: #1D2543;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: not-allowed;
}

.dark-version .card .card-body .form-select, .dark-version .swal2-popup, .dark-version .dropdown .dropdown-menu, .dark-version .kanban-board {
  background-color: #111C44;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.dark-version .card .card-body .form-select:disabled, .form-select[readonly] {
  background-color: #1D2543;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: not-allowed;
}
.dark-version .modal-dialog .form-select {
  background-color: #111C44;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.dark-version .modal-dialog .form-select:disabled, .form-select[readonly] {
  background-color: #1D2543;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: not-allowed;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.navbar-vertical .navbar-brand > img, .navbar-vertical .navbar-brand-img {
  max-width: 100%;
  max-height: 3rem;
}

.dark-version .blur {
  background-color: rgba(5, 17, 57, 0.69) !important;
}
.LoadCapaBlack {
  position: fixed;
  z-index: 9999999999999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: alpha(opacity=80);
  background: rgba(0, 0, 0, 0.31);
}

.LoadCapaContenido {
  background: #fff;
  z-index: 9000;
  margin: 250px auto;
  width: 320px;
  height: 161px;
  text-align: center;
  border-radius: 55px 25px 55px 25px;
}

@media (max-width: 575.98px) {
  .mx-auto {
    margin-top: 50px;
  }
}
.AlturaGrid {
  height: 100%;
  max-height: 260px;
  /* background-color: #fff; */
  overflow: auto;
}
.Seleccion{
  background-color: #9fcdff !important;
}
.CursorPointer {
  cursor: pointer;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 0px 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.ColorNavWhile{
  background: #192d42 !important;
}
.imgUser{
  /* width: 100%;
  border-radius: 20px; */
  width: 29px;
  border-radius: 10px;
  height: 26px;
}
}
.liimgUser{
  width: 40px;
}
/* @media (max-width: 767.98px){
.liimgUser{
  width: 10%;
}
}
@media (min-width: 616px){
.liimgUser{
  width: 8%;
}
}
@media (min-width: 1500px){
.liimgUser{
  width: 6%;
}
}
@media (max-width: 467px){
.liimgUser{
  width: 13%;
}
} */


.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border-left: transparent !important;
    /* border-right: 1px solid #a8c9ea !important; */

}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #344767;
  text-align: center;
  white-space: nowrap;
  background-color: #f4f2f2;
  border: 1px solid #d2d6da;
    border-right-color: rgb(210, 214, 218);
    border-right-style: solid;
    border-right-width: 1px;
  border-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.bg-gray-100 {
  background-color: #f4f6f9 !important;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.9em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.45rem;
}
.nav[data-color="warning"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #fb6340 0%, #fb6340 100%);
  color: white;
}
.nav[data-color="info"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #11cdef 0%, #11cdef 100%);
  color: white;
}
.nav[data-color="success"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #2dce89 0%, #2dce89 100%);
  color: white;
}
.nav[data-color="secondary"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #8392ab 0%, #8392ab 100%);
  color: white;
}
.nav[data-color="primary"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #5e72e4 0%, #5e72e4 100%);
  color: white;
}
.nav[data-color="danger"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #f5365c 0%, #f5365c 100%);
  color: white;
}
.nav[data-color="light"] .nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #e9ecef 0%, #e9ecef 100%);
  color: white;
}
.nav[data-color="dark"] .navbar-nav>.nav-item>.nav-link.active {
  background-image: linear-gradient(310deg, #344767 0%, #344767 100%);
  color: white;
}
.sidenav[data-color="primary"] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #5e72e4 0%, #5e72e4 100%);
  color: white;
}
.sidenav[data-color="dark"] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #344767 0%, #344767 100%);
  color: white;
}
.sidenav[data-color="info"] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #11cdef 0%, #11cdef 100%);
  color: white;
}
.sidenav[data-color="success"] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #2dce89 0%, #2dce89 100%);
  color: white;
}
.sidenav[data-color="warning"] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #fb6340 0%, #fb6340 100%);
  color: white;
}
.sidenav[data-color="danger"] .navbar-nav > .nav-item > .nav-link.active {
  background-image: linear-gradient(310deg, #f5365c 0%, #f5365c 100%);
  color: white;
}
.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\f107";
  margin-left: auto;
  color: rgba(255, 255, 255, 0.89);
  transition: all 0.2s ease-in-out;
}
.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after {

  color: #fff;
  transform: rotate(180deg);

}
.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link {
  position: relative;
  background-color: #fff0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.88);
  margin-left: 1.35rem;
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append {
 border: transparent !important
}
.ErBtn {
  margin: 0px;
  width: 35px;
  border-radius: 0px 5px 5px 0px;
  padding: 8px;
}

.ui.toggle.checkbox .box::after, .ui.toggle.checkbox label::after {
  width: 1.4rem;
  height: 1.4rem;
}

.ui.toggle.checkbox input:checked ~ .box::after, .ui.toggle.checkbox input:checked ~ label::after {
  left: 1.9rem;
}
.BordeBlanco{
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.btn {
  font-weight: 700;
  line-height: 1.1;
}

.btn-outline-primary:hover:not(.active) {
  background-color: transparent;
  opacity: .75;
  box-shadow: none;
  color: #5e72e4 !important;
}
.bg-info {
  background-color: #07acca !important;
}
.dark-version .table > :not(caption) > * > * {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.96) !important;
}
.table > :not(caption) > * > * {
  /* border-color: rgba(255, 255, 255, 0.4) !important; */
  color: rgba(0, 0, 0, 0.96) !important;
}

.MaskTelefono {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA MASCARA*/
  /*NO BORRAR*/
}
.MaskCedula {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA MASCARA*/
  /*NO BORRAR*/
}
.MaskFecha {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA MASCARA*/
  /*NO BORRAR*/
}
.ErEmail {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE LOS EMAIL*/
  /*NO BORRAR*/
}
.numero {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE SOLO NUMEROS*/
  /*NO BORRAR*/
}
.numeroZfill {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE SOLO NUMEROS*/
  /*NO BORRAR*/
}
.TRES_N {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE 3 NUMEROS ENTEROS*/
  /*NO BORRAR*/
}
.DOS_N_2D {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE NUMEROS CON DECIMALES 2 NUMEROS Y 2 DECIMALES*/
  /*NO BORRAR*/
}
.TRES_N_2D {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE NUMEROS CON DECIMALES 2 NUMEROS Y 2 DECIMALES*/
  /*NO BORRAR*/
}
.TRES_N_5D {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE NUMEROS CON DECIMALES 2 NUMEROS Y 2 DECIMALES*/
  /*NO BORRAR*/
}
.SEIS_N_2D {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE NUMEROS CON DECIMALES 6 NUMEROS Y 2 DECIMALES*/
  /*NO BORRAR*/
}
.NUEVE_N_2D {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE NUMEROS CON DECIMALES 9 NUMEROS Y 2 DECIMALES*/
  /*NO BORRAR*/
}
.NUEVE_N_30D {
  /*CREE ESTA REGLA PARA QUE ME APARESCA EN EL MENU AYUDA*/
  /*ESTA REGLA ES PARA APLICAR LA VALIDACION DE NUMEROS CON DECIMALES 9 NUMEROS Y 30 DECIMALES*/
  /*NO BORRAR*/
}
.datepicker {
  direction: ltr;
  color: #000;
}

.card {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.125);
}

/* PARA PONER SPINNER */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 127px;
  height: 40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #879ee3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.nav-link:hover, .nav-link:focus {
  color: #000000 !important;
  background-color: #e9ecef8c;
  border-radius: 10px;
}
.nav-link {
  transition: background-color 0.1s ease, color 0.10s ease,border-radius  0.1s ease;
}

#paginacion {  
  display: inline-block;  
  margin-bottom: 1em;  
  margin-top: 1em;  
}  
#paginacion li {  
  display: inline-block;  
}  

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 2.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px){
.sidenav.fixed-start + .main-content {
  margin-left: 15.8rem;
}
}

.ErRow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:first-child, .g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:last-child {
  width: 19px;
  transform: translateX(5px);
}
.navbar .sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
  margin-bottom: 4px;
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line {
  transition: all 0.15s ease;
  background: #67748e;
    background-color: rgb(103, 116, 142);
  border-radius: 0.125rem;
  position: relative;
  display: block;
  height: 4px;
}