﻿
.footer
{
    font-size: 12px;
    color: grey;
}

.stockbox {
    color: white;
    text-align: center;
    margin-right: 10px;
    padding: 10px 7px;
    width: 80px;
    border-radius: 10px;
}

.stockdetailbox
{
    color: white;
    font-size: 0.70em;
}

.stockprice-bg-flat
{
    background-color: #6f7172;
}

.stockprice-bg-up
{
    background-color: #09bca8;
}

.stockprice-bg-down
{
    background-color: #ff6862;
}

.stockprice-flat
{
    color: #6f7172;
}

.stockprice-normal
{
    color: black;
}

.stockprice-up
{
    color: #09bca8;
}


.stockprice-down
{
    color: #ff6862;
}


.color-red
{
    color: red;
}

.color-green
{
    color: green;
}


.stock-growing {
    color: white !important;
    background-color: #09bca8 !important;
}

.stock-falling {
    color: white !important;
    background-color: #ff6862 !important;
}

.stock-price{
    padding: 4px;
}

.stock-down-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.stock-up-caret {
  border-top: 0;
  border-bottom: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
}


.stock-row
{
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
    border-bottom: lightgray dotted thin;
    line-height: 1.4;
}

.stockcompanypriceitem 
{
    font-size: x-large;
    font-weight: bold;
}

.stockLastUpdatedTimeStamp
{
    font-size: xx-small;
    color: grey;
}

.stock-information-table, .market-activity-table
{
    width: 100%;
    margin-bottom: 0px;
}



.stock-information-table td
{
    padding-right: 25px;
    padding-bottom: 15px;
    border-top: 0px;
}


.market-activity-table td {
    padding-right: 25px;
    line-height: 1.6em;
}


.stock-panel-limit-100,.stock-panel-limit-200,.stock-panel-limit-300,.stock-panel-limit-400,.stock-panel-limit-500,
.stock-panel-limit-600,.stock-panel-limit-700
{
    position: static;
    overflow: auto;
    width: 100%;
}


.stock-panel-limit-100
{
    height: 100px;
}


.stock-panel-limit-200
{
    height: 200px;
}

.stock-panel-limit-300
{
    height: 300px;
}

.stock-panel-limit-400
{
    height: 400px;
}

.stock-panel-limit-500
{
    height: 500px;
}

.stock-panel-limit-600
{
    height: 600px;
}

.stock-panel-limit-700
{
    height: 700px;
}

.selected-screener-option{
    /*background-color: firebrick;*/
    background-color: mediumseagreen !important;
    color: white !important;
}



