/* Divers / Templates */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

li.page-item.active a {
    box-shadow: 0 0 !important;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold !important;
}

.r-border {
    border-right: 1px solid #e7e7e7 !important;
}

.link {
    color: #33b5e5 !important;
    text-decoration: underline;
}

.link-dark {
    color: #228db4 !important;
}

.link-hist {
    color: #fff !important;
    text-decoration: underline;
}

.under {
    text-decoration: underline;
}

.send-bg {
    background-color: #d6ffd6 !important;
    border: 5px solid #4cae4c !important;
}

.send-warning-bg {
    background-color: #ffebbc !important;
    border: 5px solid #ff8f00 !important;
}

.error-bg {
    background-color: #f2dede !important;
    border: 5px solid #d43f3a !important;
}

.error-message {
    color: #ff3547 !important
}

.nowrap {
    white-space: nowrap;
}

.pre-line {
    white-space: pre-line;
}

.ws-normal {
    white-space: normal;
}

.bg-grey {
    background-color: #eee;
}

/* Back to top */
#scrollToTop {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;

    text-decoration: none;
    background-color: #4285f4;
    color: white;
    display: none;
    border-top-right-radius: 10%;
    border-top-left-radius: 10%;
    transition: 0.3s;
    font-size: 1.2em;
    line-height: 50px;
}

#scrollToTop:hover {
    text-decoration: none;
    background-color: #0d47a1;
}

/* Heights */
.h-5 {
    height: 5% !important;
}

.h-10 {
    height: 10% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.full-size {
    height: 100vh !important;
}

/* Widths */
.w-auto {
    width: auto !important;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: 0.4s;

    padding: 0;
    margin: 0;
    box-shadow: 0 0 !important;
    background-color: #f8f8f8 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1000;
}

.navbar ul {
    padding-left: 5px;
    padding-right: 10px;
    margin: 0;
}

.navbar a {
    color: #007bff !important;
}

/* The sidebar menu */
.sidenav {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 1040;
    top: 60px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding: 0;

    box-shadow: 0 0 !important;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7 !important;

    list-style-type: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    transition: 0.4s;
    white-space: nowrap;
}

path {
	transition: fill .5s;
}

.sidenav ul {
    list-style: none;
    padding-left: 0;
}

.sidenav ul li {
    padding: 0;
}

.sidenav > ul {
    max-height: calc(100vh - 60px);
}

.small-sm {
    font-size: 60% !important;
}

/* Active */
#slide-out.active {
    width: 240px !important;
}

ul.side-items a {
    padding-left: 15px;
    text-align: left !important;
}

ul.side-items i {
    margin-right: 15px !important;
}

ul.side-items img {
    margin-right: 15px !important;
}

ul.side-items svg {
    margin-right: 15px !important;
}

/* The navigation menu links */
.sidenav a {
    display: block;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
}

/* Installation de Grad3D */
.border-install {
    border: 1px solid; 
}
.boutton-telechargement-grad {
    border: 2px solid #0277bd !important;
    border-radius: 2rem !important;
    background: #0277bd !important;
    color: #fff !important;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

#main {
    padding-left: 30px;
    transition: 0.4s;
}

#main.active {
    padding-left: 15rem !important;
}

ul.collapse-nav:hover {
    background-color: #eee !important;
}

.ul-collapse {
    width: 50px !important;
}

.button-collapse {
    font-size: 1.4rem !important;
}

ul.navbar-nav {
    height: 100% !important;
}

ul.navbar-nav:hover {
    background-color: #eee !important;
}

.side-items li {
    border-bottom: 1px solid #e7e7e7 !important;
}

.side-items li a {
    color: #1e71ae !important;
}

