:root {
    --regularFontSize: 15px;
  }

@media (min-width: 0) and (max-width: 600px) {
    :root {
        --regularFontSize: 15px;
      }
}

#trading_chart {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height: 520px !important;
}

#serie-options-svg:hover {
    background-color:#eee;
    cursor: pointer;
}

#iChartHeader-draw-button{
    line-height:2;
    background-image: url("https://code.highcharts.com/gfx/stock-icons/segment.svg");
     background-repeat: no-repeat;
     background-position: center; 
}

.downloadData-cnt{
    display: block;
    top:40px;
    right:40px;
    padding: 5px 0px;
}

.exportImage-cnt{
    display: block;
    top:40px;
    right:0;
    padding: 5px 0px;
}

.wrapper-annotation{
    cursor: default;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}

.wrapper-annotation > button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 4px 6px 1px 6px;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.wrapper-annotation > button:hover{
    background: #ecebeb;
    cursor: pointer;
}

.wrapper-indicator{
    cursor: default;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}

.wrapper-indicator > button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 4px 6px 1px 6px;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.wrapper-indicator > button:hover{
    background: #ecebeb;
    cursor: pointer;
}

#inputColorIndicatorMenu{
    background-color: #f9f9f9;
    margin-left: 10px;
    border: solid 0 black;
    padding: 2px 0px;
    width: 25px;
    height: 30px;
}


#inputColorIndicatorModal{
    background-color: #f9f9f9;
    margin-left: 10px;
    border: solid 0 black;
    padding: 2px 0px;
}

#inputColorIndicatorModal:hover{
    background: #ecebeb;
    cursor: pointer;
}



#downloadBtn {
    border-radius: 3px;
    float: right;
	height: 30px;
	width:30px;
    cursor: pointer;
	margin-right:7px;
	padding:4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontalLine:hover{
    cursor: n-resize !important;
}

.verticalLine:hover{
    cursor: e-resize !important;
}

#drawBtn {
    border-radius: 3px;
	height: 30px;
	width:30px;
    cursor: pointer;
	margin-right:7px;
	padding:4px 4px 4px 4px;
}

#drawHBtn {
    border-radius: 3px;
	height: 30px;
	width:30px;
    cursor: pointer;
	margin-right:7px;
	padding:4px 4px 4px 4px;
}

.trendLineSVG{
    stroke: #000 !important;
}

.dark-trendLineSVG{
    stroke: rgb(255, 255, 255) !important;
}

#downloadBtn:hover {
    background-color:#eee;
}

#drawBtn:hover {
    background-color:#eee;
}

#drawHBtn:hover {
    background-color:#eee;
}

#exportMenu a{
    text-decoration: none;
    color: rgb(51,51,51);
    background-color:white;
    width: 100%;
    padding: 10px 20px 10px 20px;
    /* font-size: 0.9em !important; */
    font-size:   var(--regularFontSize);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

#exportMenu a:hover{
    cursor: pointer;
    color: white;
    background-color:rgb(51,92,173);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.iChart-dpMenu-cnt {
    position: absolute;
    top:5;
    left: 5;
    display: none;
    /* display: block; */
    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;
}


#iChart-dpMenu-cnt-date{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 8px;
    font-size:   var(--regularFontSize);
}

#iChart-dpMenu-cnt-date >input {
    margin:2px;
    padding: 4px;
    cursor:text;
    width: 150px;
    text-align: center;
}

#iChart-dpMenu-cnt-date >input::-webkit-calendar-picker-indicator {
    cursor:pointer;
}

.input-error{
    border: 1px solid red !important;
}

#iChart-dpMenu-cnt-date > button{
    margin:2px;
    display: block;
    width: 100%;
    box-shadow:inset 1px 1px 1px 1px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #c2c2c2;
	cursor:pointer;
	color:#5c5c5c;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    margin-top: 5px;
}

#iChart-dpMenu-cnt-date > button:hover:not([disabled]){
    border: 1px solid #c2c2c2;
    background-color: #dddddd;
    background:linear-gradient(to bottom, #dddddd 5%, #f9f9f9 100%);
}

#iChart-dpMenu-cnt-date > button[disabled], #iChart-dpMenu-cnt-date > button:disabled{
    opacity: 0.65; 
    cursor:auto;
}


#iChartHeader-datePicker-button{
    line-height:2;
}

#iChartHeader-annotationPicker-button{
    line-height:2;
    position: absolute;
    left: 420px;
}


.iChartHeader-interval-button:hover, .iChartHeader-datePicker-button:hover, .iChartHeader-annotationPicker-button:hover ,.iChartHeader-type-button:hover, #compareBtn:hover{
    background-color: #eee;
    cursor: pointer;
}


/* .exportingBtnSvg {
    transform: rotate(90deg);
    width: 22px;
    height: 22px;
    text-align: center;
} */

#exportBtn:hover {
    background-color:#eee;
}

.expandcog{
    width: 69px !important;
}

#cogWheel-y_axis_main svg {
    filter: invert(49%) sepia(0%) saturate(1132%) hue-rotate(194deg) brightness(99%) contrast(82%);
}

#cogWheel-y_axis_main:hover svg{
    filter: invert(36%) sepia(6%) saturate(13%) hue-rotate(356deg) brightness(95%) contrast(84%);
}

#cogWheel-y_axis_2 svg {
    filter: invert(49%) sepia(0%) saturate(1132%) hue-rotate(194deg) brightness(99%) contrast(82%);
}

#cogWheel-y_axis_2:hover svg{
    filter: invert(36%) sepia(6%) saturate(13%) hue-rotate(356deg) brightness(95%) contrast(84%);
}

