/*Fonts*/
@font-face {
	font-family: 'Allianz Neo Bold';
	src: url('fonts/AllianzNeo-Bold.woff2') format('woff2'),
	url('fonts/AllianzNeo-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Allianz Neo Light';
	src: url('fonts/AllianzNeo-Light.woff2') format('woff2'),
	url('fonts/AllianzNeo-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Allianz Neo Medium';
	src: url('fonts/AllianzNeo-SemiBold.woff2') format('woff2'),
	url('fonts/AllianzNeo-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Allianz Neo Regular';
	src: url('fonts/AllianzNeo-Regular.woff2') format('woff2'),
	url('fonts/AllianzNeo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, #wrapper {
	font-family: 'Allianz Neo Regular', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}

#chartfooter .ui-selectmenu{
	width: 100% !important;
}

/* .highcharts-tooltip>span {
    background: rgba(255,255,255,0.85);
    border-radius: 0px;
    box-shadow: 1px 1px 15px #888;
    padding: 8px;
	outline: 0;
	border: 0px solid;
	focus:none;

} */

/*  general styles  */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	/*max-width: 930px;*/
	/*max-width:910px;*/
	overflow-x: hidden;
}
*:focus {
	outline: none;
}
iframe{
	width: 100%;
	height: 100%;
}
a {
	color: #414141;
	text-decoration: none;
}
select {
	width: 100%;
	border: 1px solid #dbdbdb;
	height: 28px;
	line-height: 28px;
	background: #fff;
}
.alteration-up {
	color: #1E8927;
}
.alteration-equal {
	color: #aaa;
}
.alteration-down {
	color: #DC3149;
}
#wrapper {
	width: 100%;
	font-size: 12px;
	color: #414141;
	overflow: hidden;
}
.stock__chart {
	font-size:24px;
	text-align:center;
	padding-top:35px;
}
/*  defined time range  */

#range-selector {
	clear: both;
	/*width: 67%;*/
	background-color: #fff;
}
#range-selector ul {
	margin: 20px 0 55px 0;
	float: none;
	width: 100%;
	text-align:center;
}
#range-selector ul li {
	margin: 0;
	display: inline-block;
	float:none;
	border-bottom:1px solid #007AB3;
	margin-right:-5px;
}
#range-selector ul li a {
	background-color: transparent;
	text-align: center;
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	position:relative;
	color:#007AB3;
}
#range-selector ul li a:after {
	content:'';
	height:2px;
	background:#007AB3;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#range-selector ul li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	font-weight: bold;
}
#range-selector ul li:first-child {
}
#range-selector ul li:last-child a {
}
#range-selector ul li.active a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#range-selector ul li a:hover,
#range-selector ul li.active a{
	font-weight: bold;
}

