/* Single Post View & Popup Player */

.single-player .mejs-container, .single-player .mejs-container .mejs-controls,
.popup-player .mejs-container, .popup-player .mejs-container .mejs-controls
{
   background: #ede729 !important;
   background: rgba( 237, 231, 41, 1 ) !important;
}

.single-player .mejs-controls .mejs-play button,
.popup-player .mejs-controls .mejs-play button
{
   background:url('../images/icon_play_black.gif') no-repeat center left !important;
   background-size:14px 14px !important;
}

.single-player .mejs-controls .mejs-pause button,
.popup-player .mejs-controls .mejs-pause button
{
   background:url('../images/icon_pause_black.gif') no-repeat center left !important;
   background-size:14px 14px !important;
}

.single-player .mejs-controls .mejs-mute button,
.popup-player .mejs-controls .mejs-mute button {
   background:url('../images/icon_mute_black.gif') no-repeat center left !important;
   background-size:15px 15px !important;
}

.single-player .mejs-controls .mejs-unmute button,
.popup-player .mejs-controls .mejs-unmute button
{
   background:url('../images/icon_unmute_black.gif') no-repeat center left !important;
   background-size:15px 15px !important;
}

.single-player .mejs-container .mejs-controls .mejs-time,
.popup-player .mejs-container .mejs-controls .mejs-time
{
   color:#1d1d1b !important;
}

.single-player .mejs-controls .mejs-time-rail .mejs-time-current,
.popup-player .mejs-controls .mejs-time-rail .mejs-time-current
{
   background:#ececb8 !important;
}
.single-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.popup-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total
{
   background:#1d1d1b !important;
}

.single-player .mejs-controls .mejs-time-rail .mejs-time-total,
.single-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.popup-player .mejs-controls .mejs-time-rail .mejs-time-total,
.popup-player .mejs-controls .mejs-time-rail .mejs-time-loaded
{
   background:#fff !important;
}


/* Put play/pause button more to the right */
.single-player .mejs-container .mejs-controls .mejs-playpause-button,
.popup-player .mejs-container .mejs-controls .mejs-playpause-button {
   padding-left:3px;
   width:20px;
}


/* Nachhören - View */

.cba-playlist .mejs-container, .cba-playlist .mejs-container .mejs-controls {
   background: #222 !important;
   background: rgba( 34, 34, 34, 1 ) !important;
}

.cba-playlist .mejs-controls .mejs-play button {
   background:url('../images/icon_play_white.gif') no-repeat center left !important;
   background-size:14px 14px !important;
}

.cba-playlist .mejs-controls .mejs-pause button {
   background:url('../images/icon_pause_white.gif') no-repeat center left !important;
   background-size:14px 14px !important;
}

.cba-playlist .mejs-controls .mejs-mute button {
   background:url('../images/icon_mute_white.gif') no-repeat center left !important;
   background-size:15px 15px !important;
}

.cba-playlist .mejs-controls .mejs-unmute button {
   background:url('../images/icon_unmute_white.gif') no-repeat center left !important;
   background-size:15px 15px !important;
}

.cba-playlist .mejs-container .mejs-controls .mejs-time {
   color:#f6f6f6 !important;
}

.cba-playlist .mejs-controls .mejs-time-rail .mejs-time-current {
   background:#f6f6f6 !important;
}
.cba-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
{
   background:#706f6f !important;
}

.cba-playlist .mejs-controls .mejs-time-rail .mejs-time-total,
.cba-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded
 {
   background:#706f6f;
}