﻿body.sidebar-mini {
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    text-decoration: none;
}

.main-header .navbar {
    margin-left: 0;
}

.navbar > .messages-menu > .dropdown-menu > li.header,
.navbar > .notifications-menu > .dropdown-menu > li.header,
.navbar > .tasks-menu > .dropdown-menu > li.header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 0px;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
}

.navbar > .messages-menu > .dropdown-menu > li.footer > a,
.navbar > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar > .tasks-menu > .dropdown-menu > li.footer > a {
    color: var(--cso-primary) !important;
    font-weight: bold;
    display: inline-block;
}

    .navbar > .messages-menu > .dropdown-menu > li.footer > a:hover,
    .navbar > .notifications-menu > .dropdown-menu > li.footer > a:hover,
    .navbar > .tasks-menu > .dropdown-menu > li.footer > a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

.navbar > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    font-weight: bold;
}

    .navbar > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
        font-style: italic;
    }

.content-header > .breadcrumb > li > a {
    color: var(--cso-primary);
    font-style: italic;
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        background: var(--cso-white) !important;
    }
}

.label-success {
    border-radius: 30px;
    background-color: var(--cso-success) !important;
}

.alert {
    border-radius: 7px !important;
}

.alert-danger, .alert-error {
    border-color: var(--cso-danger);
    background-color: var(--cso-danger) !important;
}

.alert-info {
    border-color: var(--cso-info);
    background-color: var(--cso-info) !important;
}

.alert-warning {
    border-color: var(--cso-warning);
    background-color: var(--cso-warning) !important;
}

.alert-success {
    border-color: var(--cso-success);
    background-color: var(--cso-success) !important;
}

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning {
    color: var(--cso-white) !important;
    border-radius: 7px;
    border-width: 2px;
    overflow: hidden;
}

.callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning {
    color: var(--cso-gray-600) !important;
    background-color: var(--cso-gray-100) !important;
    border-radius: 7px;
    border-width: 10px;
    overflow: hidden;
}

.callout.callout-danger {
    border-color: var(--cso-danger);
}

.callout.callout-info {
    border-color: var(--cso-info);
}

.callout.callout-warning {
    border-color: var(--cso-warning);
}

.callout.callout-success {
    border-color: var(--cso-success);
}

.callout.callout-danger h4 {
    color: var(--cso-danger);
}

.callout.callout-info h4 {
    color: var(--cso-info);
}

.callout.callout-warning h4 {
    color: var(--cso-warning);
}

.callout.callout-success h4 {
    color: var(--cso-success);
}

.bg-blue.small-box.classic-tile > .small-box-footer, .bg-blue.small-box.fill-tile {
    background-color: var(--cso-secondary) !important;
}

.bg-green.small-box.classic-tile > .small-box-footer, .bg-green.small-box.fill-tile {
    background-color: var(--cso-success) !important;
}

.bg-orange.small-box.classic-tile > .small-box-footer, .bg-orange.small-box.fill-tile {
    background-color: var(--cso-primary) !important;
}

.bg-yellow.small-box.classic-tile > .small-box-footer, .bg-yellow.small-box.fill-tile {
    background-color: var(--cso-warning) !important;
}

.bg-red.small-box.classic-tile > .small-box-footer, .bg-red.small-box.fill-tile {
    background-color: var(--cso-danger) !important;
}

.bg-aqua.small-box.classic-tile > .small-box-footer, .bg-aqua.small-box.fill-tile {
    background-color: var(--cso-aqua) !important;
}

.bg-pink.small-box.classic-tile > .small-box-footer, .bg-pink.small-box.fill-tile {
    background-color: var(--cso-pink) !important;
}

.bg-bluegreen.small-box.classic-tile > .small-box-footer, .bg-bluegreen.small-box.fill-tile {
    background-color: var(--cso-bluegreen) !important;
}

.bg-purple.small-box.classic-tile > .small-box-footer, .bg-purple.small-box.fill-tile {
    background-color: var(--cso-purple) !important;
}

.ion {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 10px;
    background-image: url(../images/cercle-tirets-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    .ion:before {
        vertical-align: middle;
    }

.box.box-primary {
    border-top-color: var(--cso-primary);
}

    .box.box-primary.box-border {
        border-bottom: 1px solid var(--cso-primary);
        border-left: 1px solid var(--cso-primary);
        border-right: 1px solid var(--cso-primary);
    }

.box.box-secondary {
    border-top-color: var(--cso-secondary);
}

    .box.box-secondary.box-border {
        border-bottom: 1px solid var(--cso-secondary);
        border-left: 1px solid var(--cso-secondary);
        border-right: 1px solid var(--cso-secondary);
    }

.box.box-danger {
    border-top-color: var(--cso-danger);
}

    .box.box-danger.box-border {
        border-bottom: 1px solid var(--cso-danger);
        border-left: 1px solid var(--cso-danger);
        border-right: 1px solid var(--cso-danger);
    }

.box.box-default {
    border-top-color: var(--cso-gray-200);
}

    .box.box-default.box-border {
        border-bottom: 1px solid var(--cso-gray-200);
        border-left: 1px solid var(--cso-gray-200);
        border-right: 1px solid var(--cso-gray-200);
    }

.box.box-warning {
    border-top-color: var(--cso-warning);
}

    .box.box-warning.box-border {
        border-bottom: 1px solid var(--cso-warning);
        border-left: 1px solid var(--cso-warning);
        border-right: 1px solid var(--cso-warning);
    }

.box.box-success {
    border-top-color: var(--cso-success);
}

    .box.box-success.box-border {
        border-bottom: 1px solid var(--cso-success);
        border-left: 1px solid var(--cso-success);
        border-right: 1px solid var(--cso-success);
    }

.box.box-info {
    border-top-color: var(--cso-info);
}

    .box.box-info.box-border {
        border-bottom: 1px solid var(--cso-info);
        border-left: 1px solid var(--cso-info);
        border-right: 1px solid var(--cso-info);
    }

.box.box-light {
    border-top-color: var(--cso-gray-200);
}

    .box.box-light.box-border {
        border-bottom: 1px solid var(--cso-gray-200);
        border-left: 1px solid var(--cso-gray-200);
        border-right: 1px solid var(--cso-gray-200);
    }

.box-header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .box-header .box-title {
        font-weight: bold;
        flex-grow: 1;
    }

.btn, .e-btn, .e-css.e-btn {
    background-color: var(--cso-primary);
    border-color: var(--cso-primary);
    color: var(--cso-white);
}

    .btn:after, .e-btn:after, .e-css.e-btn:after {
        background: var(--cso-primary);
    }

    .btn.hover, .btn:active, .btn:hover, .btn:not(:disabled):not(.disabled):active, .btn:focus-visible, .btn.show,
    .e-btn.e-flat:hover, .e-css.e-btn.e-flat:hover,
    .e-btn:hover, .e-btn.e-flat:active, .e-css.e-btn.e-flat:focus {
        background-color: var(--cso-white);
        border-color: var(--cso-primary);
        color: var(--cso-primary);
    }

::-webkit-file-upload-button {
    line-height: 2;
    border-radius: 30px;
    border-width: 2px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 40px;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1rem;
    background-color: var(--cso-primary);
    border-color: var(--cso-primary) !important;
    color: var(--cso-white);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-style: solid;
}

::-ms-browse {
    line-height: 2;
    border-radius: 30px;
    border-width: 2px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 40px;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1rem;
    background-color: var(--cso-primary);
    border-color: var(--cso-primary) !important;
    color: var(--cso-white);
    border-style: solid;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

::-webkit-file-upload-button:hover {
    background-color: var(--cso-white);
    color: var(--cso-primary);
    border-color: var(--cso-primary);
}

::-ms-browse:hover {
    background-color: var(--cso-white);
    color: var(--cso-primary);
    border-color: var(--cso-primary);
}

.btn.btn-flat {
    border-radius: 30px;
    color: var(--cso-white) !important;
    border-width: 2px;
}

    .btn.btn-flat:active, .btn.btn-flat:hover {
        background-color: var(--cso-white);
        color: var(--cso-primary) !important;
    }

.btn-default {
    background-color: var(--cso-primary);
    border-color: var(--cso-primary);
    color: var(--cso-white);
}

    .btn-default:after {
        background: var(--cso-primary);
    }

    .btn-default.hover, .btn-default:active, .btn-default:hover, .btn-default:not(:disabled):not(.disabled):active, .btn-default:focus-visible, .btn-default.show,
    .btn:hover, .e-btn:hover, .e-css.e-btn:hover,
    .e-btn:focus, .e-css.e-btn:focus {
        background-color: var(--cso-white);
        color: var(--cso-primary);
        border-color: var(--cso-primary);
        box-shadow: none;
        outline: 0px;
    }

.btn-primary, .e-btn.e-primary, .e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary,
.e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-primary,
.e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-apply-btn /* Grid : ok dialog button (responsive filter) */ {
    background-color: var(--cso-primary);
    border-color: var(--cso-primary);
    color: var(--cso-white);
}

    .btn-primary:after, .e-btn.e-primary:after, .e-btn.e-flat.e-primary:after, .e-css.e-btn.e-flat.e-primary:after,
    .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-primary:after,
    .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-apply-btn:after {
        background: var(--cso-primary);
    }

    .btn-primary.hover, .btn-primary:active, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus-visible, .btn-primary.show,
    .e-btn.e-flat.e-primary:hover, .e-css.e-btn.e-flat.e-primary:hover,
    .e-btn.e-primary:hover, .e-btn.e-flat.e-primary:active, .e-css.e-btn.e-flat.e-primary:focus,
    .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-primary:hover, .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-primary:active, .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-primary:focus,
    .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-apply-btn:hover, .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-apply-btn:active, .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-apply-btn:focus {
        background-color: var(--cso-white);
        border-color: var(--cso-primary);
        color: var(--cso-primary);
    }

.btn-secondary, .e-btn.e-secondary, .e-btn.e-flat.e-secondary, .e-css.e-btn.e-flat.e-secondary, .e-btn.e-cancel, .e-btn.e-flat.e-cancel, .e-css.e-btn.e-flat.e-cancel,
div[id*="_columnChooserDialog"] .e-footer-content .e-btn:not(.e-primary), /* Grid : cancel button columnChooser */
.e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-flmenu-cancelbtn, /* Grid : cancel button filter */
.e-richtexteditor .e-footer-content .e-btn:not(.e-primary), /* RichTextEditor : cancel button */
.e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-sort-clear-btn /* Grid : cancel dialog button (responsive filter) */ {
    background-color: var(--cso-secondary);
    border-color: var(--cso-secondary);
    color: var(--cso-white);
}

    .btn-secondary:after, .e-btn.e-secondary:after, .e-btn.e-flat.e-secondary:after, .e-css.e-btn.e-flat.e-secondary:after, .e-btn.e-cancel:after, .e-btn.e-flat.e-cancel:after, .e-css.e-btn.e-flat.e-cancel:after,
    div[id*="_columnChooserDialog"] .e-footer-content .e-btn:not(.e-primary):after,
    .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-flmenu-cancelbtn:after,
    .e-richtexteditor .e-footer-content .e-btn:not(.e-primary):after,
    .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-sort-clear-btn:after {
        background: var(--cso-secondary);
    }

    .btn-secondary.hover, .btn-secondary:active, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus-visible, .btn-secondary.show,
    .e-btn.e-flat.e-secondary:hover, .e-css.e-btn.e-flat.e-secondary:hover,
    .e-btn.e-secondary:hover, .e-btn.e-flat.e-secondary:active, .e-css.e-btn.e-flat.e-secondary:focus,
    .e-btn.e-flat.e-cancel:hover, .e-css.e-btn.e-flat.e-cancel:hover,
    .e-btn.e-cancel:hover, .e-btn.e-flat.e-cancel:active, .e-css.e-btn.e-flat.e-cancel:focus,
    div[id*="_columnChooserDialog"] .e-footer-content .e-btn:not(.e-primary):hover, div[id*="_columnChooserDialog"] .e-footer-content .e-btn:not(.e-primary):active, div[id*="_columnChooserDialog"] .e-footer-content .e-btn:not(.e-primary):focus,
    .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-flmenu-cancelbtn:hover, .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-flmenu-cancelbtn:active, .e-grid .e-filter-popup.e-popup-open .e-footer-content button.e-flmenu-cancelbtn:focus,
    .e-richtexteditor .e-footer-content .e-btn:not(.e-primary):hover, .e-richtexteditor .e-footer-content .e-btn:not(.e-primary):active, .e-richtexteditor .e-footer-content .e-btn:not(.e-primary):focus,
    .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-sort-clear-btn:hover, .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-sort-clear-btn:active, .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary.e-res-sort-clear-btn:focus {
        background-color: var(--cso-white);
        border-color: var(--cso-secondary);
        color: var(--cso-secondary);
    }

.btn-success {
    background-color: var(--cso-success);
    border-color: var(--cso-success);
    color: var(--cso-white);
}

    .btn-success:after {
        background: var(--cso-success);
    }

    .btn-success.hover, .btn-success:active, .btn-success:hover, .btn-success:not(:disabled):not(.disabled):active, .btn-success:focus-visible, .btn-success.show {
        background-color: var(--cso-white);
        border-color: var(--cso-success);
        color: var(--cso-success);
    }

.btn-info {
    background-color: var(--cso-info);
    border-color: var(--cso-info);
    color: var(--cso-white);
}

    .btn-info:after {
        background: var(--cso-info);
    }

    .btn-info.hover, .btn-info:active, .btn-info:hover, .btn-info:not(:disabled):not(.disabled):active, .btn-info:focus-visible, .btn-info.show {
        background-color: var(--cso-white);
        border-color: var(--cso-info);
        color: var(--cso-info);
    }

.btn-danger {
    background-color: var(--cso-danger);
    border-color: var(--cso-danger);
    color: var(--cso-white);
}

    .btn-danger:after {
        background: var(--cso-danger);
    }

    .btn-danger.hover, .btn-danger:active, .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:focus-visible, .btn-danger.show {
        background-color: var(--cso-white);
        border-color: var(--cso-danger);
        color: var(--cso-danger);
    }

.btn-warning {
    background-color: var(--cso-warning);
    border-color: var(--cso-warning);
    color: var(--cso-white);
}

    .btn-warning:after {
        background: var(--cso-warning);
    }

    .btn-warning.hover, .btn-warning:active, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:focus-visible, .btn-warning.show {
        background-color: var(--cso-white);
        border-color: var(--cso-warning);
        color: var(--cso-warning);
    }

.btn.disabled, .btn:disabled, .e-btn.e-flat.e-primary:disabled, .e-css.e-btn.e-flat.e-primary:disabled, fieldset:disabled .btn,
.e-dropdown-btn.e-control.e-btn.e-lib.e-dropdown-btn.drpdwn:disabled, .e-dropdown-btn.e-control.e-btn.e-lib.e-dropdown-btn.drpdwn.disabled {
    opacity: 1;
    color: var(--cso-gray-500);
    background-color: var(--cso-gray-200);
    border-color: var(--cso-gray-200);
    cursor: default;
    pointer-events: auto;
}

    .btn.disabled:focus, .btn:disabled:focus,
    .btn.disabled:active, .btn:disabled:active, .e-btn.e-flat.e-primary:disabled:active, .e-css.e-btn.e-flat.e-primary:disabled:active, fieldset:disabled:active .btn,
    .e-dropdown-btn.e-control.e-btn.e-lib.e-dropdown-btn.drpdwn:disabled:active, .e-dropdown-btn.e-control.e-btn.e-lib.e-dropdown-btn.drpdwn.disabled:active {
        color: var(--cso-gray-500);
        background-color: var(--cso-gray-200);
        border-color: var(--cso-gray-200);
        pointer-events: none;
    }

    .btn.disabled:after, .btn:disabled:after {
        content: none !important;
    }

.btn.dropdown-toggle.disabled:active, .btn.dropdown-toggle.disabled:focus {
    pointer-events: auto;
}

.e-btn.e-flat.e-primary:disabled, .e-css.e-btn.e-flat.e-primary:disabled {
    background: var(--cso-gray-200);
    pointer-events: none;
}

.btn-app > div, .btn-app > em {
    background-image: url(../images/cercle-tirets-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
}

.btn-app img, .btn-app em::before {
    max-height: 40px;
    font-size: 40px;
}

.dropdown-toggle::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(135deg);
}

.badge {
    font-weight: 400;
    border-radius: 0.3rem;
    font-style: italic;
}

    .badge.bg-red {
        background-color: var(--cso-danger) !important;
    }

    .badge.bg-blue {
        background-color: var(--cso-info) !important;
    }

    .badge.bg-green {
        background-color: var(--cso-success) !important;
    }

    .badge.bg-yellow {
        background-color: var(--cso-warning) !important;
    }

    .badge.bg-grey {
        background-color: var(--cso-gray-600) !important;
    }

    .badge.bg-black {
        background-color: var(--cso-gray-900) !important;
    }

    .badge.bg-dark {
        background-color: var(--cso-gray-700) !important;
    }

.e-radio + label::before {
    height: 18px;
    width: 18px;
}

.e-radio:checked + label::after {
    background-color: var(--cso-primary);
    color: var(--cso-primary);
}

.e-radio:checked + label:hover::after, .e-radio:checked + label:focus::after {
    background-color: var(--cso-primary);
}

.e-radio + label::after {
    height: 10px;
    left: 4px;
    top: 4px;
    width: 10px;
    border: 0;
}

.e-radio:checked:focus + label::after {
    background-color: var(--cso-primary);
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    border-radius: 2px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
    width: 18px;
}

.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    color: var(--cso-primary);
}

.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    color: var(--cso-primary);
}

/*.e-checkbox-wrapper .e-frame + .e-label, .e-css.e-checkbox-wrapper .e-frame + .e-label {
    margin-left: 0;
}*/

.e-switch-wrapper, .e-css.e-switch-wrapper {
    height: 24px;
    width: 40px;
}

    .e-switch-wrapper .e-switch-inner, .e-css.e-switch-wrapper .e-switch-inner {
        border: 2px solid;
    }

    .e-switch-wrapper:hover .e-switch-inner, .e-css.e-switch-wrapper:hover .e-switch-inner {
        border: 2px solid;
    }

    .e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off {
        text-indent: 100px;
    }

    .e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
        margin: 0px;
        height: 12px;
        width: 12px;
        left: 6px;
        top: 6px;
        bottom: 0px;
        box-shadow: none;
    }

    .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), .e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
        background-color: var(--cso-primary);
    }

    .e-switch-wrapper .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active, .e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
        background-color: var(--cso-primary);
        border-color: var(--cso-primary);
    }

    .e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
        background-color: var(--cso-primary);
    }

    .e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
        text-indent: -100px;
    }

    .e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
        height: 18px;
        width: 18px;
        top: 3px;
        margin-left: -22px;
    }

    .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
        background-color: var(--cso-primary);
    }