/* form starting stylings ------------------------------- */
.contact_form {
	width:70%;
	margin:0 auto;
}
.control_wrap {
	position: relative;
	float:left;
	width:39%;
}
.contact_form input{
	background:transparent;
	border:0;
	border-bottom:1px solid #3c3c3c;
	outline:0 !important;
	height:35px;
	font-size:15px;
	color:#3c3c3c;
	width:80%;
	position:relative;
	z-index:2;
	padding:0 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.contact_form input+img {
	position:absolute;
	right:7%;
	top:-10px;
}
.contact_form input+img+label,.contact_form input.empty+img+label{
	font-size:15px;
	color:#3c3c3c;
	position:absolute;
	top:10px;
	z-index:1;
	left:10px;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}
.contact_form input:focus+img+label,.contact_form input.not-empty+img+label{
	font-size:14px;
	top:-11px;
	left:9px;
}
.contact_form input+img+label+span,.contact_form input.empty+img+label+span{
	width:80%;
	position:relative;
	top:-1px;
	height:2px;
	background:#007AB3;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	display:block;
	z-index:2;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.contact_form input:focus+img+label+span,.contact_form input.not-empty+img+label+span{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.contact_form a.submit{
	height:35px;
	line-height:35px;
	width:100px;
	text-align:center;
	text-transform:uppercase;
	background:#007AB3;
	display:inline-block;
	color:#ffffff;
	float: left;
	max-width: 7%;
	border-radius:4px;
}
.contact_form .title {
	float:left;
	width:15%;
	font-size:14px;
	line-height:20px;
	margin-top:-13px;
}
.timerange--default {
	display:block;
	text-align:right;
	width:80%;
	text-transform:uppercase;
	margin-top:5px;
}




/*  custom time range  */

/*#range-input {*/
	/*clear: both;*/
	/*float: left;*/
	/*width: 100%;*/
	/*background: #fff;*/
	/*padding-bottom: 24px;*/
/*}*/
/*#range-input .range-input-inner {*/
	/*width: 96%;*/
	/*position: relative;*/
	/*margin:0 auto;*/
/*}*/
/*#range-input span.title, #range-input input, #range-input label {*/
	/*float: left;*/
	/*display: block;*/
	/*margin: 23px 0 0 0;*/
/*}*/
/*#range-input span.title {*/
	/*margin: 17px auto 0 15px;*/
/*}*/
/*#range-input label {*/
	/*padding: 3px 10px 3px 10px;*/
/*}*/
/*#range-input a.submit {*/
	/*float: right;*/
	/*margin-left: 27px;*/
	/*border: 1px solid #CCCCCC;*/
	/*color: #414141;*/
	/*cursor: pointer;*/
	/*display: inline-block;*/
	/*font-size: 12px;*/
	/*line-height: 21px;*/
	/*width: 12.1%;*/
	/*overflow: visible;*/
	/*padding: 9px 0;*/
	/*text-align: left;*/
	/*text-decoration: none;*/
	/*-webkit-border-radius: 3px;*/
	/*-moz-border-radius: 3px;*/
	/*-o-border-radius: 3px;*/
	/*-ms-border-radius: 3px;*/
	/*border-radius: 3px;*/
	/*background: #f3f3f3 url('images/ic_buttons.png') -320px 11px no-repeat;*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -moz-linear-gradient(top, #fff, #e6e6e6);*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -o-linear-gradient(top, #fff, #e6e6e6);*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -ms-linear-gradient(top, #fff, #e6e6e6);*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, linear-gradient(top, #fff, #e6e6e6);*/
	/*text-indent: 30px;*/
/*}*/
/*#range-input a.submit:hover {*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d9d9d9));*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -moz-linear-gradient(top, #f5f5f5, #d9d9d9);*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -o-linear-gradient(top, #f5f5f5, #d9d9d9);*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, -ms-linear-gradient(top, #f5f5f5, #d9d9d9);*/
	/*background: url('images/ic_buttons.png') -320px 11px no-repeat, linear-gradient(top, #f5f5f5, #d9d9d9)*/
/*}*/
/*#range-input a.submit span {*/
	/*padding: 2px 11px;*/
	/*display: block;*/
/*}*/
/*#range-input #tr_beg, #range-input #tr_end {*/
	/*margin: 23px 0 0 0;*/
	/*width: 100%;*/
	/*height: 18px;*/
	/*color: #414141;*/
	/*border: 1px solid #dbdbdb;*/
	/*text-align: center;*/
/*}*/
/*#range-input #tr_beg:focus, #range-input #tr_end:focus {*/
	/*color: #414141;*/
/*}*/
/*#range-input .date-error {*/
	/*border: 1px solid #E10016 !important;*/
/*}*/
#ui-datepicker-div {
	z-index: 99 !important;
}
.ui-datepicker-trigger {
	float: left;
	border: none;
	background: none;
	padding: 0;
	margin: 22px 0 0;
}
/*  news information  */

#news-information {
	width: 100%;
	background: #fff;
	float: left;
	padding-bottom: 10px;
	padding-left:30px;
	padding-right:30px;
}
.news-icons span {
	margin: 0 20px 0 0;
	padding-left: 25px;
	background: url(./images/a.gif) 0 0 no-repeat transparent;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
}
.news-icons .corporate {
	background-image: url(./images/n.gif)
}
.news-icons .dividends {
	background-image: url(./images/d.gif)
}
/*  chart  */

#chart {
	clear: both;
	width: 100%;
	background: #ffffff;
	min-width: 200px;
}
/*  chart tools  */

