/* region orb-form */
.orb-form .row *, .orb-form .row *::after, .orb-form .row *::before{
    box-sizing: border-box;
}

.orb-form .ui-slider-handle {
    box-sizing: content-box;
}
.orb-form .ui-slider .ui-slider-handle:before,
.orb-form .ui-slider .ui-slider-handle {
     z-index: auto;
 }
.ui-slider-horizontal .ui-slider-handle {
    top: 0;
}
.orb-form .ui-slider {
    margin: 10px 6px 10px;
}
.orb-form .checkbox i{
    box-sizing: content-box;
    top: 2px;
}

.orb-form .input input.input-sm {
    padding: 5px 10px; height: 30px;
}
.orb-form .input input {
    height: 30px;  padding: 5px 10px;
}
.orb-form .input input, .orb-form .textarea textarea {
    border-width: 1px;
}
.orb-form .input .bootstrap-touchspin input {
    padding: 5px 5px;
}
.orb-form .input-group-btn button {
    height: 30px;
    padding : 0 12px;
}
.orb-form label.input-width-medium,
.orb-form input.input-width-medium {
    width: 125px;
}
.orb-form label.input-width-small,
.orb-form input.input-width-small {
    width: 80px;
}

.orb-form .icon-append,
.orb-form .icon-prepend {
    position: absolute;
    top: 4px;
    width: 29px;
    height: auto;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.orb-form .input input.search {
    padding: 2px 2px; height: 26px;
}
.orb-form .toggle {
    min-height: 20px;
}
.orb-form .actif-toggle i:after {
    content: 'INACTIF';
}
.orb-form .actif-toggle input:checked + i::after {
    content: 'ACTIF';
}
.orb-form .valide-toggle i:after {
    content: 'NON VALIDÉ';
}
.orb-form .valide-toggle input:checked + i::after {
    content: 'VALIDÉ';
}
.orb-form .transport-toggle i:after {
    content: 'Oui';
}
.orb-form .transport-toggle input:checked + i::after {
    content: 'Non';
}
.orb-form .alcool-toggle i:after {
    content: 'SANS';
}
.orb-form .alcool-toggle input:checked + i::after {
    content: 'AVEC';
}
.orb-form .ouinon-toggle i:after {
    content: 'NON';
}
.orb-form .ouinon-toggle input:checked + i::after {
    content: 'OUI';
}
.orb-form .produit-declinaison-toggle i:after {
    content: 'PRODUIT';
}
.orb-form .produit-declinaison-toggle input:checked + i::after {
    content: 'DECLINAISON';
}
.orb-form .commission-toggle i:after {
    content: 'IMPAYÉE';
}
.orb-form .commission-toggle input:checked + i::after {
    content: 'PAYÉE';
}
.orb-form .validees-toggle i:after {
    content: 'NON VALIDEES';
}
.orb-form .validees-toggle input:checked + i::after {
    content: 'VALIDEES';
}
.orb-form .demo-toggle i:after {
    content: 'DÉMO';
}
.orb-form .demo-toggle input:checked + i::after {
    content: 'COMPLET';
}
.orb-form .lignecmd-toggle i:after {
    content: 'Ligne';
}
.orb-form .lignecmd-toggle input:checked + i::after {
    content: 'Commande';
}
.orb-form .existingnew-toggle i:after {
    content: 'NOUVEAU';
}
.orb-form .existingnew-toggle input:checked + i::after {
    content: 'EXISTANT';
}
.orb-form .commandevente-toggle i:after {
    content: 'Commande';
}
.orb-form .commandevente-toggle input:checked + i::after {
    content: 'Vente';
}

.orb-form .custom-toggle i {
    height: 19px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.orb-form .custom-toggle i {
    width: 70px;
}
.orb-form .transport-toggle i {
    width: 60px;
}
.orb-form .ouinon-toggle i {
    width: 60px;
}
.orb-form .surround-toggle {
    height: 25px;
}
.orb-form .custom-toggle {
    height: 25px;
    float: right;
}

.orb-form .custom-large-toggle {
    padding-right: 0;
    width: 100px;
}
.orb-form .custom-large-toggle i {
    width: 100px;
    height: auto;
    min-height: 20px;
}
.orb-form .custom-toggle input:checked + i:before {
    left: 4px;
}

/* Le 25/08 : plus utilisé (vu dans les commandes => TODO ASUP) */
/*.orb-form .totaux > div {*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*}*/

/*.orb-form .totaux div.datas {*/
/*    display: table;*/
/*    width: 100%;*/
/*}*/
/*.orb-form .totaux div.datas label {*/
/*    text-align: left;*/
/*    display: table-cell;*/
/*    width: 60%;*/
/*}*/
/*.orb-form .totaux div.datas span {*/
/*    text-align: right;*/
/*    width: 40%;*/
/*    display: table-cell;*/
/*}*/

.orb-form .radio {
    line-height: 20px;
    padding-left: 17px;
}
.orb-form .checkbox {
    line-height: 20px;
    padding-left: 0.6em;
}
.orb-form .checkbox:not(.label) {
    padding-left: 21px;
}
.orb-form .checkbox.control-label {
    font-weight: 700;
}
.orb-form .inline-group .radio {
    margin-right: 20px;
}
form.orb-form .inline-group { margin: 0;}
.orb-form .radio input + i::after {
    left: 2px;
    top: 2px;
}

.orb-form section -v-primary:not(:first-child) {
    margin-left: 20px;
}
/*.orb-form a.btn-default,*/
/*.orb-form a.btn-primary {*/
/*    color: #ffffff;*/
/*}*/
button,
.btn,
.btn-primary,
.btn-default,
.btn-gold,
button.btn {
    border-radius: 50px;
    padding: 7px 20px;
}
.note-editor .note-toolbar > .note-btn-group.btn-group > button.btn-sm,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:last-child > .btn:first-child {
    padding: 7px 10px;
}
.note-editor .note-toolbar > .note-btn-group.btn-group > .note-btn-group.btn-group > button.btn-sm {
    border-radius: 50px;
}

.link-dialog > .modal-dialog > .modal-content > .modal-header > .close{
    display:none;
}

.btn-vinivrp {
    color: #ffffff;
    background-color: #5f122f;
    border-color: #5f122f;
}
.btn-vinivrp:hover {
    color: #ffffff;
    background-color: #ab2256;
    border-color: #ab2256;
}
.btn-vinivrp:focus {
    color: #ffffff;
}
a.btn i,
button.btn i,
.orb-form a.btn i,
.orb-form button.btn i {
    margin-right: 5px;
    font-size: 1.2em;
}
thead i {
    font-size: 1.2em;
}

.orb-form .label,
.orb-form .control-label {
    display: inline-block;
    text-transform: none;
    font-weight: 700;
    font-size: 12px;
}

table tbody .orb-form .label {
    margin-bottom: 0;
    padding-bottom: 0;
}
.orb-form .important label,
.orb-form .important input {
    font-weight: bold;
}

.orb-form input:disabled + i {
    opacity: 0.4;
}
.orb-form label.checkbox.disabled {
    opacity: 0.4;
}

.orb-form .panel-group {
    margin-bottom: 20px;
}

.orb-form .ui-slider-handle::before {
    z-index: 1;
}

/* region summernote */
.orb-form label.summernote {
    width: 100%;
}
.orb-form .note-editor {
    border-color: #c0c2c7;
    border-width: 2px;
    border-radius: 3px;
    border-style: solid;
}

.orb-form .note-editor .checkbox input {
    left: auto;
}

.orb-form .textarea textarea.note-codable {
    display: none;
}

.orb-form .list-group-item {
    margin-bottom: -2px;
}

.orb-form .list-group-item.list-group-inline-item {
    display: inline-block;
    margin-bottom: 2px;
}
.orb-form .list-group-item.list-group-inline-item .badge {
    margin-left: 5px;
}

.orb-form .note-editor .item-tag {
    display: inline;
    color: #fff;
    background: #25b9d7;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
}

.orb-form .note-editor .item-tag .toclose {
    margin: 0.4rem 0.4rem 0.4rem 0.8rem;
    color: #363a41;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    text-shadow: none;
}

.orb-form .note-editor .item-tag .toclose:hover {
    color: #fff;
}

.orb-form .note-editor{
     font-weight: 400;
 }

.note-editor.note-frame .note-editing-area .note-editable {
    padding-top: 0;
    padding-bottom: 0;
}
.note-editor .note-editing-area .note-editable p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.small-summernote + .note-editor.note-frame .note-editing-area .note-editable {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* endregion summernote */

.orb-form .chosen-hour-size > .chosen-container {
    width: 45% !important;
}

.submit-filter > section {
    text-align: right;
}
@media screen and (max-width: 1199px) {
    .submit-filter > section button {
        min-height: 35px;
        min-width: 90px;
        max-width: 150px;
        font-size: 120%;
        word-wrap: break-word;
        white-space: normal;
    }
}

form.orb-form + form.orb-form {
    border-top: 5px solid rgba(0,0,0,.1);
    padding-top: 10px;
}

@media (max-width: 991px) {
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66%;
    }
}

.orb-form.filter-serveur-row label.checkbox {
    padding: 0.2em 25px 0.3em 0.2em;
}

.orb-form em.invalid {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 15px;
    color: #ee9393;
}
.orb-form .state-error + input {
    border-color: #e9a89a;
    background: #f0c6bd;
}

.orb-form.serveur-filter .state-success input,
.orb-form.filter-serveur-row .state-success input,
.orb-form.serveur-filter .state-success .icon-append,
.orb-form.serveur-filter .state-success .icon-prepend,
.orb-form.filter-serveur-row .state-success .icon-append,
.orb-form.filter-serveur-row .state-success .icon-prepend {
    background-color: inherit;
    border-color: #c0c2c7;
}
.orb-form.serveur-filter .state-success .icon-append,
.orb-form.serveur-filter .state-success .icon-prepend,
.orb-form.filter-serveur-row .state-success .icon-append,
.orb-form.filter-serveur-row .state-success .icon-prepend {
    color: #c0c2c7;
}

/* region tagify */
.tagify {
    min-width: 338px;
}
.tagify .tagify__tag:hover:not([readonly]) div::before {
    --tag-bg-inset: 0;
}
.tagify span.tagify__input {
    width: 175px;
}
tags.tagify {
    border-color: #c0c2c7;
    border-width: 2px;
    border-radius: 3px;
    border-style: solid;
    padding: 5px;
    line-height: 20px;
}
tags.tagify > * {
    margin-top: 0;
    margin-bottom: 0;
}
/* endregion tagify */
/* endregion form */

/*region layout*/
/* region flex */
.display-flex {
    display: flex;
    justify-content: space-between;
}
.flex-1{
    flex: 1;
}
.flex-direction-column {
    flex-direction: column;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}
/* endregion flex */

.display-block{
    display: block;
}

.w-auto {
    width: auto;
}
/*endregion layout*/

/* region typography */
.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}
.text-success {
    color: #5cb85c;
}
.text-danger {
    color: #d9534f;
}
.text-italic {
    font-style: italic;
}
/* endregion typography */

/*  HACK    */
.content-wrapper {
    min-height: 100%;
    border-radius: 0;
}

a:focus-visible,
a:focus-visible h4,
a h4:focus-visible {
    outline: none;
}

.min-width-200 {
    min-width: 200px;
}
.max-w-content {
    max-width: fit-content;
}


.alert{
    margin-bottom: 10px;
}

.underline {
    text-decoration: underline;
}

.fw-bold {
    font-weight: bold;
}
.fw-normal {
    font-weight: normal;
}

.line-through {
    text-decoration: line-through;
}

.no-display, .orb-form fieldset.no-display, #jsCallbacks, #beforeSubmit {
    display: none;
}

