/*CUSTOM*/
/* No se muestra el combo de la gestora en el buscador de fondos bsab-irc y bsab-irc2*/
#catfiBuscMainForm_fs DIV#p02_p {
display:none;
}

/********/


/* Main */


/********/

* { font-family: Helvetica, sans-serif; }

body {
    background: #ffffff;
    color: #3c3c3c;
    font-family: Helvetica, sans-serif;
    font-size: 0.8rem;
    vertical-align: middle;
}


header {
    padding: 0;
}

header .col12 {
    padding-left: 0;
}

body.inFrame header {
    display:none;
}
body.inFrame .logo-footer {
    display:inline;
}

h1,
h2,
h3 {
    color: #006DFF;
    font-family: Tahoma, sans-serif !important;
    font-weight: 300;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.35em;
    margin: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.7em;
}

footer {
    margin-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

footer p {
    margin-bottom: 0.5rem;
}

footer a,
footer a:hover,
footer a:active {
	color: #666666;
	text-decoration: underline;
}

a {
    color: #006DFF;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #006DFF;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

.title-row-h1 div {
    border-bottom: 1px solid #e5e5e5;
}

.title-row-h2 div {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}

.title-row-h3 div {
    border-bottom: 1px solid #e5e5e5;
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/***********/


/* Header */


/***********/

header .col-12 {
    padding-left: 0;
}

header .motto {
    display: none;
}


/***********/


/* Navmenu */


/***********/

.navbar {
    margin: 15px 0;
    padding-left: 0;
    border: none;5
    border-radius: 0;
    background-color: #006DFF;
}

.navbar-collapse { 
     background-color:transparent;
}

.navbar a {
    outline: 0;
    white-space: pre-wrap;
}

#navmenu > li > a,
#navopts #navbarDropdownMenuLink {
    color:#fff;
}

.navbar .navbar-brand {
    width: 150px;
    display: none;
}

.navbar .dropdown-menu {
    font-size: 1em;
    /* min-width: 270px; */
}

.navbar .dropdown-menu .show>.dropdown-toggle::after {
    transform: rotate(-90deg);
}

.navbar .dropdown-item {
    padding: 0.5rem;
}

.navbar-toggler {
    border: 1px solid #e6e6e6;
}

.navbar-toggler-icon {
    background-image: url(../img/vdos/icon_menu.png);
}

.preferred {
    background-color: #f8f9fa;
}

.navbar .navopts .dropdown-menu {
    min-width: 100px;
    left: auto;
}

.navbar .navopts .dropdown-menu .dropdown-header {
    padding: 0.5rem 0rem 0.5rem 1rem;
}

.navbar .nav-products .dropdown-menu {
    min-width: 100px;
    /* left: -120px; */
}

.navbar .nav-products .dropdown-menu .dropdown-header {
    padding: 0.5rem 0;
}

.dropdown-menu-right {
    left: 0;
}

.dropdown-menu-left {
    right: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar .dropdown-item {
        padding: 0.5rem 1rem;
    }
}


/************/


/* Navpills */


/************/


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
    .nav-pills.level-1 {
        float: left;
        flex: 1 1 100%;
    }
    .nav-pills.level-3 {
        float: left;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .nav-pills.level-1 {
        float: right;
    }
    .nav-pills.level-3 {
        float: right;
    }
}

.nav-pills.level-1,
.nav-pills.level-2,
.nav-pills.level-3 {
    display: flex !important;
    flex: 0 0 100%;
    flex-wrap: nowrap;
    justify-content: flex-end !important;
    margin: 0;
}

.nav-pills.level-1 .nav-item,
.nav-pills.level-2 .nav-item,
.nav-pills.level-3 .nav-item {
    display: flex;
    /* To avoid different heights between flaps */
    flex-grow: inherit;
    margin: 0;
}

.nav-pills.level-1 .nav-item .nav-link,
.nav-pills.level-2 .nav-item .nav-link,
.nav-pills.level-3 .nav-item .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pills.level-3 {
    margin-top: 1rem;
}

.nav-pills .nav-item {
    display: table-cell;
}

.nav-pills .nav-link {
    background-color: #ffffff;
    color:#006dff;
    text-align: center;
    margin-right: 1px;
    border-radius: 0;
    padding: 0.8rem 1rem;
}

.nav-pills .nav-link:hover {
    background-color: #ffffff;
    color:#006dff;
    border-bottom: 2px solid #006DFF;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    color:#000;
    border-bottom: 2px solid #000;
}


/**************/


/* Breadcrumb */


/**************/

.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item.active {
	color:#4078D4;
}

/**************/


/* List Group */


/**************/

.floatbox {
    border: 1px solid rgba(0, 0, 0, .125);
}

.floatbox .list-group-item {
    padding: .75rem 0rem .75rem 0;
    background-color: transparent;
    border: none;
}

.floatbox .list-group-item:first-child {
    padding: .75rem 0rem .75rem 1.25rem;
}

.floatbox .list-group-item.current {
    font-weight: 700;
}


/*********/


/* Forms */


/*********/


form label {
    /* color:#4078D4; */
	font-weight: 600;
}

form select,
form fieldset select {
	color: #004478;
}

select:focus {
    outline: 0;
}

form#evolForm .form-check-label {
    margin-bottom: 0.5rem;
}

.form-control.custom-select {
    font-size: 1em;
}


.criterio label {
    font-weight: 700;
}


/*********/


/* Lists */


/*********/

.catfi.event ul.list-unstyled li.denom:first-child {
    border-top: 1px solid #f1f1f1;
}

.catfi.event ul.list-unstyled li.denom:last-child {
    border-bottom: 1px solid #f1f1f1;
}


/*********/


/* Table */


/*********/

caption {
    display: none !important;
}

.table {
    font-size: 0.9em;
    margin-top: 1rem;
}

.table thead th {
    border-top: none;
	border-bottom: none;
    font-weight: 700;
    padding: 15px 5px 10px;
    vertical-align: middle;
    text-align: center;
}

.table .separator {
    font-size: 1.3em;
    font-weight: 700;
    background-color: #9d978d;
    color: #ffffff;
}

.table tbody+tbody {
    border-top: 0;
}

.table tbody tr.group td {
    padding-left: 0.75rem;
    font-weight: 700;
}

.table td {
    vertical-align: middle;
}

.table td.fondo {
    text-align: left;
}

.table .separator {
    font-size: 1.3em;
    font-weight: 700;
    background-color: #9d978d;
    color: #ffffff;
}

.table .rating {
    width: 100px;
}


/* Styles for "Comparativa" table */

.table tbody tr.comparado,
.table tbody tr.comparado a {
    background-color: #FFEBCD;
    color: #000000;
}

.table tbody tr.comparado td.comp {
    padding-left: 50px;
}

.comparativa.table td:first-child {
    text-align: left;
}

.table.comparativa td.better {
    height: 32px;
    background-image: url(../img/vdos/icon_yes.png);
    background-position: 0.5em 3px;
    background-repeat: no-repeat;
}

.table.comparativa td.tag {
    padding: 0.75rem 0.75rem 0.75rem 2rem;
}

.table.comparativa tfoot td {
    text-align: left;
    padding: 1.5rem 0 0;
}

.table.comparativa tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table.comparativa tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}


