

.custom-file-label::after {
    content: "Charger";
}

#preloader, #preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 85%;
    z-index: 9999;
    overflow: hidden;
    background: rgb(65, 79, 83);
    border-bottom: 20px solid rgba(118, 116, 116, 0.50)
}

    #preloader:before, #preloader2:before {
        content: "";
        position: fixed;
        top: calc(13% - 60px);
        left: calc(50% - 15px);
        border: 10px solid #f2f2f2;
        border-top: 10px solid #fc00ff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

.form-control {
    font-size: 14px;
    border: 1px solid #a4a4a4;
}

    .form-control:focus {
        border: 1px solid #ff0000;
    }

fieldset {
    max-width: 100%;
    padding: 16px;
    border: 1px solid #b7b6b6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

legend {
    background-color: transparent;
    font-size: 0.9rem !important;
    font-weight: 600;
    width: unset;
    color: #fa970e;
}

.container-thumb-image {
    display: inline-block;
    vertical-align: top;
}

.thumb-image-holder {
    justify-content: center;
}

.thumb-image {
    height: 150px;
    max-height: 150px;
    border: thin dotted #575757;
    padding: 3px;
    margin: 3px;
}

.closeImageUpload {
    vertical-align: top;
    position: relative;
    top: 0;
    left: 22px;
    margin-left: -20px;
    z-index: 100;
}

    .closeImageUpload.fa {
        color: #fff;
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #6f6e6e;
        padding: 0.4em 0.5em;
        background-color: #fa3e0b;
    }

.tailles-list {
    font-size: 0.58rem;
}

    .tailles-list .col-xs {
        background-color: #fbe4fb;
        text-shadow: 1px 1px 1px #fff;
        border: 1px dotted #ddd;
        min-width: 60px;
        padding: 5px;
        margin-bottom: 2px;
        border-radius:4px;
    }

.tailles-upload {
    display: inline-block;
    width: 130px;
    font-size: 0.9rem;
    margin: 5px;
    border: thin dotted #b7b6b6;
}

    .tailles-upload label {
        font-weight: 800;
        font-size: 0.9rem;
        margin: 0 5px;
    }

.table-list-image {
    border: 1px solid #ddd;
    font-size: 0.6rem;
    width: 100%;
}

    .table-list-image tr {
        border: 1px solid #ddd;
    }

    .table-list-image td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .table-list-image img {
        width: 100%;
        border: thin dotted #575757;
    }

    .table-list-image .td-image {
        width: 200px;
        min-width: 200px;
        max-height: 100px;
        height: 100px;
        padding: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        vertical-align: top;
    }

@media screen and (max-width: 768px) {
    .table-list-image .td-image {
        width: 100px;
        min-width: 100px;
    }
}


.back2Scroll {
    border-radius: 50% !important;
    width: 28px;
    line-height: 28px;
    overflow: hidden;
    z-index: 1;
    display: none;
    cursor: pointer;
    position: fixed;
    /* bottom: 50px;
    right: 0;*/
    background-color: rgba(202, 78, 244, 0.35);
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    top: 150px;
}

    .back2Scroll i {
        color: #000;
    }

    .back2Scroll:hover, .back2Scroll:focus {
        background-color: rgba(202, 78, 244, 0.35);
    }

    .back2Scroll.back2Top {
        right: 0px;
    }

    .back2Scroll.back2Down {
        right: 0px;
        top: 190px;
    }

.camera-image {
    position: absolute;
    padding: 2px;
    border: 1px solid #ddd;
    top: 0;
    right: 0;
    background-color: #f2f2f2;
    border: 1px solid black;
    border-radius: 2px 2px 0 0;
    font-size: 0.8rem;
    z-index: 10;
}
