﻿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: 100%;
    text-align: center;
    border: 2px solid #2EB3A6;
    background-color: #fff;
}

.ItemChartStyle {
    text-align: center;
    border: 2px solid #0094ff;
    background-color: #fff;
}

fieldset {
    border: 1px solid #2EB3A6;
}

/*dashboarc css*/
:root {
    --bg-color: #f4f6f9;
    --card-bg: #ffffff;
    --text-main: #2d3748;
    --text-muted: #718096;
    --primary: #2EB3A6;
    --danger: #e11d48;
    --success: #16a34a;
    --border: #e2e8f0;
}

.card {
    background: var(--card-bg);
    width: 110px;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border);
}

.card-title {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 200;
}

.card-amount {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .card-amount.total {
        color: var(--primary);
    }

    .card-amount.highest {
        color: var(--danger);
    }