

.quoteapi-positive {
    color: #20b720;
}
.quoteapi-negative {
    color: #e70000;
}
.arrow-down:before {
     content: '\25bc';
}
.arrow-up:before {
    content: '\25b2';
}
.quoteapi-chart {
    padding: 8px 25px 25px 60px;
    font-size: .9em;
    overflow: hidden;
}
.quoteapi-chart-panel {
    height: 350px;
}
.quoteapi-nav-chart .quoteapi-chart-panel {
    height: 50px;
    margin-top: 10px;
}
.quoteapi-chart-extra-panel {
    height: 50px;
    margin-top: 25px;
}
.quoteapi-chart-panel-plot-area {
    padding: 0px;
}
.quoteapi-chart-xaxis-spacing {
    width: 50px;
}
.quoteapi-chart-yaxis-spacing {
    height: 50px;
}
.quoteapi-chart-tooltip-container {
    padding: 10px 30px;
}
.quoteapi-chart-tooltip-marker {
    fill: none;
    stroke-width: 2px;
}
.quoteapi-chart-xaxis-label-container {
    margin-top: 4px;
}
.quoteapi-chart-top-panel .quoteapi-chart-yaxis-bottom-label {
    display: none;
}
.quoteapi-chart-panel-border, .quoteapi-chart-gridline {
    stroke: #000;
    stroke-opacity: 0.05;
}
.quoteapi-chart-minor-gridline {
    display: none;
}
.quoteapi-chart-price {
    stroke: #2f74ae;
    stroke-width: 3px;
}
.quoteapi-nav-chart .quoteapi-chart-price {
    stroke: #2f74ae;
    stroke-width: 1px;
}
.quoteapi-chart-price-fill {
    fill: #2f74ae;
    fill-opacity: 0.3;
}
.quoteapi-chart-prev-close {
    stroke: #e74b3c;
}
.quoteapi-chart-relative-price {
    stroke: #529642;
    stroke-width: 1px;
}
.quoteapi-chart-moving-average1 {
    stroke: #bd401e;
}
.quoteapi-chart-performance {
    stroke: #2f4c6b;
    stroke-width: 1px;
}
.quoteapi-chart-performance1 {
    stroke: #529642;
}
.quoteapi-chart-volume {
    stroke: #2f4c6b;
}
.quoteapi-chart-volume-up {
    stroke: #209A93;
}
.quoteapi-chart-volume-down {
    stroke: #E74D3E;
}

/* New CSS added for markets-chart */

.markets-chart .quoteapi-chart {
    padding: 6px 40px 25px 5px;
    font-size: .8em;
    overflow: hidden;
}

.markets-chart .quoteapi-chart-panel {
    height: 150px;
}

.markets-chart .quoteapi-chart-price {
    stroke: #2f74ae;
    stroke-width: 1px;
}

@media screen and (max-width:1000px) {
    .quoteapi-chart-panel {
        height: 250px;
    }
    .quoteapi-chart-extra-panel {
        height: 50px;
    }
}

@media screen and (max-width:767px) {
    .quoteapi-chart-panel {
        height: 200px;
    }
    .quoteapi-chart-extra-panel {
        height: 50px;
    }
    .quoteapi-nav-chart {
        display: none;
    }
}


tr:nth-child(even) {background: #EFEFEF}
tr:nth-child(odd) {background: #FFF}


.widget .quotes_table a {
    color: #0b75b3;
    font-weight: bold;
  }

  .quoteapi-positive {
    color: #09a309 !important;
}
.quoteapi-negative {
    color: #c81111 !important;
}

#quote_lookup{
  width: 75% !important;
  display:block;
  float:left;
  margin-bottom:20px

}
#quote_lookup input[type=text] {
    width: 100% !important;
  }

.quote_sidebar button{
  text-align: right;
    float: right;
    background: #0b75b4;
    border: none;
    padding: 6px 19px;
    color: white;
        float: left;
}

.quote_sidebar h3 {
    font-size: 19px;
    line-height: 30px;
    margin-top: 0px;
margin-bottom: 0px;
    display: block;
    float: left;
    width:100%;
}
.date_range_select{
  background: #e7e7e7;
      border: 1px solid #cfcfcf;
      padding: 5px 15px;
      font-size: 11px;
      width: 195px;
      margin-top:10px;
}

  .quoteapi-active{
    background-color:#e7e7e7;
    font-weight:bold;
  }
  .quote_sidebar .block-title span{
      background-color: #222222 !important;
   }
  .quote_sidebar .block-title{
    border-color: #222222 !important;
    margin-top: 20px;
    margin-bottom:8px;
  }

  .short_name{
    font-size:11px;
  }


.quotes_table td{
  padding: 2px 4px;
}