#cogWheel-y_axis_main:hover {
    background-color:#eee;
}

#cogWheel-y_axis_2:hover {
    background-color:#eee;
}

#cogWheel-y_axis_main:hover {
    background-color:#eee;
}


#cogWheel-y_axis_2 {
    display:flex;
	justify-content: center;
    align-items: center;
	height: 25px;
	width:62px;
	padding:2px;
	cursor:pointer;
    border-right: 1px solid #E6E6E6;
    background: rgb(255, 255, 255);
}

#cogWheel-y_axis_main {
    display:flex;
	justify-content: center;
    align-items: center;
	height: 25px;
	width:62px;
	padding:2px;
    border-left: 1px solid #E6E6E6;
    background: rgb(255, 255, 255);
	cursor:pointer;
}

.optionsY-y_axis_2{
    background-color: white;
    flex-direction: column;
    display: flex;
    border: 1px solid rgb(153, 153, 153);
    border-left: 0px;
    background: rgb(255, 255, 255);
    position: absolute;
	bottom: 58px;
    left: 0;
    font-size: var(--regularFontSize);
}

.optionsY-y_axis_main{
    background-color: white;
    flex-direction: column;
    display: flex;
    border: 1px solid rgb(153, 153, 153);
    border-right: 0px;
    background: rgb(255, 255, 255);
    position: absolute;
	bottom: 58px;
    right: 0;
    font-size: var(--regularFontSize);
}

.optionsY-formula{
    background-color: white;
    flex-direction: column;
    display: flex;
    border: 1px solid rgb(153, 153, 153);
    border-right: 0px;
    background: rgb(255, 255, 255);
    position: absolute;
	bottom: 30px;
    right: 0;
    font-size: var(--regularFontSize);
    width: 180px;
}


.optionsY-y_axis_2 hr{
 color: #eee;
 width: 100%;
 margin: 5px;
}

.optionsY-y_axis_main hr{
    color: #eee;
    width: 100%;
    margin: 5px;
   }

   .optionsY-formula hr{
    color: #eee;
    width: 100%;
    margin: 0px;
   }

.optionsY-y_axis_2  a{
    text-decoration: none;
    color: rgb(51,51,51);
    background-color:white;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: var(--regularFontSize);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.optionsY-y_axis_2 hr{
    color: #eee;
    width: 96%;
    margin: 5px 0px 5px 0px;
   }

.optionsY-y_axis_main a{
    text-decoration: none;
    color: rgb(51,51,51);
    background-color:white;
    width: 100%;
    padding: 10px 20px 10px 20px;
    /* font-size: 0.9em; */
    font-size:   var(--regularFontSize);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.optionsY-y_axis_main :last-child{
    margin-bottom: 3px;
}

.optionsY-formula h6{
    color: rgb(51,51,51);
    background-color:white;
    width: 100%;
    padding: 15px 20px 10px 20px;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    cursor: context-menu;
}


.optionsY-formula a{
    text-decoration: none;
    color: rgb(51,51,51);
    background-color:white;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: 0.9em;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.opt-trending-line-formula{
    margin-bottom: 3px;
}

.optionsY-y_axis_2 :last-child{
    margin-bottom: 3px;
}


.iChart-indicators-modal{
    position: fixed;
    z-index: 10000;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: var(--regularFontSize);
}

.iChart-annotations-modal{
    display: none;
    position: relative;
    margin: 0 auto;
    bottom: 320px;
    padding: 12px;
}


.iChart-modal-dialog{
    /*height:90px;*/
    background-color: #f9f9f9;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.26);
    padding: 4px 4px 4px 4px;
    margin: 30 auto;
    border-radius: 2px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);   
}


.iChart-indicators-modal-buttons{
    text-align: right;
    margin-bottom: 5px;
}
.iChart-modal-dialog input{
    padding: 5px;
    border: 1px solid #e0dfdf;
}

#inputIndicatorModal{
    margin: 3px 10px;
    width: 60px;
    font-size: 14px;
    padding: 4px;
}
.iChart-btn{
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
    font-weight: solid;
} 
.iChart-btn:hover{
    text-decoration: none;
}
.iChart-dark .iChart-btn{
    background-color: #222;
    border-color: rgba(0, 0 ,0, 0.5);
}


.iChart-btn.iChart-submit{
    background-color: #1B7D1B;
    border-color: #0D650D;
    color: #fff;
 
}
.iChart-btn.iChart-submit:hover{
    background-color: #0D650D;
}
.iChart-btn.iChart-cancel{
    background-color: #f9f9f900;
    border-color: #f9f9f900;
    color: black;
    margin-right: -10px;
}
.iChart-btn.iChart-cancel:hover{
    background-color: #ededed;
}

.iChart-indicators-modal-colors{
    width: 60px;
    display: flex;
    flex-wrap: wrap;
}


.color-square{
    cursor: pointer;
    display:block; 
    border-radius: 4px;
    width:25px; 
    height:25px;
    margin: 1px 2px;   
    border: solid 1px gray;
}

.color-square-active{
    border: solid 3px rgb(0, 153, 255) !important;
}

.iChart-indicators-modal-title{
    text-align: center;
}
.indicatorModalTitle{
    font-weight: bold;
}

/*
.opt-btnSymbolInUse{
    text-decoration: none;
    color: rgb(51,51,51);
    background-color:white;
    display:block;
    box-sizing: border-box;
    padding: 5px 15px 0 10px;
    font-size: 0.9em;
    transition: background 250ms ease 0s, color 250ms ease 0s;
    margin-bottom: 3px;
}

.opt-btnSymbolInUse:hover{
    cursor: pointer;
    color: white;
    background-color:rgb(51,92,173);
    font-size: 0.9em;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}
*//*
.opt-ListSymbolsInUse a{
    display: block;
    text-align: right;
}   */


.optionsY-y_axis_2 a:hover{
    cursor: pointer;
    color: white;
    background-color:rgb(51,92,173);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.optionsY-y_axis_main a:hover{
    cursor: pointer;
    color: white;
    background-color:rgb(51,92,173);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.optionsY-formula a:hover{
    cursor: pointer;
    color: white;
    background-color:rgb(51,92,173);
    transition: background 250ms ease 0s, color 250ms ease 0s;
}


.optionActivated{
    background-color: #eee !important;
    margin: 3px 0;
}

.optionActivated:hover{
   color:black !important;
}

.svg-icon-btn path, .svg-icon-btn polygon, .svg-icon-btn {
    fill: #333; 
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect,
.svg-icon circle {
    fill: #333;
}

.expand-search-span { 
    padding: 1px 3px;
    white-space: nowrap;
    width: 180px;
    display: block;
    overflow: hidden;
}

.disableClick { 
    pointer-events: none; 
}

@keyframes spinner { to {transform: rotate(360deg);} }

.mkspinner {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index:1005;
} 

.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;
}
 
.intervalExpand {
    background: #eee;
    font-size:   var(--regularFontSize);
}
 
.iChart-dpMenu-cnt>a {
    user-select: none;
    display: flex;
    justify-items: center;
    color: #6E6E6E;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 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;
    font-size:   var(--regularFontSize);
}
 
.scrollbar-black::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);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; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); 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;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-radius: 3px;
    overflow: hidden;
}

