body, html {
  height: 100%;
}

::-webkit-scrollbar{
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track{
  border-radius: 50px;
  opacity: 0.1;
}

::-webkit-scrollbar-thumb{
  background: #8d8d8d;
}

body:before {
  content: '';
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -100;
}

.business_header {
  width:670px; 
  overflow:hidden; 
  text-overflow: ellipsis; 
  text-align:left;
}

a, a:hover {
  text-decoration: none;
  color: #797979;
}

.panel {
  position: relative;
  border: 1px solid #ced4da;
}

.panel-title {
  position: absolute;
  top: -14px;
  left: 9px;
  background-color: #fff;
}

.pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default !important;
}

.custom-caret {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 6px;
  font-size: 0.7rem;
}

.custom-caret:before {
  content: '\f078'
}

.collapsed .custom-caret:before {
  content: '\f054';
}

.feather {
  stroke-width: 1;
}

.feather-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding-bottom: 0.2rem;
}

.card-body .feather-wrapper {
  position: relative;
  float: right;
}

.card-body .feather-wrapper .feather-ajax {
  padding-left : 5px;
}

.card-body .feather-wrapper .awesome-ajax {
  padding-left : 5px;
  margin-top: -7px;
}

p, .fa, .modal-title {
  color: #797979;
}

.btn-primary {
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
}

.btn-primary.disabled, .btn-primary:disabled{
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
}

.btn-primary:hover {
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
  opacity: 0.7;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 115, 115, 0.5);
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
  box-shadow: 0 0 0 0.2rem rgba(115, 115, 115, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 115, 115, 0.5);
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #797979;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(121, 121, 121, 0.4);
}

.tooltip-inner {
  background-color: rgba(121, 121, 121, 0.9);
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: rgba(121, 121, 121, 0.9);
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-top-color: rgba(121, 121, 121, 0.9);
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-top-color: rgba(121, 121, 121, 0.9);
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-top-color: rgba(121, 121, 121, 0.9);
}

/* Encabezado */
.header {
  display: inline-block;
  position: fixed;
  background-color: #fff;
  z-index: 800;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 2px 10px;
}

.separator {
  display: inline-block;
  background-color: #d9d9d9;
  height: 60px;
  margin: -2px 10px;
  width: 1px;
  vertical-align: middle;
  opacity: 0.5;
}

.header-left {
  float: left;
  display: flex;
  align-items: center;
}

.header-right {
  float: right;
  display: flex;
  align-items: center;
}

.media-menu {
  /* position: absolute; */
  padding: 0.5rem;
  cursor: pointer;
}

.media-menu .bar {
  background-color: #828282;
}

.contenedor-empresa .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}

#btn_empresas {
  box-shadow: none !important;
  background-color: transparent;
  margin: 0;
  padding: 0.2rem 0;
  font-weight: 450;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.contenedor-empresa,
.contenedor-empresa div,
.contenedor-empresa a {
  color: #828282;
}

.contenedor-empresa a:hover {
  text-decoration: none;
}

.contenedor-empresa .feather-wrapper {
  padding-left: 0.6rem;
  cursor: pointer;
}

.contenedor-empresa .dropdown-item:hover,
.contenedor-empresa .dropdown-item:active {
  background-color: #f2f2f2;
}

.contenedor-empresa .dropdown-item {
  padding: 0;
}

.contenedor-empresa .input-group {
  opacity: 0.5;
}

.contenedor-empresa .form-control {
  border-radius: 0;
}

.contenedor-empresa .form-control:focus {
  box-shadow: none;
}

.contenedor-empresa .dropdown-item a {
  display: inline-block;
  width: calc(100% - 29.59px);
  padding: 0.1rem 0.6rem;
}

.contenedor-empresa #empresas {
  opacity: 0.8;
}

#empresas svg {
  width: 20px;
}

.userbox-btn {
  display: block;
  color: #999999;
  background-color: #c9c9c9;
  border-radius: 50%;
  border: none;
  text-decoration: none;
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 2.2rem;
  cursor: pointer;
}

