/*----------------------------------------------------------------------------------------------------------------------
Header------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.content-header {
    margin-bottom: 1rem;
}
.header-action-container .btn-action .action-label {
    display: none;
}
/*----------------------------------------------------------------------------------------------------------------------
Table-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.table-cell-icon {
    text-align: center;
}
.table-action-button {
    text-align: center;
}
.table-action-button .action-label {
    display: none;
}
.dashboard .table-cell-icon .icon {
    font-size: inherit !important;
    color: inherit !important;
}
.table-cell-price {
    text-align: right;
}
.table-cell-number {
    text-align: right;
}
.table-cell-img {
    text-align: center;
}
.table-cell-img img {
    max-width: 50px;
    max-height: 50px;
}
.table-cell-checkbox {
    text-align: center;
}
.table-cell-checkbox .form-check {
    padding-left: 0;
}
.table-cell-checkbox .form-check-input {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.table-dropdown-parent td, .table-dropdown-parent th {
    background-color: #EEEEEE;
}
/*----------------------------------------------------------------------------------------------------------------------
Fiche-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.fiche-header {
    display: flex;
}
.fiche-title {
    width: 100%;
}
.fiche-reference {
    font-size: 1.5rem;
}
.fiche-group-container {
    margin: 1rem 0;
}
.fiche-group-container .fiche-row {
    border-bottom: 1px solid #A3A3A3;
}
.fiche-group-title {
    font-size: 1.2rem;
    font-weight: 700;
}
.fiche-label {
    font-weight: 600;
    width: 300px;
}
.fiche-label:after {
    content: ' :';
}
.fiche-row {
    display: flex;
}
.fiche-img-container img {
    max-width: 100%;
}
.fiche-icon-lg-container {
    text-align: center;
}
.fiche-icon-lg {
    font-size: 10rem;
}
.fiche-fichier-lg-container {
    text-align: center;
}
.fiche-fichier-lg-container i {
    font-size: 10rem;
}
.fiche-fichier-lg-container img {
    max-width: 100%;
}
.fiche-row-text .fiche-value {
    border: 1px solid #A3A3A3;
    overflow-y: scroll;
    height: 150px;
    padding: 0.5rem;
    display: block;
}
.card-body .fiche-row-text .fiche-value {
    text-align: left;
}
/*----------------------------------------------------------------------------------------------------------------------
Autocomplete------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.ts-wrapper.form-control {
    border: none !important;
    padding: 0 !important;
}
.dark-mode .ts-control {
    background: none !important;
    border: 1px solid #6c757d !important;
    color: #ffffff !important;
    box-shadow: none;
}
.dark-mode .ts-dropdown {
    background: none !important;
    border: 1px solid #6c757d !important;
    color: #ffffff !important;
    box-shadow: none;
}
/*----------------------------------------------------------------------------------------------------------------------
Form--------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
form .required::after {
    content: '*';
    color: red;
}
/*----------------------------------------------------------------------------------------------------------------------
Fieldset----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
fieldset {
    padding: 1.5rem;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.5rem;
}
fieldset legend.required::after {
    content: ' *';
    color: red;
}
fieldset legend {
    font-size: 1.5rem !important;
    padding: 0.5rem;
    width: auto;
}
fieldset legend div {
    display: inline;
}
.dark-mode fieldset {
    border-color: #6c757d;
}
/*----------------------------------------------------------------------------------------------------------------------
Sidebar nav-------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.sidebar .nav-treeview {
    transition: all ease-in-out 1s;
}
.sidebar .nav-item.menu-open .nav-treeview {
    display: block;
}
.sidebar .nav-link {
    cursor: pointer;
}
/*----------------------------------------------------------------------------------------------------------------------
Sidebar brand-----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.brand-link {
    display: flex;
    align-items: center;
}
.brand-image {
    float: none;
}
.brand-text {
    padding: 5px 5px 5px 10px;
}
/*----------------------------------------------------------------------------------------------------------------------
Card--------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.card-tools .form-group-tool,
.card-tools .badge-tool
{
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
/*----------------------------------------------------------------------------------------------------------------------
List--------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
ul.list-inline {
    display: flex;
    gap: 0.25rem;
}
/*----------------------------------------------------------------------------------------------------------------------
Loader------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.loader-container {
    display: none;
    text-align: center;
    padding: 4rem;
    font-size: 1.75rem;
}
html[aria-busy=true] .loader-container {
    display: block;
}
html[aria-busy=true] .content,
html[aria-busy=true] .content-header {
    display: none;
}
/* HTML: <div class="loader"></div> */
.loader {
    height: 80px;
    aspect-ratio: 1;
    display: grid;
    margin: auto;
}
.loader:before,
.loader:after {
    content: "";
    --c:no-repeat linear-gradient(#fff 0 0);
    background: var(--c), var(--c);
    background-size: 25% 50%;
    animation: l5 1.5s infinite linear;
}
.loader:after {
    transform: scale(-1);
}
@keyframes l5 {
    0%,
    5%   {background-position:33.4% 100%,66.6% 100%}
    25%  {background-position:33.4% 100%,100% 0}
    50%  {background-position:0 0,100% 0}
    75%  {background-position:0 0,66.6% 100%}
    95%,
    100% {background-position:33.4% 100%,66.6% 100%}
}
/*----------------------------------------------------------------------------------------------------------------------
Animations--------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.animation__blink {

}
.animation__blink {
    animation: animation__blink 2s linear infinite;
}
@keyframes animation__blink {
    50% { opacity: 0; }
}
/*----------------------------------------------------------------------------------------------------------------------
Test BG-----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
body.bg-media {
    background: no-repeat center fixed #454D55 url("https://crm.fpdev.ubuntu01.local/images/backgrounds/espace/01.jpg") !important;
    background-size: cover !important;
    /*background-color: #454D55;*/
}
.bg-media .main-sidebar, .bg-media .main-header, .bg-media .main-footer, .bg-media .card, .bg-media .content-header {
    background-color: rgba(50, 50, 50, 0.5) !important;
}
.bg-media .content-wrapper, .bg-media .dark-mode, .bg-media .login-card-body, .bg-media .form-control {
    background: none !important;
}
/*----------------------------------------------------------------------------------------------------------------------
Blink-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.blink {
    animation: blinker 1.4s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}