body {
    font-size: .875rem;
    min-height: 65rem;
    padding-top: 7rem;
}

.print .container,
.print .container-fluid {
    width: auto;
    max-width: 1140px;
}

body.print {
    font-size: 12px;
    min-height: 65rem;
    padding-top: 0rem;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-fluid {
    max-width: 1920px;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}



.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.icon-lg {
    font-size: 25px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* custom style */
.bg-blue {
    background-color: #118FF2 !important;
}

.height-header {
    height: 112px;
    border-bottom: 1px solid #dee2e6 !important;
}

.bg-light {
    background-color: #DFE7ED !important;
}

.border-padd {
    border: 1px solid #ccc;
    padding: 20px !important;
}

.menu-right img {
    height: 30px;
}

a.menu-right-text {
    color: #fff;
    font-size: 14px;
    /*font-weight: 500;*/
    text-decoration: none;
    margin-left: 6px;
    border-bottom: 1px #fff solid;
}

a.menu-right-text:hover {
    opacity: 0.5;
}

a.hello-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

a.hello-text:hover {
    opacity: 1;
}

.profile img {
    margin-top: 70px;
}

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, .24), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.line-height-13 {
    line-height: 13px;
}


.profile-header h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.profile-header .dropdown-toggle i {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.profile-header .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.profile-header .dropdown-toggle::after {
    display: none;
}

.profile-header .nav-pills .nav-link.active,
.profile-header .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #118FF2;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.my-mt-4 {
    margin-top: 2rem !important;
}

.my-mt-2 {
    margin-top: 1rem !important;
}

#searchbox i {
    font-size: 20px;
}

.form-input {
    border: 1px solid #00457C;
    border-radius: 0px;
}

.form-danger {
    border: 1px solid #FA021E;
    border-radius: 0px;
    color: #FA021E;
}

.fa-menu-3 {
    font-size: 20px;
    color: #fff;
    /*padding: .5rem!important;*/
}

.fa-menu-4 {
    font-size: 30px;
    color: #fff;
}

/* bouton */
.btn-primary {
    color: #fff;
    background-color: #00457C;
    font-size: 14px;
    border-color: #00457C;
}

.btn-primary:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
}

.btn-outline-primary {
    color: #fff;
    background-color: #00457C;
    font-size: 14px;
    border-color: #00457C !important;
}

.btn-outline-primary:hover {
    background-color: #5aa1da;
    border-color: #215680;
}

.btn-secondary {
    color: #fff;
    background-color: #118ff2;
    border-color: #118ff2;
    font-size: 14px;
}

.btn-secondary:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
}

.btn-outline-secondary {
    color: #fff;
    background-color: #118ff2;
    font-size: 14px;
    border-color: #118FF2 !important;
}

.btn-outline-secondary:hover {
    background-color: #5aa1da;
    border-color: #118FF2;
}

.btn-light {
    color: #212529;
    background-color: #DFE7ED !important;
    border-color: #DFE7ED;
    font-size: 14px;
}

.btn-light:hover {
    background-color: #cee0ef !important;
    border-color: #f4f5f7;
}

.btn-outline-light {
    color: #212529;
    background-color: #DFE7ED !important;
    border-color: #C9C5C5;
    font-size: 14px;
}

.btn-outline-light:hover {
    background-color: #cee0ef !important;
    border-color: #C9C5C5;
}

.btn-group-lg>.btn,
.btn-lg {
    font-weight: 500;
    padding: .4rem 1rem;
}

.btn-large {
    width: 100%;
    /* height: 35px; */
    font-weight: 500;
    margin: 4px;
    display: grid;
    align-items: center;
}

.group-button a:first-child {
    margin-left: 0;
}

.group-button a:last-child {
    margin-right: 0;
}

.btn-outline-primary {
    color: #00457C;
    background-color: #fff;
    font-size: 14px;
    border-color: #707070;
}

.btn-outline-primary:hover {
    background-color: #eee;
    color: #00457C;
}

.btn-outline-secondary {
    color: #5aa1da;
    background-color: #fff;
    font-size: 14px;
    border-color: #5aa1da;
}

.btn-outline-secondary:hover {
    background-color: #eee;
    color: #5aa1da;
}

a.expandAll,
a.collapseAll {
    color: #F8F7F7;
}

a.expandAll:hover,
a.collapseAll:hover {
    color: #eee;
}