#chartwrapper {
	background: #fff;
	/*float: left;*/
	width: 100%;
}
#chartwrapper .wrapper {
	float: left;
	width: 75%;
	overflow: hidden;
	border-bottom: 15px solid #fff;
	position: relative;
	padding-bottom: 10px;
	padding-left:17px;
}
/* header */

#top {
	clear: both;
	width: 100%;
}
/* top info */
.top-info {
	display: none;
}
#top .top-company-info {
	float: left;
	width: 100%;
	background:#f1f9fa;
}
#top .header-block {
	background: transparent;
	width: 33.333%;
	height: auto;
	float: left;
}
#top .header-inner {
	padding:5px 30px 50px;
}
#top .header-01 {
	width: 33.333%;
}
#top .header-01 .header-inner {
	border: none;
}
#top table {
	width: 100%;
}
#top table tr td {
	vertical-align: top;
}
#top table tr td.col1 strong span {
	margin-bottom:8px;
	display:block;
}
#top .col2 {
	text-align: right;
}
#top .header-01 .row1 .col2 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 22px;
	color:#006192;
}
#top .header-01 .row2 .col2 {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 22px;
}
#top .header-01 .row3 table {
	width: auto;
}
#top .header-01 .row3 td {
	line-height: 13px;
	padding-top: 8px;
}
#top .header-01 .row3 .col1 {
	padding-right: 10px;
}
#top .header-01 .row3 .col2 {
	text-align: center;
	padding: 0 10px;
	padding-top: 8px;
}
#top .header-01 .row3 .col3 {
	padding-left: 10px;
	text-align: right;
}
#top .header-02 tr td, #top .header-03 tr td{
	padding-bottom:6px;
}
strong{
	font-weight:normal;
	font-family: 'Allianz Neo Bold';
}
/* chart footer */

#chartfooter {
	float: left;
	width: 25%;
	position: relative;
	padding-right:30px;
}
#chartfooter div {
	margin-left: 15px;
	margin-bottom:22px;
}
#chartfooter h3 {
	margin-bottom:0;
}
#chartfooter .select-volume {
	margin-bottom: 30px;
}
#chart-benchmarks {
	display: block;
	clear: both;
	/*float: left;*/
	width: 100%;
	background: #fff;
}
#chart-benchmarks h3 {
	font-family: 'Allianz Neo Light';
	font-size: 24px;
	line-height: 16px;
	margin-left: 30px;
	margin-bottom:15px;
}
.benchmark-0 {
	border-bottom: 10px solid #ffffff;
	width: 100%;
	float: left;
}
.benchmark-1 {
	padding-top: 15px;
	width: 100%;
	float: left;
}
.benchmark-box {
	padding: 0 15px;
	overflow:hidden;
}
.benchmark-checkbox {
	width: 33.3333%;
	float: left;
	padding: 15px;
}
.benchmark-checkbox input[type=checkbox] {
	width   : 28px;
	margin  : 0;
	padding : 0;
	opacity : 0;
}
.benchmark-checkbox input[type=checkbox] + label {
	position:relative;
	margin-left:-30px;
	padding-left:28px;
}
.benchmark-checkbox input[type=checkbox] + label:after {
	width:16px;
	height:16px;
	border:1px solid #d0d0d0;
	border-radius:3px;
	content:'';
	position:absolute;
	left:0;
	top:2px;
	text-align:center;
}
.benchmark-checkbox input[type=checkbox]:checked + label:after {
	content:'✓';
}
.benchmark-checkbox label {
	font-size: 18px;
	line-height: 14px;
	color: #007AB3;
	font-family: 'Allianz Neo Medium';
}
.indices {
	font-size: 18px;
	line-height: 14px;
	color: #007AB3;
	font-family: 'Allianz Neo Medium';
}
.benchmark-inner.first {
	border-left: none;
	padding: 0;
	clear: both;
}
.benchmark-1 .benchmark-checkbox {
	border-bottom: 1px solid #ccc;
}
.checkbox-3, .checkbox-4, .checkbox-5 {
	border-bottom: none !important;
}
/*.highcharts-yaxis-title {*/
	/*color:#DFDEE0 !important;*/
	/*fill:#DFDEE0 !important;*/