.e-btn .e-btn-icon, .e-css.e-btn .e-btn-icon {
    margin-top: -6px;
}

.e-dropdown-btn .e-caret::before, .e-dropdown-btn.e-btn .e-caret::before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(135deg);
}

.upload-section {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cso-secondary);
    height: 140px;
    max-width: 400px;
    border: 1px dashed var(--cso-gray-400);
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    padding: 10px;
}

    .upload-section:hover {
        border: 3px dotted;
        cursor: pointer;
        border-color: var(--cso-primary);
    }

.upload-item {
    width: auto;
    display: block;
    height: 100%;
}

.upload-item-image {
    display: block;
    width: auto;
    height: 100%;
}

.upload-image {
    height: 100%;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    object-fit: contain;
}

.upload-item-remove {
    width: 40px;
    height: 40px;
    float: left;
    position: absolute;
    right: 10px;
    top: 10px;
}

.upload-button-remove {
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 6px;
}

    .upload-button-remove:hover {
        background-color: var(--cso-gray-200);
        border-color: var(--cso-gray-500);
        color: var(--cso-gray-800);
    }

.e-file-select-wrap {
    display: none;
}

.e-upload {
    border: none;
    width: 100%;
}

.nav-tabs-custom {
    box-shadow: 0 0px 0px rgba(0,0,0,.1);
    border-radius: 0.3rem;
}

    .nav-tabs-custom > .nav-tabs {
        background: var(--cso-info);
        border-top-right-radius: 0.3rem;
        border-top-left-radius: 0.3rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .nav-tabs-custom > .tab-content {
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
    }

    .nav-tabs-custom > .nav-item {
        border-top: 0px solid transparent;
        border-bottom: 3px solid var(--cso-info);
        color: var(--cso-white);
        border-top-right-radius: 0.3rem;
        border-top-left-radius: 0.3rem;
    }

        .nav-tabs-custom > .nav-item.active {
            border-top-color: var(--cso-primary);
            color: var(--cso-white);
            font-weight: bold;
            border-bottom: 5px solid var(--cso-primary);
            border-top-right-radius: 0.3rem;
            border-top-left-radius: 0.3rem;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--cso-info);
}

.nav-tabs-custom.header-text-ellipsis > nav.nav-tabs-custom > .nav-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 240px;
}

.nav-tabs-custom.tab-left-header {
    display: flex;
}

    .nav-tabs-custom.tab-left-header > nav.nav-tabs-custom {
        display: flex;
        flex-direction: column;
        width: 250px;
        min-width: 250px;
        align-items: flex-start;
        border-top-right-radius: 0px;
        border-top-left-radius: 0.3rem;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0.3rem;
        overflow: hidden;
    }

        .nav-tabs-custom.tab-left-header > nav.nav-tabs-custom > .nav-item {
            width: 100%;
            border-left: 3px solid var(--cso-info);
            border-bottom: 0px;
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            padding-left: 17px;
        }

            .nav-tabs-custom.tab-left-header > nav.nav-tabs-custom > .nav-item:hover {
                border-color: var(--bs-nav-tabs-link-hover-border-color);
            }

            .nav-tabs-custom.tab-left-header > nav.nav-tabs-custom > .nav-item.active {
                border-top-color: var(--cso-primary);
                color: var(--cso-white);
                font-weight: bold;
                border-bottom: none;
                border-left: 5px solid var(--cso-primary);
                padding-left: 15px;
            }

    .nav-tabs-custom.tab-left-header > div.tab-content {
        flex: 1 1 auto;
    }

/* --- DropdownMenu --------------------------------------------------------- */
/* Primary */
.e-dropdown-btn.drpdwn-primary, .e-dropdown-btn.e-btn.drpdwn-primary {
    color: var(--cso-white);
    background-color: var(--cso-primary);
    border-color: var(--cso-primary);
}

    .e-dropdown-btn.drpdwn-primary:hover, .e-dropdown-btn.e-btn.drpdwn-primary:hover, .e-dropdown-btn.drpdwn-primary:focus, .e-dropdown-btn.e-btn.drpdwn-primary:focus {
        color: var(--cso-primary);
        background-color: var(--cso-white);
        border-color: var(--cso-primary);
    }

        .e-dropdown-btn.drpdwn-primary:hover > .e-btn-icon.e-icons.e-caret, .e-dropdown-btn.e-btn.drpdwn-primary:hover > .e-btn-icon.e-icons.e-caret {
            color: var(--cso-primary);
        }

/* Secondary */
.e-dropdown-btn.drpdwn-secondary, .e-dropdown-btn.e-btn.drpdwn-secondary {
    color: var(--cso-white);
    background-color: var(--cso-secondary);
    border-color: var(--cso-secondary);
}

    .e-dropdown-btn.drpdwn-secondary:hover, .e-dropdown-btn.e-btn.drpdwn-secondary:hover, .e-dropdown-btn.drpdwn-secondary:focus, .e-dropdown-btn.e-btn.drpdwn-secondary:focus {
        color: var(--cso-secondary);
        background-color: var(--cso-white);
        border-color: var(--cso-secondary);
    }

        .e-dropdown-btn.drpdwn-secondary:hover > .e-btn-icon.e-icons.e-caret, .e-dropdown-btn.e-btn.drpdwn-secondary:hover > .e-btn-icon.e-icons.e-caret {
            color: var(--cso-secondary);
        }

/* Success */
.e-dropdown-btn.drpdwn-success, .e-dropdown-btn.e-btn.drpdwn-success {
    color: var(--cso-white);
    background-color: var(--cso-success);
    border-color: var(--cso-success);
}

    .e-dropdown-btn.drpdwn-success:hover, .e-dropdown-btn.e-btn.drpdwn-success:hover, .e-dropdown-btn.drpdwn-success:focus, .e-dropdown-btn.e-btn.drpdwn-success:focus {
        color: var(--cso-success);
        background-color: var(--cso-white);
        border-color: var(--cso-success);
    }

        .e-dropdown-btn.drpdwn-success:hover > .e-btn-icon.e-icons.e-caret, .e-dropdown-btn.e-btn.drpdwn-success:hover > .e-btn-icon.e-icons.e-caret {
            color: var(--cso-success);
        }

/* Warning */
.e-dropdown-btn.drpdwn-warning, .e-dropdown-btn.e-btn.drpdwn-warning {
    color: var(--cso-white);
    background-color: var(--cso-warning);
    border-color: var(--cso-warning);
}

    .e-dropdown-btn.drpdwn-warning:hover, .e-dropdown-btn.e-btn.drpdwn-warning:hover, .e-dropdown-btn.drpdwn-warning:focus, .e-dropdown-btn.e-btn.drpdwn-warning:focus {
        color: var(--cso-warning);
        background-color: var(--cso-white);
        border-color: var(--cso-warning);
    }

        .e-dropdown-btn.drpdwn-warning:hover > .e-btn-icon.e-icons.e-caret, .e-dropdown-btn.e-btn.drpdwn-warning:hover > .e-btn-icon.e-icons.e-caret {
            color: var(--cso-warning);
        }

/* Danger */
.e-dropdown-btn.drpdwn-danger, .e-dropdown-btn.e-btn.drpdwn-danger {
    color: var(--cso-white);
    background-color: var(--cso-danger);
    border-color: var(--cso-danger);
}

    .e-dropdown-btn.drpdwn-danger:hover, .e-dropdown-btn.e-btn.drpdwn-danger:hover, .e-dropdown-btn.drpdwn-danger:focus, .e-dropdown-btn.e-btn.drpdwn-danger:focus {
        color: var(--cso-danger);
        background-color: var(--cso-white);
        border-color: var(--cso-danger);
    }

        .e-dropdown-btn.drpdwn-danger:hover > .e-btn-icon.e-icons.e-caret, .e-dropdown-btn.e-btn.drpdwn-danger:hover > .e-btn-icon.e-icons.e-caret {
            color: var(--cso-danger);
        }

/* Info */
.e-dropdown-btn.drpdwn-info, .e-dropdown-btn.e-btn.drpdwn-info {
    color: var(--cso-white);
    background-color: var(--cso-info);
    border-color: var(--cso-info);
}

    .e-dropdown-btn.drpdwn-info:hover, .e-dropdown-btn.e-btn.drpdwn-info:hover, .e-dropdown-btn.drpdwn-info:focus, .e-dropdown-btn.e-btn.drpdwn-info:focus {
        color: var(--cso-info);
        background-color: var(--cso-white);
        border-color: var(--cso-info);
    }

        .e-dropdown-btn.drpdwn-info:hover > .e-btn-icon.e-icons.e-caret, .e-dropdown-btn.e-btn.drpdwn-info:hover > .e-btn-icon.e-icons.e-caret {
            color: var(--cso-info);
        }
/* --- End : DropdownMenu --------------------------------------------------------- */

.box.small-title.box-primary > .box-header {
    border-color: var(--cso-primary);
}

.box.small-title.box-secondary > .box-header {
    border-color: var(--cso-secondary);
}

.box.small-title.box-danger > .box-header {
    border-color: var(--cso-danger);
}

.box.small-title.box-default > .box-header {
    border-color: var(--cso-gray-200);
}

.box.small-title.box-warning > .box-header {
    border-color: var(--cso-warning);
}

.box.small-title.box-success > .box-header {
    border-color: var(--cso-success);
}

.box.small-title.box-light > .box-header {
    border-color: var(--cso-gray-200);
}

.box.small-title.box-dark > .box-header {
    border-color: var(--cso-gray-700);
}

.box.small-title.box-info > .box-header {
    border-color: var(--cso-info);
}

/* Timeline : Cercle*/
.timelineComponent > li > div > span.tml-primary:nth-child(2)::before {
    background-color: var(--cso-primary);
}

.timelineComponent > li > div > span.tml-secondary:nth-child(2)::before {
    background-color: var(--cso-secondary);
}

.timelineComponent > li > div > span.tml-success:nth-child(2)::before {
    background-color: var(--cso-success);
}

.timelineComponent > li > div > span.tml-info:nth-child(2)::before {
    background-color: var(--cso-info);
}

.timelineComponent > li > div > span.tml-danger:nth-child(2)::before {
    background-color: var(--cso-danger);
}

.timelineComponent > li > div > span.tml-warning:nth-child(2)::before {
    background-color: var(--cso-warning);
}

/* Header des grids : alignement du texte à gauche */

div.e-headercelldiv {
    text-align: left !important;
}

/* --- */

.modal {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

    .modal.show {
        background: rgba(0, 0, 0, 0.3) !important;
        -webkit-transition: background 0.15s linear;
        -moz-transition: background 0.15s linear;
        -o-transition: background 0.15s linear;
        transition: background 0.15s linear;
    }

.modal-content {
    max-height: calc(100vh - (2* var(--bs-modal-margin)));
}

.modal-body {
    overflow: auto;
    background-color: var(--cso-gray-100);
}

    .modal-body .tab-content {
        background-color: var(--cso-gray-200);
    }

    .modal-body .nav-tabs-custom > .nav-tabs > li.active {
        border-top: none;
        border-bottom: 3px solid var(--cso-secondary);
    }

    .modal-body .nav-tabs-custom > .nav-tabs > li:hover.active > a {
        color: var(--cso-gray-700);
    }

    .modal-body .nav-tabs-custom > .nav-tabs > li {
        margin-bottom: -3px;
        margin-right: 0;
    }

        .modal-body .nav-tabs-custom > .nav-tabs > li:hover {
            background-color: var(--cso-secondary);
        }

            .modal-body .nav-tabs-custom > .nav-tabs > li:hover > a {
                color: white;
            }

        .modal-body .nav-tabs-custom > .nav-tabs > li > a {
            font-weight: 600;
        }

.modal-header {
    border-top: 5px solid var(--cso-primary);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-color: var(--cso-gray-300);
}

.modal-title {
    font-weight: 600;
}

.modal-footer {
    border-top-color: var(--cso-gray-300);
    background-color: var(--cso-gray-100);
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.close {
    font-size: 28px;
    opacity: .5;
}

    .close:hover {
        font-size: 28px;
        opacity: 1;
    }

button.btn-link {
    color: var(--cso-secondary);
    border: none;
    background: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

    button.btn-link:hover {
        text-decoration: none;
        border: none;
    }

    button.btn-link:focus {
        border: none;
        outline: none;
        text-decoration: none;
    }

.status-container:before {
    content: "";
    background-color: var(--cso-gray-400);
    height: 1px;
    width: 75%;
    position: absolute;
    margin: 0 10%;
    bottom: 16px;
}

.status-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: var(--cso-gray-200);
    padding: 10px;
    border-bottom: 1px solid var(--cso-gray-300);
    border-top: 1px solid var(--cso-gray-300);
}

/*.status-item-icon.green {
    background-color: #dcf1da;
    border: 2px solid #38c72a;
}

.status-item-icon.orange {
    background-color: #fec;
    border: 2px solid #ffab00;
}

.status-item-icon {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--cso-gray-100);
    border: 2px solid var(--cso-gray-400);
}*/

.status-timeline-title {
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}

.status-timeline-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
}

.btn-multiline, .btn.btn-multiline {
    white-space: normal;
    height: auto;
}

.btn-settings {
    text-align: left;
    height: 100px;
    white-space: normal;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
    height: 40.667px;
    padding-top: 7px;
}

.btn-group-block {
    width: 100%;
}

    .btn-group-block + .btn-group-block {
        margin-top: 5px;
    }

    .btn-group-block + .btn-block {
        margin-top: 5px;
    }

.btn-block + .btn-group-block {
    margin-top: 5px;
}

.dropdown-menu > li > button:focus, .dropdown-menu > li > button:hover {
    background-color: var(--cso-gray-200);
    color: var(--cso-gray-800);
    text-decoration: none;
}

.dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: var(--cso-gray-600);
    white-space: nowrap;
    background-color: white;
    border: none;
    width: 100%;
    text-align: left;
}

.dropdown-menu > li > a {
    color: var(--cso-gray-800);
}

    .dropdown-menu > li > a:hover {
        background-color: var(--cso-gray-200);
        color: black;
    }

    .dropdown-menu > li > a > em {
        min-width: 24px;
        display: inline-flex;
        justify-content: center;
    }


.btn.dropdown-toggle > em.fa-caret-down {
    webkit-transition: -webkit-transform .15s ease-in-out, margin-right .15s ease-in-out, padding-right .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out, margin-right .15s ease-in-out, padding-right .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out, margin-right .15s ease-in-out, padding-right .15s ease-in-out;
    transition: transform .15s ease-in-out, margin-right .15s ease-in-out, padding-right .15s ease-in-out;
}

.btn.dropdown-toggle.show > em.fa-caret-down {
    transform: rotate(180deg);
    margin-right: -6px;
    padding-right: 6px;
}



/*.btn-lg {
    font-size: 14px;
}
*/

.btn > .badge {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
    font-weight: 400;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.modal-header {
    flex-wrap: wrap;
}

input.e-input {
    border-radius: 20px !important;
}

#app #header {
    margin: 0;
    height: 71px;
    border-bottom: 1px solid var(--cso-gray-200) !important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: var(--cso-gray-100) !important;
}

.cso-background {
    background-image: url(../images/backgrounds/bg-left.svg);
    background-size: cover;
}

#header {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: var(--cso-gray-100);
    background-image: -moz-linear-gradient(top,var(--cso-gray-100),var(--cso-gray-200));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(var(--cso-gray-100)),to(var(--cso-gray-200)));
    background-image: -webkit-linear-gradient(top,var(--cso-gray-100),var(--cso-gray-200));
    background-image: -o-linear-gradient(top,var(--cso-gray-100),var(--cso-gray-200));
    background-image: linear-gradient(to bottom,var(--cso-gray-100),var(--cso-gray-200));
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
}

#app {
    background: var(--cso-gray-100);
    min-height: 100vh;
    height: 100%;
}

    #app #main {
        margin-top: 20px;
    }

#header .separator {
    border-right: 1px solid black;
    width: 1px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}

#app h2 {
    color: var(--cso-primary);
    margin-bottom: 20px;
}

.textOverflow {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    max-width: fit-content;
}

.buttonOverflow {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    width: inherit;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { /*Même règle que pour modal-lg*/
    .modal-xl {
        max-width: 800px;
    }
}

.modal-fullwidth {
    max-width: calc(100% - (2* var(--bs-modal-margin)));
}

/* CSS pour le TagHelper DiagramZoom */
#zoomCommands {
    padding: 2px 2px;
    background-color: white;
    /*border: 1px solid var(--cso-gray-500);*/
    border-radius: 3px;
    position: absolute;
    text-align: right;
    bottom: 27px;
    right: 27px;
}

    #zoomCommands input {
        font-size: 1.2em;
        text-align: right;
        padding: 0;
        margin: 0;
        padding-bottom: 2px;
        width: 38px;
        height: 34px;
        border: none;
    }

        /* Suppression des boutons de l'input */
        #zoomCommands input::-webkit-outer-spin-button,
        #zoomCommands input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
        }

        #zoomCommands input[type=number] {
            -moz-appearance: textfield; /* Firefox */
        }
    /*---*/

    #zoomCommands button {
        /*background-color: white;*/
        border-radius: 3px;
        height: 36px;
        width: 36px;
        margin: 0;
        padding: unset;
        text-align: center;
    }

/* CSS pour le TagHelper Spinner */
.pageSpinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    user-select: none;
}

    .pageSpinner span {
        color: white;
        font-size: 20px;
        margin-top: 20px;
    }

