﻿.my-music-section-header {
    margin: 20px 0 20px 0;
    padding: 20px 0 20px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    height: auto;
}

.library-float-left {
    display: inline-block;
    float: left;
}

.library-float-right {
    display: inline-block;
    float: right;
}

.heart {
    width: 25px;
    height: 25px;
    background: url("//img.sheetmusic.direct/img/legacystructure/Global/icon_favorited-default.svg") no-repeat;
    display: inline-block;
}

.heart:hover {
    background: url("//img.sheetmusic.direct/img/legacystructure/Global/icon_favorited-hover.svg") no-repeat;
}

.no-heart {
    width: 25px;
    height: 25px;
    background: url("//img.sheetmusic.direct/img/legacystructure/Global/icon_favorite-default.svg") no-repeat;
    display: inline-block;
}

.no-heart:hover {
    background: url("//img.sheetmusic.direct/img/legacystructure/Global/icon_favorite-hover.svg") no-repeat;
}

.search-table {
    border-top-style: hidden;
}

.search-table thead th {
    background-color: #FFFFFF;
}

.search-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.table .myMusicTitle {
    color: #3E93B4;
    font-weight: bold;
}

.table .myMusicTitle a {
    color: #3E93B4;
    font-weight: bold;
}

.table .myMusicArrangement {
    color: #72777F;
}

.myMusicFormatCol {
    min-width: 120px;
    text-align: right;
}

.my-music-sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.my-music-sort label {
    margin-right: 10px;
}

.mobileSort {
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .mobileSort {
        visibility: visible;
        display: flex;
    }
    .search-listing .search-list-mobile .scoretype img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .table-responsive {
        display: none;
    }

    .is-favourite {
        margin-right: 24px;
    }

    .not-favourite {
        margin-right: 24px;
    }
}

.flexContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.middleRow {
    display: inline-flex;
    margin-bottom: 10px;
}

.mobile-icons-right {
    display: inline-flex;
    justify-content: flex-end;
}

.mobile-icons-left {
    flex:2;
}

.search-listing .search-list-mobile>ul a:nth-child(odd) {
    background-color: transparent;
}

.search-listing .search-list-mobile>ul>li {
    width: 100%;
    padding: 7px 7px 14px 0;
}

.comment-input {
    width: 80%;
    float: left;
}
comment-input-100 {
    width: 100%;
    float: left;
}

.comment-save {
    width: 10%;
    float: right;
    text-align: center;
    padding-top: 10px;
    margin-right: 20px;
}

.titleInfo {
    margin-bottom: 10px;
}

.dropbtn {
    cursor: pointer;
}

.dropbtn img {
    max-width: none;
}

    .dropdown {
        float: right;
        position: relative;
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 260px;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.22);
    right: 0;
    z-index: 1;
    list-style: none;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 6px;
}

.dropdown-content a {
    font-family: "Lato", sans-serif;
    color: #37404B;
    padding: 14px 24px;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown a:hover {
    background-color: #EEF3F5;
}


.setlist-dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 260px;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.22);
    right: 0;
    z-index: 1;
    list-style: none;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 6px;
}

.setlist-dropdown-content a {
    font-family: "Lato", sans-serif;
    color: #37404B;
    padding: 14px 24px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.setlist-dropdown a:hover {
    background-color: #EEF3F5;
}

.show-from-top {
    display: block;
    right: 100%;
    top: 10px;
}

.show-from-bottom {
    display: block;
    right: 100%;
    bottom: 10px;
}

.options-icon {
    float: left;
    padding-right: 12px;
}

.mymusic-button {
    border: 0.1vh solid #DBDBDB;
    background-color: #fff;
    color: #37404B;
    padding: 2.5% 5%;
    border-radius: 0.25rem;
    cursor: pointer;
    outline: none;
    user-select: none;
    font-size: 14px;
    font-weight: bold;
    min-width: 125px;
    transition: all .2s ease-in-out;
    font-family: "Lato",sans-serif;
    min-height: 36px;
}

.mymusic-button-orange {
    border: 0.1vh solid #f16023;
    background-color: #f16023;
    color: #fff;
    padding: 2.5% 5%;
    border-radius: 0.25rem;
    cursor: pointer;
    outline: none;
    user-select: none;
    font-size: 14px;
    font-weight: bold;
    min-width: 125px;
    transition: all .2s ease-in-out;
    font-family: "Lato",sans-serif;
    min-height: 36px;
}
.mymusic-button-orange:hover {
    background-color: #d4480d;
    border: 0.1vh solid #d4480d;
}

@media only screen and (max-width: 767px) {
    .pull-right-mobile {
        float: right;
    }
    .mymusic-button, .mymusic-button-orange {
        max-width: 48%;
    }
}

.mymusic-button:disabled {
    color: #48505931;
}

.mymusic-button:hover {
    background-color: #eaecf0;
}

/**************************
Add To Set List Dropdown
*****************************/
.add-to-setlist-dropdown {
    background: #fff;
    height: 300px;
    width: 350px;
    border: 1px solid #dfdfdf;
    margin: 0 auto;
    position: relative;
}

.set-list-button {
    padding: 12px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 50px;
    width: 100%;
    margin-top: 12px;
    background: white;
    transition: all 0.2s ease-in-out;
}
.set-list-button:hover {
    background: #F4F4F4;
    border:1px solid #A5A8AD;
}


.set-list-button a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    color: #323a45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.add-list {
    text-align: center;
    border-radius: 3px;
    width: 260px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    /**margin-top: -50px;**/
    margin-left: -130px;
}

