.rsbtn {
    margin-top: 10px;
}
.rsbtn .rsbtn_exp .rsbtn_exp_inner {
    background-color: transparent;
    border: none;
}
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
    border-left: none;
}
.rsbtn.has-seekbar .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item.rsbtn_stop {
    border-right: none;
}
#rsmpl_container .rs-player-loadindicator,
.rsbtn .rs-player-loadindicator {
    top: 43px;
    background-color: #cdcdcd;
}
#rsmpl_container .rs-player-loadindicator .rsbtn-loading,
.rsbtn .rs-player-loadindicator .rsbtn-loading {
    background-color: #1973b8;
}

.rsbtn span {
    color: #000 !important;
}
.rs_addtools .rsbtn_tooltoggle:active,
.rsbtn .rsbtn_tooltoggle:active,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:active,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus {
    background-color: transparent !important;
}
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover {
    background-color: transparent;
    opacity: 0.75;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container {
    margin-block: 5px;
    display: block;
}

.rsbtn .rs-slider-label {
    background-color: white;
    color: #000;
    box-shadow: none;
}

.rsbtn input.rs-slider[type='range'] {
    overflow: hidden;
    -webkit-appearance: none !important;
    appearance: none;
}

.rsbtn input.rs-slider[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    color: lightgrey;
    margin-top: -1px;
}
input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #000;
    box-shadow: -80px 0 0 80px #43e5f7;
}

/**/
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
        overflow: hidden;
        width: 80px;
        -webkit-appearance: none !important;
        appearance: none;
        background-color: transparent;
        border: 1px solid black;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        appearance: none;
        color: #13bba4;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        appearance: none;
        height: 10px;
        cursor: ew-resize;
        background: #000;
        box-shadow: -80px 0 0 80px #43e5f7;
    }
}
.rsbtn .rs-slider.horizontal {
    -webkit-appearance: none;
}
/** FF*/
input[type='range']::-moz-range-progress {
    background-color: #43e5f7;
}
input[type='range']::-moz-range-track {
    background-color: #9a905d;
}
/* IE*/
input[type='range']::-ms-fill-lower {
    background-color: #43e5f7;
}
input[type='range']::-ms-fill-upper {
    background-color: #9a905d;
}

/**/

/* .rsbtn_colorskin a,
.rsbtn_colorskin span {
    position: relative;
    text-decoration: none;
	display:block;
}

.rsbtn_colorskin .rsbtn_left .rsbtn_text span,
.rsbtn_colorskin .rspart .rsbtn_btnlabel {
    display: none;
}

.rsbtn_colorskin .rsimg {
    background: url(ReadSpeakerColorSkin.png) no-repeat;
}

.rsbtn_colorskin .rspart {
    float: left;
    margin-left: 2px;
}

.rsbtn_colorskin .rsdefloat {
    clear: both;
}

.rsbtn_colorskin .rspart.rsbutton {
    padding-left: 0;
    background-color: #000;
    width: 18px;
    height: 18px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.rsbtn_colorskin .rspart.rsbutton:hover {
    background-color: #ccc;
}

.rsbtn_colorskin .rsbtn_box {
    margin: 1px;
}

.rsbtn_colorskin .rsbtn_left .rsbtn_text {
    background: url(ico-mic.png) no-repeat;
    padding-left: 20px;
    height: 20px;
    color: #000;
}

.rsbtn_colorskin.rspopup .rsbtn_left .rsbtn_text {
    background: url(icon-mic.png) no-repeat;
}

.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
    background: 0 0;
    float: none;
    display: none;
}

.rsbtn_colorskin.rsexpanded .rsbtn_exp.rsimg {
    display: block;
    margin-top: 4px;
    height: 22px;
}

.rsbtn_colorskin .rsbtn_pause {
    background-position: -18px -18px;
}

.rsbtn_colorskin.rspaused .rsbtn_pause,
.rsbtn_colorskin.rsstopped .rsbtn_pause {
    background-position: -18px 0px;
}

.rsbtn_colorskin .rsbtn_stop {
    background-position: -18px -36px;
}

.rsbtn_colorskin .rsbtn_progress_container {
    border: 1px solid #000;
    width: 50px;
    height: 10px;
    margin-top: 3px;
    margin-left: 4px;
    background-image: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rsbtn_colorskin .rsbtn_progress_handle.rsimg {
    position: absolute;
    background-color: #000;
    top: -3px;
    left: -3px;
    width: 6px;
    height: 16px;
    background-image: none;
}

.rsbtn_colorskin .rsbtn_progress_played {
    position: absolute;
    height: 100%;
    background-color: #ccc;
    background-image: none;
}

.rsbtn_colorskin .rsbtn_volume {
    margin-left: 4px;
    background-position: -18px -54px;
}

.rsbtn_colorskin .rsbtn_volume_container {
    position: absolute;
    display: none;
    width: 18px;
    height: 40px;
    border: 1px solid #000;
    background: #fff;
    right: 41px;
    bottom: 23px;
    padding-top: 1px;
}

.rsbtn_colorskin .rsbtn_volume_slider {
    width: 6px;
    height: 30px;
    margin: 5px;
    background: #ccc;
}

.rsbtn_colorskin .rsbtn_volume_handle.rsimg {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 12px;
    height: 6px;
    background: #000;
}

.rsbtn_colorskin .rsbtn_dl {
    background-position: -18px -72px;
}

.rsbtn_colorskin .rsbtn_settings {
    display: none;
    background-position: -18px -90px;
}

.rsbtn_colorskin .rsbtn_closer {
    margin-left: 2px;
    background-position: -18px -108px;
}

.rsbtn_colorskin.rspopup {
    position: absolute;
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 5px #777;
    display: none;
}

.rsbtn_colorskin.rspopup.rscompact {
    opacity: 0;
}

.rsbtn_exp.rsimg.rspart span.rsbtn_status_overlay {
    position: absolute;
    z-index: 140;
    top: 1px;
    width: auto;
    height: auto;
    background: #eee;
    opacity: .9;
    left: auto;
}

.rsbtn_colorskin.rsfloating { display: block; } */
