/*  VARIABLES GLOBALES  */
:root {
  --principal: #002060;
  --secundario: #16B330;
  --ternario: #D8D8D8;
  --texto1: #404040;
}

/*  CLASES PARA VARIABLES GLOBALES  */
.principal {
  background: var(--principal) !important;
  color: white !important;
}

.secundario {
  background: var(--secundario) !important;
  color: white !important;
}

.ternario {
  background: var(--ternario) !important;
  color: white !important;
}

.texto1 {
  color: var(--texto1) !important;
}

.textPrincipal {
  color: var(--principal) !important;
  font-size: 12px;
}

.textSecundario {
  color: var(--secundario) !important;
}

.active {
  background: var(--secundario) !important;
}

.disabled {
  background: var(--ternario) !important;
}

/*  ESTILO GENERAL DE LA HOJA */
* {
  box-shadow: none !important;
  text-decoration: none !important;
  list-style-type: none !important;
}

body {
  overflow: hidden;
  background: #F8F8F8;
  font-family: "Open Sans", serif;
}

@media (max-height: 770px) {
  .general-container{
    zoom:90%;
    padding-left: 268px !important;
  }
  .general-container-collapsed {
    padding-left: 78px !important;
  }
  .chart {
    zoom: 111.11%;
  }
  
}



#navbarStep {
  position: fixed;
  width: 100%;
  z-index: 10;
}

/*  ESTILOS GENERAL DE TEXTO */
.text {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  color: var(--texto1) !important;
}

.title {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  word-wrap: break-word;
  color: var(--texto1) !important;

  font-weight: 600;
  font-size: 16px;
  padding: 36px 0 0.7rem 2rem;
  margin: 0;
}

/*  COMPONENTE: BOTON CIRCULAR  */
.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  background: var(--secundario) !important;
  color: white !important;
}

/*  COMPONENTE: BOTON LINEAL  */
.btn-line {
  position: absolute;
}

/*  COMPONENTE: SPLASH LOADING */
.splash{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: var(--principal);
  top: 0;
}
.splash > div{
  width: fit-content;
  margin: auto;
  margin-top: 45vh;
  text-align: center;
  color: white;
}
.splash img{
  animation: fadeIn 5s;
}
.splash .descripcion{
  margin-top: 1rem;
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif !important;
  animation: fadeIn 5s;
  opacity: 0;
}
.splash .progressBar{
  background: white;
  height: 3px;
  width: 0;
  margin-top: 10px;
  animation: crece 5s;
}

.splash .descripcion-1{
  animation-delay: .5s;
}

.splash .descripcion-2{
  animation-delay: 1s;
}

.splash .descripcion-3{
  animation-delay: 1.5s;
}

.splash .descripcion-4{
  animation-delay: 2s;
}

.splash .descripcion-5{
  animation-delay: 2.5s;
}

@keyframes crece {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}
@keyframes desvanecer {
  from {
    opacity: 1;
  }

  to {
    opacity: .8;
  }
}

/*  COMPONENTE: LOADING VIEWS */
.loadingView{
  width: 100%;
  top: 0;
}

.loadingView > div{
  width: fit-content;
  margin: auto;
  margin-top: 35vh;
  text-align: center;
}

.loading-version{
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    top: 0;
    display: none;
}

.loading-version .spinner-border{
    margin-top: 80px;
}

/*  COMPONENTE: LOADING REPORT */
.loadingReport, .loadingVersion{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #002060d1;
  top: 0;
}

.loadingReport > div, .loadingVersion > div{
  width: fit-content;
  margin: auto;
  margin-top: 45vh;
  text-align: center;
  color: white;
}

.loadingReport img, .loadingVersion img{
  animation: fadeIn 5s;
}
.loadingReport .descripcion, .loadingVersion .descripcion{
  margin-top: 1rem;
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif !important;
  animation: fadeIn 5s;
}
.loadingReport .progressBar, .loadingVersion .progressBar{
  background: white;
  height: 3px;
  width: 0;
  margin-top: 10px;
  animation: crece 5s infinite;
}

/*  COMPONENTE: STEP  */
.stepline {
  border: 1px solid var(--ternario) !important;
  position: absolute;
  width: 35%;
  margin: 0;
  margin-top: 20px;
  z-index: -1;
}

.step {
  width: 38.18px !important;
  height: 38.18px !important;
  border-radius: 50% !important;

  background: var(--ternario);
  padding: 8px 0px 0px 15px !important;

  font-weight: bold !important;
  color: white;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
}

/*  COMPONENTE: TOOLTIP  */
.tt {
  position: relative;
  display: inline-block;

  background: var(--ternario) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  padding-top: 2px;
  box-shadow: none !important;

  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;

  color: #FFFFFF !important;

}

.tt .tt-text {
  visibility: hidden;
  min-width: 200px;
  max-width: 579px !important;
  background: rgba(64, 64, 64, 0.97);
  color: white;
  text-align: left;
  line-height: 22px;
  border-radius: 5px;
  padding: 0.8rem;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;

  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;

}

.tt:hover .tt-text {
  visibility: visible;
}

.tt2 {
  position: relative;
  display: inline-block;

  background: var(--ternario) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  padding-top: 2px;
  box-shadow: none !important;

  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;

  color: #FFFFFF !important;

}

.tt2 .tt-text {
  visibility: hidden;
  min-width: 200px;
  max-width: 579px !important;
  background: rgba(64, 64, 64, 0.97);
  color: white;
  text-align: left;
  line-height: 22px;
  border-radius: 5px;
  padding: 0.8rem;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;

  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;

}

.tt2:hover .tt-text {
  visibility: visible;
}

.tt3 {
  position: relative;
  display: inline-block;

  background: #f3c033 !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  padding-top: 2px;
  box-shadow: none !important;

  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  text-align: center;

  color: #FFFFFF !important;

}

