.pos-lim-report-label {
  padding:10px;
  font:24px sans-serif;
  font-weight:bold;
}

.container{
    display:flex;
    flex-direction:column;
    height:100%;
    width:100%;
}

img.hover-highlight-img {
        opacity: 0.5;
        filter: alpha(opacity=50);
}

img.hover-highlight-img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
}

.breadcrumb-hover:hover {
  cursor:pointer;
  color:blue;
}

.chart-g {
  background-color:white;
}

.hidden-iframe{
  display:none;
}

.no-chart-data{
    position:center;
   margin: 0px 0px 300px 300px;
}

.white{
  color: white;
}

.data-table-wrap{
  width:100%;
  height:100%;
  display:block;
}

.header{
  display:flex;
}

.center{
    color: white;
    position:relative;
    float:center;
    margin: 10px 10px 30px 70px;
}

.line-common:hover{
    stroke-width:3;
}

.ws-left{
  margin-left:12px;
}

.ws-top{
  margin-top:7px;
}

.small-spin{
  margin-left:10px;
  margin-top:7px;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltip{
    display: inline;
    position: relative;
}

.chart-outline {
  fill:none;
  stroke:black;
}

.red {
  color: red;
}

.green {
  color: #003c00;
}

.breadcrumb {
  background:#FBFBFB;
}

.right{
    float:right;
}

.right-head{
  float:right;
  margin: 15px 10px 10px 40px;
}

.left-arrow{
    float:left;
}

.left{
    float:left;
    margin:7px 25px;
}

.prefix-table{
  font-style: Verdana;
  display:block;
  width:60%;
}

.feed-grid{
  display:block;
  width:100%;
 }

.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.relative{
    position:relative;
}

.no-show{
    position:fixed;
    float:center;
    margin: 70px 100px 500px 400px;
    font-weight:bold;
}

.icon-a {
    color: #888;
}

.grow:hover {
    transform: scale(1.5);
}

.x-axis {
  background-color:black;
  color:white;
}

.zero-line  {
  stroke:lightgrey;
}

.vert-line  {
   left: 20%;
  stroke:grey;
  style:dashed;
  display: inline;
  position: absolute;
}

.axis-label{
  font-size:125%;
}

.axis1  {
  stroke:black;
}

.partition-line  {
  stroke:lightgrey;
}

.bars-g:hover
{
  opacity:0.6;
  cursor:pointer;
}

.bar-text {
  font:11px sans-serif;
  text-anchor:middle;
   alignment-baseline:middle;
  cursor:pointer;
}

.bar-text:hover{
  opacity:0.5;
}

.exchange-label-bar {
  fill:black;
  stroke:blue;
}

.exchange-label-bar-text {
  stroke:white;
  stroke-width:0.8;
  text-anchor:middle;
  alignment-baseline:middle;
  font:10px sans-serif;
}

.symbol-label-bar {
  fill:#777777;
  stroke:black;
}

.cursor{
  cursor:pointer;
}

.pos{
  position:absolute;
}

.symbol-label-bar-text {
    fill:white;
  text-anchor:middle;
  alignment-baseline:middle;
  font:10px sans-serif;
}

.mmy-label-bar {
  fill:#dddddd;
  stroke:black;
}

.mmy-label-bar-1 {
  fill:#dddddd;
  stroke:black;
}

.mmy-label-bar-text {
  text-anchor:middle;
  alignment-baseline:middle;
  font:10px sans-serif;
}

.limits-bar {
  fill:#cccccc;
}

.axis {
  shape-rendering: crispEdges;
}

.y.ref line, .y.ref path {
  fill: none;
  stroke:lightgrey;
}

.y.axis line, .y.axis path {
  fill: none;
  stroke: #000;
}

.y.axis text {
    font:9px sans-serif;;
}

.limits-marks {
    stroke:red;
}

.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down{
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.real-limits-marks {
  stroke:green;
  stroke-dasharray:5,5;
}

.limits-marks-text {
    font:10px sans-serif;
    fill:#777777;
}

.gear{
  margin: 15px 10px 10px 40px;
  color: #949494;
  cursor:pointer;
  position:absolute;
  float:right;
}

.chart-group {
  display:flex;
  flex:auto;
  flex-flow:row nowrap;
  justify-content:flex-start;
  background-color:#eeeeee;
  padding:10px;
}

.svg-container {
    position:relative;
    background-position: center center;
    background-color: #eeeeee;
    overflow:auto;
    width:2000px;
}

.chart-filters {
  align-items:center;
    -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
}

.filter-complete{
  min-width:150px;
}

.filter-box {
  width:150px;
  min-height:75px;
  max-height:150px;
  overflow:auto;
  border-radius:5px;
  box-shadow: 5px 5px 5px #888888;
  margin-bottom:10px;
  display:flex;
  flex-flow:column nowrap;
  justify-content:flex-start;
  background-color:white;
}

.short-filter-box {
  width:150px;
  min-height:40px;
  max-height:150px;
  overflow:auto;
  box-shadow: 5px 5px 5px #888888;
  margin-bottom:20px;
  border-radius:5px;
  display:flex;
  flex-flow:column nowrap;
  justify-content:flex-start;
  background-color:white;
}

.exch-button{
  width:150px;
  margin-bottom: 5px;
}

.pad-left{
  font-size: 12px;
  margin-left: 5px;
}

.pad-bottom{
  margin-bottom: 15px;
}

.tab-item{
  margin-bottom: 10px;
}

.depressed{
  background-color:#5bc0de;
}

.filter-header {
  background:#cccccc;
  font:10px sans-serif;
  padding-left:5px;
}

.collapse-filter {
  font:10px sans-serif;
  background-color:lightgrey;
 /*align-self:flex-start;*/
  margin-bottom:5px;
  display:flex;
  flex-flow:row;
  justify-content:center;
  align-items:center;
  width:50px;
  height:30px;
  top:55px;
  left:-2px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  opacity:0.7;

  -webkit-transition: width .25s, font .25s; /* Safari */
  transition: width .25s;

}

.collapse-filter:hover {
  cursor:pointer;
  opacity:1;
  color:#284284;
 /* text-shadow: 3px 3px 3px;*/
  box-shadow: 5px 5px 5px #888888;
  font:12px sans-serif;
  width:65px;

}

.filter-item {
  font-size:12px;
  font-style: Helvetica;
  margin-left:5px;
  min-height:15px;
}

.filter-item input {
  margin-right:5px;
  font-style: Helvetica;
  font-size: 12px;
}

.across{
    margin-left: 120px;
    position:relative;
    background-position: center center;
}

.tooltip {
    pointer-events:none; /*let mouse events pass through*/
    opacity:0;
    transition: opacity 0.3s;
}

div.tooltip {
    background: white;
    border:1px solid black;
    position: absolute;
    font:10px verdana;
    font-weight:bold;
    max-width: 250px;
}

.smallprodname{
  font-size: 8px;
}

tr.tooltip-row {
  color:#555;
}

td.tooltip-header {
  padding:2px;
  background-color:lightblue;
}


td.tooltip-key-col {
  padding:2px;
  border-right:1px solid black;
}

table.tooltip-table tbody tr:nth-child(odd) {
  background-color: #ccc;
  overflow-wrap: break-word;
}

.single-month-line{
    fill: none;
}

.single-month-line:hover {
    stroke-width:3;
    stroke: #2b364c;
}


.highl{
  stroke-width:3;
  stroke:black;
  fill:none;
  position:relative;
  margin-right:200px;
}

.text{
  font:5px;
}

.zero-chart{
  stroke:black;
  stroke-width:.5px;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    font:8px;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.label-y-axis{
  font-size: 16px;
  color:black;
  font:Helvetica;
}

.profile-hover {
    display: none;
    position: absolute;
    top: 0
    left: 100;
    z-index: 99;
    border: 1px solid #333;
    background: #f8f8f8;
    width: 120px;
    margin-left: -100px;
    text-align: center;
}

.hover-password {
    display: none;
    position: absolute;
    margin-top: 45px;
    margin-left: 50px;
    z-index: 99;
    border: 1px solid #333;
    background: #f8f8f8;
    width: 100px;
    text-align: center;
}

a:hover + div { display: block;}

.lbl {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 30px;
  width: 115px;
  background: #49d162;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pad-top{
  margin-top: 20px;
}

.lbl:after {
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
  width: 50px;
  height: 27px;
  border-radius: 80px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: 'Qty';
  padding-top:5px;
  padding-left:4px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.lbl:active:after { transform: scale(1.05, 1.0); }

.cbx:checked ~ label { background: #49d162; }

.cbx:checked ~ label:after {
  left: 64px;
  content:'%';
  background: #fff;
}

.cbx:disabled ~ label {
  background: #5bc0de;
  pointer-events: none;
}

.cbx:disabled ~ label:after { background: #49d162;
   }

.hidden { display: none; }

.trash:hover .Icon{
    display: block;
    cursor: pointer;
}

.Icon{
    display: none;
}
