﻿.HomePage .LoadingSpinner {
    margin-left: 50px !important;
}

.HomePage .MessageHeader {
}

.HomePage .Infobox-outer {
    margin-bottom: 2px;
    margin-top: 0 !important;
    padding-left: 2px;
}

.HomePage .dxbl-fl .dxbl-fl-gd {
    margin: 0 0 0 0 !important;
}

.HomePage .InfoBox-Container {
    position: relative;
    height: 28vh;
}

.HomePage .InfoBox{
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.HomePage .InfoBox .dxbl-group-header {
    Color: black;
    align-self: normal;
    margin-top: 3px;
}

.HomePage .InfoBox .row {
    margin: -4% 0% 0% 0%;
}

.HomePage .InfoBox-grey .dxbl-group {
    border-color: #0a7afa;
    background-color: whitesmoke;
    Color: black;
    margin-top: 15px;
    position: relative;
}

.HomePage .InfoBox-grey .dxbl-group-header {
    Color: black;
    background-color: lightgray;
}

.HomePage .InfoBox-grey .row {
    Color: black;
    padding-top: 5px !important;
}

.HomePage .InfoBox-blue .dxbl-group {
    border-color: #0a7afa;
    background-color: aliceblue;
    Color: black;
    margin-top: 15px;
    position: relative;
}

.HomePage .InfoBox-blue .dxbl-group-header {
    Color: black !important;
    background-color: lightblue;
}

.HomePage .InfoBox-blue .row {
    Color: black;
    padding-top: 5px !important;
}

.HomePage .InfoBox-red .dxbl-group {
    border-color: #0a7afa;
    background-color: seashell;
    Color: black;
    margin-top: 15px;
    position: relative;
}

.HomePage .InfoBox-red .dxbl-group-header {
    Color: black;
    background-color: lightcoral;
}

.HomePage .InfoBox-red .row {
    Color: black;
    padding-top: 5px !important;
}

.HomePage .InfoBox .dxbl-group {
    border-color: #0a7afa;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}