﻿.modal-content {
    margin-top: 5vh;
}
.modal-body {
    width: 605px;
}


.MusicPlayer .loading {
    position: relative;
    text-align: center;
    top: 45%;
    -ms-transform: translate(0, 45%); /* IE 9 */
    -webkit-transform: translate(0, 45%); /* Safari */
    transform: translate(0, -45%);
}
.MusicPlayer .loading p {
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
    position: relative;
    -ms-transform: translate(0, 45%); /* IE 9 */
    -webkit-transform: translate(0, 45%); /* Safari */
    transform: translate(0, -45%);
}

.MusicPlayer .hidden {
    visibility: hidden !important;
}

.MusicPlayerBG {
    background-size: 100% 100%;
    background: #000d09;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    border: 2px solid #123854;
    -moz-box-shadow: inset 0 0 8px #116334;
    -webkit-box-shadow: inset 0 0 8px #116334;
    box-shadow: inset 0 0 8px #116334
}
.MusicPlayer {
    display: block;
    border-radius: 7px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 605px;
    color: #ffffdd;
    text-shadow: 2px 2px 2px #091c2a
}

.MusicPlayer #MusicPlayerHead {
    position: absolute;
    left: 15px;
    top: 5px;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    font-family: Dark11, sans-serif;
    color: #0de154
}


/********************************************************************
 * PANELS
 *******************************************************************/
.MusicPlayer #CollectionListPanel {
    position: absolute;
    left: 273px;
    top: 25px;
    height: 50px;
}
.MusicPlayer #AlbumListPanel {
    position: absolute;
    left: 273px;
    top: 75px;
    width: 320px;
    height: 140px;
}
.MusicPlayer #AlbumListPanel-Locked {
    position: absolute;
    left: 273px;
    top: 75px;
    width: 320px;
    height: 50px;
}
.MusicPlayer #SongListPanel {
    position: absolute;
    left: 273px;
    top: 225px;
    width: 320px;
    height: 200px;
}
.MusicPlayer #SongListPanel-Locked {
    position: absolute;
    left: 273px;
    top: 130px;
    width: 320px;
    height: 290px;
}
.MusicPlayer #ControlsPanel {
    position: absolute;
    left: 5px;
    top: 35px;
}
.MusicPlayer #VolumeSliderPanel {
    position: absolute;
    left: 15px;
    top: 295px;
}
.MusicPlayer #ActionTitlePanel {
    position: absolute;
    left: 70px;
    top: 340px;
    width: 200px;
    text-align: center;
}
.MusicPlayer #SongTitlePanel {
    width: 525px;
    margin-bottom: 5px;
}
.MusicPlayer #SongTimePanel {
    position: absolute;
    left: 70px;
    top: 370px;
    width: 200px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 7px;
    background-color: black;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334;
    -webkit-box-shadow: inset 0 0 8px #116334;
    box-shadow: inset 0 0 8px #116334;
}
.MusicPlayer #MusicDataPanel {
    position: absolute;
    top: 440px;
    left: 70px;
}
.MusicPlayer #TimeSliderPanel {
    margin-bottom: 10px;
}
.MusicPlayer #AudioWaveFormPanel {

}


/********************************************************************
 * WRAPPERS
 *******************************************************************/
.MusicPlayer #ControlsPanelWrapper {
    position: absolute;
    width: 260px;
    height: 260px;
    margin: 0;
    padding: 0;
    border-radius: 7px;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334;
    -webkit-box-shadow: inset 0 0 8px #116334;
    box-shadow: inset 0 0 8px #116334;
}
.MusicPlayer #ControlsPanelInner {
    position: absolute;
    width: 260px;
    height: 260px;
    margin: 0;
    padding: 0;
    border-radius: 7px;
    background-size: 100% 100%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.MusicPlayer #ControlsPanelInnerOver {
    width: 100%;
    height: 100%;
    -moz-box-shadow:    inset 0 0 75px 16px #000000;
    -webkit-box-shadow: inset 0 0 75px 16px #000000;
    box-shadow:         inset 0 0 75px 16px #000000;
}