.margin-logo-auto {
    margin: auto 0;
}

/* end bouton */

/* table */
/*.table-bordered td, .table-bordered th {
    border: 1px solid #00457C;
}*/
.outside-boder {
    border: 1px solid #00457C;
}

.table-primary,
.table-primary>td,
.table-primary>th {
    color: #fff;
    background-color: #00457C;
    border-color: #00457C;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    color: #fff;
    background-color: #4ca6f0;
    border-color: #4ca6f0;
}

.table-info,
.table-info>td,
.table-info>th {
    color: #fff;
    background-color: #0070C0;
}

.align-middle>td,
.align-middle>th,
.align-middle>tr>th,
.align-middle>tr>td {
    vertical-align: middle !important;
}

.bg-info {
    background-color: #0070C0 !important;
}

.table-xs td,
.table-xs th {
    padding: .75rem .2rem;
}

.table-boder-white,
.table-boder-white>td,
.table-boder-white>th {
    border-color: #fff;
}

/* List Group */
.list-group {
    border-radius: 0;
}

.list-group-item-primary {
    color: #fff;
    background-color: #00457C;
}

.list-group-item-secondary {
    color: #fff;
    background-color: #4ca6f0;
}

.list-group-item-light {
    color: #212529;
    background-color: #DFE7ED;
}


.list-group-item.active {
    color: #fff;
    background-color: #4CA6F0;
    border-color: #118FF2;
    font-weight: 500;
    font-size: 16px;
}

/* End list Group */
/* Tab List*/
.tab {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.nav-tabs {
    border-bottom: 2px solid #118ff2;
}

.nav-tabs li {
    margin-bottom: 0px;
    margin-right: 0px;
}

.nav-tabs li a {
    font-size: 17px;
    color: #808080;
    outline: none;
    margin-right: 0px;
    padding: 20px 18px;
    border-radius: 0;
    text-transform: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: #00457c;
    color: #fff;
    border-color: #00457c;
}

.tab-content {
    color: #5a5c5d;
    padding: 20px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
}







.title-1 {
    color: #fff;
    background-color: #4CA6F0;
    border-color: #118FF2;
    font-weight: 500;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    font-size: 16px;
    margin-bottom: 25px;
}

.bg-categ {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    padding: 2rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: .25rem !important;
    text-align: center;
    text-decoration: none;
}

.bg-categ h5 {
    font-size: 16px;
}

a.link-categ .bg-categ:hover {
    background-color: #edf5fb !important;
}

a.link-categ:hover {
    text-decoration: none;
}

.pad-icone-1 {
    padding: 0px 6px;
}

.pad-icone-1:hover {
    opacity: 0.5;
}

.pad-4 {
    padding-right: 17px !important;
}

.pad-icone-2 {
    padding-right: 13px !important;
}

.breadcrumb {
    padding: 0rem 0rem;
    background-color: #fff;
    margin-bottom: 3px;
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    content: ">";
}

.openall .btn-link {
    font-size: 15px;
}

a {
    color: #118ff2;
}

a:hover {
    color: #00457C;
    text-decoration: none;
}

/* Menu Left */
.menu-left .card {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #00457C;
    border-radius: 0;
}

.menu-left>.card:not(:last-of-type) {
    border-bottom: 1px solid #00457C !important;
}

.menu-left .card-header {
    padding: .25rem 1rem;
    margin-bottom: 0;
    cursor: pointer;
    color: #F8F7F7;
    background-color: #00457C;
}

.menu-left .card-header h5 {
    color: #F8F7F7;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.menu-left .card-body {
    padding: 1rem;
}

.blue-btn {
    color: #fff;
    background-color: #118FF2;
    font-size: 14px;
    font-weight: 500;
}

.blue-btn:hover {
    background-color: #5aa1da;
    color: #fff;
}

.menu-left .input-group-sm>.form-control {
    border-radius: 0;
}

.menu-left .input-group-text {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.menu-left .input-group>.input-group-prepend>.input-group-text {
    padding: .25rem .2rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}


ul.list-left {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-left li {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}

ul.list-left li a {
    font-weight: 500;
    color: #707070;
    text-decoration: none;
}

ul.list-left li a:hover {
    color: #00457C;
}

/* pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
    margin-bottom: 0;
}

.page-item {
    padding: 0 3px;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #BAC4CC;
    border: 0;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 500;
}

.page-link:hover {
    z-index: 2;
    color: #4CA6F0;
    font-weight: 500;
    text-decoration: none;
    background-color: #f0f3f5;
}

/* list icon */
.list-icon {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
    margin-bottom: 0;
}

.icon-item {
    padding: 0 5px;
}

.icon-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #BAC4CC;
    border: 0;
}

.icon-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    border: 0;
    font-size: 24px;
    font-weight: 500;
}

.icon-link:hover {
    z-index: 2;
    color: #4CA6F0;
    font-weight: 500;
    text-decoration: none;
}

/* list product 100% */
.list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #C9C5C5;
}