.iChart-wrapper-header{
    display: block;
    width: 100%;
    border-spacing: 4px;
}

.iChart-chart{
    display: block;
	width: 100%;
	height:94%;
}
 
.iChart-wrapper-footer {
    display: flex;
    flex-direction:row;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 35px !important;
    font-size:   var(--regularFontSize);
    border-top: 1px solid #e7e7e7;
    background-color: #F5F5F5;
}

.iChart-wrapper-footer a {
    outline: none;
    border: none;
}

.iChartHeader-button a {
    outline: 0;
    margin-left: 4px;
}

.exportingBtnSvg {
    cursor: pointer !important;
}

.highcharts-button-box{
    display: none;
}


#icharts-formula{
        display:flex;
        justify-content: center;
        align-items: center;
        height: 22px;
        width:62px;
        padding:2px;
        background: rgb(255, 255, 255);
        cursor:pointer;
        margin-top: 8px;
}

#icharts-formula:hover{
    background-color:#eee;
}

.iChart-headerMenu2 {
    width: 100%;
    position: absolute;
    top: 0px;
    /* font-size: 14px; */
    font-size:   var(--regularFontSize);
    padding-top: 5px;
    z-index: 2;
    height: 40px;
    display: block;
    background-color:#F5F5F5;
}

.header-buttons{
    float: left;
    margin-left: 0px;
}

#iChartHeader-interval-button{
    line-height: 1.7;
}

.iChartHeader-interval-button:hover, .iChartHeader-type-button:hover, #compareBtn:hover, #iChartHeader-draw-button:hover{
    background-color: #eee;
    cursor: pointer;
}

.iChart-menu2-bottom-cnt-horizontal {
    display: inline-block;
    min-width: 18px;
    padding: 0px 12px;
    left:0;
    bottom:0;
    margin-left: 45px;
    margin-right: 100px;
    color: #666666;
}

.iChart-menu2-bottom-cnt-horizontal a {
    padding: 5px 9px;
    float: left;
    font-weight: bold;
    margin-top: 4px;
    text-decoration:none;
}

.iChart-menu2-bottom-cnt-horizontal a:hover {
    text-decoration: none;
    color: #2962FF;
    cursor: pointer;
}
 
.iChart-menu2-bottom-cnt-horizontal a.selected {
    color: #2962FF;
    border-bottom: 2px solid #2962FF;
    padding-bottom: 2px !important;
}

.iChart-menu2-bottom-right-horizontal {
    display: inline-block;
    min-width: 18px;
    margin-top: -26px;
    bottom:0;
    color: #666666;
}

.cogPush{
    margin-left: auto;
}

.iChart-menu2-bottom-left-horizontal{
    display: inline-block;
    min-width: 18px;
    margin-top: -26px;
    left:0;
    bottom:0;
    color: #666666;
}


/*.opt-symbolInUse{
    margin-bottom: 5px;
    width: 100%;
}*/


.opt-firstItem{
    margin-top: 3px;
}

.disabled {
    opacity: 0.5;
}

.disabled a:hover {
    cursor: unset;
}
.iChart-headerLabel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 
.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;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.iChart-headerLabel-name-input:hover {
    border-bottom: 1px solid rgb(217,218,219);
}



.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;   
    position: relative;
    margin: 0 auto;
    bottom: 79px;
    padding: 12px;
    width: 195px;
}
.iChart-bodylabels-ohlc {
    display:inline-block;
    padding-right: 5px;
}

.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, .dark-iChart-delete span svg {
    margin-bottom: -5px;
    height: 20px !important;
    width: 20px !important;
}


.iChart-serie-menu-types {
    width: 80%;
    display: inline-table;
    padding: 4px 10px 0 10px;
}

.iChart-type {
    display: inline-table;
    padding: 4px 16px 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; */
    font-size:   var(--regularFontSize);
    margin-top: 3px;
    color: #333 !important;
}

.searchInput2 {
    background-color: transparent;
    width: 91.5% !important;
    border: none;
    padding: 3px 0;
    /* font-size: 14px; */
    font-size:   var(--regularFontSize);
    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;
    font-size:   var(--regularFontSize);
}


