@import "../../../css/chart-v2.0.css";
@font-face {
    font-family: 'Metric';
    src: url('fonts/Metric-Regular.eot');
    src: url('fonts/Metric-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metric-Regular.woff2') format('woff2'),
        url('fonts/Metric-Regular.woff') format('woff'),
        url('fonts/Metric-Regular.ttf') format('truetype'),
        url('fonts/Metric-Regular.svg#Metric-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metric-Regular';
    src: url('fonts/Metric-Regular_1.eot');
    src: url('fonts/Metric-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metric-Regular_1.woff2') format('woff2'),
        url('fonts/Metric-Regular_1.woff') format('woff'),
        url('fonts/Metric-Regular_1.ttf') format('truetype'),
        url('fonts/Metric-Regular_1.svg#Metric-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metric-bold';
    src: url('fonts/Metric-Bold.eot');
    src: url('fonts/Metric-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metric-Bold.woff2') format('woff2'),
        url('fonts/Metric-Bold.woff') format('woff'),
        url('fonts/Metric-Bold.ttf') format('truetype'),
        url('fonts/Metric-Bold.svg#Metric-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cantarell';
    src: url('fonts/Cantarell-BoldOblique.woff2') format('woff2'),
        url('fonts/Cantarell-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cantarell';
    src: url('fonts/Cantarell-Bold.woff2') format('woff2'),
        url('fonts/Cantarell-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cantarell';
    src: url('fonts/Cantarell-Regular.woff2') format('woff2'),
        url('fonts/Cantarell-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cantarell';
    src: url('fonts/Cantarell-Oblique.woff2') format('woff2'),
        url('fonts/Cantarell-Oblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: 'Metric', sans-serif;
    color: #35373e;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 300;
    background: #fff;
}
#wrapper{
	border:none;
}
#top-table .row3 td{
	padding-bottom:1em;
}
#range-selector li {
    float: left;
    list-style: outside none none;
}
#range-selector a{
	background-color: #006082;
    border: 0px solid #006082;
    color: white;
    float: left;
    font-family: 'Metric', sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    margin-right: 0;
    padding: 8px 8px 0;
    position: static;
    text-decoration: none;
    text-transform: uppercase;
	width:100%;
}

#range-selector a:hover, #range-selector a:focus {
    color: #fff;
    background: #006082;
}
#range-selector .active a,#range-selector li:hover a {
    background-color: #00d7dc;
    color: #000;
}
#top-table .row12 td{
	border-bottom: 1px solid #c2c2c2;
}
#news-information .news-icons .news-icon{
	line-height: 14px;
    height: auto;
    padding-top: 2px;
}

.select-format{
	display:none;
}
#bottom-table th, .bottom-table th{
	border-bottom: 1px solid #00d7dc;
    border-top: 1px solid #00d7dc;
    padding: 4px 8px;
}
#bottom-table thead tr:last-child th, .bottom-table thead tr:last-child th{
	border-bottom: 1px solid #00d7dc;
}

#bottom-table td, .bottom-table td {
	border-top: 1px solid #d5dbdb;
	padding:4px 8px;
}





#error-wrapper{
    border: 0px;
    background: #fff;
}
.history-download h3{
 padding-left:5px;
}
.dropdown{
	height: 40px;
	border: 1px solid #d5dbdb;
}
.dropdown select{
	height:38px;
	padding:2px;
    font-family: 'Metric', sans-serif;
	font-size: 16px;
    font-weight: normal;
    line-height: 22px;
	color: #444;
    text-indent: 8px;
}
select::-ms-expand {
	display: none;
}
.dropdown::after{
	color:#BBBBBB;
	right: 14px;
    top: 46%;
}

.benchmark-checkbox{
	float:left;
}
div[class*="sma-"] input[type="radio"] {
  display: none;
}
div[class*="sma-"] input[type="radio"] + label {
  display: block;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  border-right:1px solid #fff;
  padding:9px 0 6px;
}
div[class*="sma-"] input[type="radio"] + label:before {
  content: none;
  font-family: Arial;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
 
}
div[class*="sma-"] input[type="radio"]:checked + label:before {
  content: none;
}
.smaverage-radio {
    float: left;
    width: 16.667%;
}
.smaverage-radio input {
    display: none;
}
.smaverage-radio label {
    background-color: #006082;
    margin-right: 1px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-family: 'Metric', sans-serif;
    font-size: 20px;
    font-weight: 300;
	color:#fff;
}
.smaverage-radio.active label {
    background-color: #00d7dc;
    color: #000;
}

