@charset "UTF-8";
/*
 * Acceso Clientes - Alfredo Cruz & Cia
 * Design & Dev by Drilo
 * http://www.drilo.cl
*/

:root {
  --main-bg-color: #f30f4f;
  --color-1: rgba(54,188,155,1);
  --color-2: rgba(246,187,67,1);  
  --color-3: rgba(59,174,218,1);    
  --color-4: rgba(216,112,173,1);
  --color-5: rgba(75,137,220,1);
  --color-6: rgba(150,123,220,1);
  --lightlightblue: #EFF4F7;
  --darkgray: #333;
  --darkblue: #224481;
  --lightblue: #3890F3;
  --lightblueGrafico: #3296ec;
  --lightgray: #999999;
  --lightlightgray: #EEEEEE;
  --green: #10CE9A;
  --greenGrafico: #25aba4;
  --red: #E44E51;
  --boxshadow: -0px 4px 6px #0000000A;  
}
@keyframes shake {
  10%, 90% {transform: translate3d(-1px, 0, 0);}
  20%, 80% {transform: translate3d(2px, 0, 0);}
  30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
  40%, 60% {transform: translate3d(4px, 0, 0);}
}

a, button, .ease, .menu-item, h1, h2, h3, h4, h5, h6, .chart-wrap, .user-submenu, :after, :before, .flecha-menu, .logos-sidebar,
input, select, img, .menu-title, path, .btn-outline-table, .btn-exportar, svg, .menu-title, #ac-sidebar, .menu-txt, #ac-content,
.page-content.content-charts{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none!important;
  text-decoration: none;
}
body, html{	
  font-family: 'Roboto', sans-serif;                                         
  margin: 0;
  background: #fff;
}
[class*="col-"] {
    float: left;
}
.col-1, .table-cell.col-1 {width: 8.33%;}
.col-2, .table-cell.col-2 {width: 16.66%;}
.col-2-5, .table-cell.col-2-5 {width: 20%;}
.col-3, .table-cell.col-3 {width: 25%;}
.col-4, .table-cell.col-4, .chart-wrap.col-4 {width: 32%;}
.col-5, .table-cell.col-5 {width: 41.66%;}
.col-6, .table-cell.col-6 {width: 50%;}
.col-7, .table-cell.col-7 {width: 58.33%;}
.col-8, .table-cell.col-8, .chart-wrap.col-8 {width: 66%;}
.col-9, .table-cell.col-9 {width: 75%;}
.col-10, .table-cell.col-10 {width: 83.33%;}
.col-11, .table-cell.col-11 {width: 91.66%;}
.col-12, .table-cell.col-12 {width: 100%;}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.big-number{
  font-size: 1.3em;
}
.center{
  text-align: center;
}
.positive{
  color: green;
}
.negative{
  color: var(--main-bg-color);
}
.w-1170{
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
#acceso-clientes{      
  display: flex;
  flex-direction: row;
}
#acceso-clientes.blur{
  /*filter: blur(.5em);*/
}
.flecha-menu {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #3891f3;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  text-align: center;
  line-height: 2.5;
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
  cursor: pointer;
}
.flecha-menu.open svg{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flecha-menu:hover{
  background: var(--darkblue);
}
#ac-sidebar.open-menu .logo svg#Logo_Acruz path{ 
  display: none;
}
#ac-sidebar.open-menu .logo svg#Logo_Acruz rect {
  fill: #fff;
  opacity: 0;
}
#ac-sidebar.open-menu .logo{
  width: 50px;
  margin: auto;
}
#ac-sidebar.open-menu .logo svg#Logo_Acruz #logoacruz_01, #ac-sidebar.open-menu .logo svg#Logo_Acruz #logoacruz_02,
#ac-sidebar.open-menu .logo svg#Logo_Acruz #logoacruz_03{
  display: block!important;
}
#ac-sidebar.open-menu{
  width: 80px;
}
#ac-sidebar{  
  position: sticky;
  width: 320px;  
  top: 0;
  align-self: flex-start;
  background: #fff;
  z-index: 999;
  height: 100vh
}
#ac-sidebar .logo > a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
}
#ac-sidebar .sidebar-menu{
  padding: 1em 0;
}
#ac-sidebar .menu-item {
  margin: 1em auto;
  position: relative;
  color: #333;
  opacity: 1;  
  max-width: 270px;  
  cursor: pointer;
}
#ac-sidebar .menu-item.active, #ac-sidebar .menu-item:hover{
  
}
#ac-sidebar .menu-item.active, #ac-sidebar .menu-item:hover{
  
}
#ac-sidebar .menu-item.active .menu-action{
  display: none;
}
#ac-sidebar .menu-item > a.menu-click{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#ac-sidebar .menu-title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  background: #fff;
  color: #333;
  padding: .8em 1.5em;
  border-radius: 100px;
  width: 100%;
}
#ac-sidebar .menu-item.active .menu-title, #ac-sidebar .menu-item.active:hover .menu-title{
  background: var(--darkblue);
  color: #fff;
}
#ac-sidebar .menu-item.active .menu-title svg path, #ac-sidebar .menu-item.active:hover .menu-title svg path{
  fill: #fff;
}
#ac-sidebar .menu-item:hover .menu-title{
  background: var(--lightlightblue);
}
#ac-sidebar .menu-title > .menu-icon{
  margin-right: .6em;
}
#ac-sidebar .menu-title > .menu-icon svg{
  width: 24px;
  height: 24px;
}
#ac-sidebar .menu-title > span{
  font-size: 16px;  
  font-weight: 400;
  line-height: 1;
}
#ac-sidebar .menu-title > span.menu-txt{
  opacity: 1;
  visibility: visible;
  width: 100%;
}
#ac-sidebar.open-menu .menu-title > span.menu-txt{
  opacity: 0;
  visibility: hidden;
  width: 0;  
}
#ac-sidebar .menu-title > span.menu-num{
  margin-left: auto;
}
#ac-sidebar.open-menu .menu-title{        
    width: 50px;
    height: 50px;
    justify-content: center;  
    margin: auto;  
}
#ac-sidebar.open-menu .menu-title > .menu-icon {
  margin-right: 0;
}
#ac-sidebar .menu-detalle{
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac-sidebar .menu-detalle > li {
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
#ac-sidebar .menu-detalle > li img{
  border-radius: 100%;
  margin-right: 10px;
}
#ac-sidebar .menu-detalle > li span {
  font-size: 14px;
}
#ac-sidebar .menu-detalle > li span:last-child{
  margin-left: auto;
}
#ac-sidebar .menu-action {
  text-align: right;
  margin-top: 1em;
}
#ac-sidebar .menu-action a{
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 1em;
  background: var(--main-bg-color);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 700;
}
.demo-switch {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.open-menu .demo-switch{
  left: .5em;
  right: .5em;
}
.open-menu .demo-switch > div.info-demo{
  margin: 0;
  margin-bottom: .5em;
}
.open-menu .demo-switch > div.info-demo p{
  display: none;
}
.open-menu .tooltip-container:before {
  content: "Demo";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.open-menu .tooltip-trigger {
  width: 15px;
  vertical-align: middle;
}
.open-menu .demo-switch > div{
  width: 100%;
  justify-content: center;
}
.demo-switch p {
  font-size: 14px;
}
.info-demo{
  margin-right: 1em;
  display: flex;
  align-items: center;
}
.info-demo > p{
  display: flex;
  align-items: center;
}
.info-demo > p svg {
  margin-left: 4px;
}
.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.tooltip-trigger {
  cursor: pointer;
}
.tooltip {
  position: absolute;
  z-index: 1;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  display: none;
  top: -55px;
  width: 200px;
  right: -91px;
}
.tooltip-container:hover .tooltip {
  display: block;
}
.logo-partners {
  display: flex;
  flex-wrap: wrap;
  padding: .5em 2em;
}
.logo-partners img {
  width: 90px;
  opacity: .5;
  margin: 4px 10px;
}
.logo-partners img:hover {
  opacity: 1;
}
.logos-sidebar {
  background: #F5F5F5E6 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 12px #0000000A;
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 320px);
  display: flex;
  align-items: center;
  padding:  0 2em;
}
.open-menu .logos-sidebar{
  width: calc(100% - 80px);
}
.logos-sidebar p {
  margin: 0;
  color: #333;
  padding: 0;  
  font-size: 14px;  
}
.logo-partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-partners img{
  width: 120px;
}
a.typeform-share.button {
  bottom: 75px!important;
}
#ac-content{
  width: calc(100% - 320px);
  background: var(--lightlightblue);
  padding: 2em 0;
  padding-bottom: 100px;  
}
.open-menu #ac-content{
  width: calc(100% - 80px);
}
#ac-content .page-header{  
  color: #333;
  margin-bottom: 1em;    
}
#ac-content .page-header .header-main{
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
#ac-content .page-header .user-menu{
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  color: #9d9d9d;
}
#ac-content .page-header .user-menu .user-cover img {
  border-radius: 100%;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  max-width: 40px;
}
#ac-content .page-header .user-menu .user-info {    
    position: relative;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #fff;
}
#ac-content .page-header .user-menu .user-info:hover h4{
    color: var(--main-bg-color);
    cursor: pointer;
}
#ac-content .page-header .user-menu .user-info h4{
  font-weight: 400;
}
#ac-content .page-header .user-menu .user-info h4 > i{
  margin-left: 5px;
  padding-top: 3px;
}
#ac-content .page-header .user-menu .user-info .user-submenu, .notifications-submenu, .responsive-submenu {
  position: absolute;
  width: 250%;
  max-width: 250px;
  top: 150%;
  right: -20px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
  visibility: hidden;
  z-index: 9;
}
.responsive-submenu{display: none;}
#ac-content .page-header .user-menu .user-info .user-submenu ul, .notifications-submenu ul, .responsive-submenu ul{
  visibility: hidden;
  opacity: 0;
}
#ac-content .page-header .user-menu .user-info .user-submenu.open, .notifications-submenu.open, .responsive-submenu.open{
  top: 100%;
}
#ac-content .page-header .user-menu .user-info .user-submenu.open, #ac-content .page-header .user-menu .user-info .user-submenu.open ul,
.notifications-submenu.open, .notifications-submenu.open ul, .responsive-submenu.open ul{
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
#ac-content .page-header .user-menu .user-info .user-submenu ul, .notifications-submenu ul, .responsive-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac-content .page-header .user-menu .user-info .user-submenu ul li a, .notifications-submenu ul li, .responsive-submenu ul li{
  background: #fff;
  padding: 1em 2em;
  border-top: solid 1px rgba(51,51,51,.1);
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
}
#ac-content .page-header .user-menu .user-info .user-submenu ul li a{
	color: #666;
}
#ac-content .page-header .user-menu .user-info .user-submenu ul li a:hover, .notifications-submenu ul li:hover,
.responsive-submenu ul li:hover{
  cursor: pointer;
  color: var(--main-bg-color);
}
#ac-content .page-header .user-menu .user-info .user-submenu ul li i, #ac-content .page-header .responsive-submenu ul li i{
  font-weight: 400;
  position: absolute;
  right: 1.5em;
  top: 20px;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  opacity: .7;
  line-height: .8;
}
#ac-content .page-header .user-menu .user-info .user-submenu ul li i.fa-chart-line{
  font-weight: 900!important;
}
i.fa-cog, i.fa-users, i.fa-pencil-alt, i.fa-search{
  font-weight: 600!important;
}
li.li-notification i {
    position: relative!important;
    right: unset!important;
    top: 3px!important;
}
#ac-content .page-header .user-menu .user-info .user-submenu ul li:last-child, .notifications-submenu ul li:last-child,
.responsive-submenu ul li:last-child{
  border-bottom: 0;
}
#ac-content .page-header .user-menu .user-notifications{
  position: relative;
}
#ac-content .page-header .user-menu .user-notifications > a {
  display: block;
  position: relative;
  padding: 20px;
  border-left: solid 1px rgba(51,51,51,.1);
  color: #9d9d9d;
}
#ac-content .page-header .user-menu .user-notifications > a > i{
  font-weight: 400!important;
  font-size: 20px;
}
#ac-content .page-header .user-menu .user-notifications > a > .not-number {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--main-bg-color);
  color: #fff;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}