#compareBtn, #fullscreenBtn{
    float: left;
    margin-top: 1px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 3px;
    width: 40px;
    padding-left: 10px;
    padding-right:10px;
}

#exportBtn {
    border-radius: 3px;
    /*width: 40px;
    padding-left: 10px;*/
    float: right;
	height: 30px;
	width:30px;
	margin-right:10px;
	padding:4px 4px 4px 4px;
}

.iChart-hidden {
    display: none !important;
}

#thisIsTheSearchBoxWrapperId2 .nav-search-input-class {
    color: #333 !important;
    font-size:   var(--regularFontSize);
}

.iChart-bodyLabels-cnt {
    float: left;
    background-color: rgba(255, 255, 255, 0.904);
    /*display: flex;
    flex-direction: column;
    justify-content: space-evenly;*/
    /*background-color: rgba(255, 255, 255, 0.2);*/
    /*border: 1px solid rgb(217, 218, 219);*/
    border-radius: 3px;
    padding: 1px 1px;
    margin: 2px;
}



.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 2px;
    fill: transparent;
    stroke: rgba(1,1,1,0.25)
}

.pencil-svg-indicators {
    fill: transparent;
    stroke: rgba(1, 1, 1, 0.514)
}

.delete-indicators{
    font-size: var(--regularFontSize);
}

#iChart-bodyLabels-cntx {	
    /* font-size: 13px;	 */
    font-size:   var(--regularFontSize);
    position: absolute;
	/*top: 40;*/
	padding-top:3px;
	/*width:70%;*/
}

.cancelFullScreen{
    top: 380px;
}

.iChart-axis {
    display: inline-table;
    padding: 4px 14px 0 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}



.axisPickWrapper{
    margin-top: 5px;
}

.axisPickWrapper .iChart-axis.iChart-active, .selectedAxis {
    background-color: #eee !important;
}

.axisPickWrapper .iChart-axis:hover {
    cursor: pointer;
}

.optionsInvertBtn{
    all: unset;
	cursor: pointer;
	padding: 2px 6px;
	height: 30px;
	width: 34px;
	/*border: 0;*/
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.closeLabelPositive{
    background-color: rgb(40, 166, 154) !important;
}
.closeLinePositive{
    stroke:  rgb(40, 166, 154) !important;
}

.closeLabelNegative{
    background-color: #EF5350 !important;
}

.closeLineNegative{
	stroke:#EF5350 !important;	
}

.iChart-control-bar{
    height: 2em;   
}

.iChart-bodylabels-name{
    display: inline-block;
}

.Fs-bottom-options-horizontal{
    margin-top: -55px !important;
}

#trendingLine-0{
    position: absolute !important;
    z-index: 90000 !important;
}


#contextMenu{
    position: fixed;
    z-index: 10000;
    width: 160px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size:   var(--regularFontSize);
    border: 1px solid #dadada;
}

#contextMenu .contextMenuItem{
    padding: 6px 10px;
    color:rgb(0, 0, 0);
    cursor: pointer;
    border-radius: inherit;
    display: flex;
    justify-content: space-between;

}

.shortcut{
    font-size: 10px;
    color: grey;
}

#contextMenu .contextMenuItem span{
    display: flex;
    align-items: center;
}

#contextMenu .contextMenuItem span svg{
    margin-right: 5px;
}

.no-icon{
    margin-left: 24px;
}



/*#contextMenu .contextMenuItem span SVG{
    margin-right: 5px;
}*/

#contextMenu .contextMenuItem:hover{
    background-color: #f2f2f2;
}


#annotation-settingsMenu{
    position: fixed;
    z-index: 10000;
    width: 350px;
    background: #dbdbdb;
    border-radius: 5px;
    top: 350px;
    left: 550px;
}


/*------------------------------------------------------- DARK MODE ----------------------------------------------------*/
#dark-inputIndicatorModal{
    margin: 3px 10px;
    width: 60px;
    font-size: var(--regularFontSize);
    padding: 4px;
    background-color: black;
    color: rgb(211,211,211)
}

.iChart-btn.dark-iChart-cancel{
    background-color: #f9f9f900;
    border-color: #f9f9f900;
    color: rgb(150,150,150);
    margin-right: -10px;
}
.iChart-btn.dark-iChart-cancel:hover{
    background-color: #222222;
}

.darkButton-y_axis_main{
    background-color:rgb(35, 35, 35) !important;
    border-left: 1px solid #616161 !important;
}

.darkButton-y_axis_main:hover{
    background-color:rgb(54, 54, 54) !important;
}

#darkButton-icharts-formula{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width:62px;
    padding:2px;
    cursor:pointer;
    margin-top: 8px;
    background-color:rgb(35, 35, 35) !important;
}

#darkButton-icharts-formula svg{
    fill: rgb(211,211,211)
}

.dark-formulaTitleMenu{
    background-color: black !important;
    color: rgb(150,150,150)!important;
}

#darkButton-icharts-formula:hover{
    background-color:rgb(54, 54, 54) !important;
}

.darkButton-y_axis_2{
    background-color:rgb(35, 35, 35) !important;
    border-right: 1px solid #616161 !important;
}

.darkButton-y_axis_2:hover{
    background-color:rgb(54, 54, 54) !important;
}

.darkBottomWrapper{
    background-color:rgb(35, 35, 35) !important;
}


.darkTopWrapper{
    /*background-color:rgb(20, 20, 20) !important;*/
    background-color:rgb(35, 35, 35) !important;

}

