/* /Composant/ListeColonne.razor.rz.scp.css */
body[b-l9znrpoogv] {
}

tr[b-l9znrpoogv] {
    background-color: white;
}

tr:nth-child(2n)[b-l9znrpoogv] {
    background-color: #eefcbe;
}
/* /Composant/Splitter.razor.rz.scp.css */
.splitter[b-8eyk0yrdyc] {
    display: grid;
    margin: 0px;
    padding: 0px;
    align-content: stretch;
   /* grid-template-columns: 200px 3px auto; */  
}

#separator[b-8eyk0yrdyc] {
    cursor: col-resize;    
    /*height: 100%; */
    /* Prevent the browser's built-in drag from interfering */
    /*-moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

#first[b-8eyk0yrdyc] {
    display: flex;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: auto;
    align-items: stretch;
    justify-content : stretch;
}

#second[b-8eyk0yrdyc] {
    display: flex;
    margin: 0px;
    padding: 0px;
    border: 0px;
    align-items: stretch;
    overflow: auto;
    
}

/* /Composant/TempsReel/PanelInfoVehicule.razor.rz.scp.css */
.popuplio[b-ml60kucd24] {
    background-color: #292929;
    width: 272px;
    opacity: 0.9;
}

.titre[b-ml60kucd24] {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* align-content : center; */
}

.nomvehicule[b-ml60kucd24] {
    font-size: 14px;
    color: white;
    font-family: Arial;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
    white-space: nowrap;    
    display: inline-block;
}

.immatvehicule[b-ml60kucd24] {
    font-size: 10px;
    color: white;
    font-family: Arial;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch;
    white-space: nowrap;
    display: inline-block;
}

.vitessevehicule[b-ml60kucd24] {
    font-size: 10px;
    color: #66A8BF;
}

.flex2[b-ml60kucd24] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.vitessecap[b-ml60kucd24] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial;
}

.heure[b-ml60kucd24] {
    font-size: 24px;    
    font-weight: bold;
    color: #A0A0A0;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}
.seconde[b-ml60kucd24] {
    font-size: 16px;    
    color: #A0A0A0;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    text-align:start;
}


.date[b-ml60kucd24] {
    font-size: 12px;    
    color: #A0A0A0;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}


.commune[b-ml60kucd24] {    
    font-size: 18px;    
    color: #E7CBBB;
    font-family: Arial;
    font-weight: bold;
    padding: 0px;
}

.codepostal[b-ml60kucd24] {
    font-size: 12px;    
    color: #E7CBBB;
    font-family: Arial;
    font-weight: bold;
    padding: 0px;
    text-align: center;
}


.rue[b-ml60kucd24] {
    font-size: 10px;
    color: #E7CBBB;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}

.poi[b-ml60kucd24] {
    font-size: 10px;
    color: #E7CBBB;
    font-family: Arial;
    margin: 0px;
}


.adresse[b-ml60kucd24] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    margin: 0px;
}

.inline[b-ml60kucd24] {
    display: flex;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    align-items:center;
}

.stackhorizontal[b-ml60kucd24] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
    padding: 0px;
}


.option[b-ml60kucd24] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 1px solid white;
    padding: 5px;
    /*background: linear-gradient(#292929, black); */
    background-color: black;
}

.icon[b-ml60kucd24] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #E7CBBB;
    cursor: pointer;
    border-radius: 4px;
    width: 50px;
}

    .icon:hover[b-ml60kucd24] {
        background-color: #525252;
    }


/*body {
    background-color: black;
    width: 150px;
    height: 30px;
}*/
/* /Pages/MainLayout.razor.rz.scp.css */
.page[b-yfdqcxw5mm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-yfdqcxw5mm] {
    flex: 1;
}



.basdepage[b-yfdqcxw5mm] {
    background-color: red;
    height : 2px;
}