.userbox-btn:hover {
  text-decoration: none;
  color: #999999;
  opacity: 0.9;
}

.userbox-btn-login {
  display: block;
  color: #999999;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  text-decoration: none;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 3rem;
  cursor: pointer;
  margin: auto;
}

.userbox-btn-login:hover {
  text-decoration: none;
  color: #999999;
  opacity: 0.9;
}

.div-usuario {
  cursor: pointer;
  padding: 0px 10px;
  width: 120px;
  display: inline-block;
}

.span-usuario-seleccionado{
  border: 3px solid #0041ff;
  padding: 3px;
  background-color: #ffffff;
}

.div-password{
  margin: 10px 25px 10px 25px;
  display:  none;
  width: 90%;
}

.span-usuario{
  display:  block;
  text-align:  center;
}

.userbox-content {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 2px;
  margin-right: 5px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 3px;
}

.userbox-content .feather-wrapper {
  width: 20px;
}

.userbox-content a {
  padding: 0.5px 5px;
  font-size: 0.91rem;
  text-decoration: none;
  color: #828282;
  display: block;
}

.userbox-content a:hover {
  color: #828282;
  background-color: #f0f0f0;
}

.show-userbox {display:block;}



/* boton notificaciones */
.notibox-btn {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.notibox-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  background: #b4b4b4;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
}


.notibox-btn.active {
  background: #eb5a46;
  border: 1px solid #EB5A46;
  border-radius: 50%;
  color: #fff;
}

.notibox-btn.active:hover {
  text-decoration: none;
  opacity: 0.8;
}

.notibox-content {
  display: none;
  position: absolute;
  min-width: 300px;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 2px;
  margin-right: 5px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 3px;
}

.notibox-content .notifiltro{
  font-size: 8pt;
  text-decoration: underline;
}

.notibox-content a {
  padding: 0.5px 5px;
  font-size: 0.91rem;
  text-decoration: none;
  color: #828282;
  display: block;
}

.notibox-content .notificacion a:hover {
  color: #828282;
  background-color: #f0f8ff;
}

.notibox-content .notificacion.visto a:hover {
  color: #828282;
  background-color: unset !important;
}

.show-notibox {display:block;}


.notificacion{
  background-color: #f0f8ff;
}

.notificacion.visto{
  background-color: unset !important;
}

.notificacion .title{
  font-weight: 600;
}

.notificacion .icon-visto{
  cursor: pointer;
  color:#68b9ff;
}

.notificacion .icon-visto:hover{
  color:#1d96ff;
}

.notificacion.visto .icon-visto{
  cursor: pointer;
  color:#dfdfdf;
}

.notificacion.visto .icon-visto:hover{
  color:#aeaeae;
}


/* Menú Izquierdo */
.sidebar {
  height: 90%;
  width: 60px;
  position: fixed;
  z-index: 99;
  top: 95px;
  left: 0;
  overflow-x: hidden;
  padding-top: 0px;
  transition: 0.5s;
}

.sidebar .sidebar-body {
  margin: 10px 5px;
}

.sidebar .sidebar-body ul {
  list-style-type: none;
  padding: 0;
}

.sidebar .sidebar-body ul li {
  margin-bottom: 5px;
}

.sidebar .sidebar-body ul a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  padding: 5px 0px 5px 5px;
  border-radius: 10px;
}


.sidebar .sidebar-body ul a i {
  margin-left: 7px;
  margin-right: 0;
  transition: margin 0.3s;
}


.sidebar .sidebar-body ul a span {
  white-space: nowrap;
  opacity: 0;
  transition: all 0.1s;
}


/* .sidebar .sidebar-body ul .item-menu a.active,
.sidebar .sidebar-body ul .item-submenu a.active {
  background-color: var(--bs-primary-bg-subtle);
} */


.sidebar .sidebar-body ul .item-submenu > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  cursor: pointer;
}

.sidebar .item-submenu a.title-submenu div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sidebar .item-submenu a.title-submenu:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-lbl2-icon-transform);
}

.sidebar .item-submenu a.title-submenu::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: 5px;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  transform: var(--bs-accordion-lbl1-icon-transform);
}