/*}*/

/*  footer  */

#chart-info {
	font-size: 12px;
	width: 100%;
	text-indent: 53px;
	background: #ffffff;
	position: absolute;
    bottom: 38px;
	padding-bottom: 10px;
	font-family: 'Allianz Neo Light', Arial, sans-serif;
}
#footer {
	clear: both;
	margin: 20px 16px 0 8px;
	float: left;
	width: 80%;
	position: relative;
	margin-bottom: -14px;

}
#footer table {
	width: 100%;
}
#footer table th {
	font-weight: bold;
	text-align: left;
	background: #f2f2f2;
}
#footer table tr.row1 th {
	padding-top: 6px;
}
#footer table tr.row2 th {
	padding-bottom: 6px;
}
#footer table td {
	line-height: 24px;
	border-bottom: 1px solid #f2f2f2;
}
table.benchmark-table {
	width: 100%;
	margin-top: 9px;
}
table.benchmark-table td {
	padding-bottom:6px;
}
table.benchmark-table .col1 {
	font-weight:normal;
	font-family: 'Allianz Neo Bold';
}
table.benchmark-table .col2 {
	text-align: right;
}
/*  special styles  */
body .ui-selectmenu-status {
	padding-left:0;
}
body .ui-selectmenu-menu ul li a, body a.ui-selectmenu {
	font-size: 14px;
}
body .ui-state-default {
	border: 1px solid #3c3c3c;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	background: none;
}
body .ui-state-hover {
	border: 1px solid #3c3c3c;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
body .ui-widget-content .ui-state-hover {
	background: none;
	background-color: #189DD6;
	color: #fff;
}
body .ui-state-hover a, body .ui-state-hover a:hover {
	color: #fff
}
body .ui-state-default .ui-icon {
	background: url(images/select.png) right center no-repeat;
	width: 24px;
}
body .ui-widget-content {
	border: 1px solid #3c3c3c;
}
body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-right, body .ui-corner-br {
	border-bottom-right-radius: 0;
}
body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-left, body .ui-corner-bl {
	border-bottom-left-radius: 0;
}
body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr {
	border-top-right-radius: 0;
}
body .ui-corner-all, body .ui-corner-top, body .ui-corner-left, body .ui-corner-tl {
	border-top-left-radius: 0;
}
/* download */

#chartfooter .history-download a#download-anchor, #download-wrapper input.button {
	float: left;
	/* border: 1px solid #007AB3; */
	cursor: pointer;
	display: inline-block;
	line-height: 21px;
	overflow: visible;
	padding: 9px 9px 9px 0;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #007AB3;
	/* background-color: #007AB3; */
	text-indent: 30px;
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Allianz Neo Bold', Arial, sans-serif;
	text-transform: uppercase;

}

#chartfooter .history-download a#download-anchor{
	background: url("images/documents.svg") no-repeat scroll 0px 6px transparent;
	margin-bottom: 22px;
	margin-top: 15px;
}

