/* navigation bar Height for devices larger XL */
@media (min-width: 1140px) {    
    body .d-xl-none {
        display:none;
    }
}


/* navigation bar Height for devices larger LG */
@media (min-width: 992px) {
    #intro {
      margin-top: -58.59px;
    }    
    body .d-lg-none {
        display:none;
    }
}



/* very small screen : when only burger menu XS only */
@media (max-width: 575.98px) {
    
    .artistRow .colImg {
        padding-left:3px;
    }
    
    body .hide-xs {
        display:none;
    }
    body #browsingPage h1,
    body #browsingPage h1 span {
        font-size:1.3rem !important;
        
    }
    #browsingPage h1 span.authorh1 {
        font-size:1.1rem !important;
        display:block;
    }
    body #browsingPage h2,
    body #browsingPage h2 span {
        font-size:1.1rem !important;
    }
    body div, body span, body a, body p {
        font-size:0.98rem !important;
    }
    body .rowBreadcrumb a, body .rowBreadcrumb span,
    body .rowBreadcrumbFooter a, body .rowBreadcrumbFooter span  {
        font-size:0.8rem !important;
    }
    body #browsingPage .colArtistPagePhoto {
        width: 130px !important;
        max-width: 130px !important;
    }    
    body #homePage .colArtistPagePhoto .artistlist-photo,
    body #browsingPage .colArtistPagePhoto .artistlist-photo {
        width: 120px !important;
        height: 120px !important;
    }
    body .colArtistDescription div.textContent.collapsed {
        max-height: 144px !important;
    }

    body #browsingPage .suggestedArtistRowContainer {
        margin-top:20px;
    }
    body #browsingPage .suggestedArtistRowContainer h3
    {
        text-align:center;
    }
    body #browsingPage .suggestedArtistRow {
        text-align:center;
    }
}

/* SM only */
@media (min-width: 576px) and (max-width: 767.98px) {
    body .hide-sm {
        display:none;
    }
    #browsingPage h1 span.authorh1 {        
        display:block;
    }
    body #browsingPage .suggestedArtistRowContainer {
        margin-top:20px;
    }
    body #browsingPage .songPage .suggestedArtistRowContainer h3
    {
        text-align:center;
    }
    body #browsingPage .songPage .suggestedArtistRow {
        text-align:center;
    }
}
/* MD only */
@media (min-width: 768px) and (max-width: 991.98px) {
    body .hide-md {
        display:none;
    }
}
/* LG only */
@media (min-width: 992px) and (max-width: 1139.98px) {
    body .hide-lg {
        display:none;
    }
}
/* XL only */
@media (min-width: 1140px) {
    body .hide-xl {
        display:none;
    }
}



/* small screen : when only burger menu SM*/
@media (max-width: 768px) {
 
    div,span,a,p{
        font-size:1rem !important;    
    }
    .smallText {
        font-size:0.6rem !important;    
    }
    #homePage .colArtistPagePhoto,
    #browsingPage .colArtistPagePhoto {
        width: 190px  !important;
        max-width: 190px  !important;
    }    
    #homePage .colArtistPagePhoto .artistlist-photo,
    #browsingPage .colArtistPagePhoto .artistlist-photo {
        width: 180px !important;
        height: 180px  !important;
        border-radius:10px;        
    }
    .colArtistDescription div.textContent.collapsed {
        max-height:174px !important;        
    }
    
    
    .navbar {
        background: linear-gradient(
            45deg,
            rgba(29, 31, 35, 0.7),
            rgba(47, 71, 152, 0.7) 100%
        ) !important;
    }
    body.instrumenteuphonium .navbar {
        background: linear-gradient(
            45deg,
            rgba(29, 31, 35, 0.7),
            rgba(152, 47, 47, 0.7) 100%
        ) !important;
    }
    .navBarSmall {
        display:block;
    }
    .navBarLarge {
        display:none;
    }
}
/* bigger screen : with menu visible*/
@media (min-width: 744px) {
    
    .navBarSmall {
        display:none;
    }
    .navBarLarge {
        display:block;
    }
}