.sidebar[b-yfdqcxw5mm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.formidentification[b-yfdqcxw5mm] {
    margin: auto 20px 0px auto;
    width: 250px;
}

.messageinfo[b-yfdqcxw5mm] {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.messagealerte[b-yfdqcxw5mm] {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    color: red;
    font-weight: bold;
    font-size: 13px;
}

.saisie[b-yfdqcxw5mm] {
    width: 250px;
    margin-top: 2px;
}

.imagesidentification[b-yfdqcxw5mm] {
    text-align: right;
    margin-top: 3px;
}

.top-row[b-yfdqcxw5mm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yfdqcxw5mm]  a, .top-row .btn-link[b-yfdqcxw5mm] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yfdqcxw5mm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yfdqcxw5mm] {
        display: none;
    }

    .top-row.auth[b-yfdqcxw5mm] {
        justify-content: space-between;
    }

    .top-row a[b-yfdqcxw5mm], .top-row .btn-link[b-yfdqcxw5mm] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yfdqcxw5mm] {
        flex-direction: row;
    }

    .sidebar[b-yfdqcxw5mm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yfdqcxw5mm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-yfdqcxw5mm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/TempsReels.razor.rz.scp.css */




/* /Shared/LioForm.razor.rz.scp.css */
.lio-grid-horizontal[b-a1ikb806i5] {
    display: flex;
    flex-direction: row;    
}


.lio-titre[b-a1ikb806i5] {
    background-color: #242424;
    
}

.lio-titre-style[b-a1ikb806i5] {
    font-family: 'LioGramondItalic';
    font-style: italic;
    font-size: 20px;
    vertical-align: central;
    margin-left: 3px;
    color: white;
}


.lio-grid-right[b-a1ikb806i5] {
    float: right;    
}

.lio-titredroit-style[b-a1ikb806i5] {    
    font-size: 10px;
    vertical-align: central;
    margin-right: 3px;
    color: white;
}








.lio-bordercadre[b-a1ikb806i5] {   
    border: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #242424;
}
/* /Shared/LioOnglet.razor.rz.scp.css */

.mainonglet[b-hnd8w5r9te] {
    background-color: #242424;    
    display:flex;
    flex-direction:row;
    flex:none;
}

.ongletselected[b-hnd8w5r9te] {
    background-color: red;
    border-color : aqua;
    border-block-width : 5px;
}


.ongletnotselected[b-hnd8w5r9te] {
    background-color: #5D5D5D;
    border-color: aqua;
    border-block-width: 5px;
}

.lioonglet[b-hnd8w5r9te] {
    
    border-bottom-left-radius: 80% 20%;
    /*border-block-color: #C5C5C5;*/
    /*border-block-width: 2px;*/
    height: 100px;
    width: 30px;
    margin: 0px 0px 0px 5px;
}
.lioonglettext[b-hnd8w5r9te] {
    color: white;
    text-align: center;
    vertical-align : bottom;
    writing-mode: vertical-lr;
    transform:rotate(-180deg);
    margin: 10px 0px 0px 5px;       
}

.ongletopen[b-hnd8w5r9te] {
    visibility : visible;
    color: white;
    width: 8px;   
    height : 8px;
    margin: 0px 0px 0px 10px;
}

    .ongletopen:hover[b-hnd8w5r9te]{
        color:aqua;
    }

.ongletclose[b-hnd8w5r9te] {
    visibility: hidden;
    color: white;
    width: 8px;
    height: 8px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8g57phzvlq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8g57phzvlq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8g57phzvlq] {
    font-size: 1.1rem;
}

.oi[b-8g57phzvlq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8g57phzvlq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8g57phzvlq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8g57phzvlq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8g57phzvlq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8g57phzvlq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8g57phzvlq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8g57phzvlq] {
        display: none;
    }

    .collapse[b-8g57phzvlq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuLio.razor.rz.scp.css */

/*.barremenu {
    display: grid;
    grid-template-rows: 43px 2px 10px;
}

.flex2dg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgb(96, 96, 96);
}


.lignemillieu {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #e0e0e0;
}

.lignebas {
    background-color: #242424;
}
*/

/*.burgermenu {
    background-color: rgb(96, 96, 96);
    padding: 2px;
    margin: 2px;
    display: none;
    flex-direction: row;
}*/

.titreburgermenu[b-yb0gzjb8cv] {
    font-size: 32px;
    margin: auto 0px auto 3px;
    color: white;
    font-family: garamond;
    font-style: italic;
}

.btnburgermenu[b-yb0gzjb8cv] {
    margin: auto 3px auto 3px;
    padding: 3px;
    color: white;
    /* background-color: black;*/
}



.liobandeau[b-yb0gzjb8cv] {
    padding: 2px;
    display: flex;
    flex-direction: row;
}

.btndropdownitemmenu[b-yb0gzjb8cv] {
    
}
/* The container <div> - needed to position the dropdown content */
.dropdownitemmenu[b-yb0gzjb8cv] {
    position: relative;
    display: inline-block;
    background-color: white;
    border-right: 1px solid red;
    border-right-width: 1px;
    border-right-color: #bababa;
    border-bottom: 1px solid #aaaaaa;
    height: 41px;
    /*margin-right : 1px;*/
}

.dropbtn[b-yb0gzjb8cv] {
    /*background: linear-gradient(white 70%, black 30%);*/
    color: #5E5E5E;
    font-size: 10pt;
    font-family: 'LioStd';
    /*font-family : 'Lucida Sans Unicode';*/
    /*font-family : 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    cursor: pointer;
    /*min-width: 170px; */
    padding-right: 2px;
    /*margin-top: 7px;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 4px;
}

.imglogo[b-yb0gzjb8cv] {
    height: 48px;
    margin-right: 5px;
    margin-top: 6px;
}

.dropbtnlogin[b-yb0gzjb8cv] {
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}





.dropgroupicon[b-yb0gzjb8cv] {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin: 5px;
    flex-basis: auto;
}

    .dropgroupicon img[b-yb0gzjb8cv] {
        width: 64px;
    }

.dropgroupitem[b-yb0gzjb8cv] {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}


    /* Links inside the dropdown */
    .dropgroupitem a[b-yb0gzjb8cv] {
        text-decoration: none;
        color: white;
        font-size: 12px;
        margin: 0px;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropgroupitem a:hover[b-yb0gzjb8cv] {
            /* background-color: #f1f1f1 */
            text-decoration: underline;
            color: LightSteelBlue;
        }


.dropgroupitemtitre[b-yb0gzjb8cv] {
    color: LightSteelBlue;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-yb0gzjb8cv] {
    display: none;
    position: absolute;
    background-color: rgba(32, 32, 31, 0.95);
    min-width: 400px;
    padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


/* Show the dropdown menu on hover */
.btndropdownitemmenu:hover .dropdown-content[b-yb0gzjb8cv] {
    display: flex;
    flex-direction: column;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownitemmenu:hover .dropbtn[b-yb0gzjb8cv] {
    text-decoration: underline;
    color: #242424;
}


.droitelogin[b-yb0gzjb8cv] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 5px;
}

.login[b-yb0gzjb8cv] {
    color: white;
    display: flex;
    flex-direction: column;
}

.NomLogicielDroite[b-yb0gzjb8cv] {
    color: #F0F0F0;
    font-style: italic;
    font-family: 'LioGramondItalic';
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

/*@media screen and (max-width: 850px) {
    .burgermenu {
        display: flex;
    }

    .liobandeau {
        background-color: transparent;
        display: flex;
        flex-direction: column
    }
*/



    /*.collapse {*/
    /* Never collapse the sidebar for wide screens */
    /*display: block;
    }*/

    /*.dropbtn {
        background-color: red
    }*/
}
