/* Dashboard specific styles */

.progress-group {
    margin-bottom: 1rem;
}

.progress-text {
    font-weight: 600;
    font-size: 0.875rem;
}

.card-outline {
    border-top: 3px solid;
    margin-bottom: 1rem;
}

.table-sm td {
    vertical-align: middle;
}

.badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box:hover .small-box-footer {
    background-color: rgba(0,0,0,.15);
}









