/********************************/
/**       Custom Police        **/
/********************************/

[class^="cilc-"], [class*=" cilc-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'CoreUI-Icons-Linear-Custom', serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-mini {
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.2rem 0.5rem 0.1rem;
}
span.btn-mini {
    padding: 0.2rem 0.5rem;
}
.cilc-diploma::before {
    content: "\ef01";
}
.cilc-visit-property::before {
    content: "\ef02";
}
.cilc-contract::before {
    content: "\ef03";
}
.cilc-signature::before {
    content: "\ef04";
}
.cilc-shift::before {
    content: "\FA01";
}
.cilc-alt::before {
    content: "\FA02";
}
.cilc-tab::before {
    content: "\FA03";
}
.cilc-capslock::before {
    content: "\FA04";
}
.cilc-command::before {
    content: "\FA05";
}
.cilc-option::before {
    content: "\FA06";
}
.cilc-user-edit::before {
    content: "\FA07";
}


/********************************/
/**          General           **/
/********************************/

html{
    background-color: white;
}
a,
a.link-get-page {
    outline: none;
    color: #321fdb;
    transition: color 0.25s;
    cursor: pointer;
}
a.btn {
    color: #fff;
}

.c-dark-theme a [class^="cilc-"], .c-dark-theme a [class*=" cilc-"],
.c-dark-theme a [class^="cil-"], .c-dark-theme a [class*=" cil-"],
.c-dark-theme a {
    color: #7267d3;
}
.c-dark-theme a.btn {
    color: #fff;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #342691;
}
img {
    max-width: 100%;
    height: auto;
}
tr.done {
    text-decoration: line-through;
    background-color: #b2b2b2;
}
.dropdown-item {
    padding: 0;
}
.c-header-nav a[data-target-page-id],
.c-header-nav a.link-get-page {
    color: rgba(0, 0, 21, 0.5);
}
.c-header-nav .dropdown-item.submenu-item a {
    padding: 0.5rem 1.25rem;
    width: 100%;
}
a.btn[data-target-page-id], a.btn.link-get-page {
    color: #fff;
}
.erpPage {
    display: none;
}
.no-fullscreen .c-header .c-header-nav .c-header-nav-btn.btn-fullscreen {
    display: none;
}

form h6 {
    margin-top: 15px;
}
.c-multi-select-selection-tags:not(.c-multi-select-inline) .c-multi-select-search {
    margin-left: auto;
    padding-left: 0.75rem;
}
.c-multi-select {
    margin-bottom: 10px;
}
.helpBtn {
    display: none;
}
.fullscreen .c-body {overflow-y: scroll}