.tf-sum .badge {
    float: right;
}
#toast-container > div {
    opacity: 0.90;
    font-size: 14px;
}
.modal-content .table > tbody > tr:first-child > th,
.modal-content .table > tbody > tr:first-child > td,
#form-content .table > thead > tr:first-child > th,
#form-content .table > tbody > tr:first-child > th,
#form-content .table > tfoot > tr:first-child > th,
#form-content .table > thead > tr:first-child > td,
#form-content .table > tbody > tr:first-child > td,
#form-content .table > tfoot > tr:first-child > td,
#index-unique .table > thead > tr:first-child > th,
#index-unique .table > tbody > tr:first-child > th,
#index-unique .table > tfoot > tr:first-child > th,
#index-unique .table > thead > tr:first-child > td,
#index-unique .table > tbody > tr:first-child > td,
#index-unique .table > tfoot > tr:first-child > td {
    border-top: none;
}

.table > thead > tr:first-child > th:not(.th-bottommed) {
    border-bottom: 0;
}

.add-sub-form-btn i, .inner-datatable th a i, .add-form-line-btn i {
    color: #ffffff;
}

.dataTables_wrapper .form-control { padding: 4px 10px; }
.DTFC_LeftBodyWrapper, .dataTables_scrollBody { z-index: 1; scrollbar-width: thin; }

.orb-form .pagination a i{
    color: #777;
}

.orb-form .disabled input,
.orb-form .disabled select,
.orb-form .disabled .chosen-single {
    background: #dddddd;
}

.table.disabled .edit-column,
.table.disabled .edit-cell {
    display: none;
}

.orb-form table th.edit-column {
    padding: 0 5px;
}
.orb-form table th.edit-column i {
    font-size: 250%;
}

.orb-form .forum .main-details .input i {
    color: #c0c2c7;
    font-size: 12px;
    left: auto;
    position: absolute;
    height: auto;
    line-height: 20px;
    text-align: center;
    top: 4px;
    width: 29px;
    right: 5px;
    padding-left: 3px;
}

.forum .main-details .description i {
    position: relative;
    font-size: 1em; /* 20230209 Code trop hard hérité du style du thème */
}

td.edit-cell a {
    width: 100%;
    text-align: right;
}

/*#table-produit-declinaison .row-initiale input,*/
/*#table-produit-declinaison .row-initiale select {*/
    /*display: none;*/
/*}*/

.panel-heading a h4 {
    padding-left: 15px;
}
.panel-heading a.collapsed h4,
.panel-heading a.collapsed:hover h4 {
    color: #fff;
}
.panel-heading a.collapsed:hover h4 {
    text-decoration: underline;
}

.panel > .panel-heading h4 i {
    font-size: 17px;
}

.panel-default > .panel-heading {
    position: relative;
    border-radius: 0;
    margin-bottom: 5px;
}

.panel-default > .panel-heading,
.panel-default > .panel-heading a {
    background-color: #b59441;/*#c4c5c5;*/
}

.panel-default > .note-toolbar  a {
    background-color: #6e112d;
}

.panel-default > .note-toolbar,
.note-toolbar > .panel-heading {
    background-color: #dddddd;
}

.panel-default:not(.panel-always-open) > .panel-heading > a::before {
    font-family: FontAwesome;
    content: "\f107";
    font-weight: 400;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 6px;
}
.panel.panel-default > .panel-heading i {
    margin-top: 0;
}
.panel.panel-default > .panel-heading i.pull-right {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2em;
}
.panel-default > .panel-heading > a.collapsed::before {
    content: "\f105";
}
#commande-normal .panel-collapse > div:last-child {
    border-bottom: 1px inset rgba(0, 0, 0, 0.20);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#commande-normal .panel-collapse > div:last-child td {
    text-align: right;
}
#commande-normal .panel-collapse > div:last-child td .value {
    padding-left: 5px;
}

#custom-modal .modal-footer {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
.modal > .modal-xxl,
#custom-modal > .modal-lg {
    width: auto;
    max-width: 90%;
}
@media screen and (max-width: 1100px) {
    #custom-modal > .modal-lg {
        max-width: 95%;
    }
}

.modal-title {
    color: #6e112d;
}
.modal-dialog {
    margin: 30px auto;
}

#custom-modal {
    z-index: 10000;
}

.modal-content {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.modal.manage-session .modal-body,
.modal.manage-session .modal-footer {
    text-align: center;
}
.modal.manage-session .modal-footer {
    background-color: rgba(0,0,0,.05);
}

.ask-icon{
    margin-right: 20px;
    color: #6e112d;
}

/* CommandeLigne Touchspin */
#modal-commandeligne-produitdeclinaison tr td .bootstrap-touchspin .form-control{
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
}
/*#modal-commandeligne-produitdeclinaison tr td .bootstrap-touchspin button{*/
    /*height: 100%;*/
    /*!*padding: 1px;*!*/
/*}*/


.little-fieldset section{
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    float: none;
    width: 200px;
}
.dataTables_filter {
    font-size: 10px;
}
div.dataTables_wrapper div.dataTables_filter input {
    height: 25px;
    width: 100%;
}
.orb-form .dataTables_filter .input .icon-append + input {
    padding-right: 46px;
}