.tt3 .tt-text {
  visibility: hidden;
  min-width: 200px;
  max-width: 579px !important;
  background: rgba(64, 64, 64, 0.97);
  color: white;
  text-align: left;
  line-height: 22px;
  border-radius: 5px;
  padding: 0.8rem;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;

  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;

}

.tt3:hover .tt-text {
  visibility: visible;
}

/*  COMPONENTE: FORM-STEP  */
#company_init .form-control {
  width: 312px;
  height: 50px;
  font-size: 14px;
}

/*  COMPONENTE: LABEL-STEP  */
#company_init .textLabel {
  padding-top: 14px;
  font-size: 14px;
}

/*  COMPONENTE: MENU LATERAL  */
.sideBar {
  position: absolute !important;
  width: 241px !important;
  height: 100vh !important;
  min-height: 700px;
  left: 0px !important;
  top: 0px !important;
  background: var(--principal) !important;
  z-index: 1;
  overflow-y: auto;
}

.sideBar::-webkit-scrollbar {
  width: 1px;
  height: 80px;
}

.sideBar::-webkit-scrollbar-thumb {
  background: rgba(240, 176, 0, 0.8);
  border-radius: 5px;
}

.sideBar .row {
  margin: 0 !important;
}

.sideBar hr {
  width: 90%;
  margin: auto;
  border: 0.5px solid #FFFFFF;
}

.sideBar .logo {
  height: 28px;
  margin-top: 16px;
}

.sideBar .circle {
  background: white !important;
}

/*  COMPONENTE: CINTA DE OPCIONES - ACTIVE AZUL  */
.viewHorizon.text-active, .btn_year.text-active, .selectState.text-active, .balanceSituation.text-active {
  color: #002060 !important;
}