.sidebar .item-submenu .accordion-body {
  padding: 5px 0 0 30px;
}

.sidebar .item-submenu .collapse.show {
  display: none;
  transition: display 0.3s;
}


@media (min-width: 767px) {

  .sidebar:hover {
    width: 300px;
  }

  .sidebar a:hover {
    color: var(--bs-primary-text-emphasis);
  }

  .sidebar:hover .sidebar-body ul a i {
    margin-right: 10px;
  }

  .sidebar:hover .sidebar-body ul a span {
    opacity: 1;
  }

  .sidebar:hover .item-submenu .collapse.show {
    display: initial;
  }
}




@media (max-width: 767px) {
  .sidebar {
    left: -81px;
    margin: 0 0 0 0;
    top: 60px;
  }

  .sidebar.sidebar-open {
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  .sidebar .sidebar-body ul a {
    justify-content: flex-start;
  }

  .sidebar .sidebar-body ul a i {
    margin-right: 10px;
  }

  .sidebar .sidebar-body ul a span {
    opacity: 1;
  }

  .sidebar.sidebar-open .item-submenu .collapse.show {
    display: initial;
  }

  .sidebar .sidebar-body {
    padding: 0 0.7rem 0 0.7rem;
  }

}




.sidebar {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-lbl1-icon-transform: rotate(-90deg);
  --bs-accordion-lbl2-icon-transform: rotate(0deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.sidebar .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.sidebar .accordion-label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 0.7rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {

  .sidebar .accordion-button,
  .accordion-label {
    transition: none;
  }
}

.sidebar .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.sidebar .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.sidebar .accordion-label:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-lbl2-icon-transform);
}

.sidebar .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.sidebar .accordion-label::before {
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: -8px;
  margin-right: 1px;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: 0.8rem;
  transition: var(--bs-accordion-btn-icon-transition);
  transform: var(--bs-accordion-lbl1-icon-transform);
}

@media (prefers-reduced-motion: reduce) {

  .sidebar .accordion-button::after,
  .accordion-label::before {
    transition: none;
  }
}

.sidebar .accordion-button:hover,
.accordion-label:hover {
  z-index: 2;
}

.sidebar .accordion-button:focus,
.accordion-label:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.sidebar .accordion-header {
  margin-bottom: 0;
}

.sidebar .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.sidebar .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.sidebar .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.sidebar .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.sidebar .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.sidebar .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.sidebar .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.sidebar .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.sidebar .accordion-flush .accordion-collapse {
  border-width: 0;
}

.sidebar .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.sidebar .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.sidebar .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.sidebar .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .sidebar .accordion-button::after {
  
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}




/* BUSQUEDA EN MENU EZQUIERDO */
.menu-encabezado {
  position: relative;
  width: 100%;
  height: 35px;
  color: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
}

.menu-encabezado a {
  width: 45px;
  height: 100%;
  padding: 11px;
  display: inline-block;
}

.menu-control {
  color: #f2f2f2;
  height: 100%;
  border: none;
}

.menu-control:focus {
  outline: none;
}

.menu-control::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.encabezado-contenido {
  display: none;
  position: absolute;
  width: 255px;
  top: 0;
  bottom: 0;
  left: 45px;
  right: 0;
}

.encabezado-buscar {
  position: absolute;
  top: 0;
  left: 220px;
  right: 0;
  bottom: 0;
  padding: 5px;
  cursor: pointer;
}
/* TERMINA BUSQUEDA MENU IZQUIERDO */



/* CLASES PARA MOSTRAR NOMBRE DE LA OPCION MENU IZQUIERDO CUANDO ESTA COMPRIMIDO */



.menu-load {
  padding: 0.2rem 0 !important;
  text-align: center;
  font-size: 0.8rem;
}

.item-contenido {
  display: none;
  -ms-flex-align: center;
  align-items: center;
}

.collapse-list .feather-wrapper {
  width: 26px;
  padding-right: 0.3rem;
  padding-top: 0.1rem;
}

.collapse-list .feather {
  stroke-width: 1;
}

.collapse-list li {
  padding: 0 5px 0 35px;
  cursor: pointer;
}

.collapse-list li:hover {
  background-color: #f0f0f0;
}

.item-active, .filter-active {
  background-color: #f0f0f0;
  color: #606060 !important;
}

/* Contenedor Principal */
.contenedor {
  padding-top: 95px;
  height: 100%;
}

.dashboard {
  /* overflow: auto; */
  margin-left: 60px;
  height: 100%;
  transition: 100ms margin-right ease;
  display: flex;
  flex-direction: column;
}

.dashboard-encabezado {
  position: fixed;
  margin-top: 60px;
  width: 100%;
}

.dashboard-encabezado, .dashboard-footer {
  padding-left: 5px;
  color: #f2f2f2;
  z-index: 2;
  min-height: 35px;
}

.dashboard-encabezado > h1 {
  font-weight: 200;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 10px;
}

.dashboard-contenido {
  flex: 1;
  padding-top: 10px;
  overflow: auto;
}



.dashboard .card {
  margin-bottom: 1px;
  cursor: pointer;
}

#div_overview .card {
  margin-bottom: 10px;
  cursor: pointer;
}