.header .button-icon{
    color: #fff;
    font-size: 1.5em;
}

.li-right-btn{
    float: right;
    position: relative;
}
.li-right-btn a i{
    margin-left: 10px;
    font-size: 25px !important;
}

#commandeenlevements .main-details,
#commandenotes .main-details,
#messagepredefinis .main-details {
    padding-right: 10%;
}
.dd li.added div{
    background: #d9ead0 none repeat scroll 0 0;
    border-color: #82b964;
}

.dd li.deleted div{
    background: #f7e0db none repeat scroll 0 0;
    border-color: #d24d33 ;
}

.show-actions {
    text-align: right;
}
.show-actions .select {
    text-align: left;
}
.show-actions button:not(.chosen-single),
.show-actions a:not(.chosen-single),
.show-actions > .btn-group {
    margin-left: 15px;
    margin-bottom: 4px;
}
.show-actions > .btn-group > button {
    margin: 0;
}
.show-actions > .btn-group .dropdown-menu a,
.show-actions > .btn-group .dropdown-menu button {
    margin-left: 0;
}

#bottom-show #relationnal-actions {
    margin-top: 5px;
}
#relationnal-actions a {
    margin-left: 15px;
}

.fa-15x {
    font-size: 1.5em;
}
td[data-filter="th-icon"] span,
#type-filter span,
#etat-filter span {
    display: inline-block;
}
td[data-filter="th-icon"] i,
#etat-filter i {
    display: inline-block;
    font-size: 1.6em;/*2em;*/
}
i.icon-special-client:after {
    content: "C";
}
i.icon-special-fournisseur:after {
    content: "F";
}
i.icon-special:after {
    font-style: initial;
    font-size: 0.8em;
    vertical-align: top;
    margin-left: 1px;
}

.italic{
    font-style: italic;
}

.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline;
}

.v-align-middle {
    vertical-align: middle;
}
.v-align-top {
    vertical-align: top !important;
}

.nowrap {
    white-space: nowrap !important;
}

.bordered-bottom{
    border-bottom: 1px solid #e2eae9;
}
.bordered-bottom:last-child{
    border-bottom : none;
}

input.number {
    text-align: right;
}

#displayMenu { display: none; }
.close-event { float: right; padding-right: 2px; margin: auto 0; position: relative; display: block; top: -10px; z-index: 999; }
.close-event i { color: #ccc; }
.close-event i:hover { color: #fff; }

.iban, .bic {
    text-transform: uppercase;
}

textarea {
    color: #000;
}

textarea.resizable {
    resize: vertical !important;
}

table, .table {
    /*font-size: 90%;*/
}

.cursor-pointer,
.clickable-filter i:hover {
    cursor: pointer;
}

/* region statistiques */
#statistiques form div section {
    display: inline-block;
    vertical-align: text-top;
}
#statistiques form label:not(.radio) {
    min-width: 100px;
}
#statistiques form > div {
    margin-bottom: 8px;
}
#statistiques form.orb-form .checkbox.label {
    padding-right: 25px;
}
#statistiques form.orb-form .checkbox i {
    right: 0;
    left: auto;
}
#statistiques form.orb-form label.toggle i {
    right: 0;
    left: auto;
}
#statistiques form .input {
    margin-right: 30px;
}
#statistiques form label.radio i {
    box-sizing: border-box;
}
#statistiques form.orb-form section {
    margin-bottom: 5px;
}
#statistiques form div.clearfix {
    float: none;
}
.chart-legend i {
    border-radius: 50%;
}
/* endregion statistiques */

.orb-form table .checkbox {
    margin-left: 25%;
}
.orb-form table  .form-group .checkbox {
    margin-left: 5px;
}

.orb-form label.checkbox.control-label.state-success i {
    background: inherit;
}

/* region Affichage principal */
.responsive-admin-menu ul li a {
    font-size: 0.85em;
}
.content-wrapper {
    margin-left: 170px;
}

.responsive-admin-menu {
    width: 170px;
}
.responsive-admin-menu #menu ul li a {
    height: auto;
}
.responsive-admin-menu #menu li.opened sup > span {
    left: 0;
    top: 0;
}
.responsive-admin-menu #menu li i {
    font-size: 18px;
    vertical-align: middle;
}
.responsive-admin-menu #menu li i.inverse-horiz {
    padding-right: 0;
    padding-left: 5px;
}
@media(min-width: 481px) and (max-width: 1799px) {
    .responsive-admin-menu #menu li span {
        padding-left: 10px;
    }
}
.user-menu {
    right: -170px !important;
    width: 170px;
}
.userbar-toggle {
    left: -170px;
}
.tabs-offcanvas .main-info h1 {
    font-size: 16px;
}
.tabs-offcanvas .tab-content > .tab-pane {
    padding: 0;
}
.main-info .user-img img {
    border-radius: 0;
    box-shadow: none;
}
.main-info .user-img > div {
    overflow: hidden;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #ffffff;
    border-radius: 50%;
}
.responsive-admin-menu .responsive-menu {
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
}

ul#menu li a i + sup {
    top: -8px;
    left: -5px;
}

.responsive-admin-menu ul#menu li a {
    padding-left: 10px;
}
.responsive-admin-menu #menu ul li a {
    padding-left: 18px;
    padding-right: 8px;
}
.responsive-admin-menu #menu ul li ul li a {
    padding-left: 28px;
}

/* region header */
.navbar-brand {
    width: auto;
}
@media screen and (max-width: 767px) {
    .responsive-admin-menu {
        width: auto;
    }
    .content-wrapper {
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .content-wrapper {
        margin-left: 0px;
    }
    .responsive-admin-menu {
        width: 100%;
    }
    .navbar-logo {
        width: 120px;
    }
}

.main-header .navbar-content { text-align: center; }
.main-header .navbar-content .help-dropdown li:nth-of-type(2n) {
    background-color: #dff3f9;
}
.main-header .navbar-content .help-dropdown li:nth-of-type(2n+1) {
    background-color: #f9f6df;
}
.main-header .navbar-content .dropdown-menu .dropdown-container.formulaire-contact {
    height: 40px;
}
.main-header .navbar-content a.btn i,
.main-header .navbar-content button.btn i {
    margin-right: 0;
}
.main-header .btn { border-radius: 3px; }
.main-header .btn.btn-notification { margin-right: 10px; }
.main-header #settings-dropdown {
    width: 320px;
}
.navbar-logo {
    width: 170px;
}
.navbar-demo h3 {
    margin-top: 0;
}
.main-header .navbar-brand {
    padding: 0;
    display: inline-block;
    float: none;
    margin-top: -8px;
    margin-bottom: -5px;
}
@media(max-width: 350px) {
    .main-header #settings-dropdown { width: 200px; }
}

.nano-slider {
    border-radius: 5px;
}
/* endregion header */
/* region header statistiques */
.cbp-hsitem-open .cbp-hssubmenu {
    position: relative;
}
.cbp-hsmenubg {
    display: none;
}
.cbp-hsmenu-wrapper ul {
    text-align: right;
}
.cbp-hsmenu-wrapper ul li a {
    text-align: center;
}
.cbp-hsinner .icon-bar {
    background: #5f122f;
    height: 15px;
    border-radius: 0;
    margin-right: 8px;
}
@media (max-width: 51.4375em) {
    .cbp-hsinner .icon-bar {
        margin-right: 0;
    }
    .cbp-hsinner {
        margin-top: -15px;
    }
}
.cbp-hsinner .icon-bar:before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: " ";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 2px;
    /*content: "\f0e0";*/
    /*font-family: 'FontAwesome';*/
}
/* endregion header statistiques */
/* endregion Affichage principal */

#index-actions section {
    padding: 10px;
}
form + #index-actions section {
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.total-badge { font-weight: bold; font-size: 120%;}

.tab-pane {
    min-height:250px;
    margin-bottom: 10px;
}
#collapseTotauxFournisseurs .tab-pane {
    min-height: auto;
}

.tmtimeline > li .tmtime span:first-child {
    font-size: 1.2em;
}
.tmtimeline > li .tmtime span:last-child {
    font-size : 1em;
}

.state-error > div.chosen-container > a,
.state-error > div.chosen-container > ul {
    background: #f0c6bd none repeat scroll 0 0;
    border-color: #e9a89a;
}
.state-success > div.chosen-container > a,
.state-success > div.chosen-container > ul {
    background: #cae1bd none repeat scroll 0 0;
    border-color: #82b964;
}