.MusicPlayer #CollectionListPanelTitle,
.MusicPlayer #AlbumListPanelTitle,
.MusicPlayer #SongListPanelTitle {
    font-size: 10px;
    padding-left: 12px;
}
.MusicPlayer #CollectionListWrapper {
    position: relative;
    width: 320px;
    height: 40px;
}
.MusicPlayer #AlbumListWrapper {
    padding: 3px;
    width: 320px;
    height: 130px;
}
.MusicPlayer #SongListWrapper {
    padding: 3px;
    width: 320px;
    height: 120px;
}
.MusicPlayer #AlbumListWrapper,
.MusicPlayer #SongListWrapper {
    background-color: black;
    border-radius: 5px;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
}


/********************************************************************
 * CLOSE BUTTON
 *******************************************************************/
.MusicPlayer #CloseButton {
    position: absolute;
    right: -3px;
    top: -4px;
    width: 45px;
    height: 25px;
    background-image: url('../images/button_close.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 9001;
}
.MusicPlayer #CloseButtonTrigger {
    position: absolute;
    width: 45px;
    height: 25px;
    z-index: 9002;
    opacity: 0;
    background-image: url('../images/button_close_over.png') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.MusicPlayer #CloseButtonTrigger:hover {
    cursor: pointer;
    opacity: 1;
}


/********************************************************************
 * BUTTON CONTROLS
 *******************************************************************/
.MusicControls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
}
.MusicControl {
    display: inline-block;
    font-size: 14px;
    line-height: 2.3;
    background-color: rgba(29, 59, 82, 0.5);
    color: #0de154;
    border: 1px solid rgba(47, 241, 255, 0.8);
    -moz-box-shadow: inset 0 0 7px #2ff1ff;
    -webkit-box-shadow: inset 0 0 7px #2ff1ff;
    box-shadow: inset 0 0 7px #2ff1ff;
    border-radius: 10px;
    padding: 2px;
    margin: -2px;
    width: 19.1%;
    height: 40px;
    cursor: pointer;
    outline: none;
    text-align: center;
    z-index: 9000;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.MusicControl:hover {
    background-color: #102e44;
    color: #2ff1ff;
    border: 2px solid #0de154;
    -moz-box-shadow: inset 0 0 7px #0de154;
    -webkit-box-shadow: inset 0 0 7px #0de154;
    box-shadow: inset 0 0 7px #0de154;
    z-index: 9001;
}


/********************************************************************
 * SPECIFIC BUTTONS
 *******************************************************************/
#btnPlayPause {
    width: 25%;
    border-radius: 10px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
#btnPrev, #btnNext, #btnStop {
    border-radius: 0;
}
#btnRepeat {
    border-radius: 10px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#btnMute {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    border-radius: 100px;
    top: 15px;
    left: -4px;
    width: 30px;
    height: 30px;
    background-color: #102e44
}

.btnOn {
    background-color: #0de154 !important;
    color: #102e44 !important;
    border-color: #2ff1ff
}


/********************************************************************
 * VOLUME CONTROL
 *******************************************************************/
#VolumeControl {
    position: absolute;
    padding: 8px;
    width: 40px;
    height: 280px;
    text-align: center
}
#VolumeControl #VolumePercent {
    position: relative;
    left: -10px;
    width: 40px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    color: #ffd;
    font-size: 14px;
    text-align: center
}
#VolumeControl #VolumeSliderInput {
    display: inline-block;
    background-color: transparent;
    width: 200px;
    height: 200px;
    padding: 0;
    position: relative;
    left: -90px;
    top: 8px;
    -webkit-appearance: none;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
#VolumeControl #VolumeSliderInput:disabled {
    opacity: 0.25
}
#VolumeControl #VolumeSliderInput::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #091c2a 25%, #0de154);
    width: 100%;
    height: 15px;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3)
}
#VolumeControl #VolumeSliderInput:focus::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #091c2a 25%, #0de154)
}
#VolumeControl #VolumeSliderInput::-moz-range-track {
    background: linear-gradient(to right, #091c2a 25%, #0de154);
    width: 100%;
    height: 15px;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3)
}
#VolumeControl #VolumeSliderInput::-ms-track {
    background: linear-gradient(to right, #091c2a 25%, #0de154);
    width: 100%;
    height: 15px;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    color: transparent
}
#VolumeControl #VolumeSliderInput::-ms-fill-lower {
    background: transparent
}
#VolumeControl #VolumeSliderInput:focus::-ms-fill-lower {
    background: transparent
}
#VolumeControl #VolumeSliderInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -9px;
    height: 30px;
    width: 12px;
    cursor: pointer;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3)
}
#VolumeControl #VolumeSliderInput::-moz-range-thumb {
    height: 30px;
    width: 12px;
    cursor: pointer;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3)
}
#VolumeControl #VolumeSliderInput::-ms-thumb {
    height: 30px;
    width: 12px;
    cursor: pointer;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3)
}
#VolumeControl #VolumeSliderInput:focus {
    outline: none
}
#VolumeControl #VolumeSliderInput:-moz-focusring {
    outline: 1px solid transparent;
    outline-offset: -1px
}


