/* General styles */

.millistream-status-negative {
    color: #ff5a5a !important;
}

.millistream-status-positive {
    color: #3be767 !important;
}

.millistream-percentage::after {
    content: "%";
}

.millistream-string {
    text-align: left;
}

.millistream-numeric {
    text-align: right;
}

.millistream-time {
    text-align: left;
}

.millistream-date {
    text-align: left;
}

.millistream-datetime {
    text-align: left;
}

.millistream-null {
    text-align: center;
}

.millistream-sortable-cursor {
    cursor: pointer;
}

.millistream-sortable-cursor::after {
    content: url("../img/millistream_sort.png");
    padding-left: 3px;
}

.millistream-flash-up {
    background: rgb(0, 255, 98);
    color: #222 !important;
}

.millistream-flash-down {
    background: #f08080;
    color: #222 !important;
}

.millistream-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.millistream-link:hover {
    text-decoration: underline;
}

.millistream-table-cell a {
    text-decoration: none;
}


/* News specifics */

p.millistream-newstext-headline {
    margin-block-start: 5px;
    margin-block-end: 10px;
    font-weight: bold;
    font-size: 150%;
}

.millistream-newstext-text,
.millistream-newstext-headline {
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    background: #44515f;
    color: #f7f7f7;
    padding: 5px;
    line-height: 125%;
    border-spacing: 0px;
}

.millistream-newstext-text th {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 4px 3px;
    background: #5D6976;
}

.millistream-newstext-text td {
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 3px;
}


/* News flash */

.millistream-newstype-0 {
    color: #3be767;
}


/* Performance line specifics */

.millistream-performance_line-div {
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    color: #fff;
    background: #44515f;
    float: left;
    width: calc(100% - 16px);
    margin: 0 8px 8px 8px;
    padding-top: 8px;
    border-top: 1px solid #07394d;
}

.millistream-performance_line-box {
    height: 8px;
    position: relative;
    background-color: #d5d5d5;
}

.millistream-performance_line-marker {
    position: absolute;
    width: 3px;
    height: 10px;
    bottom: -2px;
    border: 1px solid #07394d;
    background: #07394d;
}

.millistream-performance_line-highlow-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
}

.millistream-performance_line-low {
    text-align: left;
}

.millistream-performance_line-high {
    text-align: right;
}

.millistream-performance_line-last {
    text-align: center;
}


/* Description specifics */

.millistream-description {
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    background: #44515f;
    color: #f7f7f7;
    padding: 5px;
    margin: 0px;
    line-height: 125%;
}


/* Orderbook specifics */