/* Spinner */
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    stroke: var(--cso-white);
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285f4;
    }

    25% {
        stroke: #de3e35;
    }

    50% {
        stroke: #f7c223;
    }

    75% {
        stroke: #1b9a59;
    }

    100% {
        stroke: #4285f4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4;
    }

    25% {
        stroke: #de3e35;
    }

    50% {
        stroke: #f7c223;
    }

    75% {
        stroke: #1b9a59;
    }

    100% {
        stroke: #4285f4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

/* Cercle Spinner */

.cercle-spinner {
    position: relative;
    display: flex;
}

    .cercle-spinner::before {
        content: " ";
        background-image: url("../images/cercle-tirets-orange.svg");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 10%;
        right: 10%;
        top: 10%;
        bottom: 10%;
        height: auto;
        width: auto;
        -webkit-animation: rotator 5s linear infinite;
        animation: rotator 5s linear infinite;
    }

/* --- Smoke ----------------------------------------------------------------------------------- */

/* Smoke container */

.smoke {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .smoke::after {
        z-index: 1;
        content: " ";
        /*background-image: url("../images/barrier.svg");*/
        /*background-image: url("../images/barrier-icon.svg");*/
        background-image: url("../images/danger-icon.svg");
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* smoke balls */

    .smoke span {
        display: block;
        position: absolute;
        height: 50%;
        width: 50%;
        background-color: var(--cso-gray-700);
        border-radius: 100%;
        opacity: 0;
        transform: scale(0.2);
        /*top: 50%;*/
        bottom: -20%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

/* Smoke animation */

@keyframes smokeL {
    0% {
        transform: scale(0.2) translate(0, 0)
    }

    10% {
        opacity: 1;
        transform: scale(0.2) translate(0, -5%)
    }

    100% {
        opacity: 0;
        transform: scale(1) translate(-20%, -140%)
    }
}

@keyframes smokeR {
    0% {
        transform: scale(0.2) translate(0, 0)
    }

    10% {
        opacity: 1;
        transform: scale(0.2) translate(0, -5%)
    }

    100% {
        opacity: 0;
        transform: scale(1) translate(20%, -140%)
    }
}

.smoke .s0 {
    animation: smokeL 10s 0s infinite
}

.smoke .s1 {
    animation: smokeR 10s 1s infinite
}

.smoke .s2 {
    animation: smokeL 10s 2s infinite
}

.smoke .s3 {
    animation: smokeR 10s 3s infinite
}

.smoke .s4 {
    animation: smokeL 10s 4s infinite
}

.smoke .s5 {
    animation: smokeR 10s 5s infinite
}

.smoke .s6 {
    animation: smokeL 10s 6s infinite
}

.smoke .s7 {
    animation: smokeR 10s 7s infinite
}

.smoke .s8 {
    animation: smokeL 10s 8s infinite
}

.smoke .s9 {
    animation: smokeR 10s 9s infinite
}


/* --- Radio Button -------------------------------- */
.customRadio > div {
    display: flex;
    align-items: center;
}

    .customRadio > div > .e-radio-wrapper > label { /* Forme du bouton */
        border: 2px solid var(--cso-primary);
        width: 220px;
        padding: 7px 15px;
        font-size: 1rem;
        line-height: 1rem;
        background-color: var(--cso-gray-100);
        border-color: var(--cso-gray-100);
        color: #000000;
        text-align: center;
        transition-delay: 0s, 0s, 0s, 0s;
        transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
        transition-property: color, background-color, border-color, box-shadow;
        transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .customRadio > div:nth-of-type(1) > div.e-radio-wrapper > label {
        border-radius: 25px 0 0 25px;
    }

    .customRadio > div:nth-last-of-type(1) > div.e-radio-wrapper > label {
        border-radius: 0 25px 25px 0;
    }

    .customRadio > div > i {
        display: none;
        position: absolute;
    }

    .customRadio > div > div.e-radio-wrapper > label > .e-label::before {
        display: inline-block;
        position: absolute;
        top: -6px;
        left: 0;
        /*content: ' ';*/
        /*filter: invert(100%);*/
        background-size: 20px 20px;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        margin-top: 5px;
    }

.customRadio .e-radio + label::before, .customRadio .e-radio + label::after { /* Suppression du radio button original */
    display: none;
}

.customRadio .e-radio + label > .e-label { /* Texte */
    font-weight: 700;
    /*font-size: 15px;*/
    padding-left: 0px;
    /*padding-left: 25px;*/
    position: relative;
    text-transform: uppercase;
}

/* Checked */
.customRadio .e-radio:checked + label {
    background-color: var(--cso-primary);
    border: 2px solid var(--cso-primary);
}

    .customRadio .e-radio:checked + label > .e-label {
        color: white;
    }

        .customRadio .e-radio:checked + label > .e-label::before {
            filter: invert(0%);
        }

.customRadio > div > .e-radio:checked > .e-radio-wrapper > label {
    background-color: var(--cso-gray-100);
    border-color: var(--cso-gray-100);
    color: var(--cso-white);
}

/* Hover */
.customRadio > div > .e-radio-wrapper > label:hover {
    border: 2px solid var(--cso-primary);
    color: var(--cso-primary);
    background-color: var(--cso-gray-200);
}

.customRadio .e-radio:checked + label:hover {
    background-color: #F26000;
}

.customRadio > div > div.e-radio-wrapper > label > em::before {
    filter: grayscale(1) brightness(0) invert(0);
}

.customRadio .e-radio:checked + label > em::before {
    filter: grayscale(1) brightness(0) invert(1);
}

.customRadio > div > div.e-radio-wrapper > .e-radio:disabled:not(:checked) + label > em::before {
    filter: none;
}

.customRadio .e-radio:disabled + label {
    opacity: 1;
}

/* IsFlex */
.customRadio .e-radio:disabled:hover + label {
    cursor: not-allowed;
}

.customRadio.isFlex > div {
    flex: 1;
    overflow: hidden;
}

    .customRadio.isFlex > div > .e-radio-wrapper {
        width: 100%;
    }

.customRadio.isFlex .e-radio + label > .e-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* Vertical */
.customRadio.vertical {
    flex-direction: column;
}

    .customRadio.vertical > div:nth-of-type(1) > div.e-radio-wrapper > label {
        border-radius: 25px 25px 0 0;
    }

    .customRadio.vertical > div:nth-last-of-type(1) > div.e-radio-wrapper > label {
        border-radius: 0 0 25px 25px;
    }

/* ------------------------------------------------------------------- */
/* -------------------------- Enable Border -------------------------- */
/*.customRadio.enableBorder > div > .e-radio-wrapper > label, .customRadio.enableBorder > div > .e-radio-wrapper > label:hover {
    border-color: var(--cso-primary);
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-right-width: 1px;
}

.customRadio.enableBorder > div:first-of-type > .e-radio-wrapper > label, .customRadio.enableBorder > div:first-of-type > .e-radio-wrapper > label:hover {
    border-left-width: 2px;
}

.customRadio.enableBorder > div:last-of-type > .e-radio-wrapper > label, .customRadio.enableBorder > div:last-of-type > .e-radio-wrapper > label:hover {
    border-right-width: 2px;
}*/
/* ------------------------------------------------------------------- */
/* -----------------Classic vertical radio button group--------------- */
.radio-button-group {
    display: flex;
}

    .radio-button-group > div > span {
        line-height: 1;
    }

.classicVertical {
    flex-direction: column;
    gap: 1rem;
}

    .classicVertical > div {
        display: flex;
        align-items: center;
    }

        .classicVertical > div > div:first-child {
            /*flex: 0 1 15%;*/
        }

.classicRadio {
    gap: 10px;
}

/* ---------------------------------------------- */
/* --- Bouton 2 etats --------------------------- */
.twoStates {
}

    .twoStates > label {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 0;
    }

.customImg {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.twoStates > label::after { /* Element utilisé pour griser le bouton lors du survol (:hover) */
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,0.2);
    z-index: -1;
    border-radius: 30px;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.twoStates > label:hover::after {
    visibility: visible;
    opacity: 1;
}

.twoStates > label:nth-of-type(1)::before {
    filter: invert(100%); /* On passe l'image en blanc */
}

.twoStates > label:nth-of-type(2) {
    background-color: white;
}

    .twoStates > label:nth-of-type(2):hover {
        background-color: white;
    }

.twoStates > label:hover {
    cursor: pointer;
}

.twoStates > label > input {
    display: none;
}

.twoStates > .btn.active {
    display: none;
}

.twoStates > .btn span:nth-of-type(1) {
    display: none;
}

.twoStates > .btn span:nth-of-type(2) {
    display: block;
}

.twoStates > .btn.active span:nth-of-type(1) {
    display: block;
}

.twoStates > .btn.active span:nth-of-type(2) {
    display: none;
}

/* ---------------------------------------------- */

/* Boutons actions dans une grille */
td[aria-label$="Column Header Actions"] > div, td[aria-label$="is template cell column header Actions"] > div, td[aria-label$=" Actions"] > div {
    display: flex;
    gap: 4px;
}

    td[aria-label$="Column Header Actions"] > div > .btn, td[aria-label$="is template cell column header Actions"] > div > .btn, td[aria-label$=" Actions"] > div > .btn {
        min-width: 52px; /* Boutons de même taille */
    }

/*td[aria-label$="is template cell Column Header Actions"] > div, td[aria-label$="is template cell column header Actions"] > div, td.e-rowcell.e-templatecell[aria-label$="Column Header Actions"] {
    display: flex;
    gap: 4px;
}

    td[aria-label$="is template cell Column Header Actions"] > div > .btn, td[aria-label$="is template cell column header Actions"] > div > .btn, td[aria-label$="Column Header Actions"] > .btn {
        min-width: 52px;*/ /* Boutons de même taille */
/*}*/


/* Border Radius Grid */
div.e-grid {
    border-radius: 0.3rem;
    padding: 0; /* Correctif bootstrap 5 */
}

    div.e-grid.grid-grouping > .e-groupdroparea, div.e-grid.grid-no-grouping > .e-gridheader, .e-treegrid .e-grid .e-gridheader {
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }

    div.e-grid.grid-paging > .e-pager, div.e-grid.grid-no-paging > .e-gridcontent, .grid-paging > .e-treegrid > .e-grid > .e-pager, .grid-paging > .e-treegrid > .e-grid > .e-gridcontent {
        border-bottom-left-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
    }

/* Correctif grille Syncfusion */
.e-grid .e-table {
    border-collapse: collapse !important;
}

.disableLayoutEdit {
    border: 1px solid !important;
    border-color: transparent !important;
}

/* Width 100% après autofit des colonnes */
.cso-loaded-grid .e-table,
.cso-loaded-grid .e-table.e-tableborder {
    min-width: 100% !important;
}

/* Grille syncfusion - Gestion Search button & AllowGrouping="true" */
.searchAndGrouping > .e-control.e-toolbar.e-lib.e-keyboard {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .searchAndGrouping > .e-control.e-toolbar.e-lib.e-keyboard > div .e-toolbar-item.e-search-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

        .searchAndGrouping > .e-control.e-toolbar.e-lib.e-keyboard > div .e-toolbar-item.e-search-wrapper > .e-input-group.e-search {
            opacity: 1;
            margin-top: 10px;
            box-shadow: 0 0 0 2px #2B557F;
        }

            .searchAndGrouping > .e-control.e-toolbar.e-lib.e-keyboard > div .e-toolbar-item.e-search-wrapper > .e-input-group.e-search.e-input-focus {
                box-shadow: 0 0 0 2px #2B557F !important;
            }

/* SearchBar DataTreeGrid */

div.grid-search-bar div.e-grid > .e-gridheader {
    padding-top: 50px;
}

    div.grid-search-bar div.e-grid > .e-gridheader > .e-headercontent {
        border-top: 1px solid;
    }

.e-grid .e-filtermenudiv {
    padding: 6px 2px;
}

.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv, .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -29px 0px -29px 0;
    float: right;
}

.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv, .e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
    margin: -5px 10px -5px -6px;
}

.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, .e-grid .e-gridheader .e-stackedheadercelldiv,
.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv, .e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
    padding: 0 0.8em 0 0.1em;
}

/* ---------------------------- */
/* Correction bug visuel Switch */
.e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
    background-color: transparent;
}

.e-switch-wrapper:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
    background-color: #E55700;
}
/* ---------------------------- */

/* --- Help Tooltip --------------------------- */
.help-tooltip {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 10px;
    border: 2px solid;
    background-color: var(--cso-gray-100);
    border-color: transparent;
    color: var(--cso-gray-500);
    transition: .2s ease-in-out;
}

    .help-tooltip:hover {
        border-color: var(--cso-gray-500);
    }

    .help-tooltip:after {
        position: absolute;
        font-weight: 700;
        content: "?";
        top: -2px;
        left: 4px;
    }

    .help-tooltip.alert-tooltip {
        background-color: var(--cso-danger);
        color: var(--cso-gray-200);
        /*background-color: hsl(from var(--cso-danger) h calc(s - 15) calc(l + 15));*/
    }

        .help-tooltip.alert-tooltip:hover {
            border-color: var(--cso-danger);
        }

        .help-tooltip.alert-tooltip:after {
            content: "!";
            top: -2px;
            left: 6px;
        }

.configuration-tooltip {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 26px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .configuration-tooltip:after {
        position: relative;
        top: auto;
        left: auto;
    }

    .configuration-tooltip > span {
        bottom: auto;
        left: auto;
        right: 50%;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 20px;
    }

        .configuration-tooltip > span:after {
            top: 50%;
            right: -5px;
            margin-top: -5px;
            bottom: auto;
            left: auto;
            margin-left: 0px;
            border-left: 5px solid #000;
            border-left: 5px solid hsla(0, 0%, 20%, 0.9);
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 0;
        }

.tooltip-success {
    background-color: var(--cso-success);
}

    .tooltip-success:after {
        content: "!";
    }

    .tooltip-success:hover {
        border-color: rgba(0, 0, 0, 0.1);
    }

.tooltip-info {
    background-color: var(--cso-info);
}

    .tooltip-info:hover {
        border-color: rgba(0, 0, 0, 0.1);
    }


.help-modification-configuration {
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
    height: 41px;
    opacity: 1;
}

    .help-modification-configuration.no-size {
        height: 0px;
        opacity: 0;
    }

    .help-modification-configuration > div {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: var(--cso-gray-200);
        border-color: var(--cso-gray-200);
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 5px 10px;
        gap: 5px;
        color: var(--cso-gray-800);
        font-style: italic;
    }
/* ---------------------------- */

/* Bouton dropdown : Correction couleur menu contextuel et gestion des items disabled */
.dropdown-item.disabled, .dropdown-item:disabled {
    cursor: default;
    pointer-events: none;
}

.dropdown-menu {
    border-color: var(--cso-gray-300) !important;
}

    .dropdown-menu > li > button {
        color: var(--cso-gray-700);
        cursor: pointer;
    }

        .dropdown-menu > li > button:focus, .dropdown-menu > li > button:hover {
            color: black;
        }
/* ---------------------------- */

/* Correctif input (notamment DateTimePicker) - ToDo : vérifier pas de régression */
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
    box-shadow: 0 0 0 2px var(--cso-primary) !important;
}

.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success, .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
    box-shadow: 0 0 0 2px var(--cso-primary) !important;
}

.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error, .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
    box-shadow: 0 0 0 2px var(--cso-primary) !important;
}

.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success, .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
    box-shadow: 0 0 0 2px var(--cso-primary) !important;
}

.e-input-group.e-disabled .e-input-group-icon, .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
    border-color: transparent;
}

.e-input-group.e-disabled .e-input-group-icon, .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
    background-color: transparent;
}

/* Input en erreur (contour rouge) */
.form-group.has-error .help-block {
    color: var(--cso-danger);
}

.form-group.has-error label {
    color: var(--cso-danger);
}

/*.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
    box-shadow: 0 0 0 2px var(--cso-danger) !important;
}

.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error, .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
    box-shadow: 0 0 0 2px var(--cso-danger) !important;
}

.form-group.has-error .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error, .form-group.has-error .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
    box-shadow: 0 0 0 2px var(--cso-danger) !important;
}

.form-group.has-error .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error, .form-group.has-error .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
    box-shadow: 0 0 0 2px var(--cso-primary) !important;
}*/

/* Correctif icone "Calendrier" DateTimePicker */
.e-input.e-error, .e-input.e-error:focus, .e-input-group.e-error input.e-input, .e-input-group.e-control-wrapper.e-error input.e-input, .e-input-group.e-control-wrapper.e-error .e-input-group-icon, .e-input-group.e-error .e-input-group-icon, .e-input-group.e-error textarea.e-input, .e-input-group.e-control-wrapper.e-error textarea.e-input {
    border-color: transparent;
}

/* Correctif boutonMin (v) NumericTextBox */
.e-input.e-success, .e-input.e-success:focus, .e-input-group.e-success input.e-input, .e-input-group.e-control-wrapper.e-success input.e-input, .e-input-group.e-success .e-input-group-icon, .e-input-group.e-control-wrapper.e-success .e-input-group-icon, .e-input-group.e-success textarea.e-input, .e-input-group.e-control-wrapper.e-success textarea.e-input {
    border-color: transparent;
}

/* Icone des Inputs */
.e-input-group .e-input-group-icon:first-child, .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
    /*border-bottom-left-radius: 50px;*/
    /*border-top-left-radius: 50px;*/
    border-radius: 30px;
}

/* ---------------------------- */

.monospace-font {
    font-family: 'Chivo Mono', monospace;
}

/* Element Counter */
.element-counter-center {
    display: flex;
    justify-content: center;
}

.badge.element-counter {
    font-weight: 700;
    font-family: 'Chivo Mono', monospace;
    font-style: normal;
    /*font-weight:;*/
}
/* ---------------------------- */
/* Surcharge placeholder RichTextEditor */
.e-richtexteditor .rte-placeholder {
    padding: 16px;
}
/* ---------------------------- */


/*.e-grid .e-rowcell {
    overflow: unset !important;*/ /* Gestion des DropdownButton (Menu déroulant) */
/*overflow-x: unset !important;*/
/*}

.e-grid .e-rowcell > div {
    overflow-x: hidden !important;
}

.e-gridcontent, .e-grid .e-content {
    overflow: unset !important;*/
/*overflow-x: hidden !important;*/
/*overflow-y: unset !important;
}*/


/* --- ColorPicker ------------------------------- */
.e-container.e-color-picker {
    width: 290px;
}

.e-container .e-input-container {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
}

.e-colorpicker-popup .e-container .e-input-container .e-float-input.e-numeric input {
    height: 20px;
}

.e-colorpicker-popup .e-container .e-css.e-btn.e-flat.e-value-switch-btn {
    border: none;
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
}

.e-colorpicker-popup .e-container .e-btn.e-flat.e-mode-switch-btn {
    border: none;
}

.e-colorpicker-popup .e-float-text.e-label-top {
    margin-left: 5px;
}

.e-split-btn-wrapper .e-split-btn {
    border-right-color: transparent;
}

.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
    line-height: 1;
    padding-right: 42px;
    padding-left: 15px;
    border: 1px solid;
    border-radius: 30px;
}

.e-colorpicker-container.colorpicker {
    height: 38px;
    display: inline-flex;
    position: relative;
    border-radius: 30px;
}

    .e-colorpicker-container.colorpicker .e-split-btn-wrapper .e-dropdown-btn {
        color: var(--cso-gray-800);
        border-radius: 30px;
        border: none;
        position: absolute;
        z-index: 1;
        background: transparent;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 20px;
        padding-top: 2px;
    }

        .e-colorpicker-container.colorpicker .e-split-btn-wrapper .e-dropdown-btn:hover, .e-split-btn-wrapper .e-dropdown-btn:focus {
            color: var(--cso-gray-700);
        }

    .e-colorpicker-container.colorpicker .e-split-btn-wrapper button.e-dropdown-btn:disabled, .e-colorpicker-container.e-disabled.colorpicker {
        pointer-events: none;
        cursor: not-allowed;
    }

.e-colorpicker-popup > span.e-btn-icon.e-icons.e-caret {
    color: var(--cso-gray-800);
}