#ac-content .notifications-submenu, #ac-content .responsive-submenu{
  right: 0;
  width: 300px;
  z-index: 9999;
}
#ac-content .notifications-submenu ul li, #ac-content .responsive-submenu ul li.li-notification {
  display: flex;
  padding: 1em;
  align-items: end;
  justify-content: flex-start;
  flex-direction: row;
  background: #f5f5f5;
  color: #999;
  border-bottom: solid 1px rgba(256,256,256,.1);
}
#ac-content .notifications-submenu ul li > div.li-icon, #ac-content .responsive-submenu ul li.li-notification > div.li-icon {
  width: 10%;
  text-align: center;
}
#ac-content .notifications-submenu ul li > div.info-submenu, #ac-content .responsive-submenu ul li.li-notification > div.info-submenu{
  width: 90%;
  padding-left: 10px;
}
#ac-content .info-submenu > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
#ac-content .info-submenu > p{
  margin: 0;
  font-size: 12px;
}
#ac-content .info-submenu > p.date-not {
    font-size: 11px;
    margin: 5px 0;
}
#ac-content .page-header .header-secondary{
  padding-left: 40px;
  padding-right: 40px;  
}
#ac-content .page-header .header-secondary h2{
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
}
#ac-content .page-header .header-secondary h2 > strong{
  font-weight: 600;
}
.secondary-menu{}
.secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 1em 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 6px #0000000A;
    box-shadow: 0px 4px 6px #0000000A;
}
.secondary-menu ul li{
  width: auto;
}
.secondary-menu ul li > a{
  padding: 1em;
  display: block;
  color: #333;
  margin-right: 0;
  position: relative;
}
.secondary-menu ul li > a:hover, .secondary-menu ul li.active > a{
  color: var(--lightblue);
}
.secondary-menu ul li > a:hover svg path, .secondary-menu ul li.active > a svg path{
  fill: var(--lightblue);
}
.page-content.blur {
    /*filter: blur(5px);*/
}
#ac-content .secondary-title h2 span{
  background: #4CAF50;
  color: #fff;
  padding: 3px 20px;
  border-radius: 20px;
  font-size: 20px;
}
#ac-content .page-header h1, .noticias-title h3{
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#ac-content .page-header h1 svg, .noticias-title h3 svg{
  margin-right: .4em;
  width: 24px;
  height: 24px;
}
.noticias-title h3 svg{
  width: 20px;
  height: 20px;
}
#ac-content .page-header h1 svg path{
  fill: var(--lightgray);
}
#ac-content .page-header h1 span, .noticias-title h3 span {
  font-size: 20px;
  font-weight: 300;
  margin-left: .2em;
}
@media (max-width: 967px){
  #ac-content .page-header h1 span, .noticias-title h3 span{
    display: none;
  }
}
#ac-content .page-header h4{
  margin: 0;
}
#ac-content .content-charts{
  padding: 40px;
  padding-top: 0;
}

