@font-face {
    font-family: 'review';
    src: url('fonts/Review.ttf') format('truetype');
}

.font-review {
    font-family: 'review';
}

html, body {
    height: 100%;
}

body {
    font-family: aktiv-grotesk, arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 15.4px;
    color: #011e41;
}

.break-after::after {
    content: '';
    display: block;
}

.hidden {
    display: none;
}

/* IRQuote =============================================================== */

.table-look {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 2px;
}

.table-look td, .table-look th {
    line-height: 19px;
    text-align: center;
    padding: 4px;
    font-size: 13px;
}

.table-look th {
    /* font-weight: bold;
    color: #207798; */
}

.IRQuoteModule .updated,
.IRCalcModule .updated {
    color: #999999;
    font-size: 13px;
    margin-top: 30px;
}

.IRQuoteModule.table-look {
    table-layout: fixed;
}
.IRQuoteModule.table-look .Header,
.IRQuoteModule.table-look .Data {
    text-align: left;
}

.IRQuoteModule.table-look .Header {
    padding-top: 10px;
    position: relative;
}

.IRQuoteModule.table-look .Data {
    font-size: 18px;
    font-weight: bold;
}

.IRQuoteModule.table-look .Data .changePercent {
    font-size: 14px;
}

.IRQuoteModule .results-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
}

.IRQuoteModule .results {
    display: grid;
    gap: 10px;
    padding-top: 15px;
    border-top: 1.5px solid #c5ccd5;
}

.IRQuoteModule .results-data {
    font-size: 18px;
    font-weight: bold;
}

.IRQuoteModule .results-data .changePercent {
    font-size: 14px;
}

@media (max-width: 900px) {
    .IRQuoteModule .results-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 780px) {
    .IRQuoteModule .results-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 660px) {
    .IRQuoteModule .results-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 540px) {
    .IRQuoteModule .results-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 420px) {
    .IRQuoteModule .results-grid {
        grid-template-columns: 1fr 1fr;
    }
    .IRQuoteModule .results:first-child {
        grid-column: span 2;
    }
}

/* IRChart =============================================================== */

.IRChartColour {
    color: #207798;
}

.IRChartPlaceholderArea {
    height: 430px;
}

.IRChartPlaceholderArea .IRChartPlaceholder {
    box-sizing: initial;
    height: 430px;
}

