body.preload * {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    transition: background-color 0s, transform 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

#hijack-notification {
    margin:10px;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 400px;
    z-index: 4000;
    background: #ffe761;
    padding: 20px 30px;
}

.clickable-row {
    cursor: pointer;
}

/* Sorting columns */

th.sorting {
    position: relative;
    cursor: pointer;
}

th.sorting:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><defs><style>.fa-secondary{opacity:.8}</style></defs><path fill="%2336b3a0" d="M27.66 224h264.7c24.6 0 36.89-29.78 19.54-47.12l-132.3-136.8c-5.406-5.406-12.47-8.107-19.53-8.107c-7.055 0-14.09 2.701-19.45 8.107L8.119 176.9C-9.229 194.2 3.055 224 27.66 224z"/><path class="fa-secondary" fill="%2336b3a0" d="M292.3 288H27.66c-24.6 0-36.89 29.77-19.54 47.12l132.5 136.8C145.9 477.3 152.1 480 160 480c7.053 0 14.12-2.703 19.53-8.109l132.3-136.8C329.2 317.8 316.9 288 292.3 288z"/></svg>');
    bottom: auto;
    font-weight: 900;
    padding-right: 3px;
    font-size: 14px;
    opacity: .6;
}

th.sorting.descending:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill="%2336b3a0" d="M311.9 335.1l-132.4 136.8C174.1 477.3 167.1 480 160 480c-7.055 0-14.12-2.702-19.47-8.109l-132.4-136.8C-9.229 317.8 3.055 288 27.66 288h264.7C316.9 288 329.2 317.8 311.9 335.1z"/></svg>');
}

th.sorting.ascending:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill="%2336b3a0" d="M27.66 224h264.7c24.6 0 36.89-29.78 19.54-47.12l-132.3-136.8c-5.406-5.406-12.47-8.107-19.53-8.107c-7.055 0-14.09 2.701-19.45 8.107L8.119 176.9C-9.229 194.2 3.055 224 27.66 224z"/></svg>');
}


form.has-value-highlight div.has-value > input, form.has-value-highlight div.has-value select, form.has-value-highlight div.has-value .select2-selection {
    border: 1px solid #3F9CE8;
    border-radius: 0.25rem;
    box-shadow: 0 0 3px #9ecaed;
}

.input-group {
    z-index: 1;
}

.btn-disabled {
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    opacity: .65;
    cursor: not-allowed !important;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    position: relative;
    border-width: .2em;
    bottom: 2px;
}

#main-container {
    min-height: 100vh;
}


#menu-logo {
    height: 30px;
}


/* User vignettes */

.symbol-group .symbol:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.symbol-group .symbol {
    position: relative;
    display: inline-block;
    z-index: 0;
    box-sizing: content-box;
    width: 36px;
    height: 36px;
    border: 2px solid #ffffff;
}

.symbol.symbol-circle {
    border-radius: 50%;
}

.symbol .symbol-label {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    font-weight: 500;
    color: #3F4254;
    background-color: #d6d9dc;
    border-radius: 50%;
}


.symbol > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.symbol-avatar {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #3F4254;
    font-size: 16px;
    background-color: #d6d9dc;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

[v-cloak] > * {
    display: none !important;
}

[v-cloak]::before {
    content: "Chargement...";
    display: block;
    width: 100%;
    padding:150px 0;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer !important;
}

#sidebar .nav-main-submenu .nav-main-link.active::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: -10px;
}

.help-block > .alert-info {
    background-color: #f3fcff;
    border-width: 1px;
    border-color: #43b2cd;
}


/* Dropzone */

.dropzone-template {
    padding: 0.7rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #6c6c6c;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-bottom: 7px;
}

.dropzone-template > i.fa {
    display: none
}

/* Processing */
.dropzone-template.dz-processing > i.fa-circle-notch {
    display: block;
}

/* success */
.dropzone-template.dz-success > i.fa-check-circle {
    display: block;
}

.dropzone-template.dz-success > i.fa-circle-notch, .dropzone-template.dz-success > i.fa-times-circle {
    display: none;
}

/* error */
.dropzone-template.dz-error > i.fa-times-circle {
    display: block;
}

.dropzone-template.dz-error > i.fa-circle-notch, .dropzone-template.dz-error > i.fa-check-circle {
    display: none;
}


#available_acrs:first-child {
    border-top: 1px solid #dfe3ea;
}

ol.list-group {
    list-style: decimal inside;
}

ol li.list-group-item {
    display: list-item;
}

.sortable-ghost {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.sortable-ghost:after {
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
    display: block;
    border: 1px dashed #808080;
}

.inline-form > .form-control {
    border: 2px solid #4c78dd;
    color: #4c78dd;
    font-weight: 600;
}

.inline-form.has-error > .form-control {
    border-color: #c92c2c;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.border-dashed {
    border: 1px dashed #dfe3ea !important;
}

.block-hover:hover {
    background: #f5f4f4;
    cursor: pointer;
}

/* Transitions de liste */

.list-enter-active,
.list-leave-active {
    transition: all 0.3s ease;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: translateX(30px);
}


#bouclage_app .form-control:focus {
    color: #334155;
    background-color: #fff;
    border-color: #a6bcee;
    outline: 0;
    box-shadow: none;
}


#bouclage_app tr {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

td.haserror {
    position:relative;
}

td.haserror:after {
    content: "\f071";
    font-family: "Font Awesome 6 Free";
    color: #dc2626;
    font-size: 14px;
    opacity: 0.7;
    z-index: 100;
    position: absolute;
    font-weight: 600;
    right: 6px;
    bottom: 2px;
}

.nav-tabs-block {
    background-color: #e7e7e7;
    border-bottom: none;
}

#chargement {
    z-index: 9999;
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0.95;
}
.w-1 {
    width:1% !important;
}