#headerSmallScreenSearchDiv input,
#headerSmallScreenSearchDiv label,
#headerSmallScreenSearchDiv i.fa-search.trailing {
    color: #FFFFFF;

}

body .select2-selection,
body .select2-selection__arrow {
    height: 77px !important;
    padding-top: 26px;
}

body .select2-container--default .select2-results>.select2-results__options {
    max-height: inherit;;
}
.bgEasy {
    background-color: green;
}
.bgAvg {
    background-color: orange;
}
.bgHard {
    background-color: red;
}
.trackDifficultyDisplayed.easy,
.trackDifficultyRatioDisplayed.easy {
    color:green;
}
.trackDifficultyDisplayed.avg,
.trackDifficultyRatioDisplayed.avg {
    color:orange;
}
.trackDifficultyDisplayed.hard,
.trackDifficultyRatioDisplayed.hard {
    color:red;
}


.navbar.withNavBarBgColor {
    background: linear-gradient(
        45deg,
        rgba(29, 31, 35, 0.7),
        rgba(47, 71, 152, 0.7) 100%
    ) !important;
}

  .navbar .nav-link {
    color: #fff !important;
  }



body#homePage,
div,span,a,p {
    font-size:1.1rem;    
}

body#homePage.homepageIndex h2,
body#homePage.homepageIndex h2 span {
    font-size:2rem;
}
body#homePage.homepageIndex h3,
body#homePage.homepageIndex h3 span {
    font-size:1.5rem;
}
body#homePage.homepageIndex h4,
body#homePage.homepageIndex h4 span,
body#homePage.homepageIndex h4 button {
    font-size:1.3rem;
}
body#homePage.homepageIndex h4 button {
    font-size:1.6rem;
    font-weight: bold;
}

@media (min-width: 1400px) {
    body#homePage .container {
        max-width: calc(100% - 100px);
    }   

}

div .clearBoth {
    clear:both;
}


#intro .mask,
#footerCopyright {
    background: linear-gradient(
        45deg,
        rgba(29, 31, 35, 0.7),
        rgba(47, 71, 152, 0.7) 100%
      );
}

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

        /* saxophone  */

        body.instrumentsaxophone .btn-primary,
        a#btn_home_saxophone {
            background-color: #1266f1 !important;;
        }
        a#btn_home_saxophone {
            color:#FFF;
        }
        body.instrumentsaxophone #intro .mask,
        body.instrumentsaxophone #footerCopyright,
        body.instrumentsaxophone .navbar {
            /* #982f2fb3 */
            background: linear-gradient(
                45deg,
                rgba(29, 31, 35, 0.7),
                rgba(47, 71, 152, 0.7) 100%
            ) !important;
        }

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

        /* euphonium  */

        body.instrumenteuphonium .btn-primary,
        a#btn_home_euphonium {
            background-color: #982f2fb3;
        }
        a#btn_home_euphonium {
            color:#FFF;
        }
        
        body.instrumenteuphonium #intro .mask,
        body.instrumenteuphonium #footerCopyright {
            /* #982f2fb3 */
            background: linear-gradient(
                45deg,
                rgba(29, 31, 35, 0.7),
                rgba(152, 47, 47, 0.7) 100%
            );
        }

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

        /* flute  */

        body.instrumentflute .btn-primary,
        a#btn_home_flute {
            background-color: #44982f !important;;
        }
        a#btn_home_flute {
            color:#FFF;
        }
        body.instrumentflute #intro .mask,
        body.instrumentflute #footerCopyright,
        body.instrumentflute .navbar {
            /* #982f2fb3 */
            background: linear-gradient(
                45deg,
                rgba(29, 31, 35, 0.7),
                rgba(68, 152, 67, 0.7) 100%
            ) !important;
        }
/* **************************************************** */

        /* trumpet  */   

        body.instrumenttrumpet .btn-primary,
        a#btn_home_trumpet {
            background-color: #ffa900;
        }
        a#btn_home_trumpet {
            color:#FFF;
        }
        body.instrumenttrumpet #intro .mask,
        body.instrumenttrumpet #footerCopyright,
        body.instrumenttrumpet .navbar {
            /* #982f2fb3 */
            background: linear-gradient(
                45deg,
                rgba(29, 31, 35, 0.7),
                rgba(255, 169, 0, 0.7) 100%
            ) !important;
        }  

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