.side-items li:hover {
    background-color: #eee !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

.params {
    margin-bottom: 61px !important;
    color: #1e71ae !important;
}

.active-item {
    background-color: #eee !important;
}

.switch label input[type="checkbox"]:checked+.lever {
    background-color: #c7e2e8 !important;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #77abb7;
}

/* Largeurs */
.w-5 {
    width: 5% !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 40% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

/* Hauteurs */
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-90 {
    height: 90% !important;
}

/* Forms */
.form-control {
    border-radius: 0 !important;
}

.custom-select {
    border-radius: 0 !important;
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #c0c0c0 !important;
}

.login-form {
    max-width: 400px !important;
}

.login-form .card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

input[name='remember_me'] {
    display: none;
}

label[for='remember-me'] {
    display: none;
}

.md-form {
    margin-bottom: 0 !important;
}

.mdb-select.custom input.select-dropdown {
    display: block !important;
    height: 38px !important;
    font-size: 80% !important;

    margin-bottom: 0 !important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    line-height: 1.66 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    font-weight: 400 !important;
}

.mdb-select.custom .caret {
    top: 0.75rem !important;
    right: 0.75rem !important;
    z-index: 10;
}

.select-wrapper.active span.caret {
    color: #495057 !important;
}

.dropdown-content li > span {
    color: #699fa0 !important;
    font-weight: 400;
}

.dropdown-content li.disabled > span {
    color: #bdbdbd !important;
    font-weight: 400;
}

.multiple-select-dropdown li [type="checkbox"] + label {
    color: #1d2025 !important;
}

.form-check-input[type="checkbox"]:checked + label::before {
    border-right: 2px solid #699fa0 !important;
    border-bottom: 2px solid #699fa0 !important;
}

.check-atelier {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.check-visible {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.custom-select {
    display: block !important;
    cursor: pointer;
}

.select-year-hist {
    width: auto !important;
    height: auto !important;
    display: block !important;
    cursor: pointer;
    padding: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    line-height: 1 !important;
    font-size: 0.7em !important;
    border-radius: 0.1rem !important;
}

.select-year-com {
    width: auto !important;
    height: auto !important;
    display: block !important;
    cursor: pointer;
    padding: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    line-height: 1 !important;
    font-size: 0.7em !important;
    border-radius: 0.1rem !important;
}

.select-year-zoom {
    width: auto !important;
    height: auto !important;
    display: block !important;
    cursor: pointer;
    padding: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    line-height: 1 !important;
    font-size: 0.7em !important;
    border-radius: 0.1rem !important;
    position: absolute;
    top: 0;
    left: 2%;
}

.select-scale-com {
    width: auto !important;
    height: auto !important;
    display: block !important;
    cursor: pointer;
    padding: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    line-height: 1 !important;
    font-size: 0.7em !important;
    border-radius: 0.1rem !important;
}

.select-scale-hist {
    width: auto !important;
    height: auto !important;
    display: block !important;
    cursor: pointer;
    padding: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    line-height: 1 !important;
    font-size: 0.7em !important;
    border-radius: 0.1rem !important;
}

.select-scale {
    width: auto !important;
    height: auto !important;
    display: block !important;
    cursor: pointer;
    padding: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    line-height: 1 !important;
    font-size: 0.7em !important;
    position: absolute;
    top: 1%;
    right: 1%;
}

.select-stats-year {
    width: auto !important;
}

.custom-control .custom-checkbox {
    cursor: pointer !important;
}

.checkbox-primary-filled [type='checkbox'][class*='filled-in']:checked+label:after {
    border-color: #4285f4;
    background-color: #4285f4;
}

.checkbox-danger-filled [type='checkbox'][class*='filled-in']:checked+label:after {
    border-color: #ff4444;
    background-color: #ff4444;
}

.radio-grey [type='radio']:checked+label:after {
    border-color: #616161;
    background-color: #616161;
}

.radio-success [type='radio']:checked+label:after {
    border-color: #00c851;
    background-color: #00c851;
}

.radio-danger [type='radio']:checked+label:after {
    border-color: #ff4444;
    background-color: #ff4444;
}

.classic-radio {
    opacity: 1 !important;
    position: relative !important;
    pointer-events: auto !important;
}

.select-transp {
    width: 300px;
}

td .input-group-text {
    padding: 4px !important;
}

td .input-group input {
    padding-top: 4px !important;
    padding-right: 0 !important;
    padding-left: 4px !important;
    padding-bottom: 4px !important;
}

.input-group .pd-sm {
    padding-top: 6px !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
    padding-bottom: 4px !important;
}

.input-group .pd-r {
    padding-top: 6px !important;
    padding-right: 20px !important;
    padding-left: 4px !important;
    padding-bottom: 4px !important;
}

.input-ref {
    padding-top: 4px !important;
    padding-right: 0 !important;
    padding-left: 4px !important;
    padding-bottom: 4px !important;
}

.ig-width {
    width: 42px !important;
}

.form-control[readonly] {
    background-color: #fff !important;
}

.custom-file-upload {
    position: relative;
    overflow: hidden;
}

.custom-file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

/* Cards */
.card-std {
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    box-shadow: none !important;
}

.card-dash {
    box-shadow: none !important;
    background-color: #337ab7 !important;
    color: white !important;
}

.card-infos-hist {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0 !important;
}

/* Buttons */
.btn {
    box-shadow: 0 0 !important;
    border-radius: 0 !important;
}

.search-sm {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    background-color: #80808080;
}

.search-sm-com {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    background-color: #80808080;
}

.search-sm-zoom {
    position: absolute;
    top: 5%;
    right: 2%;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    background-color: #80808080;
}

/* Couleurs */
.dark-grey {
    color: #212529 !important;
}

.bg-prod-fini {
    background-color: #d6ffc6 !important;
}

.bg-prod-prob {
    background-color: #ffafaf !important;
}

.bg-prod-warning {
    background-color: #ffe4af !important;
}

.bg-high-stk {
    background-color: #f6f6f6 !important;
}

.bg-not-send {
    background-color: #fecbcb !important;
}

.bg-at-done {
    background-color: #28ec54 !important;
    color: white;
}

.bg-livr-annul {
    background-color: rgb(173, 173, 173) !important;
}

.bg-at-block {
    background-color: #fe5d5d !important;
    color: white;
}

.bg-import {
    background-color: #d6ffc6 !important;
}

.bg-compt-annul {
    background-color: #ffafaf !important;
}

.bg-sent-navette {
    background-color: #31b0d5 !important;
}

.txt-success {
    color: #1be749 !important;
}

.txt-danger {
    color: #ff4444 !important;
}

.txt-warning {
    color: #ffbb33 !important;
}

.txt-warning-dark {
    color: #ff8800 !important;
}

.bg-bl-danger {
    background-color: #fcc !important;
}

.bg-log-notrdy {
    color: grey !important;
    background-color: #efefef !important;
}

.bl-border {
    border: 3px solid #ff3547 !important;
}

.bl-bg {
    background-color: #d7ecff;
}

.cntct-clr {
    color: #269abc !important;
}

.depart-border {
    border: 2px solid grey;
}

.default-txt {
    color: #eee !important;
}

/* Tables */
.at-cell {
    width: 60px !important;
}

.at-cell-80 {
    width: 80px !important;
}

.act-cell {
    width: 180px !important;
}

.act-cell-sm {
    width: 100px !important;
}

.price-cell {
    width: 105px !important;
}

.table.tab-gpl thead a {
    color: white !important;
}

.table-bordered th.th-d-none {
    visibility: hidden;
    border-style: hidden !important;
}

.tab_cell_ateliers {
    font-size: 9px !important;
    background-color: transparent !important;
}

.tab_cell_ateliers tbody {
    background-color: transparent !important;
}

.tab_cell_ateliers tbody tr {
    background-color: transparent !important;
}

.tab_cell_ateliers div {
    font-size: 10px !important;
}

.tab_cell_ateliers td {
    padding: 5px !important;
    width: 45px !important;
}

.tab-com {
    border-top: 1px solid #dee2e6 !important;
}

.tab-com td {
    padding: 0.7rem !important;
}

table.table-exp th {
    padding: 6px !important;
}

table.table-exp td {
    padding: 6px !important;
}

table.table-colis-sm tr:hover {
    background-color: inherit !important;
}

table.table-colis-sm th {
    padding: 0px !important;
}

table.table-colis-sm td {
    padding: 0px !important;
    border: 0;
}

table.tab-charg>thead>tr>th {
    padding: 8px !important;
}

table.tab-charg>tbody>tr>td {
    padding: 8px !important;
}

table.tab-charg>tbody>tr>th {
    padding: 8px !important;
}

.table a {
    margin-right: 0 !important;
}

.td-com {
    width: 50px !important;
}

.td-infos-client {
    width: 500px !important;
}

.td-prod-log {
    width: 250px !important;
}

.td-montant {
    width: 120px !important;
    white-space: nowrap;
}

.td-actions {
    width: 160px !important;
}

.th-grps-stock {
    border-bottom: 1px solid #dee2e6 !important;
}

.th-code {
    width: 10%;
}

.th-com {
    width: 500px !important;
}

.th-comptage {
    width: 180px !important;
}

.th-stock-ws {
    width: 100px !important;
}

.th-compt-det {
    width: 160px !important;
}

.th-comptage-d {
    width: 250px !important;
}

.th-nb-w {
    width: 90px !important;
    white-space: nowrap;
}

.th-type-colis {
    width: 200px !important;
}

.th-dim-colis {
    width: 300px !important;
}

.th-tel {
    min-width: 140px !important;
}

.th-port {
    min-width: 120px !important;
}

.th-dims-exp {
    width: 190px !important;
}

.th-num {
    width: 60px !important;
}

.th-ref {
    width: 180px !important;
}

.th-vals {
    width: 130px !important;
}

.th-autorisation {
    width: 250px;
}

.tr-bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.total-bg-compt {
    background-color: rgba(153, 153, 153, 0.6) !important;
}

.white-th {
    border: 1px solid white !important;
    background-color: white !important;
    color: black;
    font-size: 1rem !important;
    font-weight: 300 !important;
}

.ws-bg {
    background-color: #2375a2 !important;
}

.depot-bg {
    background-color: #57e7e7 !important;
}

.ecart-bg {
    background-color: #ff8700 !important;
}

.th-des {
    width: 320px;
}

.th-des-lg {
    width: 400px;
}

.th-mod-stk {
    width: 100px !important;
}

.thead-bg-at {
    background-color: rgba(42, 175, 214, 1) !important;
}

.thead-bg-sem {
    background-color: rgba(66, 193, 93, 1) !important;
}

.table-striped thead tr:nth-of-type(2n+1) {
    background-color: transparent !important;
}

/* Buttons */
.flex-btn {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
}

.flex-up-btn {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    height: 70% !important;
}

.flex-down-btn {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    height: 30% !important;
    border-top: solid 1px white;
}

.double-nv .button-collapse {
    position: relative !important;
    font-size: 1.4rem !important;
}

.btn-primary:hover {
    background-color: #2f5595 !important;
}

a.btn-s {
    padding: 8px !important;
    border-radius: 2px !important;
}

.btn-enlev {
    background-color: #31b0d5 !important;
    color: white !important;
}

/* Modales */
.modale-dialog-art {
    max-width: 900px !important;
}

.modale-dialog-art-sm {
    max-width: 700px !important;
}

.modale-dialog-art-lg {
    max-width: 1200px !important;
}

.modal-header {
    box-shadow: 0 0 !important;
}

.modal-dialog.modal-notify.modal-primary .modal-header {
    background-color: #699fa0 !important;
}

.modal-dialog.modal-notify .modal-body {
    color: #1d2025 !important;
}

table.table .modal-footer a{
	margin: .375rem !important;
}

/* Fonts */
.h1-lg {
    font-size: 3rem !important;
}

.dash-huge {
    font-size: 40px !important;
}

.com-tot {
    font-size: 20px !important;
}

.font-sm {
    font-size: 0.9rem;
}

.fs-lg {
    font-size: large;
}

/* Badges */
.badge {
    box-shadow: 0 0 !important;
}

.badge.badge-grey {
    background-color: #7e7e7e !important;
}

/* Tabs */
.md-pills .stock-in-pill .nav-link .active {
    background-color: #00c851 !important;
}

.md-pills .stock-out-pill .nav-link .active {
    background-color: #ff4444 !important;
}

.md-pills .dash-pill-at .nav-link.active {
    background-color: rgba(42, 175, 214, 1) !important;
}

.dash-pill-at :not(.active) {
    background-color: rgba(42, 175, 214, 0.5) !important;
    color: white !important;
}

.md-pills .dash-pill-sem .nav-link.active {
    background-color: rgba(66, 193, 93, 1) !important;
}

.dash-pill-sem :not(.active) {
    background-color: rgba(66, 193, 93, 0.5) !important;
    color: white !important;
}

/* positions */
.pos-facteur {
    position: absolute;
    vertical-align: middle;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%);
}

.franco-pos {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 10000 !important;
}

.pos-facteur-td {
    position: relative !important;
}

.pos-gc {
    position: absolute;
    top: 25% !important;
    right: 3% !important;
}

.pos-relative {
    position: relative !important;
}

.sm-title {
    display: none !important;
}

.pos-enlev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 15px;
}

#initiales {
    display: none;
}

/* Charts */
#infosClient {
    transition-duration: 0.1s;
}

