body {
    /*overflow-y: scroll;*/
    /*overflow-x: auto;*/
}

.btn-danger {

    background-color: #c70000!important;
}

.btn-danger:hover {

    color: #CECECE!important;
}

.btn-danger:hover > i{

    color: #CECECE!important;
}

.btn-primary {

    background-color: #03254c!important;
}

.btn-primary:hover {

    color: #0095E8!important;
}

.btn-primary:hover > i{

    color: #0095E8!important;
}

.btn-primary:hover > span > i{

    color: #0095E8!important;
}

.btn-active-primary:hover {

    background-color: #03254c!important;
}

.btn-active-primary:hover > span > i {

    color: #0095E8!important;
}

.rotated {
    transform: rotate(180deg);
    transition-duration: 0.3s;
}

.collapse_filtres {

}

.not-displayed {
    display: none;
    transition-duration: 1s;
}

#loadingDiv {

    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(2px);
}

#loadingDiv img {

    height: 10rem;
    margin-bottom: auto;
    margin-top: auto;
}

input[type=color] {
    padding: 0px;
    cursor: pointer;
}

table .fa-file-download:before {

    font-size: 1.3rem;
}

.fa-file-download:hover {

    cursor: pointer;
    color: #0095E8;
}

.fc-timegrid-axis-cushion {

    max-width: 65px!important;
}

.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}

/*#kt_aside {

    width: 220px!important;
}

.aside-menu .menu .menu-item .menu-content, .aside-menu .menu .menu-item .menu-link {

    padding-left: 10px!important;
}

.aside .aside-logo {

    padding-left: 10px!important;
}*/

table.dataTable>thead .sorting_asc:after {
    background-image: none;
}

table.dataTable>thead .sorting_desc:after {
    background-image: none;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc:before {
    transform: none;
    top: auto;
    left: auto;
    height: auto;
}

table.equipeCongesTable>thead {

    position:sticky;
    top: 0 ;
}

.btn-fake {
    border: none;
    background-color: transparent;
}

.btn-dt-sm {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.datatableAjax td {
    vertical-align: middle;
}

.table-wrapper-scroll-y thead th {
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-wrapper-scroll-y-historique thead th {
    background: lightslategrey;
    margin-top: 10px;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}

.first-col {
    left: 0px;
}

.first-col-project {
    --bs-table-accent-bg: initial;
}

.second-col {
    background: white;
    left: 27px;
}

.projet-th {
    z-index: 2 !important;
}

.table-wrapper-scroll-y tfoot tr {
    background: white;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.form-section {
    border: #80808078 1px solid;
    border-radius: 8px;
    padding: 10px;
}

/** SURCHARGE DU SELECT2 **/
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: black!important;
}

.card {
    border-left: 1px solid #e4e6ef;
    border-right: 1px solid #e4e6ef;
    border-bottom: 1px solid #e4e6ef;
}

.card > .card-header {
    min-height: auto!important;
}

#filter_annee {
    border-radius: 10px;
    width: auto!important;
}

.my-custom-scrollbar {
    position: relative;
    height: auto;
    max-height: 500px;
    overflow: auto;
}

.my-custom-scrollbar-listeProjets {
    position: relative;
    height: auto;
    max-height: 650px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
    white-space: nowrap;
}

.big-row span {
    margin-left: 5%;
}

.my-custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.my-custom-scrollbar-listeProjets::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.my-custom-scrollbar::-webkit-scrollbar-thumb {
    background: lightgrey !important;
    -webkit-border-radius: 5px;
}

.my-custom-scrollbar-listeProjets::-webkit-scrollbar-thumb {
    background: lightgrey !important;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: grey !important;
}

/*#triangle-code {*/
/*    right: 0;*/
/*    top: 0;*/
/*    position: absolute;*/
/*    z-index: 100;*/
/*    display : flex;*/
/*    height : 0;*/
/*    width : 0;*/
/*    border-top : 20px solid transparent;*/
/*    border-right : 20px solid #f5f8fa;*/
/*    border-bottom : 20px solid transparent;*/
/*}*/

.noel {
    background-image: url('../media/img/snow.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.menu-title {
    color: #ABABAB;
}

.menu-link.active,.menu-link:hover {
    background-color: #f5f8fa!important;
    box-shadow: 0px 0px 2px 1px rgb(200,200,200);
}

.aside-dark .menu .menu-item .menu-link.active .menu-title {
    color: #3a8fba!important;
}

.menu-sub.menu-link.active,.menu-sub.menu-link:hover {
    background-color:#03254c;!important;
    box-shadow: none;
    color: white!important;
}

.aside-dark .menu .menu-item .menu-section {
    font-weight: bold;
    color: #3a8fba!important;
}

.menu-link:hover > .menu-title {
    color: #3a8fba!important;
}

.aside-dark .hover-scroll-overlay-y {
    scrollbar-color: white transparent !important;
}

.encartReleve:hover {
    box-shadow: 0px 0px 5px 1px #ffc790;
    transition-duration: 0.2s;
}

#button_valide_modifConges:hover > i {
    color: white!important;
}

#button_valide_modifConges:hover {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #50cd89!important;
}

#button_valide_modifConges {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
}

#button_refuse_modifConges:hover > i {
    color: white!important;
    border-color: #d9214e!important;
}

#button_refuse_modifConges:hover {
    width: 2rem;
    height: 2rem;
    border-radius: 20px;
    background-color: #d9214e!important;
}

#button_refuse_modifConges {
    width: 2rem;
    height: 2rem;
    border-radius: 20px;
}

#libelleConges {
    position: absolute;
    width: auto;
    border: 1px solid #03254c;
    border-radius: 5px;
    display: none;
    background-color: #FFFFFF;
    margin: -165px -279px;
    padding: 5px;
}
