.reporting-menu {
    background-color: #546e7a; 
    border-radius: 10px;
}

.reporting-menu md-menu-item {
    background-color: #546e7a; 
}

.reporting-menu md-menu-item>.md-button {
    font-family: 'Eurostile LT Std Roman';
    font-size: 18px;
}

.reporting-main {
    min-height: 100vh;
}

.reporting-panel {
    background-color: #546e7a; 
    border-radius:10px;
    height: 100%;
    width: 100%;
}

.reporting-panel-title {
    font-size: 3em;
    font-family: 'Eurostile LT Std Bold';
    color: white;
}

.reporting-panel-subtitle {
    font-size: 2em;
    font-family: 'Eurostile LT Std Roman';
    color: white;
}

.reporting-panel-metric {
    font-size: 5em;
    font-family: 'Eurostile LT Std Bold';
    color: white;
}

.reporting-panel-icon {
    font-size: 4em;
    height: 100%;
}


/* Temporary Code For Demo */
.reporting-blue {
    color: #7ec8f8;
}

.reporting-orange {
    color: #ff9149;
}

.reporting-red {
    color: #ff4961;
}

.reporting-green {
    color: #28d094;
}

md-progress-linear.md-primary.md-hue-1 .md-container {
    background-color: #aef8ff !important;
}

md-progress-linear.md-primary.md-hue-2 .md-container {
    background-color: #58f0c4 !important;
}