.smaverage-radio label:hover {
    background-color: #006082;
    color: #00d7dc;
}
#chart-footer .history-download a{
		padding-left:4px;
		padding-right:0;
}
@media (max-width: 479px) {
	#range-selector ul{
		border-bottom:none;
	}
	#range-selector ul li{
		 border: medium none;
		float: left;
		width: 25%;
		margin-bottom:2px;
	}
	#chart-footer .history-download {
		width: 135px;
		clear: both;
	}
	#range-input .submit{
		/*width: 140px;*/
	}
	#chart-footer .history-download a{
		font-size:16px;
		height: 40px;
		padding-left:4px;
		padding-right:0;
	}
	#chart-footer > div[class*="sma-"]{
		width:100%;
	}
	.select-performance {
		clear: none !important;
	}
	.benchmark-checkbox{
		font-size:12px;
	}
	#chart-footer > div:nth-child(2n+2){
		padding-left:0;
	}
	#chart-footer > div{
		width: 100%;
		padding-right:0;
	}
	.history-download h3{
		padding-left:0;
	}
}
@media screen and (max-width: 768px){
	.smaverage-radio label{
		font-size: 14px;
		margin-right: 5px !important
	}
}

#top, #chart-wrapper, #bottom, #chart, #footer, #chart-footer, #range-selector, #news-information, #range-input, #chartexport, #range-selector ul {
    border: none;
}
#bottom-table td::before, .bottom-table td::before{
	width:60%;
}

#range-selector li:last-child a{
	border-right:none;
}

#chartexport a:hover{
	background-color: #00d7dc;
}

input[type="checkbox"]:disabled + label::before, input[type="checkbox"]:disabled + label{
	color:#ccc;
	cursor: not-allowed;
}
#news-information .news-icons .news-icon{
    border-color: #006082;
    color: #006082;
}
.isin-wrapper{
    display: inline;
}
@media (max-width: 768px){
    span.chart-range-label--sm {
        font-size: 14px;
    }
    #top,#range-selector,#range-input,#news-information,#chartexport,#chart,#chart-footer,#footer{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width:600px) and (max-width: 1400px){
    #top-table td{
        font-size: 13px;
    }

}
@media (min-width:768px) and (max-width: 1200px){
    .smaverage-radio label{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .smaverage-radio label{
        font-size: 14px;
    }
    #bottom-table td {
        font-size: 0.8em;
    }
}

@media (max-width: 600px){
    #bottom-table td {
        font-size: 0.8em;
        padding-left: 0px;
    }

}
@media (max-width: 480px){
    .high-price {
        font-size: 10px;
        width: 117px;
        margin-left: -12px;
        float: right;
    }
    .isin-wrapper {
        min-width: 180px;
        margin-left: 0px;
        position: absolute;
        right: 0px;
        display: block;
    }
    #top-table .row3 td{
        position: relative;
    }
    div#bottom-table tr:nth-child(odd) {
        background: #f3f3f3;
    }
}

@media (min-width:480px) and (max-width:600px){
    #top-table td{
        font-size: 12px;
    }
    #top-table .row5 td:first-child, #top-table .row7 td:first-child, #top-table .row9 td:first-child, #top-table .row11 td:first-child, #top-table .row13 td:first-child {
        width: 50%;
        margin-left: 0%;
    }
    #bottom-table tr:nth-child(even) td {
        background: #f5f5f5;
    }
}

strong.length{
    display: block;
    min-width: 200px;
}
.pika-table abbr{
    cursor: pointer;
}
#range-input .range-wrap input,.pika-title select{
    font-family: 'Metric', sans-serif;
}
input::-ms-clear {
    display: none;
}
.pika-single{
    font-family: 'Metric', sans-serif;
}
.is-selected .pika-button {background:#006082}

.pika-button:hover {
    background-color:#00d7dc !important;
}
.pika-button{
    font-family: 'Metric', sans-serif;
}
.is-today .pika-button{
    color:#00d7dc;
}
.benchmark-checkbox {
    float: left;
    padding-top: 8px;
    padding-left: 4px;
}
.performance-radio {
    padding-top: 10px;
    padding-left: 2px;
}
#chart{
    width: 99%;
}

