.redborderpadding {
    border : 1px solid red;
    padding: 5px;
}

.ui-progressbar-value {
    background      : white;
    background-image: url(/images/progress-bar-animation.gif) !important;
}

.distroProgressBar {
    height       : 20px;
    position     : relative;
    margin-bottom: 5px;
}

.distroProgressBarLabel {
    font-size   : 11px;
    width       : 100%;
    position    : absolute;
    text-align  : left;
    line-height : 20px;
    padding-left: 5px;
}

.distroProgressBarLabelRight {
    font-size    : 11px;
    position     : absolute;
    right        : 0px;
    line-height  : 20px;
    padding-right: 5px;
}

.distroProgressBarDone {
    background: #35586C;
    border    : 1px solid black;
}

.distroLabelDone {
    color      : white;
    text-shadow: none;
}

.distroProgressBarError {
    background: #D00000;
    border    : 1px solid black;
}

.distroLabelError {
    color      : white;
    text-shadow: none;
}

span.songLyricStatusList a.inactiveLink {
    display     : inline-block;
    font-weight : 300;
    color       : #5C98C5 !important;
    margin-right: 10px;
}

span.songLyricStatusList a.activeLink,
a.activeLink {
    color       : #5C98C5 !important;
    font-weight : 300;
    display     : inline-block;
    margin-right: 10px;
}

.adminBox {
    margin-top   : -12px;
    margin-bottom: 5px;
    display      : block;
}

.statusLight {
    width  : 15px;
    padding: 15px 10px 15px 15px;
}

.songFeatureLinks {
    display: inline-block;
}

@media screen and (max-width: 680px) {
    .adminBox {
        margin-top: 0px;
    }

    .songFeatureLinks {
        display: block;
        margin : 5px 0px 0px 1em
    }

    .statusLight {
        vertical-align: top;
        padding-top   : 27px;
    }

    .albumSongFeaturesLink {
        display: block !important;
        float  : left;
        clear  : left;
    }

}

.bundleFreeText {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-700);
    white-space: nowrap;
}

.bundleUltimateText {
    background-image: linear-gradient(to right, #0073C7, #17E3CB);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}