.IRChartPlaceholderArea .IRChartChangePeriod div {
    width: 40px;
    border: 1px solid #adadad;
    border-right: 0;
    font-size: 12px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(238,238,238,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(238,238,238,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(238,238,238,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6eeeeee',GradientType=0 );
}

.IRChartPlaceholderArea .IRChartChangePeriod div:hover {
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(171,168,171,0.82);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(171,168,171,0.82);
    box-shadow: inset 0px 0px 8px 2px rgba(171,168,171,0.82);
}

.IRChartPlaceholderArea .IRChartChangePeriod div.activePeriod {
    text-transform: uppercase;
    color: #fff;
    background: #207798;
}

.IRChartPlaceholderArea .IRChartChangePeriod div.activePeriod:hover, .IRChartPlaceholderArea .IRChartChangePeriod div.activePeriod:hover {
    background: #207798;
    box-shadow: none;
}

.IRChartNavigation .IRChartTA .pop-submit {
    color: #fff;
    background: #207798;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.IRChartNavigation .IRChartTA .pop-submit:hover {
    color: #fff;
}

.IRChartPlaceholderArea .IRChartChangePeriod {
    height: 22px;
    line-height: 22px;
    /* width: 400px; */
    margin: auto;
    box-sizing: border-box;
}

.IRChartMiniHTMLPlaceholder .IRChartHTMLPlaceholder {
    height: 200px;
}

.tooltipHTML {
    border: 0;
    -moz-box-shadow: 0px 0px 2px 2px #d2d2d2;
    -webkit-box-shadow: 0px 0px 2px 2px #d2d2d2;
    box-shadow: 0px 0px 2px 2px #d2d2d2;
    font-size: 12px;
    width: 120px;
    padding: 5px;
}

.tooltipHTML .IRChartTooltipDate {
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #a8a9a3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.highcharts-tooltip span {
    color: #207798;
}

.tooltipHTML .IRChartTooltipDate, .tooltipHTML div.IRChartTooltipVolume span {
    color: #333;
}

.IRChartCompanyName {
    color: #333;
}

.IRChartCurrency {
    color: #333;
    font-size: 12px;
}

.highcharts-xaxis-labels text, .highcharts-yaxis-labels {
    font-size: 10px !important;
}

table.IRQuoteModule.table-look.vertical.customResponsiveVertical {
    display: none;
}

.highcharts-background {
    fill: #fff;
}

.disclaimer-delayed, .disclaimer-terms {
    display: inline;
}

.icon-enlarge:before {
    content: "\e989";
}

.companyInfoWrapper .updated {
    float: right;
    width: 42%;
    text-align: right;
}

.IRChartNavigation {
    /* border-bottom: 1px solid #c5ccd5; */
     /* FF3.6-15 */
    /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(238,238,238,0.65) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(238,238,238,0.65) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(238,238,238,0.65) 100%); */
    /* IE6-9 */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6eeeeee',GradientType=0 ); */
    border: none;
}

.IRChartNavigation .IRChartView, .IRChartNavigation .IRChartTA, .IRChartNavigation .IRChartComparison, .IRChartNavigation .IRChartTSR, .IRChartNavigation .IRChartCC, .IRChartNavigation .IRChartFullscreen, .IRChartNavigation .IRChartSettings, .IRChartNavigation .IRChartListings, .IRChartNavigation .IRChartMenuTrigger {
    background-color: transparent;
    color: #011e41;
    font-size: 11px;
}

.IRChartNavigation .IRChartFullscreen .IRChartFullscreenBody div, .IRChartNavigation .IRChartComparison .IRChartComparisonBody div, .IRChartNavigation .IRChartTSR .IRChartTSRBody div, .IRChartNavigation .IRChartSettings .IRChartSettingsBody div, .IRChartNavigation .IRChartNavigationInner .IRChartMenuTriggerBody div, .IRChartNavigation .IRChartTA .IRChartTABody div, .IRChartNavigation .IRChartCC .IRChartCCBody div {
    font-size: 10px;
    font-weight: 400;
    color: #555;
}

.IRChartNavigation .IRChartTA .IRChartTABody div.IRChartTABodyListHeader, .IRChartNavigation .IRChartComparison .IRChartComparisonBody div.IRChartComparisonBodyListHeader, .IRChartNavigation .IRChartSettings .IRChartSettingsBody .IRChartSettingsBodyListHeader {
    color: #011e41;
    font-weight: 700;
    font-size: 11px;
}

.IRChartPlaceholderArea .IRChartChangePeriod div#Max {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #adadad;
}

.IRChartPlaceholderArea .IRChartChangePeriod div#d1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.IRChartNavigation .IRChartView:hover, .IRChartNavigation .IRChartTA:hover, .IRChartNavigation .IRChartCC:hover, /* .IRChartNavigation .IRChartComparison:hover, */ .IRChartNavigation .IRChartTSR:hover, /* .IRChartNavigation .IRChartSettings:hover, */ .IRChartNavigation .IRChartFullscreen:hover, .IRChartNavigation .IRChartListings:hover {
    background-color: #d2d2d2;
    color: #fff;
}

.IRChartNavigation .IRChartCompanyName {
    font-weight: bold;
    font-size: 18px;
}

/* .highcharts-series rect{
    fill: #ff0000 !important;
} */

.IRChartModule {
    border: 1.5px solid #c5ccd5;
    padding: 15px 10px;
}

.IRChartNavigation .IRChartComparison,
.IRChartNavigation .IRChartSettings {
    width: 80px;
    height: 30px;
    border: 1.5px solid #c5ccd5;
    padding-right: 50px;
    margin-right: 20px;
    position: relative;
}

.IRChartNavigation .IRChartComparison::after,
.IRChartNavigation .IRChartSettings::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(90deg) scaleY(2);
}

@media (max-width: 640px) {
    .IRChartNavigation .IRChartComparison {
        right: calc(21px - 50%);
    }
    .IRChartNavigation .IRChartComparison,
    .IRChartNavigation .IRChartSettings {
        border: none;
    }
    .IRChartNavigation .IRChartComparison::after,
    .IRChartNavigation .IRChartSettings::after {
        display: none;
    }
    .IRChartNavigation .IRChartComparison:hover,
    .IRChartNavigation .IRChartSettings:hover {
        background-color: unset;
        pointer-events: none;
    }
}