#div_overview .card-body {
  white-space: unset;

}

.dashboard .card-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.6rem;
}

#card_buscarsolicitud .card-body {
  white-space: initial;
}

.dashboard-control {
  display: block;
  color: #f2f2f2;
  padding: 6px 5px 1px 5px;
  text-decoration: none;
  border-radius: 6px;
  margin-bottom: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-control:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.dashboard-control svg {
  width: 35px;
  height: 35px;
}

/* Menú derecho */
.det-animado {
  position: fixed;
  z-index: 700;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #fff;
  transition: 100ms width ease;
}

.det-abierto .det-animado {
  width: 500px;
}

.det-abierto .dashboard {
  margin-right: 500px;
}

.det-contenido {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  color: #797979;
  height: 100%;
}

.det-contenido .dropdown-item.active,
.det-contenido .dropdown-item:active {
  background-color: #797979;
}

.det-contenido .dropdown-item {
  padding: 0;
}

.det-contenido .dropdown-item span,
.det-contenido .dropdown-item label {
  display: block;
  padding: 0.25rem 1rem;
}

.det-contenido .feather {
  width: 25px;
  height: 25px;
}

.det-contenido .feather-wrapper {
  padding: 0;
}

.det-contenido .collapse-list li {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 6px 50px;
}

.det-contenido .collapse-list li:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50px;
  border-bottom: 1px solid #ebebeb;
}

.det-contenido .collapse-list li.gerente {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 6px 100px;
}

.det-contenido .collapse-list li.gerente:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 100px;
  border-bottom: 1px solid #ebebeb;
}

.det-contenido .collapse-list li.ejecutivo {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 6px 200px;
}

.det-contenido .collapse-list li.ejecutivo:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 200px;
  border-bottom: 1px solid #ebebeb;
}

.det-contenido .collapse-list li.gerente2 {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 6px 150px;
}

.det-contenido .collapse-list li.gerente2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 150px;
  border-bottom: 1px solid #ebebeb;
}

.det-contenido .collapse-list li.ejecutivo2 {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 6px 250px;
}

.det-contenido .collapse-list li.ejecutivo2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 250px;
  border-bottom: 1px solid #ebebeb;
}

.det-contenido .collapse-list .feather-wrapper {
  padding-bottom: 2px;
  float: right;
  cursor: pointer;
}

.det-contenido .collapse-list .feather-wrappers {
  float: right;
  cursor: pointer;
}

.det-contenido .collapse-list .feather-wrappers .feather-ajax {
  display: inline-block;
  padding-left : 5px;
}

.det-contenido .collapse-list .feather-wrappers .awesome-ajax {
  display: inline-block;
  padding-left : 5px;
  top: -7px;
  position: relative;
}


.det-contenido .collapse-list .feather-wrapper .feather-more-horizontal {
  stroke-width: 2;
}

