<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 11, ../../app/assets/stylesheets/chart.css.scss */
#chart {
  margin: 20px auto;
  width: 1200px;
}
/* line 16, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container {
  background-image: -webkit-linear-gradient(top, #f7f7f7, #fefefe, #f7f7f7);
  border-top: 1px solid #c4c4c4;
  font-size: 12px;
  /*height: 40px;*/
  margin: 0;
  overflow: hidden;
  position: relative;
}
/* line 28, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container ul {
  list-style: none;
  margin: 0 5px;
  padding: 0;
}
/* line 33, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container ul li {
  color: #999;
  cursor: pointer;
  float: left;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  text-transform: capitalize;
}
/* line 43, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container ul li:hover {
  color: #333;
}
/* line 47, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container ul li.selected {
  background-color: #fff;
  color: #000;
}
/* line 56, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li {
  line-height: 0;
  position: relative;
  padding: 0 5px;
  padding-top: 20px;
}
/* line 63, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li span {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: 0 1px 2px #ddd;
  display: block;
  height: 19px;
  margin-top: -50%;
  overflow: hidden;
  text-indent: 19px;
  width: 19px;
}
/* line 79, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=candles] span {
  background-image: url(/mxassets/icons/chart_candles.png);
}
/* line 83, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=candles] span:hover {
  background-image: url(/mxassets/icons/chart_candles_hover.png);
}
/* line 89, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=candles].selected span {
  background-image: url(/mxassets/icons/chart_candles_active.png);
}
/* line 93, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=candles].selected span:hover {
  background-image: url(/mxassets/icons/chart_candles_active_hover.png);
}
/* line 99, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=stockbar] span {
  background-image: url(/mxassets/icons/chart_bars.png);
}
/* line 103, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=stockbar] span:hover {
  background-image: url(/mxassets/icons/chart_bars_hover.png);
}
/* line 109, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=stockbar].selected span {
  background-image: url(/mxassets/icons/chart_bars_active.png);
}
/* line 113, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=stockbar].selected span:hover {
  background-image: url(/mxassets/icons/chart_bars_active_hover.png);
}
/* line 119, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=line] span {
  background-image: url(/mxassets/icons/chart_line.png);
}
/* line 123, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=line] span:hover {
  background-image: url(/mxassets/icons/chart_line_hover.png);
}
/* line 129, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=line].selected span {
  background-image: url(/mxassets/icons/chart_line_active.png);
}
/* line 133, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li[data-type=line].selected span:hover {
  background-image: url(/mxassets/icons/chart_line_active_hover.png);
}
/* line 138, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li.selected span {
  background-color: #888;
  border-color: #bcbcbc;
}
/* line 143, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container .chart_types_wrapper li.selected {
  background-color: transparent;
}
/* line 148, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container div.left {
  float: left;
}
/* line 152, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_tabs_container div.right {
  float: right;
}
/* line 158, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container {
  background: url(/assets/chart_instruments_bg.png) repeat-x center center;
  border-top: 1px solid #c4c4c4;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 54px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
/* line 171, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
/* line 176, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container ul li {
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 1px #ddd;
  cursor: pointer;
  float: left;
  line-height: 28px;
  margin: 0 10px;
  padding: 0 15px;
  position: relative;
}
/* line 187, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container ul li span.remove {
  background: white url(/assets/instrument_delete.png) no-repeat center center;
  border: 2px solid #fff;
  border-radius: 12px;
  display: none;
  height: 12px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 12px;
}
/* line 199, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container ul li span.failure {
  color: #f00;
  text-shadow: -2px 0 2px #fff, 0 -2px 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff;
  padding-right: 10px;
}
/* line 207, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container ul li:hover span.remove {
  display: block;
}
/* line 211, ../../app/assets/stylesheets/chart.css.scss */
#chart #chart_instruments_container ul li.disabled {
  opacity: .25;
}
/* line 219, ../../app/assets/stylesheets/chart.css.scss */
#chart .chart_wrapper {
  position: relative;
}
/* line 222, ../../app/assets/stylesheets/chart.css.scss */
#chart .chart_wrapper div.no_data {
  height: 200px;
  line-height: 200px;
  text-align: center;
}
/* line 229, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper {
  background: #fff;
  border: 0px solid #ccc;
  border:none;
  border-width: 1px 0;
  font-size: 12px;
  font-weight: bold;
  padding: 0; 
}
/* line 238, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 244, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.anchor {
  float: left;
  margin: 0;
  padding: 5px 0 5px 10px;
}
/* line 249, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.anchor span {
  border: none;
  border-left-width:5px!important;
  border-right-width:0px!important;
  border-top-width:0px!important;
  border-bottom-width:0px!important;
  border-left-color:#fff;
  border:1px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  padding: .5em 10px;
  background-color: none;
  color: #336699;
  display: block;
  margin: 5px 0;
  padding: .1em 10px;
  position: relative;
}

#chart .technicals_wrapper ul.anchors li.anchor span.button_add_indicator {
  border-left-width:1px!important;
  border-right-width:1px!important;
  border-top-width:1px!important;
  border-bottom-width:1px!important;
  border-left-color:#fff;
  border:1px solid #adadad;
  color:#777!important;
  border-radius:4px;
  padding:0.4em 10px;
}
/* line 263, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.anchor &gt; span::after {
  background-image: url(/assets/child_to_anchor.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  display: none;
  height: 10px;
  width: 19px;
  left: 50%;
  bottom: -14px;
  margin-left: -10px;
  position: absolute;
  z-index: 1000;
}
/* line 278, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.anchor.active &gt; span::after {
  display: block;
}
/* line 282, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child {
  float: left;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  /*
  
  ul.technical {
      
      background-color: #eee;
      padding: 5px;
      
      div.remove {
          @include rounded_button;
          background-color: #ff552a;
          color: #fff;
          float: right;
          margin: 5px;
      }
      
  }
  
  */
}
/* line 289, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul {
  border-top: 2px solid #999;
  border-bottom: 1px solid #999;
}
/* line 294, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.factory {
  background-color: #f9f9f9;
  list-style: none;
  margin: 0;
  padding: 5px;
}
/* line 302, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.factory li {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 308, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.factory li span {
  border: 1px solid #adadad;
  border-radius: 5px;
  cursor: pointer;
  padding: .5em 10px;
  background-color: #fff;
  color: #777;
  display: block;
  margin: 5px;
}
/* line 320, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical {
  background-color: #f9f9f9;
  list-style: none;
  margin: 0;
  padding: 5px;
}
/* line 328, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical &gt; li.remove {
  float: right;
  margin: 0;
  padding: 0;
}
/* line 333, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical &gt; li.remove span {
  border: 1px solid #adadad;
  border-radius: 5px;
  cursor: pointer;
  padding: .5em 10px;
  background-color: #fff;
  color: #777;
  display: block;
  margin: 5px;
}
/* line 343, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 349, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table thead td {
  color: #666;
  padding: .5em 10px;
}
/* line 358, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table th, #chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table td {
  font-weight: normal;
  padding: .5em 0;
  vertical-align: top;
}
/* line 364, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table th {
  padding-top: .75em;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}
/* line 376, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table td.value input {
  text-align: right;
  width: 5em;
}
/* line 383, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.child &gt; ul.technical table td.hint {
  color: #999;
  font-style: italic;
  padding-left: 10px;
  width: 100%;
}
/* line 415, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.factory span {
  /*background-color: #00b50a;*/
  background-color: none;
}
/* line 419, ../../app/assets/stylesheets/chart.css.scss */
#chart .technicals_wrapper ul.anchors li.factory span::before {
  content: '+';
  margin-right: .5em;
}