#TwoKindsofpeopleVid {
    max-width:90vw;
    border-radius:20px;
}
#intro a:hover {
    background-color:#1266f1;
}
#intro .btn-play-header {
    margin-bottom:10px !important;    
    margin-left:10px;
}
#footerCopyright,
#footerCopyright a {
    color:white;
}

.file-upload-wrapper {
    border-radius: .25rem;
    border: 1px solid #bdbcbd;
    color: #4f4f4f;
}
.file-upload-wrapper input {
    padding-left:25% !important;
}
body#homePage .file-upload-wrapper label {
    line-height:1rem;
    text-align:center;
    width:100%;
}
select#m,
.file-upload-wrapper {
    min-height:60px;
}

.labelSubTitle {
    font-weight:900;
    margin-top:10px;
}

#intro h1 {
    font-size: 3.2rem;
}
#intro h5 {
    font-size: 1.4rem;
    font-style:italic;
}
.hidden {
    display:none;
}

body#homePage .accordion-body {
    clear:both;
}

/* override switcher ON/OFF */
body#homePage .ui-switcher {
  height:35px;
  width: 60px;
  margin-bottom:10px;
}
body#homePage .ui-switcher:before {
    font-size:15px;
    top:9px;
}
body#homePage .ui-switcher:after {
    top:8px;
}
body#homePage .ui-switcher[aria-checked=true] {
    background-color:#1266f1;
}

body#homePage .ui-switcher[aria-checked=true]:after {
    left:38px;
}
body#homePage .ui-switcher[aria-checked=false]:before {
    right:12px;
}
body#homePage .ui-switcher[aria-checked=false]:after {
    left: 4px;
}





/* Browsing pages */
#browsingPage .songPage {
    max-width: inherit;
}
#homePage .accordion-body,
#browsingPage .songPage .accordion-body {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
}
#homePage .accordion-body .row .col,
#browsingPage .songPage .accordion-body .row .col {
    padding-left: 10px;    
    padding-right: 10px;    
    margin-top: 10px;
    margin-bottom: 10px;
    display:table-cell;
    vertical-align:top;
}
#homePage .col-card {
    margin-top:20px;
}
#homePage .card-img-top:hover,
#browsingPage .songPage .card-img-top:hover {
    opacity:0.7;
}
.rowDisplayModeInAccordionBody {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 20px;
}