.optionDisabled{
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.optionDisabled2{
  opacity: 0.3;
  cursor: default;
}

.optionDisabled a, .optionDisabled img, .optionDisabled p{
  cursor: default !important;
}
.svg img{
  cursor: pointer;
  height: 21px;
  width: 20.52px;
}

.svg p{
  cursor: pointer;
}

ul.svg li{
  margin-right: 40px;
}

/*  COMPONENTE: MENU LATERAL - OPCIONES DE DATOS  */
.sideBar .vertical-menu {
  font-size: 14px;
  line-height: 20px;
  box-sizing: unset;
  margin-right: 0%;
  padding-left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.sideBar .vertical-menu::-webkit-scrollbar {
  width: 10px;
  height: 80px;
}

.sideBar .vertical-menu::-webkit-scrollbar-thumb {
  background: rgba(240, 176, 0, 0.8);
  border-radius: 5px;
}

.sideBar .vertical-menu a {
  background-color: principal;
  color: #FFFFFF;
  display: block;
  padding: 12px;
}

/*  COMPONENTE: MENU LATERAL - RESPONSIVE TABLET - CELULAR  */
@media (max-height: 630px) {
  .sideBar .vertical-menu {
    max-height: 300px !important;
  }
}

@media (min-height: 630.9999px) and (max-height: 700px) {
  .sideBar .vertical-menu {
    max-height: 380px !important;
  }
}

@media (min-height: 700.9999px) and (max-height: 760px) {
  .sideBar .vertical-menu {
    max-height: 390px;
  }
}

@media (min-height: 760.9999px) and (max-height: 850px) {
  .sideBar .vertical-menu {
    max-height: 430px;
  }
}

@media (min-height: 850.9999px) and (max-height: 900px) {
  .sideBar .vertical-menu {
    max-height: 900px;
  }
}

@media (min-height: 850.9999px) and (max-height: 900px) {
  .sideBar .inferior {
    position: absolute;
    bottom: 0;
  }
}

@media (min-height: 900.9999px) {
  .sideBar .inferior {
    position: absolute;
    bottom: 0;
  }
}

/*  COMPONENTE: MENU LATERAL - INTERACCION DE OPCIONES DE DATOS  */
.sideBar .levelOne li,
.sideBar .levelTwo li,
.sideBar .levelTwoMenu li,
.sideBar .levelThree {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sideBar .levelOne img {
  margin-right: 12px;
}

.sideBar .levelOne>a:hover {
  background-color: #16B330;
  transition: 0.5s;
  color: white !important;
  /*opacity: 0.5;*/
}

.sideBar .levelTwo {
  box-shadow: inset 3px 0px 0px #16B330;
  margin-left: -32px;
  font-size: 12px !important;
}

.sideBar .levelTwo a {
  padding-left: 2.75rem;
}

.sideBar .levelTwoMenu {
  font-size: 12px !important;
}

.sideBar .levelTwoMenu img {
  margin-right: 18px;
}

.sideBar .levelTwoMenu>a {
  padding-left: 15px;
}

.sideBar .levelTwoMenu ul {
  padding-left: 2.1rem;
}

.sideBar .levelTwo>a:hover,
.levelTwoMenu>a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
  color:white !important;
}

.sideBar .levelThree a:hover {
  background-color: transparent !important;
  color: #F0B000;
  transition: 0.5s;
}

.sideBar .levelOneActive {
  background: var(--secundario) !important;
}

.sideBar .levelTwoActive {
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: inset 3px 0px 0px #16B330 !important;
}

.sideBar .levelThreeActive {
  color: #F0B000 !important;
}

/*  COMPONENTE: MENU LATERAL - COLLAPSED  */
.sidebarcollapsed {
  width: 78px !important;

}

.sidebarcollapsed .logo {
  margin-top: 17px;
  margin-bottom: 34px;
}

.sidebarcollapsed .circle {
  width: 50px !important;
  height: 50px !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  margin-left: 14px !important;
}

.sidebarcollapsed .textData {
  display: none !important;
}

.sidebarcollapsed .levelOne a {
  padding-left: 28px;
}

.sidebarcollapsed .texto2,
.sidebarcollapsed .levelOne ul {
  display: none !important;
}

.sidebarcollapsed hr {
  width: 60%;
  border: 0.5px solid #FFFFFF;
  margin-Top: 24px;
}

.sidebarcollapsed .levelOne span {
  display: none !important;
}

.sidebarcollapsed .menuComprimir img {
  margin-left: 0 !important;
  padding-left: 20px;
}

/*  COMPONENTE: CONTENIDO GENERAL */
.general-container {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 241px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.general-container-collapsed {
  padding-left: 78px;
}

.buttonMenu {
  background: var(--secundario) !important;
  border-radius: 3px;
  font-size: 12px;
  color: white !important;
  width: 92px !important;
  height: 31px !important;
  padding: 0;
  text-transform: none;
}

.btn-container {
  font-size: 15px;
  width: 259px !important;
  height: 50px !important;
  border-radius: 7px;
  margin-right: 14px;
  margin-top: 30px !important;
}

/* Scroll para bloques  */
.contentScroll{
  height: 60vh;
  overflow-y: scroll;
}

@media (min-height: 770px) and (max-height: 940px){
  .contentScroll {
    height: 50vh;
  }
  .contentScroll2{
    height: 63vh !important;
  }
}

@media  (max-height: 610px){
  .contentScroll {
    height: 40vh;
  }
  .contentScroll2{
    height: 55vh !important;
  }
}

@media (min-height: 611px) and (max-height: 735px){
  .contentScroll {
    height: 50vh;
  }
  .contentScroll2{
    height: 60vh !important;
  }
}

@media  (min-height: 940px){
  .contentScroll3 {
    height: fit-content !important;
  }
}

@media (min-height: 611px) and (max-height: 939.99px){
  .contentScroll3 {
    height: 59vh !important;
  }
}

@media  (max-height: 610.999px){
  .contentScroll3{
    height: 50vh !important;
  }
}

@media  (min-height: 940px){
  .contentScroll4 {
    height: fit-content !important;
  }
}

@media (min-height: 611px) and (max-height: 939.99px){
  .contentScroll4 {
    height: 80vh !important;
  }
}

@media  (max-height: 610.999px){
  .contentScroll4{
    height: 50vh !important;
  }
}

.contentScroll2{
  height: 70vh;
  overflow-y: scroll;
}

.contentScroll3{
  height: 70vh;
  overflow-y: scroll;
}

.contentScroll4{
  height: 70vh;
  overflow-y: scroll;
}

.contentScroll::-webkit-scrollbar, .contentScroll2::-webkit-scrollbar{
  width: 6px;
  height: 80px;
}

.contentScroll::-webkit-scrollbar-thumb, .contentScroll2::-webkit-scrollbar-thumb{
  background: #C4C4C4;
  border-radius: 5px;
}

/*  COMPONENTE: CARD DE HERRAMIENTAS  */
.herramientas .card {
  box-shadow: 0px 1px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15) !important;
  border-radius: 3px;
}

.herramientas .card>div {
  height: 27.8vh;
}

.herramientas .card img {
  width: 64.12px;
  height: 57.42px;
  margin-top: 17%;
}

.herramientas .card a {
  font-size: 14px;
  width: 100%;
  margin: 0;
  text-transform: none !important;
  border-radius: 0px 0px 3px 3px;
  height: 49px;
  background: var(--secundario) !important;
  color: white !important;
}

.herramientas .card h6 {
  margin-top: 9px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif !important;
}

.herramientas .card.disabled {
  background: white !important;
}

.herramientas .card.disabled h6 {
  color: var(--ternario) !important;
}

.herramientas .card.disabled a {
  background: var(--ternario) !important;
  color: white !important;
}

/*  COMPONENTE: MENU DE TABS */
#tab,
.tabIndicadores {
  border-bottom: 0;
}

#tab a,
.tabIndicadores a {
  color: var(--texto1) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.05px;
  font-family: 'Open Sans', sans-serif !important;
}

#tab .nav-link,
.tabIndicadores .nav-link {
  background-color: transparent !important;
  border: 0 !important;
  outline: none;
  outline-offset: 0;
  font-weight: normal;
}

#tab .nav-link.active,
.tabIndicadores .nav-link.active {
  border-bottom: 3px solid var(--principal) !important;
  font-weight: 600 !important;
}

/*  COMPONENTE: CONTENIDO DE TABS - CONTAINER */
@media (max-width: 1483.9999px) {
  .data > .tab-content{
    overflow-x: auto;
  }
}

/*.data > .tab-content .tab-pane{
  min-width: 1290px;
}*/

.tab-content {
  height: fit-content;
}

#tabContent .tab-pane.active,
#db .tab-pane.active,
.tabContentIndicadores .tab-pane.active,
#ef_p_pl .tab-pane.active {
  background-color: transparent !important;
  margin-bottom: 20px;
}

#tabContent .text-active,
#db .text-active,
.tabContentIndicadores .text-active,
#ef_p_pl .text-active {
  text-decoration: underline !important;
  font-weight: 600;
}

/*  COMPONENTE: CARD DE TABS - ENCABEZADO */
#tabContent .card-encabezado,
#db .card-encabezado,
#ef_p_pl .card-encabezado,
#fin .card-encabezado,
#val .card-encabezado {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 9px;
  padding-left: 19px;
  padding-top: 25px;
  height: 64px;
  border: 1px solid rgba(63, 63, 68, 0.005);
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15) !important;
}