/********************************************************************
 * TIME SLIDER
 *******************************************************************/
#TimeSlider {
    background-color: #174d74;
    border: 1px solid #2ff1ff;
    width: 525px;
    height: 9px;
    border-radius: 7px;
    z-index: 9000;
    cursor: pointer;
}
#TimeSlider-TimeBar,
#TimeSlider-PreloadBar {
    position: absolute;
    border-radius: 7px 0 0 7px;
    width: 0;
    height: 7px;
}
#TimeSlider-PreloadBar {
    background: black;
    z-index: 9000;
    opacity: 0.35;
}
#TimeSlider-TimeBar {
    background: #0de154;
    z-index: 9001;
}
#TimeSlider-TimeBar:after {
    position: absolute;
    right: -4px;
    width: 7px;
    height: 15px;
    top: -4px;
    content: '';
    border-radius: 10px;
    background-color: #0de154;
    cursor: pointer;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 9000;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#TimeSlider:hover #TimeSlider-TimeBar:after {
    opacity: 1;
    width: 15px;
    height: 15px;
    right: -7px;
}
#TimeSlider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    z-index: 9002;
}
#TimeSlider input[type=range]:hover {
    background-color: #224f71;
}


/********************************************************************
 * COLLECTION LIST
 *******************************************************************/
#CollectionList {
    list-style: none;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 3px;
    background-color: black;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px #116334, 2px 2px 2px rgba(0, 0, 0, 0.3)
}


/********************************************************************
 * ALBUM LIST
 *******************************************************************/
.MusicPlayer .AlbumSelected {
    background-color: #174d74 !important;
    border: 1px solid #0de154 !important;
    border-radius: 7px !important;
}
.MusicPlayer .AlbumSelected:hover {
    background-color: #102e44;
    cursor: pointer;
    border-radius: 7px !important;
}
.MusicPlayer .AlbumListItem {
    background-color: #091c2a;
    border: 1px solid black;
    cursor: pointer;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.MusicPlayer .AlbumListItem:hover {
    background-color: #102e44;
    cursor: pointer;
}
.MusicPlayer .AlbumListItem:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.MusicPlayer .AlbumListItem:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/********************************************************************
 * SONG LIST
 *******************************************************************/
.MusicPlayer .SongSelected {
    background-color: #174d74 !important;
    border: 1px solid #0de154 !important;
    border-radius: 7px !important;
}
.MusicPlayer .SongSelected:hover {
    background-color: #102e44;
    cursor: pointer;
    border-radius: 7px !important;
}
.MusicPlayer .SongListItem {
    background-color: #091c2a;
    border: 1px solid black;
    cursor: pointer;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
}
.MusicPlayer .SongListItem:hover {
    background-color: #102e44;
    cursor: pointer;
}
.MusicPlayer .SongListItem:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.MusicPlayer .SongListItem:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.MusicPlayer .SongListItem-Num {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    width: 8%;
}
.MusicPlayer .SongListItem-Name {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    width: 78%;
}
.MusicPlayer .SongListItem-Time {
    display: inline-block;
    font-size: 11px;
    text-align: right;
    width: 10%;
}

/********************************************************************
 * TITLES AND LABELS
 *******************************************************************/
.MusicPlayer #ActionTitle {
    font-size: 14px;
    text-align: center
}
.MusicPlayer #AlbumTitle {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    background: rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
.MusicPlayer #AlbumYear {
    display: inline-block;
    position: absolute;
    right: 75px;
    top: 10px;
    font-size: 10px;
}
.MusicPlayer #AlbumDesc {
    font-size: 10px;
    text-indent: 10px;
    height: 180px;
    line-height: 2;
    vertical-align: middle;
    padding: 15px;
    text-shadow: 3px 4px 30px rgba(0, 0, 0, 0.8);
}
.MusicPlayer .SongTitle {
    font-size: 20px;
    font-weight: bold;
}
.MusicPlayer #SongTimeCurrent {
    font-size: 26px;
    font-weight: bold;
    width: 90px;
    float: left;
}
.MusicPlayer #SongTimeTotal {
    font-size: 26px;
    font-weight: bold;
    width: 90px;
    float: right
}