.det-contenido .dropdown-item {
  cursor: pointer;
}

.det-contenido .dropdown-item label {
  margin: 0;
  cursor: pointer;
}

.det-top, .det-body, .det-bottom {
  position: relative;
}

.top-body {
  padding: 0.75rem;
  text-align: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.top-body-usuarios {
  padding: 0.75rem;
  color: rgba(0, 0, 0, 1);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.top-body-excel {
  padding: 0.75rem;
  color: rgba(0, 0, 0, 1);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.top-body-opciones {
  padding: 0.75rem;
  color: rgba(0, 0, 0, 1);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.atributes-top {
    display: inline-block;
    width:  32%;
    text-align:  center;
    color: #797979;
}

.attr-top-hist {
    display: inline-block;
    width:  23%;
    text-align:  center;
    color: #797979;
}

.attr-top-verifi-1 {
    display: inline-block;
    width:  98%;
    text-align:  center;
    color: #797979;
}

.attr-top-verifi-2 {
    display: inline-block;
    width:  23.97%;
    text-align:  center;
    color: #797979;
}

.titles-atributes-top {
    display: inline-block;
    width:  32%;
    text-align:  center;
    color:  #797979;
}

.titles-attr-top-hist {
    display: inline-block;
    width:  23%;
    text-align:  center;
    color:  #797979;
}

.titles-attr-top-verifi-1 {
    display: inline-block;
    width:  98%;
    text-align:  center;
    color:  #797979;
}

.titles-attr-top-verifi-2 {
    display: inline-block;
    width:  23.97%;
    text-align:  center;
    color:  #797979;
}

.top-body-usuarios .title-top {
  text-align: center;
  font-weight: 600;
}

.top-body-excel .title-top {
  text-align: center;
  font-weight: 600;
}

.top-body-opciones .title-top {
  text-align: center;
  font-weight: 600;
}

.det-body {
  overflow: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  flex: 1;
  background-color: #fafafa;
  padding-bottom: 16px;
}

.bottom-body {
  padding: 0.4rem;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

#cierra_det {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}

.seccion {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 8px 10px;
}

.seccion:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40px;
  border-bottom: 1px solid #ebebeb;
}

.seccion-body {
  -webkit-box-flex: 1;
  box-flex: 1;
  flex: auto;
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seccion-body .custom-caret {
  padding: 9px;
}

.collapse-list .custom-caret {
  position: initial;
  padding: 9px;
}

.seccion-body .fa-plus {
    float:  right;
    padding-top: 4px;
    padding-right:  22px;
}

.gerente .fa-plus {
    float:  right;
    padding-top: 4px;
    padding-right:  29px;
}

.ejecutivo .fa-plus {
    float:  right;
    padding-top: 4px;
    padding-right:  29px;
}

.div-listausuarios {
  height: 300px;
  overflow:  auto;
}

.div-listaempresas {
  height: 300px;
  overflow:  auto;
}

/* Modales */
#modal_temas .fondo-wrapper {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.img-container {
  position: relative;
  text-align: center;
  color: #fff;
}

.centered {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Botón hacia arriba con scroll */
#ir_arriba {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 900;
  cursor: pointer;
}

/* Log In y Cambio Visual por Dominio */
.btn:hover {
  opacity: 0.8;
}

.btn-login-flecha:hover {
  background-color: #f8f9fa !important;
}

.btn-login-flecha{
  background-color: #f8f9fa!important;
}

.swal-button--confirm {
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
}

.swal-button--confirm:active {
  background-color: #797979;
}

.swal-button--confirm:hover {
  opacity: 0.8;
  background-color: #8d8d8d!important;
  border-color: #818181!important;
}

.swal-button--confirm:focus {
  box-shadow: 0 0 0 1px #2a2c2d4a;
}


.btn-generic-dark {
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
}

.btn-generic-dark :active {
  background-color: #797979;
}

.btn-generic-dark:hover {
  opacity: 0.8;
  background-color: #8d8d8d!important;
  border-color: #818181!important;
}

.btn-generic-dark :focus {
  box-shadow: 0 0 0 1px #2a2c2d4a;
}

.btn-generic-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-generic-red :active {
  background-color: #dc3545;
}

.btn-generic-red:hover {
  opacity: 0.8;
  background-color: #f54355!important;
  border-color: #f54355!important;
}

.btn-generic-red :focus {
  box-shadow: 0 0 0 1px #2a2c2d4a;
}

.btn-generic-green {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}

.btn-generic-green :active {
  background-color: #28A745;
}

.btn-generic-green:hover {
  opacity: 0.8;
  background-color: #37bb56!important;
  border-color: #37bb56!important;
}

.btn-generic-green :focus {
  box-shadow: 0 0 0 1px #2a2c2d4a;
}

.swal-footer {
  text-align: center;
  margin-top: 32px;
  overflow: hidden;
}


.border-danger, .border-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#alert {
  position: fixed;
  top: 0;
  right: 25%;
  left: 25%;
  z-index: 1030;
  text-align: center;
  animation: shake 0.3s;
  animation-iteration-count: 2;
}

/* Animaciones */
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; transform: scale3d(.3, .3, .3); }
  20% { transform: scale3d(1.5, 1.5, 1.5); }
  40% { transform: scale3d(.9, .9, .9); }
  60% { opacity: 1; transform: scale3d(1.06, 1.06, 1.06); }
  80% { transform: scale3d(.97, .97, .97); }
  to { opacity: 1; transform: scale3d(1, 1, 1); }
}

.bounceIn {
  animation: bounceIn 0.5s;
}




/* ESTO ES PARA ANIMACION MENU IZQ */
#menuToggle
{
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 4px;
}



#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;
  z-index: 2;
  
  -webkit-touch-callout: none;
}

 #menuToggle span
{
  display: block;
  width: 21px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
  background: #f2f2f2;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-5px, -11px);
  background: #f2f2f2;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(-1px, 9px);
}

