/* basic setup */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #575658;
    font: 62.5%/1.5 Arial,Helvetica,sans-serif;
  float: left;
  overflow-y: auto;
  width:441px;
}

#wrapper {
  width: 100%;
  float: left;
  border: none;
  border-width: 0;
}

#footer a {
	color: #8e9300;
    text-decoration: none;
}

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 {
	border: 1px solid #6c6b6e;
    padding: 3px 7px 2px;
	font-size: 1.2em;
}

#range-selector {
	width: 100%;
	float: left;
}
#range-selector ul {
	list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
	display: table;
    table-layout: fixed;
	border-bottom: 5px solid #a0a52f;
	
}
#range-selector ul li {
	float: left;
    font-weight: bold;
    margin-right: 1px;
    text-transform: uppercase;
    width: 48px;
	font-size: 1.2em;
	display: table-cell;
}
#range-selector ul li:last-child {
  border: none;
}
#range-selector ul li .chart-range-label--sm {
  display: none;
}
#range-selector ul li .chart-range-label--xs {
  display: inline;
}
#range-selector a {
	background: #cac8c9 url("./images/grey-tab-145px.gif") no-repeat scroll left top;
    color: #707072;
    display: block;
    padding: 2px 5px 2px 10px;
    text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
	 font-size: 1.2em;
}
#range-selector a:hover {
  background: #cacc88 url("./images/green-tab-145px.gif") no-repeat scroll left top;
    color: #707072;
}
#range-selector li:last-child a {
  margin-right: 0;
}
#range-selector .active a {
  background: #cacc88 url("./images/green-tab-145px.gif") no-repeat scroll left top;
    color: #707072;
}

#range-input {
  /* Some vars, we want to avoid magic numbers, even in CSS! */
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1em;
}
#range-input label ,
#range-input .title {
  clear: both;
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 4px;
	font-size:1.2em;
}
#range-input .title {width:100%;}
#range-input .range-wrap {
  display: block;
  float: left;
  position: relative;
  width: 180px;
}
#range-input .range-wrap.range-begin {
  margin-right: 14px;
}

#range-input .range-wrap input {
  display: block;
  width: 100%;
  padding: 0 1em;
  height: 24px;
}
#range-input .range-wrap .calendar-icon {
  bottom: 3px;
    display: block;
    position: absolute;
    right: 2px;
    z-index: 100;
}
#range-input .submit {
	background-color: #dbdbdb;
    bottom: 0;
    color: #707072;
    display: inline-block;
    font-size: 1.2em;
    height: 24px;
    line-height: 10px;
    padding: 6px 4px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
	font-weight:bold;
}
#range-input .submit:hover {
  background-color: #cac8c9;
}

.select-charttype {
  /* Some vars, we want to avoid magic numbers, even in CSS! */
  float: left;
  position: relative;
  margin-bottom: 1em;
  width: 300px;
}

.select-charttype select{width:100%;}

.select-charttype h3 {
  display: block;
    font-weight: bold;
    margin-bottom: 3px;
	font-size:1.2em;
}

.select-charttype .dropdown {
	margin-left: 10%;
}

#chartexport {
  float: right;
  margin-top: 12px;
}
#chartexport a {
  background-color: #8e9300;
    color: #575658;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-right: 5px;
    padding: 0 8px 3px;
    text-align: center;
    text-decoration: none;
}
#chartexport a:hover {
  background-color: #8e9300;
}
#chartexport a span {
  display: none;
}

#footer {
   clear: both;
    float: left;
    margin-top: 5px;
    width: 100%;
	
	font-size: 1.2em;
    font-weight: bold;
}
.pika-table .is-selected .pika-button{
	background-color: #dbdbdb;
	color:#707072;
}
.pika-table .pika-button:hover,
.pika-table .is-today .pika-button{
	background-color: #8e9300 !important;
	color:#707072 !important;;
}

.pika-table td{
	color:#707072;
}

#footer > div:first-child {
  float: left;
  display: block;
}
#footer > div:last-child {
  float: left;
  display: block;
}