.IRChartNavigation .IRChartComparison .IRChartComparisonHeader,
.IRChartNavigation .IRChartSettings .IRChartSettingsHeader {
    width: 120px;
    padding-left: 10px;
    position: absolute;
    left: 0;
}

.IRChartModule .IRChartPlaceholderArea .IRChartCurrency {
    text-align: center;
}

.IRChartModule .IRChartDownloadHistoricalDataAsExcel {
    /* cursor: pointer;
    text-decoration: none;
    text-align: center;
    border: 1px solid #3fa0d4;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    width: 123px;
    color: #fff;
    background-color: #207798;
    box-shadow: none; */
    border: none;
    padding-left: 20px;
    margin-left: 10px;
    position: relative;
}

.IRChartModule .IRChartDownloadHistoricalDataAsExcel::after {
    content: '\21E5';
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: bold;
    transform: translateY(-50%) rotate(90deg) scaleY(1.3);
}

.IRChartModule .IRChartDownloadHistoricalDataAsExcel:hover {
    /* background-color: inherit; */
    color: #207798;
    /* border: 1px solid #207798; */
}

.basicButtonLook.color3190FF:hover {
    border-left: 5px solid #3190FF;
}

.basicButtonLook.color3190FF.active {
    border-left: 5px solid #3190FF;
}

.color3190FF.active span {
    border-left: 5px solid #3190FF;
}

.colorIndicator.color3190FF.active {
    border-left: 5px solid #3190FF;
    padding-right: 4px;
}

.basicButtonLook.color42B06E:hover {
    border-left: 5px solid #42B06E;
}

.basicButtonLook.color42B06E.active {
    border-left: 5px solid #42B06E;
}

.color42B06E.active span {
    border-left: 5px solid #42B06E;
}

.colorIndicator.color42B06E.active {
    border-left: 5px solid #42B06E;
    padding-right: 4px;
}

.basicButtonLook.color66D0D7:hover {
    border-left: 5px solid #66D0D7;
}

.basicButtonLook.color66D0D7.active {
    border-left: 5px solid #66D0D7;
}

.color66D0D7.active span {
    border-left: 5px solid #66D0D7;
}

.colorIndicator.color66D0D7.active {
    border-left: 5px solid #66D0D7;
    padding-right: 4px;
}

.basicButtonLook.color8366D7:hover {
    border-left: 5px solid #8366D7;
}

.basicButtonLook.color8366D7.active {
    border-left: 5px solid #8366D7;
}

.color8366D7.active span {
    border-left: 5px solid #8366D7;
}

.colorIndicator.color8366D7.active {
    border-left: 5px solid #8366D7;
    padding-right: 4px;
}

.basicButtonLook.colorAACE44:hover {
    border-left: 5px solid #AACE44;
}

.basicButtonLook.colorAACE44.active {
    border-left: 5px solid #AACE44;
}

.colorAACE44.active span {
    border-left: 5px solid #AACE44;
}

.colorIndicator.colorAACE44.active {
    border-left: 5px solid #AACE44;
    padding-right: 4px;
}

.basicButtonLook.colorC3B480:hover {
    border-left: 5px solid #C3B480;
}

.basicButtonLook.colorC3B480.active {
    border-left: 5px solid #C3B480;
}

.colorC3B480.active span {
    border-left: 5px solid #C3B480;
}

.colorIndicator.colorC3B480.active {
    border-left: 5px solid #C3B480;
    padding-right: 4px;
}

.basicButtonLook.colorD766BE:hover {
    border-left: 5px solid #D766BE;
}

.basicButtonLook.colorD766BE.active {
    border-left: 5px solid #D766BE;
}

.colorD766BE.active span {
    border-left: 5px solid #D766BE;
}

.colorIndicator.colorD766BE.active {
    border-left: 5px solid #D766BE;
    padding-right: 4px;
}

.basicButtonLook.colorF55D3E:hover {
    border-left: 5px solid #F55D3E;
}

.basicButtonLook.colorF55D3E.active {
    border-left: 5px solid #F55D3E;
}

.colorF55D3E.active span {
    border-left: 5px solid #F55D3E;
}

.colorIndicator.colorF55D3E.active {
    border-left: 5px solid #F55D3E;
    padding-right: 4px;
}

.basicButtonLook.colorF5AC3E:hover {
    border-left: 5px solid #F5AC3E;
}