.state-success > div.chosen-container-multi > a,
.state-success > div.chosen-container-multi > ul {
    background: #ffffff none repeat scroll 0 0;
    border-color: #aaaaaa;
    border-radius: 5px;
}

.chosen-choices{
    border-radius: 5px;
}

.inner-datatable form .btn-primary span {
    display: none;
}
.inner-datatable form .btn-primary:after {
    content: "Valider la ligne";
}

.inline-form-parent {
    float: left;
    padding-bottom: 8px;
}

.ajax-process {
    display: inline-block;
}

.chosen-container > a {
    padding: 0 20px !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Commenté le 21/02/2022 : affichage moche dans les sélecteurs multiples d'année (CLIENTS > Historique pdt) et les stats */
.chosen-container-multi .search-field,
.chosen-container-multi .search-field input[type="text"] {
    width: 100%!important;
}
.chosen-container-multi:not(.chosen-with-drop) .search-choice + .search-field,
.chosen-container-multi:not(.chosen-with-drop) .search-choice + .search-field input[type="text"] {
    width: 0!important;
}

.flotchart-container {
    height: 400px;
}

.chosen-container-single .chosen-single {
    background: #ffffff none repeat scroll 0 0;
    border-color: #aaaaaa;
    border-radius: 5px;
    box-shadow: none;
}

.chosen-container-multi .chosen-drop {
    border-radius: 0 0 4px 4px;
}
/* region Login page */
.center-block {
    width: 375px;
}
.login-block {
    border-radius: 0;
}
.login-block header {
    background: transparent;
}
.login-block header .image-block,
.lock-block header .image-block {
    max-width: none;
}
.login-block footer .image-block img {
    max-width: 100%;
}
.login-block header .image-block img {
    max-height: 90px;
}
.login-block .note {
    font-style: italic;
}
.login-block #login-form.orb-form input {
    border-radius: 50px;
}
.login-block #login-form.orb-form .icon-append {
    border: none;
    z-index: 1;
}
/*.login-block footer .image-block img {*/
/*    max-width: 100px;*/
/*}*/
.login-block footer {
    background-color: #f1f1f1;
    border: none;
    text-align: center;
}
.login-block footer .btn {
    float: none;
    text-transform: uppercase;
}
.center-block .copyrights a {
    color: #ffffff;
}
.center-block .copyrights a:hover {
    color: #b59441;
}
/* endregion Login page */

.orb-form .input-file .button {
    top: 0;
    right: 0;
}

.chiffre-clef {
    font-size: 2.5em;
}

th      .nota-bene,
.nota-bene {
    font-size: 75%;
    text-transform: none;
    font-style: italic;
}

.accueil-form label.label {
    padding-top: 0;
    text-transform: unset;
}

ul.days li span .degres_min {  font-size: 1em;   font-weight: 500; float: left;}

#powerwidget-fullscreen-mode {
    z-index: 9998;
}

#mentions {
    color: #858689;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.title {
    color: #6e112d;
}

.invoice-block .from-to {
    display: inline-block;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1550px){
    .no-display-on-little,
    .no-display-input-icon-on-little i {
        display: none;
    }
    .no-display-input-icon-on-little input {
        padding-right: 5px !important;
    }
}

@media (max-width: 1550px){
    table .no-display-on-little,
    table .no-display-input-icon-on-little i {
        display: none;
    }
    table .no-display-input-icon-on-little input {
        padding-right: 5px !important;
    }
    .orb-form table label.input-width-medium {
        width: 90px;
    }
}
@media (max-width: 900px){
    .touchspin-responsive-small .input-group-btn {
        display: none;
    }
}

tbody td a:not(.pull-right) + a:not(.pull-right) {
    margin-left: 12px;
    margin-right: 3px;
}
tbody td a.pull-right + a.pull-right,
#table-produit-declinaison > tbody td a[id^='inline-duplicate-btn'] {
    margin-right: 12px;
}
tbody td a.pull-right:first-child {
    margin-right: 5px;
}

.th-icon i { padding: 1px; font-size: 1.5em; }
.th-link i { color: #6E112D;}

/* region Touchspin */
.input-group-btn:first-child > .btn {
    right: -2px;
}
.input-group-btn:last-child > .btn {
    left: -2px;
}

table thead tr th.th-touchspin-cmdedecl {
    min-width: 100px;
}
table#pdtDeclActiveList-table tbody td > div.input-group > label.input input {
    max-width: 100px;
}
#import-tarifs-form .bootstrap-touchspin {
    max-width: 300px;
}
/* endregion */

/* region Responsivité */
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 4px 4px;
}

.breadcrumb {
    height: 30px;
    padding: 3px 8px;
    margin-bottom: 10px;
}
.breadcrumb li a {
    height: 24px;
    padding-top: 3px;
}
.breadcrumb li a::after {
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    margin-top: -12px;
}

html, body {
    font-size: 11px;
}
.btn {
    font-size: inherit;
}
/* region pour fixed column */
.DTFC_LeftBodyLiner { overflow-x: hidden; }
.DTFC_LeftBodyLiner table.dataTable { margin-top: 0 !important; }
.DTFC_LeftHeadWrapper table.dataTable { margin-bottom: 0 !important; }
/* endregion pour fixed column */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 2px;
}
.forum .badge {
    font-size: 1em;
}
.forum .description {
     font-size: 1em;
 }
.forum .header.small {
    font-size: 90%;
}
.forum .header {
    padding-top: 0;
    padding-bottom: 2px;
}
.forum .header a.button-icon i.pull-right {
    top: 6px;
    position: relative;
}
.forum > ul span.entypo-dot {
    margin-left: 30px;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding: 10px 15px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 5px;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    right: 3px;
}

table.dataTable thead > tr > th.sorting_asc.th-small,
table.dataTable thead > tr > th.sorting_desc.th-small,
table.dataTable thead > tr > th.sorting.th-small,
table.dataTable thead > tr > td.sorting_asc.th-small,
table.dataTable thead > tr > td.sorting_desc.th-small,
table.dataTable thead > tr > td.sorting.th-small,
table thead > tr .th-small {
    width: 33px !important;
    padding: 5px 15px 5px 5px;
}

/* Ne pas mettre des largeurs de colonne fixe avec Datatable... */
/*table.dataTable thead > tr > th.sorting_asc.th-status,*/
/*table.dataTable thead > tr > th.sorting_desc.th-status,*/
/*table.dataTable thead > tr > th.sorting.th-status,*/
/*table.dataTable thead > tr > td.sorting_asc.th-status,*/
/*table.dataTable thead > tr > td.sorting_desc.th-status,*/
/*table.dataTable thead > tr > td.sorting.th-status,*/
/*table thead > tr .th-status {*/
/*    width: 65px !important;*/
/*    padding: 5px 15px 5px 5px;*/
/*}*/

table.dataTable thead > tr > th.sorting_asc.th-ref,
table.dataTable thead > tr > th.sorting_desc.th-ref,
table.dataTable thead > tr > th.sorting.th-ref,
table.dataTable thead > tr > td.sorting_asc.th-ref,
table.dataTable thead > tr > td.sorting_desc.th-ref,
table.dataTable thead > tr > td.sorting.th-ref,
table thead > tr .th-ref {
    width: 90px;
}

table.dataTable thead td[data-filter="th-range"] {
    text-align: center;
}
table.dataTable thead td[data-filter="th-range"] label {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 0.9em;
}
/* endregion */

.text-center, .th-center { text-align: center; }

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.orb-form .orb-form footer {
    margin: 0;
}
.input-group-btn {
    font-size: 14px;
}

.external-event i {
    position: relative;
    right: 0;
    color: #cccccc;
}
.external-event i:hover {
    color: #ffffff;
}

.callout:before {
    padding-top: 5px;
}

.tmtimeline > li .tmicon { padding : 3px; }

.surligner { font-weight: bold; }

table.dataTable {
    box-sizing: border-box; /* fix de la scrollbar dans le datatable des stats */
}

table.table > tbody > tr > td.dt-input:not(.blue) input,
table.dataTable tr td.dt-input input {
    -webkit-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}
table.table > tbody > tr > td.dt-input.blue input.valid,
table.table > tbody > tr > td.dt-input.blue input,
table.dataTable tr td.dt-input.blue input {
    background-color: #95aaff;
}

