body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.loader {
    border: 2px solid #f3f3f3; 
    border-top: 2px solid #6e2c90; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    animation: spin 1s linear infinite;
}
.logoSpinnerImg{
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
}
.logoSpinnerImg img{
    width: 30px;
    height: 30px;
}
.nochart {
  text-align: center;
}
.nochart img {
  width: 100%;
}
@media (min-width:992px) {
  .nochart img {width:700px;
}}
.loader { 
    position: absolute; 
    z-index: 999; 
    height: 60px;
    width: 60px; 
    overflow: show; 
    margin: auto; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.MST {
    width: 100%;
    height: 100%;
}
#chartContainer {
    width: 100% !important;
    height: 100%;
}
.priceVolCharts {
    width: 100%;
    height: 100%;
}
.chartDetails{
    height: auto;
    width: 99%;
    background-color: #7e5492;
    padding: 7px 7px 0px 7px;
    position: absolute;
    z-index: 1024;
    background: rgba(126,84,146, 0.5);
}
.chartInnerCont{
     background: rgba(251,255,195, 0.9);
     height: 35px;
     border-radius: 5px;
}
.chartItems{
    width: 16%;
    float: left;
    padding: 0px 20px;
    font-family: "Open Sans"
}
.chartItems h4{
    color: #7e5492;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 18px;
}
.chartItemsValue{
    color: #000 !important;
}
.chartItemsValueTwo{
    padding-left: 10px;
}
.chartItemsValuePercent{
    color: #0e3c9f !important;
}
.smaValue{
    color: #0e3c9f !important;
}
#informationBoxXY{
    height:150px;
    bottom: 0px;
    z-index: 999;
    margin-left: 10px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0px 2px 6px #666;
    background-color: #e5e5e5 !important;
    opacity: 0.85;
}
#patternBoxXY{
    height:82px;
    bottom: 0px;
    z-index: 998;
    margin-left: 10px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0px 2px 6px #666;
    background-color: #e5e5e5 !important;
    opacity: 0.85;
}
.informationBox{
    width: 190px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.informationBox h4{
    margin-top: 5px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
    .chartItems{
    width: 16%;
    padding: 0px 20px;
}
}
@media only screen and (max-width: 1024px) {
    .chartItems h4{
    font-size: 14px;
}
.chartItems {
    width: 20%;
    padding: 0px 15px;
}
.chartContainerShow{
    margin-top: 0px;
}
}
@media only screen and (max-width: 980px) {
    .chartItems{
        width: 17%;
    padding: 0px 14px;
}
    .chartItems h4 {
    font-size: 13px;
}
    .chartContainerShow{
    margin-top: 0px;
}
}
@media only screen and (max-width: 800px) {
   .chartItems {
    width: 16%;
    padding: 0px 14px;
}
    .chartItems h4 {
    font-size: 11px;
}
    .chartContainerShow{
    margin-top: 0px;
}
}
@media only screen and (max-width: 768px) {
   .chartItems {
    width: 17%;
    padding: 0px 11px;
}
.chartContainerShow{
    margin-top: 0px;
}
}
@media only screen and (max-width: 640px) {
  .chartItems {
    width: 28%;
    padding: 0px 11px;
}
.chartInnerCont {
    height: 90px;
}
.chartContainerShow{
    margin-top: 0px;
}
}
@media only screen and (max-width: 1024px) {
  .chartContainerShow{
    margin-top: 0px;
}
}
@media only screen and (max-width: 640px) {
  .chartItems {
    width: 40%;
    padding: 0px 11px;
}
.chartInnerCont {
    height: 65px;
    width: 97%;
}
.chartItems h4 {
    font-size: 11px;
    margin-bottom: 4px;
    margin-top: 2px;
}
}
.chartContainerShow svg{
    width: 100%;
    height: auto !important;
}
#imageholder div{ position:absolute; z-index: 999;}
#horizontal{width:100%;height:2px;}
#vertical{width:2px;height:100%;}
#dateVertical{
    width: 160px;
    height: 30px;
    margin-left: -80px;
    bottom: 0px;
    z-index: 999;
}
#valueYAxis{
    width: 65px;
    height: 30px;
    margin-top: -13px;
    right: 15px;
    z-index: 999;
}
#smaRedYAxis{
    
    margin-top: -13px;
    right: 80px;
    
}
#smaBlackYAxis{
    width: 65px;
    height: 30px;
    margin-top: -13px;
    right: 15px;
    
}
#smaGreenYAxis{
    
    margin-top: -13px;
    right: 80px;
   
}
#smaPinkYAxis{
    width: 65px;
    height: 30px;
    margin-top: -13px;
    right: 15px;
  
}
.dateInsideDiv{
    width: 90%;
    padding: 3px;
    margin: 10px 0 0 4px;
    background-color: #FBFF6B !important;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.dateInsideDiv:before {
   border-bottom: 10px solid #FBFF6B;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    height: 0;
    left: 1px;
    position: absolute;
    width: 0;
    top: -10px;
    right: 0;
    margin: auto;
}
.valueYAxisDiv{
    background-image: url(../../images/arrow-yellow.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 6px;
}
.smaRedYAxisDiv{
    
    background-image: url(../../images/arrow-red.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    padding-top: 6px;
    display: inline-block;
}
.smaGreenYAxisDiv{
    
    background-image: url(../../images/arrow-green.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    padding-top: 6px;
    display: inline-block;
}
.smaBlackYAxisDiv{
   background-image: url(../../images/arrow-black.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    padding-top: 6px;
    display: inline-block;
}
.smaPinkYAxisDiv{
    background-image: url(../../images/arrow-pink.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    padding-top: 6px;
    display: inline-block;
}
.xAxisLine{
    position: absolute;
    z-index: 999;
    pointer-events: none;
}
.chartContainerShow{
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    pointer-events:all;
}
@media(max-width: 736px){
    .loader {
    border: 1px solid #f3f3f3; 
    border-top: 1px solid #6e2c90; 
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    animation: spin 1s linear infinite;
}
.logoSpinnerImg{
    right: 0;
    left: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
}
.logoSpinnerImg img{
    width: 15px;
    height: 15px;
}
}
.simpleloader{
    background-image: url(../../../../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    height: 110px;
    margin: 0 auto;
    padding: 18% 0;
 }