.e-container.sf-colorpicker > .e-selected-value {
    padding: 0 10px 4px;
}

.e-container.sf-colorpicker > .e-switch-ctrl-btn {
    display: flex;
    align-items: center;
    padding: 0 10px 4px;
}

    .e-container.sf-colorpicker > .e-switch-ctrl-btn > .e-ctrl-btn {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        width: 100%;
        gap: 5px;
    }

        .e-container.sf-colorpicker > .e-switch-ctrl-btn > .e-ctrl-btn > .e-btn:last-child {
            margin-left: 0;
        }

/* Class .responsive-colorpicker */
.e-colorpicker-container.responsive-colorpicker {
    display: flex;
}

    .e-colorpicker-container.responsive-colorpicker > div.e-colorpicker-popup {
        flex: 1;
    }

        .e-colorpicker-container.responsive-colorpicker > div.e-colorpicker-popup > button.e-colorpicker-popup.e-split-colorpicker {
            flex: 1;
        }

            .e-colorpicker-container.responsive-colorpicker > div.e-colorpicker-popup > button.e-colorpicker-popup.e-split-colorpicker > span.e-selected-color {
                width: 100%;
            }

/* --- End - Colorpicker ------------------------ */


/* ------------- Pour centrer le spinner (composant) dans la page--------------- */
.content-wrapper {
    position: relative;
}
/* ---------------------------- */

/* --- Timeline ---------------------------------- */
.timelineComponent {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .timelineComponent > li {
        position: relative;
    }

        .timelineComponent > li > div {
            display: flex;
            align-items: center;
        }

            .timelineComponent > li > div > span:nth-child(1) { /* Date et heure */
                color: var(--cso-gray-600);
                flex: 0 0 120px;
                text-align: right;
                padding-right: 20px;
                line-height: 1.2;
                font-family: 'Chivo Mono', monospace;
            }

                .timelineComponent > li > div > span:nth-child(1) > div {
                    line-height: 1.2;
                    font-family: 'Chivo Mono', monospace;
                }

            .timelineComponent > li > div > span:nth-child(2) {
                /*border-left: 8px solid var(--cso-gray-200);*/
                border-left: 4px solid var(--cso-gray-200);
                padding-left: 20px;
                height: 60px;
                display: flex;
                align-items: center;
                position: relative;
                flex: 1 1 auto;
            }

                .timelineComponent > li > div > span:nth-child(2)::before { /* Cercle */
                    content: "";
                    /*border: 5px solid var(--cso-gray-200);*/
                    border: 4px solid white;
                    height: 20px;
                    width: 20px;
                    border-radius: 10px;
                    background-color: var(--cso-secondary);
                    position: absolute;
                    left: -12px;
                }

                .timelineComponent > li > div > span:nth-child(2) > span:nth-child(1) { /* Valeur */
                    flex: 0 1 auto;
                    padding-right: 10px;
                    font-weight: 700;
                }

                .timelineComponent > li > div > span:nth-child(2) > span:nth-child(2) { /* Trait */
                    flex: 1 1 auto;
                    border-top: 1px solid var(--cso-gray-100);
                    min-width: 30px;
                }

                .timelineComponent > li > div > span:nth-child(2) > span:nth-child(3) { /* User */
                    flex: 0 1 auto;
                    padding-left: 10px;
                    color: var(--cso-gray-600);
                    font-style: italic;
                }

select {
    /* styling */
    background-color: white;
    border: thin solid var(--cso-secondary);
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.minimal {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, var(--cso-gray-400), var(--cso-gray-400));
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
    }

        select.minimal:focus {
            background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, var(--cso-gray-400), var(--cso-gray-400));
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            border-color: green;
            outline: 0;
        }


    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

/* 1ere ligne (valeur actuelle) */
.timelineComponent > li:nth-child(1), .timelineComponent > li:nth-child(1) .e-tooltip { /* Date et heure */
    font-size: 16px;
}

    .timelineComponent > li:nth-child(1) > div > span:nth-child(2)::before { /* Cercle */
        background-color: var(--cso-primary);
        height: 26px;
        width: 26px;
        border-radius: 13px;
        left: -15px;
    }

    .timelineComponent > li:nth-child(1) > div > span:nth-child(2) > span:nth-child(2) { /* Trait */
        border-top: 2px solid var(--cso-gray-100);
    }

/* ---------------------------------------------- */

/* DropdownMenu */
.e-btn-icon.e-icons.e-caret {
    /*color: white;*/
    margin-left: 2px;
}

.e-dropdown-btn, .e-dropdown-btn.e-btn {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

nav.nav-tabs-custom {
    align-items: center;
}

/* ---------------------------------------------- */

/* --- Resizable Layout --------------------------- */

.layout-button-template {
    min-width: 0 !important; /* btn default style : 52px*/
    color: var(--cso-gray-600);
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    line-height: 0.6;
    font-weight: 700;
    cursor: pointer;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    /*text-shadow: 2px 0 0 var(--cso-white), -2px 0 0 var(--cso-white), 0 2px 0 var(--cso-white), 0 -2px 0 var(--cso-white), 1px 1px var(--cso-white), -1px -1px 0 var(--cso-white), 1px -1px 0 var(--cso-white), -1px 1px 0 var(--cso-white);*/
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

    .layout-button-template:hover {
        color: black;
    }

    .layout-button-template:focus {
        outline: none;
    }

    .layout-button-template.btn-close {
        right: 10px;
        top: 16px;
    }

    .layout-button-template.btn-edit {
        right: 32px;
        top: 16px;
        height: 21px;
    }

#editLayoutContent {
    display: flex;
    /*width: 0%;
    height: 0px;*/
    /*visibility: hidden;*/
    transition: all 0.3s;
}

    #editLayoutContent > div {
        padding: 5px 0;
        /*margin-top: -4px;*/
        margin-left: 15px;
        margin-right: 15px;
        /*margin-bottom: 5px;*/
        background-color: white;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        /* Nécessaire pour la transition */
        min-width: 0px;
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        /*flex: 0 1 0%;*/
        transition: all 0.3s;
    }

    #editLayoutContent.isConfig > div {
        /*padding: 5px 15px;*/
        border-radius: 0px;
        box-shadow: none;
        margin: 0;
        padding: 0;
        /*border-left: 2px solid var(--cso-gray-100);*/
    }


.resizable-actions-tooltip {
    position: relative;
}

    .resizable-actions-tooltip > #editLayoutContent > div {
        transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        opacity: 1;
        z-index: 10000;
        top: 43px;
        position: absolute;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        max-height: 1000px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .resizable-actions-tooltip > #editLayoutContent.no-size > div {
        transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        height: 0;
        width: 0;
        max-height: 0;
        max-width: 0;
        padding: 0;
        opacity: 0;
    }

.layout-is-small > #editLayoutContent > div > div > .e-input-group.e-control-wrapper {
    padding: 0;
    margin-top: 2px;
    height: 26px;
}

#editLayoutContent > div > div > .e-input-group.e-control-wrapper > .e-input-group-icon {
    min-height: 20px;
    margin-top: -4px;
    background-color: transparent;
}

.layout-is-small > #editLayoutContent > div > div > .e-input-group.e-control-wrapper > .e-control.e-dropdownlist.e-lib.e-input {
    margin-top: -4px;
}

.layout-is-big > #editLayoutContent > div > div > .e-input-group.e-control-wrapper {
    height: 40px;
}

    .layout-is-big > #editLayoutContent > div > div > .e-input-group.e-control-wrapper > .e-control.e-dropdownlist.e-lib.e-input {
        margin-top: -2px;
    }

#editLayoutContent > div > div > .e-input-group.e-control-wrapper > .e-input-group-icon.e-ddl-icon.e-search-icon {
    padding-bottom: 5px;
}

#editLayoutContent > div > div > .e-input-group.e-control-wrapper.e-numeric.e-input-group.e-valid-input {
    margin-top: 0px;
}


#editLayoutContent > div > div > span {
    margin-top: -1px;
}

    #editLayoutContent > div > div > span > .e-control.e-numerictextbox {
        height: 26px;
        width: 26px;
        padding-top: 3px !important;
    }

@keyframes hideElement {
    to {
        width: 0;
        opacity: 0;
    }
}

#savedChanged {
    display: flex;
    /*width: 0%;*/
    /*animation: hideElement 0.3s ease-in 4s forwards;*/
    /*margin-bottom: 4px;*/
    align-items: center;
}

    #savedChanged > div {
        font-weight: 700;
        color: var(--cso-gray-600);
        /* Nécessaire pour la transition */
        /*transition-delay: 1s;*/
        /*animation-delay: 2s;*/
        transform: scale(0);
        opacity: 0;
        /*transition: 2s anim-popoutin ease;*/

        overflow: hidden;
        white-space: nowrap;
        /*flex: 0 1 0%;*/
        min-width: 0px;
        transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }

.e-panel-container {
    font-size: 14px;
}

    .e-panel-container h3.box-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.1;
    }

#dashboardLayoutContainer {
    margin: 15px;
    /*max-width: 1643px;*/
    flex: 1;
    padding-bottom: 5px;
    overflow: hidden;
}

#frameLayout {
    position: absolute;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

    #frameLayout > div {
        border: 2px dashed;
        border-color: transparent;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
    }


.layout-non-editable > .e-dashboardlayout.e-control .e-panel:active {
    border-color: transparent;
}

.layout-non-editable > .e-dashboardlayout.e-control .e-panel:hover {
    border-color: transparent;
}

.layout-non-editable > .e-dashboardlayout.e-control .e-panel {
    box-shadow: none;
}

/* --- DropdownMenu -------------------------------------------- */

.e-dropdown-popup {
    background-color: transparent;
}

    .e-dropdown-popup > .e-dropdown-menu {
        background-color: var(--cso-white);
    }

        .e-dropdown-popup > .e-dropdown-menu > .e-item > .e-menu-icon {
            margin-right: 8px;
            width: 1.5em;
            text-align: center;
        }

/* ------------------------------------------------------------- */

.row-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

button.e-dropdown-btn:disabled {
    color: var(--cso-gray-700) !important;
    pointer-events: none;
}

    button.e-dropdown-btn:disabled > .e-btn-icon.e-icons.e-caret {
        color: var(--cso-gray-500);
    }


.e-btn-group > button {
    border-radius: 0px;
}

    .e-btn-group > button:first-of-type {
        border-radius: 25px 0px 0px 25px;
    }

    .e-btn-group > button:last-of-type {
        border-radius: 0px 25px 25px 0px;
    }

/* Badges couleurs Material Design (Severity AlarmManager) */

.badge.bg-mdgreen {
    background-color: var(--cso-mdgreen) !important;
}

.badge.bg-mdyellow {
    background-color: var(--cso-mdyellow) !important;
}

.badge.bg-mdorange {
    background-color: var(--cso-mdorange) !important;
}

.badge.bg-mdred {
    background-color: var(--cso-mdred) !important;
}

/* --------------------------------------------------------- */

.menu-label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: var(--cso-white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.box-header-standard-height {
    height: 39px;
}

.same-side-badge {
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 0;
    font-family: 'Chivo Mono', monospace;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-style: initial !important;
    color: white;
    cursor: default;
}

.round-badge {
    border-radius: 10px !important;
}

.number-badge {
    font-family: 'Chivo Mono', monospace;
    font-weight: 700 !important;
    font-style: initial !important;
    padding: 3px 6px;
    height: 18px;
}

/* --- ApplicationOnline --------------------------------------------- */

.btn-app > div.title-item-green, .btn-app > em.title-item-green {
    background-image: url(../images/cercle-tirets-green.svg);
}

.btn-app > div.title-item-red, .btn-app > em.title-item-red {
    background-image: url(../images/cercle-tirets-red.svg);
}

.btn-app > .title-item-name {
    color: var(--cso-gray-700);
    transition: ease-in;
}

.btn-app:hover > .title-item-name {
    color: black;
    transition: ease-in;
}

/* --------------------------------------------------------- */

/*//
// Rotating border
//*/

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    margin-right: 2px;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    /*border-width: $spinner-border-width-sm;*/
}

/*//
// Growing circle
//*/

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}


/* --- Configuration Magic Border ------------------------------------ */

.tabsettings-common-save {
    position: relative;
    border-radius: 5px;
}

    .tabsettings-common-save #button-container, .tabsettings-common-save #button-container-orange {
        max-width: 100%;
        pointer-events: none;
    }

        .tabsettings-common-save #button-container .btn, .tabsettings-common-save #button-container-orange .btn {
            pointer-events: auto;
        }

        .tabsettings-common-save #button-container:hover .hoverBtn:before, .tabsettings-common-save #button-container:hover .hoverBtn:after, .tabsettings-common-save #button-container-orange:hover .hoverBtn:before, .tabsettings-common-save #button-container-orange:hover .hoverBtn:after {
            opacity: 1;
            -webkit-animation: open 0.4s;
            /* Chrome, Safari, Opera */
            animation: open 0.4s;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-direction: normal;
        }

        .tabsettings-common-save #button-container:hover .hoverBtn-bottom:before, .tabsettings-common-save #button-container:hover .hoverBtn-bottom:after, .tabsettings-common-save #button-container-orange:hover .hoverBtn-bottom:before, .tabsettings-common-save #button-container-orange:hover .hoverBtn-bottom:after {
            opacity: 1;
            -webkit-animation: openB 0.4s;
            /* Chrome, Safari, Opera */
            animation: openB 0.4s;
            animation-delay: 0.4s;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-direction: normal;
        }

.hoverBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}

    .hoverBtn:before {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        display: block;
        opacity: 0;
        border-bottom: solid 3px var(--cso-success);
        border-left: solid 3px var(--cso-success);
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        right: 50%;
        bottom: 0;
    }

.orange-border:before, .orange-border:after {
    border-color: var(--cso-primary) !important;
}

.green-border:before, .green-border:after {
    border-color: var(--cso-success) !important;
}

.hoverBtn:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
    border-bottom: solid 3px var(--cso-success);
    border-right: solid 3px var(--cso-success);
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 50%;
    bottom: 0;
}

.hoverBtn-bottom {
    width: 100%;
    height: 5px;
    margin-bottom: -5px;
    left: 0;
    top: 0px;
    position: absolute;
    pointer-events: none;
}

    .hoverBtn-bottom:before {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        display: block;
        opacity: 0;
        height: 100%;
        border-top: solid 3px var(--cso-success);
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        right: 0;
    }

    .hoverBtn-bottom:after {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        display: block;
        opacity: 0;
        height: 100%;
        border-top: solid 3px var(--cso-success);
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        left: 0;
    }

@keyframes open {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 50%;
        height: 0;
    }

    100% {
        width: 50%;
        height: 100%;
    }
}

@keyframes openB {
    0% {
        width: 0px;
    }

    100% {
        width: 50%;
    }
}

/* START Bootstraping screen */
@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.cso-wasm {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg,#ebebebff 50%,var(--cso-white) 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1
}

.cso-wasm-cont {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%)
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* END Bootstraping screen */

/* --- Association ListBox -------------------------- */
.association-listbox-header {
    display: flex;
    align-items: center;
    background-color: var(--cso-info);
    border: 1px solid var(--cso-gray-300);
    border-bottom: 0px;
    color: white;
    height: 40px;
    padding: 0px 15px;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.association-listbox-container > .e-listbox-container {
    overflow: hidden;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.association-listbox-header > label {
    margin-bottom: 0px;
}

.e-listbox-container .e-list-nrt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listbox-control button {
    width: 40px;
    font-family: 'Chivo Mono', monospace;
    display: flex;
    justify-content: center;
    font-size: 36px;
    font-weight: 400;
}

/* --- END Association ListBox ---------------------- */

.e-grid .e-groupdroparea {
    padding: 0;
    display: flex;
    align-items: center;
}

.grouping-text-left > .e-groupdroparea {
    text-align: left;
    padding-left: 8px;
}

.e-grid .e-groupheadercell {
    padding: 0;
    display: flex;
    align-items: center;
}

.e-grid .e-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
}

    .e-grid .e-pager div.e-parentmsgbar {
        padding: 0px;
    }

.sf-treegrid .e-grid .e-pager { /* Correctif temporaire paging treegrid */
    display: inline-block;
}

.e-grid .e-filter-popup.e-popup-open .e-footer-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px;
}

    .e-grid .e-filter-popup.e-popup-open .e-footer-content button {
        margin-left: 0;
    }

.e-grid .e-summarycell {
    font-size: inherit;
}

.e-grid .e-control.e-toolbar {
    position: absolute;
    overflow: visible;
    right: 0;
    top: 0;
}

    .e-grid .e-control.e-toolbar > .e-toolbar-items {
        display: table;
        right: 0;
        background: transparent;
    }

        .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-center {
            margin-left: 0;
        }

        .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item.e-spacer {
            display: none;
        }

        .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
            padding: 0;
        }

        .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item {
            height: 52px;
            margin-right: 8px !important;
            padding: 0px;
            margin-top: -1px;
        }

            .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > div > span.e-input-group {
                height: 38px;
                padding: 0 5px;
                display: flex;
                align-items: center;
            }

            .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control {
                height: 38px;
                border-radius: 30px;
            }

                .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control:hover,
                .e-grid .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control:focus {
                    height: 38px;
                    border-radius: 30px;
                    background: var(--cso-gray-200)
                }

.e-grid .e-spinner-pane.e-spin-show {
    background: rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    z-index: 4 !important;
    border-radius: 0.3rem;
}

.e-dialog.e-lib.e-ccdlg.e-popup.e-control.e-popup-open > .e-dlg-header-content > .e-dlg-header {
    font-size: 16px;
    font-weight: 700;
}

.e-dialog.e-lib.e-ccdlg.e-popup.e-control.e-popup-open > .e-dlg-content > .e-main-div > .e-cc-searchdiv.e-input-focus {
    border-color: transparent;
}

