/* /Pages/Components/AutocompletionComponent/Autocompletion.razor.rz.scp.css */
.autocompletion[b-wcoey7cbjj]
{
    width: calc(100% - 100px);
    /*height: 100%;*/
    position: relative;
    margin: 10px;
    min-height: 300px;
}
  .autocompletion input[b-wcoey7cbjj] {
    width: calc(100% - 0px);
    padding: 10px;
    margin-top: 10px;
    /* border-radius: 25px;*/
    /*        box-shadow: 0px 2px 5px 0px rgba(60,64,67, 0.16);*/ }
  .autocompletion label[b-wcoey7cbjj] {
    /*margin-bottom: 10px;*/ }
  .autocompletion ul[b-wcoey7cbjj] {
    list-style: none;
    height: calc(100% - 90px);
    overflow-y: auto;
    padding-left: 5px;
    width: 100%;
    border: 1px solid;
    margin-top: -1px;
    box-shadow: 0px 2px 15px 2px; }
    .autocompletion ul li[b-wcoey7cbjj] {
      display: inline-flex;
      flex-direction: row;
      border-bottom: 1px solid grey;
      flex-wrap: wrap;
      width: 100%;
      cursor: pointer; }
      .autocompletion ul li .column[b-wcoey7cbjj] {
        padding: 4px;
        font-size: 24px; }
    .autocompletion ul li:hover[b-wcoey7cbjj] {
      background-color: #f5f5f5; }
  .autocompletion .no-content[b-wcoey7cbjj] {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    background-color: #db0029;
    width: 100%; }

.deploy[b-wcoey7cbjj] {
  min-height: 300px !important; }

.undeploy[b-wcoey7cbjj] {
  min-height: 0px !important; }

/* /Pages/Components/Combos/Combo.razor.rz.scp.css */
/*.combo
{
    width: 300px;
}*/

.combo-header[b-a52hbhwztl]
{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #673ab7;
    width: 100%;
    cursor: pointer;
    font-size: 24px;
}

.combo-header span[b-a52hbhwztl]
{
    flex-grow: 1;
    margin: 10px;
    text-align: center;
}

.combo-header .bt-open[b-a52hbhwztl]
{
    height: 32px;
    width: 32px;
    
    fill: #673ab7;
}
.combo-header svg[b-a52hbhwztl]
{
    height: 32px;
    width: 32px;
}
.combo-content[b-a52hbhwztl]
{
    display: none;
    width: 100%;
    border: 1px solid #673ab7;
    box-shadow: 5px 5px 10px #673ab7;
}

.combo-content.open[b-a52hbhwztl]
{
    display: block;
}

.combo-content ul[b-a52hbhwztl]
{
    padding: unset;
    margin-bottom: 0;
}


/* /Pages/Components/Combos/ComboElement.razor.rz.scp.css */
li[b-nhawtedjpa]
{
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: calc(100% - 10px);
    cursor: pointer;
    padding: 5px;
    font-size: 24px;
    border-bottom: 1px dashed #673ab7;
}
li:last-child[b-nhawtedjpa]
{
    border-bottom:none;
}
li:hover[b-nhawtedjpa]
{
    background-color: #673ab7;
    color: yellow;
}


/* /Pages/Components/ExceptionShower.razor.rz.scp.css */

div[b-h04mehyzzy]
{
    position: fixed;
    background-color: white;
    z-index: 200;
    top: 0;
    width: 100%;
    /* height: 150px; */
    border: 2px solid red;
}
.bt-close[b-h04mehyzzy]
{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: white;
    background-color: red;
    text-align: center;
    width: 50px;
}
.bt-close:hover[b-h04mehyzzy]
{
    color: white;
    background-color: #cea3a3;
}

.BusinessErrorMessage[b-h04mehyzzy], .TechnicalErrorMessage[b-h04mehyzzy]
{
    /* width: 100%; */
    text-align: center;
    /* border: 1px solid; */
    margin: 20px;
    padding: 20px;
    /* position: absolute; */
    /* top: 150px; */
    /* margin-top: 50px; */
    display: inline-block;
}

/*.BusinessErrorMessage
{
    color: rgb(33, 90, 32);
    border-color: rgb(33, 90, 32);
}

.TechnicalErrorMessage
{
    color: #c52929;
    border-color: #c52929;
}*/
/* /Pages/Components/Player.razor.rz.scp.css */
div[b-uxlqat0wh4]
{

}
/* /Pages/Index.razor.rz.scp.css */
body[b-gcuxhaw9vz] {
}
.push[b-gcuxhaw9vz]
{
    width: 400px;
    height : 400px;
}
/* /Pages/Medias/Media.razor.rz.scp.css */
ul[b-cwhs4w0l9q]
{
    padding-inline-start: 10px;
    height: calc(100% - 305px); /*H3=54 - lecteur=80 marge=20 folder-up=50*/
    overflow-y: auto;
    margin-right: 10px;
}
    /*ul.playlist-active
    {
        height: calc(100% - 255px);*/ /*H3=54 - lecteur=80 marge=20 folder-up=50 playlist=50*/
    /*}*/
.info[b-cwhs4w0l9q]
{
    height: 30px;
    text-align: center;
}
.folder-up[b-cwhs4w0l9q]
{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-flex;
    flex-direction: row;
    width: calc(100% - 20px);
    min-height: 50px;
    background-color: #673ab7;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.folder-up span[b-cwhs4w0l9q]
{
    flex-grow: 1;
    border-right: 2px solid white;
}
.folder-up div:hover[b-cwhs4w0l9q]
{
    background-color: #a0c1a2;
    color: white;
}
.lecteur[b-cwhs4w0l9q]
{
    position: fixed;
    height: 80px;
    /*background-color: #f1f5eb;*/
    width: calc(100% - 50px);
    height: 80px;
    bottom: 0;
}
    .lecteur .buttons[b-cwhs4w0l9q]
    {
        position: absolute;
        right: 0;
        display: inline;
        bottom: 60px;
    }
        .lecteur .buttons button[b-cwhs4w0l9q]
        {
            height: 50px;
            width: 100px;
        }
audio[b-cwhs4w0l9q]
{
    width: 100%;
    height: 50px;
}
.playing[b-cwhs4w0l9q]
{
    background-color: #bebef3;
}
li[b-cwhs4w0l9q]
{
    list-style: none;
    cursor: pointer;
    border: 1px solid grey;
   /* padding: 10px;*/
    font-size: 24px;
    display: flex;
    min-height: 40px;
}
    li .oi[b-cwhs4w0l9q]
    {
        /*width: 100%;*/
        margin-left: 0;
        padding-left: 10px;
    }
    li .bt-play[b-cwhs4w0l9q]
    {
        margin-left: 0;
        padding-left: 10px;
        margin-top: 10px;
        /*    flex-grow: 1;*/
    }
/*li:hover
{
    background-color: #a0c1a2;
    color: white;
}*/
/*li .oi:hover
{
    background-color: rgb(0 0 0);
    color: white;
}*/
li span[b-cwhs4w0l9q]
{
    margin-left: 10px;
    padding: 10px 10px 10px 0px;
    display: inline-block;
}
li .btn-toolbar:hover[b-cwhs4w0l9q]
{
    background-color: #eae7bc;
    color: white;
}
li .item-desc[b-cwhs4w0l9q]
{
    flex-grow: 1;
}
    li .item-desc:hover[b-cwhs4w0l9q]
    {
        background-color: #a0c1a2;
        color: white;
    }
    /*.playlist
{
    height: 50px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    background: black;
    color: white;
    width: 100%;
}*/
    /*    .playlist .content
    {
        display: none;
        position: absolute;
        height: 50%;
        top: 0;
        left: 0;
        border: 1px solid grey;
        z-index: 10;
        background-color: black;
    }*/
    .combo-media[b-cwhs4w0l9q]
    {
        width: calc(100% - 100px);
        min-height: 40px;
    }


.bt-play-playlist[b-cwhs4w0l9q], .bt-add-playlist[b-cwhs4w0l9q]
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 32px;
    color: #673ab7;
}
.bt-show-search[b-cwhs4w0l9q]
{
    position: absolute;
    top: 5px;
    right: 45px;
    font-size: 32px;
    color: #673ab7;
}
.add-playlist-zone[b-cwhs4w0l9q]
{
    width: 100%;
    margin: 20px 5px 20px 5px
}
.add-playlist-zone .bt-annuler[b-cwhs4w0l9q], .add-playlist-zone .bt-ok[b-cwhs4w0l9q]
{
    background-color: #673ab7;
    color: white;
    margin: 5px;
}
    
.caching[b-cwhs4w0l9q]
{
    background-color: #673ab7;
    width: 100%;
    color: white;
    text-align: center;
}
.context-menu[b-cwhs4w0l9q]
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    z-index: 20;
}
.context-menu h2[b-cwhs4w0l9q]
{
    color: black;
}
.context-menu li[b-cwhs4w0l9q]
{
    cursor: pointer;
}
.info button[b-cwhs4w0l9q]
{
    height: 60px;
    width: 200px;
    background-color: #673ab7;
/*    position: absolute;
    bottom: 60px;*/
    color: yellow;
}
.info .random[b-cwhs4w0l9q]
{
    
}
@media (max-width: 641px)
{
    .lecteur[b-cwhs4w0l9q]
    {
        width: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main
{
    flex: 1;    
    height: calc(100% - 10px);
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.content
{
    height: 100%;
}
.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px)
{
    .top-row:not(.auth)
    {
        display: none;
    }

    .top-row.auth
    {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link
    {
        margin-left: 0;
    }

    .main
    {
        height: calc(100% - 60px); 56 px pour la side-barre
    }
}

@media (min-width: 641px) and (orientation: portrait)
{
    .page
    {
        flex-direction: row;
    }

    .sidebar
    {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
@media only screen and (orientation: landscape)
{
    .top-row:not(.auth)
    {
        display: none;
    }

    .top-row.auth
    {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link
    {
        margin-left: 0;
    }

    .main
    {
        height: calc(100% - 60px); 56 px pour la side-barre
}
*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-om8hgvw49z] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-om8hgvw49z] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-om8hgvw49z] {
    font-size: 1.1rem;
}

.oi[b-om8hgvw49z] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-om8hgvw49z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-om8hgvw49z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-om8hgvw49z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-om8hgvw49z]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-om8hgvw49z]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-om8hgvw49z]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


@media (max-width: 639.99px)
{
    .nav[b-om8hgvw49z]
    {
        position: fixed;
        z-index: 100;
        width: 100%;
        /*background-image: linear-gradient( 180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
        background-image: linear-gradient(180deg, rgb(7 103 5) 0%, #064147 70%);
    }
}
@media (orientation: landscape)
{
    .nav[b-om8hgvw49z]
    {
        position: fixed;
        z-index: 100;
        width: 100%;
        /*background-image: linear-gradient( 180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
        background-image: linear-gradient(180deg, rgb(7 103 5) 0%, #064147 70%);
        flex-direction: row !important;
    }
    .nav-item:first-of-type[b-om8hgvw49z]
    {
        padding-top: 0rem;
    }

    .nav-item:last-of-type[b-om8hgvw49z]
    {
        padding-bottom: 0rem;
    }
}
@media (min-width: 641px) and (orientation: portrait)
{
    .navbar-toggler[b-om8hgvw49z]
    {
        display: none;
    }

    .collapse[b-om8hgvw49z]
    {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

}