#homePage #flush-collapsePlaythatsheetPart .card .card-header h3,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-header h3{
    margin-bottom:0px;
    padding-bottom:0px;
    padding-right:20px;
    text-align:left;
    height: 25px;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-header h3 button,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-header h3 button {
    padding-left:5px;
    padding-right:5px;
    width:100%;
    text-align:left;
    position:relative;
    top: -30px;
    left: calc(100%);
    color:#4f4f4f;
    background-color:transparent;
    border:none;
    margin-left: 10px;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-header button:hover,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-header button:hover {
    color:#1266f1;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-play,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-play {
    position:absolute;
    top: 52px;
    width: 100%;
    border:none;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-play a,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-play a {
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-play a:hover,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-play a:hover {
    color:#4f4f4f;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-play a .fa,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-play a .fa {
    font-size:2.5rem !important;
}

#homePage #flush-collapsePlaythatsheetPart .card,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card {
    padding-top:10px;
    padding-bottom:10px;
    min-width:220px;    
    
    width:100%;
    height:100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
}
#homePage #flush-collapsePlaythatsheetPart .card select,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card select{
    width:100%;
    height: 30px;
    font-size:0.9rem;
    text-align:center;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-title,
#homePage #flush-collapsePlaythatsheetPart .card .card-title span,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-title,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-title span {
    font-size:1.2rem;
}
#homePage #flush-collapsePlaythatsheetPart .card .card-text,
#browsingPage .songPage #flush-collapsePlaythatsheetPart .card .card-text {
    font-size:0.9rem;
}
#browsingPage .songPage .rowSongSheetInfoPart .rowArtistSongPage {
    margin-right:10px;
}
#browsingPage .songPage .rowSongSheetInfoPart .showMoreButtonArtistDescription {
    color:#4f4f4f;
}
#browsingPage .songPage .rowSongSheetInfoPart .accordion-body .artistlist-photo {
    width:auto;
    height:220px;
}
#browsingPage .songPage .rowSongSheetInfoPart .artistNameDiv a{
    font-size:1.3rem;
    font-weight: bold;;
}
#browsingPage .songPage .rowSongSheetInfoPart .faBig {
    font-size:2.5rem;
}
#browsingPage .songPage .rowSongSheetInfoPart .spotifyTrackUrl {
    text-align: center;
}
#browsingPage .songPage .rowSongSheetInfoPart h3 {
    font-size:1.05rem;
}
#browsingPage .songPage .rowSongSheetInfoPart video{
    height:40px;
    width:100%;    
}
#browsingPage .songPage .rowSongStats {
    margin-top:10px;
}
#browsingPage .songPage h1,
#browsingPage .songPage .rowSongStats .col {
    text-align: center;
}
#browsingPage .songPage .rowSongStats .mainIcon {
    text-align:center;
    font-size:1.8rem;
}
#browsingPage .songPage .accordion-item h2 .accordion-button {
    font-size:1.3rem;
    font-weight:bold;
    color:#4f4f4f;
}
#browsingPage .row .authorName {
    font-size:0.96rem;
    font-style: italic;
    color:#4f4f4f;
}
#browsingPage .smallTextRank {
    font-weight:bold;
    color:#4f4f4f;
    font-size:1.3rem;
}
#browsingPage h1,
#browsingPage h1 span {
        font-size:1.8rem !important;
}
#browsingPage h1 span.authorh1 {
    font-size:1.3rem !important;
    font-weight:normal;
}

#browsingPage h2,
#browsingPage h2 span {
    font-size:1.4rem !important;
}
#browsingPage {
    margin-top: 3px;
}
#homePage .artistlist-photo,
#browsingPage .artistlist-photo {
    width: 55px;
    height: 55px;
    border-radius:5px;
    margin-bottom:10px;
    margin-top:10px;
}
#browsingPage .colArtistPagePhoto {
    width: 260px;
    max-width: 260px;
}

#browsingPage .songPage .colArtistPagePhoto {
    width: 210px;
    max-width: 210px;
}

#browsingPage .songPage .colArtistPagePhoto .artistlist-photo {
    width: 200px;
    height: 200px;
    border-radius:10px;
    margin-bottom:0px;
    margin-top:0px;
}
#homePage .colArtistPagePhoto .artistlist-photo,
#browsingPage .colArtistPagePhoto .artistlist-photo {
    width: 250px;
    height: 250px;
    border-radius:10px;
    margin-bottom:0px;
    margin-top:0px;
}
.rowLetters {
    padding-right:10px;
}
.rowBreadcrumb {
    margin-top:10px;
    margin-bottom:15px;
}
.rowBreadcrumb a.selected {
    font-weight: bold;
}
.rowBreadcrumb a,
.rowBreadcrumb span,
.rowBreadcrumbFooter a,
.rowBreadcrumbFooter span{
    width:auto;
    font-size:1rem;
    color:#4f4f4f;
}
.rowBreadcrumbFooter {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.rowBreadcrumbFooter a,
.rowBreadcrumbFooter span{
    font-size:1.3rem;
}
.rowBreadcrumb span,
.rowBreadcrumbFooter span {
    padding-left:0px;
    padding-right:0px;
}

.rowEmptyImg img {
    min-width:350px;
}

/* CSS hack for long text content */

.colArtistDescription div.textContent.collapsed {
    max-height:236px;
    overflow:hidden;
    margin-bottom:5px;
    text-overflow: ellipsis;
}
.colArtistDescription .showMoreButtonArtistDescription {
    font-weight: bold;
    font-style: italic;
    text-align:right;
    font-size:1rem !important;
    cursor: pointer;
}
    
#homePage .colBtnChangeInstrument {    
    margin-bottom:10px;
}
#homePage .colBtnChangeInstrument .btn{
    text-align:center;
}
#homePage #homeHeaderBtnLeft {
    margin-bottom:10px;
}

