﻿body {
    padding: 0;
    margin: 0;
    background-color: #eee;
}
.dj-content {
    margin: 10px;
}
.dj-title {
    margin-bottom: 10px;
}
.dj-sub-title {
    margin-top: 8px;
    margin-bottom: 8px;
}
.dj-text {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}
.dj-shared {
    font-style: italic;
}

.dj-spacer {
    height: 180px;
    display: block;
    clear: both;
    width: 100%;
}

.player {
    display: block;
    z-index: 9999999;
    position: fixed;
    background-color: #222;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100px;
    max-height: 100px;
    bottom: 0;
    width: 100%;
}

.player-thumb {
    float: left;
    width: 100px;
    max-width: 100px;
    padding: 0;
    margin: 0;
}

.player-body {
    margin-left: 100px;
    color: #fff;
}

/* Plyr Overrides
================================================== */
.plyr--audio .plyr__controls {
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

    .plyr--audio .plyr__controls button.tab-focus:focus,
    .plyr--audio .plyr__controls button:hover,
    .plyr__play-large {
        background: black;
    }

.plyr__progress--played, .plyr__volume--display {
    color: #44BFA3;
}

.plyr__time--current {
    letter-spacing: 1px;
}

.plyr__progress--seek {
    background: #44BFA3;
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(0,0,0,.2);
}

.plyr input[type=range]::-ms-fill-lower,
.plyr input[type=range]:active::-webkit-slider-thumb,
.plyr input[type=range]:active::-moz-range-thumb,
.plyr input[type=range]:active::-ms-thumb,
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover,
.plyr__play-large,
.plyr__progress--played, .plyr__volume--display {
    background: #44BFA3 !important;
}

.plyr__time {
    width: 65px;
}

.plyr input[type=range] {
    margin-top: 19px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #44BFA3 !important;
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #44BFA3 !important;
}

.plyr input[type=range]:active::-ms-thumb {
    background: #44BFA3 !important;
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
    border-radius: 100px !important;
}

/* Title Marquee
================================================== */
.marquee {
    position: relative;
    height: 20px;
    -webkit-animation: left-marquee 20s linear infinite 2s normal;
    -moz-animation: left-marquee 20s linear infinite 2s normal;
    animation: left-marquee 20s linear infinite 2s normal;
}

@-webkit-keyframes left-marquee {
    from {
        bacgkround-position: 0 0;
    }

    to {
        background-position: -4000px 0;
    }
}

@-moz-keyframes left-marquee {
    from {
        bacgkround-position: 0 0;
    }

    to {
        background-position: -4000px 0;
    }
}

@keyframes left-marquee {
    from {
        bacgkround-position: 0 0;
    }

    to {
        background-position: -4000px 0;
    }
}

.marquee {
    height: 27px;
    width: 400px;
    overflow: hidden;
    position: relative;
}

    .marquee > .player-title {
        color: #fff;
        padding-top: 7px;
        display: block;
        width: 200%;
        height: 27px;
        position: absolute;
        overflow: hidden;
        animation: marquee 8s linear infinite;
    }

        .marquee > .player-title > span {
            float: left;
            width: 50%;
            color: white;
        }

            .marquee > .player-title > span > em,
            .marquee > .player-title > span {
                letter-spacing: 1px;
            }

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.player-spinner {
    position: absolute !important;
    margin-left: 11px !important;
    margin-top: -53px !important;
    z-index: 999999999 !important;
    font-size: 25px !important;
}

.player-spinner > svg > circle {
    stroke: white !important;
}
