body {
    overscroll-behavior-y: auto;
    overflow: hidden;
}

#body_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    padding-top: 200px;

}

.entity-setup-welcome-page-content {
    display: none;
    overflow-y: auto;
    /*height: 100px;*/
    max-height: 100px;
}

#menu_nav_top {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgb(154, 159, 163) rgb(108 117 125);
}

.pull-to-refresh {
    position: fixed;
    top: -50px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.7s ease-in-out;
}

#menu_mobile_base {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 42px;
    background-color: #444;
    z-index: 11;

    @media (min-width: 992px) {
        display: none;
    }
}

.swal2-actions {
    display: flex;
    gap: 10px;
}

.btn-menu-mobile-base-open {
    display: none;
}

.menu-mobile-base-options {
    width: 100%;
    display: block;
    border-top: #ccc 1px solid;
}

.btn-menu-mobile-base-options {
    display: none;
}

.pull-to-refresh.visible {
    top: 70px;
}

.text-info-dark {
    color: #5e5dd6;
}

.prevent-wrap {
    white-space: nowrap;
}

.navbar { 
    padding-bottom: 5px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse {
    border-top: 0;
    margin-top: 10px;
    padding-top: 10px;

    @media (max-width: 991px) {
        border-top: #aaa 1px solid;
    }
}

.title-slogan {
    @media (max-width: 991px) {
        display: none;
    }
}

.social-icons-menu-desktop {
    display: block;

    @media (max-width: 991px) {
        display: none;
    }
}

.social-icons-menu-mobile {
    display: none;

    @media (max-width: 991px) {
        display: block;
    }
}

.built-by-author-desktop {
    display: block;

    @media (max-width: 991px) {
        display: none!important;
    }
}

.built-by-author-mobile {
    display: none;

    @media (max-width: 991px) {
        display: block;
    }
}

.icon-version {
    cursor: pointer;

    filter: invert(1);

    position: absolute;
    width: 50px;
    top: 0;
    margin-top: -13px;
    margin-left: 225px;
    left: 0;

    @media (max-width: 991px) {
        top: 0;
        width: 40px;
        margin-left: -3px;
        margin-top: -10px;
    }
}

.cursor-hand {
    cursor: pointer;
}

.built-by-author-link-mobile:link, .built-by-author-link-mobile:visited, .built-by-author-link-desktop:link, .built-by-author-link-desktop:visited {
    color: rgb(205, 154, 0);
    text-decoration: none;
}

.built-by-author-link-mobile:hover {
    color: rgb(216 170 33);
}

.built-by-author-link-desktop:hover {
    color: rgb(216 170 33);
}

.btn-header-updates-mobile {
    display: none;
    position: absolute;
    top: 11px;
    right: 80px;

    @media (max-width: 991px) {
        display: inline-block;
    }
}

.btn-header-updates-desktop {
    display: none;
    /*
    visibility: visible;
    overflow-y: scroll;
    max-height: 100px;
    */

    @media (min-width: 992px) {
        display: block;
        /*
        visibility: hidden;
        max-height: 100px;
        */
    }
}

.scheduling-box-title {
    width: 100%;

    @media (max-width: 991px) {
        width: calc(100% + 20px)!important;        
    }
}

.scheduling-list-menu-ellipsis-desktop {
    display: none;

    @media (min-width: 991px) {
        display: inline;
    }
}

.scheduling-list-menu-text-view-desktop {
    display: none;

    @media (min-width: 991px) {
        display: inline;
    }
}

.scheduling-list-menu-text-view-mobile {
    display: none;

    @media (max-width: 991px) {
        display: inline;
    }
}

.scheduling-place-type {
    width: 100px;

    @media (max-width: 991px) {
        width: 66px;
    }
}

#modal_scheduling_calendar_days_container {
    display: none;
}

.scheduling-weekday-bgcolor-day {
}

.scheduling-weekday-bgcolor-odd {
    background-color: #fff;
}

.scheduling-weekday-bgcolor-even {
    background-color: #f0f0f0;
}

.scheduling-content {
    /* display: table; */
    width: 100%;
}

.scheduling-month {
    /*height: 350px;*/
    visibility: hidden;
    display: table-cell;
    padding-left: 10px;
    padding-right: 0px;
}

