﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#Order_Mud_Content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-items: center;
    align-items: start;
    column-gap: 50px;
    font-family: 'Nunito', sans-serif;
    padding: 0;
}

#Panel_Commande_Contenu div.mud-tabs-toolbar span.mud-icon-root {
    display: none !important;
}

#Panel_Commande_Contenu .mud-tab-slider {
    display: none;
}

#Panel_Commande_Contenu .mud-tab-active {
    background-color: #fff;
    color: orange;
    border-radius: 5px;
}




/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
    #Panel_Commande_Contenu .mud-tab {
        min-width: 100%;
    }
}

/* Je ne sais pas ce que je fais, alors je vais manger du popcorn */
@media only screen and (max-width : 667px) {
    #Panel_Commande_Contenu div.mud-tabs-centered {
        justify-content: space-around !important;
    }

    #Panel_Commande_Contenu div.Classe_Div_OrderTab, #Panel_Commande_Contenu div.mud-disabled {
        font-size: 0;
    }

        #Panel_Commande_Contenu div.mud-disabled span.mud-icon-root {
            opacity: 50%;
        }

    #Panel_Commande_Contenu div.mud-tab {
        display: grid;
        grid-template-columns: 1fr 0px;
    }

    #Panel_Commande_Contenu div.mud-tabs-toolbar {
        color: orange;
    }

        #Panel_Commande_Contenu div.mud-tabs-toolbar span.mud-icon-root {
            display: inline !important;
            color: #fff;
            margin-right: 0;
            z-index: 999;
        }

    #Panel_Commande_Contenu div.mud-tab-active {
        color: #fff !important;
        font-size: 0px;
    }

        #Panel_Commande_Contenu div.mud-tab-active span.mud-icon-root {
            color: orange;
            z-index: 999;
        }
    #Panel_Commande_Contenu #Order_Mud_Content_Customer div.mud-tab-active {
        color: orange !important;
        font-size:initial;
    }
}

#Order_Mud_Content_Customer {
    display: grid;
    grid-template-columns: 1fr;
}

    #Order_Mud_Content_Customer div.mud-tab {
        color: #000;
    }

    #Order_Mud_Content_Customer div.mud-tab-active {
        color: orange !important;
    }

.mud-tabs-toolbar-primary {
    border: 3px solid orange;
}

#Mud_Content_Register, #Mud_Content_LogIn {
    width: 100%;
}

footer #Language_Select .mud-select-input {
    background: #fff;
}

header span.mud-button-label {
    color: #fff;
    font-weight: 600;
    font-family: "Nunito",sans-serif;
    text-transform: initial;
    font-size: 16px;
}

header .Badge_Panier .mud-badge {
    left: calc(100% - 20px) !important;
    top: calc(100% - 20px) !important;
}

form.Header_Searchbar {
    position: relative;
    background-color: #fff;
}

    form.Header_Searchbar button[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
    }



    form.Header_Searchbar input[type=text] {
        padding-right: 50px;
    }

    form.Header_Searchbar label.mud-input-label-inputcontrol {
        font-size: 0.9rem !important;
        text-align: left;
        margin-right: 50px;
    }

div.PrivacyPolicy div.mud-container {
    background-color: #fff;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Classe_Div_Commande_Liste_Ligne_Case_Retirer .mud-button-label {
    font-size: 10px;
}
/*******************RESPONSIVE******************/
@media (max-width: 991.98px) {
    form.Header_Searchbar label.mud-input-label-inputcontrol {
        font-size: 0.75rem !important;
    }
}

@media only screen and (max-width : 840px) {
    #Order_Mud_Content {
        justify-items: stretch;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2,auto);
    }

    .Header_Searchbar .mud-input-control {
        margin: 10px;
    }

    .Header_Searchbar label.mud-input-label-inputcontrol {
        font-size: 0.7rem !important;
    }

    .Header_Searchbar button[type=button] {
        right: 10px;
    }
}

/*ORDER CUSTOMER*/
@media only screen and (max-width : 667px) {
    #Order_Mud_Content_Customer .mud-tabs {
        flex-direction: column;
    }

    #Order_Mud_Content_Customer .mud-tabs-vertical {
        width: 100%;
    }

    #Order_Mud_Content_Customer .mud-tab-slider {
        display: none;
    }

    #Order_Mud_Content_Customer .mud-tooltip-root {
        width: initial;
    }
}


#download-data button[type=submit] {
    margin-top: 0;
}