/* Charts Flex */
.chart-flex{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chart-flex.tab-balance, .chart-flex.flex-100.tab-12meses, .chart-flex.flex-100.tab-12meses .chart-wrap{
  margin-bottom: 20px;
}
.chart-flex .chart-wrap.col-6{
  width: 49%;
}
@media screen and (max-width: 967px) {
  div#chart-monedas {
    margin-bottom: 2em!important;
  }
}
.flex-100 > div{
  margin-bottom: 50px;
}
.flex-50 > div{
  width: 48%;
}
.flex-50 > div:last-child{
  margin-left: auto;
}
.flex-30> div {
    flex-grow: 1;
    width: auto;
    margin: 0 10px 20px 10px;
}
.flex-30> div:first-child{
  margin-left: 0;
}
.flex-30> div:last-child{
  margin-right: 0;
}
.chart-flex.flex-30 > div{
  width: 30%;
}
.chart-wrap{
  width: 100%;
}
.chart-wrap:hover{
  /*margin-top: -10px;*/
}
.chart-wrap:hover .chart-title h4{}
.chart-wrap .chart-title{
  text-align: center;
}
.chart-wrap .chart-title h3{
  background: #a7a7a7;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
  margin-top: 0;
  font-size: 1.17em;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.chart-wrap:hover .chart-title h3{
  background: #0c547d;
}
#cartola-mensual .chart-wrap:hover .chart-title h3{
  background: var(--main-bg-color);
}
.chart-wrap .chart-box{
  background: #fff;
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 6px #0000000A;
  box-shadow: 0px 4px 6px #0000000A;
  position: relative;
  /*overflow: hidden;*/
}
div#chart-regiones > div {
  margin-left: 13px!important;
}
.inversiones-content .chart-wrap .chart-box {
  margin-bottom: 1.5em;
}
.chart-box.consolidado-box {
  padding: 1.5em;
}
.chart-box.consolidado-box h3, .data-info h3{
  font-weight: 300;
  margin: 0 0 4px 0;
}
.chart-box.consolidado-box h2, .data-info h2{
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
.chart-box.consolidado-box.aportes h2 span, .positivo .data-info h2 span{
  color: var(--green);
}
.chart-box.consolidado-box.retiros h2 span, .negativo .data-info h2 span{
  color: var(--red);
}
.chart-box.consolidado-box.pat-total h3{
  font-weight: 400;
}
.chart-box.consolidado-box.pat-total h2{
  font-weight: 500;
}
.chart-box.consolidado-box h5, .data-info h5{
  margin: 4px 0;
  font-weight: 300;
}
.chart-box.consolidado-box h5 span, .data-info h5 span{
  color: var(--main-bg-color);
  margin-right: 4px;
}
.chart-box.consolidado-box .icono-balance, .balance-box .icono-balance{
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
}
.icon-balance svg {
  width: 40px;
}
.negative .icon-balance svg path {
  fill: var(--red);
}
.negative .info-balance h2{
    color: var(--red);
}
.negative .data-info-detail h2 span{
  color: var(--red);
}
.data-info-detail{
  color: #333;
}
.chart-box.consolidado-box .icono-balance svg, .balance-box .icono-balance svg{
  margin-right: 4px;
}
.chart-box.consolidado-box .data-info {
  display: flex;
  align-items: center;
}
.chart-box.consolidado-box .data-info .circle-info{
  min-width: 15px;
  min-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--darkblue);
  border-radius: 100px;
  margin-right: 10px;
}
.chart-box.consolidado-box.pat-total .data-info .circle-info{
  min-width: 30px;
  min-height: 30px;
}
.chart-box.consolidado-box .data-info .circle-info.circle-inv{
  background: var(--greenGrafico);
}
.chart-box.consolidado-box .data-info .circle-info.circle-prev{
  background: var(--lightblueGrafico);
}
.asset .chart-wrap .chart-box {
  min-height: 400px;
  margin-bottom: 20px;
}
.chart-wrap .chart-box .canvas-label{
  position: absolute;
  width: 100px;
  left: 0;
  right: 0;
  top: 175px;
  text-align: center;
  margin: auto;
}
.chart-wrap .chart-box .assets-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  justify-content: center;
}
.chart-wrap .chart-box .assets-labels > div {
  font-size: 13px;
  color: #333;
  margin: .2em.5em;
  position: relative;
  padding-left: 25px;
}
.chart-wrap .chart-box .assets-labels > div .label-color {
  background: #333;
  width: 20px;
  height: 15px;  
  position: absolute;
  left: 0;
  top: 1px;
}
.chart-wrap .chart-box .assets-labels > div.label-1 .label-color{background: var(--color-1);}
.chart-wrap .chart-box .assets-labels > div.label-2 .label-color{background: var(--color-2);}
.chart-wrap .chart-box .assets-labels > div.label-3 .label-color{background: var(--color-3);}
.chart-wrap .chart-box .assets-labels > div.label-4 .label-color{background: var(--color-4);}
.chart-wrap .chart-box .assets-labels > div.label-5 .label-color{background: var(--color-5);}
.chart-wrap .chart-box .assets-labels > div.label-6 .label-color{background: var(--color-6);}
.chart-wrap .chart-box .canvas-label h6{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  color: #a7a7a7;
}
.chart-wrap .chart-box .canvas-label h6 span{
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #666;
}
.chart-box .chart-box-info{
  text-align: center;
  padding: 20px 0;  
}
.chart-box .chart-box-info.ch-no-padding{
  padding: 0;
}
.chart-box .chart-box-info p{
  margin: 0;
}
.chart-box .chart-box-info p.big-number {
    font-size: 20px;
    line-height: 1;
}
.chart-box .chart-box-info p.big-number-bajada{
  font-size: 13px;
}
.chart-box .chart-box-info p.detalle-number{
  font-size: 14px;
  margin-top: 20px;
}
.content-widgets .chart-box img{
  max-width: 35px;
  height: auto;
}
.chart-aportes-retiros {
  display: flex;
  justify-content: center;
} 
.chart-box .aportes-retiros {
  flex: auto;
  text-align: center;
}
.chart-box .aportes-retiros > div{}
.chart-box .aportes-retiros .ar-title{
  text-transform: uppercase;
  font-size: 20px;
}
.chart-box .aportes-retiros .ar-box{
  display: flex;
  justify-content: center;
  align-items: center;  
}
.chart-box .aportes-retiros .ar-info {
  text-align: left;
  margin: 5px 10px;
}
.chart-box .aportes-retiros .ar-info p{
  margin: 0;
}
.chart-box .aportes-retiros .ar-date, .chart-box .aportes-retiros .ar-number{
  font-size: 14px;
}
.chart-box .chart-balance{
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-box .chart-balance > div {
  flex: auto;
}
.chart-box .chart-balance > div.bal-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-box .chart-balance div.bal-info{
  margin-left: 10px;
}
.chart-box .chart-balance div.bal-info p{
  margin: 0;
}
.chart-box .bal-estado{
  font-size: 22px;
  margin: 24px 0;
  text-align: center;
  min-height: 28px;
}
.chart-box .bal-number{
  font-size: 20px;
}
.chart-box .bal-date{
  font-size: 14px;
}
.chart-box .ch-title {
  padding: .5em;
}
.chart-box .ch-title h3{
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.chart-box .ch-content {
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.chart-wrap .chart-box .chart-box-footer{
  border-top: solid 1px #eee;
  text-align: center;
  padding: 5px;
  background: #ececec;
}
.chart-wrap .chart-box .chart-box-footer p{
  margin: 0;
  font-size: 12px;
}
.chart-canvas{
  padding: 20px;
  position: relative;
}
.chart-canvas .caption {
  font-family: Lato,sans-serif;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  width: 300px;
}
.chart-table-striped > div:hover {
    background: rgba(255, 235, 59, .2);
}
.chart-table-striped{
  font-size: 15px;
}
.balance-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  min-height: 0;
}
.balance-box > div:first-child{
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.balance-box .data-info h3{
  font-size: 16px;
}
.balance-box .data-info h2{
  font-size: 24px;
}
.info-balance h2 {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  color: var(--green);
}
.info-balance p{
  margin: 0;
  color: var(--lightgray);
  font-size: 14px;
}
.icon-balance{
  margin-right: 1em;
}
td.right{
  text-align: right!important;
}
.table-head {
  background: #fff;
  padding: 0.6em 1em;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #eee;
  flex-wrap: wrap;
}
.tables thead th {
  padding-top: 20px;
}
.table-actions {
  display: flex;
}
.table-filters {
  margin-right: 1em;
  position: relative;
}
.table-export{
  position: relative;
}
.table-filter-content, .table-export-content {
  position: absolute;
  top: 40px;
  z-index: 9;
  background: #fff;
  width: 220px;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  border-radius: 10px;
  padding: 1em 0;
  display: none;
}
.table-export-content{
  padding: 0;
}
.table-export-content ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-export-content ul > li {
  border-bottom: solid 1px #ededed;
  padding: 1em;
  color: #333;
  text-align: center;
  font-size: 15px;
}
.table-export-content ul > li i{
  color: #999;
  margin-right: 4px;
}
.table-filter-content.active, .table-export-content.active{
  display: block;
}
.table-filter-content .search-table {
  display: block;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-right: 0;
}
.table-filter-content .select-arrow{
  display: block;
  width: 100%;
}
.table-filter-content .filtros-form .search-table select{
  margin: 0;
  width: 100%;
}
.table-filter-content .search-box{
  text-align: center;
}
.table-filter-content .search-table label{
  text-align: left;
  display: block;
}
.table-filter-content button.btn.btn-new.btn-filtros-filtrar {
  margin: 0.4em 0 1em 0;
  font-size: 12px;
  border-radius: 100px;
  min-height: 0;
}
.btn-outline-table {
  display: flex;
  align-items: center;
  padding: 0.6em 1em;
  border: solid 1px var(--lightlightgray);
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}
.btn-outline-table:hover {
  -webkit-box-shadow: 0px 4px 6px #0000000A;
  box-shadow: 0px 4px 6px #0000000A;
  border: solid 1px #ccc;
}
.btn-outline-table svg:first-child {
  margin-right: 8px;
}
.btn-outline-table svg:last-child {
  margin-left: 10px;
}
.table-head h2{
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}
.table {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  position: relative;
  align-items: center;
}
.table-cell.table-cell-1of1  { width: 100%; }
.table-cell.table-cell-5of6  { width: 83.33; }
.table-cell.table-cell-4of5  { width: 80%; }
.table-cell.table-cell-3of4  { width: 75%; }
.table-cell.table-cell-2of3  { width: 66.66%; }
.table-cell.table-cell-3of5  { width: 60%; }
.table-cell.table-cell-1of2  { width: 50%; }
.table-cell.table-cell-2of4  { width: 40%; }
.table-cell.table-cell-1of3  { width: 33.33%; }
.table-cell.table-cell-1of4  { width: 25%; }
.table-cell.table-cell-1of5  { width: 20%; }
.table-cell.table-cell-1of6  { width: 16.66%; }
@media all and (max-width: 500px) {
  .table-cell-rowEnd {
    margin-bottom: 1em;
  }
}
@media all and (min-width: 500px) {
  .hiddenLarge {
    display: none;
  }
}
.table-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
}
.table-cell.table-cell-parent {
    padding: 0;
    padding-top: 15px;
}
.table-days .table-cell-parent{
  padding: 0;
}
.table-cell.no-border-bottom{
  border-bottom: 0;
}
.table-cell.no-border-top{
  border-top: 0;
}
.table-cell.no-border-left{
  border-left: 0;
}
.table-cell.no-border-right{
  border-right: 0;
}
.table.table-2 {
    border: 0;
}
.table-2cols > .table-cell {
  width: 50%;
  border-bottom: solid 1px #ccc;
}
.table-2cols > .table-cell-parent:first-child{
  border-right: solid 1px #ccc;
}
.table-2cols > .table-cell:last-child, .table.table-2.table-2cols, .table-2cols > .table-cell:nth-last-child(2){
  border-bottom: 0;
}
.table-3cols > .table-cell {
  width: 33.33%;
}
.table-4cols > .table-cell {
  width: 25%;
}
.table-5cols > .table-cell {
  width: 20%;
}
.table-6cols > .table-cell {
  width: 16.6%;
}
.table-5per > .table-cell{
  width: 5%;
}
.table.table-5per > div {
    border-right: solid 1px #ccc;
}
.table.table-5per > div:last-child{
  border-right: 0;
}
.table.table-col7{
  border-bottom: 0;
}
.table.table-col7 > div.total{
  border-top: solid 1px #eee;
  max-height: 44px;
}
.table.table-col7 > div{
  width: 14%;
  text-align: center;
}
.table.table-col7 > div.x3{
  width: calc(14.28% * 3);
}
.table.table-head.table-col7, .table.table-footer.table-col7 {
    background: #eee;
}
.table.table-footer.table-col7{
  border-top: solid 1px #ccc;
}
.table.table-col7.table-head > div {
    padding: .8em 6px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
}
.table.table-footer.table-col7 > div{
  padding: .8em 0;
  font-weight: 700;
}
.table.table-col7 > div.saldo-actual span {
    background: #fffbb4;
    padding: .3em 1em;
    border-radius: 20px;
}
.table.table-col8{
  border-bottom: 0;
}
.table.table-col8 > div {
    width: calc(100% / 8);
    position: relative;
    border-left: solid 1px #eee;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    padding: .8em .5em;
}
.table.table-col8 > div.total {
    font-weight: 600;
    border-bottom: solid 1px #eee;
    background: rgba(255, 251, 218,.4);
}
.table.table-col8 > div.total.saldo-actual{}
.table.table-col8 > div.logo-inst{
  overflow: visible;
}
.table.table-col8 > div.x3{
    width: calc((100% / 8) * 3);
    text-align: left;
    padding: .8em;
}
.table.table-col8 > div.table-cell.x2 {
    width: calc((100% / 8) * 1.25);
    padding: .8em;
}
.table.table-col8 > div.table-cell.x1 {
    width: calc((100% / 8) * .5);
}
.table.table-col8 > div.x4{
  width: calc((100% / 8) * 4);
}
.table.table-footer.table-col8.last-table > div {
    background: #eee;
    max-height: 43px;
    font-weight: 600;
    border-left: solid 1px #fff;
}
.table.table-head.table-col8.first-table.table-scroll > div {
    text-align: center;
    padding: 1em 5px;
    background: #eee;
    font-weight: 600;
    border-left: solid 1px #fff;
}
.table.table-head.table-col8.first-table.table-scroll > div:first-child, .table.table-footer.table-col8.last-table > div:first-child{
  border-left: none;
}
.logo-inst > img{
    display: block;
    position: absolute;
    max-width: 90%;
    height: auto;
    margin: auto;
    top: 15px;
    left: 5px;
    right: 0;
}
.table-cell .t-cell-title{
  text-transform: uppercase;
  font-weight: 700;
}
.table-cell .t-cell-title > img, .table-cell .t-cell-title > span {
    display: inline-block;
    vertical-align: middle;
}
.table-cell .t-cell-title > img{
  border-radius: 100%;
}
.table.first-table, .table.last-table, .no-border{
  border: 0;
}
.table-cell.no-cell{
  display: none!important;
}
.table-mid{
  border-left: 0;
  border-right: 0;
}
.table .table-cell-parent > .table{
  border-left: 0;
}
.table .table-cell-parent:first-child > .table:last-child{
  border-right: 0;
}
.table-cell p, .table-cell h3{
  display: inline-block;
  vertical-align: middle;
}
.table-cell-parent{
  text-align: center;
}
.table-cell p{
  margin: 0;
}
.table-cell p span{
  margin-left: 5px;
}
.calendar-item {
    position: relative;
}
.calendar-item .calendar-arrow {
    position: absolute;
    opacity: .3;
}
.calendar-item .calendar-arrow:hover{
  opacity: 1;
  cursor: pointer;
}
.calendar-item .calendar-date {
    width: 80%;
    margin: auto;
    text-align: center;
}
.calendar-item .calendar-date span{
  opacity: .5;
}
.calendar-item .calendar-arrow.arrow-right {
    right: 0;
}
.calendar-filter{}
.calendar-filter .filter-wrap{
  text-align: right;
}
.calendar-filter .filter-wrap p{
  font-size: 14px;
}
.calendar-filter .filter-wrap p i{
  margin-left: 10px;
}
.calendar-filter .filter-wrap p span, .filter-wrap p i{
  opacity: .5;
}
.calendar-filter .filter-wrap p i:hover{
  opacity: 1;
  cursor: pointer;
}
.calendar-filter ul{
  margin: 0;
}
.table-cell.icon-table {
    padding: .8em 0;
    text-align: center;
}
.table-cell .icon-table{}
.icon-table i{opacity: .5;}
.icon-table i:hover{opacity: 1;cursor: pointer;}

.cartola-content{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.cartola-content.active{
  visibility: visible;
  height: auto;
  overflow: visible;
}
.cartola-content .chart-table {
  margin: 0;
}
.cartola-content .tabla-cartola{
  margin: 20px 0;
}
.tabla-cartola .td-saldos{
  white-space: nowrap;
}
.tabla-cartola .td-saldos svg {
  width: 13px;
  display: inline-block;
  vertical-align: middle;
}
.nota-cartola {
    font-size: 13px;
    color: #666;
    padding: 10px;
    margin: 2px;
    background-color: #f5f5dc;
}
.date-box{
  text-align: center;
}
.date-box h3, .date-box h4{
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
.date-box h3{
  font-size: 36px;
}
.date-box h4{
  font-size: 24px;
  opacity: .5;
  text-transform: uppercase;
}
.table-days.table{
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.table-days > div:last-child {
  border-left: solid 1px #ccc;
  height: 100%;
}
.table-days .table-cell-parent > .table {
  border-top: 0;
}
.table-days .table-cell-parent > .table:last-child{
  border-bottom: 0;
}

@media all and (max-width: 500px) {
  .table-collapse {
    display: block;
  }
  .table-collapse > .table-cell {
    width: 100% !important;
  }
  .table-collapse > .table-cell-foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .table {
  display: block;
}
.no-flexbox .table > .table-cell {
  width: 100%;
}
.no-flexbox .table > .table-cell-foot {
  margin-bottom: 1em;
}
.table-cell.table-cell-1of1 {
  width: 100%;
}
.table-cell.table-cell-5of6 {
  width: 83.33;
}
.table-cell.table-cell-4of5 {
  width: 80%;
}
.table-cell.table-cell-3of4 {
  width: 75%;
}
.table-cell.table-cell-2of3 {
  width: 66.66%;
}
.table-cell.table-cell-3of5 {
  width: 60%;
}
.table-cell.table-cell-1of2 {
  width: 50%;
}
.table-cell.table-cell-2of4 {
  width: 40%;
}
.table-cell.table-cell-1of3 {
  width: 33.33%;
}
.table-cell.table-cell-1of4 {
  width: 25%;
}
.table-cell.table-cell-1of5 {
  width: 20%;
}
.table-cell.table-cell-1of6 {
  width: 16.66%;
}
.table-cell-rowEnd{
  border-right: 0!important;
}
@media all and (max-width: 500px) {
  .table-cell-rowEnd {
    margin-bottom: 1em;
  }
}
@media all and (min-width: 500px) {
  .hiddenLarge {
    display: none;
  }
}

/* Charts */
#patrimoniosConsolidados, #evolucionPatrimonio, #saldoAnual, #saldoAnualCierre, #movimientoAnual, #saldoAnualMes, #movimientoAnualMes,
#instrumentos, #monedas, #regiones, #instituciones, #riesgo, #mercados{width: 500px;height: 400px;}


/* Loader */
.loading-overlay {
  display: table;
  opacity: 0.7;
}

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}

#loader{
	display: none;
  background-color: #fff;
  opacity: 0.7;
}

.loading-spinner {
  font-size: 12px;
  margin: 25% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #0c547d, 2em -2em 0 0em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d,
      0em 3em 0 -0.5em #0c547d, -2em 2em 0 -0.5em #0c547d,
      -3em 0em 0 -0.5em #0c547d, -2em -2em 0 0em #0c547d;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #0c547d, 2em -2em 0 0.2em #0c547d,
      3em 0em 0 0em #0c547d, 2em 2em 0 -0.5em #0c547d, 0em 3em 0 -0.5em #0c547d,
      -2em 2em 0 -0.5em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 0em #0c547d,
      3em 0em 0 0.2em #0c547d, 2em 2em 0 0em #0c547d, 0em 3em 0 -0.5em #0c547d,
      -2em 2em 0 -0.5em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 0em #0c547d, 2em 2em 0 0.2em #0c547d, 0em 3em 0 0em #0c547d,
      -2em 2em 0 -0.5em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 0em #0c547d, 0em 3em 0 0.2em #0c547d,
      -2em 2em 0 0em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d, 0em 3em 0 0em #0c547d,
      -2em 2em 0 0.2em #0c547d, -3em 0em 0 0em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d,
      0em 3em 0 -0.5em #0c547d, -2em 2em 0 0em #0c547d, -3em 0em 0 0.2em #0c547d,
      -2em -2em 0 0em #0c547d;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d,
      0em 3em 0 -0.5em #0c547d, -2em 2em 0 0em #0c547d, -3em 0em 0 0em #0c547d,
      -2em -2em 0 0.2em #0c547d;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #0c547d, 2em -2em 0 0em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d,
      0em 3em 0 -0.5em #0c547d, -2em 2em 0 -0.5em #0c547d,
      -3em 0em 0 -0.5em #0c547d, -2em -2em 0 0em #0c547d;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #0c547d, 2em -2em 0 0.2em #0c547d,
      3em 0em 0 0em #0c547d, 2em 2em 0 -0.5em #0c547d, 0em 3em 0 -0.5em #0c547d,
      -2em 2em 0 -0.5em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 0em #0c547d,
      3em 0em 0 0.2em #0c547d, 2em 2em 0 0em #0c547d, 0em 3em 0 -0.5em #0c547d,
      -2em 2em 0 -0.5em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 0em #0c547d, 2em 2em 0 0.2em #0c547d, 0em 3em 0 0em #0c547d,
      -2em 2em 0 -0.5em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 0em #0c547d, 0em 3em 0 0.2em #0c547d,
      -2em 2em 0 0em #0c547d, -3em 0em 0 -0.5em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d, 0em 3em 0 0em #0c547d,
      -2em 2em 0 0.2em #0c547d, -3em 0em 0 0em #0c547d,
      -2em -2em 0 -0.5em #0c547d;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d,
      0em 3em 0 -0.5em #0c547d, -2em 2em 0 0em #0c547d, -3em 0em 0 0.2em #0c547d,
      -2em -2em 0 0em #0c547d;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #0c547d, 2em -2em 0 -0.5em #0c547d,
      3em 0em 0 -0.5em #0c547d, 2em 2em 0 -0.5em #0c547d,
      0em 3em 0 -0.5em #0c547d, -2em 2em 0 0em #0c547d, -3em 0em 0 0em #0c547d,
      -2em -2em 0 0.2em #0c547d;
  }
}

* {
  /*transition: 0.3s ease-in-out;*/
  box-sizing: border-box;
}
#menu-toggle {
  width: 70px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px 10px;
  display: none;
  margin-left: 10px;
}
#menu-toggle:hover {
  background: rgba(255, 255, 255, 0.8);
}
#menu-toggle span {
  display: block;
  background: #333333;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 15px;
}
#menu-toggle #hamburger span {
  width: 40px;
  height: 4px;
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
  width: 30px;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  width: 20px;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 13px;
  left: 27px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10px;
  top: 30px;
  transition-delay: 0.25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 40px;
  transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 40px;
  transition-delay: 0.375s;
}