.list-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #DFE7ED;
    border-bottom: 1px solid #C9C5C5;
}

.list-title {
    color: #00457C;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.list-title a {
    color: #00457C;
}

.list-title a:hover {
    color: #118ff2;
}

.manuf-title {
    color: #118ff2;
    font-size: 14px;
    font-weight: 500;
}

.list-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.list-body-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.border-right-list {
    border-right: 1px solid #00457C !important;
}

.border-left-list {
    border-left: 1px solid #00457C !important;
}

/* liste specification */
ul.list-spec {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-spec li {
    line-height: 1.5;
    list-style-type: disc;
    font-size: 14px;
    color: #00457C;
}

ul.list-spec li a {
    color: #00457C;
    text-decoration: none;
}

ul.list-spec li a:hover {
    color: #336994;
}

/* liste specification page product */
ul.list-spec-product {
    padding: 0 1rem !important;
    margin: 0 !important;
}

ul.list-spec-product li {
    line-height: 1.5;
    list-style-type: disc;
    font-size: 14px;
    color: #000000;
    text-transform: capitalize;
}

ul.list-spec-product li a {
    color: #000000;
    text-decoration: none;
}

ul.list-spec-product li a:hover {
    color: #336994;
}

/* other css */
.warehouse-box {
    width: 50px;
    height: 25px;
    border: 1px solid #707070;
    /*color:#336994;*/
    text-align: center;
    padding: 0 3px;
}

.price-box {
    width: 95px;
    height: 25px;
    border: 1px solid #707070;
    /*color:#336994;*/
    text-align: center;
    padding: 0 3px;
}

.price-box-product {
    width: 120px;
    height: 25px;
    border: 1px solid #707070;
    /* color: #336994; */
    text-align: center;
    padding: 0 3px;
}

/* fav box categorie */
.fav-box-categ {
    color: #fff;
    padding: .75rem 1.25rem;
    background-color: #118ff2;
    border-bottom: 1px solid #118FF2;
    width: 60px;
    height: 100%;
}

ul.fav-box-list {
    padding: 0;
    margin: 20px 0;
}

ul.fav-box-list li {
    /* line-height: 3; */
    list-style-type: none;
    padding: 10px 0;
}

ul.fav-box-list li a:hover {
    opacity: 0.5;
}

.bg-secondary {
    padding: .40rem 1.25rem;
    margin-bottom: 0;
    background-color: #DFE7ED !important;
    border: 1px solid #C9C5C5;
    font-size: 16px;
}

.product-title {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.product-des-title {
    color: #00457C;
    font-size: 18px;
    font-weight: 500;
}

.text-primary {
    color: #00457C !important;
}

.text-secondary {
    color: #118FF2 !important;
}

.text-success {
    color: #1F7605 !important;
}

.text-danger {
    color: #EB1414 !important;
}

.text-warning {
    color: #F7C337 !important;
}


ul.fav-box-product li {
    padding: 0 10px;
}

ul.fav-box-product li a:hover {
    opacity: 0.5;
}

.dashed-box {
    border: 1px dashed #707070;
    padding: 0 3px;
    height: 48px;
    display: table;
    width: 100%;
}




/* Carousel Wrapper */
#slideProduct .carousel {
    position: relative;
    margin-bottom: 90px;
}

#slideProduct .carousel-inner {
    margin-bottom: 50px;
}

#slideProduct .carousel-item {
    text-align: center;
}

#slideProduct .carousel-inner img {
    width: 100%;
    height: 100%
}

#slideProduct .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#slideProduct .carousel-indicators>li {
    width: 100px;
}

#slideProduct .carousel-indicators li img {
    display: block;
    opacity: 0.7;
    padding: 2px;
    border: 1px solid #C9C5C5 !important;
}

#slideProduct .carousel-indicators li.active img {
    opacity: 1;
}

