/*~~~~~~~~~~~~~~~~~ Fonts playericons ~~~~~~~~~~~~~~~~~*/

@font-face {
    font-family: 'player';
    src: url('/content/css/fonts/player.eot?65130687');
    src: url('/content/css/fonts/player.eot?65130687#iefix') format('embedded-opentype'), 
        url('/content/css/fonts/player.woff?65130687') format('woff'), 
        url('/content/css/fonts/player.ttf?65130687') format('truetype'), 
        url('/content/css/fonts/player.svg?65130687#player') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="playericon-"]:before,
.aec-jukebox button[class^="jp-"],
[class*=" playericon-"]:before,
.aec-jukebox button[class*=" jp-"] {
    font-family: "player" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.playericon-to-end-double:before {
    content: '\e800';
}

.playericon-to-end:before {
    content: '\e801';
}

.playericon-pause:before {
    content: '\e802';
}

.playericon-stop:before {
    content: '\e803';
}

.playericon-play:before {
    content: '\e804';
}

.playericon-play-pause:before {
    content: '\e804';
}

.playericon-to-start:before {
    content: '\e805';
}

.playericon-to-start-double:before {
    content: '\e806';
}

.playericon-fast-fw:before {
    content: '\e807';
}

.playericon-fast-bw:before {
    content: '\e808';
}

.playericon-shuffle:before {
    content: '\e809';
}

.playericon-loop:before {
    content: '\e80a';
}

.playericon-volume-up:before {
    content: '\e80b';
}

.playericon-volume-down:before {
    content: '\e80c';
}

.playericon-volume-off:before {
    content: '\e80d';
}
/*~~~~~~~~~~~~~~~~~ Playlist Player START ~~~~~~~~~~~~~~~~~~*/

.jp-audio.jp-state-playing .playericon-play-pause:before {
    content: '\e802';
}

div#aec-jukebox {
    background-color: #EEF4FC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px 10px 5px;
    width: 500px;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

div#aec-jukebox * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.jp-albuminfo-container {
    display: table-cell;
    float: left;
    height: 140px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.jp-cover {
    display: inline-block;
    float: left;
    height: 140px;
    width: 140px;
}

.jp-aec-playerinfo-control {
    background-color: #fff;
    float: left;
    height: 140px;
    padding: 0;
    width: 360px;
    overflow: hidden;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.jp-cover > img {
    height: 140px;
    width: 140px;
}

.jp-song {
    height: 62px;
}

.jp-track-title {
    color: #627185;
    font-weight: 700;
    padding-bottom: 4px;
    padding-top: 4px;
}

.jp-artist,
.jp-album-name {
    font-size: 12px;
    color: #57606d;
}

.jp-progress-holder {
    display: block;
    float: left;
    height: 14px;
    padding: 4px 10px;
}

.jp-controls-holder {
    background-color: #ccd8e8;
    display: block;
    float: left;
    height: 48px;
    padding: 10px 10px 0;
    width: 340px;
}

.jp-progress {
    background-color: #BECCE0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    float: left;
    height: 8px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 240px;
}

.jp-seek-bar.jp-seeking-bg {
    background: transparent url("/content/img/seeking.gif") repeat scroll 0 0;
}

.jp-seek-bar,
.jp-progress {
    overflow: visible;
    cursor: pointer;
}

.jp-play-bar:before {
    background-color: #055f98;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 12px;
    z-index: 50;
}

.jp-play-bar {
    background-color: #3a9bd9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 8px;
    position: relative;
    overflow: visible !important;
}

.jp-current-time {
    margin-right: 10px;
}

.jp-current-time,
.jp-duration {
    display: inline-block;
    float: left;
    line-height: 12px;
    text-align: center;
    width: 40px;
    color: #828e9f;
    font-weight: 700;
}

.jp-repeat,
.jp-shuffle {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #627185;
    cursor: pointer;
    transition: color .2s ease-in-out 0s;
    -webkit-transition: color .2s ease-in-out 0s;
    -moz-transition: color .2s ease-in-out 0s;
    -ms-transition: color .2s ease-in-out 0s;
}

.jp-repeat:hover,
.jp-shuffle:hover {
    color: #404C5C;
}

.jp-repeat {
    padding-left: 0;
}

.jp-state-looped .jp-repeat,
.jp-state-shuffled .jp-shuffle {
    color: #3a9bd9;
}

.jp-playlist {
    background-color: #ccd8e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    counter-reset: trackn;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.jp-playlist ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.jp-playlist li {
    border-top: 1px solid #eef4fc;
    transition: all .2s ease-in-out 0s;
    -moz-transition: background-color .2s ease-in-out 0s, color .2s ease-in-out 0s;
    -webkit-transition: background-color .2s ease-in-out 0s, color .2s ease-in-out 0s;
    -ms-transition: background-color .2s ease-in-out 0s, color .2s ease-in-out 0s;
}

.jp-playlist li.jp-playlist-current;
+ li {
    border-top-color: #ccd8e8;
}

.jp-playlist li:hover {
    border-top: 1px solid #becce0;
    background-color: #becce0
}

.jp-playlist li:hover + li {
    border-top-color: #becce0;
}

.jp-playlist li:before {
    background-color: #899CB7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: counter(trackn, decimal-leading-zero);
    counter-increment: trackn;
    display: inline-block;
    float: left;
    font-size: 9pt;
    margin-left: 10px;
    margin-top: 6px;
    padding: 2px 4px;
    color: #EEF4FC;
    font-weight: 700;
}

.jp-playlist li a {
    display: block;
    padding: 8px 8px 8px 40px;
    padding-left: 40px;
}

.jp-playlist li a,
.jp-playlist li a:focus,
.jp-playlist li a:active {
    border: medium none;
    color: #57606D;
    outline: 0 none;
    font-size: 12px;
    font-weight: 700;
}

.jp-playlist li.jp-playlist-current {
    background-color: #becce0;
    border-top: 1px solid #becce0;
}

.jp-playlist li.jp-playlist-current + li {
    border-top: 1px solid #becce0;
}

.jp-playlist-item {
    color: #dfe0e6;
    text-decoration: none;
}

#aec-playlist .featuredtrack-no-solution {
    background-color: #ffffcc;
    border: 1px solid #cfcf9d;
    color: #737373;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    top: 180px;
    display: none;
    width: 318px;
}

#aec-playlist .featuredtrack-no-solution > span {
    font-weight: bold;
}

