

.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;
}


.remove_symbol{
  background: red;
  padding: 0px 5px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.remove_symbol:hover{
  background: grey;
  cursor:pointer;
}

table.my_stocks tr:nth-child(even) td{
  background-color:#EEE;
}

table.my_stocks tr:nth-child(odd) td{
    background-color:#e5e5e5;
  }

table.my_stocks td{
border:1px solid white;
}

table.my_stocks{font-size: 12px;}

.my_stocks span.quoteapi-negative:after {
  content: "" ;
}
.my_stocks span.quoteapi-negative:before {
  content: "";
}

#add_stock{
margin-top:10px;
  background: #eaeaea;
  clear: both;
  padding: 0px 10px 0px 10px;
  border: 3px solid #0b75b4;
}
/*
.my_stocks .price_change.quoteapi-positive:before {
  content: '\25b2' !important;
}
*/


.my_stocks .price_change.quoteapi-negative {
  color: #c81111 !important;
}
/*
.my_stocks .price_change.quoteapi-negative:before {
  content: '\25bc' !important;
}
*/
.my_stocks .price_change.quoteapi-positive {
  color: #09a309 !important;
}
#add_stock #quote_lookup input[type=text] {
  width: 70% !important;
}

#add_stock .quote_sidebar button {
  float: right !important;
}

#add_stock #quote_lookup input[type="text"] {
    float: left !important;
}

#add_stock #quote_lookup {
  width: 100% !important;
}

.the_price span{
font-weight: 500;
color: #414141;
}

.the_price .quoteapi-positive,.the_price .quoteapi-negative {
  color: #262626 !important;
}

.my_stocks .widget_wpb_tracker_widget .arrow-down:before {
    content: none !important;
}

.my_stocks .widget_wpb_tracker_widget .arrow-up:before {
    content: none !important;
}

#quote_lookup_tracker input[type="text"]{
width: 70%;
float: left;
}


table.my_stocks td {
    border: 1px solid #ededed;
    padding: 2px 6px
}

.quote_sidebar .block-title:first-child {
    margin-top: 0px !important ;
  }


.stock_section {
  margin-bottom:15px;
}