/*
    TOOLTIP
*/
/* line 437, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip {
  height: 30px;
  left: 0;
  line-height: 35px;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: 0;
}
/* line 447, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
/* line 452, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip li em {
  font-style: normal;
  font-weight: bold;
}
/* line 457, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip li span {
  text-transform: capitalize;
}
/* line 461, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip li span:not(:last-child)::after {
  content: ', ';
}
/* line 467, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip li.date {
  font-weight: bold;
}
/* line 471, ../../app/assets/stylesheets/chart.css.scss */
#chart_container ul.tooltip li em::after {
  content: ' : ';
}

/* line 481, ../../app/assets/stylesheets/chart.css.scss */
.chart-tickers .ui-sortable-helper &gt; a {
  background-color: #eeeeee;
}
/* line 487, ../../app/assets/stylesheets/chart.css.scss */
.chart-tickers &gt; li.dropdown.off &gt; .dropdown-menu a[data-action=off] {
  display: none;
}
/* line 495, ../../app/assets/stylesheets/chart.css.scss */
.chart-tickers &gt; li.dropdown:not(.off) &gt; .dropdown-menu a[data-action=on] {
  display: none;
}

.li_add_indicator {
    position: relative;
}

.button_add_indicator {
    left: 125px;
    position: absolute !important;
    top: -45px;

}


div[ng-app='IndexCardApp'] .button_add_indicator {
    left: 5px;
    position: absolute !important;
    top: -40px;

}</pre></body></html>