#audio-view {
    position: absolute;
    width: 100%;
    height: 0px;
    display: block;
}

#jp_container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.jp-gui {
    position: relative;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #868686;
    border-radius: 3px;
}

.jp-gui.jp-no-volume {}

.jp-gui ul {
    margin: 0;
    padding: 0;
}

.jp-gui ul li {
    position: relative;
    float: left;
    list-style: none;
    margin: 2px;
    padding: 4px 0;
    cursor: pointer;
}

.jp-gui ul li div {
    margin: 0 4px;
    padding: 0;
    position: relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.jp-gui li.jp-repeat,
.jp-gui li.jp-repeat-off {
    margin-left: 344px;
    visibility: hidden;
}

.jp-progress-slider {
    position: absolute;
    top: 10px;
    left: 150px;
    right: 185px;
}

.jp-progress-slider .ui-slider-handle {
    cursor: pointer;
}

.jp-volume-slider {
    position: absolute;
    top: 22px;
    left: 43px;
    right: 43px;
    height: .4em;
    background-color: #B3B3B3;
}

.jp-volume-slider .ui-slider-range {
    cursor: pointer;
}

.jp-volume-slider .ui-slider-handle {
    height: .8em;
    width: .8em;
    cursor: pointer;
}

.jp-current-time {
    position: absolute;
    top: 10px;
    left: 85px;
    font-size: 16px;
    color: #E1E1E1;
    font-family: Arial, sans-serif;
    cursor: default;
}

.jp-duration {
    position: absolute;
    top: 10px;
    right: 125px;
    font-size: 16px;
    color: #E1E1E1;
    font-family: Arial, sans-serif;
    cursor: default;
}

.ui-slider-handle {
    border-radius: 12px;
    background-color: #FFFFFF;
}

.ui-widget.ui-widget-content {
    border: 1px solid #B3B3B3;
}

.jp-progress-slider {
    border-radius: 10px;
    background-color: #B3B3B3;
}

.ui-slider-range {
    background-color: #FFFFFF;
}

.jp-gui.jp-no-volume .jp-duration {
    right: 70px;
}

.jp-clearboth {
    clear: both;
}

.speed-adjust {
    position: absolute;
    top: 6px;
    right: 50px;
    width: 24px;
    height: 24px;
    background-image: url(../images/audio/speed-adjust-off.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.speed-adjust[active='true'] {
    background-image: url(../images/audio/speed-adjust-on.svg);
}

.speed-adjust[data-selected='true'] {
    background-image: url(../images/audio/speed-adjust-on.svg);
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-image: url(../images/audio/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.close-btn[active='true'] {
    background-image: url(../images/audio/close-on.svg);
}

.sound-adjust {
    position: absolute;
    top: 7px;
    right: 85px;
    width: 24px;
    height: 24px;
    background-image: url(../images/audio/voice-max.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.sound-adjust[active='true'] {
    background-image: url(../images/audio/voice-max-on.png);
}

.sound-adjust[data-selected='true'] {
    background-image: url(../images/audio/voice-max-on.png);
}

.sound-adjust-panel {
    position: absolute;
    top: 34px;
    right: 0px;
    height: 54px;
    width: 200px;
    background-color: #868686;
    border-radius: 3px;
}

.sound-adjust-min {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/audio/voice-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.sound-adjust-max {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/audio/voice-max.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.jp-volume-slider .ui-state-active,
.jp-volume-slider .ui-widget-content .ui-state-active {
    background-color: #729FCF;
}

.speed-adjust-panel {
    position: absolute;
    top: 34px;
    right: 0px;
    height: 54px;
    width: 200px;
    font-size: 16px;
    color: #E1E1E1;
    font-family: Arial, sans-serif;
    background-color: #868686;
    border-radius: 3px;
}

.speed-adjust-value {
    position: absolute;
    top: 3px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.speed-adjust-min {
    position: absolute;
    top: 24px;
    left: 8px;
}

.speed-adjust-max {
    position: absolute;
    top: 24px;
    right: 8px;
}

.jp-speed-slider {
    position: absolute;
    top: 28px;
    left: 58px;
    right: 60px;
    height: .4em;
    background-color: #B3B3B3;
}

.jp-speed-slider .ui-slider-range {
    cursor: pointer;
}

.jp-speed-slider .ui-slider-handle {
    height: .8em;
    width: .8em;
    margin-left: -0.3em;
    cursor: pointer;
}

.jp-speed-slider .ui-state-active,
.jp-speed-slider .ui-widget-content .ui-state-active {
    background-color: #8ae234;
}

.jp-icon-play {
    background-image: url(../images/audio/play.png);
}

.jp-icon-pause {
    background-image: url(../images/audio/pause.png);
}

.jp-icon-stop {
    background-image: url(../images/audio/stop.png);
}