/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Mar-2015, 17:08:25
    Author     : RDAsante
*/
.songs-container{
    position: relative;
}

.song-carousel {
    background:#eee;
    position: fixed;
    bottom: 0px;
    height:30%;
}

table tr td .controls { display:none;}
table tr td .track-name{
    width:100%;
}
table tr:hover .track-name{
    /* essential */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float:left;
    width:50%
}
table tr:hover td .controls { display:inline!important; overflow:hidden;float:right!important}
table tr:hover td .controls a{
    color:#333;
    width:100%;

}

.song-art img {
    width: 150px;
    height: 150px;
}
.song-art a {
    float: left; /* Cover the whole image with anchor */
}
.song-titles {
    padding: 0px;
}
.song-title {
    font-size: 1.8em;
    word-wrap: break-word;
}

.share-box {
    border-bottom: solid 1px #000;
}

.song-title a{
    text-transform: uppercase;
    font-weight: bold;
    color:#333;   
}
.song-title a:hover{
    text-decoration: none;
}
.song-timeago {
    overflow: auto;
    float: right;
    font-size: 12px;
}
.song-author {
    font-size: 13px;
    color: #868686;
}
.song-author a {
    color: #999;
}
.song-author a:hover {
    color: #666;
}
.song-tag {
    float: right;
    font-size: 12px;
    margin-top: 4px;
}
.song-tag a {
    background: #EEE;
    color: #8A8A8A;
    border-radius: 3px;
    padding: 3px 5px;
    text-decoration: none;
}
.song-tag a:hover {
    background: #DDD;
    color: #666;
}
.song-container{
    width:100%;
    float:left;
    overflow: auto;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom:solid 1px #eee;
}

.song-container div.jp-audio div.jp-type-single div.jp-progress, .song-container div.jp-audio div.jp-type-single div.jp-time-holder, .embed-container div.jp-audio div.jp-type-single div.jp-progress, .embed-container div.jp-audio div.jp-type-single div.jp-time-holder {
    left: 0;
    width: 100%;
}
.song-container div.jp-audio, .embed-container div.jp-audio {
    width: 100%;
}
.song-container .jp-audio, .embed-container .jp-audio {
    display: block;
}
.song-container.current-song div.jp-type-single div.jp-seek-bar{
    width:100%!important;
}

.player-controls {
    padding: 0 0 10px 0px;
}
div.jp-time-holder{
    color:#333;
    font-weight: bold;
}
.song-container div.jp-audio div.jp-time-holder, .embed-container div.jp-audio div.jp-time-holder {
    top: 25px;
}
.embed-container {
    background: #FFF;
    overflow: auto;
}
.embed-container .track-likes {
    padding: 23px 0 0 0;
    margin-bottom: 0;
}
.embed-powered-by {
    overflow: auto;
    float: right;
}
.embed-powered-by a {
    color: #999;
}
.song-top {
    padding: 0px;
    min-height: 38px;
}
.song-play-btn {
    width: 35px;
    height: 35px;
    float: left;
    background: url('../img/play_btn.png') no-repeat;
    background-size: 35px;
    cursor: pointer;
    text-indent: -9999px;
    padding: 2px 0px;
    font-size: 1.3em;
    color: #555;
}
.song-artist {
    text-decoration: overline;
    font-style: italic;
    color:#DDD;
}
.song-play-btn:hover {
    background: url('../img/play_btn.png') no-repeat;
    background-size: 35px;
    opacity: 0.5;
}

.song-pause-btn{
    background: url("../img/pause_btn.png") no-repeat;
    width: 36px;
    height: 36px;
    float: left;
    background-size: 35px;
    cursor: pointer;
    text-indent: -9999px;
}
.player-controls a.jp-play,
.player-controls a.jp-pause {
    width:36px;
    height:36px;
    outline: 0;
    text-indent: -9999px;
    position: absolute;
    margin-left: -50px;
    margin-top: 15px;
}
.player-controls a.jp-pause {
    background: url("../img/pause_btn.png") no-repeat;
    background-size: 35px;
    display: none;
    opacity: 0.5;
}
.player-controls a.jp-pause:hover {
    background: url("../img/pause_btn.png") no-repeat;
    background-size: 35px;
    opacity: 0.5;
}
.player-controls div.jp-audio div.jp-progress {
    top: 15px;
}

.playlist-songs-container .song-play-btn {
    width: 26px;
    height:26px;
    background-size: 25px;

}
.playlist-songs-container .song-pause-btn{
    width: 26px;
    height:26px;
    background-size: 25px;
}

/* progress*/
.song-progress {
    height: 30px;
    width: 30px;
    margin: 1px auto;
}

.song-progress > svg {
    height: 100%;
    display: block;
}

tr.current-song {
    background: rgb(222, 212, 245);
}

.playlist-songs-container .current-song .current-play.song-play-btn{
    display:block!important;
    background: url(../img/equalizer.gif) no-repeat;
    background-position:50% 50%;
    margin-top:0px!important;
}