* {
    /* font-family: "Courier New", Courier, monospace */
    font-family: "Lucida Console", Monaco, monospace;
    font-size: small;
}

/*
body {
    border-left:50px solid lightgreen;
    margin-left:0;
}
*/

h1,h2,h3 {
    font-family: Arial, Helvetica, sans-serif
}

h1 {
    margin-block-end: 0.1em;
}

h2 {
    margin-block-start: .25em;
    margin-block-end: 0.1em;
    color: aqua;
}

h3 {
    margin-block-start: .25em;
    margin-block-end: 0.1em;
}

.default-graph {
    min-height:300px;
    margin:0 20%;
    
}

.LeftNavigation
{
    background-color: lightgreen;
    color: black;
    padding: 0.5em;
}

.full-width-graph {
    min-height:320px;
}

.tranaction-table {
    padding-bottom: 1em;
}

tr.open {
    background-color: mediumaquamarine;
}

tr.shortOpen {
    background-color: lightpink;
}

td {
    text-align: right;
    border-right: solid gray 1px;
}

.symbol {
    border-bottom: lightslategrey 1px solid;
}

.lightGreenCell {
    background-color: palegreen;
    color:black;
}

.lightGreenCell a {
    color: blue;
}

.lightGreenCell a:visited {
    color: purple;
}

.lightGreenCell:hover {
    background-color: green;
    color:white;
}

.pinkCell,
.pinkRow
{
    background-color: pink;
    color:black;
}

.numberinput {
    background-color: lightcyan;
    color:black;
    padding-left: 1em;
    padding-right: .5em;
}

.symbolheading {
    font-size: 2em;
    font-weight: 200;
}

.small-font {
    font-size: 0.9em;
    font-style: italic;
}

/* Coloring*/
.Header
{
    background-color: ivory;
    color: black;
    text-align: center;
    border-bottom: 1px solid orange;
    padding-bottom: 2px;
}
/*
.Header a {
    color: lightgreen;
}
.Header a:hover {
    color: lightyellow;
}*/

.symbol-index {
    position: absolute;
    left: -0px;
    top:125px;
}

.dash-symbol {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: palegreen;
    color:black;
    border-radius: 3px;
}

.dash-symbol a {
    text-decoration: unset;
    color:blue;
}

.dash-symbol a:hover {
    color:black;
}

/* Green dash symbol button */
.dash-symbol-green {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: palegreen;
    color:black;
    border-radius: 3px;
}

.dash-symbol-green a {
    text-decoration: unset;
    color:blue;
}

.dash-symbol-green a:hover {
    color:black;
}

/* Red dash symbol button */
.dash-symbol-red {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: red;
    color:white;
    border-radius: 3px;
}

.dash-symbol-red a {
    text-decoration: unset;
    color: white;
}

.dash-symbol-red a:hover {
    color:yellow;
}

/* Black dash symbol button */
.dash-symbol-black {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: lightgray;
    color:blue;
    border-radius: 3px;
}

.dash-symbol-black a {
    text-decoration: unset;
    color: blue;
}

.dash-symbol-black a:hover {
    color:red;
}

/* Yellow dash symbol button */
.dash-symbol-yellow {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: orange;
    color:black;
    border-radius: 3px;
}

.dash-symbol-yellow a {
    text-decoration: unset;
    color: black;
}

.dash-symbol-yellow a:hover {
    color:orange;
    background-color:black;
}

/* Teal dash symbol button */
.dash-symbol-teal {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: teal;
    color:white;
    border-radius: 3px;
}

.dash-symbol-teal a {
    text-decoration: unset;
    color: white;
}

.dash-symbol-teal a:hover {
    color:black;
    background-color:green;
}

/* Yellow dash symbol button */
.dash-symbol-yellow {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: palegoldenrod;
    color:black;
    border-radius: 3px;
}

.dash-symbol-yellow a {
    text-decoration: unset;
}

.dash-symbol-yellow a:hover {
    background-color:yellow;
}

/* blue dash symbol button */
.dash-symbol-blue {
    display: inline-block;
    padding-left: .2em;
    padding-right: .2em;
    margin: .2em;
    background-color: skyblue;
    color:black;
    border-radius: 3px;
}

.dash-symbol-blue a {
    text-decoration: unset;
}

.dash-symbol-blue a:hover {
    background-color: blue;
}


/* Main page layout */
/* Curtesy of http://jsfiddle.net/o3kfut4s/ */
*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
    background-color: black;
    color:white
}

.Container, .LeftNavigation, .Content
{
    height: 100%;
}

    .Container:before
    {
        content: '';
        height: 100%;
        float: left;
    }

.HeightTaker
{
    position: relative;
    z-index: 1;
}

    .HeightTaker:after
    {
        content: '';
        clear: both;
        display: block;
    }

.Wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
}

.LeftNavigation
{
    float: left;
}
.LeftNavigation, .Content
{
    overflow: auto;
}

.symbolBlock
{
    display: inline-block;
    border: 1px solid white;
    border-radius: 4px;
    padding: .25em;
    margin: 2px;
}

.multipleOrderBlock {
    background-color: #444;
}

.symbolBlock-symbol
{
    display: inline-block;
    text-align: center;
    font-size: .75em;
}

.symbolBlock-price 
{
    display: inline-block;
    text-align: center;
    font-size: .75em;
}

.symbolBlock-qty
{
    display: inline-block;
    text-align: center;
    font-size: .75em;
}

.symbolBlock-buySell
{
    display: block;
    text-align: center;
    font-size: .75em;
}

.symbolBlock-buy
{
    background-color: green;
    color: white;
    font-size: .75em;
    padding: 0 0.5em;
}

.symbolBlock-buy:hover
{
    background-color: greenyellow;
    color: black;
    font-size: .75em;
    padding: 0 0.5em;
}

.symbolBlock-sell
{
    background-color: red;
    color: white;
    font-size: .75em;
    padding: 0 0.5em;
}

.symbolBlock-sell:hover
{
    background-color: pink;
    color: black;
    font-size: .75em;
    padding: 0 0.5em;
}

.symbolBlock-balance
{
    background-color: blue;
    color: white;
    font-size: .75em;
    padding: 0 0.5em;
}

.symbolBlock-balance:hover
{
    background-color: cyan;
    color: black;
    font-size: .75em;
    padding: 0 0.5em;
}

.symbolGroupBlock
{
    display: inline-block;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    width: 240px;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.setdiv {
    padding-right: 1em;
}

.set-table-div {
    padding-right: 1em;
}

.trade-tables-symbol {
    padding: 1px;
    clear: both;
}

input[type=text] {
    width: 6em;
}


.yet-to-trade {
    color: #777;
}

.profitable-purchase, 
.profitable-sale
{
    background-color: lightgreen;
    color:black;
}

.group-of-sets {
    border: 2px solid blue;
    position: relative;
    display: flex;
}

.table-and-header {
    border: darkgray 1px solid;
    margin-left: 1em;
    padding: 0 .5em;
    /* width:25em; */
    /* float: left; */
}

.set-in-range {
    border:yellow 4px solid;
}

.accumulation-graph-div {
    /* background-color: white; */
    min-height: 400px;
    /* color: black; */
    display: block;
}

.symbol-nav-header {
    display: block;
    position: relative;
}

.vcr-control {
    display: none;
    position: fixed;
    background-color: blanchedalmond;
    z-index: 99;
}

.vcrControlButton {
    padding-left: 1em;
    padding-right: 1em;
}

.vcrControlButton:hover {
    background-color: chartreuse;
}