/* INVERSIONES */
.balance-tabs{
  margin-bottom: 10px;
}
.balance-tabs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.balance-tabs ul li{
  width: 50%;
}
.balance-tabs ul li:first-child{
  text-align: right;
  padding-right: 20px;
  border-right: solid 1px #c5c5c5;
}
.balance-tabs ul li:last-child{
  padding-left: 20px;
}
.balance-tabs ul li.active span, .balance-tabs ul li.active span:hover {
  background: #0c547d;
  color: #fff;
  cursor: inherit;
}
#cartola-mensual .balance-tabs ul li.active span, #cartola-mensual .balance-tabs ul li.active span:hover{
  background: var(--main-bg-color);
  color: #fff;
  cursor: inherit;
}
.balance-tabs ul li span{
  background: transparent;
  color: #666;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 300;
  font-size: 1.17em;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.balance-tabs ul li span:hover{
  background: #bbb;
  color: #fff;
  cursor: pointer;
}
.page-title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.switch-wrapper{
  text-align: left;
  margin-bottom: 20px;
}
.switch-wrapper > div{
  display: inline-block;
  vertical-align: middle;
}
.switch-wrap{
  position: relative;
  width: 60px;
  height: 30px;
  margin: auto;
}
.switch-wrap .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-bg-color);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.switch-wrap .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}
/*.switch-wrap input:checked + .slider,*/ .switch-wrap .slider.cartola-blue {
  background-color: #0c547d;
}
.switch-wrap input:focus + .slider{}
/*.switch-wrap input:checked + .slider:before,*/ .switch-wrap .slider.cartola-blue:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.switch-titles h5{
  margin: 0 10px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}