.scheduling-table  {
    width: 100%;
    border: 0px solid #aaa;
    border-collapse: collapse;
    background-color: #fff;
    font-family: Verdana;
    font-size: 16px;
}

.scheduling-table td {
    border:1px solid #ccc;
    min-height: 40px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-weight: 500;
}

.scheduling-table .week-day {
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
}

.scheduling-table .week-cursor-default {
    cursor: default!important;
}

.scheduling-table .week-cursor-default:hover {
    background-color: initial!important;
}

.scheduling-table .week-day:hover {
    background-color: #eee;
}

.scheduling-table .month-day {
    font-size: 20px;
    background-color: #6c757d;
    color: #fff;
    padding: 5px;
}

.scheduling-table .week-title {
    background-color: rgb(71, 71, 71);
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    height: 40px;
}

.scheduling-table .week-off {
    display: none!important;
}

.scheduling-table .week-sunday {
    display: table-cell;
}

.scheduling-table .week-monday {
    display: table-cell;
}

.scheduling-table .week-tuesday {
    display: table-cell;
}

.scheduling-table .week-wednesday {
    display: table-cell;
}

.scheduling-table .week-thursday {
    display: table-cell;
}

.scheduling-table .week-friday {
    display: table-cell;
}

.scheduling-table .week-saturday {
    display: table-cell;
}

.scheduling-table .month-day-content {
    font-size: 10px;

    @media (max-width: 991px) {
        width: 50px;
        word-break: break-word;
    }
}

.scheduling-box-button-new-desktop {
    display: block;

    @media (max-width: 991px) {
        display: none;
    }
}

.scheduling-box-button-new-mobile {
    display: none;

    @media (max-width: 991px) {
        display: block;
    }
}

.modal-scheduling-btn-label {
    display: inline-block;
    @media (max-width: 992px) {
        display: none;
    }
}














#song {
    @media (max-width: 480px) {
        padding: 5px!important;
    }
}

#modal_repertoire.form-check-input {
    width: 45px;
    height: 20px;
}

#modal_repertoire.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-repertoire-edit {
    @media (min-width: 1200px) {
        float: right !important;
    
    }
}

/*
#container_repertoire_song_list_body::-webkit-scrollbar {
    -webkit-appearance: none;
    padding-left: 5px;
    width: 15px;
    background: #fff;
}

#container_repertoire_song_list_body::-webkit-scrollbar:vertical {
    width: 12px;
}

#container_repertoire_song_list_body::-webkit-scrollbar-track {
    background: #fff;
}
   
#container_repertoire_song_list_body::-webkit-scrollbar-thumb {
    background: #0dcaf0;
    border: 1px solid #0dcaf0;
    border-radius: 8px;
}
*/

.form-check-input-lg {
    width: 30px;
    height: 30px;
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}


#modal_song_file_content {
    padding: 5px;
    color: #000;
}

#user_add_option_code_container {
    font-size: 11px;
    padding-top: 8px;

    @media (max-width: 480px) {
        font-size: 10px;
        padding-top: 0;
    }
}

/* ******************************************** */

.dmk-dropdown-label {
    background-color: #fff;
}

.dmk-dropdown-selected {
    background-color: #d1f6d1!important;
    border-color: #00D100;
    color: #005b00;
}

.dmk-dropdown-options-value {
    cursor: pointer;
    white-space: nowrap;
    background-color: #fff;
}

.dmk-dropdown-options-value:hover {
    background-color: #ccc;

}

.dmk-dropdown-overflow {
    overflow-y: scroll;
    background-color: #fff;
}

/* ******************************************** */

.container-fluid {
    @media (min-width: 1200px) {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

section.resume-section {
    @media (min-width: 1200px) {
        max-width: 913px;
    }
}

.container-left {
    width: 100%;
    max-width: 913px;
}

.container-right {
    display: none;
    @media (min-width: 1200px) {
        display: block;
        width: calc(100% - 913px);
        padding: 5px;
        background-color: #F8F9FA;
        align-items: top;
        text-align: left;
    }    
}

.container-network, .container-feed {
    position: absolute;
    overflow-y: scroll;

}

.btn-square {
    width: 45px;
    height: 42px;
    text-align: center;
    align-content: center;
}

.btn-square-sm {
    width: 32px;
    height: 32px;
    text-align: center;
    align-content: center;
    padding: 0;
}

.navbar-notification-list {
    margin-top: -40px;
    padding-top: 0;
    border: #ddd 1ox solid!important;
    text-align: center;

    @media (max-width: 991px) {
        position: absolute;
        text-align: right;
        width: 200px;
        margin-left: -158px;
        margin-top: 138px;
        padding-top: 5px;
        background-color: #fff;
        text-align: left;
        z-index: 1;
    }
}

#cifra_tom {
    font-size: 16pt;
}

#modal_song_file_content pre {
    margin-top: 10px;
}