#charts {
    transition-duration: 0.1s;
}

/* Media prints */
@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    .table td,
    .table th {
        background-color: transparent !important;
    }

    .table-colis-sm td,
    .table-colis-sm th {
        border: 0 !important;
    }
}

/* Media queries */
@media screen and (max-width: 610px) {
    .dash-com {
        margin-bottom: 6px;
    }

    #navbarDropdownMenuLink {
        font-size: 12px !important;
    }

    .full_title {
        display: none !important;
    }

    .sm-title {
        display: inline !important;
    }

    .ul-collapse {
        display: none !important;
    }

    #full_name {
        display: none;
    }

    #initiales {
        display: inline;
    }

    h1 {
        font-size: 2rem !important;
    }

    h4 {
        font-size: 1.3rem !important;
    }

    .nav-link {
        font-size: 0.7rem !important;
        padding: 0.3rem 0.3rem !important;
    }

    .sidenav {
        width: 40px !important;
    }

    .navbar ul {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    ul.side-items a {
        padding-left: 10px;
        text-align: left !important;
    }

    ul.side-items i {
        margin-right: 10px !important;
    }

    ul.side-items img {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    .border-install {
        margin-left: -7px;
    }
}

@media screen and (max-width: 1480px) {
    .depot-resize {
        display: none !important;
    }
}

@media screen and (min-width: 610px) {
    .modal-dialog {
        margin-top: 40px !important;
    }
}

.h-90 {
    height: 90% !important;
}
.h-10 {
    height: 10% !important;
}


.btn-outline-dark {
    color: #070808 !important;
    background-color: transparent !important;
    border: 2px solid #070808 !important
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark:active:focus,
.btn-outline-dark.active {
    color: #070808 !important;
    background-color: transparent !important;
    border-color: #070808 !important
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: transparent !important;
    border-color: #070808 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-danger:not([disabled]):not(.disabled):active:focus,
.btn-outline-danger:not([disabled]):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.modal-dialog.modal-notify.modal-dark .modal-header {
    background-color: #070808
}

.modal-dialog.modal-notify.modal-dark .fas,
.modal-dialog.modal-notify.modal-dark .fab,
.modal-dialog.modal-notify.modal-dark .far {
    color: #070808
}

.modal-dialog.modal-notify.modal-dark .badge {
    background-color: #070808
}

.modal-dialog.modal-notify.modal-dark .btn .fas,
.modal-dialog.modal-notify.modal-dark .btn .fab,
.modal-dialog.modal-notify.modal-dark .btn .far {
    color: #fff
}

.modal-dialog.modal-notify.modal-dark .btn.btn-outline-success .fas,
.modal-dialog.modal-notify.modal-dark .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-dark .btn.btn-outline-success .far {
    color: #070808
}

.commande-titre-font-size {
    font-size: 1.1rem;
}

.table-space {
    border-collapse: separate;
    border-spacing: 0 0.6rem;
}

.row-bottom {
    position: absolute;
    bottom: 0px;
}

.btn-muted {
    opacity: 0.3;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.div-form-button-add {
    margin-bottom : 0 !important;
}
.div-form-langBlock {
    background-color: #ebf3f3;
    border: 1px solid #ced4da;
    padding: 5px;
}
.div-form-lang {
    border: 1px solid #ced4da;
    padding: 5px;
}
.div-icare-gck {
    background-color:#699fa0 ;
}
.th-bg-lucie {
    background-color:#699fa0;
}
.th-bg-x3 {
    background-color:#f49f12;
}
.th-actions-x3 { 
    background-color:#c8c8c8;
}
.border-right-comp {
    border-right: 1px solid #959595 !important;
}
.btn-default-radius {
    background-color: rgb(51, 71, 82);
    border-radius: 2rem;
    font-size: .64rem;
    color: #fff;
    box-shadow: 0 0;
}
.prop-txt-color {
    color: #ff9800;
}

.form-check-input[type="checkbox"].filled-in:checked + label:after,
label.btn input[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff !important;
    border: 2px solid #699fa0 !important;
}

.form-check-input[type="checkbox"].filled-in:not(:checked)+label:after, label.btn input[type="checkbox"].filled-in:not(:checked)+label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #699fa0 !important;
}