#tabContent .card-encabezado div.text-title,
#db .card-encabezado div.text-title,
#ef_p_pl .card-encabezado div.text-title,
#fin .card-encabezado div.text-title,
#val .card-encabezado div.text-title {
  font-weight: 600 !important;
  color: #002060 !important;
  font-size: 14px !important;
  text-align: left !important;
}

#tabContent .card-encabezado div.text-column,
#db .card-encabezado div.text-column,
#ef_p_pl .card-encabezado div.text-column,
#fin .card-encabezado div.text-column,
#val .card-encabezado div.text-column {
  width: 77px !important;
  font-weight: 600 !important;
  color: #002060 !important;
  font-size: 14px !important;
  margin-right: 1.2vw !important;
}

/*  COMPONENTE: CARD DE TABS - INPUT */
#tabContent .card-input,
#db .card-input,
#ef_p_pl .card-input,
#fin .card-input,
#val .card-input {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 19px;
  padding-top: 25px;
  padding-bottom: 20px;
  border: 1px solid rgba(63, 63, 68, 0.005);
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15) !important;
}

#tabContent .card-input div.text-title,
#db .card-input div.text-title,
#ef_p_pl .card-input div.text-title,
#fin .card-input div.text-title,
#val .card-input div.text-title {
  font-size: 12.5px !important;
  text-align: left;
}

#tabContent .card-input div.text-column,
#db .card-input div.text-column,
#ef_p_pl .card-input div.text-column,
#fin .card-input div.text-column,
#val .card-input div.text-column {
  width: 77px !important;
  font-weight: 600;
  font-size: 12.5px !important;
  margin-right: 1.2vw !important;
  text-align: right;
}

#tabContent .card-input div.text-column2,
#db .card-input div.text-column2,
#ef_p_pl .card-input div.text-column2,
#fin .card-input div.text-column2,
#val .card-input div.text-column2 {
  width: 77px !important;
  font-size: 12.5px !important;
  margin-right: 1.2vw !important;
  text-align: right;
}

#tabContent .card-input div.text-column3,
#db .card-input div.text-column3,
#ef_p_pl .card-input div.text-column3,
#fin .card-input div.text-column3,
#val .card-input div.text-column3 {
  width: 100% !important;
  font-size: 12.5px !important;
  text-align: right;
  padding-left: 12px;
  padding-right: 19px;
}

#tabContent .card-input div.text-column .form-control,
#db .card-input div.text-column .form-control,
#ef_p_pl .card-input div.text-column .form-control,
#fin .card-input div.text-column .form-control,
#val .card-input div.text-column .form-control {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  color: var(--secundario);
  font-size: 12.5px !important;
}

#tabContent .card-input hr,
#db .card-input hr,
#ef_p_pl .card-input hr,
#fin .card-input hr,
#val .card-input hr {
  margin: 0;
  padding: 0;
  margin-left: -19px;

  margin-top: 15px;
  margin-bottom: 25px;
  /*border-top: 1px solid;*/
}

/*  COMPONENTE: NAVBAR - ASESOR */
#nav .btn-nav {
  border-radius: 3px;
  border: none;
  height: 18px;
  width: 18px;
  margin-left: 20px;
  margin-right: 6px;
}

#nav .nav-link button{
  height: 18px;
  width: 18px;
  border: none;
  background: #ED1C00 !important;
  font-size: 10px;
  margin-bottom: 10px;
}

#nav .nav-item button.btn-notification {
  height: 14px;
  width: 14px;
  border: none;
  background: #ED1C00 !important;
  font-size: 10px;
  margin-bottom: 10px;
}

#nav .nav-item-principal a {
  font-size: 11px;
  text-decoration: underline !important;
  color: #404040 !important;
  padding: 0;
  text-align: left;
}

#nav {
  height: 64px;
  width: 100%;
  box-shadow: 0px 0px 5px 0px #888888 !important;
}

#nav .top-semaforo{
  margin-left: 10px;
  margin-top: 4px !important;
  font-weight: 400 !important;
}

@media (max-width: 1550px) {
  #nav .nav-flex-icons > .nav-item:nth-of-type(1) p {
    max-width: 200px;
  }
  #nav .nav-flex-icons > .nav-item:nth-of-type(2),#nav .nav-flex-icons > .nav-item:nth-of-type(3), #nav .nav-flex-icons > .nav-item:nth-of-type(4) {
    margin-top: 10px;
  }
  #nav .nav-flex-icons > .nav-item:nth-of-type(4) span {
    display: none;
  }
}

@media (max-width: 1304px) {
  #nav ul:nth-of-type(1) > li:nth-of-type(2), #nav ul:nth-of-type(1) > li:nth-of-type(3), #nav ul:nth-of-type(1) > li:nth-of-type(4), #nav ul:nth-of-type(1) > li:nth-of-type(5) {
    display: none;
  }
}


/*  COMPONENTE: NAVBAR DESHABILITADO */
#nav .navDisabled {
  position: absolute;
  z-index: 10;
  background: transparent;
  width: 40%;
  height: 64px;
}

#nav .ul-disabled p,
#nav .ul-disabled a {
  color: var(--ternario) !important;
}

#nav .ul-disabled button {
  background: var(--ternario) !important;
}


/*  COMPONENTE: MODAL DE NOTIFICACIONES */
.modal .modal-header {
  background: #ECECEC;
  padding: 0;
  padding: 18px 26px 18px 24px;
  border-radius: 5px 5px 0px 0px !important;
}

.modal .card {
  border-bottom: 1px solid var(--ternario);
  padding: 27px 40px 22px 24px !important;
  border-radius: 0px;
}

.modal .modal-body {
  overflow-y: auto;
}

.modal .modal-body::-webkit-scrollbar {
  width: 8px;
  height: 80px;
}

.modal .modal-body::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 5px;
}