.displayTargeted {
    width: 100% !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.numberString {
    white-space: nowrap;
}
.keyboard-symbol::before {
    transform: translateY(2px);
    display: inline-block;
}
form.with-btn-submit{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
form:hover .btn-submit {
    display: block;
}
.btn-submit {
    display: none;
    position: absolute;
    left: 0;
}
.progress-wrp {
    border: 1px solid #ccc;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px 0;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
.progress-wrp .progress-bar{
    height: 100%;
    border-radius: 3px;
    background-color: #2eb85c;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
.progress-wrp .status {
    color: #fff;
    top: 3px;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
}
iframe {
    border: 0 none;
}
.iframeDownload {
    display: none;
}
.c-app:not(.c-legacy-theme) .btn:not([class*="ghost"]):not([class*="link"]):not([class*="outline"]):not([class*="transparent"]):hover,
.c-app:not(.c-legacy-theme) .btn:not([class*="ghost"]):not([class*="link"]):not([class*="outline"]):not([class*="transparent"]):active,
.c-app:not(.c-legacy-theme) .btn:not([class*="ghost"]):not([class*="link"]):not([class*="outline"]):not([class*="transparent"]):focus,
.c-app:not(.c-legacy-theme) .btn:not([class*="ghost"]):not([class*="link"]):not([class*="outline"]):not([class*="transparent"]) {
    border: 1px solid transparent;
}
.btn .icon-inner {
    position: relative;
    top: 0.1rem;
}
.o-x-scroll {
    overflow-x: scroll;
}
.fade.in {
    opacity: 1;
}
.align-right {
    text-align: right;
}
img.spacersLogo {
    width: 50px;
    height: auto;
}
/********************************/
/**           Loader           **/
/********************************/
.hasLoader {
    position: relative;
    display: inline-block;
}
.ajaxSpinner {
    position: absolute;
    display: block;
    z-index: 10;
}
.ajaxSpinner.top {
    top: auto;
    bottom: 100%;
}
.ajaxSpinner.bottom {
    top: 100%;
    bottom: auto;
}
.ajaxSpinner.left {
    right: 100%;
    left: auto;
}
.ajaxSpinner.right {
    left: 100%;
    right: auto;
}


/********************************/
/**      Navigation menu       **/
/********************************/
.c-header-nav .dropdown-item.active a.link-get-page {
    color: #455164;
}
.c-header-nav .dropdown-item.active {
    background-color: #f2f2f2;
    color: #455164;
}
.c-header-nav .dropdown-item.active:focus a.link-get-page,
.c-header-nav .dropdown-item.active:hover a.link-get-page {
    color: #455164;
}
.c-header-nav .dropdown-item.active:focus,
.c-header-nav .dropdown-item.active:hover {
    background-color: #ebedef;
}
.c-header-nav .dropdown-item {
    min-width: auto;
}
.c-header-nav .dropdown-toggle::after {
    transition: color 0.25s;
}
.c-header-nav .dropdown-toggle::after,
.c-dark-theme .c-header-nav.nav-pills .nav-link.active,
.c-subheader-nav-link,
.c-subheader-nav-link [class^="cilc-"],
.c-subheader-nav-link [class*=" cilc-"],
.c-subheader-nav-link [class^="cil-"],
.c-subheader-nav-link [class*=" cil-"],
.c-header-nav.nav-pills .nav-link.active [class^="cilc-"],
.c-header-nav.nav-pills .nav-link.active [class*=" cilc-"],
.c-header-nav.nav-pills .nav-link.active [class^="cil-"],
.c-header-nav.nav-pills .nav-link.active [class*=" cil-"],
.c-header-nav.nav-pills .nav-link [class^="cilc-"],
.c-header-nav.nav-pills .nav-link [class*=" cilc-"],
.c-header-nav.nav-pills .nav-link [class^="cil-"],
.c-header-nav.nav-pills .nav-link [class*=" cil-"],
.c-header-nav.nav-pills .nav-link.active,
.c-header-nav .nav-link {
    color: rgba(0, 0, 21, 0.5);
}
.c-header-nav .dropdown-toggle:hover:after,
.c-header-nav .dropdown-toggle:focus:after,
.c-subheader-nav-link:hover:not(.active),
.c-subheader-nav-link:focus:not(.active),
.c-subheader-nav-link:hover:not(.active) [class^="cilc-"],
.c-subheader-nav-link:focus:not(.active) [class^="cilc-"],
.c-subheader-nav-link:hover:not(.active) [class*=" cilc-"],
.c-subheader-nav-link:focus:not(.active) [class*=" cilc-"],
.c-subheader-nav-link:hover:not(.active) [class^="cil-"],
.c-subheader-nav-link:focus:not(.active) [class^="cil-"],
.c-subheader-nav-link:hover:not(.active) [class*=" cil-"],
.c-subheader-nav-link:focus:not(.active) [class*=" cil-"],
.c-header-nav.nav-pills .nav-link:hover:not(.active) [class^="cilc-"],
.c-header-nav.nav-pills .nav-link:focus:not(.active) [class^="cilc-"],
.c-header-nav.nav-pills .nav-link:hover:not(.active) [class*=" cilc-"],
.c-header-nav.nav-pills .nav-link:focus:not(.active) [class*=" cilc-"],
.c-header-nav.nav-pills .nav-link:hover:not(.active) [class^="cil-"],
.c-header-nav.nav-pills .nav-link:focus:not(.active) [class^="cil-"],
.c-header-nav.nav-pills .nav-link:hover:not(.active) [class*=" cil-"],
.c-header-nav.nav-pills .nav-link:focus:not(.active) [class*=" cil-"],
.c-header-nav .nav-link:hover:not(.active),
.c-header-nav .nav-link:focus:not(.active) {
    color: rgba(0, 0, 21, 0.7);
}
body.c-dark-theme .c-header-nav .dropdown-toggle::after,
body.c-dark-theme .c-header-nav.nav-pills .nav-link [class^="cilc-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link [class*=" cilc-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link [class^="cil-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link [class*=" cil-"]
{
    color: rgba(255, 255, 255, 0.87);
}
body.c-dark-theme .c-header-nav .dropdown-toggle:hover:after,
body.c-dark-theme .c-header-nav .dropdown-toggle:focus:after,
body.c-dark-theme .c-header-nav.nav-pills .nav-link:hover:not(.active) [class^="cilc-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:hover:not(.active) [class*=" cilc-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:hover:not(.active) [class^="cil-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:hover:not(.active) [class*=" cil-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:focus:not(.active) [class^="cilc-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:focus:not(.active) [class*=" cilc-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:focus:not(.active) [class^="cil-"],
body.c-dark-theme .c-header-nav.nav-pills .nav-link:focus:not(.active) [class*=" cil-"]
{
    color: rgba(255, 255, 255, 1);
}
.c-header-nav.nav-pills .show > .nav-link,
.c-dark-theme .c-header-nav.nav-pills .nav-link.active,
.c-dark-theme .c-header-nav.nav-pills .show > .nav-link,
.c-header-nav.nav-pills .nav-link.active {
    background-color: rgba(173, 176, 179, 0.5);
    transition: background-color 0.25s;
}
.c-header-nav .nav-link:not(.active),
.c-subheader-nav-link {
    cursor: pointer;
}
.c-header-nav .nav-link {
    padding: 0.25rem 0.5rem;
}
.c-header-nav .nav-link .c-icon .c-icon-lg {
    width: 10px;
}
.c-header-nav.nav-pills .nav-item + .nav-item {
    margin-left: 0.5rem;
}
.c-header-nav.nav-pills .nav-item .nav-link {
    position: relative;
}
.c-header-nav.nav-pills .nav-item .nav-link .c-icon::before {
    position: absolute;
    left: 0.65rem;
    top: 50%;
    margin-top: -0.6rem;
}

.c-header-nav.nav-pills .nav-item .nav-link .c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-lg {
    width: auto;
    padding-left: 2.5rem;
}

.c-header-nav.nav-pills .nav-item .nav-link .c-icon.c-icon-with-letter::before{
    left: 0.85rem;
}
.cilc-contract.c-icon-with-letter::after {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: absolute;
    top: 50%;
    margin-top: -0.65rem;
    left: 2rem;
    font-size: 10px;
}
.c-header > div {
    width: 100%;
    display: flex;
    background-color: #fff;
}
.c-header .c-main-header {
    position: absolute;
    top: 0;
    margin-bottom: -1px;
    border-bottom: 1px solid #d8dbe0;
}
.c-header {
    height: 105px;
    transition: height 0.5s;
}
.c-subheader {
    position: absolute;
    bottom: 0;
}
.c-header .c-subheader {
    border-bottom: 0 none;
    border-top: 0 none;
}
.c-header .btn-toggle-submenu {
    transform: rotate(0deg);
    transition: transform 0.5s;
}
.c-header.fold .btn-toggle-submenu {
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.c-header.fold {
    height: 56px;
}
html:not([dir="rtl"]) .c-sidebar-unfoldable:not(:hover) .c-sidebar-brand {
    min-height: 57px;
}

.c-subheader-nav .c-subheader-nav-link.history-previous-btn,
.c-subheader-nav .c-subheader-nav-link.history-next-btn {
    display: none;
}
.c-subheader-nav .c-subheader-nav-link.history-previous-btn.show,
.c-subheader-nav .c-subheader-nav-link.history-next-btn.show {
    display: flex;
}
.c-dark-theme .c-header .c-main-header {
    background: #2a2b36;
    border-bottom-color: rgba(255, 255, 255, 0.075);
}

.c-header-nav a.dropdown-item [class^="cilc-"], .c-header-nav a.dropdown-item [class*=" cilc-"], .c-header-nav a.dropdown-item [class^="cil-"], .c-header-nav a.dropdown-item [class*=" cil-"], .c-header-nav a.dropdown-item {
    color: #4f5d73;
}
.c-dark-theme a.dropdown-item [class^="cilc-"],
.c-dark-theme a.dropdown-item [class*=" cilc-"],
.c-dark-theme a.dropdown-item [class^="cil-"],
.c-dark-theme a.dropdown-item [class*=" cil-"],
.c-dark-theme a.dropdown-item {
    color: rgba(255, 255, 255, 0.87);
}
.c-sidebar-nav-item {
    position: relative;
}
.c-sidebar-nav-item:hover {
    color: #fff;
    background: #321fdb;
}
.c-header-nav .nav-item.dropdown .dropdown-item .nav-remove-page,
.c-sidebar-nav-item .nav-remove-page {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 100%;
}
.c-header-nav .nav-item.dropdown .dropdown-item .nav-remove-page {
    margin-left: -17px;
    margin-top: -6px;
}
.c-sidebar-nav-item .nav-remove-page {
    margin-left: -30px;
    margin-top: -5px;
}
.c-header-nav .nav-item.dropdown .dropdown-item {
    position: relative;
}
.c-dark-theme .c-sidebar-nav-item:hover {
    color: #fff;
    background: #4638c2;
}
.c-sidebar-nav-dropdown {
    display: flex;
    flex-wrap: wrap;
}
.c-sidebar-nav-dropdown .c-sidebar-nav-link.link-get-page {
    flex-basis: 200px;
    display: flex;
}

.c-sidebar-nav-dropdown .hasLoader {
    flex-basis: 212px;
}
.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items {
    width: 100%;
}
.c-header-nav.nav-pills .dropdown-menu.show {
    transform: none !important;
    left: 0 !important;
    top: 100% !important;
}
.c-header-nav.nav-pills .nav-item .nav-link.link-get-page {
    display: flex;
}
.c-header-nav.nav-pills .nav-item .nav-link .c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-lg {
    flex-basis: 0;
}
.c-header-nav .nav-link.nav-toggle-button {
    padding: 0;
}
.c-header-nav.nav-pills .nav-item.dropdown .nav-link.nav-toggle-button {
    padding: 0.25rem 0.5rem;
}

.c-header-nav.nav-pills .nav-item.dropdown .nav-link.link-get-page {
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: 1px solid transparent;
}
.c-header-nav.nav-pills .nav-item.dropdown .nav-link .c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-lg {
    padding-left: 2.5rem;
}
.c-header-nav.nav-pills .nav-item.dropdown .nav-link.link-get-page.active,
.c-header-nav.nav-pills .nav-item.dropdown.show .nav-link.link-get-page {
    border-right: 1px solid #bcbcbc;
    transition: border-right-color 0.25s, background-color 0.25s;
}
.c-header-nav.nav-pills .nav-item.dropdown .nav-link.dropdown-toggle {
    border-radius: 0 0.25rem 0.25rem 0;
}
.c-header-nav.nav-pills .nav-item .nav-link .nav-label {
    margin-left: 5px;
}
.c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-dropdown-toggle {
    display: none;
}
.c-sidebar-nav .cilc-contract.c-icon-with-letter::after {
    left: 2.3rem;
}
.user-menu .dropdown-item {
    padding: 0.5rem 1rem;
}
/********************************/
/**           Form             **/
/********************************/

.dpeGesBtns {
    margin-top: -1px;
    margin-left: 2px;
}
.dpeGesBtns > div {
    padding: 0 6px;
    float: left;
    cursor: pointer;
}
.dpeGesBtns > div:first-child {
    border-left: 1px solid #000;
}
.dpeGesBtns > div {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.dpeGesBtns::after {
    display: table;
    content: " ";
    clear: both;
}
[name="dpe"] + .dpeGesBtns .BtnA {
    background-color: #369A37;
}
[name="dpe"] + .dpeGesBtns .BtnB {
    background-color: #37CA34;
}
[name="dpe"] + .dpeGesBtns .BtnC {
    background-color: #C8FE36;
}
[name="dpe"] + .dpeGesBtns .BtnD {
    background-color: #FDFD00;
}
[name="dpe"] + .dpeGesBtns .BtnE {
    background-color: #FFCC01;
}
[name="dpe"] + .dpeGesBtns .BtnF {
    background-color: #FC9934;
}
[name="dpe"] + .dpeGesBtns .BtnG {
    background-color: #FD0100;
}


[name="ges"] + .dpeGesBtns .BtnA {
    background-color: #CCD0E5;
    color: #fff;
}
[name="ges"] + .dpeGesBtns .BtnB {
    background-color: #A3A4E2;
    color: #fff;
}
[name="ges"] + .dpeGesBtns .BtnC {
    background-color: #7169C5;
    color: #fff;
}
[name="ges"] + .dpeGesBtns .BtnD {
    background-color: #6955BC;
    color: #fff;
}
[name="ges"] + .dpeGesBtns .BtnE {
    background-color: #432FAC;
    color: #fff;
}
[name="ges"] + .dpeGesBtns .BtnF {
    background-color: #291A9C;
    color: #fff;
}
[name="ges"] + .dpeGesBtns .BtnG {
    background-color: #04058B;
    color: #fff;
}


.form-check-input[type="checkbox"] {
    border-radius: .25em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.custom-file, .custom-file-input, .custom-file-label {
    cursor: pointer;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"]::before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background-color: #fff;
    border-radius: 50%;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: .25em;
}
.form-check-label {
    margin: 0 0 0.5rem 0.25rem;
    padding-top: 0.1rem;
}
.form-check-inline .form-check-label {
    padding-top: 0.4rem;
    margin: 0 0.5rem 0.5rem 0.25rem;
}

.c-app:not(.c-legacy-theme) .bootstrap-select .btn.dropdown-toggle:not([class*="ghost"]):not([class*="link"]):not([class*="outline"]):not([class*="transparent"]) {
    box-shadow: none;
    border: 1px solid #d8dbe0;
    border-radius: .25rem;
    width: 100%;
    background: #fff;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}
.searchEngineCombien .input-group .input-group-text {
    width: 42px;
    display: block;
}

.select2-container--coreui .select2-search--inline .select2-search__field::placeholder {
    color: #73818f;
    opacity: 1;
}
.select2-container--coreui .select2-search--inline .select2-search__field:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #768192;
}


.select2-container--coreui .select2-selection {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--coreui .select2-selection:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #8ad4ee;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}
.select2-container--open .select2-dropdown {
    box-shadow: 0 0 0 .2rem rgba(50,31,219,0.25);
}
.select2-container--coreui.select2-container--focus .select2-selection {
    border-color: #39f;
    box-shadow: 0 0 0 .2rem rgba(50,31,219,0.25);
}
.c-dark-theme .select2-container--coreui .select2-dropdown {
    background-color: #2F303A;
    color: rgba(255, 255, 255, 0.87);
    border-color: rgba(255, 255, 255, 0.09);
}
.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgba(255, 255, 255, 0.09);
    color: #9cf;
}
.c-dark-theme .select2-container--coreui .select2-selection {
    border: 1px solid;
}
.c-dark-theme .select2-container--coreui .select2-selection {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.04);
}
.c-dark-theme .select2-container--coreui.select2-container--focus .select2-selection {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}


.c-dark-theme .select2-container--coreui .select2-results__option--selected {
    background-color: #676767;
}

.c-dark-theme .select2-container--coreui .select2-search--inline .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 0.15);
}
.c-dark-theme .select2-container--coreui .select2-selection:focus {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}
.c-dark-theme .form-check-input {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice__display,
.c-dark-theme .select2-container--coreui .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.87);
}
.c-dark-theme .form-control::placeholder {
    color: rgba(255, 255, 255, 0.15);
}
.select2-container--coreui .select2-results > .select2-results__options {
    max-height: 500px;
}
.form-control::placeholder {
    color: #b5bdc6;
}
.select2-container .select2-selection--multiple {
    min-height: 35px;
}
.select2-container .select2-selection--single {
    height: 35px;
}
.select2-container--coreui .select2-selection--single .select2-selection__arrow {
    height: 33px;
}
.select2-container--coreui .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.select2-container--coreui .select2-selection {
    border: 1px solid #e4e7ea;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
}
.select2-container--coreui .select2-results__group {
    background-color: #efefef;
}
.input-group-btn {
    cursor: pointer;
}
.input-group .input-group-input:not(:first-child) > .form-control,
.input-group .iti input.form-control, .input-group .iti input.form-control[type="tel"], .input-group .iti input.form-control[type="text"],
.input-group .typeahead__query .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .input-group-input:not(:first-child) > .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .input-group-input,
.input-group .iti.iti--allow-dropdown,
.input-group .typeahead__query {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group .input-group-input .form-group{
    margin-bottom: 0;
}
.usersFields textarea.form-control {
    height: 35px;
    min-height: 35px !important;
}
.input-group .hasLoader .input-group-btn {
    height: 100%;
}
.input-group .hasLoader .input-group-btn .input-group-text{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    text-indent: 0;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background: none;
    padding-top: 2px;
}
.xdsoft_datetimepicker .xdsoft_prev::before {
    content: "\eb0a";
}
.xdsoft_datetimepicker .xdsoft_next::before {
    content: "\eb0c";
}
.xdsoft_datetimepicker .xdsoft_today_button::before {
    content: "\ec20";
}
.xdsoft_datetimepicker .xdsoft_label i::before,
.xdsoft_datetimepicker .xdsoft_prev::before,
.xdsoft_datetimepicker .xdsoft_next::before,
.xdsoft_datetimepicker .xdsoft_today_button::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'CoreUI-Icons-Linear' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    box-shadow: none;
}
.input-group-info {
    border-top: 1px solid #e4e7ea;
    border-bottom: 1px solid #e4e7ea;
    padding: 0.375rem 0.75rem;
}
.typeahead__query {
    width: 100%;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.alertBtns .btn {
    padding: 0.375rem 0.75rem 0.1rem;
    font-size: 1rem;
}
.input-group .input-group-prepend .removeFileBtn {
    line-height: 22px;
}
.fieldKeys .input-group-append {
    cursor: pointer;
}
.pictureField .picture {
    text-align: center;
    margin-bottom: 1rem;
}
/********************************/
/**          Images            **/
/********************************/
.imagesContent {
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    min-height: 40px;
    padding-left: 0;
    list-style: none;
}
.propImg {
    margin: 20px;
}
.imagesContent .propImg:first-child .separateur {
    border-top: 0 none;
    height: 0;
    margin-bottom: 0;
}
.separateur {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 22px;
}
.imagesContent .colonne {
    display: table-cell;
    float: left;
    padding: 0 10px;
    vertical-align: top;
}
.colonne.imggp {
    position: relative;
    width: 280px;
}
.colonne.metagp {
    width: calc(100% - 300px);
}
.colonne.imggp .regenerateImg span {
    margin: 8px;
    font-size: 15px;
}
.colonne.imggp .rotateImg,
.colonne.imggp .regenerateImg,
.colonne.imggp .deleteImg {
    background-color: #444;
    color: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    height: 31px;
    opacity: 0;
    position: absolute;
    width: 31px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.colonne.imggp .rotateImg::before, .colonne.imggp .regenerateImg::before, .colonne.imggp .deleteImg::before {
    font-size: 1.4rem;
    left: 0.29rem;
    top: 0.29rem;
    position: absolute;
}
.colonne.imggp .regenerateImg{
    top: -15px;
    left: -5px;
}
.colonne.imggp .rotateImg.minus90{
    color: #FFFFFF;
    left: -5px;
    bottom: -15px;
}
.colonne.imggp .rotateImg.plus90{
    color: #FFFFFF;
    right: -5px;
    bottom: -15px;
}
.colonne.imggp .deleteImg {
    top: -15px;
    right: -5px;
}
.colonne.imggp:hover .rotateImg,
.colonne.imggp:hover .regenerateImg,
.colonne.imggp:hover .deleteImg {
    opacity: 0.8;
}
.colonne.imggp img {
    width: 261px;
    max-width: 100%;
}
/*.imagesContent img {
    border: 1px solid #e1e1e1;
}*/
.template-download img {
    max-width: 80px;
}
.imagesContent .colonne.metagp label {
    display: block;
    vertical-align: top;
}
.imagesContent label.inputLabel {
    margin-top: 5px;
}
.imagesContent label {
    cursor: pointer;
}
.imagesContent input[type="text"], .imagesContent textarea {
    width: 100%;
}
.imagesContent input {
    margin-bottom: 2px;
    margin-left: 0;
}
[id^="imgUpload-"] {
    border: 5px dashed #797979;
    padding: 10px;
}
[id^="imgUpload-"] .msgDropIn {
    padding-top:1rem;
    width: 100%;
    text-align: center;
}
.imagesContent .propImg {
    cursor: move;
}
.imagesContent .propImg label {
    cursor: pointer;
}
.imagesContent .propImg input,
.imagesContent .propImg textarea {
    cursor: text;
}
/********************************/
/**         Tooltips           **/
/********************************/
.tooltip .arrow {
    position: absolute;
    display: block;
}
.tooltip[x-placement^="top"] {
    top: -7px !important;
}
.tooltip[x-placement^="bottom"] {
    top: 7px !important;
}
.tooltip[x-placement^="left"] {
    left: -7px !important;
}
.tooltip[x-placement^="right"] {
    left: 7px !important;
}
.tooltip[x-placement^="top"] .arrow, .tooltip[x-placement^="bottom"] .arrow {
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip[x-placement^="left"] .arrow, .tooltip[x-placement^="right"] .arrow {
    width: 0.4rem;
    height: 0.8rem;
}
.tooltip[x-placement^="top"] .arrow {
    top: 100%;
}
.tooltip[x-placement^="bottom"] .arrow {
    bottom: 100%;
}
.tooltip[x-placement^="left"] .arrow {
    left: 100%;
}
.tooltip[x-placement^="right"] .arrow {
    right: 100%;
}
.tooltip.light-theme .arrow::after,
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.tooltip[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000015;
}
.tooltip[x-placement^="bottom"] .arrow::before {
    top: 1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000015;
}
.tooltip[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000015;
}
.tooltip[x-placement^="right"] .arrow::before {
    left: 1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000015;
}
.tooltip.light-theme .tooltip-inner {
    color: #3c4b64;
    background-color: #fff;
    border: 1px solid #3c4b64;
    max-width: 250px;
}
.tooltip.show.light-theme.table {
    opacity: 1;
}
.tooltip[x-placement^="top"].light-theme .arrow::before {
    border-top-color: #3c4b64;
}
.tooltip[x-placement^="bottom"].light-theme .arrow::before {
    border-bottom-color: #3c4b64;
}
.tooltip[x-placement^="left"].light-theme .arrow::before {
    border-left-color: #3c4b64;
}
.tooltip[x-placement^="right"].light-theme .arrow::before {
    border-right-color: #3c4b64;
}
.tooltip[x-placement^="top"].light-theme .arrow::after {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
}
.tooltip[x-placement^="bottom"].light-theme .arrow::after {
    top: 2px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #fff;
}
.tooltip[x-placement^="left"].light-theme .arrow::after {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #fff;
}
.tooltip[x-placement^="right"].light-theme .arrow::after {
    left: 2px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #fff;
}
.help-btn {
    cursor: pointer;
    display: inline-block;
    background-color: #f0f3f5;
    padding: 1px 5px 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e4e7ea;
}
.c-dark-theme .help-btn {
    background-color: #707070;
    border: 1px solid #a0a0a0;
    color: #c9c9c9;
}
.c-dark-theme .tooltip.light-theme .tooltip-inner {
    color: #c9c9c9;
    background-color: #383948;
    border: 1px solid #3c4b64;
}

.nav-remove-page {
    opacity: 0;
    transition: opacity 0.25s;
}

.submenu-item:hover .nav-remove-page,
.c-sidebar-nav-item:hover .nav-remove-page {
    opacity: 1;
}
.tooltip.danger .tooltip-inner {
    background-color: var(--danger);
}
.tooltip.danger[x-placement^="top"] .arrow::before {
    border-top-color: var(--danger);
}
/********************************/
/**          Alerts            **/
/********************************/

.blocAlerte ul {
    padding-left: 10px;
}
.Alerts.active {
    position: relative;
    padding: 1rem 0;
}
.blocAlert.active .card-header,
.blocAlert.active {
    background-color: #e6f2ff;
    z-index: 1;
}
.Alerts.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}


/********************************/
/**         DataTable          **/
/********************************/
div.dataTables_wrapper div.dataTables_length select {
    width: 4rem;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
table.dataTable{
    border-collapse: collapse !important;
}

table.dataTable {
    position: relative;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    top: auto;
    left: auto;
    width: 16px;
    margin-top: 0;
    margin-left: auto;
    position: static;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: left;
    text-indent: 0;
    line-height: normal;
    background-color: transparent;
    display: block;
    -ms-flex: 0 8px;
    flex: 0 8px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control::before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control::before, table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
    content: "";
    background-color: transparent;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.colActions {
    white-space: nowrap;
}
a.btn:not([href]):hover {
    color: #fff;
}
.colActions .btnsAction > a:not(:last-child),
.colActions > a:not(:last-child) {
    margin-right: 5px;
}
.colActions [data-toggle="tooltip"] {
    font-size: 0.8rem;
    line-height: 1;
}

.dataTables_length .help-btn {
    margin-left: 1rem;
}

.table th, .table td {
    padding: 0.5rem;
}
tbody td {
    position: relative;
}
tbody tr:hover td::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 220, 150, 0.15);
    pointer-events: none;
    z-index: 0;
}
tbody tr td > * {
    position: relative;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 90, 255, 0.05);
}
div.dataTables_wrapper div.dataTables_processing {
    text-align: center;
    margin: 6px 15px;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 12px);
    background-color: rgba(255,255,255,0.5);
}
div.dataTables_wrapper div.dataTables_processing .innerProcessing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    background-color: #0080ff;
    color: #fff;
}
.c-dark-theme div.dataTables_wrapper div.dataTables_processing {
    background-color: rgba(0,0,0,0.7);
}
.c-dark-theme div.dataTables_wrapper div.dataTables_processing .innerProcessing {
    background-color: #0f3e6c;
}
.dataTable ul {
    padding-left: 5px;
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 0;
}
tr[data-checkbox="1"][data-status="1"] td {
    background-color: rgba(0, 255, 0, 0.1);
}
tr[data-checkbox="1"][data-status="2"] td {
    background-color: rgba(255, 0, 0, 0.1);
}
.c-app:not(.c-legacy-theme) .card .card {
    box-shadow: 0 2px 5px 0 rgba(var(--elevation-base-color), .14), 0 0 5px -1px rgba(var(--elevation-base-color), .12), 0 0 3px 0 rgba(var(--elevation-base-color), .20);
}

table.dataTable > thead th,
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
    cursor: move;
}
table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::after {
    cursor: pointer;
}
table.dataTable .filenames li:not(:hover) .btn {
    display: none;
}
ul.filenames {
    padding-left: 5px;
    list-style-position: inside;
    margin-bottom: 10px;
}
ul.filenames li {
    list-style-type: disclosure-closed;
}








/********************************/
/**          Specials          **/
/********************************/
.vb-btn.getModal[data-mandate-ids=""],
.estimation-btn.getModal[data-prop-id*=","],
.estimation-btn.getModal[data-prop-id=""],
.mandate-btn.getModal[data-prop-id=""],
.mandate-btn.getModal[data-prop-id*=","] {
    display: none;
}
/********************************/
/**     Responsive Design      **/
/********************************/


@media screen and (max-width: 1200px) {

    /********************************/
    /**         DataTable          **/
    /********************************/
    table.table-bordered.dataTable {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    /********************************/
    /**          General           **/
    /********************************/
    .c-main {
        padding-top: 1rem;
    }


    /********************************/
    /**         DataTable          **/
    /********************************/
    th[aria-label="Action"]{
        font-size: 0;
    }
    .colActions {
        white-space: normal;
    }
}
@media screen and (max-width: 415px) {

    /********************************/
    /**         DataTable          **/
    /********************************/
    table.table-bordered.dataTable {
        font-size: 0.7rem;
    }
}