/********************************************************************
 * STRIPE ANIMATION FOR TIME SLIDER WHEN PLAYING
 *******************************************************************/
@-webkit-keyframes progress-bar-stripes {
    from { background-position: 0 0; }
    to { background-position: 40px 0; }
}
.progress-bar-stripes {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
        color-stop(0.25, rgba(0, 0, 0, 0.1)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(0, 0, 0, 0.1)),
        color-stop(0.75, rgba(0, 0, 0, 0.1)),
        color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    background-image:    -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -moz-animation:    progress-bar-stripes 1s linear infinite;
    -ms-animation:     progress-bar-stripes 1s linear infinite;
    -o-animation:      progress-bar-stripes 1s linear infinite;
    animation:         progress-bar-stripes 1s linear infinite;
    -webkit-background-size: 40px 40px;
    -moz-background-size:    40px 40px;
    -o-background-size:      40px 40px;
    background-size:         40px 40px
}


/********************************************************************
 * SCROLLING SONG TITLE MARQUEE
 *******************************************************************/
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.marquee {
    position: relative;
    height: 25px;
    width: 525px;
    overflow: hidden;
}
.marquee div {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 6s linear infinite;
}
.marquee span {
    float: left;
    width: 50%;
}


/********************************************************************
 * MINI ANIMATION SHOWN WHEN SONG IS PLAYING
 *******************************************************************/
@keyframes eq-anim {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 9px;
    }
}
.eq {
    position: relative;
    top: -2px;
    height: 9px;
    margin-left: 15px;
    margin-right: 15px;
}
.eq-bar {
    position: absolute;
    background: #0de154;
    bottom: 0;
    height: 3px;
    width: 2px;
    animation: eq-anim 1s cubic-bezier(.17,.37,.43,.67) infinite alternate;
}
.eq-bar:nth-child(1) { left: 0px; animation-duration: 0.4s; }
.eq-bar:nth-child(2) { left: 3px; animation-duration: 0.2s; }
.eq-bar:nth-child(3) { left: 6px; animation-duration: 1.0s; }
.eq-bar:nth-child(4) { left: 9px; animation-duration: 0.3s; }
.eq-bar:nth-child(5) { left: 12px; animation-duration: 0.65s; }


/********************************************************************
 * AUDIO SPECTRUM WAVEFORM
 *******************************************************************/
.MusicPlayer #AudioSpectrum {
    position: absolute;
    bottom: 42px;
    width: 260px;
    height: 110px;
    background-color: transparent;
    padding-left: 3px;
    padding-right: 4px;
    padding-bottom: 0
}
.MusicPlayer #AudioWaveForm {
    width: 525px;
    height: 130px;
    background-color: #091c2a;
    border-radius: 7px;
    border: 2px solid #091c2a;
    -moz-box-shadow: inset 0 0 8px #116334;
    -webkit-box-shadow: inset 0 0 8px #116334;
    box-shadow: inset 0 0 8px #116334
}
.MusicPlayer #AudioWaveFormLoadPercent {
    position: absolute;
    float: left;
    padding: 5px;
    padding-left: 8px;
    z-index: 9001
}




/********************************************************************
 * NANO SCROLLBAR STYLING
 *******************************************************************/
.MusicPlayer .nano {

}
.MusicPlayer .nano > .nano-content {

}
.MusicPlayer .nano > .nano-pane {
    background: rgb(34, 43, 67);
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity   : 0.25;
    margin: 3px;
}
.MusicPlayer .nano > .nano-pane > .nano-slider {
    background: rgb(13, 225, 85);
    margin: 2px;
}
.MusicPlayer .nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity   : 0.99;
}

