.loading-overlay {
    z-index: 9999;
    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: 45px;
    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;
}

#xls_export.right2.qtip_alt {
    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;
}



#xls_export.right2.qtip_alt: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: 40px;
}

@media screen and (max-width: 768px) {

}

.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-size: 100%;
    background-position: center;
}


#contact-tab h2, #profil-tab h2{
    text-align: center;
    margin-bottom: 20px;
}
#contact-tab .td_intitule{
    width: 40%;
    text-align: right;
}
#contact-tab tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
#contact-tab td.left{
    width: 60%;
    text-align: left;
    padding-left: 20px;
}
#contact-tab td.left input, #contact-tab td.left textarea{
    border: 1px solid grey;
    width: 250px;
    line-height: 30px;
    resize: none;
    border-radius: 3px;
}
#contact-tab td.left textarea{
    width: 300px;
}
#contact-tab #f_submit, #profil-tab #btn_profil{
    width: 250px;
    line-height: 35px;
    display: block;
    margin: auto !important;
    margin-top: 20px;
    background: #595959;
    color: white;
    border-radius: 3px;
}
#profil-tab #btn_profil, #contact-tab #f_submit{
    margin-top: 15px !important;
}
.profile-form_pwd h3{
    margin-top: 40px;
}

.profile-form_pwd h4{
    margin-left: 0px !important;
}
.profile-form_pwd input{
    margin-left: 0px !important;
}

.profile-form_pwd #btn_profil{
    background: #595959;
    color: #ffffff;
}


#filtres .panel-nottcd .btn-primary{
    color: white;
}
#filtres .panel-nottcd .btn-primary:hover{
    background-color: rgba(0,0,0,0.2);
}
#filtres .panel-nottcd .panel-body{
    padding: 5px !important;
}
#filtres .panel-nottcd .form-group{
    margin-bottom: 0px !important;
    color: #777777;
    text-align: center;
}


.fullbandeau_filtre{
    display: inline-block;
    width: auto;
    min-width: 150px;
    max-width: 250px;
    vertical-align: top;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
}
.fullbandeau_filtre .multiselect.btn-primary{
    /*font-weight: bold;*/
}




.div_filter{
    display: inline-block;
    /*margin-right: 100px;*/
}

.dr-custommenu{
    float: left;
}

.dr-custommenu .multiselect-native-select{
    display: inline-block;
    margin-top: 7px;
    margin-right: 7px;
}
.dr-custommenu .multiselect-native-select{
    margin-right: 10px;
}


@media screen and (min-width: 768px) {

    #menu-top .navbar-nav.navbar-right > li > a span {
        padding: 5px;
        /*border: 2px solid white;*/
        border-radius: 5px;
    }
}


#menu-top.navbar-inverse .navbar-nav.dr-custommenu > li > a, #menu-top.navbar-inverse .navbar-nav > li .dropdown-toggle {
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    /*font-family: 'Noto Sans', 'Arial', sans-serif;*/
    padding-bottom: 10px;
}


@media screen and (min-width: 768px) {
    #menu-top .navbar-nav.navbar-right > li > a{
        padding: 0px;
    }
    #menu-top .navbar-nav.navbar-right > li > a span{
        /*padding: 5px;*/
        /*!*border: 2px solid white;*!*/
        /*border-radius: 5px;*/
        /*background-color: #ffffff;*/
        /*color: white;*/
        font-size: 19px;
    }
}
#menu-top.navbar-inverse .navbar-nav > li.active > a {
    /*color: #653e6d !important;*/
}

.langue_flag_img {
    width: 21px;
    margin-top: 5px;
}


#menu-top {
    padding-top: 0px;
    padding-bottom: 0px;
    color: white !important;
    padding-bottom: 7px;
    height: 75px;
}

#menu-top .dr-custommenu li > a, #menu-top .dr-custommenu li > a:visited {
    /*color: white !important;*/
    text-decoration: none;
}
.client_logo_container {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-left: 30px;
    /* background: green; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 75px;
}
.menu_container{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 250px);
    height: 100%;
    /*height: 75px;*/
    margin-top: 4px;
}

.button_creation_date{
    display: none;
}