/*
    ------------------------------------
    SPECIFIQUE ET GLOBAL
    ------------------------------------
*/

.blazored-toast-container {
    /*
    --sur la classe .blazored-toast-container de blazored-toast z-index:1
    --z-index++ pour corriger sur le nouveau template .Net6
    */
    z-index: 2;
}

.LigneHeader {
    font-weight: bold;
    background-color: #73b327;
    color:red;
}

.LigneCommande {
    font-weight: bold;
    cursor: pointer;
}

.LignePalette {
    border: 1px solid;
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    /*border: 1px solid black;*/
}

.tableDetail {
    width: 100%;
    height: 100%;
    border: 2px solid grey;
}

.hearderDetail {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    background: lightgray;
}

.tablePrincipale {
    width: 100%;
    border: 1px solid black;
}

.tablePrincipale tbody tr.LigneCommande:nth-child(2n+1) {
    background: #CCC
}


button {
    background-color: white; /* Green */
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #4CAF50;
    border-radius: 8px;
}

    button:hover {
        background-color: #4CAF50;
        color: white;
    }

svg[data-icon="flat-color-icons:refresh"] {
    font-size: 25px;
}

svg[data-icon="flat-color-icons:inspection"] {
    font-size: 25px;
}

svg[data-icon="flat-color-icons:print"] {
    font-size: 25px;
}

svg[data-icon="flat-color-icons:todo-list"] {
    font-size: 25px;
}

svg[data-icon="flat-color-icons:right"] {
    font-size: 25px;
}

.LigneEnTeteDetail td{
    background-color : grey;
    font-weight:bold;
    text-align:center;
}

.errorBox {
    
    position: absolute;
    height: 200px;
    width: 300px;
    border: 1px solid grey;
    background-color: beige;
    top: 25%;
    left: 45%;
    text-align: center;
    padding-top: 15px;
}

.fullScreenMask{
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    position:absolute;
    background-color:white;
    opacity:0.5;
}

#ListePalettes{
    float:left;
    border: 1px solid;
    width:100%;
}

#Assignation {
    float: left;
    /*border: 1px solid;*/
}

#ListeBordereaux {
    float: left;
    border: 1px solid;
    width: 100%;
}

#listePalettesTab td {
    text-align:center;
    width:100%,
}

#listeBordereauxTab td {
    text-align: center;
    width: 100%,
}

#notificationBoxOK {
    top: 25%;
    right: 0px;
    width: 250px;
    background-color: green;
    color: white;
    border: 1px solid grey;
    border-radius: 8px;
    position: absolute;
    padding: 5px;
}

#notificationBoxError {
    top: 25%;
    right: 0px;
    width: 250px;
    background-color: red;
    color: white;
    border: 1px solid grey;
    border-radius: 8px;
    position: absolute;
    padding: 5px;
}

.NotificationMessage {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom:10px;
}

.hideMe {
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.dateSelector{
    height:56px;
    width: 100%;
    border:0px solid;
    position:relative;
    text-align:center;
}

.dateTable {
    width: 100%;
    text-align: left;
    border: 0px solid !important;
}



/*Spinner*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #73b327;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}