/* #chartfooter .history-download a#download-anchor:hover, #download-wrapper input.button:hover {
	background: url("images/ic_buttons.png") no-repeat scroll -320px 10px #007AB3;
	background: url('images/ic_buttons.png') -320px 10px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#007AB3), to(#007AB3));
	background: url('images/ic_buttons.png') -320px 10px no-repeat, -moz-linear-gradient(top, #007AB3, #007AB3);
	background: url('images/ic_buttons.png') -320px 10px no-repeat, -o-linear-gradient(top, #007AB3, #007AB3);
	background: url('images/ic_buttons.png') -320px 10px no-repeat, -ms-linear-gradient(top, #007AB3, #007AB3);
	background: url('images/ic_buttons.png') -320px 10px no-repeat, linear-gradient(top, #007AB3, #007AB3)
} */
#download-wrapper {
	padding: 15px;
	font: 12px;
	color: #414141;
	overflow: hidden;
	background-color: #fff;
}
#download-wrapper h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 31px;
	background: url("images/h1_download.png") 0 0 no-repeat;
	padding-left: 36px;
}
#download-wrapper .description {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
#download-wrapper label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
}
#download-wrapper form {
	background: #fff;
	padding: 15px 0;
	float: left;
	width: 100%;
}
#download-wrapper form div {
	padding: 0 15px;
}
#download-wrapper div {
	margin-bottom: 12px;
}
#download-wrapper select {
	width: auto;
	min-width: 120px;
}
#download-wrapper #tr_beg, #download-wrapper #tr_end {
	float: left;
}
#download-wrapper .ui-datepicker-trigger {
	margin: 0;
	position:absolute;
	right:15px;
	top:7px;
	height:15px;
	width:15px;
}
#download-wrapper .date-until, #download-wrapper .select-exchange {
	clear: both;
}
#download-wrapper .select-format {
	float: left;
}
#download-wrapper input.button {
	clear: both;
	padding-bottom: 12px;
	margin-left: 15px;
}
#download-wrapper .error {
	background-color: #E35205;
	color: #fff;
	font-size: 14px;
	padding: 15px;
	font-weight: bold;
}
#download-wrapper .select-exchange {
	float: left;
	padding-right: 3px;
}