.add-list h4{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #323a45;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 50px;
    cursor: pointer;
}

.add-list-product {
    text-align: center;
    border: 1px solid #dfdfdf;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 3px;
    width: 320px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    margin-top: -50px;
    margin-left: -160px;
}

.add-list-product h4{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #323a45;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 50px;
    cursor: pointer;
}

.create-set-list i{
    font-size: 10px;
    color: #323a45;
    border: 1px solid #444;
    padding: 2px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    line-height: 15px;
}

.mobile-set-list-icon {
    min-width: 40px;
}

.mobile-set-list-icon img {
    max-width: none;
}

td.verticalCenter {
    vertical-align: middle;
}

.add-to-set-list-from-dots-menu {
    width: 260px;
    padding-top: 0;
    padding-bottom: 0;
}

.create-set-list {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #444;
    display: flex;
    cursor: pointer;
    height: 50px;
    margin-left: 10px;
}



.create-setlist-btn {
    border: none;
    background: #E1692C;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 10px;
    cursor: pointer;
    height: 42px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.create-setlist-btn:hover {
    background: #d4480d;
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}
.all-set-lists {
    background: #F7F8FA !important;
    border-bottom: 1px solid #EEEEEE;
}


.all-set-lists ul li{
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.all-set-lists ul li a {
    text-transform: capitalize;
    text-decoration: none;
    color: #323a45;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    font-weight: 400;
}
.my-setlists {
    max-height: 120px;
    overflow: scroll;
    overflow-x: hidden;
    list-style: none;
    margin-top: -8px;
    margin-bottom: 0;
}

.outside {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.new-set-list {
    margin-top: 15px;
    margin-left: 25px;
    width: 55%;
}
.my-setlists li {
    cursor: pointer;
}

/**************************
End Add To Set List Dropdown
*****************************/

.show-results {
    float: left;
    width: 50%;
    padding-top: 10px;
    margin: 0;
    color: #6c6d6d;
}

.mobile-setlist {
    border-bottom: none !important;
}

.my-music-row:hover {
    background-color: #EEF3F5 !important;
    cursor: pointer;
}

.my-music-loading {
    margin-top: -8px;
    padding-top: 25px;
    text-align: center;
}
.mobile-set-list-is-added {
    margin-left: auto
}
.sortable-chosen {
    background-color: #E1EBEF !important;
}

.set-list-striped li:nth-child(even) {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
}
.set-list-striped li:nth-child(odd) {
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
}
.set-list-striped li:nth-child(odd):before {
    content: "";
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
    width: 5000px;
    left: -2000px;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: -1px;
}
.set-list-striped li:nth-child(odd):after {
    content: "";
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
    width: 5000px;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: -1px;
}
.set-list-striped li:nth-child(even):before {
    content: "";
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
    width: 5000px;
    left: -2000px;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: -1px;
}
.set-list-striped li:nth-child(even):after {
    content: "";
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
    width: 5000px;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: -1px;
}
.set-list-striped li:first-child {
    border-top: 1px solid rgba(165, 168, 173, 0.3);
}
.set-list-striped li:first-child:after {
    content: "";
    background-color: #f9f9f9;
    border-top: 1px solid rgba(165, 168, 173, 0.3);
    width: 5000px;
    z-index: -1;
    position: absolute;
    top: -1px;
    bottom: -1px;
}
.set-list-striped li:first-child:before {
    content: "";
    background-color: #f9f9f9;
    border-top: 1px solid rgba(165, 168, 173, 0.3);
    width: 5000px;
    z-index: -1;
    position: absolute;
    top: -1px;
    bottom: -1px;
}


.set-list-striped tr:nth-child(even) {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
}
.set-list-striped tr:nth-child(odd) {
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(165, 168, 173, 0.3);
}
.myMusicOptions {
    min-width: 50px;
    min-height: 50px;
}


a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
    outline: none;
}

.my-music-modal {
    background-color: rgb(0 0 0/0.5);
}
.my-music-modal>div {
    margin-top: 150px;
}

.my-music-divider-div {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
}

.my-music-sort-label {
    font-weight: bold;
    padding-right: 12px;
    font-size: 14px;
}

.no-user-content {
    text-align: center;
    padding-top: 30px;
    color: #323A45;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 16px;
    max-width: none;
}
.all-set-lists li:hover {
    background: #E7ECF0;
}
@media only screen and (min-width: 767px) {
    .my-music-hover:hover {
        background: #EEF3F5 !important;
        cursor: pointer;
    }
}

.my-music-hover>td>span>span>a:hover, .my-music-hover>td>span>span>a:active, .my-music-hover>td>span>span>a:focus, .my-music-hover>td>a:active, .my-music-hover>td>a:hover, .my-music-hover>td>a:focus   {
    color: #087BAB;
}

@media only screen and (max-width: 766px) {
    .mymusic-search {
        float: none;
        width: 100%;
        max-width: none;
    }
    .mymusic-search>div {
        width: 100%;
    }
    .show-results {
        float: right;
        margin-top: -40px;
        margin-right: -100px;
    }
    .format-icon {
        padding-right: 25px;
    }

    .btn-my-music-nav, .btn-my-music-nav-active {
        padding: 0.6125rem 1.625rem;
    }
    .my-music-top-nav-text {
        width: 100px;
        text-align: center;
        margin-left: -26px;
    }
}
.search-listing .search-list-mobile .action-btns-left {
    left: 0 !important;
}
.my-music-top-nav-text {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

#myModalLabel {
    color: #323a45;
}


    @media only screen and (min-width: 500px) {
        .btn-my-music-nav, .btn-my-music-nav-active {
            min-width: 125px;
            height: 40px;
            padding: 0.5rem 1rem;
        }

    }
@media only screen and (max-width: 499px) {
    .btn-my-music-nav, .btn-my-music-nav-active {
        display: inline-flex;
        justify-content: center;
    }
}
.my-music-snackbar {
    width: 300px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #FCE5B5;
    z-index: 1000;
    text-align: center;
    display: table;
    box-shadow: 0 2px 6px #9F8A8A29;
    border-radius: 4px;
}
.my-music-snackbar-text {
    text-align: center;
    color: #37404B;
    font-weight: bold;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}
.fade-enter, .fade-leave-to {
    opacity: 0
}

.swal2-cancel {
    background-color: #EFEFEF !important;
    font-weight: 400 !important;
    border-radius: .15rem !important;
    font-family: "Lato",sans-serif !important;
    font-size: 1.125rem !important;
    color: #323a45 !important;
    min-width: 140px !important;
}

.swal2-confirm {
    background-color: #f16023 !important;
    font-weight: 400 !important;
    border-radius: .15rem !important;
    font-family: "Lato",sans-serif !important;
    font-size: 1.125rem !important;
    color: white !important;
    min-width: 140px !important;
}

.swal2-title {
    color: #323a45 !important;
    font-size: 1.35em !important;
    font-weight: 400 !important;
}

.swal2-popup {
    border-radius: .3rem !important;
}
.swal2-show {
    -webkit-animation: none !important;
    animation: none !important;
}

@media only screen and (max-width: 767px) {
    .swal2-cancel, .swal2-confirm {
        min-width: 100px !important;
    }
}

.setListName {
    font-weight: bold;
}

.my-music-border-top {
    border-top: 1px solid rgba(165, 168, 173, 0.3) !important;
}
.swal2-styled:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .library-float-left {
        width: 100% !important;
    }
    .my-music-nav-wrapper {
        width: 100% !important;
        text-align: center;
        max-width: 100%;
    }
    .btn-my-music-nav, .btn-my-music-nav-active  {
        width: calc(33% - 2px) !important;
        max-width: 100%;
    }
}

.mymusic-button-orange:disabled,
.mymusic-button-orange[disabled]{
    border: 1px solid  #FCE4DC;
    background-color:  #FCE4DC;
    color: white;
}

.mymusic-button-orange:disabled:hover,
.mymusic-button-orange[disabled]:hover{
    border: 1px solid  #FCE4DC;
    background-color:  #FCE4DC;
    color: white;
    cursor: default;
}