/* @import url("//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"); */
@font-face {
    font-family: "Basetica";
    src: url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/Basetica-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Basetica";
    src: url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/Basetica-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
/* 
@font-face {
    font-family: "icofont";
    src: url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/icofont.eot");
    src: url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/icofont.eot?#iefix") format("embedded-opentype"),
        url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/icofont.woff2") format("woff2"),
        url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/icofont.woff") format("woff"),
        url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/icofont.ttf") format("truetype"),
        url("//tools.eurolandir.com/tools/Fragulizer/Config/Company/lt-ign1l/fonts/icofont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} */

body {
    margin: 0 auto;
    font-family: "Basetica", Arial, sans-serif;
    font-size: 16px;
    color: #172e62;
}

.wrapper {
    margin: 0 auto;
}

.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #172e62;
    font-weight: normal;
    text-decoration: none;
    font-style: none;
}

.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    color: #172e62;

    font-weight: none;
    text-decoration: underline;
    font-style: none;
}


.other-activity-chart {
    float: none;
    height: 200px;
    margin: 0%;
    width: 25%;
    margin-top: 20px;
    display: inline-block;
}

.main-activity-chart {
    float: left;
    height: 200px;
    margin-right: 5%;
    width: 25%;
}

#columnChartArea,
.wrapper {
    width: 100%;
    max-width: 1120px;
}

.other-activity-chart-container {
    width: 75%;
}

.main-activity-chart {
    float: left;
    height: 200px;
    margin: 0%;
    width: 25%;
    margin-top: 20px;
    display: inline-block;
}

.highcharts-title tspan {
    font-weight: 500;
}



table.table-market-share {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
}

.pie-chart-container {
    width: 50%;
    display: inline-block;
}

.fragmentation #chart-container {
    height: auto !important;
    margin: 0;
}

.market-share {
    display: inline-block;
    margin-right: 0px;
    width: 50%;
    vertical-align: top;
}

.share-type-selection>.share-type-selection,
.share-selection,
.date-time-heading {
    margin: 0;
}


.main-activity-chart {
    margin-top: 20px !important;
}

td.table-header {
    background: #FAFBFF !important;
    border-bottom: 1px solid #cdd9f3 !important;
    color: #172e62 !important;
    font-weight: 500;
    border-top: 1px solid #cdd9f3;
}

td.table-row.table-of-instrument-row.td-market-name.border-inline.table-share-row-even {
    border-left: 1px solid #cdd9f3;
}

td.table-row.table-of-instrument-row.td-market-name.border-inline.table-share-row-odd {
    border-left: 1px solid #cdd9f3;
}

td.table-header.table-of-instruments-header.td-exchange-header.table-share-row-even {
    border-left: 1px solid #cdd9f3;
    border-top-left-radius: 12px;
}

td.table-header.table-of-instruments-header.td-time-header.table-share-row-even {
    border-right: 1px solid #cdd9f3;
    border-top-right-radius: 12px;
}

td.table-row.table-of-instrument-row.td-time.border-inline.table-share-row-odd {
    border-right: 1px solid #cdd9f3;
}

td.table-row.table-of-instrument-row.td-time.border-inline.table-share-row-even {
    border-right: 1px solid #cdd9f3;
    border-bottom-right-radius: 12px;
}

.fragmentation-title,
.market-share-heading,
.activity-trend-heading {
    color: #172e62;
    font-weight: 500;
    text-transform: none;
    font-size: 1.25em;
}

@media (max-width: 690px) {

    /* market share */
    .market-share {
        width: 40%;
        float: left;
        margin-right: 0;
    }

    .pie-chart-container {
        width: 55%;
        padding-left: 0px;
        float: left;
        height: 200px;
    }

    #pie-chart {
        width: 100%;
    }
}

@media (max-width: 680px) {

    /* market share */
    .chart-tooltip {
        font-size: 10px !important;
    }

    .pie-chart-container {
        padding-left: 0px;
        float: left;
        height: 200px;
    }

    .share-type-selection,
    .share-selection {
        margin: 0%;
    }

    #pie-chart,
    .market-share {
        width: 100% !important;
    }

    table.table-market-share {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 20px;
    }

    .fragmentation #chart-container {
        height: 250px;
        margin: 0%;
    }
}


