/* CSS Document */
/* -----html5 audio in $pfad_html5_audio_mp3_player z_css_all------------------------------*/
.html5_audio_outer_low,.html5_audio_outer_high {
    margin-bottom: 1em;
    margin-top: 1em;
    overflow: auto;
    text-align: left;
    /* font-family: arial, sans-serif; */
    font-size: 1em;
    line-height: 1.4em;
    color: black;
    background-color: rgba(255, 255, 255, 0);
}

.html5_audio_outer_low {
    border: 0px #9bff90 solid;
    background: #271f1f;
    border-radius: 0.3em;
    padding: 0.2em;
}

.html5_audio_outer_high {
    border: 3px #2682ff solid;
}

.html5_audio {
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    border: 0px red solid;
    box-sizing: border-box;
    width: 100%;
    /* padding-top: 1em; */
    padding: 0;
    border-radius: 0;
}

.html5_audio_headline_player_name_high, .html5_audio_headline_player_name_low, .html5_audio_headline_other_song, .html5_audio_headline_pause_low, .html5_audio_headline_pause_high, .html5_audio_headline_actual_trackname, .html5_audio_headline_shuffle_low, .html5_audio_headline_shuffle_high, .html5_audio_headline_auto_next_song_high, .html5_audio_headline_auto_next_song_low, .html5_audio_headline_auto_start_high, .html5_audio_headline_auto_start_low, .html5_audio_headline_random_start_high, .html5_audio_headline_random_start_low {
    /* border-radius: 0.4em; */
    padding: 0.3em;
    margin: 0.1em;
    text-align: center;
    border: 0px #ddd solid;
    background: rgba(255, 255, 255, 0.36);
    overflow: hidden;
    color: black;
    cursor: pointer;
    /* margin-top: 0.2em; */
    vertical-align: middle;
    display: inline-block;
    /* line-height: 14pt; */
    box-sizing: border-box;
    border-radius: 0.3em;
    /* float: left; */
}

.html5_audio_player_headline {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1em;
    width: 100%;
    display: block;
    /* line-height: 1.4em; */
    /* font-size: 10pt; */
    box-sizing: border-box;
    border-radius: 0.3em;
    margin-bottom: 1em;
    overflow: auto;
    text-align: center;
}

.html5_audio_headline_player_name_high, .html5_audio_headline_player_name_low {
    background-color: rgb(255, 251, 217);
    font-weight: bold;
    display: inline-block;
    /* min-width:12em; */
}

.html5_audio_headline_player_name_low {
    background-color: rgb(255, 255, 255);
}

.html5_audio_headline_pause_low, .html5_audio_headline_pause_high {
    /* width: 100%; */
    /* min-width: 2em; */
}

.html5_audio_headline_actual_trackname {
    background-color: rgb(255, 255, 255);
    width: auto;
    /* min-width: 10em; */
    text-align: center;
    display: block;
    border: 0px red solid;
    color: black;
    background: transparent;
    box-sizing: border-box;
}

.html5_audio_headline_other_song {
    /* width:10%; */
}

.html5_audio_headline_pause_low {
    background-color: rgb(255, 255, 255);
}

.html5_audio_headline_pause_high {
    background-color: rgb(255, 255, 255);
    color: #68bb80;
}

.html5_audio_headline_other_song {
    background-color: rgba(255, 255, 255, 0.98);
    /* width: 5em; */
    /* min-width: 2em; */
}

.html5_audio_headline_shuffle_low {
    background-color: #e0e0e0;
}

.html5_audio_headline_shuffle_high {
    background-color: #fdd6ae;
}

.html5_audio_headline_auto_next_song_low {
    background-color: #e0e0e0;
}

.html5_audio_headline_auto_next_song_high {
    background-color: #cfffb1;
}

.html5_audio_headline_auto_start_low {
    background-color: #e0e0e0;
}

.html5_audio_headline_auto_start_high {
    background-color: #b1f0ff;
}

.html5_audio_headline_random_start_low {
    background-color: #e0e0e0;
}

.html5_audio_headline_random_start_high {
    background-color: #ffb1f8;
}

.html5_audio_controls {
    background-color: rgba(236, 162, 162, 0);
    overflow: auto;
    border-bottom: 0px gray solid;
    height: auto;
    /* font-size: 1.4em; */
    width: 100%;
    display: block;
    padding: 0;
}

.html5_audio_text_play, .html5_audio_text_pause {
    font-size: 10pt;
    line-height: 1.6em;
}

.html5_audio_text_play {
    background-color: rgb(255, 251, 217);
    color: black;
    padding: 0.5em;
    padding-left: 0.5em;
    overflow: auto;
    cursor: pointer;
    border-bottom: 0px #999 solid;
    /* line-height: 1.4em; */
    box-sizing: border-box;
    margin-bottom: 1px;
}

.html5_audio_text_pause {
    background-color: rgb(241, 243, 244);
    color: black;
    padding: 0.5em;
    padding-left: 0.5em;
    overflow: auto;
    cursor: pointer;
    border-bottom: 0px #999 solid;
    /* display: block; */
    /* width: 100%; */
    margin-bottom: 1px;
    box-sizing: border-box;
}

.html5_audio_text_pause:hover {
    background-color: #f7f7f7;
}

.progress_outer {
}

.progress {
}

.audio_player_symbol_start {
    width: 1.5em;
    text-align: left;
    float: left;
}

.audio_player_symbol_pause {
    width: 1.5em;
    text-align: left;
    float: left;
}

/*.........................*/
.audio_player_symbol_startb {
    background-color: #c7c7c7;
    width: 1.5em;
    text-align: left;
    float: left;
    border-radius: 0.5em;
    margin-right: 0.5em;
    text-align: center;
    color: black;
}

.audio_player_symbol_pauseb {
    background-color: #68bb80;
    width: 1.5em;
    text-align: left;
    float: left;
    border-radius: 0.5em;
    margin-right: 0.5em;
    text-align: center;
    color: white;
    display: none;
}

.audio_player_symbol_file {
    display: table-cell;
    vertical-align: middle;
}

.audio_player_real_track {
    background-color: #ffffff;
    width: 2em;
    text-align: center;
    display: table-cell;
    float: left;
    font-weight: bold;
    border-radius: 0.4em;
    border: 1px gray solid;
    margin-right: 1em;
}

/*--------------------------------------*/
/*--------smartphone tablet-----------------------------------------------------------*/
@media screen and (max-width: 800px ) {
    .html5_audio_text_play, .html5_audio_text_pause {
        font-size: 12pt;
        line-height: 1.6em;
    }
}