.dark-iChart-serie-menu{
    background-color:rgb(35, 35, 35) !important;  
    border:1px solid rgb(54, 54, 54) !important;
}

.darkBottomWrapper a{
    color: rgb(218, 218, 218) !important;
    background-color:rgb(35, 35, 35) !important;
}

.darkBottomWrapper a:hover{
    color: white !important;
    background-color:rgb(51,92,173) !important;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.darkTopWrapper li{
    color: rgb(211, 211, 211);
}

.darkTopWrapper li:hover{
    color: black !important;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.dark-listResults {
    padding: 2px;
    padding-left: 14px;
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding-top: 6px;
    font-size:   var(--regularFontSize);
}

.dark-listResults:hover {
    background-color:  #eee;
}
 
.dark-listResults div {
    display: inline-block;
}

.dark-settingsMenuBtn:hover {
    background-color: rgba(20, 20, 20, 0.9) !important;
    cursor: pointer;
}

.dark-pencil-svg {
    float: right;
    margin: 1px 0 -4px 2px;
    fill: rgb(211,211,211) !important;
    stroke: rgba(211,211,211,0.25)
}

.dark-cnt{
    background-color: transparent;
    color: rgb(211,211,211) !important;
}

.dark-expand-search-span { 
    /* background-color: black; */
    color: rgb(163, 163, 163);
}

.dark-iChart-headerLabel-name-input {
    margin-right: 10px;
    cursor: text;
    width: 200px;
    border: 1px solid rgb(60, 60, 60)
}

.dark-iChart-headerLabel-name-input:hover {
    border-bottom: 1px solid rgb(88, 88, 88);
}

#thisIsTheSearchBoxWrapperId2 .dark-nav-search-input-class {
    color: rgb(218, 218, 218) !important;
    z-index:9999; border: 0px; 
    background-color: transparent; 
    width: 95%;
    font-size:   var(--regularFontSize);
}

#dark-exportBtn:hover, #dark-iChartHeader-interval-button:hover, #dark-drawHBtn:hover,#dark-drawBtn:hover,#dark-downloadBtn:hover, .dark-iChartHeader-interval-button:hover, .dark-iChartHeader-annotationPicker-button:hover, #dark-iChartHeader-datePicker-button:hover ,#dark-compareBtn:hover, #dark-iChartHeader-type-button:hover, #dark-eventsBtn:hover, #dark-fullscreenBtn:hover{
    background-color:rgb(54, 54, 54) !important;
    cursor: pointer;
}

#dark-iChartHeader-interval-button{
    line-height:2;
}

#dark-iChartHeader-interval-button a{
    color: rgb(211, 211, 211) !important;
}

.dark-intervalExpand {
    background: rgb(20, 20, 20) !important;
    font-size:   var(--regularFontSize);
}

.darkSubTopMenu{
    background-color:rgb(49, 49, 49) !important;
}

.darkSubTopMenu a{
    color: rgb(218, 218, 218) !important;
}

.darkSubTopMenu a:hover{
    color: rgb(218, 218, 218) !important;
    background-color:rgb(54, 54, 54) !important;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.dark-svg svg{
    fill: rgb(211, 211, 211) !important;
}
.dark-stroke-svg svg *{
    stroke: rgb(211, 211, 211) !important;
}

#dark-iChart-dpMenu-cnt-date{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 8px;
    background-color: rgb(49, 49, 49) !important;
    font-size:   var(--regularFontSize);
}

#dark-iChart-dpMenu-cnt-date >input {
    margin:2px;
    padding: 4px;
    cursor:text;
    width: 150px;
    text-align: center;
    background-color: black;
    color: rgb(211, 211, 211) !important;
    border: 1px solid rgb(85, 85, 85);
}

#dark-iChart-dpMenu-cnt-date >input::-webkit-calendar-picker-indicator {
    cursor:pointer;
}

#dark-iChart-dpMenu-cnt-date > button{
    margin:2px;
    display: block;
    width: 100%;
    border: 1px solid #6d6d6d;
    background-color: #242424;
	border-radius:6px;
	cursor:pointer;
	color: rgb(211,211,211);
	text-decoration:none;
    margin-top: 5px;
}

#dark-iChart-dpMenu-cnt-date > button:hover:not([disabled]){
    background-color: #575757;
    color: rgb(211,211,211)
}

#dark-iChart-dpMenu-cnt-date > button[disabled], #dark-iChart-dpMenu-cnt-date > button:disabled{
    opacity: 0.25; 
    cursor:auto;
}

#dark-compareBtn, #dark-fullscreenBtn{
    float: left;
    margin-top: 1px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 3px;
    width: 38px;
    padding-left: 10px;
    padding-right:10px;
}

#dark-downloadBtn {
    border-radius: 3px;
    float: right;
	height: 30px;
	width:30px;
    cursor: pointer;
	margin-right:7px;
	padding:4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dark-drawBtn {
    border-radius: 3px;
	height: 30px;
	width:30px;
    cursor: pointer;
	margin-right:7px;
	padding:4px 4px 4px 4px;
}

#dark-drawHBtn {
    border-radius: 3px;
	height: 30px;
	width:30px;
    cursor: pointer;
	margin-right:7px;
	padding:4px 4px 4px 4px;
}

#dark-exportBtn {
    border-radius: 3px;
    float: right;
	height: 30px;
	width:30px;
	margin-right:10px;
	padding:4px 4px 4px 4px;
}

.dark-downloadData-cnt{
    display: block;
    top:40px;
    right:40px;
    padding: 5px 0px;
    background-color:rgb(49, 49, 49) !important;
}

.dark-downloadData-cnt a{
    color: rgb(218, 218, 218) !important;
}

