/* 
    Document   : style_audio_player_nc_new
    Created on : Jul 14, 2014, 10:46:57 AM
    Author     : snatch-pc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.player_ncs_ft {
    display: block;
    height: 48px;
    width: 100%;
}

#jp_container {

    z-index:1000;

    display: block;
    height: 48px;
    width: 100%;
    position: fixed;
    /*	position: absolute;*/
    bottom: 0px;
    left: 0px;
    /*        bottom: -48px;*/
    /*	-webkit-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
            -moz-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
            -o-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
            box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);*/
    border-top: 1px solid #c2cbd4;
    border-bottom: 1px solid #283541;

    background: #939eaa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(174, 185, 196, .9)), to(rgba(110, 124, 140, .9)), color-stop(.5, rgba(152, 164, 176, .9)),color-stop(.501, rgba(132, 145, 159, .9)));
    background: -moz-linear-gradient(top, rgba(174, 185, 196, .9), rgba(152, 164, 176, .9) 50%, rgba(132, 145, 159, .9) 50.1%, rgba(110, 124, 140, .9));
    background: linear-gradient(top, rgba(174, 185, 196, .9), rgba(152, 164, 176, .9) 50%, rgba(132, 145, 159, .9) 50.1%, rgba(110, 124, 140, .9));


    /*        background: #939eaa;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(174, 185, 196, 1)), to(rgba(110, 124, 140, 1)), color-stop(.5, rgba(152, 164, 176, 1)),color-stop(.501, rgba(132, 145, 159, 1)));
            background: -moz-linear-gradient(top, rgba(174, 185, 196, 1), rgba(152, 164, 176, 1) 50%, rgba(132, 145, 159, 1) 50.1%, rgba(110, 124, 140, 1));
            background: linear-gradient(top, rgba(174, 185, 196, 1), rgba(152, 164, 176, 1) 50%, rgba(132, 145, 159, 1) 50.1%, rgba(110, 124, 140, 1));*/

    /*        background: url(../images/bgPlayer.png) repeat 0px 0;*/

    /*        background-color: #111;
            background-image: linear-gradient(#ccc, #222 50%, #444 10%, #fff);*/
    /*        background-image: linear-gradient(#ccc, #222 50%, #000 10%, #444);*/

    cursor: default;
}



a.jp-pl-play,
a.jp-pl-pause{
    width:44px;
    height:44px;
    display: inline-block;
    margin-top: 2px;
    margin-left: 0px;
}


.jp-pl-play{
    background: url("../images/Play.png") no-repeat;
    background-size: 44px 44px;
}
.jp-pl-pause{
    background: url("../images/Puase.png") no-repeat;
    background-size: 44px 44px;
}

.jp-current-time {
    
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 48px;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 0 #546374;
    top: 0;
}

.track-name{
    line-height: 18px;
/*    position: absolute;*/
    top: 0px;
    /*    left: 50px;*/
    left: 10%;
    /*    width: 100%;*/

/*    width: 250px;*/
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #546374;

    white-space:nowrap; 
    /*    width:auto; */
    overflow:hidden; 
    /*    border:0px solid #000000;*/
    text-overflow:ellipsis;
}

#track_image_ncs{
    /*    line-height: 50px;*/
    position: absolute;
    top: 3px;
    /*    left: 50px;*/
    left: 5%;
    /*    text-align: center;*/
    /*    vertical-align: middle;*/
}

#track_image_ncs:hover{
    top: -30px;
    transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -webkit-transform: scale(2.5, 2.5);
}
/*#wrapper #timeleft {
        right: 40px;
}*/

#gutter .ui-slider-range {
    /*    background: #f00;*/
    /*    background: #00ff00;*/
    /*    background: #0000ff;*/

    /*    background-color:#ff0000;*/
    /*    position: absolute;
            z-index: 2;
            width: 25px;
            height: 25px;
            cursor: pointer;
            background: url('../images/handle.png') no-repeat 50% 50%;
            font-weight: bold;
            color: #F00;
            outline: none;
            top: -50px;
            background: #00ff00;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#0000ff));
            background: -moz-linear-gradient(top, #ff0000, #0000ff);
            background: linear-gradient(top, #ff0000, #0000ff);
            margin-left: -12px;*/
}

#gutter {
    position: absolute;
    top: 29px;
    /*	left: 50px;
            right: 50px;*/

    left: 10%;
    right: 50px;

    height: 6px;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #546374;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#242f3b), to(#516070));
    background: -moz-linear-gradient(top, #242f3b, #516070);
    background: linear-gradient(top, #242f3b, #516070);
    -webkit-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
    -moz-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
    -o-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
    box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
}

/*#wrapper #gutter {
        right: 90px;
}*/

#loading_ncs {
    background: #fff;
    background: #939eaa;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef1), to(#c7cfd8));
    background: -moz-linear-gradient(top, #eaeef1, #c7cfd8);
    background: linear-gradient(top, #eaeef1, #c7cfd8);
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    -o-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    min-width: 6px;
    height: 6px;
}

#handle_ncs {
    position: absolute;
    top: -10px;
    left: 0;
    width: 25px;
    height: 25px;
    /*	margin-left: -10px;*/
    /*	background: url(./images/player.png) no-repeat -65px -5px;*/
    background: url(../images/handle.png) no-repeat 0px 0px;
    cursor: pointer;

    border: 0;

}

#table_playlist_winamp tr:hover{
    background-color: #c7cfd8;
}
#table_playlist_winamp tr:active{
    background-color: #009CFE;
}



.ui-slider .ui-slider-handle {
    cursor: pointer;
    height: 0.8em;
    position: absolute;
    width: 0.8em;
    z-index: 2;
}
.ui-slider-horizontal {
    height: 0.4em;
}


/* @end */