/* TERMINA MENU IZQ */





/* Media 1100px */
@media (max-width: 1100px)
{
  .det-abierto .dashboard {
    margin-right: calc(100% - 300px);
  }

  .det-abierto .det-animado {
    width: calc(100% - 300px);
  }

  .business_header {
    width:600px; 
    overflow:hidden; 
    text-overflow: ellipsis; 
    text-align:left;
  }

  #btn_empresas {
    font-size: 1.4rem;
  }
}

/* Media 970px */
@media (max-width: 970px)
{
  .business_header {
    width:500px; 
    overflow:hidden; 
    text-overflow: ellipsis; 
    text-align:left;
  }

  #btn_empresas {
    font-size: 1.3rem;
  }
}

/* Media 899px */
@media (max-width: 899px)
{
  .det-abierto .dashboard {
    margin-right: 0;
  }
  
  .det-abierto .det-animado {
    width: 100%;
  }

  .business_header {
    width:400px; 
    overflow:hidden; 
    text-overflow: ellipsis; 
    text-align:left;
  }

  #btn_empresas {
    font-size: 1.2rem;
  }

}

/* Media 767px */
@media (max-width: 767px)
{
  .header {
    height: auto;
    z-index: 600;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .dashboard-encabezado {
    margin-top: 60px;
  }

  .dashboard-encabezado > h1 {
    padding-top: 6px;
  }

  #menu_control {
    display: none;
  }

  .contenedor-logo{
    display: none !important;
  }

  .separator {
    /* display: inline-block; */
    background-color: transparent;
    height: 50px;
    width: 1px;
    vertical-align: middle;
    margin: -2px 3px;
    opacity: 0.5;
  }

  .business_header {
    width:380px; 
    overflow:hidden; 
    text-overflow: ellipsis; 
    text-align:left;
  }

  #btn_empresas {
    font-size: 1.2rem;
  }

  .userbox-btn {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }

  #empresas .feather-wrapper {
    float: left;
  }

  #empresas .dropdown-item {
    white-space: normal;
  }

  #separator_id, .menu-izquierdo {
    display: none;
  }

  .menu-izquierdo {
    display: block;
    overflow-x: hidden;
    width: 0;
    top: 0px;
    transition: 100ms width ease;
  }

  .menu-encabezado a {
    display: none;
  }

  .encabezado-contenido {
    /* display: flex;
    position: static;
    height: 45px;
    width: auto; */
    display: none;
  }

  .menu-control {
    padding-left: 0.5rem;
    flex: 1;
  }

  .encabezado-buscar {
    position: static;
  }

  .contenedor {
    padding-top: 95px;
  }

  .dashboard {
    margin-left: 0;
  }

  .dashboard-control {
    font-size: 0.9rem;
  }

  .det-animado {
    top: 0;
  }

  #alert {
    right: 0;
    left: 0;
  }

  .card-columns{
    column-count: 1;
  }

  #menuToggle
  {
    /* top: 0 !important; */
    /* left: 0 !important; */
    padding-top: 0.7rem;
  }

  #menuToggle span
  {
    background: #797979 !important;
  }

  #menuToggle input:checked ~ span
  {
    background: #797979 !important;
  }


}