.switch-titles h5.active{
  color: #0c547d;
}
.switch-titles h5.c-online.active{
    color: var(--main-bg-color);
}
.tab {
  overflow: hidden;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tab-content{
  visibility: none;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.tab-content.active{
  visibility: visible;
  height: auto;
  overflow: visible;
  padding-top: 10px;
}

.chart-title h4 {
    font-size: 16px;
    display: block;
    border-bottom: solid 1px #e6e6e6;
    color: #666;    
    font-weight: 400;
    padding-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.chart-title h4:hover{}

.table-title{
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.table-title > div{
  text-align: center;
  font-weight: 700;
}
.table-days .col-3{
  width: 19.9%;
}
.table-days .col-9{
  width: 80.1%;
}
.table .date-select{
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  opacity: .5;
  display: block;
}
#tablaMovimientos .table-row{
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
#tablaMovimientos .table-row > div{
  text-align: center;
}
.table-title > div > p{
  display: block;
}
.table-title > div > p > i {
    font-size: 12px;
    opacity: .5;
    margin-left: 5px;
}
.table-title > div > p > i:hover{
  opacity: 1;
  cursor: pointer;
}
.download-pdf {
  margin: 30px 0;
  text-align: center;
}
.table-filters .download-pdf{
	margin: 0;
	text-align: right;
}
.btn-download {
    border: none;
    background: #a7a7a7;
    color: #fff;
    padding: .8em 1.5em;
    border-radius: 10px;
    font-size: 12px;
    opacity: .7;
}
.chart-wrap:hover .btn-download{
	background: #ce1144;
}
.btn-download:hover{
  opacity: 1;
  cursor: pointer;
}


/* LOGIN */
.body-login{
  background: #EBEBEB;
  padding: 10px;
}
.form-row .form-group label{
	text-align: left;
}
.form-row .col-6 .form-group{
	width: 95%;
	margin: 0 auto 10px auto;
}
.form-row .col-12 .form-group{
	width: 98%;
	margin: 0 auto 10px auto;
}
.form-row .form-group input, .form-row .form-group select{
	width: 100%;
}
.form-row .form-select i {
    right: 5%;
    font-size: 12px;
    top: 14px;
}
.login-content.register-content{
  padding: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
  min-height: calc(100vh - 20px);
}
.login-content.register-content .login-box-wrap{
  position: relative;
  height: auto;
  max-width: 50%;
}
.login-content{
  position: relative;
  min-height: 100vh;  
}
.login-box-wrap{
  position: absolute;
  width: 90%;
  max-width: 320px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 450px;
  z-index: 99;
}
.login-box-content{
  position: relative;
  top: -50%;
  margin: auto;
}
.login-box{
    width: 100%;
    max-width: 400px;
    margin: 2em auto;
}
.login-box .login-title{
  text-align: left;
}
.login-box .login-title h2{  
  font-weight: 600;
    margin-top: 0;
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: end;
    /*justify-content: center;*/
    margin-bottom: 0;
}
.login-box .login-title h2 svg{  
  margin-right: 5px;
  max-width: 40px;
  height: 35px;
  display: none;
}
.login-box .login-title h2 i{
  display: none;
}
.login-box .login-title h2 svg path{
  fill: var(--lightblue);
}
.login-box .login-title h2 i.fa-check-circle {
    color: #0d900d;
}
.login-title p {
  font-size: 18px;
  font-weight: 300;
  margin: 0.4em 0 2em 0;
}
.login-logo {
  text-align: center;
  margin-bottom: 10px;
}
.form-group{
	position: relative;
}
.login-form .form-group{
  margin-bottom: 10px;
}
.login-form .form-group label{
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 5px;
}
.login-form .form-group label span{
  color: var(--main-bg-color);
}
.login-form .form-group input{
  display: block;
  border-radius: 10px;
  padding: .8em 1em;
  width: 100%;
  outline: none!important;
  border: solid 1px #ccc;
  font-size: 14px;
}
.login-form .form-group input:focus{
  border-color: var(--main-bg-color);
}
.form-action {
  text-align: center;
}
.form-action button, .form-action input, .modal-action .btn, .form-action .btn,
#form-registro.wizard > .actions > ul > li > a{
  background: var(--main-bg-color);
  color: #fff;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  padding: 1em 3em;
  font-size: 14px;
  margin: 20px 0;
}
#form-registro.wizard > .actions > ul > li{
  text-align: center;
}
#form-registro.wizard > .actions > ul > li > a{
  width: auto!important;
}
.form-action button:hover, .form-action input:hover, .modal-action .btn:hover, .form-action .btn:hover,
#form-registro.wizard > .actions > ul > li > a:hover{
  background: #095380;
  cursor: pointer;
}
#form-registro .form-select i{
  display: none;
}
.login-recover ul{
  list-style: none;
  margin: 40px 0;
  padding: 0;
  overflow: hidden;
}
.login-recover ul li:first-child{
  border-right: solid 1px rgba(256,256,256,.3);
}
.login-recover ul li{
  width: 50%;
  float: left;
  text-align: left;
  line-height: 1;
  padding-bottom: 5px;
}
.login-recover ul li:last-child{
  text-align: right;
}
.login-recover ul li a{
  color: #999;
  font-size: 12px;
  text-decoration: underline;
}
.login-recover ul li a:hover{
  color: var(--lightblue);
}
.login-recover ul li a i{
  margin-right: 5px;
}
.login-content .nota {
    font-size: 13px;
    background: rgba(158,158,158,.2);
    padding: 1em;
    border: solid 1px rgba(158,158,158,.3);
}
.recover-action .btn{
  margin: 0;
}
.recover-action .m-t{
  font-size: 12px;
}
.login-recover p {
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-top: 0;
}
.login-recover p a{
  color: var(--lightblue);
  font-weight: 600;
}
form#form-recuperar-contrasena .btn {
  background: #ed174f;
}
form#form-recuperar-contrasena .btn:hover{
  background: #ce0e44;
}
/* Register */
.login-logo {
  text-align: center;
  margin-bottom: 10px;
  max-width: 300px;
  margin: auto;
  width: 100%;
}
.login-logo svg {
  max-width: 100%;
}
.login-logo svg rect, .login-logo svg path {
  fill: #095380;
}
.login-logo path#Trazado_2817 {
  fill: #ed174f;
}
.login-logo path#Trazado_2816 {
  fill: #ce0e44;
}
.register-row{  
  display: flex;
}
.register-row > div{
  flex: 50%;
  width: 50%;
}
.register-info{
  color: #fff;
  letter-spacing: .5px;
  background: url(/img/Foto-Home-1.jpg) no-repeat;
  background-size: cover;
  min-height: calc(100vh - 20px);
  border-radius: 20px;
  position: relative;
  z-index: 9;
  background-position: center;
}
.register-info:before{
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  z-index: 9;
  border-radius: 20px; 
}
.register-wrap {
  position: sticky;
  top: 0;
  z-index: 9;
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 275px;
  margin: auto 0;
  margin-left: 4em;
}
.register-info .login-logo{
  text-align: center;
  margin-bottom: 80px;
}
.register-info .login-logo svg{
  width: 100%;
}
.register-info h1{
  margin-bottom: 0;
  font-size: 30px;
  font-size: 1.6em;
  margin-top: 30px;
}
.register-info h2{
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 1.1em;
  color: #f0f0f1;
}
.register-info ul{
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.icon-login {
  width: 100px;
  display: none;
}
.icon-login svg {
  width: 80px;
}
.li-login-div {
  width: 100%;
  text-align: left;
}
.li-login-div p {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}
.li-login-div h3{
  font-size: 55px;
  line-height: 1;
  margin: 0;
}
.logos-asesores {
  position: absolute;
  bottom: -50px;
  margin: auto;
  left: 0;
  right: 0;
}
.logos-asesores img {
  display: block;
  width: 100%;
  height: 50px;
}
.register-info ul li{
  position: relative;
  margin-bottom: 20px;
  display: block;    
}
.register-info ul li > i {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 12px;
  color: #fff;
}
.register-info ul li > i:before {
  background: #095380;
  border-radius: 100%;
  padding: 8px;
}
.register-info ul li > h3{
  padding-left: 40px;
  font-size: 1em;
  margin-bottom: 5px;
  color: #fff;
  color: #fff;
  margin-bottom: 0;
}
.register-info ul li > p{
  padding-left: 40px;
  font-size: 16px;
  margin-top: 0;
  color: #d2e1fd;
  max-width: 350px;
}
span.select2-selection.select2-selection--single {
    border: solid 1px #ccc!important;
    text-align: left;
    font-size: 14px!important;
    height: auto!important;
    padding: 0.6em;
    outline: none!important;
    border-radius: 10px;
}
span.select2-selection__arrow{
	display: none!important;
}
.select2-container{
	width: 100%!important;
}
label.error, p.error {
    color: #f3104f !important;
}
input.error, select.error{
	border-color: #f3104f!important;
}

/* FORM USUARIO */
#form-usuario{
  position: relative;
}
#modal-users{}
#modal-users .modal-box{
	max-width: 900px;
	width: 90%;
}
#modal-users #modal-user-content, #modal-users .col-4{
	padding: 0; 
}
#modal-users .datos-form {
    padding: 1em;
    border-right: solid 1px #ccc;
    min-height: 500px;
}
#modal-users .col-4:last-child .datos-form{
	border-right: 0;
}
#modal-users .datos-form h3 {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: .5em;
    line-height: 1;
    margin-top: 0;
    text-align: center;
}
#modal-users .datos-form h3 i {
    font-size: .8em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #0a5380;
}
#modal-users .form-action{
	border-top: solid 1px #ccc;
}
#modal-users .user-avatar {
    display: inline-block;
    vertical-align: top;
}
#modal-users .user-avatar img{
	border-radius: 100%;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);    
}
#modal-users .user-avatar-upload {
    display: inline-block;
    width: 75%;
    margin-left: 3%;
    vertical-align: top;
}
#modal-users .form-group input, #modal-users .form-group select{
	width: 100%;	
}
#modal-users .form-group input:hover, #modal-users .form-group input:focus,
#modal-users .form-group span.select2-selection.select2-selection--multiple:hover, #modal-users .form-group span.select2-selection.select2-selection--multiple:focus,
#modal-users .form-group select:hover, #modal-users .form-group select:focus {
	border-color: #a2a2a2;
} 
#modal-users .form-group li.select2-selection__choice{
	font-size: 12px!important;
}
#modal-users .form-group span.select2-selection.select2-selection--multiple {
    border: solid 1px #ccc!important;
    border-radius: 5px!important;
}
#modal-users input.select2-search__field {
    font-size: 11px!important;
    padding: .2em!important;
}
#modal-users .form-group.form-checkbox {
    padding-bottom: 25px;
}
.select2-dropdown {
    z-index: 9999 !important;
}
.form-error-icon, .form-warning-icon, .form-success-icon{
	position: relative;
	margin-bottom: 3px;
}
.form-error-icon i, .form-warning-icon i, .form-success-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #f3104f;
    font-size: 14px;
}
.form-warning-icon i, .form-group .form-error label.warning {
	color: #FF9800;
}
.form-success-icon i, .form-group .form-success label.error {
	color: green;
}
.form-group .form-error label.error {
    color: #f3104f;
}
.form-group .form-error-icon input{
	border-color: #f3104f;
}
.form-error ul {
    margin: 15px 15px;
    padding: 3px 10px;
    text-align: left;
    color: #f3104f;
    font-size: 13px;
}
.form-error p {
    color: #f3104f;
    font-size: 13px;
}
.form-group ul {
    list-style-type: none;
    margin: 0px;
    padding: 3px 10px;
    text-align: left;
}
.form-group li{
    font-size: 13px;
    color: #f3104f;
}
.form-group .form-error li{
    color: #f3104f;
}
.form-group .form-warning-icon input{
	border-color: #FF9800;
}
.form-group .form-success-icon input{
	border-color: green;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.modal-alert {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(256,256,256,.9);
    z-index: 9;
    border-radius: 0 0 10px 10px;
}
.modal-alert .alert-message{
    width: 300px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.modal-alert .alert-message i{
  font-size: 40px;
}
.modal-alert .alert-message.alert-success i{
  color: #1fa51f  
}
.modal-alert .alert-message.alert-warning i{
  color: #FF9800;
}
.modal-alert .alert-message.alert-error i{
  color: #f3104f;
}
.modal-alert .alert-message p{
  font-size: 16px;
}
.modal-reporte {
  position: fixed!important;
  top: 0;
  width: calc(100% - 320px);
  right: 0;
}
.alert-box {
    background: #333;
    color: #fff;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 20px;
}
.alert-box .alert-box-message > i, .alert-box .alert-box-message > p{
  display: inline-block;
  vertical-align: middle;
}
.alert-box .alert-box-message > p{
  margin: 0;
}
.alert-box .alert-box-message > i{
  margin-right: 10px;
  font-size: 20px;
}
.alert-box.alert-success{
  background: #1fa51f;
}
.alert-box.alert-warning{
  background: #FF9800;
}
.alert-box.alert-error{
  background: #f3104f;
}
body.body-simulate{
  padding-top: 40px;
}
body.body-simulate div#ac-sidebar, body.body-simulate .modal-close {
    top: 40px;
}
#ac-sidebar{
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
body.body-simulate .modal-box{
  top: 10%;
}
#simulate-box {
    width: 100%;
    left: 0;
    top: 0;
    background: #ce1044;
    color: #fff;
    z-index: 99999999;
    position: fixed;
    text-align: center;
    padding: 10px;
    min-height: 40px;
}
#simulate-box p{
    margin: 0;
    font-size: 14px;
}
.simulate-user a {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    opacity: .8;
    color: #fff;
}
.simulate-user a:hover{
  opacity: 1;
}
table tr.tr-institucion{
  background-color: #fff !important;
}
table td.td-institucion{
  max-width: 100px;
  min-width: 100px;
  border-bottom: 0;
}
table td.td-institucion img {
  max-width: 140px;
  display: inline-block;
  vertical-align: middle;
}
table td.td-institucion span {
  font-size: 15px;
  color: #333;
  border-left: solid 1px #333;
  padding-left: 1em;
  margin-left: 1em;
}
tr.totales{
  font-weight: 600;
  background: #f5f5f5;
}
tr.totales > td{
  padding: .8em .8em!important;
}