#homePage #homeGenericSearchFormBtn,
#homePage #homeGenericSearchFormBtnSpinner {
    color:#FFFFFF;
}

#homePage .artistPageLink,
#homePage .trackPageLink,
#browsingPage .artistPageLink,
#browsingPage .trackPageLink {
    display:block;
    height:55px;
    padding-top:20px;
}
#browsingPage .container {
    max-width: 98%;
}
#browsingPage .suggestedArtistRowContainer {
    padding-left:0px;
    padding-right:15px;
    opacity:0.6;
}
#browsingPage .suggestedArtistRowContainer:hover {
    opacity:1;
}
#browsingPage .suggestedArtistRowContainer h3{
    text-align:right;
    font-size: 1rem;
}
#browsingPage .suggestedArtistRow {
    padding-top:0px;    
    text-align: right;
    color:#4f4f4f;
}
#browsingPage .suggestedArtistRow div{
    padding-left:0px;
    padding-right:0px;
}
#browsingPage .suggestedArtistRow a {
    color:#4f4f4f;
    font-size:0.95rem;
}
#browsingPage .suggestedArtistRow  .artistlist-photo {
    margin-bottom:5px;
    margin-top:0px;
    margin-left:5px;
}
#browsingPage .suggestedArtistRow .artistPageLink {
    padding-top:10px;
}

#browsingPage .artistPageLink em,
#browsingPage .trackPageLink em {
    font-size:0.8rem;
}

#homePage .artistRow:hover,
#browsingPage .artistRow:hover {
    background-color: #DDDDDD;            
}

#browsingPage .artistRow .colSongsCount,
#browsingPage .artistRow .colLikesCount,
#browsingPage .artistRow .colViewsCount {
    padding-top:20px;
}
#browsingPage .colLetter {
    width:40px;
    border-radius:12px;
    background-color: #DDDDDD;                        
    margin:10px;
    text-align: center;         
}
#browsingPage .colLetter.selectedLetter{
    background-color:#1266f1;
}
#browsingPage .colLetter a{
    color:#000;
}
#browsingPage .artistRowHeader,
#browsingPage .artistRow,
#homePage .artistRow {
    border-bottom: solid 1px #4f4f4f;
}
#browsingPage .artistRowHeader {
    text-align:center;
}
#browsingPage .artistRowHeader .mainIcon {
    text-align:center;
    font-size:1.8rem;
}
#browsingPage .artistRowHeader .sortIcons a.selected {
    color:#4f4f4f;
}
#browsingPage .artistRow .colSongsCount,
#browsingPage .artistRow .colLikesCount,
#browsingPage .artistRow .colViewsCount {
    text-align:center;
}
#browsingPage .artistRow .colSongsCount span,
#browsingPage .artistRow .colLikesCount span,
#browsingPage .artistRow .colViewsCount span {
    font-size:0.75rem;
    font-style: italic;
}
#homePage .artistRow,
#homePage .artistRow div,
#browsingPage .artistRow,
#browsingPage .artistRowHeader,
#browsingPage .artistRow div,
#browsingPage .artistRowHeader div{
    padding-right:0px;
    margin-right:0px;
}
#browsingPage .paginationRow {
    font-size:0.8rem;   
    margin-top:10px;
    margin-bottom:10px;
}

#browsingPage .colInnerPaginationContainer {
    text-align:left;
}
#browsingPage .colCountTotals {
    margin-left:0px;
    margin-right:0px;
    font-size:0.95rem;  
    font-style:italic;
}
#browsingPage .innerPaginationNumbersRow .col{            
    width:auto !important;
    max-width:fit-content;
    margin-left:8px;
    padding-left:8px;
    padding-right:8px;            
    border-radius:12px;            
    background-color : #DDDDDD;
    text-align:center;            
}
#browsingPage .innerPaginationNumbersRow .col.selected{
    background-color : #1266f1;
}            
#browsingPage .innerPaginationNumbersRow .col a{
    font-size:0.95rem;
    text-align:center; 
    width:100%;
    display:block;  
    color: #000000;                 
}
