.app-link {
    color: var(--mdc-theme-primary) !important;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-family: Roboto;
    font-size: 14px;
    text-decoration:none;
}

.app-link-large {
    color: var(--mdc-theme-primary) !important;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-family: Roboto;
    font-size: 20px;
    text-decoration: none;
}

.app-number-large {
    color: #b99157;
    position: absolute;
    font-size: 3rem;
    right: 1rem;
    top: -8px;
}
.app-number-medium {
    color: #b99157;
    position: absolute;
    font-size: 2rem;
    right: 1rem;
    top: 0px;
}
.app-number {
    color: #b99157;
    /*position: absolute;*/
    font-size: 1rem;
/*    right: 2rem;
    top: 0rem*/
}

.app-paper {
    padding: 16px;
}

.app-cell {
    padding: 8px;
}
.app-cell-header {
    font-weight: bold;
    padding: 8px;
}
.app-cell-success {
    font-weight: bold;
/*    background-color: rgba(30,230,99,0.12);
*/    color: rgba(30,180,99,1);
    padding: 8px;
    text-align: center;
}
.app-card-success {
    background-color: rgba(30,230,99,0.12) !important;
}
.app-card-fail {
    background-color: rgba(230,30,99,0.12) !important;
}
.app-card-running {
    background-color: rgba(0, 0, 255,0.12) !important;
}
.app-card-stopped {
    background-color: rgba(255, 199, 44,0.12) !important;
}
.app-card-pending {
    /*background-color: rgba(255, 199, 44,0.12) !important;*/
}
.app-cell-fail {
    font-weight: bold;    
    color: rgba(230,30,99,1);
    padding: 8px;
    text-align: center;
}
.app-cell-running {
    font-weight: bold;    
    color: rgba(0,0,255,1);
    padding: 8px;
    text-align: center;
}
.app-cell-stopped {
    font-weight: bold;    
    color: rgba(255, 199, 44,1);
    padding: 8px;
    text-align: center;
}
.app-cell-pending {
    font-weight: bold;
    /*color: rgba(255, 199, 44,1);*/
    padding: 8px;
    text-align: center;
}
.app-cell-description {
    font-style: italic;
    padding-top: 8px;
}
.app-grid-cell-iconbutton {
    padding: 4px !important;
}