.dark-downloadData-cnt a:hover{
    color: white !important;
    background-color:rgb(51,92,173) !important;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.dark-searchInput {
    padding-left: 5px; 
    background-color: transparent; 
    width: 91.5% !important;
    border: none; 
    border-bottom: 1px solid rgb(114, 114, 114) !important; 
    padding: 3px 14px;
    /* font-size: 14px; */
    font-size:   var(--regularFontSize);
    margin-top: 3px;
    color: rgb(218, 218, 218) !important;
}

.darkSubMenu a{
    color: rgb(218, 218, 218) !important;
    background-color:rgb(49, 49, 49) !important;
}

.darkSubMenu a:hover{
    color: white !important;
    background-color:rgb(51,92,173) !important;
    transition: background 250ms ease 0s, color 250ms ease 0s;
}

.darkSubMenu{
    background-color:rgb(49, 49, 49) !important;
}

.dark-optionsInvertBtn{
    all: unset;
	cursor: pointer;
	padding: 2px 6px;
	height: 30px;
	width: 34px;
    background-color:rgb(47, 47, 47) ;
    color: rgb(218, 218, 218);
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
}


.dark-iChart-type {
    display: inline-table;
    padding: 4px 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgb(47,47,47);
}

.dark-iChart-type svg *{
    fill: rgb(211, 211, 211) !important;
}


.dark-iChart-active {
    background-color: rgb(90, 90, 90) !important;
}

.iChart-serie-menu-types .dark-iChart-type:hover {
    cursor: pointer;
}

.iChart-serie-menu-content .dark-iChart-delete {
    margin-top: 5px;

}

.iChart-serie-menu-content .dark-iChart-delete span {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    cursor: pointer;
    background-color:rgb(47, 47, 47) ;
}

.iChart-serie-menu-content .dark-iChart-delete span svg {
    margin-bottom: -5px;
    fill: rgb(211, 211, 211) !important;
}

#dark-contextMenu{
    position: fixed;
    width: 135px;
    font-size: var(--regularFontSize);
    z-index: 10000;
    background: #1b1a1a;
    border-radius: 5px;
}

#dark-contextMenu .dark-contextMenuItem{
    padding: 8px 10px;
    color:#eee;
    cursor: pointer;
    border-radius: inherit;
    display: flex;
    justify-content: space-between;
}

#dark-contextMenu .dark-contextMenuItem span{
    display: flex;
    align-items: center;
}

#dark-contextMenu .dark-contextMenuItem span SVG{
    fill: rgb(211, 211, 211) !important;
    margin-right: 5px;
}

#dark-contextMenu .dark-contextMenuItem:hover{
background-color: #242222;
}

.dark-iChart-axis {
    display: inline-table;
    padding: 4px 14px 0 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgb(47,47,47);
}

.dark-iChart-axis svg *{
    fill: rgb(211, 211, 211) !important;
    stroke:  rgb(211, 211, 211) !important;
}

.dark-iChart-axis:hover {
    cursor: pointer;
}



/*mobile version*/
@media (min-width: 0px) and (max-width: 480px) {
    .iChart-bodyLabels-cnt {
        padding: 0px !important;
        margin: 0px !important;
    }
    .iChart-headerLabel:first-child {
        margin-left: 12px;
    }

    .iChart-headerLabel-name-input {
        width: 105px !important;
        background-color: transparent;
    }

    #downloadBtn {
        margin-right:0px;
    }

    .iChart-serie-menu {	
        margin: 50px auto;
    }
    	/*
    #iChart-bodyLabels-cntx {	
        width: 80% !important;	
    }*/

    #iChart-dpMenu-cnt-type {
        left: 94px !important;
    }

    #iChart-dpMenu-cnt-type a {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #iChart-dpMenu-cnt-draw {
        left: 180px !important;
    }

    .iChart-dpMenu-cnt>a {
        padding: 2px 5px;
    }

    .searchInput, .searchInput2 {
        width: 85% !important;
    }

    #exportBtn {
        /*display: none !important;*/
        margin-right: 2px !important;
    }

    #compareBtn {
            width: 10px;
            padding-left: 0px !important;
            padding-right:0px !important;
    }
    #fullscreenBtn{
        width: 10px;
        padding-left: 6px !important;
        padding-right:6px !important;
        margin-right: 25px;
    }

    .iChartHeader-button {
        padding: 1px ; 
        margin: 1px;
        width: 40px;
        text-align: center;
        border-radius: 3px;
    }
    
    .iChart-menu2-bottom-left-horizontal{
        margin-left: 0;
    }
    
    #cogWheel-y_axis_main {
       float: right;
       height:18px;
    }


    #cogWheel-y_axis_2 {
        height:18px;
     }

     #cogWheel-y_axis_main svg{
        height:18px;
        width: 18px;
     }
     
     #cogWheel-y_axis_2 svg{
        height:18px;
        width: 18px;
     }


     .iChart-bodylabels-ohlc span>span{
        font-size: 13px;
     }  

     .iChart-menu2-bottom-cnt-horizontal{
         font-size: var(--regularFontSize);
         margin-right: 0;
         padding: 0;
         margin-top:5px;
     }

     .iChart-menu2-bottom-cnt-horizontal a{
         padding: 5px 7px 10px 5px;
         margin-top:-1px;
         margin-left: 0px;
     }

     div.iChart-menu2-bottom-cnt-horizontal a[title="50 Year"] {
        display:none !important;
     }

    #iChart-bodyLabels-cntx{
        padding-top: 0px !important;
        padding-left: 10px !important;
        padding-right: 2px !important;
        width: 100% !important;
       /* display: flex;
        align-items: center;
        justify-content: center;*/
    }

    #iChart-bodyLabels-cntx div{
        font-size: 13px;
    }
    
    .iChart-bodylabels-name{
        display: none !important;
    }


    .iChart-bodylabels-ohlc{
        width: 100% !important;
        display: flex;
        flex-direction: row;    
    }

    .iChart-bodylabels-ohlc>span{
            margin-right:2px;
            display: flex;
    }
         
    .iChart-bodylabels-ohlc span>span{
            margin-left: 3px;
    }
        
    .pencil-svg{
        display: none !important;
        width: 11px !important;
        height: 11px !important;
        /*margin-top: -4px;*/
        padding-right: 2px;
    }

    .iChart-control-bar{
        display: none !important;
    }

    .iChart-header-option {
        padding-left: 0 !important;
        width: 30px;
        margin-right: 10px;
    }

    .specialUniqueOhlc{
        display: flex;
        flex-direction: column;       
    }

    .expand-search-span { 
        width: 100px;
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .iChart-headerLabel-name-input {
        width: 105px !important;
    }
    .iChartHeader-button, #compareBtn, #fullscreenBtn {
        margin-right: 2px !important;
    }
}
@media (min-width: 600px) and (max-width: 868px) {
    .expand-search-span { 
        width: 190px;
    }
}