#slideProduct .carousel-indicators li:hover img {
    opacity: 0.75
}

#slideProduct .carousel-item img {
    max-width: 450px;
    text-align: center;
}

#slideProduct .carousel-slide-next,
#slideProduct .carousel-slide-prev {
    position: absolute;
    /*top: 0;
    bottom: 0;*/
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #595C5F;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    font-size: 30px;
    font-weight: 500;
}

#slideProduct .carousel-slide-next:hover,
#slideProduct .carousel-slide-prev:hover {
    color: #dcdee0;
}

#slideProduct .carousel-slide-prev {
    left: 0;
}

#slideProduct .carousel-slide-next {
    right: 0;
}

.dashed-border-right {
    border-right: 1px dashed #ccc;
}

.dashed-border-bottom {
    border-bottom: 1px dashed #ccc;
}

@media (max-width: 991.98px) {
    .btn-large {
        font-size: 12px;
    }

    .border-right-list {
        border-right: 0px !important;
    }

    .border-left-list {
        border-left: 0px !important;
    }

    .fav-box-categ {
        color: #fff;
        padding: .75rem 1.25rem;
        background-color: #118ff2;
        border-bottom: 1px solid #118FF2;
        width: 100%;
        height: 100%;
    }

    ul.fav-box-list {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center !important;
    }

    ul.fav-box-list li {
        /* line-height: 3; */
        list-style-type: none;
        padding: 0 10px;
    }

    ul.fav-box-list li a:hover {
        opacity: 0.5;
    }
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }

    .btn-large {
        font-size: 10px;
    }
}

