ul {
    margin: 0px;
}

label {
    display: block;
}

#notation svg * {
    color: black !important;
}

input {
    vertical-align: middle;
}

input[type=checkbox] {
    margin-top: 7px;
}

input[type=number] {
    width: 3.5em;
}

audio {
    display: none;
    margin-right: 5px;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    width: 100%;
}

.yooplayer-sync-score-player-container {
    background-color: white;



}

#vid,
#youtube-video {
    display: none;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    width: 100%;
    max-height: 45vh;
}

.player-container #meddiv video {
    border: none;
    border-radius: 0;
    max-height: 45vh;
}

#meddiv {
    text-align: center;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;

    width: 100%;
    max-width: 1300px;

    /* Spacings */
    /* margin: 0 auto 1em auto; */
}
audio {
    background-color: rgb(22, 22, 22);
}


#crediv {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: small;
    z-index: 1;
    position: relative;
}

/* #medbts {
    position: absolute;
    left: 5px;
    font-size: small;
    visibility: hidden;
} */

#medlbl {
    display: block;
    margin-top: 5px;
}

#yvdlbl {
    display: none;
    margin-top: 5px;
}

#drplbl,
#youtube-label {
    display: inline-block;
}

#drplbl:hover,
#youtube-label:hover:hover {
    background: #aaa;
}

#speed {
    vertical-align: middle;
}

/* Zoom controls styling */
#zoom-controls, #speed-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 16px;

}

#zoom-controls p, #speed-controls p {
    margin-bottom: 0px;
}

#zoom-controls button, #speed-controls button {
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 3px;
    color: #330033;
    display: flex;
    justify-content: center;
    align-items: center;
}

#zoom-controls button:hover, #speed-controls button:hover {
    background-color: #ddd;
}

#zoom-level, #speed-level {
    font-size: 16px;
    min-width: 50px;
    text-align: center;
}

#help {
    display: none;
    background-color: #330033;
    font-size: small;
    width: 800px;
    max-width: 100%;
    border: 1px solid black;
    padding: 5px;
    color: white;
}

#help td {
    padding-left: 10px;
}

#help.showhlp {
    display: block;
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 2;
}

#helpm {
    text-align: center;
    padding: 3px;
}

#helpm:hover {
    background-color: #aaa;
    cursor: pointer;
}

#sync {
    z-index: 2;
    max-height: 100%;
    overflow-y: auto;
    background: #330033;
    max-width: 1294px;
    margin: 0 auto;
}

#sync #sync_out {
    display: none;
    background: yellow;
}

#sync_info {
    text-align: center;
}

#notation {
    overflow: auto;
    max-width: 1300px;
    margin: 0 auto;
    height: 45vh !important;
}

#notation svg {
    overflow: hidden;
    display: block;
}

/* overflow for Edge and IE-11 */
#err {
    overflow: auto;
    margin: 0px;
    height: 5%;
    background-color: #eee;
    visibility: hidden;
}

#err:hover {
    height: 50%;
    width: 100%;
    position: absolute;
    top: 50%;
}

#streep {
    position: absolute;
    background-color: #aaa;
    opacity: 0.0;
    height: 10px;
    width: 100%;
}

#abcfile,
#mediafile,
#yubfile {
    display: inline-block;
}

#countin {
    left: 40%;
    width: 1em;
    font-size: 10em;
    z-index: 2;
    color: green;
    background: none;
}

#menu {
    background-color: #330033;
    position: relative;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    max-width: 1300px;
    height: 40px;
}

#menu label,
#sync_out label {
    margin-top: 0.3em;
}

#menu label:hover,
#sync_out label:hover {
    background: #aaa;
}

#mbar:hover {
    background: #aaa;
    cursor: pointer;
}

.noheight {
    height: 0px !important;
}

.indrag {
    background: #aaa;
}

.abcimp {
    color: red;
}

.dashed {
    border-bottom: thin dashed black;
}

#rollijn {
    position: absolute;
    height: 30px;
    width: 100%;
    z-index: 1;
    top: 50%;
}

#rollijn:hover,
.rolgroen {
    cursor: row-resize;
    background: rgba(0, 255, 0, 0.3);
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 5px;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-button {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px;
    border-radius: 3px;
}

.modal-button:hover {
    background-color: #ddd;
}

/* Override medbts styles for modal */
#fileModal #medbts {
    position: static;
    visibility: visible;
    margin: 10px 0;
}

#fileModal h3 {
    margin-top: 0;
}