﻿body {
    background-color: #35383F;
    color:#ffffff;
}

.loginBar1 {
    background-color: #e0eff6;
    height: 15px;
}

.loginBar2 {
    background-color: #2EB3A6;
    height: 30px;
    color: yellow;
    text-align: center;
}

.loginBar3 {
    background-color: #e0eff6;
    height: 15px;
}

.CompanyTitle {
    /*background-color: #35383F;*/
    height: 25px;
    font-weight: bolder;
    font-size: 15px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.mainBody
{

    padding-left: 10px;
    text-align: left;
}

.FormTitleBar {
    background-color: #2EB3A6;
    width: 100%;
    height: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
}

.FavouriteBar {
    background-color: #2EB3A6;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.menuPanelBar
{
    background-color: #35383F;
    position: sticky;
}

.footerBar1 {
    /*background-color: #e0eff6;*/
    height: 20px;
}

.footerBar2 {
    background-color: #0000ff;
    height: 1px;
    padding: 1px;
}

tr.ToolbarColor {
    background-color: #2EB3A6;
}

.ChartStyle {
    width: 550px;
    text-align: center;
    border: 2px solid #0094ff;
    background-color: #fff;
}

.ItemChartStyle {
    text-align: center;
    border: 2px solid #0094ff;
    background-color: #fff;
}

fieldset {
    border: 1px solid #2EB3A6;
}