﻿/********************************************************************
 * MINI TITLES AND LABELS
 *******************************************************************/
#MusicPlayer-InfoPanel {
    position: static;
    color: white;
    width: 100%;
}
.MusicPlayer #ActionTitleMini {
    color: #ffd;
    font-size: 8px;
    text-align: left;
    padding-right: 20px;
    width: 10%;
}
.MusicPlayer #AlbumTitleMini {
    color: #0de154;
    font-size: 8px;
    margin: auto;
    width: 40%;
}
.MusicPlayer #SongTitleMini {
    color: #ffd;
    font-size: 8px;
    text-align: left;
    width: 40%;
}
.MusicPlayer #SongTimeMini {
    width: 10%;
}
.MusicPlayer #SongTimeCurrentMini,
.MusicPlayer #SongTimeTotalMini {
    color: #174d74;
    font-size: 8px;
    text-align: left;
}



/********************************************************************
 * MINI MUSIC CONTROLS
 *******************************************************************/
#MusicControlsMini {
    display: inline-block;
    border-radius: 5px;
    background-color: #23282d !important;
    border: 1px solid rgb(150, 180, 210);
    text-align: center;
    width: 40%;
    min-height: 50px;
    line-height: 50px;
    margin: 5px;
    margin-left: 10px;
}

.MusicControlMini {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 26px;
    color: rgb(150, 180, 210);
    border: 1px solid #2ff1ff;
    -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: 100px;
    margin: 12px;
    margin-left: 2%;
    margin-right: 2%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    outline: none;
    text-align: center;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}
.MusicControlMini:hover {
    background-color: #102e44;
    color: #0de154;
    border: 1px solid #2ff1ff;
    -moz-box-shadow: inset 0 0 7px #2ff1ff;
    -webkit-box-shadow: inset 0 0 7px #2ff1ff;
    box-shadow: inset 0 0 7px #2ff1ff;
}

#btnPlayerMini {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin: 9px;
    margin-left: 50px;
}
#btnMuteMini,
#btnNextMini,
#btnPrevMini,
#btnPlayPause,
#btnStopMini {
    display: inline-block;
}
#NowPlayingMini {
    display: inline-block;
    position: relative;
    left: -90px;
    top: 0px
}




/********************************************************************
 * MINI VOLUME CONTROL
 *******************************************************************/
#VolumeControlMiniStatic {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    float: left;
}
#VolumeControlMiniStatic input[type="range"] {
    display: inline-block;
    background-color: transparent;
    width: 100px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
#VolumePercentMini {
    display: inline-block;
    position: relative;
    top: -20px;
    width: 40px;
    background: transparent;
    color: #ffd;
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#VolumeSliderMini {
    display: inline-block;
    background-color: transparent;
    width: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}
#VolumeSliderMini:disabled {
    opacity: 0.25;
}
#VolumeSliderMini::-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);
}
#VolumeSliderMini:focus::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #091c2a 25%, #0de154);
}
#VolumeSliderMini::-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);
}
#VolumeSliderMini::-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;
}
#VolumeSliderMini::-ms-fill-lower {
    background: transparent;
}
#VolumeSliderMini:focus::-ms-fill-lower {
    background: transparent;
}
#VolumeSliderMini::-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);
}
#VolumeSliderMini::-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);
}
#VolumeSliderMini::-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);
}
#VolumeSliderMini:focus {
    outline: none;
}
#VolumeSliderMini:-moz-focusring {
    outline: 1px solid transparent;
    outline-offset: -1px;
}
