.radio-inline.bold {
    font-weight: bold;
}

.predictions .table thead {
    background-color: #ffffff;
}

.predictions .predictions-item:hover {
    background-color: #f2f2f2 !important;
}

.predictions .predictions-item.first {
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #337ab7;
    background-color: #d0d0d0 !important;
}

.predictions .predictions-item.repos,
.predictions .legend .legend-item-icon.repos {
    background-color: #ffeaea !important;
}

.predictions .predictions-item.holiday,
.predictions .legend .legend-item-icon.holiday {
    background-color: #fffae9 !important;
}

.predictions .predictions-item.open {
    background: #07668C !important;
    color: #fff !important;
}

.predictions .predictions-item .more-details {
    position: relative;
}

.predictions .predictions-item .more-details:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: '+';
    background-color: #31b131;
    font-weight: normal;
    font-size: 14px;
}

.predictions .predictions-item.open .more-details:before {
    content: '-';
}

.predictions .predictions-total {
    font-size: 18px;
    background-color: #d1ffd1 !important;
}

.predictions .predictions-total td:first-child {
    text-transform: uppercase;
}

.predictions .predictions-item-detail {
    display: none;
    background-color: #ffecd1 !important;
}

.predictions .predictions-item-detail.even {
    background-color: #fff5ea !important;
}

.predictions .legend {
    margin-bottom: 30px;
}

.predictions .legend .legend-items {
    display: flex;
}

.predictions .legend .legend-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.predictions .legend .legend-item-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #aaa;
    margin: 2px 5px 2px 0;
}

.reduction_wrapper .choice .choice_value .menu_wrapper, .reduction_wrapper .choice .choice_value{
    display: none;
    margin-left: 20px;
}

#form_promotion {
    counter-reset: reduction;
}