/* Media 667px */
@media (max-width: 667px)
{
  .business_header {
    width:340px;
  }
}

/* Media 567px */
@media (max-width: 567px)
{
  .business_header {
    width:300px;
  }
}

/* Media 467px */
@media (max-width: 467px)
{
  .business_header {
    width:200px;
  }
  .notibox-content{
    max-width: 300px;
    min-width: 300px;
  }
}

/* Media 346px */
@media (max-width: 346px)
{
  .contenedor {
    padding-top: 125px;
    /* margin-top: -6px; */
  }

  .dashboard-encabezado{
    margin-top: 90px;
  }

  .notibox-content{
    max-width: 200px;
    min-width: 200px;
  }
}


.dashboard .card-body.usuariostree {
  overflow: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.6rem;
  cursor: grab; 
  cursor : -o-grab; 
  cursor : -moz-grab; 
  cursor : -webkit-grab;
}

/* Esto es para el grafico de arbol de usuarios */
.node {
  cursor: pointer;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node text {
  font: 10px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #000;
  background-color: #dadada;
  border-color: #dadada;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #bbbbbb !important;
}

.p-abs{
  position: absolute !important;
  top: 5px;
}

.usuarioseleccionado{
  color: #000;
  background-color: #dadada;
  border-color: #dadada;
}

.cursor-auto{
  cursor: auto !important;
}

.btn-primary.form-control:focus{
  color: #efefef;
  background-color: #797979;
  border-color: #737373;
}

.a-center{
  text-align: center;
}

.input-gravamen {
  border: none;
}


/* NOTIFICACIONES */


/* TEMA OSCURO NOTIFICACIONES */
.alert-warning{
  background: rgba(23, 23, 23, 0.95);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(23, 23, 23, 0.95);
}

.alert-warning .ui-pnotify-icon{
  font-size: 50px;
}

/* The animation code */
@keyframes idapi-active {
    0%   {background-color: #fff;}
    50% {background-color: #a5a5a5;}
    100% {background-color: #fff;}
}

/* The element to apply the animation to */
.idapi-active {
    animation-name: idapi-active;
    animation-duration: 1s;
    animation-iteration-count: 5;
}


canvas.firma {
  display: block;
  margin: 0 auto;
  background: #fff;

  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.54);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.54);

  border-radius: 23px 23px 23px 23px;
  -moz-border-radius: 23px 23px 23px 23px;
  -webkit-border-radius: 23px 23px 23px 23px;
}

/* Flaticon */
.text-shadow {
  text-shadow: 0 0 1px;
}

.flats:before, .flats:after {
  font-family: Flaticon;
  font-size: 1rem;
  font-style: normal;
  cursor: pointer;
}

.flatp:before, .flatp:after {
  font-family: Flaticon;
  font-size: 1.2rem;
  font-style: normal;
  cursor: pointer;
}

.flat:before, .flat:after {
  font-family: Flaticon;
  font-size: 1.5rem;
  font-style: normal;
  cursor: pointer;
}

.flatg:before, .flatg:after {
  font-family: Flaticon;
  font-size: 2rem;
  font-style: normal;
  cursor: pointer;
}

.flatxl:before, .flatxl:after {
  font-family: Flaticon;
  font-size: 3rem;
  font-style: normal;
  cursor: pointer;
}

.flat-zoom:hover,
.doc-opciones .flat:hover {
  transform: scale(1.5);
  transition: transform .2s;
}


@keyframes flat-spin {
  0%{ -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    }
  100%{ -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
      }
}

.flat-spin{
  -webkit-animation: flat-spin 1s infinite steps(50);
          animation: flat-spin 1s infinite steps(50);
}


@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.flat-pulse{
  -webkit-animation: pulsate-fwd 0.6s ease-in-out infinite both;
	        animation: pulsate-fwd 0.6s ease-in-out infinite both;
}


/**/


.btn-light{
  background-color: #fff;
  border-color: #ced4da;
}


.sin_tipo{
  list-style-type: none;
}

.table-hover tbody tr.sinhover:hover{
  background-color: unset;
}

.custom-file-label::after {
  content: "...";
}










.thead-fijo thead tr th { 
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
}

.thead-sub-fijo thead tr th { 
  position: sticky;
  top: 33px!important;
  z-index: 10;
  background-color: #f0f0f1;
}






















.renglon{
  display: flex;
  flex-wrap: wrap;
}

.renglon-35{
  display: flex;
  flex-wrap: wrap;
  height: 35px;
}
.columna{
  flex-basis: 0;
  flex-grow: 1;
}

.card.card-flotante{
  width: 400px; 
  position: absolute;
  z-index: 2;
}

.card.card-flotante2{
  width: auto;
  height: auto; 
  position: absolute;
  z-index: 2;
  padding: 1rem;
}

.card.card-flotante .card-body{
  overflow: initial !important;
  text-overflow: initial !important;
  white-space: initial !important;
  padding: 1rem !important;
}

.card.card-flotante .card-body2{
  overflow: auto !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  padding: 1rem !important;
}

span .flaticon-collapse{
  display: inline-block;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

span .flaticon-collapse.collapsed {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.renglon-layouts{
  display: flex;
  flex-wrap: wrap;
}

.renglon-catalogos{
  display: flex;
  flex-wrap: wrap;
  height: 35px;
}


.btn-anuncio{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
}

/* ~ Forgot password estilos */

#submit_olvide_password {
  margin: 0;
}

#resultado_existencia {
  color: black;
  max-width: 150px;
}

#mail_span {
  color: black;
  display: block;
}

#resultado {
  max-width: 325;
  margin-top: 25;
  display: inline-block;
  color: black;
  border-radius: 20px;
}

