#LeftContainer {
    top: 56px;
    width: 100%;
    height: calc(100% - 56px);
}

.MM_right-side {
    width: calc(75% - 8px);
}

.MM_left-side {
    width: calc(25% - 8px);
}

#btnDelete, #TonalityContainer, #sTonalityContainer, .btnTags, .edit, .fa-times, #ScoreContainer {
    display: none !important;
}

.lang {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    border: none;
    top: 26px;
    cursor: pointer;
}

    .lang div {
        border: none;
    }

.MMTitleWrap {
    margin-bottom: 0;
}

#Loading {
    color: #ffffff;
    display: block;
    position: absolute;
    left: 4%;
}

#MediaPlayerContainer {
    margin: 0;
}

@media screen and (max-width: 768px) {
    #Loading {
        left: 15%;
        top: -10px;
    }
}


.Skin_Color {
    background-color: #8c5d19;
    color: #ffffff !important;
}

.Skin_ForeColor {
    color: #ffffff !important;
}

.Skin_BackgroundColor {
    background-color: #8c5d19 !important;
}