.e-dialog.e-lib.e-ccdlg.e-popup.e-control.e-popup-open > .e-footer-content {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

    .e-dialog.e-lib.e-ccdlg.e-popup.e-control.e-popup-open > .e-footer-content > button {
        margin-left: 0px;
    }
/* SfToast Customization */
/* Default */
.e-toast-container .e-toast .e-toast-message .e-toast-title {
    color: white !important;
    font-weight: bold !important;
}

.e-toast-container .e-toast .e-toast-message .e-toast-content {
    color: white !important;
}

.e-toast-container .e-toast .e-toast-icon {
    color: white !important;
    font-size: 24px;
}

.e-toast-container .e-toast .e-toast-close-icon {
    color: white !important;
}

.e-toast-container .e-toast .e-toast-progress {
    background-color: white !important;
}
/* Success */
.e-toast-container .e-toast.e-toast-success {
    background-color: var(--cso-success);
}

    .e-toast-container .e-toast.e-toast-success:hover {
        background-color: var(--cso-success);
    }
/* Warning */
.e-toast-container .e-toast.e-toast-warning {
    background-color: var(--cso-warning);
}

    .e-toast-container .e-toast.e-toast-warning:hover {
        background-color: var(--cso-warning);
    }
/* Success */
.e-toast-container .e-toast.e-toast-danger {
    background-color: var(--cso-danger);
}

    .e-toast-container .e-toast.e-toast-danger:hover {
        background-color: var(--cso-danger);
    }
/* Info */
.e-toast-container .e-toast.e-toast-info {
    background-color: var(--cso-info);
}

    .e-toast-container .e-toast.e-toast-info:hover {
        background-color: var(--cso-info);
    }
/* Primary */
.e-toast-container .e-toast.e-toast-primary {
    background-color: var(--cso-primary);
}

    .e-toast-container .e-toast.e-toast-primary:hover {
        background-color: var(--cso-primary);
    }
/* Secondary */
.e-toast-container .e-toast.e-toast-secondary {
    background-color: var(--cso-secondary);
}

    .e-toast-container .e-toast.e-toast-secondary:hover {
        background-color: var(--cso-secondary);
    }
/* Light */
.e-toast-container .e-toast.e-toast-light {
    background-color: var(--cso-gray-200);
}

    .e-toast-container .e-toast.e-toast-light:hover {
        background-color: var(--cso-gray-200);
    }

    .e-toast-container .e-toast.e-toast-light .e-toast-message .e-toast-title {
        color: black !important;
    }

    .e-toast-container .e-toast.e-toast-light .e-toast-message .e-toast-content {
        color: black !important;
    }

    .e-toast-container .e-toast.e-toast-light .e-toast-icon {
        color: black !important;
    }

    .e-toast-container .e-toast.e-toast-light .e-toast-close-icon {
        color: black !important;
    }

    .e-toast-container .e-toast.e-toast-light .e-toast-progress {
        background-color: black !important;
    }
/* Dark */
.e-toast-container .e-toast.e-toast-dark {
    background-color: var(--cso-gray-700);
}

    .e-toast-container .e-toast.e-toast-dark:hover {
        background-color: var(--cso-gray-700);
    }


.black-text {
    color: black;
    -webkit-text-fill-color: black !important;
}

.white-text {
    color: white;
    -webkit-text-fill-color: white !important;
}

/* --- Error page -------------------------------- */

.error-page-container {
    display: flex;
    margin: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .error-page-container > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0;
    }

        .error-page-container > div > label {
            color: var(--cso-primary);
            font-weight: 400;
            font-size: 24px;
            margin: 0;
        }

        .error-page-container > div > p {
            margin: 0;
        }

/* --- End : Error page -------------------------- */

.navbar-logo {
    max-height: 18px;
    max-width: 18px;
    filter: brightness(0) invert(1);
}

.skin-black .navbar-logo {
    filter: brightness(0) invert(0);
}

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
}

.modal-fit {
    max-width: fit-content;
}

.collapsible-header {
    opacity: 1;
}

    .collapsible-header:hover {
        opacity: .5;
    }


/* --- InPlaceEditorComponent----------- */

.e-editable-inline > .e-editable-wrapper > .e-editable-form {
    display: flex;
    align-items: center;
}

    .e-editable-inline > .e-editable-wrapper > .e-editable-form > .e-editable-action-buttons {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        position: relative;
        margin-top: 0;
        margin-bottom: 4px;
    }

        .e-editable-inline > .e-editable-wrapper > .e-editable-form > .e-editable-action-buttons > button.e-control.e-btn {
            height: 26px;
        }


        .e-editable-inline > .e-editable-wrapper > .e-editable-form > .e-editable-action-buttons > .e-control.e-btn > span.e-btn-icon {
            color: white;
        }

        .e-editable-inline > .e-editable-wrapper > .e-editable-form > .e-editable-action-buttons > .e-control.e-btn:hover > span.e-btn-icon {
            color: var(--cso-primary);
        }

/* --- */

.e-dropdownbase .e-list-group-item {
    color: white;
    font-size: 15px;
    background-color: var(--cso-info);
}

.label-has-helper {
    display: flex;
    gap: 5px;
}

/* Tooltip Password Policy */
.password-policy-helper > span {
    width: 230px;
    left: 0;
    margin-left: -107px;
}

.password-policy-helper > div {
    text-align: left;
}

    .password-policy-helper > div > ul {
        padding-left: 20px;
        margin-bottom: 0 !important;
        margin-top: 2px;
        list-style-type: "-  ";
    }

.password-policy-helper div.default-provider {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/* --- */

/* --- DataGrid - Header column hover ------------------------------------------------------------------------------------ */
/*.e-gridheader > .e-headercontent .e-headercell:hover {
    overflow: visible;
}

    .e-gridheader > .e-headercontent .e-headercell:hover > div > span.e-headertext {
        transition: padding 0.3s;
    }

        .e-gridheader > .e-headercontent .e-headercell:hover > div > span.e-headertext:hover {
            text-overflow: inherit;
            overflow: visible;
            position: absolute;
            z-index: 1;
            border-radius: 5px;
            background: #2B557F;
            padding: 0 5px;
        }*/

/* --- */



#settingsSideBar, .navbar > .user-menu > ul.dropdown-menu, .navbar .dropdown-menu > li > ul.menu, .user-footer, .dropdown-menu > .user-header, .dropdown-menu > .user-header > .tile-content {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.e-richtexteditor {
    border-radius: 0.3rem;
    min-width: 100%;
    max-width: 100%;
    min-height: 144px;
}

    .e-richtexteditor > .e-toolbar-container > .e-toolbar, .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar {
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }


.tile-responsive {
    height: 100%;
    width: 100%;
}

    .tile-responsive > .fill-tile {
        height: 100%;
        width: 100%;
    }


.e-switch-wrapper.e-switch-disabled {
    pointer-events: none;
    /*opacity: .5;*/
}

.e-switch-wrapper.e-switch-disabled {
}

/* --- Grid : colonne date --------------------------------------------------------------- */
td.grid-date-column.e-rowcell.e-templatecell, td.grid-date-column.e-rowcell.e-templatecell > div > span, td.grid-date-column.e-rowcell.e-templatecell > div > div > span {
    line-height: initial;
    white-space: normal;
    font-family: 'Chivo Mono', monospace;
    font-size: 14px;
}

td.grid-date-column.e-rowcell.e-templatecell {
    padding: 0 8px;
}


    td.grid-date-column.e-rowcell.e-templatecell > div {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

.date-tooltip-template {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .date-tooltip-template > div {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

        .date-tooltip-template > div:first-of-type > div:last-of-type {
            font-family: 'Chivo Mono', monospace;
            font-size: 14px;
        }

        .date-tooltip-template > div:last-of-type {
            display: flex;
            font-style: italic;
            color: var(--cso-gray-200);
            font-size: 10px;
        }

.anim-flex {
    transition: flex-grow 0.3s, flex-basis 0.3s;
}

.empty-template {
    text-align: center;
    width: 100%;
    color: var(--cso-gray-700);
    font-family: 'Chivo Mono', monospace;
}


.align-items-stretch > div.rowcol {
    display: flex;
}


.iconTrad {
    margin-right: 0;
    background-color: var(--cso-gray-100);
    border-radius: 30px;
    border-color: transparent;
    width: 40px;
    height: 32px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
}

    .iconTrad:hover, .iconTradRichText.readonly:hover {
        background-color: var(--cso-gray-200);
        color: var(--cso-gray-800);
    }

.iconTradRichText {
    right: 5px;
    top: 5px;
    z-index: 10;
}

.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content, .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
    min-height: 101px;
}

.e-toolbar,
.e-toolbar .e-toolbar-items,
.e-toolbar .e-toolbar-item .e-tbar-btn,
.e-toolbar .e-toolbar-item.e-overlay {
    background: var(--cso-gray-100);
}

/* Skeleton*/
.e-skeleton {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none;
}

    .e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle {
        border-radius: 2px;
    }

    .e-skeleton.e-skeleton-text {
        vertical-align: middle;
    }

    .e-skeleton.e-skeleton-circle {
        border-radius: 50%
    }

    .e-skeleton.e-visible-none {
        display: none;
    }

    .e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle, .e-skeleton.e-skeleton-circle {
        background-color: var(--cso-gray-100);
    }

    .e-skeleton.e-shimmer-wave::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(200% + 200px);
        animation: e-shimmer-wave 2s infinite;
        animation-timing-function: ease-in-out;
    }

    .e-skeleton.e-shimmer-wave::after {
        background-image: linear-gradient(90deg, transparent calc(50% - 100px), rgba(255, 255, 255, 0.5) 50%, transparent calc(50% + 100px));
    }

@keyframes e-shimmer-wave {
    to {
        transform: translateX(calc(50% + 100px));
    }
}

.e-skeleton.adaptative-color {
    background-color: rgba(0,0,0,.15);
}

/* --- */

.no-resizable-width > .e-richtexteditor {
    width: 100% !important;
}

.e-btn.e-dropdown-btn > .e-btn-icon.e-icon-left {
    margin-top: -2px; /* Centrage vertical de l'icon du DropdownMenu */
}

.sidebar-menu li > a > span.pull-right-container {
    margin-top: -10px;
}


/* --- Helpers : Inline & Block ----------------------------------------------------------------- */


.helper-inline {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cso-gray-200);
    border-color: var(--cso-gray-200);
    border-radius: 5px;
    padding: 5px 10px;
    gap: 5px;
    color: var(--cso-gray-800);
    font-size: 14px;
    font-style: italic;
}

    .helper-inline.helper-inline-border {
        border: 1px solid var(--cso-gray-300);
    }

.helper-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cso-gray-200);
    border-color: var(--cso-gray-200);
    border-radius: 5px;
    text-align: justify;
    max-width: 700px;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 30px;
    gap: 5px;
    color: var(--cso-gray-800);
}

    .helper-block::before {
        font-family: "Font Awesome 5 Free";
        content: "\f05a";
        font-weight: 900;
        position: absolute;
        top: -8px;
        left: -8px;
        height: 20px;
        width: 20px;
        border-radius: 20px;
        font-size: 20px;
        line-height: 1;
        background-color: white;
    }

/* ----------------------------------------------------------------------------------- */

/* --- Module Communication ---------------------------------------------------------- */

.module-communication > img {
    height: 20px;
}

.module-communication > .rabbit-message {
    font-style: normal;
    font-family: 'Chivo Mono', monospace;
}

    .module-communication > .rabbit-message:hover {
        cursor: pointer;
    }