#download-wrapper table {
	background: none repeat scroll 0 0 #F1F1F1;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	overflow: scroll;
	width: 100%;
}
#download-wrapper table thead {
	background: none repeat scroll 0 0 #8A8A8A;
	border: 1px solid #8A8A8A;
	color: #FFFFFF;
	font-weight: bold;
}
#download-wrapper table thead p {
	margin: 0;
}
#download-wrapper table td, table th {
	padding: 11px 15px;
	text-align: right;
}
#download-wrapper table th {
	font-weight: bold;
	vertical-align: middle;
}
#download-wrapper table td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
#download-wrapper table#data-tbl td:last-child,
#download-wrapper table#data-tbl th:last-child {
	text-align: right
}
#download-wrapper table td:first-child {
	border-width: 0 1px 1px;
}
@media screen and (max-width: 910px) {
body {
	max-width: none;
}
#top .header-03 .header-inner {
	border: none;
}
#chart-info {
	text-indent: 11px;
}
#range-selector {
	width: 100%;
}
#range-selector ul {
	width: 98%;
}
#range-input .range-input-inner {
	width: 100%;
}
}
#download-wrapper .download-table {
	width: auto;
	margin-left: 16px;
}
#download-wrapper .download-table td {
	background-color: #fff;
	border: 0px;
	padding: 0px 10px 0 0;
	position:relative;
	padding-bottom:20px;
}
#download-wrapper .download-table td.col1 {
	padding-right: 30px;
}
#download-wrapper .download-table input {
	border: 1px solid #DBDBDB;
	color: #414141;
	height: 25px;
	margin: 23px 0 0;
	text-align: left;
	width: 120px;
	padding-left:10px;
}
/*.history-download select,.history-download select + span {
	display:none;
}*/
@media screen and (min-width:992px) and (max-width: 1500px) {
	.contact_form {
		width:95%;
	}
}
@media screen and (max-width: 991px) {
	.contact_form {
		width:100%;
		padding:0 10px;
	}
	#news-information {
		padding-left: 10px;
		padding-right: 10px;
	}
	#chartwrapper .wrapper {
		padding-left:0;
	}
	#chartfooter {
		padding-right:10px;
	}
	#chart-benchmarks h3 {
		margin-left:10px;
	}
	.benchmark-box {
		padding:0;
	}
	.benchmark-checkbox {
		padding:15px 10px;
	}
}
@media screen and (min-width:768px) and (max-width: 991px) {
	#top .header-01 .row3 .col1, #top .header-01 .row3 .col3 {
		padding-left:0;
		padding-right:0;
	}
	#top .header-inner {
		padding:5px 10px 30px;
	}
	.contact_form .title {
		width:20%;
		margin-top: -14px;
		font-size: 13px;
	}
	.contact_form input {
		height:25px;
		font-size:13px;
	}
	.contact_form input+img+label, .contact_form input.empty+img+label {
		font-size:13px;
		top:5px;
	}
	.contact_form input:focus+img+label, .contact_form input.not-empty+img+label {
		font-size:13px;
	}
	.control_wrap {
		width:35%;
	}
	.contact_form a.submit {
		float:right;
		margin-top:-9px;
	}
	.contact_form input+img {
		right:5%;
		top:-18px;
	}
	#chartfooter .history-download a {
		width:100%;
	}
}
@media screen and (max-width: 767px) {
	.highcharts-tooltip {
		background:#ffffff !important;
		fill:#ffffff !important;
	}
	#top .header-inner {
		padding: 5px 10px 10px;
	}
	#chartwrapper .wrapper {
		float: none;
		width: 100%;
	}
	#chartwrapper .inner-wrapper {
		width: auto;
	}
	#chartfooter {
		top: 0;
		width: 100%;
	}
	#chartfooter div {
		width: 100%;
		float: none;
		margin-left:0;
	}
	#chartfooter {
		padding-left:10px;
	}
	#chartfooter .select-volume {
		margin-bottom: 22px;
		padding-bottom: 0;
		border-bottom: none;
	}
	#top .header-01, #top .header-02, #top .header-block {
		width: 100%;
		clear: both;
		float: left;
		margin-top: 10px;
	}
	#top .header-01 {
		margin-top: 0;
	}
	#top .header-01 .header-inner, #top .header-02 .header-inner {
		border: none;
	}
	.history-download {
		margin-bottom: 15px;
	}
	.benchmark-checkbox {
		clear: both;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	.benchmark-checkbox:last-child {
		border-bottom: none;
	}
	.benchmark-inner {
		border: none;
		padding-left: 0;
	}
	.checkbox-3, .checkbox-4 {
		border-bottom: 1px solid #ccc !important;
	}
	#chart-info {
		position: static;
		text-indent: 0;
		padding: 0 10px 10px 10px;
		width: auto;
	}
	#chart {
		float: none;
	}
	#range-input span.title, .contact_form a.submit {
		float: none;
		clear: both;
		width:100%;
		max-width:100%;
		display:block;
		margin:0 0 20px;
		font-size:12px;
	}
	.contact_form input{
		padding:0;
	}
	.contact_form input+img+label, .contact_form input.empty+img+label {
		font-size:13px;
		top:5px;
		left:0;
	}
	.contact_form input:focus+img+label, .contact_form input.not-empty+img+label {
		font-size:13px;
		left:0;
	}
	.contact_form input {
		height:25px;
		font-size:13px;
	}
	.contact_form input+img {
		position: absolute;
		right: 4%;
		top: -18px;
	}
	.timerange--default {
		font-size:10px;
		margin-top:1px;
	}
	.control_wrap {
		width:50%;
		margin-bottom:10px;
	}
	#range-input span.title>br {
		display:none;
	}
	#range-selector ul li a {
		padding:10px;
	}
	.highcharts-container * {
		font-size:11px !important;
	}
	#colorbox, #cboxContent, #cboxLoadedContent {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100% !important;
	}
	#download-wrapper {
		padding:15px 0;
	}
	#download-wrapper .download-table {
		margin-left:0;
		width:100%;
	}
	.download-table span.title {
		padding-bottom:5px;
		display: block;
	}
	.download-table span.title>br {
		display:none;
	}
	#download-wrapper .download-table td.col1 {
		padding-bottom:20px;
	}
	#download-wrapper .download-table tr, #download-wrapper .download-table td {
		display:block;
		width:100%;
		padding-bottom:10px;
		background:#ffffff;
	}
	#download-wrapper #tr_beg, #download-wrapper #tr_end {
		float:none;
		width:90%;
	}
	#download-wrapper label {
		margin-bottom:0 !important;
	}
	#download-wrapper .download-table tr.row2 td{
		width:auto;
		display:table-cell;
	}
	#download-wrapper .download-table tr.row2 td label {
		margin-top:15px !important;
	}
	#download-wrapper input.button {
		margin-top:-54px;
	}
	#download-wrapper {
		overflow-x:scroll;
	}
	#data-tbl {
		min-width:500px;
	}
}
