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);
    }
}
/* tooltip*/


.ui-tooltip, .arrow:after {
    background: white;
    border: 2px solid black;
}
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 20px;
    font: auto 8px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 3px white;
    white-space: pre-line;
}
.arrow {
    width: 80px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.re-orderNumLigne {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer;
}

.re-orderRangTac {
    cursor: move;
}



/* Couleur d'entête d'une colonne dans un tableau */
.dt-entete-colonne:hover{
    cursor:pointer;
    background-color: #2e4e9b;
    color: white;
    transition: 0.3s;
    border-radius: 1rem;
}
/**
	CURSOR
 */
.cursor-pointer {
    cursor: pointer;
}
.cursor-help {
    cursor: help;
}

/* SIZE */
.font-size-85 {
    font-size: 0.85em;
}
/*----------*/

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

div.dts div.dt-scroll-body, div.dts div.dt-scroll-body {background: transparent !important;}
.odd {
    background-color: #e1e1e1 !important;
    }




.dt-entete-colonne:hover{
    cursor:pointer;
    background-color: #2f4688;
    color: white;
    transition: 0.3s;
    border-radius: 1rem;
}

.dataTable td, .dataTable th {
    padding: 5px 10px 5px 10px;

}

.even .dtfc-fixed-start, .even .dtfc-fixed-end {
    background-color: #a7bbff !important;
    /*color: #fff;*/

}

.odd .dtfc-fixed-start, .odd .dtfc-fixed-end {
    background-color: #2f4688 !important;
    color: #fff;
}

.td_btn_action .btn_action {
    visibility: hidden;
}

tr:hover .td_btn_action .btn_action {
    visibility: visible;
}

.odd .dtfc-fixed-end .btn_action {
    color: #fff;
}

table {
    border-collapse: collapse !important;
}

.ccSearchClear {
    display: none;
}