/* --- Communication Icon Animate ---------------------------------------------------------- */
.communication-icon-animate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .communication-icon-animate > em {
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: var(--cso-white);
        margin: -4px 0;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 3s linear infinite;
    }

        .communication-icon-animate > em:first-child {
            background-image: linear-gradient( -90deg, #000000 0%, var(--cso-gray-500) 20%, #000000 40%, #000000 100% );
            animation-direction: reverse;
        }

        .communication-icon-animate > em:last-child {
            background-image: linear-gradient( -90deg, #000000 0%, #000000 60%, var(--cso-gray-500) 80%, #000000 100% );
        }

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* --- */

#app {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

.main-sidebar {
    position: static;
    padding-top: 0;
    flex-shrink: 0;
    flex-grow: 0;
}

.content-wrapper {
    flex-grow: 1;
    /*min-height: calc(100% - 51px) !important;*/
    min-height: fit-content !important;
}

    .content-wrapper.d-flex { /* Si DefaultPage IsFlex */
        min-height: 0 !important;
    }

.content-wrapper, .main-footer {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar {
        /*width: 230px !important;*/
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        width: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper, .sidebar-open .main-footer {
        transform: none !important;
    }
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 0px !important;
}

/* Grid : ligne agregation */

.e-summaryrow {
    position: relative;
}

    .e-summaryrow > .e-summarycell:first-child::after {
        /*content: "bla";*/
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding-left: 8px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .e-summaryrow > .e-summarycell.e-templatecell div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

/* Box : small titles */
.box.small-title > .box-header {
    position: absolute;
    z-index: 1;
    background: white;
    border-radius: 30px;
    padding: 2px 8px;
    border: 1px solid;
    top: -13px;
    left: 20px;
    min-height: 20px;
    min-width: 40px;
}

    .box.small-title > .box-header > .box-title {
        font-size: 14px;
    }

hr.horizontal-rule-title {
    margin-top: 25px;
}

div.horizontal-rule-title {
    background: white;
    border-radius: 30px;
    padding: 2px 8px;
    border: 1px solid rgba(0,0,0,.1);
    margin-top: -25px;
    margin-bottom: 10px;
    margin-left: 20px;
    min-height: 20px;
    min-width: 40px;
    width: fit-content;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}


input[type="file"] {
    display: none;
}

.file-uploader-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-uploader-text {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .file-uploader-text.limited-width {
        max-width: 160px;
    }

.text-value {
    font-size: 14px;
    min-height: 14px;
    min-width: 1px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.1;
}

    .text-value.empty-background {
        background-color: var(--cso-gray-100);
        border-radius: 4px;
    }

    .text-value.no-bold {
        font-weight: 400;
    }

    .text-value.text-value-date, .text-value.text-value-number {
        font-family: 'Chivo Mono', monospace;
    }

label.no-bold {
    font-weight: 400;
}

.label-type-light {
    margin-bottom: 0px;
    font-weight: 400;
}

.label-type-light,
.form-group.is-required > label.label-type-light > *:first-child::before,
.form-group.is-required > label.label-type-light:not(:has(:first-child))::after {
    font-size: 12px;
    color: var(--cso-gray-600);
}

.grid-cell-padding-small > div.e-gridcontent > div.e-content td.e-rowcell,
.grid-cell-padding-small > div.e-gridfooter > div.e-summarycontent td.e-summarycell {
    padding: 4px 8px;
}

.grid-cell-padding-none > div.e-gridcontent > div.e-content td.e-rowcell,
.grid-cell-padding-none > div.e-gridfooter > div.e-summarycontent td.e-summarycell {
    padding: 0px 8px;
}

td.grid-numeric-column.e-rowcell.e-templatecell, td.grid-numeric-column.e-rowcell.e-templatecell > div > div > span {
    font-family: 'Chivo Mono', monospace;
}

.btn, .e-btn, .e-css.e-btn, .e-btn.e-flat, .e-css.e-btn.e-flat, .e-daterangepicker.e-popup .e-footer .e-btn,
.e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element .e-primary {
    border-radius: 30px;
    border-width: 2px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 40px;
    height: 38px;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

    .btn:after, .e-btn:not(.drpdwn):not(.colorpicker):not(.e-tbar-btn):after, .e-css.e-btn:after, .e-css.e-btn.e-flat:after, .e-daterangepicker.e-popup .e-footer .e-btn:after { /* Animation click */
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        /*background: var(--cso-primary);*/ /* Pas de background ici (géré dans les thèmes) */
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn:focus:not(:active)::after, .btn.file-uploader:focus:active::after, .drpdwn:active::after, .e-btn:focus:not(:active)::after, .e-css.e-btn:focus:not(:active)::after, .e-css.e-btn.e-flat:focus:not(:active)::after, .e-daterangepicker.e-popup .e-footer .e-btn:focus:not(:active)::after {
        animation: ripple 1s ease-out;
    }

    .btn:active, .e-btn:active, .e-css.e-btn:active, .e-btn.e-flat:active, .e-css.e-btn.e-flat:active, .e-daterangepicker.e-popup .e-footer .e-btn:active,
    .btn:focus, .e-btn:focus, .e-css.e-btn:focus, .e-btn.e-flat:focus, .e-css.e-btn.e-flat:focus, .e-daterangepicker.e-popup .e-footer .e-btn:focus,
    .btn:not(:disabled):not(.disabled):active:focus, .e-btn:not(:disabled):not(.disabled):active:focus, .e-css.e-btn:not(:disabled):not(.disabled):active:focus, .e-css.e-btn.e-flat:not(:disabled):not(.disabled):active:focus, .e-daterangepicker.e-popup .e-footer .e-btn:not(:disabled):not(.disabled):active:focus {
        box-shadow: none;
    }

.btn-app {
    border-radius: 0px;
    font-weight: bold;
    text-transform: initial;
    background: inherit;
    height: auto;
    color: var(--cso-primary) !important;
    padding: 10px 0;
    margin: 0;
    border: 0;
}

    .btn-app:hover {
        background: inherit;
        color: var(--cso-gray-700) !important;
    }

    .btn-app:focus {
        box-shadow: none;
    }

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.15;
    }

    20% {
        transform: scale(25, 25);
        opacity: 0.15;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}


.e-daterangepicker.e-popup .e-footer .e-btn {
    height: auto;
}

.e-input-group.e-control-wrapper {
    padding: .15rem .35rem;
}

.textbox.e-input-group {
    overflow: hidden;
}

.e-input-group .numeric-textbox-icon.e-input-group-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    height: 32px;
    width: 32px;
}

.e-input-group.e-disabled:not(.translation-textbox) .e-input-group-icon,
.numeric-textbox-readonly .e-input-group-icon,
.numeric-textbox-disabled .e-input-group-icon {
    pointer-events: none;
}

.numeric-textbox-readonly.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.numeric-textbox-disabled.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none;
}

.numeric-textbox-disabled .e-input-group-icon {
    opacity: 0.5;
}

.custom-icon-group:has(.left-icon) > .e-input-in-wrap > .textbox {
    padding-left: 40px;
}

.custom-icon-group:has(.right-icon) > .e-input-in-wrap > .textbox {
    padding-right: 40px;
}

.e-input-group .custom-textbox-icon.e-input-group-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
}

    .e-input-group .custom-textbox-icon.e-input-group-icon.left-icon {
        left: 6px;
    }

    .e-input-group .custom-textbox-icon.e-input-group-icon.right-icon {
        right: 6px;
    }

    .e-input-group .custom-textbox-icon.e-input-group-icon.readonly, .e-input-group .custom-textbox-icon.e-input-group-icon.disabled {
        background: transparent;
    }

    .e-input-group .custom-textbox-icon.e-input-group-icon.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error).custom-icon-group {
    box-shadow: none;
}

.badge {
    text-indent: 0;
}


.dropdown-list {
    display: flex;
    padding: 0 5px 5px;
    align-items: center;
}

    .dropdown-list.e-input-group {
        height: 38px;
        min-height: 38px;
    }

        .dropdown-list.e-input-group.multiselect.e-input-focus {
            height: auto;
        }

        .dropdown-list.e-input-group > span.e-input-group-icon {
            margin-top: -2px;
            background: transparent;
        }

        .dropdown-list.e-input-group .badge {
            margin: 7px 0 7px 10px;
        }

    .dropdown-list.e-popup .badge {
        margin: 8px 0 8px 0;
    }

    .dropdown-list.e-icon-anim.e-valid-input > .e-clear-icon.e-clear-icon-hide {
        display: flex !important;
    }

.multiselect.e-input-group .badge {
    margin: 7px 0 7px 10px;
}

.multiselect.e-popup .badge {
    margin: 8px 0 8px 0;
}

.e-multi-select-wrapper .e-chips {
    border-radius: 50px;
}

    .e-multi-select-wrapper .e-chips > .e-chipcontent {
        padding: 0px 10px;
        line-height: 2;
    }

.combobox.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
.combobox.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover,
.combobox.e-input-group:not(.e-disabled) .e-input-group-icon:active,
.combobox.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
    background: none;
    box-shadow: none;
}

.e-popup.e-popup-open {
    max-height: 430px !important;
}

.btn-checkbox {
    padding: 0 !important;
    display: inline-flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

    .btn-checkbox:hover > label > span.e-label {
        color: white;
        z-index: 1;
    }

    .btn-checkbox > label > span.e-frame {
        display: none;
    }

    .btn-checkbox > label:hover::after {
        visibility: visible;
        opacity: 1;
    }

    .btn-checkbox > label::after {
        visibility: hidden;
        opacity: 0;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(100,100,100,0.2);
        z-index: 0;
        border-radius: 30px;
        transition-delay: 0s;
        transition-duration: 0.15s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }

div.btn-checkbox.checkbox-checked, div.btn-checkbox.checkbox-checked:hover {
    background-color: white !important;
}

.btn-checkbox.checkbox-checked > label > span.e-label {
    color: black;
}

.btn-checkbox > label {
    flex: 1;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .btn-checkbox > label > span.e-label {
        font-weight: 700;
        color: white;
        font-size: 1rem;
        margin-left: 0 !important;
        display: flex;
        align-items: center;
    }


        .btn-checkbox > label > span.e-label > em {
            margin-top: 1px;
        }

.btn-checkbox.btn-primary:hover, .btn-checkbox.btn-primary:active {
    background-color: var(--cso-primary) !important;
    border-color: var(--cso-primary) !important;
}

.btn-checkbox.btn-secondary:hover, .btn-checkbox.btn-secondary:active {
    background-color: var(--cso-secondary) !important;
    border-color: var(--cso-secondary) !important;
}

.btn-checkbox.btn-success:hover, .btn-checkbox.btn-success:active {
    background-color: var(--cso-success) !important;
    border-color: var(--cso-success) !important;
}

.btn-checkbox.btn-info:hover, .btn-checkbox.btn-info:active {
    background-color: var(--cso-info) !important;
    border-color: var(--cso-info) !important;
}

.btn-checkbox.btn-danger:hover, .btn-checkbox.btn-danger:active {
    background-color: var(--cso-danger) !important;
    border-color: var(--cso-danger) !important;
}

.btn-checkbox.btn-warning:hover, .btn-checkbox.btn-warning:active {
    background-color: var(--cso-warning) !important;
    border-color: var(--cso-warning) !important;
}

.btn-checkbox.btn-dark:hover, .btn-checkbox.btn-dark:active {
    background-color: var(--cso-gray-700) !important;
    border-color: var(--cso-gray-700) !important;
}

.btn-checkbox.btn-light:hover, .btn-checkbox.btn-light:active {
    background-color: var(--cso-gray-200) !important;
}

.btn-checkbox.btn-light.checkbox-checked, .btn-checkbox.btn-light.checkbox-checked:hover {
    background-color: var(--cso-gray-500) !important;
    border-color: var(--cso-gray-600) !important;
}

.btn-checkbox.btn-light {
}

    .btn-checkbox.btn-light > label > span.e-label {
        color: var(--cso-gray-800);
    }

    .btn-checkbox.btn-light.e-checkbox-disabled > label > span.e-label {
        color: rgba(51,51,51,0.65);
    }

.e-tooltip {
    font-size: 14px;
    width: fit-content;
}

.e-control.e-tooltip:has(.tooltip-helper) {
    height: 20px;
    display: inline-flex;
}

/*.tooltip-filter {
    margin-top: 3px;
}*/

.e-ddl.e-popup-open .e-filter-parent {
    margin: 0px 15px 10px 15px;
    padding: 10px 8px;
}

/* Grid */

.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber {
    float: right;
}

.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber,
.e-grid .e-gridheader .e-fltr-icon .e-sortnumber {
    margin: 8px 0 0 0;
}

.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-headertext,
.e-grid .e-gridheader .e-fltr-icon .e-headertext {
    display: inline-block;
}

.e-grid {
    display: flex;
    flex-direction: column;
}

    .e-grid .e-gridheader {
        min-height: 36px;
    }

    .e-grid .e-gridheader,
    .e-grid .e-gridfooter {
        display: flex;
        flex-direction: column;
    }

        .e-grid .e-gridheader .e-headercontent,
        .e-grid .e-gridfooter .e-summarycontent {
            display: flex;
            align-items: center;
        }

    /* Grid height 100% */
    .e-grid[style*="height:100%"] .e-gridcontent {
        height: 100% !important; /* Correctif taille */
    }


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --- Sizes ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Labels */
.label-xs,
.form-group.is-required > label.label-xs > *:first-child::before,
.form-group.is-required > label.label-xs:not(:has(:first-child))::after {
    font-size: 10px;
}

.label-sm,
.form-group.is-required > label.label-sm > *:first-child::before,
.form-group.is-required > label.label-sm:not(:has(:first-child))::after {
    font-size: 12px;
}

.label-lg,
.form-group.is-required > label.label-lg > *:first-child::before,
.form-group.is-required > label.label-lg:not(:has(:first-child))::after {
    font-size: 18px;
}

.label-xl,
.form-group.is-required > label.label-xl > *:first-child::before,
.form-group.is-required > label.label-xl:not(:has(:first-child))::after {
    font-size: 24px;
}

.label-type-light.label-xs,
.form-group.is-required > label.label-type-light.label-xs > *:first-child::before,
.form-group.is-required > label.label-type-light.label-xs:not(:has(:first-child))::after {
    font-size: 8px;
}

.label-type-light.label-sm,
.form-group.is-required > label.label-type-light.label-sm > *:first-child::before,
.form-group.is-required > label.label-type-light.label-sm:not(:has(:first-child))::after {
    font-size: 10px;
}

.label-type-light.label-lg,
.form-group.is-required > label.label-type-light.label-lg > *:first-child::before,
.form-group.is-required > label.label-type-light.label-lg:not(:has(:first-child))::after {
    font-size: 16px;
}

.label-type-light.label-xl,
.form-group.is-required > label.label-type-light.label-xl > *:first-child::before,
.form-group.is-required > label.label-type-light.label-xl:not(:has(:first-child))::after {
    font-size: 20px;
}

/* Text Values */
.text-value.size-xs {
    font-size: 10px;
    min-height: 10px;
}

.text-value.size-sm {
    font-size: 12px;
    min-height: 12px;
}

.text-value.size-lg {
    font-size: 26px;
    min-height: 26px;
}

.text-value.size-xl {
    font-size: 38px;
    min-height: 38px;
}

/* DataGrids */

/*.e-grid th.e-headercell {
    display: flex;
    align-items: center;
}

    .e-grid th.e-headercell .e-headercelldiv {
        text-align: left;
        flex: 1;
        height: auto;
    }

    .e-grid th.e-headercell .e-sortfilterdiv, .e-grid th.e-headercell .filtermenudiv {
        height: auto;
        padding: 0;
    }*/


.e-grid.size-xs, .e-grid.size-xs .e-headercelldiv, .e-grid.size-xs .e-rowcell, .e-grid.size-xs .e-groupdroparea, .e-grid.size-xs .e-summarycell,
.e-grid.size-xs td.grid-date-column.e-rowcell.e-templatecell, .e-grid.size-xs td.grid-date-column.e-rowcell.e-templatecell > div > span, .e-grid.size-xs td.grid-date-column.e-rowcell.e-templatecell > div > div > span {
    font-size: 10px;
    /*line-height: 10px;*/
}

    .e-grid.size-xs .e-headercell {
        height: 22px;
    }

    .e-grid.size-xs .e-gridheader {
        min-height: 22px;
    }

    .e-grid.size-xs .e-headercelldiv {
        height: 15px;
        line-height: 10px;
    }

    .e-grid.size-xs .e-rowcell, .e-grid.size-xs .e-summarycell {
        line-height: 10px;
    }

    .e-grid.size-xs .e-sortfilterdiv {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .e-grid.size-xs .e-filtermenudiv {
        padding-top: 11px;
        padding-bottom: 0;
    }

    .e-grid.size-xs .e-pager .e-pagercontainer .e-firstpage,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-prevpage,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-firstpagedisabled,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-prevpagedisabled,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-nextpage,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-lastpage,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-nextpagedisabled,
    .e-grid.size-xs .e-pager .e-pagercontainer .e-lastpagedisabled {
        padding: 6px 10px 8px 8px;
    }

    .e-grid.size-xs .e-pager .e-spacing,
    .e-grid.size-xs .e-pager .e-numericitem:hover,
    .e-grid.size-xs .e-pager .e-currentitem {
        padding: 6px 11px 6px 11px;
    }

    .e-grid.size-xs .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > button.e-control,
    .e-grid.size-xs .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > button.e-control:hover,
    .e-grid.size-xs .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > button.e-control:focus,
    .e-grid.size-xs .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > div > span.e-input-group,
    .e-grid.size-xs .e-groupheadercell,
    .e-grid.size-xs .e-groupheadercell:hover,
    .e-grid.size-xs .e-groupheadercell .e-grouptext,
    .e-grid.size-xs .e-groupheadercell .e-groupsort,
    .e-grid.size-xs .e-groupheadercell .e-ungroupbutton {
        height: 24px;
        min-height: 24px;
        font-size: 12px;
    }

    .e-grid.size-xs .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
        font-size: 12px;
    }

    .e-grid.size-xs .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item {
        min-height: 30px;
        height: 30px;
    }

    .e-grid.size-xs .e-input-group .e-searchclear.e-input-group-icon:last-child, .e-input-group.e-control-wrapper .e-searchclear.e-input-group-icon:last-child {
        height: 20px;
        min-height: 20px;
    }

    .e-grid.size-xs .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber,
    .e-grid.size-xs .e-gridheader .e-fltr-icon .e-sortnumber {
        margin: 1px 0 0 0;
        line-height: 12px;
        height: 12px;
        width: 12px;
    }

    .e-grid.size-xs .e-gridheader .e-rightalign.e-fltr-icon .e-headertext,
    .e-grid.size-xs .e-gridheader .e-fltr-icon .e-headertext {
        margin: 2px 0 0 0;
    }

    .e-grid.size-xs .e-groupdroparea {
        min-height: 31px;
    }

    .e-grid.size-xs .e-pager {
        padding: 2px 6px;
        font-size: 10px;
    }

        .e-grid.size-xs .e-pager div.cso-grid-pager .page-number .e-numeric.e-input-group {
            height: 24px;
            font-size: 11px;
        }

        .e-grid.size-xs .e-pager div.cso-grid-pager .page-number {
            font-size: 11px;
            line-height: 11px;
        }

.e-grid.size-sm, .e-grid.size-sm .e-headercelldiv, .e-grid.size-sm .e-rowcell, .e-grid.size-sm .e-groupdroparea, .e-grid.size-sm .e-summarycell,
.e-grid.size-sm td.grid-date-column.e-rowcell.e-templatecell, .e-grid.size-sm td.grid-date-column.e-rowcell.e-templatecell > div > span, .e-grid.size-sm td.grid-date-column.e-rowcell.e-templatecell > div > div > span {
    font-size: 12px;
    /*line-height: 12px;*/
}

    .e-grid.size-sm .e-headercell {
        height: 28px;
    }

    .e-grid.size-sm .e-gridheader {
        min-height: 28px;
    }

    .e-grid.size-sm .e-headercelldiv {
        height: 21px;
        line-height: 12px;
    }

    .e-grid.size-sm .e-rowcell, .e-grid.size-sm .e-summarycell {
        line-height: 12px;
    }

    .e-grid.size-sm .e-pager .e-pagercontainer .e-firstpage,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-prevpage,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-firstpagedisabled,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-prevpagedisabled,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-nextpage,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-lastpage,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-nextpagedisabled,
    .e-grid.size-sm .e-pager .e-pagercontainer .e-lastpagedisabled {
        padding: 9px 10px 11px 8px;
    }

    .e-grid.size-sm .e-pager .e-spacing,
    .e-grid.size-sm .e-pager .e-numericitem:hover,
    .e-grid.size-sm .e-pager .e-currentitem {
        padding: 9px 11px 9px 11px;
    }

    .e-grid.size-sm .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > button.e-control,
    .e-grid.size-sm .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > button.e-control:hover,
    .e-grid.size-sm .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > button.e-control:focus,
    .e-grid.size-sm .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item > div > span.e-input-group,
    .e-grid.size-sm .e-groupheadercell,
    .e-grid.size-sm .e-groupheadercell:hover,
    .e-grid.size-sm .e-groupheadercell .e-grouptext,
    .e-grid.size-sm .e-groupheadercell .e-groupsort,
    .e-grid.size-sm .e-groupheadercell .e-ungroupbutton {
        height: 30px;
        min-height: 30px;
    }

    .e-grid.size-sm .e-input-group .e-searchclear.e-input-group-icon:last-child, .e-input-group.e-control-wrapper .e-searchclear.e-input-group-icon:last-child {
        height: 26px;
        min-height: 26px;
    }

    .e-grid.size-sm .e-control.e-toolbar > .e-toolbar-items .e-toolbar-item {
        min-height: 40px;
        height: 40px;
    }

    .e-grid.size-sm .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber,
    .e-grid.size-sm .e-gridheader .e-fltr-icon .e-sortnumber {
        margin: 3px 0 0 0;
        line-height: 14px;
        height: 14px;
        width: 14px;
    }

    .e-grid.size-sm .e-gridheader .e-rightalign.e-fltr-icon .e-headertext,
    .e-grid.size-sm .e-gridheader .e-fltr-icon .e-headertext {
        margin: 4px 0 0 0;
    }

    .e-grid.size-sm .e-gridheader .e-fltr-icon .e-sortfilterdiv,
    .e-grid.size-sm .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
        margin: -26px 0px -29px 0;
    }

    .e-grid.size-sm .e-filtermenudiv {
        padding: 9px 2px;
    }

    .e-grid.size-sm .e-groupdroparea {
        min-height: 39px;
    }

    .e-grid.size-sm .e-pager {
        padding: 2px 6px;
        font-size: 12px;
    }

        .e-grid.size-sm .e-pager div.cso-grid-pager .page-number .e-numeric.e-input-group {
            height: 26px;
            font-size: 12px;
        }

        .e-grid.size-sm .e-pager div.cso-grid-pager .page-number {
            font-size: 12px;
            line-height: 12px;
        }

.e-grid.size-lg, .e-grid.size-lg .e-headercelldiv, .e-grid.size-lg .e-rowcell, .e-grid.size-lg .e-summarycell,
.e-grid.size-lg td.grid-date-column.e-rowcell.e-templatecell, .e-grid.size-lg td.grid-date-column.e-rowcell.e-templatecell > div > span, .e-grid.size-lg td.grid-date-column.e-rowcell.e-templatecell > div > div > span {
    font-size: 26px;
}

    .e-grid.size-lg .e-headercell {
        height: 40px;
    }

    .e-grid.size-lg .e-gridheader {
        min-height: 40px;
    }

    .e-grid.size-lg .e-headercelldiv {
        /*height: 33px;*/
        /*line-height: 32px;*/
    }

    .e-grid.size-lg .e-rowcell, .e-grid.size-lg .e-summarycell {
        line-height: 32px;
    }

.e-grid.size-xl, .e-grid.size-xl .e-headercelldiv, .e-grid.size-xl .e-rowcell, .e-grid.size-xl .e-summarycell,
.e-grid.size-xl td.grid-date-column.e-rowcell.e-templatecell, .e-grid.size-xl td.grid-date-column.e-rowcell.e-templatecell > div > span, .e-grid.size-xl td.grid-date-column.e-rowcell.e-templatecell > div > div > span {
    font-size: 38px;
}

    .e-grid.size-xl .e-headercell {
        height: 50px;
    }

    .e-grid.size-xl .e-gridheader {
        min-height: 50px;
    }

    .e-grid.size-xl .e-headercelldiv {
        /*height: 43px;*/
        /*line-height: 43px;*/
    }

    .e-grid.size-xl .e-rowcell, .e-grid.size-xl .e-summarycell {
        line-height: 32px;
    }

/* Buttons */
.btn-xs, button.e-dropdown-btn.drpdwn-xs {
    font-size: 0.75rem;
    padding: 3px 10px;
    height: 24px;
}

.btn-sm, button.e-dropdown-btn.drpdwn-sm {
    padding: 6px 15px;
    font-size: .9rem;
    height: 30px;
}

.btn-lg, button.e-dropdown-btn.drpdwn-lg {
    font-size: 1.1rem;
    padding: 14px 20px;
    height: 46px;
}

.btn-xl, button.e-dropdown-btn.drpdwn-xl {
    font-size: 1.4rem;
    padding: 16px 24px;
    height: 56px;
}


/* ColorPicker Button */
.e-btn.e-flat.e-small, .e-css.e-btn.e-flat.e-small {
    padding: 7px 10px;
    font-size: .9rem;
    height: 30px;
}

/* Buttons Checkbox */
.btn-checkbox.btn-xs > label > span.e-label {
    font-size: 0.75rem;
}

.btn-checkbox.btn-sm > label > span.e-label {
    font-size: 0.9rem;
}

.btn-checkbox.btn-lg > label > span.e-label {
    font-size: 1.1rem;
}

.btn-checkbox.btn-xl > label > span.e-label {
    font-size: 1.4rem;
}

/* TextBox */

.textbox.e-input-group, .dropdown-list > .e-filter-parent > .e-input-group {
    display: flex;
    align-items: center;
}

.textbox.textbox-xs.e-input-group.e-control-wrapper, .dropdown-list-xs > .e-filter-parent > .e-input-group.e-control-wrapper {
    padding: 0 5px;
    height: 24px;
}

    .textbox.textbox-xs.e-input-group.e-control-wrapper > input.e-input, .dropdown-list-xs > .e-filter-parent > .e-input-group.e-control-wrapper > input.e-input {
        height: 24px;
        font-size: 12px;
    }

    .textbox.textbox-xs.e-input-group.e-control-wrapper > span.e-input-group-icon, .dropdown-list-xs > .e-filter-parent > .e-input-group.e-control-wrapper > span.e-input-group-icon {
        height: 18px;
        min-height: 18px;
    }

.e-input-group .custom-textbox-icon.e-input-group-icon.textbox-xs {
    height: 18px;
    min-height: 18px;
}

.textbox.textbox-sm.e-input-group.e-control-wrapper, .dropdown-list-sm > .e-filter-parent > .e-input-group.e-control-wrapper {
    padding: 0 5px;
    height: 30px;
}

    .textbox.textbox-sm.e-input-group.e-control-wrapper > input.e-input, .dropdown-list-sm > .e-filter-parent > .e-input-group.e-control-wrapper > input.e-input {
        height: 30px;
    }

    .textbox.textbox-sm.e-input-group.e-control-wrapper > span.e-input-group-icon, .dropdown-list-sm > .e-filter-parent > .e-input-group.e-control-wrapper > span.e-input-group-icon {
        height: 24px;
        min-height: 24px;
    }

.e-input-group .custom-textbox-icon.e-input-group-icon.textbox-sm {
    height: 24px;
    min-height: 24px;
}


.textbox.textbox-lg.e-input-group.e-control-wrapper, .dropdown-list-lg > .e-filter-parent > .e-input-group.e-control-wrapper {
    height: 48px;
}

    .textbox.textbox-lg.e-input-group.e-control-wrapper > input.e-input, .dropdown-list-lg > .e-filter-parent > .e-input-group.e-control-wrapper > input.e-input {
        height: 48px;
        font-size: 18px;
    }

    .textbox.textbox-lg.e-input-group.e-control-wrapper > span.e-input-group-icon, .dropdown-list-lg > .e-filter-parent > .e-input-group.e-control-wrapper > span.e-input-group-icon {
        height: 40px;
        min-height: 40px;
        width: 40px;
        min-width: 40px;
    }

        .textbox.textbox-lg.e-input-group.e-control-wrapper > span.e-input-group-icon::before, .dropdown-list-lg > .e-filter-parent > .e-input-group.e-control-wrapper > span.e-input-group-icon::before {
            font-size: 16px;
        }

.e-input-group .custom-textbox-icon.e-input-group-icon.textbox-lg {
    height: 40px;
    width: 40px;
}

.textbox.textbox-xl.e-input-group.e-control-wrapper, .dropdown-list-xl > .e-filter-parent > .e-input-group.e-control-wrapper {
    height: 56px;
}

    .textbox.textbox-xl.e-input-group.e-control-wrapper > input.e-input, .dropdown-list-xl > .e-filter-parent > .e-input-group.e-control-wrapper > input.e-input {
        height: 56px;
        font-size: 22px;
    }

    .textbox.textbox-xl.e-input-group.e-control-wrapper > span.e-input-group-icon, .dropdown-list-xl > .e-filter-parent > .e-input-group.e-control-wrapper > span.e-input-group-icon {
        height: 48px;
        min-height: 48px;
        width: 48px;
        min-width: 48px;
    }

        .textbox.textbox-xl.e-input-group.e-control-wrapper > span.e-input-group-icon::before, .dropdown-list-xl > .e-filter-parent > .e-input-group.e-control-wrapper > span.e-input-group-icon::before {
            font-size: 20px;
        }

.e-input-group .custom-textbox-icon.e-input-group-icon.textbox-xl {
    height: 48px;
    width: 48px;
}

/* NumericTextBox */
/*Xs*/
.numeric-textbox-icon > input.e-input {
    padding-left: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.numeric-textbox {
    padding: 0 0.35rem;
    display: flex;
    align-items: center;
}

.e-input-group .numeric-textbox-icon.e-input-group-icon.textbox-xs {
    height: 18px;
    width: 32px;
    min-height: 18px;
}

.e-input-group.numeric-textbox.textbox-xs {
    height: 24px;
}

    .e-input-group.numeric-textbox.textbox-xs > input.e-input {
        height: 24px;
        max-height: 24px;
        font-size: 12px;
    }

    .e-input-group.numeric-textbox.textbox-xs > span.e-input-group-icon {
        height: 18px;
        min-height: 18px;
    }

/*Sm*/
.e-input-group .numeric-textbox-icon.e-input-group-icon.textbox-sm {
    height: 24px;
    width: 32px;
    min-height: 24px;
}

.numeric-textbox.textbox-sm {
    height: 30px;
}

    .numeric-textbox.textbox-sm > input.e-input {
        height: 30px;
        max-height: 30px;
    }

    .numeric-textbox.textbox-sm > span.e-input-group-icon {
        height: 24px;
        min-height: 24px;
    }

/*Lg*/
.e-input-group .numeric-textbox-icon.e-input-group-icon.textbox-lg {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
}

.e-input-group.numeric-textbox.textbox-lg {
    height: 48px;
}

    .e-input-group.numeric-textbox.textbox-lg > input.e-input {
        height: 48px;
        max-height: 48px;
        font-size: 18px;
    }

    .e-input-group.numeric-textbox.textbox-lg > span.e-input-group-icon {
        height: 40px;
        min-height: 40px;
        width: 40px;
        min-width: 40px;
    }

.e-input-group.numeric-textbox-icon.textbox-lg > input.e-input {
    padding-left: 48px !important;
}

em.textbox-lg.e-input-group-icon::before {
    font-size: 16px;
}

/*Xl*/
.e-input-group .numeric-textbox-icon.e-input-group-icon.textbox-xl {
    height: 48px;
    min-height: 48px;
    width: 48px;
    min-width: 48px;
}

.e-input-group.numeric-textbox.textbox-xl {
    height: 56px;
}

    .e-input-group.numeric-textbox.textbox-xl > input.e-input {
        height: 56px;
        max-height: 56px;
        font-size: 22px;
    }

    .e-input-group.numeric-textbox.textbox-xl > span.e-input-group-icon {
        height: 48px;
        min-height: 48px;
        width: 48px;
        min-width: 48px;
    }

.e-input-group.numeric-textbox-icon.textbox-xl > input.e-input {
    padding-left: 58px !important;
}

em.textbox-xl.e-input-group-icon::before {
    font-size: 20px;
}

/* DropDownList */
.e-input-group.dropdown-list-xs {
    height: 24px;
    min-height: 24px;
}

    .e-input-group.dropdown-list-xs > input.e-input.e-dropdownlist {
        font-size: 12px;
    }

    .e-input-group.dropdown-list-xs > span.e-input-group-icon {
        height: 18px;
        min-height: 18px;
    }

.dropdown-list-xs > .e-dropdownbase .e-list-item {
    font-size: 12px;
    line-height: 18px;
    min-height: 18px;
}

.e-input-group.dropdown-list-sm {
    height: 30px;
    min-height: 30px;
}

    .e-input-group.dropdown-list-sm > span.e-input-group-icon {
        height: 24px;
        min-height: 24px;
    }

.dropdown-list-sm > .e-dropdownbase .e-list-item {
    font-size: 12px;
    line-height: 24px;
    min-height: 24px;
}

.e-input-group.dropdown-list-lg {
    height: 48px;
    min-height: 48px;
}

    .e-input-group.dropdown-list-lg > input.e-input.e-dropdownlist {
        font-size: 18px;
    }

    .e-input-group.dropdown-list-lg > span.e-input-group-icon {
        height: 40px;
        min-height: 40px;
    }

.dropdown-list-lg > .e-dropdownbase .e-list-item {
    font-size: 18px;
    line-height: 32px;
    min-height: 32px;
}

.e-input-group.dropdown-list-xl {
    height: 56px;
    min-height: 56px;
}

    .e-input-group.dropdown-list-xl > input.e-input.e-dropdownlist {
        font-size: 22px;
    }

    .e-input-group.dropdown-list-xl > span.e-input-group-icon {
        height: 48px;
        min-height: 48px;
    }

.dropdown-list-xl > .e-dropdownbase .e-list-item {
    font-size: 22px;
    line-height: 36px;
    min-height: 36px;
}

/* DatePickers : DatePicker + DateRangePicker + DateTimePicker*/
.e-daterangepicker.e-popup .e-footer .e-btn, .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn {
    font-weight: 700;
}


.datepicker, .daterangepicker, .datetimepicker {
    display: flex;
    align-items: center;
}

.e-input-group.datepicker-xs {
    height: 24px;
}

    .e-input-group.datepicker-xs > input.e-input {
        font-size: 12px;
    }

    .e-input-group.datepicker-xs > span.e-input-group-icon {
        height: 18px;
        min-height: 18px;
    }

.e-input-group.datepicker-sm {
    height: 30px;
}

    .e-input-group.datepicker-sm > span.e-input-group-icon {
        height: 24px;
        min-height: 24px;
    }

.e-input-group.datepicker-lg {
    height: 48px;
}

    .e-input-group.datepicker-lg > input.e-input {
        font-size: 18px;
    }

    .e-input-group.datepicker-lg > span.e-input-group-icon {
        height: 40px;
        min-height: 40px;
        width: 40px;
        min-width: 40px;
    }

        .e-input-group.datepicker-lg > span.e-input-group-icon::before {
            font-size: 18px;
        }

.e-input-group.datepicker-xl {
    height: 56px;
}

    .e-input-group.datepicker-xl > input.e-input {
        font-size: 22px;
    }

    .e-input-group.datepicker-xl > span.e-input-group-icon {
        height: 48px;
        min-height: 48px;
        width: 48px;
        min-width: 48px;
    }

        .e-input-group.datepicker-xl > span.e-input-group-icon::before {
            font-size: 22px;
        }

/* ColorPicker */

.e-colorpicker-container.colorpicker-xs, .e-colorpicker-container.colorpicker-xs .e-btn {
    height: 24px;
}

    .e-colorpicker-container.colorpicker-xs .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
        height: 16px;
        width: 16px;
    }


.e-colorpicker-container.colorpicker-sm, .e-colorpicker-container.colorpicker-sm .e-btn {
    height: 30px;
}

    .e-colorpicker-container.colorpicker-sm .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
        height: 18px;
        width: 18px;
    }


.e-colorpicker-container.colorpicker-lg, .e-colorpicker-container.colorpicker-lg .e-btn {
    height: 48px;
}

    .e-colorpicker-container.colorpicker-lg .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
        height: 26px;
        width: 26px;
        margin-left: 6px;
    }