@media (max-width: 480px) {
    .market-share {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .main-activity-chart {
        float: left;
        height: 200px;
        margin-right: 0%;
        margin-top: 70px;
        width: 100%;
        display: inline-block;
    }

    .other-activity-chart {
        float: left;
        height: 200px;
        margin: 0%;
        width: 100%;
    }

    .other-activity-chart-container {
        width: 100%;
        display: inline-block;
        padding: 0%;
    }

    .main-activity-chart {
        margin: 0%;
    }
}



.table-header {
    background: #FFFFFF;
    color: #172e62;
    text-align: right;
    font-weight: 500;
    border-left: none;
    border-right: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    border-bottom: 1px solid #cdd9f3;
}

.table-row.table-of-instrument-row.td-market-name.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-currency.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-last.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-change.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-change.border-inline.increase-value.table-share-row-odd,
.table-row.table-of-instrument-row.td-high.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-low.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-volume.border-inline.table-share-row-odd,
.table-row.table-of-instrument-row.td-time.border-inline.table-share-row-odd,
.table-row.market-share-row.td-exchange.border-inline.table-share-row-even,
.table-row.market-share-row.td-volume.border-inline.table-share-row-even,
.table-row.market-share-row.td-changepro.border-inline.table-share-row-even,
td.table-row.table-of-instrument-row.td-change.border-inline.decrease-value.table-share-row-odd {
    border-bottom: 0.08em solid #cdd9f3 !important;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background: #fff;
    line-height: normal;
}

.table-row.table-of-instrument-row.td-market-name.border-inline.table-share-row-even,
.table-row.table-of-instrument-row.td-currency.border-inline.table-share-row-even,
.table-row.table-of-instrument-row.td-last.border-inline.table-share-row-even,
.table-row.table-of-instrument-row.td-change.border-inline.increase-value.table-share-row-even,
.table-row.table-of-instrument-row.td-high.border-inline.table-share-row-even,
.table-row.table-of-instrument-row.td-low.border-inline.table-share-row-even,
.table-row.table-of-instrument-row.td-volume.border-inline.table-share-row-even,
.table-row.table-of-instrument-row.td-time.border-inline.table-share-row-even,
.table-row.market-share-row.td-exchange.border-inline.table-share-row-odd,
.table-row.market-share-row.td-volume.border-inline.table-share-row-odd,
.table-row.market-share-row.td-changepro.border-inline.table-share-row-odd,
td.table-row.table-of-instrument-row.td-change.border-inline.decrease-value.table-share-row-even {
    /* border-bottom-color: Gray !important; */
    border-bottom: 0.08em solid #cdd9f3 !important;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background: #fff;
    line-height: normal;
}

.fragmentation .period-button {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: none;
    margin: 0.5em;
    padding: 7px 20px 7px 20px;
    border: 1px solid #172e62;
    border-radius: 10px;
    background: #172e62;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
}

.fragmentation .period-button:hover {
    background: #FFFFFF;
    color: #172e62;
    border-color: #172e62;
}

.fragmentation .period-selected {
    background: #FFFFFF !important;
    color: #172e62 !important;
    border-color: #172e62 !important;
}

.table-market-share tbody tr:hover .table-row {
    background-color: #ffffff;
}

.table-share-info tbody tr:hover .table-row,
.table-share-info tbody tr:hover>th {
    background-color: #ffffff;
}

td.table-header.table-of-instruments-header.td-exchange-header.table-share-row-even {
    text-align: left;
}



.other-activity-chart-container {
    float: left;
    width: 75% !important;
    padding: 0;
}

.footer.clear {
    margin-top: 0;
}

.fragmentation {
    margin-top: 40px;
    background: #fff;
    padding: 20px 0px 40px;
}

.clear.market-share-pie-chart {
    padding: 0px;
    background: #fff;
    margin-top: 0px !important;
    padding-bottom: 20px !important;
}

.table-share-info.border-outline {
    padding: 0px;
    background: #fff;
}

.activity-trend.clear {
    background: #fff;

}

.title.second-heading.activity-trend-heading {
    padding-left: 20px;
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 609px) {
    .other-activity-chart-container {
        float: left;
        width: 75% !important;
        padding: 0;
    }
}

@media (max-width: 589px) {
    body {
        margin: 0 auto;
        font-family: Roboto, sans-serif;
        font-size: 12px;
        color: #172e62;
    }
}

@media (max-width: 525px) {
    body {
        margin: 0 auto;
        font-family: Roboto, sans-serif;
        font-size: 12px;
        color: #172e62;
    }
}

@media(max-width: 480px) {
    .fragmentation ul :first-child .period-button {
        margin-left: 0 !important;
        -webkit-border-bottom-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        -webkit-border-top-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        -moz-border-radius-bottomleft: 0 !important;
        -moz-border-radius-topleft: 0 !important;
    }

    .fragmentation ul :last-child .period-button {
        -webkit-border-bottom-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        -webkit-border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        -moz-border-radius-bottomright: 0 !important;
        -moz-border-radius-topright: 0 !important;
    }
}

@media(max-width: 330px) {
    .fragmentation a.period-button {
        margin-left: 4px;
        border-radius: 0 !important;
        min-width: 0;
        padding: 14px 10px;
    }
}

.market-share {
    height: auto !important;
}

@media(max-width:650px) {
    .main-activity-chart {
        width: 100%;
        display: block;
    }

    .main-activity-chart {
        float: none;
        height: auto !important;
        margin: 0;
        width: 100% !important;
    }

    .other-activity-chart-container {
        float: none;
        width: 100% !important;
        padding: 0;
        display: block;
    }

    .other-activity-chart {
        float: none;
        height: auto !important;
        margin: 0;
        width: 100% !important;
        display: block;
    }

}

/*.pie-chart-container {

    display: none!important;
}*/

table.table-market-share {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.footer-info {
    text-align: right;
    font-size: 13px;
}

.time-label {
    display: none;
}

.table-share-row-even {
    border-bottom: 1px solid #cdd9f3;
}

#pie-chart {
    margin-left: 20px !important;
    margin-top: -72px;
    width: 100%;
    height: 100%;
    position: absolute;
}

#pie-chart .highcharts-data-labels .null {
    margin-left: 0px;
}

