@import "../../../css/chart-v2.0.css";

/* roboto */
@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* roboto-condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src:  url('../font/roboto-condensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src:  url('../font/roboto-condensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src:  url('../font/roboto-condensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
	font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
}
#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: #26433c;
    border-left-color: #444f50;
    border-left-width: 1px;
    border-right: 1px solid #444f50;
    color: white;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    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 {
    color: #ff7d00;
    background: #26433c;
}
#range-selector .active a, #range-selector a:focus {
    background-color: #ff7d00;
    color: #26433c;
}
#top-table .row12 td{
	border-bottom: 1px solid #c2c2c2;
}
#news-information .news-icons .news-icon{
	line-height: 17px;	
	height:auto;
}

.select-format{
	display:none;
}
#bottom-table th, .bottom-table th{
	border-bottom: 1px solid #ff7d00;
    border-top: 1px solid #ff7d00;
    padding: 4px 8px;
}
#bottom-table thead tr:last-child th, .bottom-table thead tr:last-child th{
	border-bottom: 1px solid #ff7d00;
}

#bottom-table td, .bottom-table td {
	border-top: 1px solid #d5dbdb;
	padding:4px 8px;
}

#range-input .submit{
	border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586263;
  font-size: 18px;
  text-transform: uppercase;
  width:auto;
}
#range-input .submit:hover{
  border-top: 1px solid #ff7d00;
  border-bottom: 1px solid #ff7d00;
  text-decoration: none;
  background-color:none;
 }
 
#range-input .submit::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url('images/icon_arrow_orange.png') no-repeat;
  position: relative;
  left: 4px;
  bottom: 0px;
  margin-right: 0.8em;
 }

 #range-input .submit .fa{
	display:none;
 }
 
 #chart-footer .history-download a{
	border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586263;
  font-size: 18px;
  text-transform: uppercase;
 }
 
 #chart-footer .history-download a::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  position: relative;
  left: 4px;
  bottom: 0px;
  margin-right: 0.8em;
 }
 
 #chart-footer .history-download a:hover{
  border-top: 1px solid #ff7d00;
  border-bottom: 1px solid #ff7d00;
  text-decoration: none;
  background-color:none;
 }
 
 .history-download h3{
	padding-left:5px;
 }
.dropdown{
	height: 40px;
	border: 1px solid #d5dbdb;
}
.dropdown select{
	height:38px;
	padding:2px;
	font-family: Roboto,sans-serif;
	font-size: 16px;
    font-weight: normal;
    line-height: 22px;
	color: #444;
}
.dropdown::after{
	color:#BBBBBB;
	right: 14px;
    top: 46%;
}

.benchmark-checkbox{
	float:left;
}
.sma-0 input[type="radio"] {
  display: none;
}
.sma-0 input[type="radio"] + label {
  display: block;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  border-right:1px solid #fff;
  padding:8px 0;
}
.sma-0 input[type="radio"] + label:before {
  content: none;
  font-family: Arial;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
 
}
.sma-0 input[type="radio"]:checked + label:before {
  content: none;
}
.smaverage-radio {
    float: left;
    width: 16%;
}
.smaverage-radio input {
    display: none;
}
.smaverage-radio label {
    background-color: #26433c;
    margin-right: 1px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
    font-weight: 300;
    color:#fff;
}
.smaverage-radio.active label {
    background-color: #ff7d00;
    color: #26433c;
}

.smaverage-radio label:hover {
    background-color: #26433c;
    color: #ff7d00;
}
#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.sma-0{
		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: 16px;
		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;
}

input[type="checkbox"]:disabled + label::before, input[type="checkbox"]:disabled + label{
	color:#ccc;
	cursor: not-allowed;
}@import "../../../css/chart-v2.0.css";

/* roboto */
@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../font/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* roboto-condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src:  url('../font/roboto-condensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src:  url('../font/roboto-condensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src:  url('../font/roboto-condensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
	font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
}
#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: #26433c;
	border-left-color: #444f50;
	border-left-width: 1px;
	border-right: 1px solid #dac4b2;
	color: white;
	float: left;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 22px;
	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 {
    color: #ff7d00;
    background: #26433c;
}
#range-selector .active a, #range-selector a:focus {
    background-color: #ff7d00;
    color: #26433c;
}
#top-table .row12 td{
	border-bottom: 1px solid #c2c2c2;
}
#news-information .news-icons .news-icon{
	line-height: 17px;
	height:auto;
	border-color: #ff7d00;
	color: #ff7d00;
}

.select-format{
	display:none;
}
#bottom-table th, .bottom-table th{
	border-bottom: 1px solid #ff7d00;
    border-top: 1px solid #ff7d00;
    padding: 4px 8px;
}
#bottom-table thead tr:last-child th, .bottom-table thead tr:last-child th{
	border-bottom: 1px solid #ff7d00;
}

#bottom-table td, .bottom-table td {
	border-top: 1px solid #d5dbdb;
	padding:4px 8px;
}

#range-input .submit{
	border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586263;
  font-size: 18px;
  text-transform: uppercase;
  width:auto;
}
#range-input .submit:hover{
  border-top: 1px solid #ff7d00;
  border-bottom: 1px solid #ff7d00;
  text-decoration: none;
  background-color:none;
 }
 
#range-input .submit::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url('images/icon_arrow_orange.png') no-repeat;
  position: relative;
  left: 4px;
  bottom: 0px;
  margin-right: 0.8em;
 }

 #range-input .submit .fa{
	display:none;
 }
 
 #chart-footer .history-download a{
	border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586263;
  font-size: 18px;
  text-transform: uppercase;
 }
 
 #chart-footer .history-download a::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  position: relative;
  left: 4px;
  bottom: 0px;
  margin-right: 0.8em;
 }
 
 #chart-footer .history-download a:hover{
  border-top: 1px solid #ff7d00;
  border-bottom: 1px solid #ff7d00;
  text-decoration: none;
  background-color:none;
 }
 
 .history-download h3{
	padding-left:5px;
 }
.dropdown{
	height: 40px;
	border: 1px solid #d5dbdb;
}
.dropdown select{
	height:38px;
	padding:2px;
	font-family: Roboto,sans-serif;
	font-size: 16px;
    font-weight: normal;
    line-height: 22px;
	color: #444;
}
.dropdown::after{
	color:#BBBBBB;
	right: 14px;
    top: 46%;
}

.benchmark-checkbox{
	float:left;
}
.sma-0 input[type="radio"] {
  display: none;
}
.sma-0 input[type="radio"] + label {
  display: block;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  border-right: 1px solid #dac4b2;
  padding:8px 0;
}
.sma-0 input[type="radio"] + label:before {
  content: none;
  font-family: Arial;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
 
}
.sma-0 input[type="radio"]:checked + label:before {
  content: none;
}
.smaverage-radio {
    float: left;
    width: 16%;
}
.smaverage-radio input {
    display: none;
}
.smaverage-radio label {
    background-color: #26433c;
    margin-right: 1px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
    font-weight: 300;
    color:#fff;
}
.smaverage-radio.active label {
    background-color: #ff7d00;
    color: #26433c;
}

.smaverage-radio label:hover {
    background-color: #26433c;
    color: #ff7d00;
}
#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.sma-0{
		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: 16px;
		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: #ff7d00;
    color: #26433c;
}

input[type="checkbox"]:disabled + label::before, input[type="checkbox"]:disabled + label{
	color:#ccc;
	cursor: not-allowed;
}

.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;
}