.e-colorpicker-container.colorpicker-xl, .e-colorpicker-container.colorpicker-xl .e-btn {
    height: 56px;
}

    .e-colorpicker-container.colorpicker-xl .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
        height: 32px;
        width: 32px;
        margin-left: 10px;
    }

/* TreeViewPicker */

.treeview-picker.e-input-group.dropdown-list-xs > em.e-input-group-icon {
    height: 18px;
    min-height: 18px;
}

.treeview-picker.e-input-group.dropdown-list-sm > em.e-input-group-icon {
    height: 24px;
    min-height: 24px;
}


.treeview-picker.e-input-group.dropdown-list-lg > em.e-input-group-icon {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
}

.treeview-picker.e-input-group.dropdown-list-xl > em.e-input-group-icon {
    height: 48px;
    min-height: 48px;
    width: 48px;
    min-width: 48px;
}

/* Default (with 1px border) */

.inplace-editor-xs {
    height: 30px;
    min-height: 30px;
    font-size: 10px;
}

.inplace-editor-sm {
    height: 30px;
    min-height: 30px;
    font-size: 12px;
}

.inplace-editor-md {
    height: 38px;
    min-height: 38px;
}

.inplace-editor-lg {
    height: 48px;
    min-height: 48px;
    font-size: 26px;
}

.inplace-editor-xl {
    height: 56px;
    min-height: 56px;
    font-size: 38px;
}

/* --- End Sizes -------------------------------------------------------------------------------------------------- */
.sidebar-menu > li.treeview.active {
    font-weight: 700;
}

    .sidebar-menu > li.treeview.active > ul.treeview-menu > li {
        font-weight: 400;
    }

        .sidebar-menu > li.treeview.active > ul.treeview-menu > li.active {
            font-weight: 700;
        }


@media (max-width: 767px) {
    .sidebar-mini:not(.sidebar-open) .user-panel > .image > img {
        border-color: transparent;
    }

    aside.main-sidebar {
        /*position: absolute;
        top: 100px;*/
        z-index: 822;
        width: 0px !important;
    }

    .sidebar-mini section.sidebar {
        background-color: var(--cso-gray-900);
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
        -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
        transition: transform .3s ease-in-out,width .3s ease-in-out
    }

    .sidebar-mini.sidebar-open section.sidebar {
        width: 250px;
    }

    .sidebar-mini:not(.sidebar-open) section.sidebar {
        width: 0px;
    }

    .sidebar-mini.sidebar-open .d-flex .d-flex.flex-column::after {
        content: " ";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3) !important;
        z-index: 821;
    }
}


.main-header nav.navbar {
    display: flex;
    flex-wrap: nowrap;
}

    .main-header nav.navbar .navbar-custom-menu {
        display: flex;
        flex-wrap: nowrap;
        height: 51px;
    }

        .main-header nav.navbar .navbar-custom-menu .navbar.nav {
            display: flex;
            flex-wrap: nowrap;
            height: 51px;
            align-items: stretch;
            width: 100%;
        }

.navbar-custom-menu > .navbar > li {
    display: flex;
    align-items: stretch;
}

@media (max-width: 1250px) {
    .main-header nav.navbar .navbar-custom-menu {
        flex: 1;
        max-width: 400px;
    }

        .main-header nav.navbar .navbar-custom-menu .navbar.nav .d-none.d-md-inline-block {
            display: none !important;
        }

    .main-header nav.navbar .navbar > .user-menu .user-image {
        float: none;
        margin: 0;
    }

    .navbar-custom-menu > .navbar > li {
        flex: 1;
    }

    .navbar-custom-menu .navbar > li > a {
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
    }
}

@media (max-width: 767px) {
    .e-grid .e-toolbar .e-toolbar-items.e-tbar-pos {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        border-radius: 0.3rem;
    }
}

/*.main-header .navbar-custom-menu a.btn-info {*/ /* Correctif Bouton Profil Focus (à cause d'AdminLTE) */
/*background-color: var(--cso-info);
    border-color: var(--cso-info);
    color: var(--cso-white);
}*/

/* ReadOnly */

.e-input-group.e-input-focus.readonly:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group-.e-control-wrapper.e-input-focus.readonly:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.readonly:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.readonly:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none !important;
}

.e-input-group.translation-textbox.readonly .e-input-group-icon,
.e-input-group.translation-textbox.readonly.e-control-wrapper .e-input-group-icon {
    pointer-events: all;
}

.e-input-group.readonly .e-input-group-icon, .e-input-group.readonly.e-control-wrapper .e-input-group-icon {
    pointer-events: none;
}

.e-richtexteditor.e-rte-readonly {
    pointer-events: none;
}

    .e-richtexteditor.e-rte-readonly .e-rte-content, .e-richtexteditor.e-disabled .e-rte-content {
        background: var(--cso-gray-100);
    }

    .e-richtexteditor.e-rte-readonly .e-toolbar-container {
        opacity: .35;
    }

.iconTradRichText.readonly, .iconTradRichText.disabled {
    background: transparent;
}

.iconTradRichText.disabled {
    pointer-events: none;
    background: transparent;
    opacity: 0.5;
}
/* .e-input-group.e-input-focus.readonly:not(.e-success):not(.e-warning):not(.e-error) input, .e-input-group-.e-control-wrapper.e-input-focus.readonly:not(.e-success):not(.e-warning):not(.e-error) input {
        cursor: default !important;
    }*/

/* Marges rows et col */
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box {
    margin-bottom: 15px;
}

header.main-header {
    z-index: 1001; /* Correctif Toast Notifs */
}

aside.control-sidebar {
    z-index: 998; /* Correctif Toast Notifs */
}

.translation-richtext {
    position: relative;
    /*width: fit-content;*/
    width: 100%;
}

    .translation-richtext .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
        padding-right: 60px;
        padding-left: 10px;
    }

.e-popup-open {
    z-index: 1051; /* Correctif Tooltip Datagrid EllipsisWithTooltip*/
}

/* Animation chevron dropdowns */

.dropdown-list.e-input-group > span.e-input-group-icon,
.e-colorpicker-popup > span.e-btn-icon.e-icons.e-caret,
.e-dropdown-btn > span.e-btn-icon.e-icons.e-caret {
    -webkit-transition: -webkit-transform .15s ease-in-out,margin-bottom .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out,margin-bottom .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out,margin-bottom .15s ease-in-out;
    transition: transform .15s ease-in-out,margin-bottom .15s ease-in-out;
}

.dropdown-list.e-icon-anim.e-input-group > span.e-input-group-icon,
.e-colorpicker-popup.e-active > span.e-btn-icon.e-icons.e-caret,
.e-dropdown-btn.e-active > span.e-btn-icon.e-icons.e-caret {
    transform: rotate(180deg);
    margin-bottom: -8px;
}

header.main-header, aside.main-sidebar, footer.main-footer {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    display: block;
    /*transition: width 0.3s ease-in-out, height 0.3s ease-in-out;*/
}

body.cso-fullscreen header.main-header, body.cso-fullscreen aside.main-sidebar, body.cso-fullscreen footer.main-footer {
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

body.cso-fullscreen-loaded header.main-header, body.cso-fullscreen-loaded aside.main-sidebar, body.cso-fullscreen-loaded footer.main-footer {
    display: none;
}

.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
    padding-left: 9px;
    padding-right: 9px;
}

    .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
    .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-active,
    .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
    .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus {
        padding-left: 8px;
        padding-right: 8px;
    }

.e-richtexteditor .e-footer-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .e-richtexteditor .e-footer-content button.e-btn {
        margin-left: 0;
    }

.e-richtexteditor .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
    min-width: 10px;
}

/* Migration Bootstrap v4 -> v5.3.2 */
.form-group {
    margin-bottom: 1rem;
}

.btn-block {
    display: block;
    width: 100%;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    opacity: 1;
}

/* -------------------------------------- */
/* RowCol Visibility Animation (Collapse) */
/* -------------------------------------- */

.cso-collapse:not(.show) {
    display: none;
}


.cso-collapse-horizontal {
    max-width: 0;
}

    .cso-collapse-horizontal.show {
        max-width: 100%;
    }

.cso-collapsing {
    overflow: hidden;
}

    .cso-collapsing.before-showing {
        opacity: 0;
        visibility: hidden;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0;
        border: none;
    }

    .cso-collapsing.cso-collapse-horizontal {
        transition: max-width .35s ease, padding .35s ease, margin .35s ease;
    }

        .cso-collapsing.cso-collapse-horizontal.hiding {
            max-width: 0 !important;
            padding-left: 0;
            padding-right: 0;
        }
/* -------------------------------------- */

label.label-no-margin {
    margin-bottom: 0;
}

