﻿body {
}

.ListHeader {
    background-color: #1e6193;
    color: white;
    margin-bottom: 3px;
}

.ListSubHeader {
    font-size: 14px;
    color: grey;
}

.ListSubHeaderSvg {
    font-size: 14px;
    color: grey;
    float: left;
}

.ButtonTextBold {
    font-weight: bold;
}


.ListItemRight {
    text-align: right;
}

.ListItem {
    margin-bottom: 5px;
}

.PieChartSmall {
    margin-top: -100px;
}

.DashboardPanelSmall {
    height: 290px;
}

.DashboardPanel {
    height: 500px !important;
}

.DashboardChartSmall {
    height: 220px !important;
}

.DashboardListNumber {
    font-size: 72px;
    color: #1e6193;
    font-weight: bolder;
}

.DashboardListNumber {
    font-size: 72px;
    color: #1e6193;
    font-weight: bolder;
}

.DashboardAccListNumber {
    font-size: 48px;
    color: #1e6193;
    font-weight: bolder;
}

.DashBoardAccountingText {
    font-size: 15px;
    color: #1c5688;
    font-weight: bolder;
}

.DashboardAccountingContainer {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto;
    margin-right: auto;
}

.bottom-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.DashBoardOKText {
    font-size: 24px;
    color: #1c5688;
    font-weight: bolder;
}

.DashboardCheckMark {
    width: 7rem;
    height: 7rem;
}

.mt-9 {
    margin-top: 9rem !important;
}

.svgColor {
    display: inline-block;
    vertical-align: middle;
    fill: #1e6193;
}
