/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
#rate {
  background: #fff;
  padding: 10px;
}
#rate > div {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, .3);
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#rate > div > div {
  background: #fff;
  padding: 8px 15px;
  color: #000;
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 2%;
  border: 1px solid #e1e1e1;
  position: relative;
}
#rate > div > div strong {
  font-weight: 700;
  text-transform: uppercase;
}
#rate > div > div.date_time {
  margin-right: 0;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: none;
  text-align: right;
  border: none;
  padding: 8px 0;
}
#rate > div > div.date_time span:first-of-type {
  margin-right: 5%;
  display: inline-block;
}
#rate .rate-up {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #8ec63f transparent;
}
#rate .rate-bottom {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ed1c24 transparent transparent transparent;
}
#chart .row {
  background: #fff;
  padding: 0 10px;
}
#chart .wr_chart > div {
  height: 40px;
  font-size: 14px;
  background-color: #cfd2d9;
  color: white;
  font-family: 'OpenSans';
}
#chart .wr_chart > div .chart_element {
  position: relative;
  top: 3px;
  left: 10px;
  line-height: 37px;
}
#chart .wr_chart > div .chart_element span {
  display: inline-block;
  width: 24%;
  text-align: center;
}
​.chart_element {
    height: 40px;
    background-color:#cfd2d9;

}
.intradayChartBtn{
    color: black;
    cursor: auto;
    opacity: 1;
    display: inline-block;
    width: 24%;
    text-align: center;
    padding-top: 10px;
}​


/* Sell to Us chart from based theme */
.tpl-sell_to_us .table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.tpl-sell_to_us .table table td, .tpl-sell_to_us .table table th {
  border: 1px solid #d7d7d7;
  padding: 15px 0;
  font-size: 17px;
  text-align: center;
}
.tpl-sell_to_us .table table td {
  font-size: 15px;
  padding: 10px 0;
}
.tpl-sell_to_us .table table td a {
  color: #000;
}
.tpl-sell_to_us .table table td a:hover {
  text-decoration: underline;
}
.tpl-sell_to_us .table table tbody tr {
  background: #fefefe;
}
.tpl-sell_to_us .table table tbody tr:nth-child(even) {
  background: #e9e9e9;
}
.tpl-sell_to_us .table table thead tr {
  background: #f4bd18;
}

/* Tooltip container */
/* Dealer fees rollover */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