.modal .card button {
  height: 18px;
  width: 18px;
  border: none;
  font-size: 14px;
  padding-bottom: 18.5px;
}

/* .modal .card button.Crecimiento {
  background: #16B330 !important;
}

#nav button.Crecimiento {
  background: #16B330;
}

.modal .card button.Rentabilidad {
  background: #ED1C00 !important;
}

#nav button.Rentabilidad {
  background: #ED1C00;
}

.modal .card button.CapitalTrabajo {
  background: #F0B000 !important;
}

#nav button.CapitalTrabajo {
  background: #F0B000;
}

.modal .card button.FlujoCaja {
  background: #EA0F0F !important;
}

#nav button.FlujoCaja {
  background: #EA0F0F;
} */

.modal .card p {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

.modal .card a {
  font-size: 12px;
  text-decoration: underline !important;
  text-align: right;
  color: var(--secundario) !important;
}

.modal .card h5 {
  font-size: 14px;
  font-weight: 600;
}

.modal-dialog {
  max-height: 550px;
  border-radius: 5px !important;
  border: 1px solid rgba(63, 63, 68, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(63, 63, 68, 0.25) !important;
}

.modal-content {
  border-radius: 5px !important;
  max-height: 550px;
}

/* Diagnostico inicial */
.card-escenario {
  background: #FFFFFF;
  /*border: 1px solid rgba(63, 63, 68, 0.005);*/
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15) !important;
  border-radius: 5px;

}

.card-escenario .card-body {
  padding: 10px 20px

}

.card-escenario .info {
  padding: 10px;
  font-size: 12px;
  background: #d8d8d8;
  margin-bottom: 10px;
  text-align: center;
}

.card-escenario .info-success {
  padding: 10px;
  font-size: 12px;
  background: var(--secundario);
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.cb-escenario {
  border-left: 1px solid #D8D8D8;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-escenario select {
  border: none;
  background: #fff;
  font-size: 14px;
  color: #002060;
  padding-right: 5px;
  outline: none;
}

.sub-header .mr-auto {
  width: 75%;
  padding-right: 10px;
}

.sub-header .text-column2 p {
  background: #d8d8d8;
  color: #404040;
  padding: 5px 5px 15px;
  text-align: left;
}

.sub-header ul li:not(.optionDisabled),
.info-tools li:not(.optionDisabled){
  cursor: pointer;
}

/*  COMPONENTE: CARD DE INDICADORES */
.card-indicadores {
  /*margin-left: 16px;*/
  margin-right: 16px;
  border: 1px solid rgba(63, 63, 68, 0.005);
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15) !important;
}

.card-indicadores .text-title {
  color: #002060 !important;
  font-size: 14px !important;
  text-align: left !important;
}

.card-indicadores .tab-content .tab-pane{
  height: 511px !important;
  /*height: 690px !important;*/
}

.card-indicadores .tab-content .tab-pane.active {
  margin-bottom: 0 !important;
}

.card-indicadores .chart{
  height: 300px;
  /*height: 500px;*/
  text-align: center;
}

.card-indicadores .graf0 > div:nth-of-type(2), .card-indicadores .graf > div:nth-of-type(2), .card-indicadores .graf2 > div:nth-of-type(2), .card-indicadores .graf3 > div:nth-of-type(2){
  height: 67px !important;
  margin-left: 19px !important;
  margin-right: 19px !important;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 0px !important;
}
.card-indicadores .graf0 > div:nth-of-type(2) span, .card-indicadores .graf > div:nth-of-type(2) span, .card-indicadores .graf2 > div:nth-of-type(2) span, .card-indicadores .graf3 > div:nth-of-type(2) span{
  font-weight: 600 !important;
  font-size: 100% !important;
}

.card-indicadores .graf0 > div:nth-of-type(2) .text, .card-indicadores .graf > div:nth-of-type(2) .text, .card-indicadores .graf2 > div:nth-of-type(2) .text, .card-indicadores .graf3 > div:nth-of-type(2) .text{
  font-size: 11px !important;
}
.card-indicadores .tab-pane {
  padding-top: 15px;
}

.cinta .text-active {
  text-decoration: underline !important;
  font-weight: 600;
}

.card-indicadores .tab-pane.active {
  font-weight: 600 !important;
}

.card-indicadores .line-semaforo {
  background: #ECECEC;
  padding-left: 19px;
  height: 53px;
}

.card-indicadores .text-column {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  color: var(--secundario);
  font-size: 14px !important;
}

.card-indicadores .text-column2 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  color: var(--secundario);
  font-size: 12px !important;
}

.card-indicadores .text-small {
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: var(--texto1);
}

.card-indicadores .btn-semaforo {
  width: 49px;
  height: 24px;
  padding: 0;
  margin-right: 24px;
  color: white;
}