@media (max-width: 575.98px) {
    .border-right-list {
        border-right: 0px !important;
    }

    .border-left-list {
        border-left: 0px !important;
    }

    .fav-box-categ {
        color: #fff;
        padding: .75rem 1.25rem;
        background-color: #118ff2;
        border-bottom: 1px solid #118FF2;
        width: 100%;
        height: 100%;
    }

    ul.fav-box-list {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center !important;
    }

    ul.fav-box-list li {
        /* line-height: 3; */
        list-style-type: none;
        padding: 0 10px;
    }

    ul.fav-box-list li a:hover {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 480px) {
    .nav-tabs>li {
        width: 100%;
    }
}

@media print {

    .container,
    .container-fluid {
        width: auto;
        max-width: 1140px;
    }

    body {
        font-size: .875rem;
        min-height: 65rem;
        padding-top: 0rem;
    }

    .table .thead-dark th {
        color: #fff;
        background-color: #343a40 !important;
        border-color: #454d55;
        -webkit-print-color-adjust: exact;
    }

    .table-striped th,
    .table-striped td {
        background-color: rgba(0, 0, 0, .05) !important;
        -webkit-print-color-adjust: exact;
    }
}

/* alerts */
.alert-primary {
    color: #fff;
    background-color: #00457C;
    border-color: #00457C;
}

.alert-secondary {
    color: #fff;
    background-color: #4CA6F0;
    border-color: #118FF2;
}

.alert-primary .alert-link {
    color: #4ca6f0;
}

/* new css V2 */
a.close_icon {
    position: absolute;
    top: -10px;
    right: 2px;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    opacity: 1 !important;
    background-color: #fff !important;
    display: flex;
    color: #a7a6a6;
}

a.close_icon i:hover {
    opacity: 0.7 !important;
}

.my-mt-3 {
    margin-top: 1.5rem !important;
}

a.fav_icon {
    position: absolute;
    top: 5px;
    right: 22px;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    opacity: 1 !important;
    display: flex;
    color: #a7a6a6;
}

a.fav_icon i:hover {
    opacity: 0.7 !important;
}

.price-spec {
    font-weight: bolder !important;
    font-size: 38px;
    line-height: 1.2;
}

.tb-specs-print th {
    width: 35%;
}

/* new css V2.3 */
.list-title-bold {
    color: #00457C;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.intro-text {
    background-color: #EFF1F4 !important;
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
}

.label-form {
    font-weight: bold;
    font-size: 16px;
    color: #00457C;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.label-form-small {
    font-size: 16px;
    color: #00457C;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #00457C;
    border-radius: 0px;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.custom-file-control:lang(fr):empty::after {
    content: "S�lectionner un fichier...";
}

.btn-submit-form {
    color: #fff;
    background-color: #00457C;
    font-size: 18px;
    border-color: #00457C;
    width: 200px;
    font-weight: 500;
    margin: 4px;
    display: grid;
    align-items: center;
}

.btn-submit-form:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
    color: #fff;
}

.btn-save-form {
    color: #00457C;
    background-color: #fff;
    font-size: 18px;
    border-color: #00457C;
    width: 200px;
    margin: 4px;
    display: grid;
    align-items: center;
}

.btn-save-form:hover {
    background-color: #5aa1da;
    border-color: #5aa1da;
    color: #fff;
}


.center {
    width: 50%;
    margin: auto;
}

.orange-color {
    color: orange !important;
}

.supplier-button {
    font-size: 12px;
    text-decoration: underline;
    background-color: white;
}

.supplier-button:hover {
    background-color: #68B7F5;
}

.order-detail-header {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    padding-bottom: 14px;
}

.order-detail-header h3 {
    color: rgb(1, 69, 124);
    font-size: 16px;
}

.cost-summary {
    float: right;
    padding-right: 16px;
    margin-top: 20px;
}

.cost-summary h3 {
    font-weight: bold;
    color: rgb(1, 69, 124);
    font-size: 16px;
    text-align: right;
    margin-bottom: 15px;
}

.cost-summar-amount {
    float: right;
    font-size: 14px;
}

.cost-summar-labels {
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    text-align: right;
}

.shipping-information-headers {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

.shipping-information-section {
    vertical-align: top;
}

.shipping-information {
    width: 100%;
}

.action-menu {
    padding: 5px;
    background-color: white;
    width: 211px;
    /*display: block;*/
    color: rgb(1, 69, 124);
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid grey;
}

.action-menu-dropdown {
    float: right;
    height: 24px;
}

.customer-order-action-menu-drop-down-list {
    width: 100px;
}

.grid-titles {
    font-weight: bold;
    font-size: 16px;
    color: rgb(1, 69, 124);
}

.drop-down-menu {
    border: 1px solid #2794EA;
    width: 150px;
    /*border-radius: 4px;  */
}

.action-link {
    font-size: 16px;
    color: #01457C !important;
}

.contextual-menu {
    background-color: #EDEAEA;
    height: 212px;
    overflow: auto;
    font-weight: bold;
    font-size: 12px;
    color: #535B64;
}

.contextual-menu .k-first {
    background-color: #EDEAEA;
}

.contextual-menu .k-menu-item {
    height: 32px;
}

.contextual-menu .k-menu-item:hover {
    background-color: #2794EA;
    color: #F7F7F7 !important;
}

.check-all-rows {
    margin-left: 5px;
    margin-right: auto;
}

.product-descripton {
    text-decoration: underline !important;
}

.help_button {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    outline: none;
    color: white;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 0 15px #971b18;
}

.help_button img:hover {
    opacity: 0.5;
}

.underlined-link {
    text-decoration: underline !important;
}

.gerry-content {
    min-height: 1100px;
}

.custom-filter {
    background-color: white !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-color: #707070 !important;
    border-radius: 0 !important;
}

.shipping-fields {
    width: 235px;
    height: 23px;
}

.shipping-fields-2-columns {
    width: 135px;
    height: 23px;
}

.shipping-fields-rows {
    height: 37px;
}

.shipping-estimate {
    padding: 8px 0px 8px 19px;
    border: 1px #68B7F5 solid;
    margin-left: 22px;
    margin-top: 7px;
    width: 252px;
    height: 143px;
}

.cancel-button {
    background: none;
    border-color: #2794EA;
    color: #2794EA;
    width: 103px;
}

.shipping-save-button {
    width: 118px;
    margin-left: 16px;
}

.shipping-amount {
    text-align: end;
}

.country {
    width: 116px !important;
}

.province {
    width: 65px !important;
}

.country-label {
    margin: 0 12px 0px 12px;
}

.shipping-method {
    width: 158px;
    height: 24px;
    background-color: white;
}

.save-shipping-buttons-td {
    float: right;
    width: 241px;
}

.edit-shipping-button {
    padding-top: 0px;
}

.box-fourn {
    /*padding: 0.75rem 1.25rem;*/
    padding: 20px;
    background-color: #EDF3FF;
    border: 1px solid #B0BFDE;
    margin: 0px 3px;
}

.box-fourn:first-child {
    margin-left: 0px;
}

.box-fourn:last-child {
    margin-right: 0px;
}


.list-fourn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #EDF3FF;
    background-clip: border-box;
    border: 1px solid #B0BFDE;
    margin: 0px 3px;
    height: 100%;
}

.list-fourn:first-child {
    margin-left: 0px;
}

.list-fourn:last-child {
    margin-right: 0px;
}

.list-header-fourn {
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #B0BFDE;
}

.list-body-fourn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 20px;
}

