﻿.dashboard-header
{
    min-width: calc(1080px + 7rem);
    height: 100%;
}

.dashboard-layout-content
{
    min-width: calc(1080px + 7rem);
    background-color: #335289;
    color: white;
    padding-left: 1rem;
    overflow-y: auto;
}

.dashboard-container
{
    min-height: 15rem;
    display: flex;
    justify-content: center;
}

.dashboard-widget
{
    width: 280px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    background-color: #284B7F;
    padding: 0.75rem;
    margin: 1rem 1rem 1rem 0rem;
}

.dashboard-widget-height-280
{
    height: 280px;
}

.dashboard-widget-height-218
{
    height: 218px;
}

.dashboard-widget-height-216
{
    height: 216px;
}

.dashboard-widget-1_5x
{
    width: calc(375px + 1rem / 4);
}

.dashboard-widget-2x
{
    width: calc(560px + 1rem);
}

.dashboard-widget-header
{
    background-color: #244472;
    border-radius: 7px 7px 0 0;
    height: 36px;
    padding: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    font-weight: 700;
}

.dashboard-widget-subheader
{
    height: 84px;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 900;
}

    .dashboard-widget-subheader img
    {
        width: 60px;
    }

.dashboard-widget-body
{
}

.dashboard-table-basic
{
    color: #a0a0a0;
}

    .dashboard-table-basic tr td:first-of-type
    {
        width: 100%
    }

    .dashboard-table-td-px-sm
    {
        padding-left: 0.2rem !important;
        padding-right: 0.1rem !important;
        white-space: nowrap;
    }

    .dashboard-table-basic p
    {
        color: #f5f5dc;
        text-align: right !important;
        margin: 0;
        font-weight: 700;
    }

.dashboard-table-tbody-scroll
{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

    .dashboard-table-tbody-scroll::-webkit-scrollbar
    {
        width: 14px;
    }

    .dashboard-table-tbody-scroll::-webkit-scrollbar-track
    {
        background-color: transparent;
    }

    .dashboard-table-tbody-scroll::-webkit-scrollbar-thumb
    {
        border-radius: 2px;
        background-color: #244472;
    }

    .dashboard-table-tbody-scroll::-webkit-scrollbar-button
    {
        display: none;
    }

.dashboard-progress
{
    width: 114px;
    height: 1.25rem;
}

.dashboard-progress-bar-title
{
    font-size: 1.5em;
    padding-left: 0.25rem;
    font-weight: 700;
}

.dashboard-height-7_75rem
{
    height: 7.75rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* firefox scrollbar css */
    scrollbar-color: #244472 transparent;
    scrollbar-width: thin;
}

.dashboard-height-9_25rem
{
    height: 9.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* firefox scrollbar css */
    scrollbar-color: #244472 transparent;
    scrollbar-width: thin;
}

.dashboard-height-9_5rem
{
    height: 9.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* firefox scrollbar css */
    scrollbar-color: #244472 transparent;
    scrollbar-width: thin;
}

.text-ellipsis
{
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}