table.dataTable tr td.dt-body-multiple-input label + label:before { content: ' '; display: block; }
table.table > tbody > tr > td.dt-input label,
table.dataTable tr td.dt-body-multiple-input label,
table.dataTable tr td.dt-input label { display: inline-block; }
table.table > tbody > tr > td.dt-input,
table.dataTable tr td.dt-body-multiple-input,
table.dataTable tr td.dt-input { text-align: right; }

table .create-btn {
    width: 100%;
    height: 100%;
    text-align: center;
}
a.create-btn:hover {
    text-decoration: none;
}

table tr th.title-bis {
    background: #ddd;
    text-align: center;
}

/* region show */
.show-actions .orb-form label, .show-actions .orb-form input {
    display: inline-block;
}
/* endregion show */

/*region tooltip*/
.custom-tooltip {
    position: relative;
    white-space: normal;
    margin-right: 10px;
}

@supports (-webkit-font-smoothing: antialiased) {
    table th .custom-tooltip {
        display : inherit;
    }
}

.custom-tooltip:not(.no-bullet)::after {
    content: "\e938";
    font-family: 'icomoon' !important;
    top: -5px;
    right: -12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.custom-tooltip .tooltiptext,
.custom-tooltip [class^='tooltiptext-'] {
    visibility: hidden;
    min-width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 99;
    top: 110%;
    top: calc(100% + 8px);
    right: 0;
    text-transform: none;
    font-size: 12px;
    line-height: 14px;
}
.custom-tooltip .tooltiptext-right {
    left: 0;
    right: auto;
}
.custom-tooltip .tooltiptext-right-inline {
    left: 100%;
    left: calc(100% + 8px);
    top: -4px;
    right: auto;
}
.custom-tooltip .tooltiptext-left-inline {
    right: 100%;
    right: calc(100% + 8px);
    top: -4px;
    left: auto;
}
.custom-tooltip .tooltiptext-up {
    bottom: 110%;
    top: auto;
}

/* TRIANGLE AU DESSUS DU TOOLTIP */
/*.custom-tooltip .tooltiptext::after,*/
/*.custom-tooltip .tooltiptext-left::after,*/
/*.custom-tooltip .tooltiptext-right::after,*/
/*.custom-tooltip .tooltiptext-up::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent black transparent;*/
/*}*/
/*.custom-tooltip .tooltiptext-left::after {*/
/*    left: 15px;*/
/*}*/
/*.custom-tooltip .tooltiptext-right::after {*/
/*    right: 15px;*/
/*    left: auto;*/
/*}*/
/*.custom-tooltip .tooltiptext-up::after {*/
/*    left: 15px;*/
/*    bottom: -10px;*/
/*    border-color: black transparent transparent transparent;*/
/*}*/

.custom-tooltip:hover .tooltiptext,
.custom-tooltip:hover .tooltiptext-left,
.custom-tooltip:hover .tooltiptext-right,
.custom-tooltip:hover .tooltiptext-right-inline,
.custom-tooltip:hover .tooltiptext-up {
    visibility: visible;
}

.custom-tooltip .tooltip-sm {
    width: 150px;
    min-width: 150px;
}
.custom-tooltip .tooltip-md {
    width: 170px;
    min-width: 170px;
}
.custom-tooltip .tooltip-lg {
    width: 200px;
    min-width: 200px;
}
.custom-tooltip .tooltip-xl {
    width: 350px;
    min-width: 300px;
}
/*endregion tooltip*/

.orb-form input.state-error {
    border-color: #e9a89a;
    background: #f0c6bd;
}

div.NoYearDatePicker span.ui-datepicker-year { display: none; }

.ui-datepicker {
    background: rgba(255,255,255,1);
    /*z-index: 2 !important; !* Supprimé car dans les popups on ne voit plus le sélecteur... (exemple la pop-up "déjà transmis" *!*/
}

form label.datepicker {
    padding: 0;
}
form label.datepicker,
form input.datepicker {
    max-width: 135px;
}

.datepicker-days table.table-condensed thead tr:nth-child(2) {
    border-bottom: solid 1px rgba(0,0,0,.1);
}
.datepicker table tr td.today,
.daterangepicker table tr td.today {
    background: rgba(181, 148, 65, 0.4);
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.daterangepicker table tr td.today:hover,
.daterangepicker table tr td.today:hover:hover {
    background: rgba(181, 148, 65, 0.6);
}
.datepicker table tr td.active.active,
.daterangepicker table tr td.active.active { font-weight: bold; }
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
.daterangepicker table tr td.active.active, .daterangepicker table tr td.active.disabled, .daterangepicker table tr td.active.disabled.active, .daterangepicker table tr td.active.disabled.disabled, .daterangepicker table tr td.active.disabled:active, .daterangepicker table tr td.active.disabled:hover, .daterangepicker table tr td.active.disabled:hover.active, .daterangepicker table tr td.active.disabled:hover.disabled, .daterangepicker table tr td.active.disabled:hover:active, .daterangepicker table tr td.active.disabled:hover:hover, .daterangepicker table tr td.active.disabled:hover[disabled], .daterangepicker table tr td.active.disabled[disabled], .daterangepicker table tr td.active:active, .daterangepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .daterangepicker table tr td.active:hover:active, .daterangepicker table tr td.active:hover:hover, .daterangepicker table tr td.active:hover[disabled], .daterangepicker table tr td.active[disabled],
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled],
.daterangepicker table tr td span.active.active, .daterangepicker table tr td span.active.disabled, .daterangepicker table tr td span.active.disabled.active, .daterangepicker table tr td span.active.disabled.disabled, .daterangepicker table tr td span.active.disabled:active, .daterangepicker table tr td span.active.disabled:hover, .daterangepicker table tr td span.active.disabled:hover.active, .daterangepicker table tr td span.active.disabled:hover.disabled, .daterangepicker table tr td span.active.disabled:hover:active, .daterangepicker table tr td span.active.disabled:hover:hover, .daterangepicker table tr td span.active.disabled:hover[disabled], .daterangepicker table tr td span.active.disabled[disabled], .daterangepicker table tr td span.active:active, .daterangepicker table tr td span.active:hover, .daterangepicker table tr td span.active:hover.active, .daterangepicker table tr td span.active:hover.disabled, .daterangepicker table tr td span.active:hover:active, .daterangepicker table tr td span.active:hover:hover, .daterangepicker table tr td span.active:hover[disabled], .daterangepicker table tr td span.active[disabled] {
    background-color: #5f122f;
    background-image: none;
}
.daterangepicker td.in-range {
    background-color: #fbeaee;
}
.datepicker table tr td span.active.active,
form .timepicker-picker {
    text-align: center;
}
form .timepicker {
    color: #555;
}
form .timepicker-hour,
form .timepicker-minute,
form .separator {
    float: none;
}

.show-infos {
    float: left;
}
.show-infos span {
    display: block;
}

hr,
.bottom-infos {
    margin-top: 20px !important;
    font-style: italic;
    border-top: solid 3px #b59441;
    padding-top: 12px;
}
hr.dashed {
    border-top-width: 1px;
    border-top-style: dashed;
}

/* region datatable */
.datatable_show {
    text-align: right;
}
.dataTables_wrapper .datatable_show .dataTables_length {
    float: none;
}
.dataTables_wrapper select.form-control.input-sm {
    height: 25px;
    padding: 0 10px;
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button {
    padding: 0;
    margin: 5px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 6px;
}
.dataTables_wrapper .pagination > li > a {
    padding: 3px 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: transparent;
}
.orb-form .pagination > li.previous.disabled,
.orb-form .pagination > li.next.disabled {
    display: none;
}

.dt-bootstrap .datatable_show .dataTables_length .chosen-container {
    width: auto !important;
}

.table-hover > tbody > tr.info:hover > td input {
    color: #6E112D;
}

table.table > tbody > tr > td.dt-input,
.dataTable tbody td.dt-input {
    padding: 0;
}
table.table > tbody > tr > td.dt-input input,
.dataTable tbody td.dt-input input {
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
}
table.table > tbody > tr > td.dt-input input.valid,
.dataTable tbody td.dt-input input.valid {
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    border-color: #c0c2c7;
    background: #fff;
}
table.table > tbody > tr > td.dt-input .icon-append,
.dataTable tbody td.dt-input .icon-append {
    top: 3px;
}
table.table > tbody > tr > td.dt-input .state-success .icon-append,
.dataTable tbody td.dt-input .state-success .icon-append {
    border-color: #c0c2c7;
    color: #c0c2c7;
}
table.table > tbody > tr > td.dt-input input.valid:hover,
.dataTable tbody td.dt-input input.valid:hover {
    background: #fffbdb;
}

.dataTable tbody td.dt-body-full {
    text-align: center;
}
.dataTable tbody td.dt-body-full a,
.dataTable tbody td.dt-body-full div,
.dataTable tbody td.dt-body-full span {
    display: block;
    width: 100%;
}

table.dataTable th.dt-nowrap span.custom-tooltip{
    white-space: normal;
}
/* region responsive */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    background-color: #b59441;
    width: 14px;
    height: 14px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
    background-color: #5f122f;
}
/* endregion responsive */

.show-childs-details:hover {
    text-decoration: none;
}

table th i.text-white {
    color: #fff !important;
}

table.dataTable .badge {
    font-size: 11px;
}
/* endregion datatable */

/* region tableau de bord */
/* region notifications */
#widget-notifications p.date-notification {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}
#widget-notifications p.content {
    margin-top: 10px;
}
#notification-dropdown .dropdown-header {
    font-size: 1.5em;
}
#notification-dropdown li:before {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 1.5em;
    font-family: 'icomoon';
}
#notification-dropdown .bg-info:before { content: "\e923"; background: #5bc0de; }
#notification-dropdown .bg-warning:before { content: "\e937"; background: #b59441; }
#notification-dropdown .bg-danger:before { content: "\e937"; background: #d24d33; }
#notification-dropdown .bg-info { background-color: #dff3f9; }
#notification-dropdown .notifications-number {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* endregion notifications */
.jumbotron {
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
}
.jumbotron h1 {
    font-size: 35px;
}
.social-media {
    justify-content: space-between;
}
#userbar-one .social-media a.btn {
    width: 45%;
}
/* endregion tableau de bord */

