﻿.player
{

}

.jp-audio .jp-no-solution {
    display:none;
}

.player > .button,
.player > .voortgang,
.player > .tijd
{
    display: inline-block;
    vertical-align: middle;
}

.player > .button
{
    position: relative;
    width: 30px;
    height: 30px;
    background: #FFDD22;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

}

.player > .button::before
{
    position: absolute;
    content: '';
    background: url(../images/play.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
}

.player > .voortgang
{
    margin: 0 20px;
    position: relative;
    width: 300px;
    background: #D8D8D8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 16px;
    overflow: hidden;
}

.player > .voortgang .huidig
{
    position: relative;
    background: #92C9FC;
    height: 100%;
}

.player > .voortgang .huidig::before
{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0061BB;
    top: 0px;
    right: -8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.player > .tijd
{
    font-size: 16px;
}

.audiofragment-icoon button.jp-play
{
    background: url(/NT2Link/Resources/images/ic-audiofragment.png) 50% 50% no-repeat;
    text-indent: -9999em;
    border: 0;
    width: 21px;
    height: 21px;
    cursor:pointer;
}

.jp-state-playing .audiofragment-icoon button.jp-play
{
    display: none;
}

.audiofragment-icoon button.jp-stop
{
    background: url(/NT2Link/Resources/images/ic-audiofragment-playing.png) 50% 50% no-repeat;
    text-indent: -9999em;
    border: 0;
    width: 21px;
    height: 21px;
    display: none;
    cursor:pointer;
}

.jp-state-playing .audiofragment-icoon button.jp-stop
{
    display: inline-block;
}

.audiofragment-player .jp-controls,
.audiofragment-player .jp-progress,
.audiofragment-player .jp-progress .jp-seek-bar,
.audiofragment-player .jp-progress2,
.audiofragment-player .jp-progress2 .jp-seek-bar2,
.audiofragment-player .jp-current-time
{
    display: inline-block;
    vertical-align: middle;
}

.audiofragment-player .jp-controls button
{
    position: relative;
    width: 30px;
    height: 30px;
    background: #FFDD22;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    text-indent: -9999em;
    cursor: pointer;
}

.audiofragment-player .jp-controls button.jp-stop
{
    /*display: none;*/
}

.jp-state-playing .audiofragment-player .jp-controls button.jp-stop
{
    display: inline-block;
}

.jp-state-playing .audiofragment-player .jp-controls button.jp-play
{
    display: none;
}

.audiofragment-player .jp-controls button.jp-play::before
{
    position: absolute;
    content: '';
    background: url(../images/play.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
}

.audiofragment-player .jp-controls button.jp-stop::before
{
    position: absolute;
    content: '';
    display: block;
    background: #000;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.audiofragment-player .jp-controls button.jp-pause::before,
.audiofragment-player .jp-controls button.jp-pause::after
{
    position: absolute;
    content: '';
    display: block;
    background: #000;
    width: 3px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.audiofragment-player .jp-controls button.jp-pause::after
{
    margin-left: 2px;
}

.audiofragment-player .jp-progress .jp-seek-bar,
.audiofragment-player .jp-progress2 .jp-seek-bar2 {
    padding: 0 8px;
    margin: 0 20px;
    position: relative;
    width: 300px !important;
    background: #D8D8D8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 16px;
    overflow: hidden;
}

@media screen and (max-width: 1100px)
{
    .audiofragment-player .jp-progress .jp-seek-bar,
    .audiofragment-player .jp-progress2 .jp-seek-bar2
    {
        width: 250px !important;
    }
}

@media screen and (max-width: 1050px)
{
    .audiofragment-player .jp-progress .jp-seek-bar,
    .audiofragment-player .jp-progress2 .jp-seek-bar2
    {
        width: 150px !important;
    }
}

.audiofragment-player .jp-progress .jp-seek-bar .jp-play-bar,
.audiofragment-player .jp-progress2 .jp-seek-bar2 .jp-play-bar2
{
    width: 0%;
    position: relative;
    background: #92C9FC;
    height: 100%;
    overflow: visible !important;
}

.audiofragment-player .jp-progress2 .jp-seek-bar2 .jp-play-bar2
{
    -moz-transition: width linear 0.45s;
    -o-transition: width linear 0.45s;
    -webkit-transition: width linear 0.45s;
    transition: width linear 0.45s;
}

.audiofragment-player .jp-progress2 .jp-seek-bar2.slepend .jp-play-bar2
{
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.audiofragment-player .jp-progress .jp-seek-bar .jp-play-bar::before,
.audiofragment-player .jp-progress2 .jp-seek-bar2 .jp-play-bar2::before
{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0061BB;
    top: 0px;
    right: -8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}

    .audiofragment-player .jp-progress .jp-seek-bar .jp-play-bar::after,
    .audiofragment-player .jp-progress2 .jp-seek-bar2 .jp-play-bar2::after {
        position: absolute;
        left: -8px;
        background: #92c9fc;
        width: 16px;
        height: 16px;
        content: ' ';
        border-radius: 20px;
        z-index: 1;
    }

    .audiofragment-player .jp-current-time {
        font-size: 16px;
    }

.onderdeel-nieuwewoorden td img
{
    display: none;
}

.jp-controls-holder {
    display: inline-block;
}

/*recorder*/
.recorder{margin-left: 20px;}
.recorder.zichtbaar {display: inline-block;}
.recorder.onzichtbaar {display: none;}
.recorder button
{
    position: relative;
    width: 30px;
    height: 30px;
    background: #FFDD22;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    text-indent: -9999em;
    cursor: pointer;
}

.recorder button.opnemen::before
{
    content: '\e024';
    font-family: nt2link-iconen;
    display: inline-block;
    color: #000;
    position: absolute;
    top: 9px;
    left: 7px;
    line-height: 10px;
    font-size: 18px;
    text-indent: 0;
}

.recorder button.opnemen.bezig::before
{
    content: '';
    display: block;
    background: #000;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.recorder button.opnemen.uit
{
    background: #d2d2d2;
}

.recorder button.stoppen::before
{
    position: absolute;
    content: '';
    display: block;
    background: #000;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.recorder button.stoppen.opname
{
    background: #f61616;
}

.recorder button.afspelen,
.recorder button.stoppen
{
    display: none;
}

.heeftopname .recorder button.afspelen,
.heeftopname .recorder button.stoppen
{
    display: inline-block;
}

.recorder button.afspelen::before
{
    position: absolute;
    content: '';
    background: url(../images/play.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
}

.recorder button.afspelen.bezig::before,
.recorder button.afspelen.bezig::after
{
    position: absolute;
    content: '';
    display: block;
    background: #000;
    width: 3px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.recorder button.afspelen.bezig::after
{
    margin-left: 2px;
}

.recorder button.afspelen.uit
{
    background: #d2d2d2;
}

span.audiofragment
{
    margin-right: 10px;
    width: 27px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}

    span.audiofragment .transparantePixel {
        position:absolute; 
    }

span.audiofragment[data-groot="true"]
{
    width: auto;
    display: block;
    margin-top: 8px;
}

.html5audioplayer {
    display:none !important;
}