div#aec-jukebox button,
div#aec-jukebox button:hover,
div#aec-jukebox button:focus,
div#aec-jukebox button:active,
{
    outline: 0 !important;
    border: 0 !important;
    cursor: pointer;
}

div#aec-jukebox button::-moz-focus-inner,
div#aec-jukebox input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.jp-controls {
    display: inline-block;
    float: left;
    height: 40px;
}

.jp-play,
.jp-stop {
    background-color: #EEF4FC;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #627185;
    height: 40px;
    text-align: center;
    width: 40px;
    cursor: pointer;
    transition: background-color .2s ease-in-out 0s;
    -webkit-transition: background-color .2s ease-in-out 0s;
    -moz-transition: background-color .2s ease-in-out 0s;
    -ms-transition: background-color .2s ease-in-out 0s;
}

.jp-previous,
.jp-next {
    background-color: #EEF4FC;
    border: medium none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #627185;
    cursor: pointer;
    transition: background-color .2s ease-in-out 0s;
    -webkit-transition: background-color .2s ease-in-out 0s;
    -moz-transition: background-color .2s ease-in-out 0s;
    -ms-transition: background-color .2s ease-in-out 0s;
}

.jp-play:hover,
.jp-stop:hover,
.jp-previous:hover,
.jp-next:hover {
    background-color: #FFF;
}

.jp-volume-controls {
    float: right;
    margin-top: 10px;
    width: 115px;
}

.jp-mute {
    float: left;
    padding: 0;
    width: 24px;
}

.jp-volume-max {
    float: left;
    width: 24px;
}

.jp-mute,
.jp-volume-max {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #627185;
    cursor: pointer;
    transition: color .2s ease-in-out 0s;
    -webkit-transition: color .2s ease-in-out 0s;
    -moz-transition: color .2s ease-in-out 0s;
    -ms-transition: color .2s ease-in-out 0s;
}

.jp-mute:hover,
.jp-volume-max:hover {
    color: #404C5C;
}

.jp-volume-bar {
    background-color: #96A6BC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    float: left;
    height: 5px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 7px;
    width: 57px;
    cursor: pointer;
}

.jp-volume-bar-value {
    background-color: #3a9bd9;
    height: 5px;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.jp-volume-bar-value:before {
    background-color: #055f98;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 9px;
    z-index: 50;
}

.jp-no-solution {
    background-color: #FFD9DD;
    border-radius: 4px;
    color: #8b0000;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
}

.jp-no-solution > span {
    font-size: 14px;
}

.jp-no-solution p {
    margin: 5px 0;
}

.jp-no-solution a {
    background: #ffffff;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ffffff 0%, #EAF4FF 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #EAF4FF));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ffffff 0%, #EAF4FF 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ffffff 0%, #EAF4FF 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ffffff 0%, #EAF4FF 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ffffff 0%, #EAF4FF 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAF4FF', GradientType=0);
    /* IE6-9 */
    
    border-color: #eceaec #ddd #c2bfbf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
}

.jp-no-solution img {
    border: 0 none !important;
    float: left;
    margin-right: 4px;
}

.jp-no-solution a > span {
    color: red;
}

.jp-no-solution > span:before {
    background-color: #8b0000;
    border-radius: 50%;
    color: #fff;
    content: "i";
    display: inline-block;
    font-size: 8pt;
    font-weight: 700;
    height: 15px;
    margin-right: 2px;
    text-align: center;
    width: 15px;
}
/*~~~~~~~~~~~~~~~~~ Playlist Player END ~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~ Track Only ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#aec-jukebox.tracksonly {
    background-color: white !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.jp-playlist.tracksonly li:before {
    background-color: transparent;
    clear: both;
    content: "";
    margin: 0;
    padding: 0;
    width: 0;
}
.jp-playlist.tracksonly {
    background-color: white;
}

.jp-playlist.tracksonly .aec-tracknum {
    background-color: white;
    border-radius: 50%;
    color: #57606d;
    display: inline-block;
    float: left;
    font-size: 9pt;
    font-weight: 700;
    padding: 0;
    text-align: center;
}

.jp-playlist.tracksonly li {
    display: block;
    padding: 8px;
    color: #57606d;
    font-size: 12px;
    font-weight: 700;
}

.jp-playlist.tracksonly li:hover {
     background-color: transparent;
     border-top: 1px solid #eef4fc;
}
.jp-playlist.tracksonly li:hover + li {
    border-top: 1px solid #eef4fc;
}