/* Styles for "mg","iges" tables */

table.iges td,
table.iic td {
    text-align: right;
}

table.mg tbody tr.prop,
table.iges tbody tr.prop,
table.iic tbody tr.prop {
    background-color: #1b39a4;
    color: #ffffff;
}

table.mg tbody tr.prop td a,
table.iges tbody tr.prop td a,
table.iic tbody tr.prop td a {
    color: #ffffff;
}

table.mg tbody tr.compet,
table.iges tbody tr.compet,
table.iic tbody tr.compet {
    background-color: #afbef5;
}

table.mg tbody tr.mg,
table.iges tbody tr.mg {
    background-color: #1b39a4;
    color: #ffffff;
}

table.mg tbody tr.agrup,
table.iges tbody tr.agrup,
table.iges tbody tr.ising,
table.iic tbody tr.agrup {
    background-color: #c0c0c0;
}

table.mg tbody tr.agrup td.leyenda,
table.iges tbody tr.agrup td.leyenda,
table.iges tbody tr.ising td.leyenda,
table.iic tbody tr.agrup td.leyenda {
    color: #3c3c3c;
    font-weight: 700;
    text-align: left;
}

table.mg tbody td.bold,
table.iges tbody td.bold,
table.iic tbody td.bold {
    font-weight: 700;
}