.milli-orderbook {
    background-image: url("../img/order_dark.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    display: block;
}

.millistream-orderbook-bidbar {
    width: 15%;
}

.millistream-orderbook-askbar {
    width: 15%;
}


/* Search specifics */

.millistream-search-main-div {
    box-sizing: border-box;
    height: 36px;
    position: relative;
    width: 250px;
    font: normal normal normal 12px / normal "Open Sans", Arial, sans-serif;
}

.millistream-search-searchbox-div {
    box-sizing: border-box;
    height: 36px;
    position: relative;
    width: 100%;
}

.millistream-search-searchbox-div:after {
    content: url("../img/search-13-16-light.png");
    position: absolute;
    right: 9px;
    top: 9px;
    width: 18px;
}

.millistream-search-input {
    color: #f7f7f7;
    height: 36px;
    width: 100%;
    background: #44515f;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px 3px 3px 3px;
    font: normal normal 400 normal 12px / normal "Open Sans", Arial;
    padding: 9px 36px 9px 9px;
    text-align: left;
}

.millistream-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.millistream-search-input::placeholder {
    color: #d5d5d5;
}

.millistream-search-results-div {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4.5px 13.5px 0px;
    box-sizing: border-box;
    left: 0px;
    max-height: 540px;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 10;
    background: #44515f;
    border-top: 0px none rgb(204, 204, 204);
    border-right: 1px solid rgb(102, 102, 102);
    border-bottom: 1px solid rgb(102, 102, 102);
    border-left: 1px solid rgb(102, 102, 102);
    border-radius: 3px 3px 3px 3px;
    overflow: auto;
}

.millistream-search-results-group {
    box-sizing: border-box;
    width: 100%;
}

.millistream-search-results-item {
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    border: 0px none rgb(204, 204, 204);
    padding: 5px 9px 4px;
}

tr.millistream-search-result-item td:last-child {
    padding-right: 8px;
}

.millistream-search-results-span {
    box-sizing: border-box;
    color: #f7f7f7;
    cursor: pointer;
    text-align: left;
    font: normal normal normal 12px / normal "Open Sans", Arial, sans-serif;
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.millistream-search-table {
    table-layout: auto;
    border: none;
    border-collapse: collapse;
    width: 100%;
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    background: #44515f;
    color: #f7f7f7;
}


/* List specifics */

.millistream-tmcwatch-table,
.millistream-rollmatrix-table,
.millistream-brokerstats-table,
.millistream-list-table,
.millistream-insider-table,
.millistream-calendar-table,
.millistream-fundamentals-table,
.millistream-events-table,
.millistream-tradeslist-table,
.millistream-toplist-table,
.millistream-owners-table,
.millistream-facts-table,
.millistream-news-table,
.millistream-orderbook-table,
.millistream-rollmatrix-underlying-table,
.millistream-straddle-underlying-table,
.millistream-straddle-options-table,
.millistream-straddle-augmented-table,
.millistream-straddle-greek-table {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    background: #44515f;
    color: #f7f7f7;
}

.millistream-rollmatrix-table {
    border-collapse: separate;
    width: max-content;
    position: relative;
    -moz-user-select: none;
}

.millistream-rollmatrix-cell-table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    background: #44515f;
    color: #f7f7f7;
}

.millistream-rollmatrix-cell-table td {
    border-collapse: separate;
    border-bottom: 0px;
    border-right: 0px;
    padding: 0px 0px;
    position: relative;
}

.millistream-straddle-options-table,
.millistream-straddle-augmented-table,
.millistream-straddle-greek-table {
    border-collapse: separate;
    position: relative;
}

.millistream-rollmatrix-text-div {
    background-color: rgb(85, 115, 154);
    background-image: linear-gradient(to right, rgb(85, 115, 154), #44515f);
    font-size: 12px;
    color: #f7f7f7;
    font: normal normal normal 12px / normal "Open Sans", Arial, sans-serif;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.millistream-rollmatrix-matrix-div {
    overflow: scroll;
    background: #44515f;
    z-index: 10;
}

.millistream-rollmatrix-grid-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 20 !important;
    background: #44515f;
    border-right: 1px solid #d5d5d5
}

.millistream-rollmatrix-grid-header2 {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    padding: 0px;
    text-align: center;
    z-index: 9;
    background: #44515f;
}

.millistream-rollmatrix-grid-header3 {
    position: sticky;
    position: -webkit-sticky;
    top: 41px;
    padding: 4px 3px;
    text-align: center;
    z-index: 10;
    background: #44515f;
}

.millistream-rollmatrix-grid-fixedcolumn1 {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 10;
    width: 75px;
    background: #44515f;
    text-align: center;
}

.millistream-rollmatrix-grid-fixedcolumn2 {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    /*top: 0;*/
    z-index: 30;
    text-align: center;
    border-collapse: separate;
    background: #44515f;
    /*border-right: 0px !important;*/
}

.millistream-rollmatrix-hover-table>tbody>tr>.millistream-rollmatrix-hover-underline {
    border-top: 1px solid #ffffff;
    text-align: right;
}

.millistream-rollmatrix-hover-table>tbody>tr>.millistream-rollmatrix-hover-theta,
.millistream-rollmatrix-hover-table>tbody>tr>.millistream-rollmatrix-hover-delta {
    text-align: right;
}

.grid-cell-strikeprice {
    text-align: center;
    padding: 4px 3px;
}

.grid-cell {
    min-width: 150px;
    text-align: center;
    padding: 2px 1px;
    border: 2px solid transparent;
}

.matrix-date,
.matrix-dte {
    margin: 0px;
    padding: 2px;
}

.matrix-bid {
    float: left;
    text-align: center;
    width: 33%;
    position: relative;
}

.matrix-bid-hidden {
    float: left;
    text-align: center;
    width: 0px;
    position: relative;
    display: none;
}

.matrix-bid-large {
    float: left;
    text-align: center;
    width: 50%;
    position: relative;
}

.matrix-mid {
    text-align: center;
    width: 33%;
    display: inline-block;
    position: relative;
}

.matrix-mid-large {
    text-align: center;
    width: 50%;
    display: inline-block;
    position: relative;
}

.matrix-ask {
    float: right;
    text-align: center;
    width: 33%;
}

.matrix-ask-hidden {
    float: right;
    text-align: center;
    width: 0px;
    display: none;
}

.matrix-ask-large {
    float: right;
    text-align: center;
    width: 50%;
}

.matrix-topleft {
    z-index: 60;
}

.matrix-disabled {
    opacity: 0.6;
}

.grid-container-cell {
    padding: 0px;
}

.millistream-rollmatrix-selected-cell {
    border: 2px solid red !important;
    height: 12px;
}

.millistream-rollmatrix-selected-cell-target {
    border: 2px solid #21CB3E !important;
    height: 12px;
}

.millistream-rollmatrix-sticky-column {
    position: sticky;
    /*left: 82px;*/
    background: #44515f;
}

.millistream-rollmatrix-zindex-column {
    z-index: 8;
}

.millistream-rollmatrix-zindex-header-column {
    z-index: 11;
}

.millistream-rollmatrix-hover {
    width: max-content;
    position: fixed;
    border: 1px solid #ffffff;
    background-color: #44515f;
    font-size: 12px;
    color: #f7f7f7;
    z-index: 1000;
    padding: 3px 4px;
    text-align: center;
    border-radius: 5px;
    /*bottom: 28px;
    left: -115px;*/
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.millistream-rollmatrix-hover:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: 0px;
    content: "";
    position: absolute;
    margin-bottom: -10px;
    z-index: 110;
    left: 14px;
}

.millistream-rollmatrix-hover:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #44515f;
    bottom: 1px;
    content: "";
    position: absolute;
    margin-bottom: -10px;
    z-index: 110;
    left: 14px;
}

.millistream-rollmatrix-underlying-table>tbody>tr>.millistream-openprice:not(:empty)::before {
    content: 'O:';
}

.millistream-rollmatrix-underlying-table>tbody>tr>.millistream-bidprice:not(:empty)::before {
    content: 'B:';
}

.millistream-rollmatrix-underlying-table>tbody>tr>.millistream-askprice:not(:empty)::before {
    content: 'A:';
}

.millistream-rollmatrix-underlying-table>tbody>tr>.millistream-dayhighprice:not(:empty)::before {
    content: 'H:';
}

.millistream-rollmatrix-underlying-table>tbody>tr>.millistream-daylowprice:not(:empty)::before {
    content: 'L:';
}

.millistream-rollmatrix-underlying-table>tbody>tr>.millistream-diff1dprc:not(:empty)::after {
    content: '%';
}

.millistream-straddle-grey-row {
    background: #44515f;
    color: #888888;
}

.millistream-straddle-grey-row>.millistream-symbol {
    background: #44515f;
    color: #f7f7f7;
}

.millistream-straddle-grey-row>.millistream-yheader {
    background: #5D6976;
    text-align: center;
    color: #f7f7f7;
}

.millistream-straddle-underlying-table>tbody>tr>.millistream-diff1dprc:not(:empty)::after {
    content: '%';
}

.millistream-list-paging {
    margin: 20px 0 0 0;
    padding: 2px;
    margin: -2px -2px 20px -2px;
    color: #5a5351;
    font-size: 13px;
    display: block;
}

.millistream-list-pagination {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
    background: #44515f;
    color: #f7f7f7;
    float: left;
    display: block;
    border-right: 1px solid #000000;
}

.millistream-list-pagination-li {
    padding: 5px;
    list-style-type: none;
    display: block;
    float: left;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

.millistream-list-pagination-li-selected {
    padding: 5px;
    list-style-type: none;
    display: block;
    float: left;
    cursor: pointer;
    background: #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

.millistream-name {
    white-space: nowrap;
    max-width: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.millistream-tmcwatch-table th,
.millistream-brokerstats-table th,
.millistream-list-table th,
.millistream-insider-table th,
.millistream-calendar-table th,
.millistream-fundamentals-table th,
.millistream-events-table th,
.millistream-tradeslist-table th,
.millistream-toplist-table th,
.millistream-owners-table th,
.millistream-facts-table th,
.millistream-news-table th,
.millistream-orderbook-table th {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 4px 3px;
    background: #5D6976;
}

.millistream-rollmatrix-options-div,
.millistream-straddle-options-div {
    overflow-y: scroll;
    border-top: 1px solid #d5d5d5;
}

.millistream-straddle-options-div {
    overflow-y: scroll;
    border-top: 1px solid #d5d5d5;
}

.millistream-straddle-optionstable-th {
    position: sticky;
    top: 21px;
    padding: 4px 3px;
    background: #334659;
    border-collapse: separate;
    z-index: 10;
}

.millistream-tmcwatch-leg {
    opacity: 0.8;
    background-color: transparent;
}

.millistream-tmcwatch-expand:before {
    content: '+';
}

.millistream-tmcwatch-shrink:before {
    content: '-';
}

.millistream-straddle-options-table>tbody>tr>.millistream-straddle-inthemoney,
.millistream-straddle-augmented-table>tbody>tr>.millistream-straddle-inthemoney,
.millistream-straddle-greek-table>tbody>tr>.millistream-straddle-inthemoney {
    opacity: 0.6;
}

.millistream-straddle-header-calls {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 4px 3px;
    background: #5D6976;
    border-collapse: separate;
    border-bottom: 1px solid #d5d5d5;
    z-index: 10;
}

.millistream-straddle-header-puts {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 4px 3px;
    background: #5D6976;
    border-collapse: separate;
    border-bottom: 1px solid #d5d5d5;
    z-index: 10;
    text-align: right;
}

.millistream-rollmatrix-tabs-div,
.millistream-straddle-tabs-div {
    background-color: #44515f;
    padding-top: 10px;
    cursor: ns-resize;
}

.millistream-rollmatrix-tabs-div input,
.millistream-straddle-tabs-div input {
    display: none;
}

.millistream-rollmatrix-tabs-div label,
.millistream-straddle-tabs-div label {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    margin-bottom: -1px;
    background-color: #29313a;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
}

.millistream-rollmatrix-tabs-div label.millistream-rollmatrix-tab-checked,
.millistream-straddle-tabs-div label.millistream-straddle-tab-checked {
    background-color: #42546c;
}

.millistream-rollmatrix-tabs-div label:hover,
.millistream-straddle-tabs-div label:hover {
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}

.millistream-rollmatrix-tabs-div input:checked+label,
.millistream-straddle-tabs-div input:checked+label {
    position: relative;
    color: #fff;
    background-color: #38475b;
    border-radius: 5px 5px 0 0;
}

.millistream-yheader {
    background: #5D6976;
    text-align: center;
}

.millistream-tmcwatch-table td,
.millistream-brokerstats-table td,
.millistream-list-table td,
.millistream-insider-table td,
.millistream-calendar-table td,
.millistream-fundamentals-table td,
.millistream-events-table td,
.millistream-tradeslist-table td,
.millistream-toplist-table td,
.millistream-owners-table td,
.millistream-facts-table td,
.millistream-news-table td,
.millistream-orderbook-table td,
.millistream-rollmatrix-underlying-table td,
.millistream-straddle-underlying-table td,
.millistream-straddle-options-table td,
.millistream-straddle-augmented-table td,
.millistream-straddle-greek-table td {
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 3px;
    border-top: 1px solid rgb(128, 128, 128);
    background-clip: padding-box;
}

.millistream-rollmatrix-table td,
.millistream-rollmatrix-table th {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 0px;
}

.millistream-rollmatrix-hover-table {
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    background: #44515f;
    color: #f7f7f7;
    border-collapse: collapse;
    border: none;
}

.millistream-rollmatrix-hover-table td {
    border: none;
    padding: 2px 5px 2px 5px;
}

.millistream-multiline-symbol {
    font-size: 13px;
}

.millistream-multiline-name {
    color: #d5d5d5;
    font-size: 11px;
}

.millistream-straddle-options-table>tbody>tr>.millistream-rho,
.millistream-straddle-options-table>tbody>tr>.millistream-theta,
.millistream-straddle-options-table>tbody>tr>.millistream-vega,
.millistream-straddle-options-table>tbody>tr>.millistream-gamma,
.millistream-straddle-options-table>tbody>tr>.millistream-delta,
.millistream-straddle-options-table>tbody>tr>.millistream-impliedvolatility {
    display: none;
}

.millistream-straddle-augmented-table>tbody>tr>.millistream-rho,
.millistream-straddle-augmented-table>tbody>tr>.millistream-vega,
.millistream-straddle-augmented-table>tbody>tr>.millistream-gamma,
.millistream-straddle-augmented-table>tbody>tr>.millistream-openinterest,
.millistream-straddle-augmented-table>tbody>tr>.millistream-diff1d {
    display: none;
}

.millistream-straddle-greek-table>tbody>tr>.millistream-openinterest,
.millistream-straddle-greek-table>tbody>tr>.millistream-quantity,
.millistream-straddle-greek-table>tbody>tr>.millistream-diff1d {
    display: none;
}


/*
//var ret = buildStraddleDiv(strikedates, ['symbol', 'rho', 'theta', 'vega', 'gamma', 'delta', 'openinterest', 'quantity', 'diff1d', 'lastprice', 'bidprice', 'askprice'], 'table', 0);
//        ret = buildStraddleDiv(strikedates, ['symbol', 'theta', 'delta', 'quantity', 'lastprice', 'bidprice', 'askprice', 'impliedvolatility'], 'none', 1);
//      ret = buildStraddleDiv(strikedates, ['symbol', 'rho', 'theta', 'vega', 'gamma', 'delta', 'lastprice', 'bidprice', 'askprice', 'impliedvolatility'], 'none', 2);
*/


/* Detailed indicator specifics  */

.millistream-indicator-detailed-main-div {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    padding: 8px;
    width: 220px;
    background: #44515f;
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
}

.millistream-indicator-detailed-name-div {
    font-size: 22px;
    line-height: 22px;
    float: left;
    width: 100%;
}

.millistream-indicator-detailed-body-div {
    font-size: 11px;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 2px;
}

.millistream-indicator-detailed-diffprc,
.millistream-indicator-detailed-diff {
    float: right;
    padding: 2px;
}

.millistream-indicator-detailed-time-div {
    float: left;
}

.millistream-indicator-detailed-price-div {
    float: right;
    font-weight: bold;
}

.millistream-indicator-detailed-lastprice {
    float: left;
    margin-right: 5px;
    padding: 2px;
}

.millistream-indicator-detailed-performance-div {
    clear: both;
    width: 100%;
    border-top: 1px solid #07394d;
    padding-top: 2px;
}

.millistream-indicator-detailed-table {
    width: 100%;
}

.millistream-th {
    font-weight: normal;
}


/* Fundamentals specifics */

.millistream-fundamental-bar-div {
    height: 25px;
    width: 100%;
}

.millistream-fundamental-bar-div-div {
    height: 100%;
    width: 10px;
    margin-left: 1px;
    position: relative;
    float: left
}

.millistream-fundamental-bar-bar {
    display: block;
    width: 100%;
    position: absolute;
}

.millistream-fundamental-up-color {
    background-color: #009DBB;
}

.millistream-fundamental-down-color {
    background-color: #C6579A;
}


/* Mini indicator specifics  */

.millistream-indicator-mini-main-div {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    width: 120px;
    background: #44515f;
    border: 1px solid rgb(0, 45, 64);
    font: normal normal normal 12px / 12px "Open Sans", Arial, sans-serif;
    padding: 8px;
}

.millistream-indicator-mini-name-div {
    padding-bottom: 5px;
}

.millistream-indicator-mini-body-div {
    display: flow-root;
    font-size: 14px;
}

.millistream-indicator-mini-lastprice {
    float: left;
    white-space: nowrap;
    padding: 1px;
}

.millistream-indicator-mini-diff {
    float: right;
    padding: 1px;
}

.millistream-orderbook-bidbar-color {
    display: block;
    background-color: #C6579A;
    float: right;
}

.millistream-orderbook-askbar-color {
    display: block;
    background-color: #009DBB;
    float: left;
}

.millistream-search-selected {
    background-color: #009DBB;
}


/* Events */

.millistream-dividend {
    text-align: center;
}


/* Chart specifics */

#chart {
    background-color: #44515f;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    fill: #d5d5d5;
}

.interval {}

.instrument-line {
    fill: none;
    stroke-width: 1.5px;
    pointer-events: none;
}

.instrument-line1 {
    stroke: #3be767
}

.instrument-line2 {
    stroke: #ff5a5a;
}

.instrument-line3 {
    stroke: green;
}

.instrument-line4 {
    stroke: orange;
}

.instrument-line5 {
    stroke: purple;
}

.instrument-line6 {
    stroke: gray;
}


/* Sets fill area if option areaFill is true */

.instrument-area {
    fill-opacity: 0.1;
    pointer-events: none;
}

.instrument-area1 {
    fill: #3be767;
}


/* Instrument name and legend */

.instrument-label text {
    font-size: 14px;
    stroke: none;
}

.instrument-label1 rect {
    fill: #3be767;
}

.instrument-label2 rect {
    fill: #ff5a5a;
}

.instrument-label3 rect {
    fill: green;
}

.instrument-label4 rect {
    fill: orange;
}

.instrument-label5 rect {
    fill: purple;
}

.instrument-label6 rect {
    fill: gray;
}


/* When hovering over the instrument name/rectangle */

.instrument-label2:hover,
.instrument-label3:hover,
.instrument-label4:hover,
.instrument-label5:hover {
    opacity: 0.3;
    cursor: pointer;
    text-decoration: line-through;
}


/* The box showing current values when hovering over chart */

.current-value-indicator path,
.current-value-indicator rect {
    stroke: #222;
    stroke-width: 1;
    fill: #fefefe;
    fill-opacity: 0.9;
}

.current-value-indicator {
    fill: #222;
}

.current-value-indicatorcurrent-value-indicator1 {
    fill: #02a22b;
}

.current-value-indicatorcurrent-value-indicator2 {
    fill: #e31414;
}


/* Chart border surrounds the actual axis */

.chart-border {
    fill: none;
    shape-rendering: crispEdges;
}


/* axis components, path is the border */

.axis path {
    fill: none;
    stroke: #222;
    opacity: 0.2;
}

.axis {}

.x.axis text {}

.y.axis text {}


/* Date/Time interval */

.time-interval-label {}


/* The chart grid */

.tick {
    fill: none;
    stroke: #dedede;
    opacity: 0.2;
}


/* Change to display: none to remove a grid line */

.x line.tick {
    display: inherit;
}

.y line.tick {
    display: inherit;
}


/* Animation showed when loading data */

.loader {
    stroke-width: 3;
    stroke: #fff;
    fill: #000;
    fill-opacity: 0.3;
    opacity: 0;
}


/* Zoom selector */

.extent {
    stroke: none;
    fill-opacity: .125;
    shape-rendering: crispEdges;
    fill: #dedede;
}

#range {
    margin-left: 40px;
}


/* volume bar */

.volume-bar {
    fill: #3be767;
    stroke: #3be767;
    fill-opacity: 0.5;
}


/* technical analysis */

.technical-analysis-index1 {
    stroke: #ff0000;
    stroke-width: 1px;
    fill: none;
}

.technical-analysis-index1 rect,
.technical-analysis-index1 text {
    fill: #ff0000;
}

.technical-analysis-index2 {
    stroke: #ffbaba;
    stroke-width: 1px;
    fill: none;
}

.technical-analysis-index2 rect,
.technical-analysis-index2 text {
    fill: #ffbaba;
}

.technical-analysis-index3 {
    stroke: #ffd319;
    stroke-width: 1px;
    fill: none;
}

.technical-analysis-index3 rect,
.technical-analysis-index3 text {
    fill: #ffd319;
}

.technical-analysis-index4 {
    stroke: #ba45ba;
    stroke-width: 1px;
    fill: none;
}

.technical-analysis-index4 rect,
.technical-analysis-index4 text {
    fill: #ba45ba;
}

.technical-analysis-index5 {
    stroke: #ecfd12;
    stroke-width: 1px;
    fill: none;
}

.technical-analysis-index5 rect,
.technical-analysis-index5 text {
    fill: #ecfd12;
}

path.momentum,
path.rsi,
.momentum-7-1-line,
.momentum-14-1-line,
.rsi-30-1-line {
    stroke: #3be767;
    stroke-width: 1px;
    fill: none;
}

.stochastics-14-1-line2 {
    stroke-dasharray: 5;
    display: none;
}

.instrument-label.ta:hover {
    opacity: 0.3;
    cursor: pointer;
}

.instrument-label.momentum-7-1 rect,
.instrument-label.momentum-14-1 rect,
.instrument-label.rsi-14-1 rect {
    fill: #1f5285;
}


/* Chart last value indicator */

.last-value-indicator.now-negative rect {
    fill: #ff5a5a;
}

.last-value-indicator.now-positive rect {
    fill: #3be767;
}

.last-value-indicator text {
    font-size: 11px;
    fill: #222;
}


/* Flags and icons */

.millistream-flag-sweden,
.millistream-flag-se {
    float: left;
    height: 11px;
    width: 14px;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0) url("../img/sweden.png") no-repeat scroll 0 0 / auto padding-box border-box;
}

.millistream-flag-usa,
.millistream-flag-us {
    float: left;
    height: 11px;
    width: 14px;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0) url("../img/usa.png") no-repeat scroll 0 0 / auto padding-box border-box;
}

.millistream-flag-dk {
    float: left;
    height: 11px;
    width: 14px;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0) url("../img/denmark.png") no-repeat scroll 0 0 / auto padding-box border-box;
}


/* Media rules */

@media screen and (max-width: 800px) {
    .millistream-dayhighprice,
    .millistream-daylowprice {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .millistream-bidprice,
    .millistream-askprice {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .millistream-quantity {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .millistream-time {
        display: none;
    }
}