#trading_chart {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height: 520px !important;
}

#serie-options-svg:hover {
    background-color:#eee;
    cursor: pointer;
}

.exportingBtnSvg {
    transform: rotate(90deg);
    width: 22px;
    height: 22px;
    text-align: center;
}

#exportBtn:hover {
    background-color:#eee;
}

.svg-icon-btn path, .svg-icon-btn polygon, .svg-icon-btn {
    fill: #333; 
}

.expand-search-span { 
    padding: 1px 3px;
}

.disableClick { 
    pointer-events: none; 
}

@keyframes spinner { to {transform: rotate(360deg);} }

.mkspinner {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 999;
} 

.mkspinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 47%;
    left: 48%;
    width: 40px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}

.iChart-active { 
    color: #2196f3 !important;
}

.iChart-dpMenu-cnt {
    position: absolute;
    top:5;
    left: 5;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    color: #CCC;
}
 
.intervalExpand {
    background: #eee;
}
 
.iChart-dpMenu-cnt>a {
    user-select: none;
    display: block;
    color: #6E6E6E;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px;
}

.iChart-dpMenu-cnt>a:first-child {
    border-width: 0px;
}

.iChart-dpMenu-cnt>a:hover {
    color: #333;
    background-color: #eee;
    cursor: pointer;
    text-decoration: none;
}

.iChart-dpMenu-cnt a.iChart-active {
    background-color: #2196f3;
    color: #FFFFFF !important;
}
 
.iChart-dpMenu-cnt a svg,
.iChart-dpMenu-cnt a svg * {
    fill: #333 !important;
}

.iChart-dpMenu-interval {
    color: #333 !important;
}
 
.scrollbar-black::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #eee;  border-radius: 10px; }
.scrollbar-black::-webkit-scrollbar { width: 12px; background-color: #eee;  }
.scrollbar-black::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px  #eee; background-color: #4782B4; }
.thin::-webkit-scrollbar { width: 6px; }
.scrollbar-black { overflow-y: scroll; scrollbar-color: #4782B4 #eee; scrollbar-width: thin; filter:alpha(opacity=90);
    -moz-opacity:0.9; -khtml-opacity: 0.9; opacity:0.9; }
 
.iChart-dpMenu-typeahead {
    width: 91.5% !important;
    max-height: 90% !important;
    left: 0 !important;
    position: absolute;
    top:5;
    display: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    overflow: scroll;
    overflow-x: hidden;
}
 
.iChart-dpMenu-typeahead ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    min-width: 250px;
}
 
.iChart-dpMenu-typeahead ul li {
    padding: 2px;
    padding-left: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding-top: 6px;
}

.iChart-dpMenu-typeahead ul li:hover {
    background-color:  #eee;
}
 
.iChart-dpMenu-typeahead ul li div {
    display: inline-block;
}

.iChart-wrapper {
    background-color: white;
}
 
.iChart-wrapper-footer {
    position: absolute;
    bottom: 0px;
    height: 35px !important;
    z-index: 1;
}

.iChart-wrapper-footer a {
    outline: none;
    border: none;
}

.iChartHeader-button a {
    outline: 0;
    margin-left: 4px;
}

.exportingBtnSvg {
    cursor: pointer !important;
}
 
.iChart-headerMenu2 {
    width: 90%;
    position: absolute;
    top: 0px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    height: 39px;
    display: block;
}

.iChartHeader-interval-button:hover, .iChartHeader-type-button:hover, #compareBtn:hover{
    background-color: #eee;
    cursor: pointer;
}

.iChart-menu2-bottom-cnt-horizontal {
    display: inline-block;
    min-width: 18px;
    padding: 0px 15px;
    left:0;
    bottom:0;
    margin-right: 10px;
    color: #666666;
}

.iChart-menu2-bottom-cnt-horizontal a {
    padding: 7px 7px;
    float: left;
    text-decoration:none;
}
 
.iChart-menu2-bottom-cnt-horizontal a:hover {
    text-decoration: none;
    color: #2196f3;
    cursor: pointer;
}
 
.iChart-menu2-bottom-cnt-horizontal a.selected {
    color: #2196f3;
    border-bottom: 2px solid #2196f3;
}

.disabled {
    opacity: 0.5;
}

.disabled a:hover {
    cursor: unset;
}
 
.iChart-headerLabel:first-child {    
    margin-left: 6px;    
}

.iChart-Popup {
    display: none;
    position: absolute;
    width: 100%;
}

.iChart-header-option {
    padding: 5px 7px;
    height: 27px;
    float: left;
    margin-top: 1px;
}

.iChart-header-option a, .iChart-header-option a:hover {
    text-decoration: none;           
} 
 
.iChartHeader-button {
    padding: 1px 6px; 
    margin: 1px 7px;
    width: 40px;
    border-radius: 3px;
}