#modal_song_file_content_box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 87px;
    background-color: #fff;
    z-index: 999999;
}

#modal_song_file_title {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin-top: 57px;
    width: 100%;
    height: 30px;
    font-size: 13pt;
    background-color: #6c757d;
    color: #fff;
    padding: 2px;
    padding-left: 5px;
    z-index: 9999999;
}

#modal_song_file_tool_box {
    display: none;
    position: fixed;
    width: 100%;
    height: 57px;
    z-index: 9999999;
    left: 0;
    top: 0;
}

.repertoire-box-title {
    width: 100%;

    @media (max-width: 991px) {
        width: calc(100% + 20px)!important;        
    }
}

.btn-repertoire-song-file-modal {
    padding: 2px;
}

.repertoire-list-icon-label {
    display: block;
    color: #ccc;
    font-size: 9pt;
    margin-top: -3px;

    @media (max-width: 991px) {
        text-align: right;
        padding: 5px;
        font-size: 11pt;
    }
}

.cifra-container {
    padding-left: 4px;
}

.slider-scroll-speed {
    -webkit-appearance: none;
    width: 400px;
    height: 8px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(90deg);
    touch-action: none;
}

.slider-scroll-speed::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%; 
background: #04AA6D;
cursor: pointer;
}

.slider-scroll-speed::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #04AA6D;
cursor: pointer;
}

.btn-page-reload {
    float: right;

    @media (min-width: 1200px) {
        display: none;
    }
}

.mobile-box-top-title {
    overflow: hidden;
    width: 240px;
    height: 46px;

    @media (min-width: 991px) {
        height: inherit;
    }
}

.flag-box-mobile {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 7px;
    margin-left: 194px;
    overflow: hidden;
    width: 50px;
    height: 46px;

    @media (min-width: 360px) {

    }

    @media (min-width: 991px) {
        display: none;
    }
}

.flag-box-desktop {
    display: none;

    @media (min-width: 991px) {
        display: block;
    }
}

.mobile-top-title-off {
    padding-left: 0;
    margin-top: 8px;

    @media (min-width: 991px) {
        padding-left: 26px;
        margin-top: -6px;
    }
}

.mobile-top-title-on {
    padding-left: 26px;
    margin-top: -6px;

    @media (min-width: 991px) {
        padding-left: 26px;
        margin-top: -6px;
    }
}

.mobile-box-top-logo {
    overflow: hidden;
    width: 100%;
    margin-top: -8px;
    margin-left: 32px;
}

.mobile-box-top-entity-logo {
    display: flex;
    align-items: center;

    @media (min-width: 991px) {
        display: none;
    }
}

#box_embed_youtube {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 300px;
    z-index: 999999999;

    @media (min-width: 992px) {
        margin-top: -60px;
        margin-left: 272px;
        width: calc(100% - 272px);
        max-width: 913px;
    }
}

#box_embed_youtube_minimized {
    display: none;
    position: fixed;
    right: 65px;
    top: 1px;
    z-index: 999999999;

    @media (min-width: 992px) {
        top: -1px;
        left: 0;
        right: auto;
        margin-left: 272px;
        max-width: 913px;
    }
}

.box-repertoire-list-menu {
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 0;
    width: 110px;
    margin-top: 40px;
    margin-right: 2px;

    @media (min-width: 540px) {
        width: 200px;
    }

}

.box-repertoire-list-menu-mobile {
    display: block;
    float: right;
    /*margin-top: -20px;*/

    @media (min-width: 540px) {
        display: none;
    }
}

.box-repertoire-list-menu-mobile-shortcut {
    visibility: visible;

    @media (min-width: 540px) {
        visibility: hidden;
        display: none;
    }
}