#index-actions .total {
    margin: 0 10px;
}


.scroll-top-wrapper:hover {
    background: rgba(110,17,45,0.8);
}

#form-content ul#commandenotes .main-details .checkbox.visibleBonclient i {
    right: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px;
}


table tbody tr td span.notes-lignes { border-top : dashed grey 1px; display: block; }
#commande-normal table#table-commande-ligne tbody tr td i.icon-bt-reservations-allocations { line-height: 16px; display: none; }

.powerwidget,
.powerwidget .inner-spacer {
    border-radius: 0px;
}

#form-content .powerwidget .powerwidget-ctrls i:not(.fa-cogs) {
    margin-right: 10px;
}

.powerwidget .powerwidget-ctrls div.btn-group {
    float: left;
}
.powerwidget .powerwidget-ctrls div.btn-group button {
    background: none;
    border: none;
    padding: 0;
}
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu {
    left: unset;
    right: 0;
}
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > button:hover,
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > button:focus,
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > a:hover,
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > a:focus {
    color: #d8d8d8;
    text-decoration: none;
    /*background-color: #f5f5f5;*/
    background: #919191;
}
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > a,
.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > button {
    line-height: 2;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    background: #f5f5f5;
    border: solid 1px #5f122f;
    border-radius: 50px;
    margin-bottom: 4px;
}

.powerwidget .powerwidget-ctrls div.btn-group ul.dropdown-menu > li > button > span {
    display: block;
}

.powerwidget-ctrls .dropdown-menu button,
.powerwidget-ctrls .dropdown-menu a {
    width: 100%;
    background-color: transparent;
    text-align: left;
}

.dropdown-menu:not(.datepicker):not(.bootstrap-datetimepicker-widget):not(#notification-dropdown) {
    background: transparent;
}
.dropdown-menu:not(.datepicker):not(.bootstrap-datetimepicker-widget) li a,
.dropdown-menu:not(.datepicker):not(.bootstrap-datetimepicker-widget) li button {
    background: #f5f5f5;
    border: solid 1px #5f122f;
    color: #333;
}
.dropdown-menu:not(.datepicker):not(.bootstrap-datetimepicker-widget) li a:hover,
.dropdown-menu:not(.datepicker):not(.bootstrap-datetimepicker-widget) li button:hover {
    background: #919191;
    color: #d8d8d8;
    border: solid 1px #5f122f;
}
.open .dropdown-toggle.btn-default {
    color: #d8d8d8;
}

i.sup,
.powerwidget-ctrls .button-icon i.fa-level-up,
.powerwidget-ctrls .btn-default-icon i.fa-level-up {
    text-align: left;
    vertical-align: top;
    width: 5px;
    font-size: 0.9em;
}

/* Fix chosen bug in other tab triger update... */
#commandeenlevements .chosen-container {
    width: 100% !important;
}

/* region progressbar */
#progress-zone {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: top left repeat rgba(255, 255, 255, 0.4);
    margin: 0;
    padding: 0;
    z-index: 10000;
}
#progress-zone .process-status-content {
    position: absolute;
    width: 60%;
    top: 30%;
    left: 20%;
}
#progress-zone .process-status-content h4 {
    line-height: 20px;
}
#progress-zone .process-status-content .progress {
    height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: top left repeat #ffffff;
    border: solid 1px #6E112D;
}
#progress-zone .progress-bar {
    min-width: 0;
    background-color: #6E112D;
}
/* endregion progressbar */

i.inverse-horiz {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

/* region mode tournée */
body.modetournee { background-color: #b59441; }
body.modetournee .main-header .navbar-content a#modetournee-toogle i { color: #b59441; }
body.modetournee .main-header a#modetournee-toogle.btn-default { background-color: #b59441; }
body.modetournee .main-header a#modetournee-toogle.btn-default i { color: #ffffff; }
body.modetournee .main-header a#modetournee-toogle.btn-default:hover { background-color: #969fa1; }
body.modetournee .responsive-admin-menu #menu ul { background-color: rgba(255, 255, 255, .25); }
@media(max-width: 1799px) {
    body.modetournee .responsive-admin-menu #menu li.opened,
    body.modetournee .responsive-admin-menu #menu li.opened ul li,
    body.modetournee .responsive-admin-menu #menu li.opened + ul {
        background: #3d7221 !important;
    }
}
/*.modetournee-background { background-color: #3d7221; color: #ffffff; }*/
/*.main-header.modetournee-background .btn-default:not(:hover) { background-color: transparent; }*/
/*.main-header.modetournee-background .btn-default i { color: #ffffff; }*/
/* endregion mode tournée */

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-0 {
    margin-right: 0;
}
.mr-10 {
    margin-right: 10px;
}


.accentuate {
    font-weight: bold;
}
.theme-color-1 {
    color: #6e112d !important;
}

a.disabled, button.disabled {
    cursor: not-allowed;
}
a.wait, button.wait {
    cursor: wait;
}

table.nav-grey-table thead tr,
table.nav-grey-table tbody tr {
    background-color: transparent;
}
table.nav-grey-table thead tr {
    border: solid 2px #a1a1a1;
}
table.nav-grey-table tbody tr {
    border: solid 2px #c0c0c0;
}

form.orb-form table.nav-grey-table td {
    padding-bottom: 0;
}

.btn-over-table {
    margin-top: -15px;
    margin-bottom: 5px;
}

.icon-grey {
    color: #969fa1;
}
a:hover .icon-grey,
.icon-grey:hover {
    color: rgba(93, 17, 41, 0.77);
}

/* region calendrier */
#calendar .fc-day-grid-event .fc-content {
    white-space: normal;
}
#calendar:not(.calendar-full-height) .fc-day-grid-event .fc-content {
    max-height: 50px;
}
#calendar .fc-toolbar .fc-left button.fc-today-button + h2 {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 0;
}
/* endregion calendrier */

/* region three states toggle */
.orb-form .label.candlestick {
    line-height: 12px;
}
.candlestick-wrapper {
    margin-left: 5px;
}

.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-toggle {
    background-color: #5f122f;
    width: 100px;
    height: 30px;
    border-color: #969fa1;
    border-width: 2px;
}
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) > div {
    border-color: #969fa1;
    border-width: 2px;
}
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) {
    height: 26px;
    font-size: 10px;
}
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-off,
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-nc,
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-on {
    height: 30px;
}
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-off:after,
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-nc:after,
.candlestick-wrapper.candlestick-contents:has(.cmd-vte-js-candlestick) .candlestick-on:after{
    line-height: 30px;
}

/**
 * Mobile size
 */