/* .chart-tooltip {
    margin-left: -8px;
} */
/* div#pie-chart > .highcharts-container {
    width: 500px !important;
}
.lt-lt div#pie-chart > .highcharts-container {
    width: 500px !important;
} */

.other-activity-chart-container {
    float: none;
    width: 50% !important;
    padding: 0;
    display: inline-block;
}

.other-activity-chart {
    width: auto;
}

.main-activity-chart {
    float: none;
    width: 50%;
    display: inline-block;
}

@media(max-width: 1040px) {
    .other-activity-chart-container {
        float: none;
        width: 100% !important;
        padding: 0;
        display: block;
    }

    .main-activity-chart {
        width: 100%;
        display: block;
    }

    .other-activity-chart {
        width: 100%;
        display: block;
    }
}

@media(max-width: 850px) {
    .market-share {
        width: 100%;
    }

    /* .pie-chart-container {
        display: none !important;
        text-align: center;
        margin: 0 auto;
    } */

    #pie-chart {
        margin-top: 1em;
    }

    .market-share {
        width: 100%;
    }
}

.legend-color {
    margin-top: 5px;
}

td.table-row.table-of-instrument-row.td-market-name.border-inline.table-share-row-even {
    border-bottom-left-radius: 12px;
}

td.table-header.table-of-market-share-header.td-exchange-header {
    border-left: 1px solid #cdd9f3;
    border-top-left-radius: 12px;
}

td.table-header.table-of-market-share-header.td-changepro-header {
    border-right: 1px solid #cdd9f3;
    border-top-right-radius: 12px;
}

td.table-row.market-share-row.td-exchange.border-inline.table-share-row-even {
    border-left: 1px solid #cdd9f3;
}

td.table-row.market-share-row.td-exchange.border-inline.table-share-row-odd {
    border-left: 1px solid #cdd9f3;
    border-bottom-left-radius: 12px;
}

td.table-row.market-share-row.td-changepro.border-inline.table-share-row-even {
    border-right: 1px solid #cdd9f3;
}

td.table-row.market-share-row.td-changepro.border-inline.table-share-row-odd {
    border-right: 1px solid #cdd9f3;
    border-bottom-right-radius: 12px;
}

.legend-name {
    height: 20px;
    padding-top: 5px;
}

.highcharts-data-labels>div>span>div {
    color: #172e62;
}

/* 250219 */

.table-row {
    padding: 16px;
}

#pie-chart {
    top: 39px;
}

.table-market-share .td-exchange-header {
    padding-left: 16px;
}

@media print {
    .main-activity-chart {
        width: 49%;
        display: inline-block;
    }
}

.highcharts-data-labels span {
    font-family: "Basetica", Arial, sans-serif !important;
}

/* ADDITIONAL CSS */

.highcharts-axis-labels > span {
    font-family: "Basetica", Arial, sans-serif !important;
}

.highcharts-tooltip > span {
    font-family: "Basetica", Arial, sans-serif !important;
    color: #172e62 !important;
}

.highcharts-tooltip table tr > td:first-child,
.chart-tooltip {
    font-weight: 500;
    color: #172e62 !important;
}

.highcharts-tooltip table tr b,
.chart-tooltip b {
    font-weight: 400;
    color: #172e62 !important;
}

@media screen and (max-width: 830px) {
    .pie-chart-container {
        width: 100%;
        display: block !important;
    }

    #pie-chart {
        top: 0;
    }
}