.btn-semaforo-success {
  background: #16B330;
  background-image: url(../fonts/fontawesome/svgs/brands/semaforoGreen.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px 22px;
}

.btn-semaforo-warning {
  background: #F0B000;
  background-image: url(../fonts/fontawesome/svgs/brands/semaforoYellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px 22px;
}

.btn-semaforo-danger {
  background: #EA0F0F;
  background-image: url(../fonts/fontawesome/svgs/brands/semaforoRed.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px 22px;
}

.box-semaforo h6 {
  font-size: 12px;
  color: #404040;
  font-weight: 400;
  margin: 0;
  min-height: 28px;
}

.card-indicadores .btn-semaforo.btn-disabled {
  opacity: 0.10;
}

.card-indicadores .caja {
  background: #ECECEC;
  width: 150px;
  padding-left: 7px;
  padding-right: 7px;
  border-bottom: 1px solid #D8D8D8;
}

.card-indicadores .leyenda {
  background: #ECECEC;
  border-radius: 0px 0px 5px 5px;
  height: 84px;
  margin-bottom: 1px !important;
}

.card-indicadores .leyenda .indicador1 {
  width: 24px !important;
  height: 6px !important;
  margin-right: 10px;
}

.card-indicadores .leyenda .indicador2 {
  width: 24px !important;
  border-top:2px dotted;
  margin-right: 10px;
  
}

.card-indicadores .leyenda .indicador3 {
  width: 24px !important;
  height: 2px !important;
  margin-right: 10px;
}

.card-indicadores .leyenda .indicador-text {
  font-size: 11px;
  text-align: left;
}

/*  COMPONENTE: SCROLLDOWN - RESULTADOS -   */
@media (max-height: 630px) {
  .sideBar .vertical-menu {
    max-height: 140px;
  }
}

@media (min-height: 630.9999px) and (max-height: 700px) {
  .sideBar .vertical-menu {
    max-height: 190px;
  }
}

.card-escenario .card-header {
  background: #fff;
  color: #404040;
  padding: 0;
}

.card-escenario .card-header h6 {
  border-bottom: 3px solid #002060;
  margin-bottom: -1px;
  font-weight: 600;
  font-size: 14px;
  color: #002060;
  margin-left: 0;
  padding-bottom: 10px;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 12px;
}

.card-escenario .card-body {
  padding: 0
}

.card-escenario .card-body .chart {
  width: 100%;
}

.chart-level {
  padding: 0 35px;
  width: 100%;
}

/*.chart {
  zoom: 111.11%;
}*/

.card-escenario .info {
  padding: 10px;
  font-size: 12px;
  background: #d8d8d8;
  margin-bottom: 10px;
  text-align: center;
}

.card-body .leyenda {
  background: #ECECEC;
  border-radius: 0 0 5px 5px;
  min-height: 60px;
}

.card-body .leyenda .indicador1 {
  width: 24px !important;
  height: 6px !important;
  margin-right: 10px;
}

.card-body .leyenda .indicador2 {
  width: 24px !important;
  border: 1.5px dashed #F0B000;
  margin-right: 10px;
}

.card-body .leyenda .indicador-text {
  font-size: 11px;
  text-align: left;
}

.content-semaforo {
  padding: 5px 0 10px;
}

.card-escenario .info-success {
  padding: 10px;
  font-size: 12px;
  background: var(--secundario);
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  text-transform: none;
}

.cb-escenario {
  border-left: 1px solid #D8D8D8;
}

.sub-header {
  padding: 10px 20px 0 !important;
  min-height: 70px;
}

.sub-header i {
  cursor: pointer;
}

.sub-header p,
.sub-header .title {
  font-size: 11px;
  padding: 0;
  margin-bottom: 2px;
}
.sub-header p{
  margin-bottom: 8px;
}

.map {
  height: 287px !important;
  background: var(--ternario) !important;
}

/*  COMPONENTE: TOOLTIP  */
.msj {
  width: 100%;
  height: 100%;

}

.msj a {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100 !important;
  color: white !important;
  font-weight: 900 !important;
  font-size: 1.3rem;
}

.msj .msj-text {
  visibility: hidden;
  background: rgba(64, 64, 64, 0.97);
  color: white;
  text-align: left;
  border-radius: 5px;
  padding: 27px;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;

  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.irAbajo {
  position: relative;
  bottom: 70px;
  margin-top: 0 !important;
  left: auto;
  width: fit-content;
  margin: auto;
}

.res{
  overflow-y: hidden !important;
}

/* ALEX
*
*/

.button-profile {
  margin: 0 5px 0 0 !important;
  width: 180px !important;
  height: 40px !important;
  border-radius: 4px;
  font-weight: 200;
  font-size: 13px;
}

.popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(64, 64, 64, 0.8);
  z-index: 1000;
  display: none;
}

.popup-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 550px;
  height: 210px;
  background-color: white;
  border-radius: 5px;
  margin: auto;
}

.chart-tab-no-buttons {
  right: 55px !important;
}

.chart-tab-primary {
  background: rgba(64, 64, 64, 0.97);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  z-index: 100;
}

.button-popup {
  margin: 0 5px 0 0 !important;
  width: 245px !important;
  height: 40px !important;
  border-radius: 4px;
  font-weight: 200;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.button-popup-download {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 40px !important;
  padding: 10px 40px;
  width: 50% !important;
}

.button-cancel {
  color: var(--secundario) !important;
  background: white !important;
  border: var(--secundario) 1px solid !important;
}

.popup-text {
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

.chart-tab-primary span.info-title {
  font-size: 16px;
  text-decoration: underline !important;
}

.popup-input {
  padding: 20px 20px 0 20px;
  margin-top: -10px;
}

.popup-input label {
  font-size: 15px;
}

.popup-input input {
  height: 50px;
}

.popup-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pointer {
  cursor: pointer;
}

.delete-prod i{
  font-size: 12px;
  margin-right: 10px;
}

#autosave {
  font-size: 11px;
  color: #313131;
  position: absolute;
  padding: 12px 33px;
}

#autosave a {
  color: #313131;
  text-decoration: underline !important;
}

#autosave img {
  margin-top: -7px;
}

#fileinput {
  background-color: red;
  width: 150px;
  height: 170px;
  position: absolute;
  opacity: 0;
  margin: auto;
  width: 120px;
  left: 0;
  right: 0;
  margin-top: -10px;
  cursor: pointer;
}

#ncompany {
  padding-top: 5px;
}

#ncompany a {
  font-size: 12px;
  color: #404040;
  display: inline-block;
  margin-right: 10px;
}

#ncompany a:hover,
#ncompany a:active {
  color: #002060;
  text-decoration: underline !important;
}