/* Common styles */
button.ir-primary-button,input.ir-primary-button{
    font-family: 'Metric', sans-serif;
    background: #00d7dc;
    padding: 7px 10px;
    height:34px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.ir-textbox{
    font-family: 'Metric', sans-serif;
    height: 38px;
    border:#d5dbdb 1px solid;
    background: #fff;
    text-indent: 10px;
    font-size: 14px;
    color:#676767;
    padding-left: 0px !important;
}
.history-download h3{
    padding-left: 0px;
}
a.ir-primary-button, #chart-footer .history-download a.ir-primary-button,#range-input  a.ir-primary-button{
    font-family: 'Metric', sans-serif;
    display: block;
    padding: 7px 10px 0;
    color: #fff;
    background: #00d7dc;
    width: 95px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#chart-footer .history-download a.ir-primary-button{
    width: auto;
}
#range-input a.ir-primary-button {
    display: inline-block;
    height: 38px;
    line-height: 30px;
}
#range-input a.ir-primary-button:hover{
    background: #006082;
}
a.ir-primary-button:hover,#chart-footer .history-download a:hover{
    background: #006082;
}
.dropdown{
    height: 40px;
    border: 1px solid #d5dbdb;
}
#range-input .range-wrap input{
    height: 38px;
    border: 1px solid #d5dbdb;
    padding-top: 3px;
}
/* Dropdown style */
.dropdown select{
    height:42px;
    padding:2px;
    font-family: 'Metric', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #00d7dc;
    text-indent: 8px;
    font-weight: 600;
}
.dropdown::after{
    color: #00d7dc;
    right: 14px;
    top: 46%;
}
i.fa.fa-calendar {
    color: #00d7dc;
}
.dropdown select option{
    color: #676767;
}
/* END!! Dropdown style */
div#bottom-table thead tr:first-child th {
    border-bottom: 0px solid;
}
div#bottom-table thead tr:last-child th {
    border-top: 0px;
}
@media (min-width:600px){
	#bottom-table tr:last-child th:nth-child(5), #bottom-table tr:last-child th:nth-child(6),div#bottom-table thead tr th:nth-child(4), div#bottom-table tbody td:nth-child(4),div#bottom-table thead tr th:nth-child(4), div#bottom-table tbody td:nth-child(4),div#bottom-table thead tr:first-child th:nth-child(5),#bottom-table td:nth-child(5),#bottom-table td:nth-child(6) {
		text-align: center;
	}
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?8m4p2m');
    src:  url('fonts/icomoon.eot?8m4p2m#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8m4p2m') format('truetype'),
    url('fonts/icomoon.woff?8m4p2m') format('woff'),
    url('fonts/icomoon.svg?8m4p2m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menue_kacheln:before {
    content: "\e908";
}
.icon-arrows-glyph-1_small-triangle-down:before {
    content: "\eb15";
}
.icon-arrows-glyph-1_small-triangle-up:before {
    content: "\eb18";
}
.icon-arrows-outline-2_square-download:before {
    content: "\ee2d";
}
.icon-chart_tool-icon_pdf:before {
    content: "\e902";
}
.icon-chart_tool-icon_png:before {
    content: "\e903";
}
.icon-chart_tool-icon_print:before {
    content: "\e904";
}
#chartexport a {
    color: #006082;
    background: 0px;
    padding: 3px;
    font-size: 30px;
    text-align: center;
}
/* Radio Button */
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 19px;
    margin-right: 15px;
}
input[type="radio"] + label:before {
    content: "\f10c";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 1px;
}
input[type="radio"]:checked + label:before {
    content: "\f192";
}
/* Checkbox */
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 19px;
        margin-right: 6px;
    font-size: 14px;
	
}
input[type="checkbox"] + label:before {
    content: "\f096";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 0;
    bottom: 2px;
}
input[type="checkbox"]:checked + label:before {
    content: "\f046";
    color: #00d7dc;
}
/*Radio button  styles */
.performance-radio input[type="radio"] + label:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 18px;
    border: #333 1px solid;
    left: 0px;
    top: 2px;
}

.performance-radio input[type="radio"] + label:before {
    content: '';
}
.performance-radio input[type="radio"]:checked + label:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00bec3;
    border-radius: 9px;
    position: absolute;
    left: 5px;
    top: 7px;
}
.performance-radio input[type="radio"] + label{
    padding-left: 23px;
    font-weight: bold;
}
.dropdown:after {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: 0px 0;
    background: #fff;
}

.dropdown:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
    border-color: #00bdc3 transparent transparent transparent;
    right: 9px;
    top: 16px;
    z-index: 23;
    pointer-events: none;
}

.dropdown {
    position: relative;
}
@media (min-width: 953px) and (max-width:1200px) {
    #range-selector ul li {
        width: 12.5%;
    }
}
#top-table table{
    table-layout: fixed;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