/**************** MODULES *******************/

/*stocktools hidden*/
.highcharts-stocktools-wrapper{
    display: none !important;
}

.highcharts-control-points > path{
    fill:rgb(0, 0, 0) !important;
    stroke-width: 1 !important;
}

/* POPUP STOCKTOOLS*/

.highcharts-popup.highcharts-annotation-toolbar {
    right: 10%;
    left: auto;
    height: 40px;
    overflow: hidden;
    padding-right: 40px;
    width: auto;
    min-width: 0;
  }
  
  .highcharts-popup.highcharts-annotation-toolbar button {
    margin-top: 0px;
  }
  
  .highcharts-popup.highcharts-annotation-toolbar > span {
    display: block;
    float: left;
    padding: 12px;
  }
  
  .highcharts-popup {
    background-color: #fff;
    color: #666666;
    display: none;
    font-size: 0.876em;
    max-height: 90%;
    top: 1000000px !important;
    right: 25000000px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 75%;
    min-width: 100px;
    max-width: 300px;
    position: absolute;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.3);
  }
  
.highcharts-popup-close{
    width: 30px !important;
    height: 30px !important;
}

  .highcharts-popup div, .highcharts-popup span {
    box-sizing: border-box;
  }
  
  .highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  
  .highcharts-popup input {
    border: 1px solid #e6e6e6;
    border-radius: 0.3rem;
    padding: 5px;
    width: 100%;
  }
  
  .highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
    height: 100%;
    float: left;
    overflow-y: auto;
  }
  
  .highcharts-popup-lhs-col.highcharts-popup-lhs-full {
    width: 100%;
    overflow-x: hidden;
    overflow: hidden;
    height: calc(100% - 104px);
    border: none;
    padding: 20px;
    padding-bottom: 10px;
  }
  
  .highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
    width: 100%;
  }
  
  .highcharts-popup-lhs-col {
    clear: both;
    width: 30%;
    border-right: 1px solid #e6e6e6;
  }
  
  .highcharts-popup-bottom-row {
    float: left;
    padding: 0px 20px;
    padding-bottom: 12px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }
  
  .highcharts-popup-rhs-col {
    width: 70%;
    height: calc(100% - 40px);
    padding: 20px;
  }
  
  .highcharts-popup-rhs-col-wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  
  .highcharts-popup-rhs-col-wrapper h3 {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  
  .highcharts-bindings-wrapper ul.highcharts-indicator-list,
  .highcharts-indicator-list {
    float: left;
    color: #666666;
    height: calc(100% - 150px);
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 15px 0px;
  }
  
  .highcharts-indicator-list li {
    cursor: pointer;
    padding: 5px 20px;
    margin: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    word-break: break-all;
    box-sizing: border-box;
  }
  
  .highcharts-indicator-list li:hover {
    background-color: #e6e6e6;
  }
  
  .highcharts-tab-item {
    background-color: #f7f7f7;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
  }
  
  .highcharts-tab-item.highcharts-tab-item-active {
    background-color: #e6e6e6;
  }
  
  .highcharts-tab-item-content {
    display: none;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }
  
  .highcharts-tab-item-show {
    display: block;
  }
  
  .highcharts-popup-close {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    padding: 10px;
    top: 0%;
    right: 0%;
    color: #333333;
  }
  
  .highcharts-popup-close:hover,
  .highcharts-popup button:hover,
  .highcharts-popup button.highcharts-annotation-edit-button:hover,
  .highcharts-popup button.highcharts-annotation-remove-button:hover {
    background-color: #e6e6e6;
    cursor: pointer;
  }
  
  .highcharts-popup button {
    float: right;
    border: none;
    background: #f7f7f7;
    color: #666666;
    margin-left: 5px;
    margin-top: 12px;
  }
  
  .highcharts-popup button:first-child {
    margin-left: 0;
  }
  
  .highcharts-tab-disabled {
    color: #cccccc;
  }
  
  /* annotation edit small popup */
  .highcharts-popup button.highcharts-annotation-edit-button,
  .highcharts-popup button.highcharts-annotation-remove-button {
    width: 10px;
    height: 20px;
    padding: 20px;
  }
  
  .highcharts-popup button.highcharts-annotation-edit-button {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
  }
  
  .highcharts-popup button.highcharts-annotation-remove-button {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
  }
  
  .highcharts-popup .highcharts-annotation-title {
    display: none;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
  }
  
  .highcharts-popup .highcharts-popup-main-title {
    border-bottom: 1px solid #e6e6e6;
    margin: 0px;
    padding: 8px 0px 6px 20px;
  }
  
  .highcharts-indicator-title {
    float: left;
    padding-bottom: 15px;
  }
  
  .highcharts-input-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .highcharts-input-search-indicators-label {
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin-top: 0.5rem;
  }
  
  input.highcharts-input-search-indicators {
    width: 80%;
    margin: 0 auto;
    float: none;
    border-color: #949494;
  }
  
  .highcharts-popup a.clear-filter-button {
    margin: 0 auto;
    display: none;
    color: #335cad;
    background-color: #fff;
    border: 1px solid #335cad;
    margin-top: 10px;
  }
  
  .highcharts-popup a.clear-filter-button:hover {
    color: #fff;
    background-color: #335cad;
    cursor: pointer;
  }

  .highcharts-popup-bottom-row > button{
      width: 80px;
      height: 30px;
  }

.highcharts-draw-mode{
    cursor: crosshair !important;
}
.textannotation-popup, .addiframe-popup {
    position: absolute;
    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: rgb(51,51,51);
    text-align: center;
    padding: 0.5rem;
    z-index: 10002;
}
.textannotation-popup-dark, .addiframe-popup-dark {
    position: absolute;
    background-color: rgb(49, 49, 49);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    color: #CCC;
    text-align: center;
    padding: 0.5rem; 
    z-index: 10002;
}
.textannotation-popup textarea {
    margin:2px;
    padding: 4px;
    cursor:text;
    width: 180px;
    height: 130px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size:   var(--regularFontSize);
}
.textannotation-popup textarea:focus {
    outline: rgba(0, 0, 0, 0.2) solid 0px;
}
.textannotation-popup-dark textarea {
    margin:2px;
    padding: 4px;
    cursor:text;
    width: 180px;
    height: 130px;
    background-color: #000;
    color: rgb(211, 211, 211);
    border: 1px solid rgb(85, 85, 85);
    font-size:   var(--regularFontSize);
}
.textannotation-popup-dark textarea:focus {
    outline: rgb(85, 85, 85) solid 0px;
}
.textannotation-popup button{
    margin:2px;
    display: block;
    width: 100%;
    box-shadow:inset 1px 1px 1px 1px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #c2c2c2;
	cursor:pointer;
	color:#5c5c5c;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    margin-top: 5px;
    padding-top: 4px !important;
}
.textannotation-popup-dark button {
    margin: 2px;
    display: block;
    width: 100%;
    border: 1px solid #6d6d6d;
    background-color: #242424;
    border-radius: 6px;
    cursor: pointer;
    color: rgb(211,211,211);
    text-decoration: none;
    margin-top: 5px;
    padding-top: 4px !important;
}
.textannotation-popup button:hover{
    border: 1px solid #c2c2c2;
    background-color: #dddddd;
    background:linear-gradient(to bottom, #dddddd 5%, #f9f9f9 100%);
}
.textannotation-popup-dark button:hover{
    background-color: #575757;
    color: rgb(211,211,211);
}
.textannotation-popup-btnDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--regularFontSize);
}
.textannotation-overlay, .addiframe-overlay {
    display: block; 
    position: fixed;
    z-index: 10001;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: rgba(0,0,0,0);
}
#eventsBtn {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