#ncompany a.active {
  color: #002060;
  text-decoration: underline !important;
  background: transparent !important;
}

.card-escenario table th {
  font-weight: 600 !important;
}

.card-escenario table td,
.card-escenario table th,
.card-escenario table td p {
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
  vertical-align: middle !important;
  height: 60px;
}

table.table th,
table.table td {
  padding-top: 0;
  padding-bottom: 0;
}

select#cbo-escenario option {
  width: 150px !important;
}

#carouselModalIndicators .carousel-inner {
  background: #fff !important;
}

#carouselModalIndicators .active {
  background: #fff !important;
}

#carouselModalIndicators .carousel-inner {
  background: #fff !important;
}

#carouselModalIndicators .carousel-item {
  height: 490px;
}

.carousel-item .m-title h6 {
  background: #002060;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 18px 0;
  letter-spacing: 0.04rem;
  line-height: 26px;
}

.carousel-item .m-content {
  padding: 30px 50px;
}

.carousel-item h6 {
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #404040;
}

.carousel-item p {
  color: #404040;
  font-size: 14px;
}

.carousel-item button {
  display: block;
  margin: 60px auto !important;
}

.line-dashed {
  border-right: 1px dashed #d8d8d8;
  padding: 40px 0;
}

.carousel-item .arrow {
  float: left;
  position: relative;
  height: 50px;
  background: #002060;
}

.carousel-item .arrow:after {
  position: absolute;
  top: 11px;
  right: -16px;
  width: 30px;
  height: 29px;
  transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  background: #002060;
  content: '';
}

#arrow-succes {
  background: var(--secundario);
  ;
}

#arrow-succes:after {
  background: var(--secundario);
  ;
}

.carousel-item .tabs {
  padding: 10px 20px 50px 20px;
}

.carousel-item .tabs p {
  min-height: 120px;
}

.carousel-indicators {
  bottom: -15px;
}

.carousel .carousel-indicators li {
  background: #d8d8d8 !important;
  width: 20px;
  height: 0;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}

#carouselModalIndicators .carousel-indicators li.active {
  background: #404040 !important;
}

#carouselModalIndicators .btn-close {
  margin: 15px 10px !important;
  font-size: 20px;
  color: #fff;
  position: absolute;
  padding: 0;
  right: 10px;
}

.kd-select-title {
  line-height: 25px;
  color: #002060;
  margin-bottom: 0;
  padding: 8px 20px 8px 0;
  cursor: pointer;
  font-size: 14px;
}

.kd-subtitle {
  line-height: 25px;
  color: #002060;
  margin-bottom: 0;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
}

.kd-select img {
  position: absolute;
  top: 18px;
  right: 20px;
}

.kd-options ul {
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  top: 42px;
  right: 0;
  padding: 0 0 5px;
  background: #fff;
  z-index: 10;
}

.kd-options ul li {
  cursor: pointer;
  color: #002060;
  width: 135px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
}

.kd-options ul li.k-active {
  color: #002060;
  border-left: 4px solid #002060;
  background: #f7f7f7;
  margin-left: -2px;
}

.content-card,
.scroller,
.scroller2 {
  padding: 0 15px !important;
}

.content-card .col-6,
.scroller .col-6,
.scroller2 .col-6,
.scroller .col-12 {
  padding-left: 8px;
  padding-right: 8px;
}

.bloque1 .irAbajo,
.bloque2 .irAbajo {
  position: relative;
  bottom: 0;
  margin-top: -60px !important;
  padding: 0;
  left: auto;
}

.card-escenario .chart-tab {
  display: none;
  position: absolute;
  top: 0;
  left: 13px;
  right: 13px;
  padding: 30px 20px 0;
  overflow-y: auto;
  height: 100%;
  border-radius: 5px;
  margin-top: 0;
}

.card-escenario .btn-close {
  position: absolute;
  right: 0;
  top: 5px;
  color: #fff !important;
}

.card-escenario .btn-close:hover {
  color: #fff;
}

/* COMPONENTE: BOTÓN FLOTANTE CHATBOT*/
.flotante {
  display: scroll;
  position: fixed;
  bottom: 120px;
  right: 50px;
}

.circle-chatbot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  padding: 0;
  background: #ED1C00 !important;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  border: none;
}

.circle-chatbot-flotante {
  display:scroll;
  position:fixed;
  bottom:156px;
  right:50px;
}

#chatbotModal .modal-dialog {
  right: 36px !important;
}

#chatbotModal .modal-content,
#chatbotModal .modal-dialog {
  width: 369px !important;
  height: 520px !important;
}

#chatbotModal .modal-header {
  background: var(--principal) !important;
  color: white !important;
  font-weight: 600;
  font-size: 15px;
  height: 55px;
  padding: 0;
}

#chatbotModal .modal-header .close {
  color: white !important;
  margin-right: 19px;
  margin-top: 5px;
  padding: 8px;
}

#chatbotModal .modal-header h5 {
  color: white !important;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
}

#chatbotModal .modal-header img {
  width: 38px;
  height: 38px;
  margin-right: 11px;
  margin-left: 22px;
  margin-top: 8px;
}

#chatbotModal .modal-footer {
  height: 64.5px;
}

#chatbotModal .modal-footer button {
  width: 158px;
  height: 33px;
  font-weight: 600;
  font-size: 11px !important;
  color: white;
  padding: 0;
  border-radius: 3px;
}

#chatbotModal .btn-line {
  border: 1px solid var(--secundario);
  background: white !important;
  color: var(--secundario) !important;
}

#chatbotModal .card {
  width: 326px;
  background: #F8F5F5;
  border-radius: 3px;
  border-bottom: 0;
  padding: 10px 12px 10px 12px !important;
  margin-right: 0;
  margin-bottom: 19px;
  font-size: 11px;
  text-align: left;
}