.reduction_wrapper .reduction_wrapper_title:before {
    counter-increment: reduction;
    content: counter(reduction);
    background: #337ab7;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}


.reduction_wrapper .form-group {
    margin-left: 30px;
    margin-bottom: 20px;
}

.reduction_wrapper .show_with_csp {
    display: none;
}


.reduction_wrapper .choice label {
    font-weight: 100;
}

.reduction_wrapper .choice .choice_label {
    font-weight: 700;
}

.reduction_wrapper .choice_label {
    background: #e4f1ff;
    padding: 2px 5px;
    border-radius: 4px;
}

.reduction_wrapper .reduction_wrapper_title {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.reduction_wrapper_etape {}

.stat-jdb .table.table-striped>tbody>tr:nth-of-type(odd),
.stat-jdb .table.table-hover>tbody>tr:hover {
    background: none;
}

.stat-jdb .icon-info {
    width: 14px;
    height: 14px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #337ab7;
}

.tooltip.bottom .tooltip-inner {
    background-color: #337ab7;
    font-size: 14px;
    color: #fff;
}


.stat-jdb .table td,
.table th {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 4px !important;
}

.stat-jdb .table td {
    white-space: nowrap;
}

.stat-jdb .table th.small-title {
    font-size: 10px;
    white-space: nowrap;
}

.stat-jdb .table td.small-value {
    font-size: 11px;
}

.stat-jdb .table thead {
    background: #fff;
}

.stat-jdb .table thead th {
    padding: 12px 5px !important;
}

.stat-jdb .table tbody.jdb-data{
    transition: all .1s;
    cursor: pointer;
}

.stat-jdb .table .jdb-data.even{
    background: #E2EEF6 !important;
}

.stat-jdb .table .jdb-data:hover{
    background: #f2f2f2 !important;
}

.stat-jdb .table .jdb-data.active{
    font-weight: bold;
}

.stat-jdb .table .jdb-detail-data{
    background: #ffecd1;
}

.stat-jdb .table .jdb-detail-data > .even{
    background: #fff5ea !important;
}

.stat-jdb .table .jdb-detail-data:hover{
    background: #f2f2f2 !important;
}

.stat-jdb .table .totaux {
    border-top: 3px solid #999;
    background: #d1ffd1 !important;
}

.stat-jdb .table .totaux_title {
    font-weight: 700;
    font-size: 20px;
}

.stat-jdb .table .totaux_value {
    font-weight: 700;
}


.ajax_loader {
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin: 20px;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.map {
    width: 100%;
    height: 600px;
}

.panel-machines .panel-body .row {
    position: relative;
}

.panel-toutes {
    position: absolute;
    top: 0;
    left: 0;
    background: #ddd;
    width: 100%;
    height: 100%;
    padding: 10em 0;
    text-align: center;
}

.panel-heading a {
    display: block;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e114";
    float: right;
    color: #fff;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.ajax_alertes .panel-body .alerte_remove-cell {
    text-align: end;
    width: 6rem;
}

.delete_defaut_msg-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /* background-color: pink; */
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    display: none;
}

.delete_defaut_msg-container.active {
    opacity: 1;
}

.delete_defaut_msg {
    height: 70%;
    width: 70%;
    max-width: 600px;
}

.delete_defaut_msg-btns {
    display: flex;
    margin: auto;
    max-width: 400px;
    justify-content: space-around;
}

.clean-field {
    color: red;
}

.img-remove {
    position: relative;
    box-shadow: 1px 1px 3px gray;
}

.img-remove button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: red;
    font-weight: bold;
    border: 0;
}

.img-remove button:hover {
    background: darkred;
    color: #fff;
}

.list-arrow-right {
    vertical-align: middle;
    font-size: 2em;
}

.list-arrow-right a {
    display: block;
}

.clear {
    clear: both;
}

.media-custom a {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.media-custom a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.media-custom a i {
    margin-top: 15px;
}

.display_table {
    display: table;
}

.semi-opacity {
    opacity: 0.6;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #333;
}

.bootstrap-select.btn-group .dropdown-menu li a .glyphicon {
    color: #5cb85c;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #07668C;
}

.table-white {
    background: #fff;
}

.table.vertical-middle td {
    vertical-align: middle;
}

.version_machine, .version_automate {
    background: #07668C;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.version_machine.v2_0 {
    background: #d9534f;
}

/* ------------------ JDB ------------------- */

.table tbody tr.categ,
.table tbody tr.categ td {
    background: #E2EEF6;
}

.table tbody tr.categ a {
    text-decoration: underline;
}

.table tbody tr.categ.active,
.table tbody tr.categ.active td {
    background: #07668C;
    color: #fff;
}

.table tbody tr.categ.active a {
    text-decoration: underline;
    color: #fff;
}

.my-rating * {
    cursor: default;
}

.top-rating * {
    cursor: pointer;
}

/* ---------------- PLAGES ------------------ */

.plage_en_cours {
    background: #9ABDDC;
}

.plage_en_cours p {
    background: green;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
}

.history-buttons {
    display: flex;
    flex-direction: row;
}

.history-buttons>* {
    margin: 0 auto;
}

/* ------------- FAVORIS ------------------ */

.favoris-icon svg {
    height: 76px;
}

.favoris-icon button {
    background: transparent;
    border: 0;
}

.favoris-icon.favoris-null svg {
    fill: gray;
}

.favoris-icon.favoris-ok svg {
    fill: #D75A4A;
}


/* ----------- SB ADMIN OVERRIDE ------------- */


.DTFC_LeftBodyWrapper {
    top: 21px !important;
}

.table.table-striped .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.table.table-striped .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.table.table-striped .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-violet {
    color: #46465D;
    background-color: #C0C0FF;
    border-color: #A4A4D9;
}

.alert-burgundy {
    color: #7e479a;
    background-color: #CCAADD;
    border-color: #A4A4D9;
}

.alert-gris {
    background-color: #ccc;
}

#wrapper {
    background-color: #07668C;
}

#page-wrapper {
    padding-bottom: 20px;
}