/* TABLES */
.table-tabs .tabs {
  margin: 0 auto;
}
.table-tabs .tab-links{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-tabs .tab-links li {}
.table-tabs .tab-links a {
  display: inline-block;
  padding: 1em 2em;
  background: var(--lightlightgray);
  color: var(--darkgray);
}
.table-tabs .tab-links li:first-child a{
  border-radius: 10px 0 0 0;
}
.table-tabs .tab-links li:last-child a{
  border-radius: 0 10px 0 0;
}
.table-tabs .tab-links .active a, .table-tabs .tab-links a:hover {
  background: var(--darkblue);
  color: #fff;
}
.table-tabs .tab-content {
  visibility: visible;
  height: auto;
  margin: 0;
}
.table-tabs .tab {
  display: none;
}
.table-tabs .tab.active {
  display: block;
}
.table-tabs .chart-table{
  margin-top: 0;
  border-radius: 0 10px 10px 10px;
}
.table-name h3 {
  font-weight: 400;
  color: #333;
  font-size: 16px;
}
.table-name h3 > a {
  color: #333;
  text-decoration: underline;
  font-size: 14px;
}
.table-name h3 > a:hover{
  color: var(--lightblue);
}
.table-footer span {
  padding: 1.5em;
  display: block;
  font-size: 14px;
  color: #999;
}
.tables thead th:first-child, .chart-table tbody tr td:first-child {
  padding-left: 1.5em;
}
.user-filter {
  position: relative;
  margin-bottom: 1.4em;
}
button.btn.btn-new.btn-filtros-filtrar {
  background: #ce1044;
}
button.btn.btn-new.btn-filtros-filtrar:hover {
  background: #ed174f;
}
button.btn.btn-new.btn-generar-pdf {
  background: #c62727;
}
button.btn.btn-new.btn-generar-pdf:hover {
  background: #b42121;
}
.search-table {
  display: inline-block;
  background: #fff;
  padding: .5em 1em;
  border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
  margin-right: 10px;
}
.filtro .search-table {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.switch-wrapper.switch-desktop .search-table {
  background: var(--lightlightgray);
  color: var(--darkgray);
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.6em 1em;
  border-radius: 10px;
}
.search-table label {
  font-size: 13px;
  margin-right: 10px;
}
.switch-wrapper.switch-desktop .search-table label{
  font-size: 15px;
  margin-left: 10px;
}
.search-table input {
  border-radius: 10px;
  border: solid 1px #eee;
  font-size: 12px;
  padding: .5em 1em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.search-table input:focus{
  border: solid 1px var(--lightblue); 
}
.search-table select{
  /*appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;*/
    padding: .8em 1.5em;
    border: solid 1px #eee;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 0;
    padding-right: 2em;
}
.search-table .select-arrow:before{
  top: 1.5em;
}
.search-table select:hover{
  border: solid 1px var(--lightblue);
}
.search-table select::-ms-expand {
  display: none;
}
.btn-exportar{
  background: var(--lightblue);
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
  display: flex;
  align-items: center;
  padding: 1em 2em;
  border-radius: 100px;
  position: relative;
  border: solid 1px var(--lightlightgray);
  cursor: pointer;
}
.btn-exportar:hover{
  border: solid 1px var(--lightblue);
}
.btn-exportar > span{
  margin-left: 4px;
  margin-right: 20px;
  font-size: 15px;
  color: #fff;
}
.btn-exportar > svg path{
  fill: #fff;
}
.btn-exportar .table-export-content{
  top: 60px;
  background: var(--lightlightgray);
}
.btn-exportar .table-export-content ul > li{
  border-bottom: solid 1px #eee;
}
.filtros-form .search-table select {
    padding: .5em 1.7em .5em 1em;
}
.filtros-form a#agregar-filtro {
    color: #333;
    text-align: center;
    font-size: 14px !important;
}
.filtros-form a#agregar-filtro:hover {
    background: #f5f5f5;
}
.filtros-form a#agregar-filtro:hover {
    background: #f5f5f5;
}
.filtros-form a#agregar-filtro i{
    color: #fa9d3f;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 4px;
}
.filtros-form  a.eliminar-filtro.rojo {
    font-size: 14px !important;
    border: none;
    background: none!important;
    color: #d01423;
    text-align: left;
    margin-left: 5px;
}
.filtros-form > a.eliminar-filtro.rojo i{
	color: #d01423;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.tables{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  color: var(--darkgray);
}
.tables thead th, .tables tr.tr-encabezados-cartola {
  background: #fff!important;
  color: #999!important;  
  font-size: 13px;
  text-align: center;
}
.contenedor-acciones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contenedor-acciones > div {
  margin: 0!important;
}
table#tablaCartola tr td:first-child, table#tablaCartola tr th:first-child {
  padding-left: 2em;
}
.tables th > i{
  opacity: .5;
  margin-left: 5px;
}
.tables th > i:hover{
  opacity: 1;
  cursor: pointer;
}
.tables td img{
  max-width: 100%;
  height: auto;  
}
.tables td a{
  color: #333;
}
.tables td a:hover, .tables td i.fa-trash-alt:hover{
  color: var(--main-bg-color);
}
.user-table .no-sort::after { display: none!important; }
.user-table .no-sort { pointer-events: none!important; cursor: default!important; }
.user-table, .chart-table {
  background: #fff;  
  margin: 20px 0;    
  overflow-x: auto;
  -webkit-box-shadow: 0px 4px 6px #0000000A;
  border-radius: 0 0 10px 10px;
}
.user-table{
  margin-top: 0;
  min-height: 380px;
}
.user-table th, .user-table td{
  font-size: 13px;
  padding: .8em;  
}
.chart-table th, .chart-table td{
	font-size: 15px;
	padding: .8em .5em;
  text-align: left;
}
.chart-table #tablaCartola th, .chart-table #tablaCartola td{
	font-size: 14px;
}
.tables tr.tr-encabezados-cartola th {
  font-weight: 400;
}
.user-table td i, .chart-table td i{
  font-size: 12px;  
  cursor: pointer;
}
.user-table thead td i, .chart-table thead td i{
	opacity: .5;
}
.user-table td i:hover, .chart-table td i:hover{
  opacity: 1;
}
thead .sorting_asc > i {
	opacity: 1;
}
thead .sorting_desc > i {
	opacity: 1;
}
.user-table {
  padding: 0 1em;
}
.user-table th, .chart-table th{
  text-align: center;
}
.user-table tbody tr, .chart-table tbody tr{
  border-bottom: solid 1px #eee;
}
.chart-table tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.user-table tbody tr:first-child, .chart-table thead tr:first-child{
  border-bottom: 0;
}
.cantidad-resultados label {
    font-size: 12px;
}
.custom-select, .form-group{
  position: relative;
}
.custom-select select, .form-group select{
  background-color: #fff;
  color: #333;
  padding: .7em .8em;
  width: 100%;
  border: none;
  font-size: 12px;  
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.custom-select select:hover, .form-group select:hover{
	cursor: pointer;
}
.form-group select{
	border: solid 1px #ccc;
}
.custom-select i {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 12px;
  color: #555;
  line-height: 1;  
}
.select-arrow {
  display: inline-block;
  position: relative;
}
.select-arrow:before{
  content:"\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #333;
    right: 1.5em;    
    top: 1em;
    font-size: 10px;
}
.select-arrow select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}
.custom-select:hover {
  cursor: pointer;
}
.custom-select select option {
  padding: 30px;
}
.cantidad-resultados {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  display: inline-block;
}
.cantidad-resultados > div.custom-select {
  margin-right: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.pagination {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.pagination a {
  color: black;
  float: left;
  padding: 9px 16px;
  text-decoration: none;
  background: #fff;
  border-right: solid 1px #eee;
  font-size: 13px;
  cursor: pointer;
}
.pagination a:last-child{
  border-right: 0;
}
.pagination a:hover{
  background: #eee;
}
.pagination a:first-child, .pagination a:last-child{
  font-size: 11px;
  padding: 11px 16px;
}
.pagination a:first-child{
  border-radius: 5px 0 0 5px;
}
.pagination a:last-child{
  border-radius: 0 5px 5px 0;
}
.pagination-wrap{
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
  float: right;
}
.pagination .ellipsis {
	display:none;
}

.btn {
  display: inline-block;
  padding: .8em 1em;
  background: #333;
  color: #fff;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
}
.btn-new{
  background: #1fa51f;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
    padding: 1em 2em;
    min-height: 45px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.btn-new:hover {
    background: #1c9011;
}
.btn-update{
  background: #095380;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
    padding: 1em 2em;
    min-height: 45px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.btn-update:hover {
    background: #0a4162;
}
.update-saldo, .new-user {
    float: right;
}
.update-saldo{
  text-align: right;
}
.new-user{
  text-align: right;
  margin-left: 20px;
}
.user-filter{
  position: relative;
}
.filtros-busqueda label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.filtros-busqueda input{
  background: #fff;
  padding: .5em;
  font-size: 12px;
}
.filter-button .btn {
    color: #333;
    border-radius: 5px;
    background: #fff;
    text-transform: none;
    font-size: 12px;
}
.filter-button .btn i{
  font-size: 11px;
}
.filter-button .btn.open-filter i{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filters-detail {
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 1em;
  top: 60px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
  z-index: 9;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 2em;
}
.filters-detail.open-filter{
  visibility: visible;
  top: 40px;
  opacity: 1;
}
.filters-detail > div {
    float: left;
    width: 20%;
}
.filters-detail > div label{
  display: block;
  font-size: 12px;
}
.filters-detail > div input {
    padding: .8em;
    margin-top: 5px;
    font-size: 12px;
    outline: none!important;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 95%;
}
.filters-detail > div .filter-select{
  position: relative;
}
.filters-detail > div .filter-select i{
  position: absolute;
  right: 10%;
  top: 19px;
  font-size: 12px;
  color: #333;
}
.filters-detail > div .filter-select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  width: 95%;
  padding: .8em;
  font-size: 12px;
  margin-top: 5px;
  outline: none!important;
  border: solid 1px #ccc;
}
.filters-detail > div.filtro-btn {
  margin-top: 20px;
}
.filters-detail > div.filtro-btn .btn{
  border-radius: 5px;
  width: 100%;
  background: #095380;
  font-size: 12px;
}
.cantidad-txt div {
    margin: 0;
    font-size: 13px;
    color: #666;
}
.cantidad-resultados > div {
    display: inline-block;
    vertical-align: middle;
}
table td.x3 {
    width: calc((100% / 8) * 3);
}
.content-table .chart-box, .content-table .chart-table{
  background: none;
  box-shadow: none;
}


/* Modals Profile */
#modal-users, #modal-delete{
	display: none;
}
#modal-users:before, #modal-delete:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;    
    content: "";
}
#modal-delete .modal-box{
	top: 15%;
}
#modal-users.open-modal, #modal-delete.open-modal{
	display: block!important;
}
#modal-delete .modal-content{
	text-align: center;
}
#modal-delete .modal-content strong{
	display: block;
	color: var(--main-bg-color);
}
.modal-content .row {
    margin: 0 !important;
}
.modal-action{
	text-align: center;padding: 1em;
	border-top: solid 1px #ccc;
}
.modal-action .btn{
	margin: 0 .5em;
	font-size: 14px;
}
.modal-action .btn.btn-delete:hover{
	background: #333;
}
.modal-action .btn.btn-cancel{
	background: #333;
	opacity: .2;
}
.modal-action .btn:hover{
	opacity: 1;
}
.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    padding: 1em;
    cursor: pointer;
    opacity: .8;
    z-index: 9999;
}
.modal-close:hover{
	opacity: 1;
}
.modal-close i{
	font-size: 24px;
	font-weight: 400;
}
.modal-close p{
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
}
.modal-box {
    background: #fff;
    width: 600px;
    margin: auto;
    position: absolute;
    top: 5%;    
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 9999;
}
.modal-title{
	text-align: center;
}
.modal-title h3 {
    margin: 0;
    border-bottom: solid 1px #ddd;
    padding: 1em 0;
    font-size: 16px;
}
.modal-content {
    padding: 20px 50px;
}
.form-group{
	margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-rendering: geometricPrecision;
    color: #333;
    margin-bottom: 5px;
}
.form-group label span{
	color: var(--main-bg-color);
}
.form-group input{
	width: 100%;
	padding: 1em;
	outline: none!important;
	border-radius: 10px;
	border: solid 1px #ccc;
	font-size: 14px;
}
.form-readonly input {
    cursor: not-allowed;
}
.form-group select{
	width: 95%;
}
.modal-box .form-action, .profile-content .form-action{
	text-align: center;
}
.modal-box .form-action button{
	font-size: 14px;
}
.form-select {
    position: relative;
}
.form-select i {
    position: absolute;
    right: 20px;
    font-size: 14px;
    top: 20px;
    line-height: .5;
}
.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: solid 1px #ccc;
    display: block;
    padding: 1em;
    outline: none!important;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    border-radius: 10px;
}
.form-checkbox{
	display: block;
	position: relative;	
	padding-bottom: 13px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.form-checkbox:hover{
	cursor: pointer;
}
.form-checkbox .checkbox-input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.form-checkbox .checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-checkbox:hover input ~ .checkmark {
 	background-color: #ccc;
}
.form-checkbox input:checked ~ .checkmark{
	background-color: #095380;
}
.form-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form-checkbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-checkbox .info-checkbox {
    font-size: 12px;
    padding-left: 25px;
    display: inline-block;
    padding-top: 7px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 15px;
    color: #333;
    cursor: pointer;
}

/* Editar Perfil */
.profile-content{
	background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.profile-content .form-select i{
	right: 5%;
}
.profile-content .col-6{
	width: 48%;
}
.profile-content .col-6:last-child, .profile-content .col-11:last-child{
	float: right;
}
.profile-content input, .profile-content select{
	width: 100%;
}
.cover-perfil, .cover-upload{
	display: inline-block;
	vertical-align: top;
}
.cover-upload {
    width: 75%;
    margin-left: 3%;
}
.cover-perfil img{
	border-radius: 100%;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}

/* Noticias */
.noticias-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.noticia-wor{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 6px #0000000A;
  box-shadow: 0px 4px 6px #0000000A;
  position: relative;
  display: flex;
  margin-bottom: 2%;
  padding: 2em 2.5em 2em 2em;
  justify-content: space-between;
  width: 100%;
}
.noticia-foto {
  width: 290px;
}
.noticia-info {
  width: calc(100% - 320px);
}
.noticia-titulo{
  margin-bottom: 60px;
}
.noticia-titulo h2{
  color: var(--main-bg-color);
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}
.noticia-titulo h2 a{
  color: #333;
}
.noticia-titulo h2 a i{
  font-size: 16px;
  margin-left: 10px;
  color: var(--color-2);
}
.noticia-titulo h2 a:hover, .noticia-titulo h2 a:hover i{
  color: var(--main-bg-color);
}
.noticia-bottom {
  display: flex;
  justify-content: space-between;  
  align-items: center;
}
.noticia-fecha {
  text-align: right;
}
.noticia-fecha p{
  font-size: 14px;
  color: var(--lightgray);
}
.noticia-fecha i{
  font-weight: 400;
  margin-right: 6px;
}
.noticia-bottom p{
  margin: 0;
  align-items: center;
  display: flex;
}
.noticia-bottom p svg{
  margin-right: 4px;
}
.noticia-bajada p {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 2em;
}
.noticias-todas {
  text-align: center;
  margin: 1em 0;
}
.noticias-todas > a {
  display: inline-block;
  background: transparent;
  border: solid 2px #999;
  padding: 1em 2em;
  border-radius: 100px;
  color: #333;
}
.noticias-todas > a:hover{
  background: #999;
  color: #fff;
}
.noticias-todas > a svg{
  margin-left: 4px;
}
.noticias-todas > a:hover svg path{
  fill: #fff;
}
.noticia-medio p, .noticia-medio p a {
  font-size: 14px;
  color: var(--lightgray);
}
.noticia-medio p a:hover{
  color: var(--lightblue);
}
.noticias-title {
  margin: 0 0 20px 0;
}
.noticias-cta{
  text-align: center;
}
.noticias-cta a{
  display: inline-block;
  background: var(--main-bg-color);
  color: #fff;
  border-radius: 5px;
  padding: .8em 3em;
  text-transform: uppercase;
  font-size: 14px;
}
.noticias-cta a:hover{
  background: #333;
}
.noticias-cta a i{
  margin-left: 5px;
}
.noticia-foto img{
  max-width: 100%;
  border-radius: 10px;
}
.noticias-box.noticias-con-imagen .noticia-titulo {
  margin-bottom: 0;
}

/* Reportes */
.texto-enriquecido-wrap {
  margin: 50px 0;
}
.texto-enriquecido-wrap .mce-panel{
  margin-bottom: 40px;
}

/* Demo Switch */
#demo-switch {
  padding: 1em;
  position: relative;
  bottom: 0;
  width: 100%;
  color: #fff;
}
#demo-switch p {
  border-radius: 20px;
  padding: 1em 2em;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #095380;
}
#demo-switch p:hover{
  background: #0a4162;
}
#demo-switch p i{
  position: absolute;
  top: 15px;
  right: 2em;
}
#demo-switch .user-ul{
  display: none;
}
#demo-switch .user-ul {  
  position: absolute;
  bottom: 75px;
  width: calc(100% - 2em);
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 10px!important;
  overflow: hidden;
}
body.body-simulate #demo-switch{
  bottom: 40px;
}
#demo-switch .user-ul > li > a {
  background: #fff;
  display: block;
  color: #333;
  padding: 1em;
  font-size: 14px;
  border-bottom: solid 1px #eee;
}
#demo-switch .user-ul > li.last-child > a {
  border-bottom: none;
}
#demo-switch .user-ul > li.active-demo > a {
  color: var(--main-bg-color);
}
#demo-switch.switch-active .user-ul{
  display: block;
}
#demo-switch.active-demo p{
  border-color: #ce1145;
  background: #ce1145;
}
#demo-switch.active-demo p:hover{
  background: var(--main-bg-color);
}
/* SIMULADOR AFP */
.comisiones-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 710px;
  margin: auto;
  margin-left: -40px;
}
.comisiones-flex > div {
  width: 33%;
  flex: 33%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.comisiones-flex > div.col-reverse {
  flex-direction: column-reverse;
  text-align: right;
}
.comisiones-col h3 {
  margin: 0; 
  font-size: 14px;
  color: #999;
}
.comisiones-col h2 {
  margin: 0;
  text-align: center;
}
.comisiones-col.afp-actual {
  background: #eee;
  border-radius: 10px;
}
.comisiones-col.afp-actual .com-row span{
  border-top: solid 1px #fff;
}
.comisiones-col.afp-nueva {
  border: solid 2px #eee;
  border-radius: 10px;
  margin-left: 1em;
}
.comisiones-col.afp-nueva .com-row span{
  border-top: solid 1px #eee;
}
.total-total-col {
  width: 100%;
  max-width: 68%;
  text-align: right;
  padding: 1em;
  background: #EEF3FE;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  justify-content: end;
  align-items: center;
}
.total-total-col span:first-child {
  margin: 0 0.4em;
}
.total-total-col span:last-child {
  font-size: 18px;
}
.resultado-simulador {
  text-align: right;
  width: 100%;
  max-width: 710px;
  margin: auto;
  margin-left: -40px;
  display: flex;
  justify-content: end;
  padding: 0 1em;
}
.icono-total {
  margin-left: 1em;
}
.resultado-simulador p{
  margin: 0;
}
.resultado-simulador span{
  font-size: 20px;
  color: #999;
}
.com-row span, .col-title {
  display: block;
  padding: 1em;
}
.total-col {
  width: 100%;
  max-width: 68%;
  text-align: right;
  padding: 1em;
  background: #FFFFE5;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  justify-content: end;
  align-items: center;
}
.total-total-col span:first-child {
  margin: 0 0.4em;
}
.comisiones-total {
  width: 100%;
  max-width: 710px;
  margin: 1em auto;
  margin-left: -40px;
  display: flex;
  justify-content: flex-end;
}
.simulador-form-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 2em;
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
}
.com-row {
  max-height: 52px;
}
@media screen and (max-width: 800px) {
  .comisiones-total, .comisiones-flex, .resultado-simulador{
    margin-left: auto;
  }
}
@media screen and (max-width: 600px){
  .col-reverse .com-row span {
    font-size: 12px;
    margin-bottom: 10px;
    padding-right: 1em;
  }
  .comisiones-col h3{
    font-size: 12px;
  }
  .comisiones-col h2{
    font-size: 16px;
  }
  .com-row span, .col-title{
    padding: 1em .4em;
  }
}
@media screen and (max-width: 500px){
  .comisiones-total, .comisiones-flex, .resultado-simulador{
    width: 140%;
  }
  .total-total-col span, .total-col span {
    font-size: 14px!important;
  }
  .total-col span:last-child, .total-total-col span:last-child {
    min-width: 110px;
  }
  #resultado{    
    overflow-x: auto;
  }
}
#steps .steps, #steps .content section {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#steps .content section#steps-p-2 {
  width: 100%;
  max-width: 800px;
}
#steps .form-select:after {
  content: "\f0d7";
  position: absolute;
  right: 1em;
  top: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
}