#chatbotModal .modal-body::-webkit-scrollbar {
  width: 4px;
  height: 80px;
}

#chatbotModal {
  position: fixed;
  bottom: 0;
  right: 0;
}

.justify-content-end{
  margin-left: 36px; 
  margin-right: 26px;
  padding: 10px 0;
}

.spinner {
  display: block;
  position: absolute;
  z-index: 1000;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.loader {
  z-index: 10000;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAyVBMVEUAAAC9vsDCw8W9v8G9vsD29/fr7O29vsDm5+jx8fK/wML29vf///+9vsHR0tPm5+jt7u7w8PHr7Ozc3d7n6OnExcfGx8nJyszMzM7V1tjZ2tvf4OG9vsDHyMrp6uvIycu9v8HAwcTPz9HCw8W9vsC9vsDBwsTj5OXj5OXW19i9vsDm5+jw8PHy8vL09fW9vsDFxsjJyszAwsS9vsDU1dbLzM7Y2drb3N3c3d7e3+DHyMrBwsTh4uPR0tPDxcfa293R0tTV1ti9vsAll6RJAAAAQnRSTlMA7+t/MAZHQDYjHxABv6xSQjEgFgzi2M7Emop0cGVLD/ryt7Cfj3dmYWBgWjgsGd/Cv7SvopSSg4B6eHZrQjkyKx1dd0xhAAAA9klEQVR4AYWPeXOCMBBHFxIgCQKC3KCo1Wprtfd98/0/VBPb6TC0Wd+/783+ZqELrQkRoIMujFbiaLTwpESC029reB7919d7u6SgYaE8aUCivW84oEUY0lPQc408pxBqHxCIHGiw4Lxtl5h35ALFglouAAaZTj00OJ7NrvDANI/Q4PlQMDbNFA3ekiQRaHGRpmM0eMqyyxgLRlme4ydu8/n8Az3h+37xiRWv/k1RRlhxUtyVD8yCXwaDflHeP1Zr5sIey3WtfvFeVS+rTWAzFobhNhrFf4omWK03wcS2h8OzLd/1TyhiNvkJQu5amocjznm0i6HDF1RMG1aMA/PYAAAAAElFTkSuQmCC) no-repeat;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to   {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to   {-webkit-transform: rotate(360deg);}
}

@keyframes rotation {
  from {transform: rotate(0deg);}
  to   {transform: rotate(360deg);}
}

.verDetalle{
  color: #adabab;
}

.verDetalle:hover{
  color: var(--texto1);
}

/*  COMPONENTE: HEIGHT DE CARDS  */

#share, #non_operating_assets {
  height: 280.5px;
}

#trib, #debt {
  height: 400px;
}

#fin_fin, #fin_bp {
  height: 342.48px;
}

/*  MEDIA RESPONSIVE  */

@media (max-height: 600px){
  #db_db_ie > div > .row{
    height: 70vh;
  }
  #company{
    height: 70vh !important;
  }
  #escenarios{
    height:65vh !important;
  }
}

@media (max-height: 920px){
  .herramientas .card img{
    margin-top: 10%;
  }
  #company{
    height: 80vh !important;
  }
}
.products .delete-prod{
  cursor :pointer;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 0.1em !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  top: 0.1em !important;
}

.pagination .page-item.active .page-link {
  background: var(--secundario) !important;
}

#import-excel-popup input[type=file]{
  overflow: hidden;
}
a.btn-container{
    line-height: 48px;
}

a.btn-container-sec {
    border: 1px solid var(--secundario);
    background: white !important;
    color: var(--secundario) !important;
}

.w-70{
    width: 70% !important;
}


.w-50{
    width: 50% !important;
}

.w-30{
    width: 30% !important;
}

.w-100{
    width: 100% !important;
}
.fs-14 {
    font-size: 14px !important;
}
/* login */
.col--vcenter{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    min-height: 100vh;
}
.col-vertical{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-logo{
    background-color: var(--principal);
    color: #fff;
    padding: 10px 40px
}   
.content-logo img{
    display: block;
    margin: 0 auto;
}

.input-auth{
    font-size: 14px;
    height: 50px;
}

.input-auth:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--secundario);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    letter-spacing: 0.8px;
}

.link-auth{
    text-decoration: underline !important;
    color: var(--secundario);
}
.link-auth-gray{
    color: #404040;
    text-decoration: underline !important;
}

.btn-auth{
    background-color: var(--secundario);
    color: #fff;
    border-radius: 5px;
    font-size: 14px !important;
    text-transform: initial;
}
.btn-auth:hover{
    background : rgb(29, 161, 51);
    color: #fff;
}
.content-logo h1{
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.info-item{ margin-top: 20px;}
.info-item h2{
    font-size: 18px;
    font-weight: 600;
}
.info-item p{
    font-size: 14px;
}
.content--info{
    margin-top: 30px;
}
.bg-register {
    background: #002060;
    color: #fff;
}
#register .content-logo{
    padding-top: 80px;
}

#register ul{padding-left: 0;}
#register .content-inner{ padding: 0 80px;}

.error{
    color: red;
    font-size: 13px;
    font-style: normal;
}
@media (max-width: 768px) { 
    body{
        overflow: auto;
    }
    .col--vcenter{
       min-height: auto;
       padding: 40px;
    }
    .content-logo{
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
    }
    #register .content-logo{
        padding-top: 0;
    }
    #register .content-inner{
        padding: 0;
    }
    .content-logo img{
        display: inline-flex;
        width: 25%;
        padding-bottom: 15px;
    }
    .content-logo h1{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding-top: 25px;
        padding-left: 10px;
    }
    .content--info{
        display: none;
    }

}