.candlestick-wrapper.candlestick-size-mobile {
    width: 100px;
    margin-bottom: 5px;
}

.candlestick-wrapper.candlestick-size-mobile .candlestick-bg,
.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-off:before,
.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-on:after {
    height: 25px;
}

.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-toggle {
    width: 30px;
    height: 30px;
}

.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-off,
.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-on,
.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-nc {
    height: 25px;
    line-height: 25px;
    width: 30px;
}

.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-nc {
    left: 35px;
}

.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-off i,
.candlestick-wrapper.candlestick-size-mobile .candlestick-bg .candlestick-on i {
    font-size: 18px;
    line-height: 25px;
}
/* endregion three states toggle */

.zoom {
    font-size: 1.5em;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-3 {
    margin-top: 3px;
}
.pr-30 {
    padding-right: 30px;
}
.pl-0 {
    padding-left: 0;
}

.toast-top-right {
    top: 65px;
    right: 30px;
}

/* region list submenu */
#list-submenu {
    text-align: center;
}
#list-submenu a {
    margin: 0 10px 7px 10px;
    line-height: 16px;
    padding-bottom: 8px;
}
#list-submenu a i {
    font-size: 16px;
}
/* endregion list submenu */

sup {
    font-size: 100%;
}

/* region notifications */
.callout-notification {
    font-size: 1em;
}
.callout:before {
    display: none !important;
}
.callout {
    padding: 0;
    border: none;
    background-color: #f1f1f1 !important;
    font-size: 1em;
}
.callout header {
    position: relative;
    padding: 5px 15px;
    color: #fff;
    margin: 0;
    border: none;
}
.callout header:before {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    font-family: 'icomoon';
}
.callout header .title {
    font-size: 16px;
    display: inline-block;
    color: #fff;
}
.callout header .date-notification {
    margin-right: 20px;
    margin-top: 5px;
    float: right;
}
.callout header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 0.8;
}
.callout .content {
    padding: 20px;
}
.callout.callout-note header:before {
    content: "\e938";
}
.callout.callout-info header:before {
    content: "\e923";
}
.callout.callout-warning header:before {
    content: "\e937";
}
.callout.callout-danger header:before {
    content: "\e937";
}
.inner-spacer .orb-form .callout {
    margin: 10px 0 15px;
}
/* endregion notifications */

/*.btn.filter-btn {*/
/*    padding: 5px 15px;*/
/*}*/

/* region centrage bouton icon/texte */
.btn i {
    vertical-align: middle;
}
/* endregion centrage bouton icon/texte */

a:hover > i {
    text-decoration: none;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.highlighted {
    color: #b59441;
}

#chgpassword .fa-eye,
#chgpassword .fa-eye-slash{
    cursor: pointer;
}

#chgpassword .fa-eye-slash{
    display: none;
}

/* region transporteurs */
#transporteurs-tab-list.nav-tabs > li > a {
    border: 2px solid #ddd;
}
#transporteurs-tab-list.nav-tabs > li.active > a {
    border-bottom: none;
}
section#transporteurs .tabs-grey #transporteurs-tab-content .main-details.contacts {
    border-bottom: solid 2px #fff;
    margin-bottom: -2px;
    padding-top: 15px;
}
section#transporteurs .tabs-grey #transporteurs-tab-content .main-details.contacts:nth-child(2n+1){
    border-right: solid 2px #fff;
}
a.add-contact-btn, a.delete-contacts-btn, a.delete-transporteur-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
a.delete-contacts-btn, a.delete-transporteur-btn:hover{
    text-decoration: none;
}
a.add-contact-btn span.add-contact-text, a.delete-contacts-btn span.delete-contact-text, a.delete-transporteur-btn span.delete-transporteur-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}
section#transporteurs ul.contacts.sub-list-content .main-details:first-child:last-child a.delete-contacts-btn {
    display: none;
}
/* endregion transporteurs */

/* region liste de contacts */
.forum ul#contacts li:first-child:last-child a.delete-li {
    display: none;
}
/* endregion liste de contacts */

/* region tchat */
.chat-container {
    border: 3px solid #d8d2d2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.chat-content {
    background: transparent;
}

.callout.callout-info.info-tchat header:before {
    font-family: 'fontawesome';
    content: "\f075";
}

/* region scrollbar */
.chat-content .nano {
    height: auto;
    width: auto;
}
   
/* --- Firefox --- */
.chat-content .nano > .nano-content {
    scrollbar-width: thin;
    overflow: auto;
    position : relative;
}
/* --- Chrome --- */
.chat-content .nano > .nano-content::-webkit-scrollbar {
    width: 7px;
}
/* Track */
.chat-content .nano > .nano-content::-webkit-scrollbar-track {
    border-radius: 8px;
}
/* Handle */
.chat-content .nano > .nano-content::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px;
}
/* Handle on hover */
.chat-content .nano > .nano-content::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}
/* endregion scrollbar */

.autor-img {
    overflow: hidden;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
}
.subject-img {
    float: right;
    height: 100px;
    width: 100px;
    line-height: 90px;
}
.subject-img img {
    max-height: 100px;
    max-width: 100px;
}
.chat-messages .autor-img {
    height: 50px;
    width: 50px;
    line-height: 45px;
    box-shadow: 0 0 0 6px #f1f5f7;
}
.chat-messages .autor-img img {
    max-height: 50px;
    max-width: 50px;
}

.chat-body {
    margin-top: 4px;
    max-width: calc(100% - 0px);
}

.chat-body {
    font-size: 13px;
}
.chat-body span{
    font-size: 115%;
}

.chat-messages,
.chat-body {
    display: inline-block;
    color: #333;
}

.chat-messages {
    width: 100%;
}

.chat-messages li.left .badge {
    margin-left: 20px;
}
.chat-messages li.left .chat-body {
    margin-left: 20px;
    background: #d5eef7;
}
.chat-messages li.left .chat-body ::before {
    border-color: transparent  #d5eef7;
    top: 10px;
}

.chat-messages li.right {
    text-align: right;
}
.chat-messages li.right .badge {
    margin-right: 20px;
}
.chat-messages li.right .chat-body {
     background: #f1f5f7;
     text-align: left;
     margin-right: 20px;
 }
.chat-messages li.right .chat-body ::after {
    border-color: transparent  #f1f5f7;
    top: 10px;
}
.chat-messages li.right .flex-direction-row,
.chat-messages li.right .chat-message-top {
    flex-direction: row-reverse;
}
.chat-messages ul li .chat-message-top {
    justify-content: unset;
}

.chat-messages .autor-img img {
    position: relative;
    box-shadow: 0 0 0 6px #fff;
}

.chat-messages li.right .btn-chat-align {
        left: -100px;
}

.chat-messages li.left .btn-chat-align {
    left: -50px;
}

.chat-messages li.right .btn-group button.btn-edit i {
    margin-left: -40px;
}

.chat-messages li.left .btn-group button.btn-edit i {
    margin-left: 20px;
}
.btn-group .btn:active, .btn-active {
    box-shadow: inset 0 0 0 transparent;
}

.btn-group button:not(.btn.btn-default.button-icon) {
    padding: 0;
}
.tchatsujet .badge,
.chat-container .badge {
    background-color: #b59441;
    line-height: 14px;
}

.tchatsujet {
    background-color: #eee;
}

.tchatsujet .main-details {
    padding-left: 10px;
}

.tchatsujet .main-details .description {
    font-size: 125%;
}

.chat-messages ul .btn-group {
    display: none;
}

.chat-messages .btn-group button.btn {
    background-color: transparent;
}

.chat-messages li:hover .btn-group {
    display: inline-block;
}

.chat-messages .dropdown-menu {
    background-color: transparent;
}
.chat-messages ul.dropdown-menu li:first-child {
    margin-top: 10px;
}
.chat-messages ul li {
    margin-bottom: 5px;
}

.chat-messages .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.chat-messages .dropdown-menu li a:hover {
    color: #ffffff;
    background-color: #450e23;
    text-decoration: inherit;
}
.chat-messages .dropdown-menu li a {
    color: #ffffff;
}
.chat-messages .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
}
.sujet-close .callout.callout-info {
    margin: 0 0 0 -10px;
}
.private-message {
    color: #999;
}
.chat-body p.chat-message-updated {
    font-style: italic;
    color: #999;
    font-size: 90%;
}

.treeTchatClose span:before {
    content: "\f023";
    font : normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}
.treeTchatClose span {
    background-color: rgba(0,0,0,.05);
}
/* endregion tchat */

