/* Light.css */

.showMoreDms
{
    /*background: url("/v2/front/img/light/plus.png") no-repeat scroll center 0 / 100% auto rgba(0, 0, 0, 0);*/
    background-image: url("/v2/front/img/light/plus.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(0, 0, 0, 0);
}

#playerContainer
{
    border-color : rgb(240,240,240);
    background-color : #fff;
}

#playerHeader
{
    background-color : rgb(240,240,240);
    /*color            : #fff;*/
}

#playerTitle #player-albumName
{
    color : rgb(46,54,64);
}

#externalLinks
{
    color : rgb(240,240,240);
}

#externalLinks a
{
    color : rgb(240,240,240);
}

#playerHome .buttonPlay
{
    /*background: url("/v2/front/img/light/play.png") no-repeat scroll center 0 / 100% auto rgba(0, 0, 0, 0);*/
    
    background-image: url("/v2/front/img/light/play.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(0, 0, 0, 0);
}

#playerContent-backgroundMask
{
    background-color   : #fff;
}

#playerFooter
{
    background-color : rgb(240,240,240);
    color            : rgb(46,54,64);
}

#playerFooter a
{
    font-weight : bold;
    color       : rgb(46,54,64);
}

.showMoreDms
{
    /*background-color : rgb(46,54,64);*/
    /*color            : rgb(240,240,240);*/
}

#playerDms
{
    background-color : rgb(240,240,240);
}

#headDmsContainer
{
    color       : rgb(46,54,64);
}

#playerNav
{
    background-color : rgb(240,240,240);
}

#playerControls .navButton
{
    color : #fff;
}

#playerControls-details
{
    color          : rgb(46,54,64);
}

#progressBar
{
    background-color : rgb(220,220,220);
}

#playTime
{
    color       : rgb(46,54,64);
}

#volumeBar
{
    background-color : rgb(220,220,220);
}

#volumeItem
{
    background-color : #fff;
}

#playerTracklist-bot
{
    background-color : #fff;
}

#playerTracklist-bot ol li:before
{
    color        : rgb(46,54,64);
}


#playerTracklist-bot ol li:nth-child(even)
{
    background-color: rgb(241, 245, 247);
}

#playerTracklist-bot ol li a
{
    color : rgb(46,54,64);
}

#playerShare-items p
{
    color : rgb(46,54,64);
}

#playerShare-bot p
{
    color : rgb(46,54,64);
}

#playerShare-widthTxt
{
    color : rgb(46,54,64);
}

#copyClipboard
{
    background-color : #fff;
    color            : rgb(46,54,64);
}

#playerShare-textarea textarea
{
    color : rgb(46,54,64);
}

#passwordLabel
{
    color : rgb(46,54,64);
}

input#submitPassword
{
    background-color: rgb(46,54,64);
    color : #FFFFFF;
}