table.iges tfoot td.note {
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

table.iges tfoot td.note p {
    text-align: left;
    margin-bottom: 0.2rem;
}

table.iic tbody tr.universo {
    margin-top: 10px;
    background-color: #0b5198;
    color: #FFFFFF;
    padding-top: 20px;
    font-weight: 700;
}

table.iic tbody tr.agreg td {
    border-top: none;
    background-color: #fcfca4;
    font-weight: 700;
}

table.iic tbody tr.agreg td.fondo {
    background-color: #FFFFFF;
    font-size: 1em;
    border-top: none;
    border-bottom: none;
}


/* Styles for "infop02x" tables */

table.exenta td.leyenda {
    background-color: #fff;
}


/*********/


/* Logos */


/*********/

.logo1.col-6 {
    padding-left: 0;
}

.logo-header-left {
    background-image: url(../img/bsab/logo_heading.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    height: 33px;
    width: 150px;
}

.logo-header-right {
    background-image: url(../img/vdos/logo_header_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;
    height: 33px;
    width: 150px;
}

.logo-navbar {
    background-image: url(../img/vdos/logo_navbar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 33px;
    width: 150px;
}


.logo-footer {
    display:none;
    background-image: url(../img/vdos/logo_footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 27px;
    width: 119px;
}

/*********/


/* Icons */


/*********/

.icon {
    background-repeat: no-repeat;
    background-position: center;
}

.icon-help {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_help.png);
}

.icon-excel {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_excel.png);
}

.icon-csv {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_csv.png);
}

.icon-print {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_print.png);
}

.icon-magnifying-glass {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_magnifying_glass.png);
}

.icon-recommended {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_recommended.png);
}

.icon-yes {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_yes.png);
}

.icon-no {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_no.png);
}

.icon-pdf {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_pdf.png);
}

.icon-pdf-no {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_pdf_no.png);
}

.icon-more {
    height: 20px;
    width: 20px;
    background-image: url(../img/vdos/icon_more.png);
    background-size: 100%;
}

.icon-sortup {
    height: 10px;
    width: 18px;
    background-image: url(../img/vdos/icon_sort_up.png);
}

.icon-sortup.active-up {
    height: 10px;
    width: 18px;
    background-image: url(../img/vdos/icon_sort_up_active.png);
}

.icon-sortdown {
    height: 10px;
    width: 18px;
    background-image: url(../img/vdos/icon_sort_down.png);
}

.icon-sortdown.active-down {
    height: 10px;
    width: 18px;
    background-image: url(../img/vdos/icon_sort_down_active.png);
}

.icon-next {
    height: 18px;
    width: 10px;
    background-image: url(../img/vdos/icon_next.png);
}

.icon-previous {
    height: 18px;
    width: 10px;
    background-image: url(../img/vdos/icon_previous.png);
}

.icon-info {
    position: relative;
    width: 10px;
    height: 10px;
    top: -4px;
    left: 2px;
    background-image: url(../img/vdos/icon_info.png);
}

.icon-crent {
    height: 32px;
    width: 32px;
    background-image: url(../img/vdos/icon_crent.png);
}

.icon-star {
    height: 15px;
    width: 80px;
}

.icon-star_nd,
.icon-star-rnd {
    background-image: url(../img/vdos/icon_star_nd.png);
}

.icon-star_r1,
.icon-star-r1 {
    background-image: url(../img/vdos/icon_star_r1.png);
}

.icon-star_r2,
.icon-star-r2 {
    background-image: url(../img/vdos/icon_star_r2.png);
}

.icon-star_r3,
.icon-star-r3 {
    background-image: url(../img/vdos/icon_star_r3.png);
}

.icon-star_r4,
.icon-star-r4 {
    background-image: url(../img/vdos/icon_star_r4.png);
}

.icon-star_r5,
.icon-star-r5 {
    background-image: url(../img/vdos/icon_star_r5.png);
}

.icon-risk-0 {
    background-image: url(../img/vdos/icon_riesgo_0.png);
    height: 11px;
    margin-right: 5px;
    width: 24px !important;
}

.icon-risk-1 {
    background-image: url(../img/vdos/icon_riesgo_1.png);
    height: 11px;
    margin-right: 5px;
    width: 24px !important;
}

.icon-risk-2 {
    background-image: url(../img/vdos/icon_riesgo_2.png);
    height: 11px;
    margin-right: 5px;
    width: 24px !important;
}