.box-song-list-menu-desktop {
    display: none;

    @media (min-width: 540px) {
        display: inline-block;
        margin-left: -10px;
    }
}

.box-repertoire-list-menu-desktop {
    display: none;

    @media (min-width: 540px) {
        display: inline-block;
    }
}

.song-list-row {
    min-height: 100px;

    @media (min-width: 540px) {
        min-height: 140px;
    }

    @media (min-width: 768px) {
        min-height: 100px;
    }
}

.song-list-col-content {
    display: inline-block;
}

.song-list-col-menu {
    display: inline-block;
    vertical-align: top;

    @media (min-width: 540px) {
        float: right;
        padding-top: 10px;
    }
}

.song-list-menu-box {
    margin-top: 0px;

    @media (min-width: 992px) {
        margin-top: 0px;
    }
}

.box-song-list-menu-mobile {
    display: block;
    position: absolute;
    margin-top: 12px;
    margin-left: -3px;

    @media (min-width: 540px) {
        display: none;
    }
}

.song-list-score-graph {
    position: relative;
    margin-right: -8px;
    float: right;
    width: 5px;
    height: 88px;

    @media (min-width: 1024px) {
        margin-top: -5px;
        margin-right: -5px;
        text-align: left;
    }

    @media (min-width: 1200px) {
        text-align: left;
    }
}

.song-list-score-min {
    position: absolute;
    margin-left: -30px;
    margin-top: -18px;
    color: #aaa;
    font-size: 8pt;

    @media (min-width: 1024px) {
        margin-left: 10px;
        margin-top: 0px;
        /*
        margin-top: -15px;
        margin-right: 60px;
        text-align: left;
        */
    }

    @media (min-width: 1200px) {
        /*
        margin-right: 60px;
        text-align: left;
        */
    }
}

.song-list-score-min div {
    @media (min-width: 1200px) {
    }
}

.song-tone-original-desktop {
    display: none;
    opacity: 0.3;
    background-size: 100%;

    @media (min-width: 991px) {
        display: block;
    }
}

.song-tone-original-desktop-text {
    width: 30px;
    height: 30px;
    text-align: center;
    transform: rotate(-8deg);
    font-size: 14px;
    font-weight: bold;
}

.btn-song-list-link {
    position: absolute;
    width: 56px;
    text-align: center;
    margin-top: 62px;
    margin-left: -8px;

    @media (min-width: 992px) {
        position: absolute;
        text-align: center;
        margin-top: 42px;
        margin-left: 0px;
    }
}

.btn-song-list-link a {
    height: 36px;
    padding: 2px;
    margin-top: -2px;

    @media (min-width: 992px) {
        height: 42px;
        padding: 4px;
        margin-top: 0;
    }
}

.song-list-icon-label {
    @media (min-width: 992px) {
        display: block;
        color: #ccc;
        text-align: center;
        padding: 1px;
        font-size: 11pt;
    }
}

#container_user_list .user-list-picture {
    display: inline;
    width: 38px;

    @media (min-width: 992px) {
        width: 64px;
    }
}

.btn-song-favorite-desktop {
    display: none;

    @media (min-width: 992px) {
        display: initial;
    }
}

.btn-user-filter-name, .btn-song-filter-name {
    padding: 2px;
    cursor: pointer;
}

.btn-user-filter-name:nth-of-type(odd), .btn-song-filter-name:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.btn-user-filter-name:nth-of-type(even), .btn-song-filter-name:nth-of-type(even) {
    background-color: #fff;
}

.btn-user-filter-name:hover, .btn-song-filter-name:hover {
    background-color: #ccc;
}

.btn-user-filter-active, .btn-song-filter-active {
    background-color: #0dcaf0!important;
    color: #fff;
}

.navbar-user-list-box {
    margin-top: -5px;
}

.navbar-user-list {
    width: 230px;
    margin-top: -40px;
    padding-top: 0;
    border: #ddd 1ox solid!important;
    text-align: center;
    font-size: 16px;

    @media (max-width: 991px) {
        font-size: 18px;
        position: absolute;
        text-align: right;
        width: 120px;
        margin-left: -120px!important;
        margin-top: 128px!important;
        padding-top: 5px;
        background-color: #fff;
        text-align: left;
        z-index: 1;
    }
}