/* basic setup */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #909090;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 14px;
    line-height: 1.5;
  width: 100%;
  float: left;
  overflow-y: auto;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('fonts/PTSans-Narrow.woff2') format('woff2'),
      url('fonts/PTSans-Narrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('fonts/PTSans-NarrowBold.woff2') format('woff2'),
      url('fonts/PTSans-NarrowBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


#wrapper {
  width: 710px;
  float: left;
  border: none;
  border-width: 0;
}

.pika-table .pika-button:hover,
.pika-table .is-selected .pika-button{
 background-color: #a9b63f !important;
 color:#fff !important;
 box-shadow:none;
}

.pika-table .pika-button{color:#909090 !important;font-weight:bold;}

table {
  width: 100%;
}
.alteration-up {
  color: #0c0;
}
.alteration-equal {
  color: #c2c2c2;
}
.alteration-down {
  color: #c00;
}
/* Select Dropdown */
.dropdown {
  position: relative;
  border: 1px solid #c2c2c2;
  height: 34px;
  line-height: 30px;
}
.dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 99.9%;
  padding-left: 1em;
}
.dropdown:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: .8em;
  position: absolute;
  right: 6px;
  top: 30%;
  margin-top: -7px;
  bottom: 0;
  z-index: -1;
}
.dropdown::-ms-expand {
  display: none;
}
.dropdown:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* 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: 15px;
}
input[type="checkbox"] + label:before {
  content: "\f096";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
input[type="checkbox"]:checked + label:before {
  content: "\f046";
}

/* content organisation */

#top {
	margin-bottom: 1em;
}

#top .top-info {
	display: none;
}

#top-table td {
	padding:1em 0.5em;
	color: #909090;
	font-family: "Trebuchet MS",sans-serif;
    font-size: 14px;
	width:50%;
	float:left;
}

#top-table td:first-child,
#top-table td.col3 {
	color: #a9b63f;
}

#top-table tr:nth-child(2n+1){
	 background-color: #f0f0f0;
}

#top-table strong {
    font-weight: normal;
}

#top-table tr:hover{ background-color: #e8eeb0;}

.share_tool_header {
	color: #a9b63f;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
	font-weight: 600;
    padding: 1em 0.5em;
}

#top-table table {
	padding: 0.5em;
}

#range-selector {
	width: 100%;
	float: left;
	padding-bottom: 1em;
}
#range-selector ul {
	border: medium none;
    float: left;
    width: 100%;
	display: table;
    table-layout: fixed;
}
#range-selector ul li {
	display: table-cell;
    float: none;
    width: auto;
	padding: 0 0.2em;
}
#range-selector ul li:last-child {
  border: none;
}
#range-selector ul li .chart-range-label--xs {
  display: block;
}
#range-selector ul li .chart-range-label--sm {
  display: none;
}
#range-selector a {
	line-height: 1em;
    display: block;
    font-size: 100%;
   color:#fff;
    text-align: center;
    text-decoration: none;
	
	background-color: #a9b63f;
    font-family: "PT Sans Narrow",sans-serif;
    padding: 0.8em 0;
    text-transform: uppercase;
}
#range-selector a:hover {
  background-color: #6c7711;
}
#range-selector li:last-child a {
  margin-right: 0;
}
#range-selector .active a {
  color: #fff;
  background: #c2c2c2;
}

#range-input {
  /* Some vars, we want to avoid magic numbers, even in CSS! */
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1em;
}
#range-input .title {
  display: none;
  font-weight: bold;
}
#range-input .range-wrap {
  display: block;
  float: left;
  position: relative;
  width: 40%;
  color: rgb(133, 111, 111);
    display: inline-block;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}
#range-input .range-wrap.range-begin {
  padding-right: 2px;
}
#range-input .range-wrap.range-begin .calendar-icon {
  right: 7px;
}
#range-input .range-wrap input {
  display: block;
  width: 100%;
  padding: 0 1em;
  height: 34px;
}
#range-input .range-wrap .calendar-icon {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 6px;
  z-index: 100;
}
#range-input .submit {
	width: 15%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #a9b63f;
    font-family: "PT Sans Narrow",sans-serif;
    text-transform: uppercase;
}

.fa-caret-right{display:none;}

#range-input .submit:hover {
  background-color: #6c7711;
}

.select-charttype {
  /* Some vars, we want to avoid magic numbers, even in CSS! */
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1em;
}

.select-charttype h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
   color: rgb(133, 111, 111);
    display: inline-block;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}

.select-charttype select {
	border-color: rgb(169, 169, 169);
    color: rgb(169, 169, 169);
    font-family: "Trebuchet MS",sans-serif;
	padding:0.5em;
	width:100%;
	line-height:16px;
	border: 1px solid #808080;
}

.select-charttype .dropdown {
	margin-left: 10%;
	width: 90%;
}

#chartexport {
  width: 100%;
  float: left;
}
#chartexport a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0.4em 1em;
  width:32%;
   color: #a9b63f;
    
}
#chartexport a:hover {
  color: #6c7711;
}
#chartexport a span {
  display: inline-block;
  text-decoration: underline;
}

#footer {
  width: 100%;
  float: left;
  clear: both;
  color: rgb(133, 111, 111);
    display: inline-block;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 14px;
    line-height: 18px;
}
#footer > div:first-child {
  float: left;
  display: block;
}
#footer > div:last-child {
  float: left;
  display: block;
  
}

#footer a {
	color: #a9b63f;
}

#footer a:hover {
	color: #6c7711;;
}