.icon-risk-3 {
    background-image: url(../img/vdos/icon_riesgo_3.png);
    height: 11px;
    margin-right: 5px;
    width: 24px !important;
}

.icon-risk-4 {
    background-image: url(../img/vdos/icon_riesgo_4.png);
    height: 11px;
    margin-right: 5px;
    width: 24px !important;
}

.icon-risk-5 {
    background-image: url(../img/vdos/icon_riesgo_5.png);
    height: 11px;
    margin-right: 5px;
    width: 24px !important;
}

table .icon-magnifying-glass {
    height: 20px;
    width: 20px;
    background-image: url(../img/vdos/icon_magnifying_glass.png);
    background-size: 100%;
    margin-left: 5px;
}

table .icon-pdf {
    height: 20px;
    width: 20px;
    background-image: url(../img/vdos/icon_pdf.png);
    background-size: 100%;
}

.card-header .icon-pdf,
.card-body .icon-pdf {
    height: 25px;
    width: 25px;
    background-image: url(../img/vdos/icon_pdf.png);
    background-size: 100%;
}

table .icon-pdf-no {
    height: 20px;
    width: 20px;
    background-image: url(../img/vdos/icon_pdf_no.png);
    background-size: 100%;
}

/*******/


/* Gif */


/*******/

.gif-loading {
    height: 200px;
    width: 200px;
    background-image: url(../img/vdos/gif_loading.gif);
    background-size: 100%;
}


/***********/


/* Buttons */


/***********/

.btn {
    border-radius: 0;
    padding: 5px 10px 3px;
    cursor: pointer;
	font-weight: bold;
	font-size: 1em;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:disabled {
	color: #fff;
    background-color: #006dff;
    padding: 10px 20px;
}



/*********/


/* Utils */


/*********/

.positive {
    color: #278600;
}

.negative {
    color: #e1251b;
}


/*********/


/* Cards */


/*********/

.card-header h3 {
    margin: 0;
}

.card label {
    margin-bottom: 0;
    font-weight: 700;
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .card .card-body-h200 {
        min-height: 200px;
    }
    .card .card-body-h250 {
        min-height: 250px;
    }
    .card .card-body-h300 {
        min-height: 300px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/********/


/* Help */


/********/

.help h1 {
    font-size: 2rem;
    padding: 1rem 0;
}

.help #wrapper_tooltip {
    color: #3c3c3c;
    background-color: #ffffff;
    border: solid 1px #3c3c3c;
    padding: 5px;
}

.help .tooltip {
    font-family: "Karla", "Karla Regular", sans-serif;
    font-size: 0.7rem;
    position: initial;
    opacity: 1;
}

.help .tooltip h4 {
    font-weight: 700;
}


/*******/


/* IIC */


/*******/

.iic h3 {
    font-size: 1.35em;
    background-color: #1b39a4;
    text-align: left;
    margin: 1rem 0;
    color: #f8f9fa;
    padding: .5rem 1rem;
}

.iic h4 {
    font-size: 1.25em;
    background-color: #f8f9fa;
    text-align: center;
    text-transform: uppercase;
    margin: 1rem 0;
    color: #1b39a4;
    padding: .5rem 1rem;
}

.iic-charts .chartfoot {
    font-size: 0.8rem;
    margin-top: 1rem;
    color: #666666;
    text-align: center;
}


/**********/


/* Charts */


/**********/

.jqplot-target {
    width: 100% !important;
    left: 0;
    margin-bottom: auto;
}

.jqplot-base-canvas {
    width: 100% !important;
}

table.jqplot-table-legend {
    border: none !important;
    width: 30% !important;
    left: 0 !important;
    top: 315px !important;
}

.jschart.pie table.jqplot-table-legend {
    top: 0px !important;
}

td.jqplot-table-legend {
    white-space: nowrap;
}

div.jqplot-table-legend-swatch-outline {
    border: none !important;
    width: auto !important;
}

#graph-legend {
    margin-top: 30px !important;
    margin-bottom: 150px;
    margin-right: 15px;
}


/************/


/* Glossary */


/************/

.glossary {
    font-size: 0.9em;
}

.glossary main h1 {
    color: #00247e;
    border: none;
}

.glossary main h3 {
    color: #00247e;
    padding-left: 2px;
    margin: 0;
}

.glossary .up:link,
.glossary .up:visited {
    margin: 0px;
    position: absolute;
    right: 19px;
}

.glossary .up:link img,
.glossary .up:visited img {
    color: #00247e;
    margin-top: 0.2em;
    background-image: url(../img/vdos/icon_up.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 10px;
    width: 15px;
    border: 0 !important;
}

.glossary .up:hover img,
.glossary .up:active img,
.glossary .up:focus img {
    color: #00247e;
    background-image: url(../img/vdos/icon_up_hover.png);
}

.glossary .hide:link,
.glossary .hide:visited {
    position: absolute;
    right: 1px;
}

.glossary .hide:link img,
.glossary .hide:visited img {
    color: #00247e;
    margin-top: 0.2em;
    background-image: url(../img/vdos/icon_hide.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 9px;
    width: 13px;
    border: 0 !important;
}

.glossary .hide:hover img,
.glossary .hide:active img,
.glossary .hide:focus img {
    color: #00247e;
    background-image: url(../img/vdos/icon_hide_hover.gif);
}

.glossary .show:link,
.glossary .show:visited {
    position: absolute;
    right: 1px;
    visibility: hidden;
}

.glossary .show:link img,
.glossary .show:visited img {
    color: #00247e;
    margin-top: 0.2em;
    background-image: url(../img/vdos/icon_show.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 9px;
    width: 13px;
    border: 0 !important;
}

.glossary a.show:hover img,
.glossary a.show:active img,
.glossary a.show:focus img {
    background-image: url(../img/vdos/icon_show_hover.gif);
}

.glossary dt {
    color: #00247e;
}

.glossary .link,
.link:link,
.link:visited {
    color: #00247e;
    font-weight: normal;
    text-decoration: none;
}

.glossary .link:hover,
.link:active,
.link:focus {
    color: #00247e;
    font-weight: normal !important;
    text-decoration: underline;
}

.glossary #letters a:hover,
.glossary #letters a.current {
    color: #00247e;
    font-weight: 600;
    font-size: 1.5em;
    text-decoration: none;
}

.glossary dt a.anchor:link .glossary dt a.anchor:visited {
    text-decoration: none;
}

.glossary dt a.anchor:hover,
.glossary dt a.anchor:active,
.glossary dt a.anchor:focus {
    text-decoration: none;
    font-weight: bold;
}

.glossary .letter-bar {
    background-color: #f0f0f0 !important;
}

.glossary dl,
.glossary .letter-bar {
    display: none;
}

.glossary #terms.current dl {
    display: block;
}

.glossary #terms.current .letter-bar {
    display: flex;
}

.glossary #terms dl.current {
    display: block;
}