.iChart-headerLabel-name-input {
    margin-right: 10px;
    cursor: text;
    width: 200px;
}

.iChart-bodylabels-ohlc {
    display:inline-block;
}

.iChart-control-bar-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;   
}

.iChart-control-bar-wrapper:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;        
}

.iChart-control-bar svg {
    float:left;
    fill: #333;
    height: 100%;
    pointer-events: auto;
    float: left;
    margin-left: 6px;
    padding: 6px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    box-shadow: 0 0px 5px 1px rgba(19,23,34,.2);
    background: #ffffff;
    border-radius: 15px;
    opacity: .7;
} 
 
.iChart-control-bar svg:hover {
    cursor: pointer;
    fill: #333;
    background: #eee;
}
 
.iChart-serie-menu {
    margin: 16% auto;
    padding: 20px;
    width: 200px;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid rgb(217, 218, 219);
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    z-index: 99;
}

.iChart-serie-menu-single {
    margin: 19% auto;
}

.iChart-serie-menu div {
    padding: 5px 0;
} 
 
.iChart-serie-menu-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 10px;;
}
 
.iChart-serie-menu-header .iChart-title {
    font-weight: 700;
} 
 
.iChart-serie-menu-header .iChart-close {
    float: right;
    right: 3px;
    top: 1;
    font-weight: 700;
    color: #949494;
    cursor: pointer;
}
 
.iChart-serie-menu-content .iChart-delete {
    margin-top: 5px;
}

.iChart-serie-menu-content .iChart-delete span {
    border: 1px solid #ccc;
    padding: 5px;
}
 
.iChart-serie-menu-content .iChart-delete span:hover {
    background-color: #f5f4f4;
    cursor: pointer;
}

.iChart-serie-menu-content .iChart-delete span svg {
    margin-bottom: -5px;
    height: 20px !important;
    width: 20px !important;
}

.iChart-serie-menu-types .iChart-type {
    display: inline-table;
    padding: 4px 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.iChart-serie-menu-types .iChart-type:first-child {
    margin-left: 0px;
}

.iChart-serie-menu-types .iChart-type.iChart-active, .selectedAxis {
    background-color: #eee !important;
}

.iChart-serie-menu-types .iChart-type:hover {
    cursor: pointer;
}

.iChart-menu-color {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.iChart-serie-menu svg * {
    fill: #333;
}
 
.mkspinner {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
}

.green {
    color: #32cd32 !important;
}

.red {
    color: #EF5350 !important;
}

.searchInput {
    padding-left: 5px; 
    background-color: transparent; 
    width: 91.5% !important;
    border: none; 
    border-bottom: 1px solid #ccc; 
    padding: 3px 14px;
    font-size: 14px;
    margin-top: 3px;
    color: #333 !important;
}

.searchInput2 {
    background-color: transparent;
    width: 91.5% !important;
    border: none;
    padding: 3px 0;
    font-size: 14px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc; 
    height: 25px;
    color: #333 !important;
}
 
.iChart textarea:focus, .iChart  input:focus {
    outline: none;
}

.iChart-dpMenu-typeahead {
    z-index: 999;
}

.ohlc_span {
    margin-right: 9px;
}

.highcharts-axis-labels.highcharts-xaxis-labels span, 
.highcharts-axis-labels.highcharts-yaxis-labels text {
    color: unset !important;
}

#exportBtn, #compareBtn {
    border-radius: 3px;
    width: 40px;
    padding-left: 10px;
}

.iChart-hidden {
    display: none !important;
}

#thisIsTheSearchBoxWrapperId2 .nav-search-input-class {
    color: #333 !important;
}

.iChart-bodyLabels-cnt {
    float: left;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(217, 218, 219);
    border-radius: 3px;
    padding: 1px 6px;
    margin: 2px;
    width: 47%;
}

.settingsMenuBtn:hover {
    background-color: rgba(245, 245, 245, 0.9) !important;
    cursor: pointer;
}

.highcharts-contextmenu {
    padding: 36px 18px !important;
}

.pencil-svg {
    float: right;
    margin: 1px 0 -4px 0;
    fill: transparent;
    stroke: rgba(1,1,1,0.25)
}

/*mobile version*/
@media (min-width: 0px) and (max-width: 480px) {
    .iChart-headerLabel-name-input {
        width: 105px !important;
    }

    .iChart-serie-menu {
        width: 142px;
        margin: 26% auto;
    }

    #iChart-bodyLabels-cntx {
        width: 80% !important;
    }

    #iChart-dpMenu-cnt-interval {
        left: 84px !important;
    }

    #iChart-dpMenu-cnt-type {
        left: 160px !important;
    }

    .iChart-dpMenu-cnt>a {
        padding: 2px 5px;
    }

    .searchInput, .searchInput2 {
        width: 85% !important;
    }

    #exportBtn {
        display: none !important;
    }

    .iChart-bodyLabels-cnt {
        width: 80%;
    }
}