#eventsBtn:hover {
    background-color: #eee;
    cursor: pointer;
    border-radius: 3px;
}
#eventsBtn.disabled:hover {
    cursor: unset;
}
.addiframe-popup input {
    margin:2px;
    padding: 4px;
    width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.addiframe-popup-dark input {
    margin:2px;
    padding: 4px;
    width: 250px;
    background-color: #000;
    color: rgb(211, 211, 211);
    border: 1px solid rgb(85, 85, 85);
}
.addiframe-popup, .addiframe-popup-dark {
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.addiframe-popup path {
    fill:#000
}
.addiframe-popup-dark path {
    fill: rgb(211,211,211)
}
.addiframe-popup svg, .addiframe-popup-dark svg {
    transform: translateY(10%);
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}
.closeAddIframe {
    transform: rotateZ(45deg);
    display: inline-block;
    font-size: 30px;
    padding: 0;
    cursor: pointer;
}

.changeFontSizeToFit {
    font-size: 14px !important;
}

.iChart-plotLabel, .modal-content, .modal-content .btn,
.optionsY-y_axis_2 a, .listResults, .xLabelDrag, .xLabelDrag2,
.yLabelDrag, #intv-btn, .iChart-dpMenu-cnt-interval, #downloadMenu {
    font-size:   var(--regularFontSize);
}
#dark-eventsBtn {
    display: none;
}
#intv-btn {
    font-weight: bold;
}
#iChartHeader-type-button svg {
    transform: translateX(5%);
}
#datePickerSvg svg {
    transform: translateX(9%);
}
.iChart-annPickerSelector svg {
    transform: translateX(-7%);
}
#fullscreenBtn, #dark-fullscreenBtn {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    border-radius: 3px;
    cursor: pointer;
}
#fullscreenBtn:hover {
    background-color: #eee;
}
#fullscreenBtn svg, #dark-fullscreenBtn svg {
    transform: translate(-8%, -12%);
}
#exportBtn svg, #dark-exportBtn svg {
    transform: translateX(-5%);
}
#fullscreenBtn{
    display: none !important;
}
#downloadBtn{
    display: none !important;
}
#exportBtn{
    display: none !important;
}
#apibtn{
    display: none !important;
}
#compareBtn {
    .mobile-compare-input {
        display: none !important;
    }
}