.title-fourn {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #01457C;
}

.text-fourn {
    height: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #01457C;
}

.list-fourn .text-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #01457C;
}

.list-fourn .fourn-badge-success {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #198754;
    box-sizing: border-box;
    display: flex;
    padding: 6px 4px;
    background: #FCFCFC;
    border: 1px solid #198754;
    border-radius: 4px;
    display: inline-block;
}

.list-fourn .text-normal {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
}

.list-fourn .input-fourn {
    background: #FFFFFF;
    border: 0.5px solid #2794EA;
    border-radius: 4px;
    height: 24px;
}

.list-fourn .input-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #01457C;
    padding-top: 4px;
}

.list-fourn .form-group {
    margin-bottom: 8px;
}

.list-fourn .btn-outline-fourn {
    border: 1px solid #2F80ED;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2F80ED;
    width: 106px;
    text-align: center;
    margin: 0px 5px;
}

.list-fourn .btn-fourn {
    background: #2F80ED;
    border: 1px solid #2F80ED;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #F2F2F2;
    width: 106px;
    text-align: center;
}

.hidden {
    display: none;
}

.order-comment {
    border: 1px solid;
    width: 40%;
    float: left;
    margin: 15px 15px 0px 0px;
    min-height: 194px;
    padding: 5px;
}

.order-comment-notes-labels {
    text-transform: capitalize;
    margin: 10px;
}

.order-note {
    border: 1px solid;
    width: 35%;
    float: left;
    margin: 15px 0px 0px 0px;
    min-height: 194px;
    padding: 5px;
}

.eui-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1E1F20;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.cutomer-order-summary {
    background-color: #EDF3FF;
    width: 100%;
}

.cutomer-order-summary td {
    vertical-align: top;
}

.cutomer-order-header-td {
    border: 1px solid #B0BFDE;
}

.order-summary {
    color: #191919;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    text-align: center;
    width: 50%;

}

.order-summary-totals {
    flex: 1;
    /* This makes the divs share the available space equally */
    padding: 10px;
    margin: 5px;
}

.order-summary-main {
    margin: 0;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.cost-summary-order-header {
    width: 100%;
}

.cost-summary-row {
    margin: 0px 0px 15px 5px !important;
}

.red {
    color: red !important;
}

.small-icon {
    height: 18px;
}

/* Dashboard Layout */
.dashboard-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 cards per row */
    gap: 20px;
    /* space between cards */
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    /* ensure no horizontal scroll */
}

.skip-column {
    grid-column: 3 / 4;
}

/* Card Container */
.dashboard-card {
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
}

.dashboard-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.dashboard-card-title {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.dashboard-card-toolbar {
    display: flex;
    gap: 0.4rem;
    font-size: 1rem;
}

/* Item Row (chip style) */
.item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f4f6;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    transition: background 0.2s;
    min-height: 38px;
}

.item-row:hover {
    background: #e5e7eb;
}

/* Logo & Text */
.item-logo {
    width: 40px;
    height: 30px;
    object-fit: contain;
    margin-right: 0.4rem;
}

.item-info {
    display: contents;
    align-items: center;
    flex: 1;
}

.item-label {
    font-weight: 500;
    line-height: 1.2;
}

.item-sub-label {
    font-size: 0.8rem;
    margin-left: auto;
}

/* Actions */
.item-actions {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.icon-btn:hover {
    transform: scale(1.2);
}

.icon-active {
    color: #ec4899;
    /* pink like your screenshot */
}

/* Card Input */
.dashboard-card input[type="text"] {
    margin-top: 0.5rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    width: 100%;
}

.dashboard-card input[type="text"]:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 1px #38bdf8;
}

/* Icon Legend */
.icon-legend {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #374151;
}

.icon-legend div {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pin-icon {
    width: 25px;
}

.link-button {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    color: #007bff;
    font-weight: 500;
    line-height: 1.2;
    border: none;
}

.small-width {
    width: 80px !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-align-right {
    text-align: right;
}

.input-price {
    /* margin-left: 47px; */
}