.glossary #terms dl.hide {
    display: none;
}


/**************************/


/* Custom Styles for View */


/**************************/


body.comp .form-check-label {
    font-weight: 400;
}

body.catfi h3,
body.info h3 {
    margin: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

body.catfi label,
body.info label,
body.infop02x label {
    font-weight: 700;
}

body.catfi-busc h3 {
    margin: 10px 0;
}

body.catfi-gar .w-80p {
    width: 80px;
}

body.sim {
    font-size: 0.8em;
}

body.sim h2 {
    font-size: 1em;
}

body.sim label {
    font-weight: 700;
}

body.perf label,
body.sim label {
    font-weight: 700;
}

body.main .link-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

h3.cat-equiv {
    margin: 0 !important;
    border-bottom: 0px solid #e5e5e5 !important;
    padding-bottom: 5px;
}

body.perf .result {
    background-color: #eeeeee;
    padding: 2% 0;
}

body.perf .result p {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 97%;
    margin: 0 auto 20px;
}

body.perf .result p.report-pdf {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 20px auto 0;
}

body.perf .result label {
    color: #1b39a4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

body.perf .result span {
    margin-bottom: 10px;
}


/* Custom navigation CSS for Catálogo Equivalente */

.cat-equiv .nav-pills.level-3 .nav-item {
    display: table-cell;
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
    .cat-equiv .nav-pills.level-3 {
        display: table;
        width: 100%;
    }
    .cat-equiv .nav-pills.level-3 .nav-item {
        width: 50px;
    }
    .cat-equiv .nav-pills.level-2 .nav-item {
        width: 50px;
    }
}


/* Custom navigation CSS for Catfi */

.catfi .level-3 {
    display: flex !important;
    flex: 0 0 100%;
    flex-wrap: nowrap;
    justify-content: flex-end !important;
    margin: 0;
}

.catfi .level-3 .nav-item {
    display: flex;
    /* To avoid different heights between flaps */
    flex-grow: inherit;
    /* max-width: 200px; */
    margin: 0;
}

.catfi .level-3 .nav-item .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
    .catfi .nav-pills.level-3 {
        flex: 1 1 100%;
    }
}


/* Animations */

.catfi-anim>object {
    height: 320px;
    width: 100%;
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .catfi-anim>object {
        height: 80vh;
        width: 100%;
    }
}


/************/


/* Tablesaw */


/************/

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: none !important;
}