#page-wrapper.full {
    margin: 0;
}

#page-wrapper.full .page-header {
    visibility: hidden;
}

#page-wrapper.withoutLeftMenu {
    margin: 0;
}

.navbar-default {
    background-color: #07668C;
}

.navbar-static-top {
    padding: 1em 0;
}

.navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #337ab7 !important;
    background-color: white;
    font-size: 1.8em;
    padding: 0;
}

.navbar .logo img {
    height: 46px;
    padding: 0px 15px;
}

.navbar-brand.logo {
    background-color: white;
    border-radius: 3px;
}

.nav:not(.nav-tabs)>li>a,
.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-top-links .dropdown-menu {
    top: 94%;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.open>a,
.navbar-default .navbar-nav>li.open>a:focus,
.navbar-default .navbar-nav>li.open>a:hover {
    color: white;
    background-color: #e0a025;
}

.sidebar ul li a.active {
    background-color: #e0a025;
}

.panel-blue {
    border-color: #337ab7;
}

.panel-blue .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.panel-green a:not(.btn) {
    color: #5cb85c;
}

.panel-green .panel-heading a {
    color: #fff;
}

.panel-danger > .panel-heading a {
    color: #a94442;
}

.panel-danger > .panel-heading a:hover, .panel-danger > .panel-heading a:active {
    text-decoration: none;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.panel-yellow a:not(.btn) {
    color: #f0ad4e;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}

.panel-red a:not(.btn) {
    color: #d9534f;
}

.panel-orange {
    border-color: #f0ad4e;
}

.panel-orange .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.panel-orange a:not(.btn) {
    color: #f0ad4e;
}

.panel-gray {
    border-color: #626262;
}

.panel-gray .panel-heading {
    background-color: #626262;
    border-color: #626262;
    color: #fff;
}

.panel-gray a:not(.btn) {
    color: #626262;
}

.navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background: transparent;
    padding: 0.1em 0.5em;
}

.sidebar {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .sidebar {
        margin-top: 15px;
    }
}

.table .red,
span.red {
    font-weight: bold;
    color: #d9534f;
}

.table .green,
span.green {
    font-weight: bold;
    color: #5cb85c;
}

.table .orange,
span.orange {
    font-weight: bold;
    color: #e0a025;
}

.table .blue,
span.blue {
    font-weight: bold;
    color: #337ab7;
}

.table .violet,
span.violet {
    font-weight: bold;
    color: #46465D;
}

.table .burgundy,
span.burgundy {
    font-weight: bold;
    color: #7e479a;
}

.table .gris,
span.gris {
    font-weight: bold;
}

.table .background-red {
    font-weight: bold;
    background-color: #d9534f;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        text-decoration: underline;
    }
}


.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.modal-header .close {
    margin-top: -2px;
    font-size: 3rem;
    padding: 0em 0 0 1em;
    opacity: 1;
    color: #333;
}

/* ------------- COMMENTAIRE MACHINE ------------- */
.commentaire_machine {
    background: #2a6496;
    background: #2a649633;
    width: 95%;
    overflow: hidden;
    margin-bottom: 1em;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.commentaire_machine.w100 {
    width: 100%;

}

.commentaire_machine .titre {
    font-weight: bold;

}

.top3 {
    padding: 10px;
}


/* --------------- CHECKBOX ---------------------- */
.funkyradio.flex {
    display: flex;
    flex-wrap: wrap;
}

.funkyradio div {
    float: left;
    /*margin: 0 50px;*/
    overflow: hidden;
    margin: 0 0.5em;
}

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    padding: 0 0.5em 0 0.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

/*.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}*/
.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5bc0de;
}

#casiers-1 .colonne-2,
#casiers-1 .colonne-3,
#casiers-2 .colonne-1,
#casiers-2 .colonne-3,
#casiers-3 .colonne-1,
#casiers-3 .colonne-2 {
    display: none;
}

/* GLOBAL */

