.loading-overlay {
    z-index: 999;
    overflow: hidden;
}

.loading-overlay.fail-overlay {
    background: rgb(105, 105, 105);
    background-image: none;
    cursor: pointer;
}

.loading-overlay.fail-overlay:hover {
    opacity: 0.7;
}

.loading-overlay > div {
    text-align: center;
    font-size: 14px;
    color: white;
}

.loading-overlay > div > div.loading-icon {
    display: inline-block;
    background-size: 115px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 35px;
    margin-bottom: -8px;
}

.loading-overlay.fail-overlay > p {
    color: rgb(161, 45, 37);
}

.loading-overlay.fail-overlay > p > span.glyphicon {
    font-size: 20px;
}

#loader {

}

#loader ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
    height: 10px;
    width: 66px;
    display: inline-block;
}

#loader ul li {
    position: absolute;
    width: 10px;
    height: 0;
    bottom: 0;
}

@keyframes sequence1 {
    0% {
        height: 5px;
    }
    50% {
        height: 30px;
    }
    100% {
        height: 5px;
    }
}

@keyframes sequence2 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}

#loader li:nth-child(1) {
    left: 0;
    animation: sequence1 1s ease infinite 0;
}

#loader li:nth-child(2) {
    left: 15px;
    animation: sequence2 1s ease infinite 0.1s;
}

#loader li:nth-child(3) {
    left: 30px;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}

#loader li:nth-child(4) {
    left: 45px;
    animation: sequence2 1s ease-in infinite 0.3s;
}

#loader li:nth-child(5) {
    left: 60px;
    animation: sequence1 1s ease-in-out infinite 0.4s;
}

#loader li:nth-child(6) {
    left: 75px;
    animation: sequence2 1s ease infinite 0.5s;
}





.action {
    cursor: pointer;
}

.loader-gif{
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ui-sortable-placeholder {
    visibility: visible !important;
}

.ui-sortable-placeholder > div {
    border: 4px dashed #DDD !important;
    border-radius: 4px;
}

.menu-masque-entry {
    color: #6DB1DB;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px
}

.tocenter-vertically-container {
    height: calc(100% - 30px);
    display: table;
    width: 100%;
}

.tocenter-vertically-content {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

.mobile-header {
    text-align: left;
    position: absolute;
    width: calc(100% - 30px);
}

.mobile-logo-container {
    display: inline-block;
    background: white;
    padding: 2px;
    margin-top: 8px;
    border-radius: 3px;
}

.mobile-logo-container img {
    height: 26px;
    margin: 2px 5px;
}

#blocklist-navbar-collapse > a {
    display: block;
    border-bottom: 1px solid white;
}

#menu-top .navbar-nav .mobile-only {
    display: inline-block;
    margin-left: 10px;
}

.menu_deco {
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .nav > li > a.menu_deco {
        float: none;
        display: inline-block;
    }

    .nav.navbar-right > li {
        text-align: center;
    }
}

/********************* BOUTONS EXPORT *******************/

.btn_dl_csv {

    cursor: pointer;
    font-size: 24px;
    padding-top: 5px;
    padding-left: 10px;
    text-align: center;

    width: 35px;
    height: 35px;
    display: block;
    float: right;
    margin-right: 10px;
    background: url("../css/img/dl_csv.png") no-repeat scroll;
}

.btn_dl_csv:hover {
    width: 35px;
    height: 35px;
    display: block;
    background: url("../css/img/dl_csv_hover.png") no-repeat scroll;
    cursor: pointer;
}

/********************* fin BOUTONS EXPORT *******************/

.topmenu-heightsetter {
    height: 80px;
}

@media screen and (max-width: 768px) {
    .topmenu-heightsetter {
        display: none;
    }
}

.ui-widget-overlay {
    z-index: 1200;
}

.tab_palmares_style {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tab_palmares_style tr {
    cursor: pointer;
}

.tab_palmares_style td, .tab_palmares_style th {
    border: 1px solid white;
}

.tab_palmares_style th {
    background-color: #404040;
    color: white;
    font-weight: bold;
    text-align: center;
    max-width: 150px !important;
}

.tab_palmares_style th.vertical_th > div {
    text-align: center;
    display: block;
    bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    /*width: 130px;*/
}

.tab_palmares_style .sorting, .tab_palmares_style .sorting_desc, .tab_palmares_style .sorting_asc {
    background-position: bottom right !important;
}

.tab_palmares_style .lib_cell {
    text-align: left;
}

.palmares_btn_dl_csv {
    float: right !important;
}

#zone-help {
    margin-top: 50px;
}

.backheader-left {
    /*background-image: url('img/avis_google_auto/banniere-bck.jpg');*/
    background-position: 38% 50%;
}

#header-gradient-setter{
    width: calc(100%);
    height: 119px;
    background: linear-gradient(90deg, #303030,#303030, #00000000, #00000000, #303030, white,white);
    display: inline-block;
    position: relative;

    text-align: right;
    line-height: 21px;
    color: #5b5b5b;
    font-size: 25px;
    font-weight: bold;

}
.avglogo-client{
    position: absolute;
    left: 10px;
    width: 150px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

/* Modal de confirmation personnalisée */
.custom-confirm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.custom-confirm-modal {
    background: white;
    padding: 20px;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
}

.custom-confirm-message {
    margin-bottom: 20px;
    white-space: pre-line;
}

.custom-confirm-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.custom-confirm-cancel {
    padding: 8px 16px;
    border: 1px solid #808080;
    background: #808080;
    color: white;
    cursor: pointer;
}

.custom-confirm-ok {
    padding: 8px 16px;
    border: none;
    background: #4cae4c;
    color: white;
    cursor: pointer;
}