﻿.InfoBox .dxbl-group {
/*    height: 300px;
    max-height: 300px;*/

    min-height: 300px;
}

.HomePage {
}

    .HomePage .WelcomeHeader {

        color: var(--primaryMandatorColor);
        font-weight:bold;
        padding-left:0;
    }
    .HomePage .WelcomeSubheader {
        color:var(--secondaryMandatorColor);
        font-size:20px;
    }

    .HomePage .MessageHeader {
        padding-bottom: 5%;
    }

    .HomePage .MessageLayout {
        float: right;
    }

    .HomePage .LoadingSpinner {
        margin-left: 50px !important;
    }

    .HomePage .InfoBox .card {
        border-color: #0a7afa;
        /*width: 25%;*/
        max-width: 220px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .HomePage .InfoBox .card-header {
        background-color: rgba(0,0,0,.03);
        Color: black !important;
        align-self: normal;
    }

/*    .HomePage .InfoBox .row {
        margin: -4% 0% 0% 0%;
    }
*/
    .HomePage .InfoBox-blue .card {
        border-color: #0a7afa;
        background-color: #0a7afa;
    }

    .HomePage .InfoBox-blue .card-header {
        Color: white !important;
    }

    .HomePage .InfoBox-blue .row {
        Color: white;
    }