.basicButtonLook.colorF5AC3E.active {
    border-left: 5px solid #F5AC3E;
}

.colorF5AC3E.active span {
    border-left: 5px solid #F5AC3E;
}

.colorIndicator.colorF5AC3E.active {
    border-left: 5px solid #F5AC3E;
    padding-right: 4px;
}

/* IRMiniquote ============================================================== */

.IRMiniquoteModule {
    color: #999;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
}

.IRMiniquoteModule .last {
    display: inline-block;
    font-size: 56px;
    line-height: 56px;
    color: #011e41;
}

.IRMiniquoteModule .currency {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    vertical-align: baseline;
}

.IRMiniquoteModule .change {
    font-size: 24px;
    margin-top: 8px;
}

.IRMiniquoteModule .changePercent {
    font-size: 15px;
}

.IRMiniquoteModule .last-updated {
    font-size: 15px;
    margin-top: 15px;
}

.IRMiniquoteModule .date-separator {
    font-size: 10px;
    margin-inline: 10px;
    position: relative;
    top: -3px;
}

.disclaimer-IRMiniquote {
    display: none;
}

/* IRCalc ====================================================================== */

.IRChartCalcPlaceholder {
    height: 270px;
    border: 1.5px solid #c5ccd5;
    padding: 15px 10px;
}

.date-select {
    height: 34px;
    padding: 8px;
}

.ui-datepicker-trigger {
    top: 0;
}

.IRCalcModule .input-label {
    font-weight: bold;
}

.IRCalcModule .divider-line {
    height: 10px;
    line-height: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

#calculate-button {
    cursor: pointer;
    text-align: center;
    height: 34px;
    width: 123px;
    color: #fff;
    background-color: #ff3300;
    padding: 8px;
    border-radius: 2px;
    box-shadow: none;
}

#calculate-button:hover {
    background-color: #cc2900;
}

.IRCalcModule #results-section {
    margin-block: 30px;
}

.IRToolCalcResultsTable.table-look {
    margin-top: 32px;
}

.disclaimer.disclaimer-IRCalc2 {
    display: block;
}

.IRCalcModule .input-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px 15px;
}

.IRCalcModule .input-grid .half-width {
    grid-column: span 1;
}

.IRCalcModule .input-grid .extra-width {
    grid-column: span 3;
}

.IRCalcModule .input-grid .double-width {
    grid-column: span 4;
}

.IRCalcModule .input-row {
    position: static;
    height: auto;
    grid-column: span 2;
    display: grid;
    gap: 5px;

}

.IRCalcModule .input-wrapper {
    position: static;
}

.IRCalcModule .input-wrapper.date {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.IRCalcModule .input-wrapper.amount {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
}

.IRCalcModule .amount-with-symbol {
    position: relative;
}

.IRCalcModule .amount-with-symbol .currency-symbol {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.IRCalcModule .amount-with-symbol input[type="text"] {
    width: 100%;
    padding-left: 20px;
}

input[type="text"],
select {
    height: 34px;
    padding: 8px;
    border: 1.5px solid #c5ccd5;
    box-sizing: border-box;
}

.IRCalcModule .input-wrapper input[type="text"]::before {
    content: '€';
    padding-right: 5px;
}

.IRCalcModule #result-section {
    margin-block: 30px;
}

.IRCalcModule .results-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.IRCalcModule .results {
    display: grid;
    gap: 10px;
    padding-top: 15px;
    border-top: 1.5px solid #c5ccd5;
}

.IRCalcModule .results-data {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 960px) {
    .IRCalcModule .input-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 700px) {
    .IRCalcModule .results-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 585px) {
    .IRCalcModule .results-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 470px) {
    .IRCalcModule .input-grid {
        grid-template-columns: 1fr 1fr;
    }
    .IRCalcModule .input-wrapper.amount {
        grid-template-columns: 1fr;
    }
    .IRCalcModule .input-grid .extra-width,
    .IRCalcModule .input-grid .double-width {
        grid-column: span 2;
    }
    #calculate-button {
        width: 100%;
    }
    .IRCalcModule .results-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* IRProfile ====================================================================== */

.profile-wrapper td.Data {
    text-align: right !important;
}

.profile-wrapper tr {
    border-bottom: #ffa500 1px solid;
}

.profile-wrapper {
    background: #f39200;
    color: #fff;
}

/* End ====================================================================== */