/* region produit */
span.pdt-color {
    height: 13px;
    width: 13px;
    background-color: #ced4da;
    border: 2.5px solid #ced4da;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
}
span.pdt-color-blanc {
    background-color: #fff;
}
span.pdt-color-rouge {
    background-color: #813641;
}
span.pdt-color-rose {
    background-color: #e3c0c4;
}
span.pdt-color-orange {
    background-color: #fc8000;
}
span.pdt-color-noire {
    background-color: #111;
}
span.pdt-color-gris {
    background-color: #999;
}
span.pdt-color-brune {
    background-color: #5e1a15;
}
span.pdt-color-blonde {
    background-color: #DFC971;
}
span.pdt-color-ambre {
    background-color: #c06441;
}
span.pdt-color-blouge {
    background: linear-gradient(110deg, #fff 50%, #813641 50%);
}
span.pdt-color-blancdeblancs {
    background: linear-gradient(110deg, #fff 45%, #333 53%, #fff 55%);
}
span.pdt-color-blancdenoirs {
    background: linear-gradient(110deg, #fff 50%, #111 50%);
}
span.pdt-color-blanche {
    background-color: #fff;
}
span.pdt-color-rousse {
    background: #BD2C16;
}
/* endregion produit */

/* region forum */
@media (min-width: 720px) {
    .forum ul.list-multiple {
        display: flex;
        flex-wrap: wrap;
    }

    .forum ul.list-multiple.list-multiple-small > li {
        flex: 1 1 33%;
    }
    .forum ul.list-multiple.list-multiple-large > li {
        flex: 1 1 50%;
    }

    form ul.list-multiple.list-multiple-small > li:nth-child(6n), form ul.list-multiple.list-multiple-small > li:nth-child(6n+2), form ul.list-multiple.list-multiple-small > li:nth-child(6n+4) {
        background: rgba(0,0,0,.05);
    }
    form ul.list-multiple.list-multiple-small > li:nth-child(6n+1), form ul.list-multiple.list-multiple-small > li:nth-child(6n+3), form ul.list-multiple.list-multiple-small > li:nth-child(6n+5) {
        background: rgba(255, 255, 255, 1);
    }
    form ul.list-multiple.list-multiple-large li:nth-child(4n), form ul.list-multiple.list-multiple-large li:nth-child(4n+1) {
        background: rgba(0,0,0,.05);
    }
    form ul.list-multiple.list-multiple-large li:nth-child(4n+2), form ul.list-multiple.list-multiple-large li:nth-child(4n+3) {
        background: rgba(255, 255, 255, 1);
    }

    form ul.list-multiple > li:hover{
        background: rgba(0,0,0,.1);
    }
}
/* endregion forum */

/* region date-range-picker */
.daterangepicker {
    z-index: 99999;
}

.daterangepicker .calendar-table .monthselect,
.daterangepicker .calendar-table .yearselect {
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    padding: 3px;
    margin: 3px;
    border: 1px solid #aaa;
    text-align: center;
}
/* endregion date-range-picker */

tr.info td .title {
    text-decoration: underline;
}

.label[class*='label-'] {
    font-size: 100%;
    color: #fff;
    border-radius: 7px;
    font-weight: 700;
}
thead label.label {
    font-weight: normal !important;
}

/* region counter-tab */
.counter-badge {
    font-style: normal;
    padding: 5px;
    box-sizing: content-box;
    float: right;
    margin-left: 10px;
    margin-top: -4px;
}
/* endregion counter-tab */

/* region statistiques dashboard */
.statistiques-widget {
    background: #f1f1f1 !important;
    box-shadow: 0 2px 5px lightgrey;
}
.statistiques-widget li:not(.firstColumn) {
    border-left: 1px solid lightgrey;
}
.statistiques-widget .secondLineOrMore {
    border-top: 1px solid lightgrey;
}
.statistiques-widget a {
    color: #444;
}
.statistiques-widget a:hover {
    text-decoration: none;
}
.statistiques-widget .sparkle-amount span {
    display: block;
    margin-top: 5px;
}
.sparkle-name {
    margin-top: 5px;
    font-size: .85em;
}
.sparkle-amount {
    font-size: 1.3em;
}
/* endregion statistiques dashboard */

/* region dualListBox */
.state-success .bootstrap-duallistbox-container input,
.bootstrap-duallistbox-container input {
    border-color: #c0c2c7;
    background: #fff;
}
.state-success .bootstrap-duallistbox-container select,
.bootstrap-duallistbox-container select {
    height: 250px!important;
    border: 2px solid #afacac;
    border-radius: 5px;
    background: #fafafa;
}
.bootstrap-duallistbox-container select option {
    border-bottom: 1px solid lightgrey;
}
.bootstrap-duallistbox-container select option:hover {
    background-color: rgba(95, 18, 47, 0.25);
}
.bootstrap-duallistbox-container select option[data-icon]:before {
    margin-right: 3px;
    font-family: "FontAwesome";
}
[data-icon="fa fa-money"]:before {
    content: "\f0d6";
}
.bootstrap-duallistbox-container select option:after {
    content: attr(data-complement); /* Permet de récupérer la valeur présente dans data-complement dans l'élement HTML */ /* Incompatible Safari ancienne version */
    display: block;
    font-style: italic;
    font-weight: lighter;
}
/* endregion dualListBox */

/* region address fiche client */
.address-container {
    max-width: 300px;
    min-width: 150px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
.address-containers {
    justify-content: flex-start;
    gap: 10px 20px;
}
/* endregion address fiche client */

/* region popup aide */
#help-modal .modal-body ul li > label {
    vertical-align: text-top;
}
/* endregion popup aide */

/*region retard paiement*/
.main-header.retard-paiement + .main-wrap {
    top: 92px;
}
#retard-paiement-modal .modal-body {
    font-size : 14px;
    color: red;
}
.alerte-retard-barre{
    z-index: 9999999;
    position: fixed;
    text-align: center;
    color : #ffffff;
    margin: auto;
    width: 100%;
    height: 30px;
    font-size: medium;
    padding: 2px;
    background-color: #ff0000;
}

.alerte-retard-barre + .navbar-content{
    margin-top: 30px;
}
/*endregion retard paiement*/


/*region plus de filtres*/
.link-filtre {
    color: #ab2256;
    cursor: pointer;
    font-size: 1.25rem;
    vertical-align: middle;
    margin-left: 18px;
}

.link-filtre:hover {
    color: #74143a;
}

a.submit-filter {
    text-decoration: none !important;
}

a.submit-filter:before{
    color: #ab2256;
    content: "\f068";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 6px;
}

a.submit-filter.collapsed:before{
    color: #ab2256;
    content: "\f067";
}

a.submit-filter .link-filtre:before {
    content: 'Moins de filtres';
}

a.submit-filter.collapsed .link-filtre:before {
    content: 'Plus de filtres';
}

.filters-buttons {
    margin-top : 10px;
    margin-bottom : 5px;
}
/** region HACK car bootstrap trop vieux et fait un effet de jump sur l'ouverture sinon */
#collapse-more-Filter.collapse {
    max-height: none;
}
#collapse-more-Filter.collapsing {
    transition: all 1s;
}
/** endregion HACK car bootstrap trop vieux et fait un effet de jump sur l'ouverture sinon */
/*endregion plus de filtres*/
/* region group row */
tr.datatable-group-row-0 > th {
    border-top: 2px solid #6c757d;
}
tr.datatable-group-row-last > th {
    border-bottom: 1px solid #93B1A630;
}

.table-striped.table-hover > tbody > tr.datatable-group-row-0:nth-child(2n+1) th, .table-striped.table-hover > tbody > tr.datatable-group-row-0:nth-child(2n+1) td,
.table-striped.table-hover > tbody > tr.datatable-group-row-0:nth-child(2n) th, .table-striped.table-hover > tbody > tr.datatable-group-row-0:nth-child(2n) td  {
    border-top: 1px solid #607274;
    background-color: rgba(181, 148, 65, 0.40); 
    color: #725a2b;
    line-height: 2em;
    font-weight: 600;
    font-size: 130%;
}
/* endregion group row */

#send-rappel-btn {
    background: none!important;
    border: none;
    padding: 0!important;
    margin-left:11px;
    cursor: pointer;
}

/* region table */
.border-top-double,
.border-top-double th,
.border-top-double td {
    border-top-style: double;
}
/* endregion table */