.largeWidth {
    width: 100% !important;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    margin-left: -50px;
    margin-top: -50px;
    display: none;
}

.loader img {
    max-width: 100px;
    left: 50%;
    top: 50%;
    position: absolute;
}


.middleCenter {
    text-align: center;
    vertical-align: middle !important;
}

.rotate-45 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.rotate-minus-45 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bg-danger-light {
    background-color: rgba(242, 222, 222, 0.5);
}

.bg-success-light {
    background-color: rgba(223, 240, 216, 0.5);
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #07668C;
}

.rightAlign {
    text-align: right;
}

/* CUSTOM SELECT2 */

.select2:not(.select2Comptes) .select2-container--default .select2-search.select2-search--inline {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px 5px 10px 0;
}

.select2:not(.select2Comptes) .select2-container--default .select2-selection {
    height: 34px;
    overflow: hidden;
    border-radius: 4px !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* SELECT2 Dropdown results */

.select2-container .select2-dropdown {
    width: auto !important;
    min-width: 340px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.select2-container .select2-dropdown.select2-dropdown--below {
    top: 5px;
}

.select2-container .select2-dropdown.select2-dropdown--above {
    top: -5px;
}

.select2-container .select2-wrapper_btn~.select2-search.select2-search--dropdown {
    padding-top: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 280px;
}

/* SELECT2 Select/Unselect All */

.select2-container--default .select2-wrapper_btn {
    padding: 5px;
    display: flex;
}

.select2-container--default .select2-selectAll,
.select2-container--default .select2-unselectAll {
    flex: 1;
    color: #333;
    background: #eee;
    border: 1px solid #aaa;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    transition: background ease-in-out .15s;
}

.select2-container--default .select2-selectAll:hover,
.select2-container--default .select2-unselectAll:hover {
    background: #e1e1e1;
}

.select2-container--default .select2-selectAll {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-unselectAll {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* SELECT2 Options */
.select2-container--default [data-groupId] {
    cursor: pointer;
    font-weight: bold;
}

.select2-container--default [data-groupParentId] {
    margin-left: 20px;
}

.select2-container--default .select2-results__option {
    background: white !important;
    position: relative;
    padding: 3px 6px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e6e6e6 !important;
    color: #000;
}

.select2-container--default .select2-results__option[aria-selected="true"]::after {
    position: absolute;
    width: 18px;
    height: 14px;
    background-image: url("/images/check.png");
    background-size: cover;
    display: inline-block;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/****** EXPORT DATA MACHINE *******/
#export_data_machine #etape_libelle {
    font-size: 18px;
    text-align: center;
}


#export_data_machine #launch_export {
    margin-bottom: 20px;
}

.center {
    text-align: center
}


/* HIDE RADIO */
.radio-traduction {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.radio-traduction+img {
    cursor: pointer;
}

/* CHECKED STYLES */
.radio-traduction:checked+img {
    outline: 2px solid #07668c;
    width: 210px;
}

#translate-submit {
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
}

/* QUALITE DE SERVICE */
.sidebar .qualite-service {
    margin-top: 50px;
    margin-bottom: 25px;
    color: white;
    border-bottom: none;
}

.sidebar .qualite-service>div {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.sidebar .qualite-service .second-level {
    list-style: none;
    padding-left: 0;
}

.sidebar .qualite-service .second-level li {
    border-bottom: none;
}

.sidebar .qualite-service .second-level li div {
    padding-left: 37px;
}

.sidebar .qualite-service .second-level li div span.statut-0 {
    color: #7ff77f;
}

.sidebar .qualite-service .second-level li div span.statut-1 {
    color: #FF9100;
}

.sidebar .qualite-service .second-level li div span.statut-2 {
    color: #AD0005;
}

.panel-produits-add {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.panel-produits-add .form-add-produit {
    margin: 10px;
}

.panel.produit-surcharge .form-group .override,
.panel.produit-surcharge .form-group.has_override .block-data {
    display: none;
}

.panel.produit-surcharge .form-group.has_override .block-data.override {
    display: block;
}


.row-panels-produits {
    display: flex;
    flex-wrap: wrap;
}

.row-panels-produits>div {
    flex: 1;
    flex-basis: 33.33333%;
    margin-bottom: 20px;
}

.row-panels-produits>div>.panel {
    height: 100%;
}

@media(max-width: 1200px) {
    .row-panels-produits>div {
        flex-basis: 50%;
    }
}

@media(max-width: 900px) {
    .row-panels-produits > div { flex-basis: 100%; }
}

.liste-produits_surcharges {
    display: flex;
}

.compte_tva-form-group .validation-msg,
.form-group .validation-msg,
.quadra_field-container .validation-msg {
    color: red;
    font-weight: bold;
    display:none;
}

.compte_tva-form-group .validation-msg.active,
.form-group .validation-msg.active,
.quadra_field-container .validation-msg.active {
    display: initial;
}

.bandeau-test {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20%;
    background: red;
    z-index: 1000;
    text-align: center;
    color: white;
    padding: 10px;
}
.produit_du_mois label {
    margin: 20px 0 10px;
}

#form_menu {
    counter-reset: reduction;
}

.menu_wrapper .menu_wrapper_title {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.menu_wrapper .menu_wrapper_title:before {
    counter-increment: reduction;
    content: counter(reduction);
    background: #337ab7;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

#filtre_client {
    display: flex;
    align-items: center;
    justify-content: center;
}

#filtre_client .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#filtre_client .form-group label {
    margin: 0;
    margin-right: 1rem;
}

.compte_tva_produit-edit-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.compte_tva_produit-edit-form ul li {
    margin-bottom: 0.25rem;
}

.compte_tva_produit-edit-form .text-container,
.compte_tva_produit-edit-form .input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.compte_tva_produit-edit-form .compte_tva-form-group {
    width: 100%;
}

.compte_tva_produit-edit-form .compte_tva-form-group label {
    white-space: nowrap;
    margin: 0;
}

.compte_tva_produit-edit-form .input-container .compte_tva-input,
.compte_tva_produit-edit-form .compte_tva-form-group span {
    margin: 0 0.5rem;
}

.compte_tva_produit-edit-form .input-wrapper {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.compte_tva_produit-edit-form .validation_btn {
    display: none;
    margin: auto;
}

.compte_tva_produit-edit-form .edit-compte-btn {
    display: none;
}

/* commenté en attendant de fix les validations js en mobile */
/*.compte_tva_produit-edit-form .validation_btn,*/
/*.compte_tva_produit-edit-form .input-wrapper {*/
/*    display: flex;*/
/*}*/

@media screen and (min-width: 600px) {
    .compte_tva_produit-edit-form .edit-compte-btn {
        display: flex;
    }
    .compte_tva_produit-edit-form .validation_btn,
    .compte_tva_produit-edit-form .input-wrapper {
        display: none;
    }
}

.compte_tva_produit-edit-form.active .text-container {
    /*display: none;*/
}

.compte_tva_produit-edit-form.active .validation_btn,
.compte_tva_produit-edit-form.active .input-wrapper {
    display: flex;
}


.compte_tva_produit-edit-form .validation-msg-container {
    display: flex;
    width: 100%;
}



.choice_value .input-group{
    width: 160px;
    margin: 5px;
}
.choice_value .input-group .form-control{
    min-width: 60px;
}

.produit_du_mois label {
    margin: 20px 0 10px;
}

#form_menu {
    counter-reset: reduction;
}

.menu_wrapper .menu_wrapper_title {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.menu_wrapper .menu_wrapper_title:before {
    counter-increment: reduction;
    content: counter(reduction);
    background: #337ab7;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

#filtre_client {
    display: flex;
    align-items: center;
    justify-content: center;
}

#filtre_client .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#filtre_client .form-group label {
    margin: 0;
    margin-right: 1rem;
}

.compte_tva_produit-edit-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.compte_tva_produit-edit-form ul li {
    margin-bottom: 0.25rem;
}

.compte_tva_produit-edit-form .text-container,
.compte_tva_produit-edit-form .input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.compte_tva_produit-edit-form .compte_tva-form-group {
    width: 100%;
}

.compte_tva_produit-edit-form .compte_tva-form-group label {
    white-space: nowrap;
    margin: 0;
}

.compte_tva_produit-edit-form .input-container .compte_tva-input,
.compte_tva_produit-edit-form .compte_tva-form-group span {
    margin: 0 0.5rem;
}

.compte_tva_produit-edit-form .input-wrapper {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.compte_tva_produit-edit-form .validation_btn {
    display: none;
    margin: auto;
}

.compte_tva_produit-edit-form .edit-compte-btn {
    display: none;
}

/* commenté en attendant de fix les validations js en mobile */
/*.compte_tva_produit-edit-form .validation_btn,*/
/*.compte_tva_produit-edit-form .input-wrapper {*/
/*    display: flex;*/
/*}*/

@media screen and (min-width: 600px) {
    .compte_tva_produit-edit-form .edit-compte-btn {
        display: flex;
    }
    .compte_tva_produit-edit-form .validation_btn,
    .compte_tva_produit-edit-form .input-wrapper {
        display: none;
    }
}

.compte_tva_produit-edit-form.active .text-container {
    /*display: none;*/
}

.compte_tva_produit-edit-form.active .validation_btn,
.compte_tva_produit-edit-form.active .input-wrapper {
    display: flex;
}


.compte_tva_produit-edit-form .validation-msg-container {
    display: flex;
    width: 100%;
}



.choice_value .input-group{
    width: 160px;
    margin: 5px;
}
.choice_value .input-group .form-control{
    min-width: 60px;
}

.concours-table-container .actions-td {
    display :flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.concours-table-container .actions-td #concours_activation,
.concours-table-container .actions-td #concours_delete,
.concours-table-container .actions-td .edit-btn {
    margin: 0.25rem;
}

.concours-table-container #concours_destinataire_add {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.concours-table-container .selected_destinataire-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#concours_edit .delete_destinataire-msg,
#concours_add .delete_destinataire-msg {
    margin-left: 1rem;
}

.container-exemple-footer-smart-neo{
    display: flex;
    width: 1080px;
    height: 200px;
    margin: 3em auto;
    border: 1px solid black;
    align-items: center;
}
@media (max-width: 1415px) {
    .container-exemple-footer-smart-neo {
        display: none;
    }
}
.container-exemple-footer-smart-neo .right-part{
    width: 35%;
}
.container-exemple-footer-smart-neo .center-part{
    width: 40%;
}
.container-exemple-footer-smart-neo .left-part{
    width: 25%;
}

.container-exemple-footer-smart-neo .sas, .container-exemple-footer-smart-neo .phone-number{
    font-size: 1.9em;
}

.container-exemple-footer-smart-neo .phone-number{
    border: 2px solid black;
    border-radius: 1em;
}

.container-exemple-footer-smart-neo .mention{
    text-decoration: underline;
    display: inline-block;
    font-size: 1.5em;
}
.margin-icon-info{
    width: 14px;
    margin: 0 6px;
}
.form-control.invalid {
    border-color: #d9534f;
}

.promo_alert_sans_utilisation {
    font-weight: bold;
    color: #a94442;
    list-style-type: none;
}

/* Pop-up modale */
.popup {
    position: fixed;
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: block;
    overflow-y: auto;
    text-align: center;
    z-index: 10000;
    border: 5px solid black;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;;
    gap: 10px;
}

.close-popup-btn{
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.checkbox-label {
    font-size: 16px;
}

.checkbox {
    margin-right: 10px; /* Ajoute un léger espace entre la checkbox et le texte */
}