#text_container {
  font-size: large;
}

.password-alert {
  font-size: 16px;
}

.error {
  color: rgb(204, 37, 37) !important;
}

.success {
  color: green !important;
}

.is-invalid {
  border: 2px solid red;
  outline: none;
}

#forgot_password {
  transition: 150ms;
}

#forgot_password:hover {
  color: black;
}

#icon_psswd_container, #icon_psswdConfirm_container {
  cursor: pointer;
}

.input-wrapper {
  position: relative;
  width: calc(100% - 46px);
}

.input-wrapper input {
  height: 39px;
  border-radius: 0;
  background-image: none !important;
}

.input_icon {
  color: #191919;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.input_icon.psswd {
  left: unset;
  right: 12px;
} 



/* ESTILO PARA RFCS SUBCONTRATACION Y REGISTROS PATRONALES EN HEADER */
.patsub_contenedor{
  margin-right: 5px;
}

.sub_contenedor, .pat_contenedor{
  display: flex;
  margin-top: -3px;
}

.sub_icon, .pat_icon {
  margin-top: -5px;
}

.sub_text span, .pat_text span{
  cursor: pointer;
  margin-right: 5px;
}

.sub_text, .pat_text{
  color: #FFF;
}
/* TERMINA ESTILO PARA RFCS SUBCONTRATACION Y REGISTROS PATRONALES EN HEADER */

.card-config-group{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  gap: 15px;
}