/* RESPONSIVE */
.table.table-5per.table-collapse.first-table {
  display: flex;
}
.table.table-5per.table-collapse.first-table > div {
  width: 20%!important;
}
@media (max-width: 967px){
  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    width: 100%!important;
    float: none!important;
  }
  .chart-wrap.col-4 {
    margin-bottom: 1em;
  }
  .register-row{
    flex-wrap: wrap;
  }
  .register-row > div{
    width: 100%;
    flex: 100%;
    min-height: 0;
  }
  .register-row > div.register-info{
    margin: 1em;
  }
  .register-info .login-logo{
    margin-bottom: 0;
  }
  .register-info ul{
    display: none;
  }
}
@media (max-width: 767px){  
  .login-content.register-content{
    padding: 20px 0;
  }
  .register-info {
    width: 80%;
    margin: auto;
  }
  .register-info h1, .register-info h2, .register-info ul{
    display: none;
  }  
  .register-info .login-logo{
    text-align: center;
    margin: auto;
    margin-bottom: 0;
    width: 80%;    
  }
  .login-content.register-content .login-box-wrap{
    max-width: 80%;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px){
  #ac-content {
    margin-left: 0;
  }
  #ac-content .content-charts{
    padding: 25px;
  }
  #ac-sidebar{
    left: -320px;
  }
  #ac-sidebar.open-menu{
    left: 0;
  }
  #ac-sidebar .menu-item{
    opacity: 1;    
  }
  #ac-sidebar .menu-item.active .menu-action{
    display: none;
  }
  #ac-sidebar .menu-item.active:after{
    display: none;
  }  
  #menu-toggle.open{
    margin-left: 320px;
    z-index: 99999;
  }
  #menu-toggle{
    display: block;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  }
  #ac-content .page-header .header-main{
    padding: 0;
  }
  #ac-content .page-header{
    padding: 0 2em;
  }
  #ac-content .page-header .header-secondary{
    padding: 0;
  }
  .chart-box.consolidado-box h3{
    font-size: 14px;
  }
  .logos-sidebar{
    padding: 0;
  }
  .logo-partners{
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 0;
  }
  .logos-sidebar p {
    width: 80px;
    font-size: 12px;
    padding: 1em 1em 1em 2em;
  }
}
@media (max-width: 950px){
  .chart-flex.flex-30 > div {
    width: 100%;
  }  
  .flex-30 > div{
    margin: 0;
    margin-bottom: 20px;
  }    
  .flex-50 > div, .flex-30 > div {
    width: 100%;
  }
  .secondary-menu{
    position: relative;
    overflow: hidden;    
  }
  .secondary-menu ul{
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-right: 40px;
  }
  .secondary-menu ul:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 1em);
    background: linear-gradient(to left, #fff 20px, transparent);
    width: 80px;
    border-radius: 0 20px 20px 0;
  }
}
.switch-responsive{
  text-align: center;
  display: none;
  margin-bottom: 20px;
}
.switch-responsive .switch-wrap {
  margin: auto;
  margin-bottom: 5px;
}
@media (max-width: 870px){
  .filtros-form .col-9, .filtros-form .col-3 {
    width: 100%;
    text-align: center;
    float: none;
  }
  .filtros-form .col-9{
    margin-bottom: 20px;
  }
  .filtros-form .new-user{
    text-align: center;
    float: none;
  }
  .data-info-detail {
    color: #333;
    text-align: right;
    padding-right: 1em;
  }
}
@media (max-width: 767px){
  /*.user-filter .col-9, .user-filter .col-3{    
    float: left!important;
  }
  .user-filter .col-9{
    width: 60%!important;
  }
  .user-filter .col-3{
    width: 40%!important;
  }*/
  .user-table th, .user-table td{
    min-width: 100px!important;
  }
  .noticia-wor{
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .noticia-wor .noticia-bajada p{
    text-align: left;
  }
  .noticia-foto{
    margin-bottom: 1em;
  }
  .noticia-info{
    width: 100%;
  }
  #ac-content .page-header .user-menu .user-info h4{
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.page-content.content-charts.blur {
  filter: blur(0.5em);
  opacity: .8;
}
@media (max-width: 600px){
  .responsive-submenu{
    display: block;
  }
  .simulate-user p {
    display: none;
  }
  #info-pasos{
    font-size: 16px;
  }
  #info-pasos br {
    display: none;
  }
  .search-table{
    text-align: center;
  }
  .search-table label{
    margin-bottom: 1em;
    display: inline-block;
  }
  .search-table .select-arrow select, .search-table .select-arrow {
    width: 100%;
  }        
  .btn-exportar{
    max-width: 220px;
    width: 90%;
    justify-content: center;
  }
  .btn-exportar .table-export-content{
    left: 0;
    margin: auto;
    width: 100%;
  }
  .contenedor-acciones{
    justify-content: center;
  }
  .switch-wrapper.switch-desktop .search-table {
    margin-bottom: 1em;
  }
  .cartola-content .chart-table{
    border-radius: 10px;
  }
  .user-table:after, .cartola-content .chart-table:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 1em);
    background: linear-gradient(to left, #fff 10px, transparent);
    width: 40px;
    border-radius: 0 20px 20px 0;
  }
  .tooltip{
    right: unset;
  }
  .table-filter-content{
    right: unset;
  }
  .chart-table {
    margin-top: 0;
  }
  .table-head > div {
    width: 100%;
    flex: 100%;    
  }
  .table-actions{
    justify-content: center;
  }
  .table-head h2{
    margin-bottom: .5em;
    text-align: center;
  }
  .chart-box.balance-box {
    flex-wrap: wrap;
  }
  .chart-box.balance-box > div.col-6, .chart-box.balance-box > div.col-4 {
    width: 100%!important;
  }
  .chart-box.balance-box > div.col-6{
    display: none;
  }
  .data-info-detail {
    color: #333;
    text-align: center;
    padding: 0;
  }
  .balance-box .data-info h3 {
    font-size: 20px;
  }
  .balance-box .data-info h2 {
    font-size: 30px;
  }
  .chart-box.consolidado-box h5, .data-info h5 {     
    font-size: 14px;
  }
  #ac-content .page-header h1{
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  div#ac-content.open-menu{
    filter: blur(0.5em);
    opacity: .8;
  }
  .responsive-menu{
    border-radius: 10px;
    overflow: hidden;
  }
  .responsive-submenu li a {
    display: block;
    color: #333;
    text-align: left;
  }
  #ac-content .responsive-submenu ul li.li-notification{
    border-top: none;
    text-align: left;
  }
  #ac-content .content-charts{
    padding: 20px;
  }
  #ac-content .page-header .user-menu .user-info, #ac-content .notifications-submenu{
    display: none!important;
  }
  .user-cover{
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 0!important;
    text-align: center;
  }
  .user-cover:before {
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 21px;
    line-height: 2.5;
  }
  #ac-content .page-header .user-menu .user-notifications > a{
    border-left: 0;
    padding: 0;
  }
  #ac-content .page-header .user-menu .user-notifications > a > i{
    display: none;
  }
  .user-cover {
    padding: 10px 20px;
    position: relative;
  }
  #ac-content .page-header .user-menu .user-notifications > a > .not-number{
    top: 5px;
    right: 15px;
  }
  .table-cell p span{
    display: block;
    margin: 0;
  }
  .table-4cols > .table-cell{
    width: 50%;
  }
  .table-2cols > .table-cell{
    width: 100%;
  }
  .table-2cols > .table-cell.table-cell-parent > p{
    font-weight: 700;
    margin: 10px 0;
  }
  .table-2cols > .table-cell:nth-last-child(2){
    border-bottom: solid 1px #ccc;
  }
  .table-2cols > .table-cell.table-cell-parent:first-child {
    margin-bottom: 30px;
  }
  #ac-content .page-header .header-secondary h2{
    text-align: center;
  }
  .balance-tabs{
    margin: 20px 0 30px 0;
  }
  .balance-tabs ul li span{
    text-align: center;
    line-height: 1;
  }
  .filtros-form .search-table {
    margin-bottom: 15px;
    margin-right: 0;
    width: 99%;
  }
  .filtros-form .new-user{
    margin-left: 0;
  }
  .filtros-form button.btn.btn-new.btn-filtros-filtrar{
    min-width: 180px;
  }

}
@media (max-width: 500px){
  .noticia-wor{
    width: 100%;
  }
  .filtros-form .search-table label {
    display: block;
    text-align: left;
  }
  .filtros-form .search-table select, .filtros-form .search-table input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
}
@media (max-width: 420px){
  .user-filter .col-9, .user-filter .col-3{
    width: 100%!important;
    float: none!important;
    text-align: center!important;
  }
  .user-filter > .row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .user-filter .new-user{
    text-align: center;
    margin-bottom: 10px;
  }
  .user-filter .new-user .btn, .filtros-form button.btn.btn-new.btn-filtros-filtrar{
    display: block;
    width: auto;
    margin: auto;
    min-width: 120px;
  }
  .search-table{
    display: block!important;
  }
  .cantidad-resultados {
    display: block!important;
    margin-bottom: 10px;
    text-align: center;
  }
  .pagination-wrap{
    float: none!important;
    background: #fff;
    border-radius: 5px;
  }
  .user-pagination .col-6{
    text-align: center;
  }
}
@media (max-width: 400px){  
  #menu-toggle.open{
    margin-left: 300px;
  }
  #ac-sidebar{
    width: 300px;
  }
  .table.table-5per.table-collapse.first-table > div.table-cell.table-cell-1of3{
    width: 100%!important;
    border-bottom: solid 1px #ccc;
  }
  .calendar-filter .filter-wrap{
    text-align: center;
  }
  .table-cell.table-cell-1of2 {
    padding: 5px;
  }
  .calendar-filter .filter-wrap p span{
    font-size: 11px;
  }
}
@media (max-width: 360px){
  #menu-toggle.open{
    padding-left: 0;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* PDF PRINT */
.body-pdf{
    background-color: #fff !important;
    background: #fff !important;
}
.page-letter{
    width: 900px;
    height: 792px;
    margin: auto;
    margin-bottom: 50px;
    font-family: 'Arial'!important;  
}
.page-letter.horizontal{
    width: 1200px;
    height: 500px;
}

.page-letter .chart-table th, .page-letter .chart-table td {
    font-size: 11px;
    padding: .8em .5em;
}
.chart-table td:last-child {
  padding-right: 1em;
}
td.dataTables_empty {
  text-align: center;
  padding: 170px 2em 2em 2em;
  position: relative;
  font-size: 18px;
  color: #999;
}
td.dataTables_empty:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50px;
  background: url(/img/iconoSinResultado.svg);
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5;
}
.page-letter .preview-title {
    padding-right: 33px;
}
.page-letter h3 {
    margin: 0px;
    text-align: right;
}
.page-letter .titulo {
    text-align: right;
    line-height: 10px;
}
.page-letter .preview-doc{  
  min-width: 712px;
  height: 500px;
}
.page-letter .preview-logo-bg {
    height: 300px;
    width: 300px;
    right: 1px;
    bottom: 1px;
    position: absolute;
}
.page-letter .descargar-instrumento-float{
  bottom: 50px;
}
.page-letter .preview-text h4 {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Arial';
}
.page-letter h5{
    font-family: 'Arial';
}
.page-letter .preview-text {
    padding: 0 20px;
    border-left: 10px solid #290088;
}
.page-letter .preview-names {
    margin: 30px;
    border-top: solid 1px #eee;
    padding-top: 30px;
}
.page-letter .page-text.preview-doc {
    padding: 0px 30px;
}
.page-letter .page-text.preview-doc p, .page-letter .page-text.preview-doc li, .page-letter .page-text.preview-doc table {
    font-size: 12px;
    text-align: justify;
}
.page-letter .page-title{
  text-align: center;
}
.page-letter .page-title h1 {
    font-size: 16px;
    font-family: 'Arial';
    margin-top: 0;
    margin-bottom: 30px;
}
.page-letter .page-title h2 {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-letter .page-content{
  margin-bottom: 30px;
}
.page-letter .page-content h3 {
    font-size: 16px;
    font-family: 'Arial';
    font-weight: bold;
}
.page-letter .page-content h3 span {
    font-size: 12px;
    font-weight: 400;
}
.page-letter .footer-print svg {
    display: inline-block;
    vertical-align: middle;
}
.page-letter .footer-print span {
    font-size: 10px;
    vertical-align: middle;
}
.page-letter .svg-print {
    max-width: 240px;
    margin: auto;
    text-align: center;
}
.page-letter .preview-large .preview-logo{
  max-width: 100%!important;
  margin-bottom: 30px;
}
.page-letter .svg-print img {
    max-width: 70px;
    height: auto;
    margin: 0 5px;
}
.page-letter .firmas {
		width: 100%; 
		font-size: 12px;
		display: inline-block;
		margin: 40px 0;
}
.page-letter .firma {
	margin-top: 70px;
	width: 200px; 
	border-top: 1px solid; 
	float: left; 
}
.page .tabla {
	width: 100%;
	margin: 20px 0;
}
.page-letter .tabla td, .page-letter .tabla th { 
	border: 1px solid #000; 
	padding: 5px;
}
p#info-pasos {
  font-size: 18px;
  color: #333;  
  text-align: center;
  max-width: 400px;
  width: 90%;
  margin: 0 auto 2em auto;
}
#steps .steps > ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
#steps .steps > ul > li{	
  width: 30%;
  position: relative;
}
#steps #form-registro .steps > ul > li {
  width: 48%;
}
#steps .steps > ul > li > a{
  width: auto;
  height: auto;
  display: block;
  font-size: 13px;
  background: transparent;
  margin: auto;
  outline: none!important;
  transition: all .3s ease-in-out;
  line-height: 1;
  font-weight: 500;
  color: #333;
  position: relative;
  z-index: 1;
  border: 0;
  text-align: center;
  padding-top: .5em;
  margin-bottom: 1em;
}
#steps .steps > ul > li:before{
	position: absolute;
	width: 100%;
	height: 6px;
	background: var(--lightgray);
	top: -10px;
  left: 0;
  right: 0;	
	margin: auto;
	content: "";
  border-radius: 20px;
}
#steps .steps > ul > li.current:before {
  background: var(--darkblue);
}
#steps .form-group label{
  font-size: 14px;
  margin-bottom: .6em;
}
#steps .form-group select {
  width: 100%;
  border-radius: 10px;
  padding: 1em 2em;
  font-size: 14px;
}
#steps .form-group {
  margin-bottom: 1em;
}
#steps .actions{
  margin-bottom: 60px;
}
#steps.wizard > .actions > ul > li > a {
  white-space: unset;
  background: #224481;
  border-radius: 100px;
  display: block;
  height: auto;
  padding: 1em 2em;
  font-size: 16px;
  max-width: 200px;
  margin: auto;
  font-weight: 500;
}
#steps.wizard > .actions > ul > li > a:hover{
  background: #333;
}
#steps .steps > ul > li.done:before {
  background: var(--green);
}
#steps .form-group select:focus{
  border: solid 1px var(--lightblue);
}
#steps .form-group input {
  width: 100%;
  padding: 1em 2em;
  font-size: 14px;
  border-radius: 10px;
}
.steps > ul > li.complete:before{
	background: #f99d40;
}
.steps > ul > li.current a, .steps > ul > li:hover a{
	background: #095380;
	cursor: pointer;c	text-align: center;
	padding-top: 10px;
}
.steps > ul > li > a{
	display: block;
    font-size: 14px;
    background: #333;
    width: 200px;
    height: 40px;
    margin: auto;
    outline: none!important;
    transition: all .5s ease-in-out;        
    line-height: 1;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 9;
    border: solid 3px #fff;
	text-align: center;
	padding-top: 10px;
}
h3.title {
	display: none !important;
}
.wizard > .actions > ul {
    list-style: none;
    padding: 0;
		margin: 20px 0;
}
.wizard > .actions > ul > li{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.wizard > .actions > ul > li > a {
    background-color: #095380;
    border-color: #095380;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
		width: 100% !important;

}
.wizard > .actions > ul > li:first-of-type {
  display: none;
}

/* DEMO SWITCH */
.demo-switch .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}
.demo-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.demo-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D2D9E6;
  -webkit-transition: .4s;
  transition: .4s;
}
.demo-switch .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0;
    bottom: 0;
    background-color: #798EB3;
    -webkit-transition: .4s;
    transition: .4s;
}
.demo-switch input:checked + .slider {
	background-color: #D2D9E6;
}
.demo-switch input:focus + .slider {
  box-shadow: 0 0 1px #D2D9E6;
}
.demo-switch input:checked + .slider:before, .demo-switch .slider.cartola-blue:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background-color: var(--darkblue);
}
.demo-switch .slider.round {
  border-radius: 34px;
}
.demo-switch .slider.round:before {
  border-radius: 50%;
}
body.body-simulate div#ac-sidebar {
  height: calc(100vh - 40px);
}
.graficos-custom-tooltip {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  border-radius: 0.5em;
  font-size: 12px;
}
.bootstrap-datetimepicker-widget {
  display: block!important;
} 