.tablesaw td {
    padding: 0.75rem;
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .tablesaw-bar {
        display: none;
    }
}


/*************/


/* Quintiles */


/*************/

main tbody tr td.q5,
main div span.q5 {
    background-color: #1A3055 !important;
    color: #ffffff;
}

main tbody tr td.q4,
main div span.q4 {
    background-color: #2D5494 !important;
    color: #ffffff;
}

main tbody tr td.q3,
main div span.q3 {
    background-color: #4078D4 !important;
    color: #ffffff;
}

main tbody tr td.q2,
main div span.q2 {
    background-color: #79A0E1 !important;
    color: #ffffff;
}

main tbody tr td.q1,
main div span.q1 {
    background-color: #B3C9EE !important;
    color: #ffffff;
}

td.q5,
td.q4,
td.q3,
td.q2,
td.q1,
td.q {
    text-align: center !important;
    padding: 0.1em;
}

tfoot td span.q5,
tfoot td span.q4,
tfoot td span.q3,
tfoot td span.q2,
tfoot td span.q1,
tfoot td span.q {
    padding: .5rem;
}


/*****************/


/*     Anim      */


/*****************/

.a_anim {
    display: flex;
    justify-content: flex-end;
    margin-right: 0.5em;
}

#rentAnim img,
#histAnim img,
#mrrAnim img {
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: top left;
    border: solid 1px #c0c0c0;
}

#histAnim {
    margin-left: 0.7em;
}

#rentAnim img {
    background-image: url(../img/base/RentabilidadesXS_on.png);
}

#rentAnim .current img {
    background-image: url(../img/base/RentabilidadesXS_off.png);
}

#histAnim img {
    background-image: url(../img/base/EvolucionXS_on.png);
}

#histAnim .current img {
    background-image: url(../img/base/EvolucionXS_off.png);
}

#mrrAnim img {
    clear: right;
    background-image: url(../img/base/MapaXS_on.png);
}

#mrrAnim .current img {
    background-image: url(../img/base/MapaXS_off.png);
}

#histChart,
#rentChart {
    width: 80vw;
    height: 60vh;
    display: none;
    margin: auto;
}

#termChart {
    max-width: 230px;
    max-height: 50px;
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #histChart,
    #rentChart {
        display: flex;
    }
}

/* Styles for print */
@media print {
    .breadcrumb {
        display: none!important;
    }
    .nav-pills,
    .nav-pills .nav-item {
        display: none!important;
    }
    .table {
        margin-top: 0;
    }
    .tablesaw-bar {
        display: none;
    }
    .tablesaw td {
        padding: 0.5em;
    }
    #rentEvolForm,
    #compVsCatForm {
        display: none;
    }
    a:not(.btn) {
        text-decoration: none;
    }
}

/**********/
/* Panels */
/**********/

#compIndex #intro {
    margin-top: 50px;
}

#compIndex .panel .panel-body {
    margin: 0;
    padding: 25px 20px 60px 25px;
}

#compIndex #intro .panel {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    border: 1px solid #bbb;
    border-top: 3px solid #006dff;
}

#compIndex #intro .panel .panel-header {
    color: #333333;
    font-weight:bold;
    padding: 10px 15px;
}

#compIndex .btn-primary {
width:100%;
}

#compIndex .btn-primary:hover {
    color: #006dff;
    background-color: #fff;
    border-color: #006dff;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #compIndex #intro {
        margin-top: 75px;
    }
    #compIndex #intro .panel .btn-intro {
        width: 150px;
        float:right;
    }
}