/* table */
table.cso-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.3rem;
    overflow: hidden;
    border: 1px solid var(--cso-gray-300);
}


    table.cso-table th {
        background-color: var(--cso-info);
        color: white;
        font-size: 14px;
        font-weight: 700;
    }

    table.cso-table th, table.cso-table td {
        padding: 8px 10px;
    }



        table.cso-table th:not(:last-child),
        table.cso-table td:not(:last-child) {
            border-right: 1px solid var(--cso-gray-300);
        }

    /* Apply a border to the bottom of all but the last row */
    table.cso-table > thead > tr:not(:last-child) > th,
    table.cso-table > thead > tr:not(:last-child) > td,
    table.cso-table > tbody > tr:not(:last-child) > th,
    table.cso-table > tbody > tr:not(:last-child) > td,
    table.cso-table > tfoot > tr:not(:last-child) > th,
    table.cso-table > tfoot > tr:not(:last-child) > td,
    table.cso-table > tr:not(:last-child) > td,
    table.cso-table > tr:not(:last-child) > th,
    table.cso-table > thead:not(:last-child),
    table.cso-table > tbody:not(:last-child),
    table.cso-table > tfoot:not(:last-child),
    table.cso-table > thead > th {
        border-bottom: 1px solid var(--cso-gray-300);
    }

.tile-icon {
    font-size: 50px;
}

.classic-tile .tile-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 10px;
    display: inline-flex !important;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    background-image: url(../images/cercle-tirets-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.sidebar-mini .sidebar-menu li > a.menu-link,
.sidebar-mini .sidebar-menu li > a.menu-link .menu-link-content,
.sidebar-menu > li > a {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
}

    .sidebar-mini .sidebar-menu li > a.menu-link .menu-link-text {
        flex: 1 1 auto;
        min-width: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.sidebar-mini .sidebar-menu li .treeview-menu li > a.menu-link .menu-link-content {
    overflow: hidden;
}

.sidebar-mini:not(.sidebar-collapse) .sidebar-menu li > a.menu-link,
.sidebar-mini:not(.sidebar-collapse) .sidebar-menu li > a.menu-link .menu-link-content {
    max-width: 100%;
    overflow: hidden;
}

    .sidebar-mini:not(.sidebar-collapse) .sidebar-menu li > a.menu-link .menu-link-text {
    }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display: flex !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span.pull-right-container > em {
    display: none !important;
}
/*
.menu-link-content{
    display: inline-flex;
}*/

.cso-fullscreen-img {
    padding: 70px 250px;
}

@media (max-width: 1200px) {
    .cso-fullscreen-img {
        padding: 50px 180px;
    }
}

@media (max-width: 992px) {
    .cso-fullscreen-img {
        padding: 20px 100px;
    }
}

@media (max-width: 768px) {
    .cso-fullscreen-img {
        padding: 0;
    }
}

.e-pager > div {
    flex: 1;
    align-items: center;
}

.e-pager div.cso-grid-pager-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.e-pager div.cso-grid-pager {
    display: flex;
    align-items: center;
    gap: 2px;
}

    .e-pager div.cso-grid-pager .page-number {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 14px;
        line-height: 14px;
        margin: 0px 6px;
        font-family: 'Chivo Mono', monospace;
    }

        .e-pager div.cso-grid-pager .page-number .e-numeric.e-input-group {
            width: 47px;
            display: flex;
            align-items: center;
        }

            .e-pager div.cso-grid-pager .page-number .e-numeric.e-input-group input.e-input {
                height: 18px;
                font-family: 'Chivo Mono', monospace;
                text-align: right;
                font-weight: 700;
            }

    .e-pager div.cso-grid-pager .e-icons {
        cursor: pointer;
        font-size: 12px;
    }

        .e-pager div.cso-grid-pager .e-icons.disabled {
            cursor: default;
            opacity: 0.5;
            pointer-events: none;
        }

.e-grid .e-summarycontent {
    border-top: 1px solid;
    /*border-bottom: 1px solid;*/
}

.e-tooltip-wrap.e-popup.e-popup-open {
    z-index: 1055;
}

.sidebar-menu.tree a.menu-link em {
    margin-top: -1px;
}

/* --- Grid - Mobile mode ----------------------------------------------------------- */
@media (max-width: 768px) {
    .e-grid.grid-responsive .e-gridcontent table.e-table td.e-rowcell:not(.e-hide) { /* Valeur */
        display: flex;
        justify-content: flex-end;
        min-height: 37px;
    }

    .e-grid.grid-responsive .e-gridcontent table.e-table td.e-rowcell::before { /* Titre */
        text-align: left;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
        font-size: 14px;
        line-height: 27px;
    }

    .e-grid.grid-responsive td.grid-date-column.e-rowcell.e-templatecell > div > div > span {
        line-height: 27px;
    }

    .e-grid.grid-responsive.e-device .e-rowcell:last-child {
        padding-right: 12px;
    }

    .e-grid.grid-responsive .e-summarycontent .e-summaryrow > .e-summarycell::before,
    .e-bigger.e-grid.grid-responsive.e-row-responsive .e-summarycontent .e-summaryrow > .e-summarycell::before {
        text-align: left;
        font-weight: 700;
    }

    .e-grid.grid-responsive .e-toolbar {
        position: initial;
        display: flex;
        justify-content: flex-end;
        background: var(--cso-info);
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }

        .e-grid.grid-responsive .e-toolbar .e-toolbar-items {
            position: relative;
            width: auto;
            display: flex;
            padding-right: 40px;
        }

            .e-grid.grid-responsive .e-toolbar .e-toolbar-items > .e-toolbar-item {
                position: initial;
                width: auto;
                padding: 0;
                margin: 0;
                color: white;
            }

    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control:hover,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control:focus,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control:active,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn:hover,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn:focus,
    .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn:active {
        color: white;
        background: none;
        border: none;
        margin: 0;
    }

        .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn > span,
        .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn > span:hover,
        .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn > span:focus,
        .e-grid.grid-responsive .e-control.e-toolbar > .e-toolbar-items > .e-toolbar-item > button.e-control.e-tbar-btn > span:active,
        .e-grid.grid-responsive .e-toolbar .e-toolbar-items > .e-toolbar-item > span {
            color: white;
        }

    .e-grid.grid-responsive .e-toolbar .e-toolbar-items > .e-toolbar-item.e-search-wrapper:not(.e-responsive-right) {
        position: absolute;
        right: 0;
    }

    .e-grid.grid-responsive .e-toolbar .e-toolbar-items > .e-toolbar-item.e-search-wrapper.e-responsive-right {
        margin-right: -40px !important;
    }

    .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-dlg-custom-header {
        padding-top: 0px;
    }

    .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

        .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element > .e-dlg-custom-header {
            display: none;
        }

        .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-header .e-res-custom-element > button:not(.e-icon-btn) {
            border-style: solid;
        }

    .e-grid.grid-responsive .e-dlg-header-content {
        padding: 8px 16px;
    }

        .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .e-grid.grid-responsive .e-dlg-header-content .e-dlg-header > .e-dlg-closeicon-btn {
                padding: 0;
                display: flex;
                align-items: center;
                min-width: 0;
            }

    .e-grid.grid-responsive .e-bigger.e-responsive-dialog {
        overflow-y: auto;
    }

        .e-grid.grid-responsive .e-bigger.e-responsive-dialog .e-dlg-content {
            padding-top: 16px;
        }

            .e-grid.grid-responsive .e-bigger.e-responsive-dialog .e-dlg-content .e-responsivecoldiv {
                margin-top: 0;
            }

                .e-grid.grid-responsive .e-bigger.e-responsive-dialog .e-dlg-content .e-responsivecoldiv .e-ressortbutton-parent > button {
                    color: var(--cso-primary);
                    width: 140px;
                    font-size: 12px;
                    /* text-transform: none; */
                    border-radius: 0.3rem;
                    border-color: var(--cso-gray-200);
                }
}

.alert-animate {
    position: fixed;
    z-index: 1100;
    bottom: 0;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.alert {
    min-width: 220px;
}

/* Correctif text-overflow 1ere colonne */
.e-treegrid .e-treecolumn-container,
.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container {
    display: flex;
    text-overflow: unset;
}

    .e-treegrid .e-treecolumn-container > .e-icons.e-none {
        flex: 0 0 12px;
    }

    .e-treegrid .e-treecolumn-container .e-treegridexpand,
    .e-treegrid .e-treecolumn-container .e-treegridcollapse {
        flex: 0 0 16px;
        display: flex !important;
        align-items: center;
    }

    .e-treegrid .e-treecolumn-container > .e-treecell {
        /*width: calc(100% - 24px);*/
    }

        .e-treegrid .e-treecolumn-container > .e-treecell > span {
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
        }
/* Fin - Correctif text-overflow 1ere colonne */

.wizard-modal-footer {
    margin: -14px;
}

    .wizard-modal-footer > .btn {
        margin-left: 0;
        margin-right: 0;
    }


.cso-br-bottom {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.cso-br-top {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.cso-br-left {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.cso-br-right {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.form-group.is-required > label > *:first-child::before {
    position: absolute;
    left: -10px;
}

.form-group.is-required > label:not(:has(:first-child))::after {
    margin-left: -5px;
}

.form-group.is-required > label > *:first-child::before,
.form-group.is-required > label:not(:has(:first-child))::after {
    content: "*";
    font-size: 14px;
    color: var(--cso-primary);
    padding: 0px 1px;
    font-family: monospace;
}

.form-group.has-error.is-required > label > *:first-child::before,
.form-group.has-error.is-required > label:not(:has(:first-child))::after {
    color: var(--cso-danger);
}

.form-group.is-required > label > *:first-child {
    position: relative;
    margin-left: 5px;
}

label.cso-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

button.dropdown-toggle.rounded-dropdown {
    min-width: 0;
    aspect-ratio: 1;
    padding: 0;
}

.e-input[disabled],
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-disabled input,
.e-input-group.e-disabled input.e-input,
.e-input-group.e-disabled textarea,
.e-input-group.e-disabled textarea.e-input,
.e-input-group.e-control-wrapper.e-disabled,
.e-input-group.e-control-wrapper.e-disabled input,
.e-input-group.e-control-wrapper.e-disabled input.e-input,
.e-input-group.e-control-wrapper.e-disabled textarea,
.e-input-group.e-control-wrapper.e-disabled textarea.e-input,
.e-float-input.e-disabled input,
.e-float-input.e-disabled textarea,
.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-control-wrapper.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled textarea,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled,
.e-input-group.e-disabled span,
.e-input-group.e-control-wrapper.e-disabled span {
    -webkit-text-fill-color: inherit;
    cursor: inherit;
}

.e-disabled {
    filter: none;
    opacity: 1;
}

*.e-disabled {
    -webkit-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.e-richtexteditor.e-disabled {
    pointer-events: initial;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
    color: var(--cso-gray-800);
}

.e-toolbar .e-toolbar-item .e-tbar-btn,
.e-richtexteditor.e-disabled > .e-toolbar-container > .e-toolbar .e-toolbar-item .e-icons {
    color: var(--cso-gray-800);
}

.e-richtexteditor.e-disabled > .e-toolbar-container > .e-toolbar .e-toolbar-item .e-tbar-btn,
.e-richtexteditor.e-disabled > .e-toolbar-container > .e-toolbar .e-toolbar-item .e-icons,
.e-richtexteditor.e-disabled.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar .e-toolbar-item .e-tbar-btn {
    color: var(--cso-gray-500);
}

.e-richtexteditor.e-disabled > .e-toolbar-container > .e-toolbar, .e-richtexteditor.e-disabled.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar {
    pointer-events: none;
    color: var(--cso-gray-500);
}

.e-input-group.e-disabled:not(.translation-textbox) .e-input-group-icon, .e-input-group.e-control-wrapper.e-disabled:not(.translation-textbox) .e-input-group-icon {
    color: var(--cso-gray-500);
    -webkit-text-fill-color: var(--cso-gray-500);
}

.e-input-group.e-control-wrapper.e-disabled.translation-textbox .e-input-group-icon {
    cursor: pointer;
}

.e-checkbox-wrapper.btn-checkbox .e-label, .e-css.e-checkbox-wrapper .e-label {
    background-color: transparent;
}

#RefreshDataGrid > button {
    padding: 0;
}

    #RefreshDataGrid > button .e-btn-icon {
        font-size: 16px;
        width: 38px;
        margin: 0;
    }

/* ===== Scrollbar CSS ===== */
/* Default */
* {
    scrollbar-width: thin;
}

/* Lateral menu */

.sidebar-mini.sidebar-collapse .main-sidebar:not(:hover) {
    scrollbar-width: none !important;
}

.sidebar-mini .main-sidebar:not(:hover) {
    scrollbar-width: none !important;
    scrollbar-color: transparent transparent;
}

/* === */

.main-header .logo {
    height: 51px;
}

.documentation-left-width {
    width: 20% !important;
}

/* CSO Sidebar */
@media (min-width: 768px) {
    #cso-sidebar {
        height: calc(100vh - 51px);
        overflow-y: auto;
        overflow-x: visible;
    }

    .sidebar-mini.sidebar-collapse #cso-sidebar {
        position: fixed;
        padding-bottom: 51px;
        bottom: 51px;
        top: 51px;
    }

    .user-panel {
        min-height: 65px;
        display: flex;
        align-items: center;
    }

    .sidebar-mini:not(.cso-fullscreen) #cso-container {
        height: calc(100vh - 51px);
        overflow: auto;
    }

    .sidebar-mini.sidebar-collapse #cso-container {
        margin-left: 50px !important;
    }

    /*.sidebar-mini.sidebar-collapse .main-sidebar:has(.sidebar-menu > li.active > a),*/
    /*.sidebar-mini.sidebar-collapse .main-sidebar:has(.sidebar-menu > li.menu-open > a),*/
    .sidebar-mini.sidebar-collapse .main-sidebar:hover {
        width: 230px !important;
    }


        /* .sidebar-mini.sidebar-collapse .main-header .logo:has(.sidebar-menu > li:hover > a) {
        width: 230px !important;
    }*/

        .sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar-menu > li > a > span {
            display: flex !important;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel > .info {
            display: block !important;
        }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu,
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
        position: inherit;
        padding: 0;
        left: 0;
        margin-left: 0;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        position: initial;
        width: 100%;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.treeview.menu-open:hover > a {
        pointer-events: none;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.treeview > a {
        display: flex;
        align-items: center;
    }


    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu li.header {
        display: block !important;
        /*padding: 2px 25px 2px 15px;*/
        padding: 0;
        height: 2px;
        color: transparent;
    }

    /*.sidebar-mini.sidebar-collapse .main-sidebar:not(:hover) .sidebar-menu li.header {
        color: transparent;
    }*/
}


#cso-container > footer.main-footer {
    z-index: 0;
}

/* Grid - AllowInputs */
.e-grid.grid-no-selection-background td.e-active {
    background: transparent;
}

/* DropdownList - NoPadding */
.dropdown-list.e-popup.no-dropdown-padding .e-dropdownbase .e-list-group-item {
    padding: 0 4px;
}

.dropdown-list.e-popup.no-dropdown-padding .e-dropdownbase .e-list-item {
    text-indent: 0px;
    padding: 0 4px;
}
/* --- */

.e-grid th.e-headercell[aria-sort=ascending]:not(.e-columnselection) .e-headertext,
.e-grid th.e-headercell[aria-sort=descending]:not(.e-columnselection) .e-headertext,
.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,
.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
    color: white;
}


/* --- Row Grow ------------------------------------------------------------ */

.content-wrapper > .flex-page .row.grow-row {
    flex-grow: 1;
    min-height: 0 !important;
}

    .content-wrapper > .flex-page .row.grow-row > .rowcol {
        display: flex;
        flex-direction: column;
    }

        .content-wrapper > .flex-page .row.grow-row > .rowcol.col,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-1,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-2,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-3,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-4,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-5,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-6,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-7,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-8,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-9,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-10,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-11,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-12,
        .content-wrapper > .flex-page .row.grow-row > .rowcol.col-auto {
            height: 100%;
        }

@media (min-width: 576px) {
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-1,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-2,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-3,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-4,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-5,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-6,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-7,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-8,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-9,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-10,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-11,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-12,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-sm-auto {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-1,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-2,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-3,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-4,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-5,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-6,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-7,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-8,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-9,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-10,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-11,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-12,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-md-auto {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-1,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-2,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-3,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-4,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-5,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-6,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-7,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-8,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-9,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-10,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-11,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-12,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-lg-auto {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-1,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-2,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-3,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-4,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-5,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-6,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-7,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-8,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-9,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-10,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-11,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-12,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xl-auto {
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-1,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-2,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-3,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-4,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-5,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-6,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-7,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-8,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-9,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-10,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-11,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-12,
    .content-wrapper > .flex-page .row.grow-row > .rowcol.col-xxl-auto {
        height: 100%;
    }
}

/* --- End : Row Grow ------------------------------------------------------- */

/* --- TreeView ------------------------------------------------ */
.e-treeview .e-list-item div.e-icons::before {
    margin-top: 7px;
    margin-left: 4px;
    padding: 0;
}

.e-treeview.disabled .e-list-item > .e-text-content:has(.e-list-text > .cso-treeview-template) > .e-checkbox-wrapper,
.e-treeview .e-list-item > .e-text-content:has(.e-list-text > .cso-treeview-template:not(.selectable)) > .e-checkbox-wrapper {
    pointer-events: none;
}

.e-treeview.disabled .e-list-item,
.e-treeview.disabled .e-list-item > .e-fullrow,
.e-treeview.disabled .e-list-item > .e-text-content,
.e-treeview .e-list-item:has(.e-text-content > .e-list-text > .cso-treeview-template:not(.selectable)):active,
.e-treeview .e-list-item:has(.e-text-content > .e-list-text > .cso-treeview-template:not(.selectable)) > .e-fullrow:active,
.e-treeview .e-list-item:has(.e-text-content > .e-list-text > .cso-treeview-template:not(.selectable)) > .e-text-content:active {
    pointer-events: none;
}

.e-treeview .e-list-item.e-active > .e-text-content .e-list-text,
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
    color: var(--cso-info) !important;
    font-weight: 700;
}
/* --- End - TreeView ------------------------------------------ */

.input-placeholder {
    font-style: italic;
}

.treeview-picker {
    cursor: pointer;
}

    .treeview-picker.e-input-group.e-control-wrapper.e-disabled {
        /*pointer-events: none;*/
        cursor: pointer;
        /*cursor: default;*/
    }

    .treeview-picker > .e-input-in-wrap {
        padding: .35rem;
    }

/* --- InPlace Editor ------------------------------------------ */

.inplace-editor {
    cursor: text;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0.3rem;
    gap: 10px;
    position: relative;
}

    .inplace-editor.read-mode {
        padding: 0 10px;
    }

        .inplace-editor.read-mode:hover {
            transition: background 0.2s ease-in-out;
            background: var(--cso-gray-200);
        }

    .inplace-editor > .text-value {
        border-bottom: 1px dashed black;
        min-width: 5px;
    }

    .inplace-editor > .fas {
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .inplace-editor:hover > .fas {
        opacity: 1;
        color: var(--cso-gray-600);
    }


    .inplace-editor .popup-container {
        padding: 10px;
        background: white;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        border-radius: 0.3rem;
        position: absolute;
    }
