html {
    font-size: 0.85rem !important;
}

.lds-dual-ring2-password {
    display: inline-block;
    align-self: center;
    width: 35px;
    height: 35px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #3d0f53;
    border-color: #3d0f53 transparent #3d0f53 transparent;
    animation: lds-dual-ring2-password 1.2s linear infinite;
}

@keyframes lds-dual-ring2-password {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.GRILLE_ENTETE:hover {
    cursor:pointer;
    color: white;
    background-color:#0178C4;
    transition:0.3s;
    border-radius: 1em;
}

.GRILLE_LINE:hover{
    cursor:default;
    background-color: rgba(164, 200, 255, 0.60);
    transition: 0.3s;
}

#content{
    background-image: url("images/deco_evacops.png");
    background-size: 100% 100%;
    opacity : 0.2;
}

#filigrane{
    background-image:url('images/deco_evacops.png');
    background-size: 100% 100%;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}

/*
body {
    opacity : 0.2;
    background: url("images/deco_evacops.png") no-repeat 40px 50px;

}
*/

/* For Package File-pond */
.filepond--credits {
    display: none;
}
.filepond--drop-label {
    cursor: pointer;
}
.filepond--drop-label label {
    cursor: pointer !important;
}

div.dts div.dataTables_scrollBody, div.dts div.dt-scroll-body {background: transparent !important;}


.modal-header .close {
    padding: 1rem 1rem 1rem 0.75rem;
    margin: -1rem -1rem -1rem auto;
}
.modal button.btn.fullscreen {
    margin: -1rem 0rem -1rem auto;
    padding: 1rem 0.5rem;
    transition: none;
}
.modal button.btn.fullscreen:not(:disabled):not(.disabled):hover, .modal button.btn.fullscreen:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}
.modal button.btn.fullscreen:hover {
    color: #000;
    text-decoration: none;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}