#sectionCharts p {
  color: #9A9A9A;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
}

#sectionCharts p.errorAlert {
  color: #F00;
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-size: 13px;
}

#sectionCharts .errorAlertBono {
  color: #F00;
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-size: 13px;
}

#carteraInversionesWrapper {
  min-height: 500px;
  padding: 0px 25px;
}

#sectionCharts h2 {
  color: #184371;
  font-family: "Gotham-Book", sans-serif;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  #sectionCharts h2 {
    font-size: 20px;
  }
}

#chartTabsWrapper .tab-content {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  background-color: #F9F9F9;
  padding: 0px !important
}

#chartTabsWrapper .nav-tabs > li > a {
  /*line-height: 1.42857143;
  border-radius: 0px;*/
  color: #184371;
  text-align: center;
  margin: 0px;
  padding: 16px 0px;
  border: 1px solid #ddd;
  font-family: "Gotham-Book", sans-serif;
}

@media only screen and (min-width: 768px) {
  #sectionCharts .container .row .pageTitle {
    max-width: 75%;
    float: none;
    margin: 0 auto;
  }
}

#chartTabsWrapper  {
  width: 100%;
}


#chartTabsWrapper ul.nav.nav-tabs {
  background: white;
  color: #184371;
  border: none;
}

#chartTabsWrapper .nav-tabs > li {
  width: 50%;
}


#chartTabsWrapper .nav-tabs > li > a:hover {
  background: white;
  color: #184371;
}

#chartTabsWrapper .nav-tabs > li.active > a,
#chartTabsWrapper .nav-tabs > li.active > a:hover,
#chartTabsWrapper .nav-tabs > li.active > a:focus .nav-tabs > li.active > a:active {
  text-align: center;
  color: white;
  background: #184371;
  cursor: default;
  border-bottom-color: transparent;
}

#sectionCharts h2 {
  color: #184371;
  font-family: "Gotham-Book", sans-serif;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  #sectionCharts h2 {
    font-size: 20px;
  }
}


@media only screen and (min-width: 768px) {
  #sectionCharts .container .row .pageTitle {
    max-width: 75%;
    float: none;
    margin: 0 auto;
  }
}


#chartTabsWrapper .tab-content .tabpanel {
  width: 100%;

}



#chartTabsWrapper #graficoValorCuota,
#chartTabsWrapper #graficoRentabilidad {
  width: 100%;
}

#chartTabsWrapper ul.nav.nav-tabs {
  background: white;
  color: #184371;
  border: none;
}

#chartTabsWrapper .nav-tabs > li {
  width: 50%;
}

#formContainer > div.table-responsive.table-cartera > table > tbody > tr > td{
   
    background-color: #184371 !important;
}




