.style_h3_principal {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    border: 1px solid #e2e2e2;
    margin: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 10px 10px;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.style_h3_principal .paginate_top {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px;
    font-weight: normal;
}

#contenu_principal .pas_resultat {
    padding: 6px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    text-decoration: none;

    border: 1px solid #950014;
    text-shadow: 0px -1px 0px #950014;

    /*Shadows*/
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);

    /*Gradient*/
    background: #e36077; /* Old browsers */
    background: -moz-linear-gradient(top, #e36077 0%, #b90013 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e36077), color-stop(100%, #b90013)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e36077 0%, #b90013 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e36077 0%, #b90013 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e36077 0%, #b90013 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36077', endColorstr='#b90013', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #e36077 0%, #b90013 100%); /* W3C */
}

.tab_general .gras_format {
    font-size: 16px;
}

.tab_general .fleche_style {
    position: relative;
    top: 3px;
    left: 5px;
}

.style_h3_principal .paginate_top .filter_rech {
    background: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border: #cccccc solid 1px;
    padding: 2px;
}

.menu_rapide .form_dispo_jour {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
}

.menu_rapide .cal_dipo_jour {

    background: url(../img/icons/icon_calendar.png) right no-repeat #FFFFFF;
    margin: 0px 5px 0px 10px;
    width: 100px;

    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #454545;
    cursor: pointer;
    height: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.menu_rapide .verif_jour_dispo {
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    color: #333333;
    display: inline-block;
    padding: 2px 15px;
    cursor: pointer;
    margin: -1px 0 0px 0;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 14px;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.menu_rapide .verif_jour_dispo:hover {
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
}

.no_border_rad {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
}

.style_h3_principal .ajouter_element a {
    cursor: pointer;
    padding: 5px 10px 5px 20px;
    text-align: center;
    display: inline-block;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border: 1px solid #dddddd;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: url(../img/icons/plus.png) left no-repeat #f2f2f2; /* Old browsers */

}

.style_h3_principal .ajouter_element a:hover {
    background: url(../img/icons/plus.png) left no-repeat #EEEEEE;
}

.relative_m {
    position: relative;
    padding: 4px 0;
}

.style_h3_principal .droite_btn, .right_bloc_pdf {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0px 0;
}

.right_bloc_pdf form {
    display: inline-block;
    margin-left: 5px;
}

.right_bloc_pdf .filter_rech {
    background: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border: #cccccc solid 1px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.right_bloc_pdf .filter_rech option {
    padding: 0 4px;
}

.style_h3_principal .exporter_pdf a, .right_bloc_pdf .submi {
    cursor: pointer;
    padding: 5px 10px 5px 30px;
    text-align: center;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border: 1px solid #dddddd;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: url(../img/icons/pdf_icon.png) left no-repeat #f2f2f2; /* Old browsers */

}

.style_h3_principal .exporter_excel a {
    cursor: pointer;
    padding: 5px 10px 5px 31px;
    text-align: center;
    display: inline-block;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border: 1px solid #dddddd;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: url(../img/icons/excel.png) left no-repeat #f2f2f2; /* Old browsers */

}

.style_h3_principal .detailed a {
    right: 130px !important;
}

.style_h3_principal .exporter_excel a:hover {
    background: url(../img/icons/excel.png) left no-repeat #EEEEEE;
}

.style_h3_principal .exporter_pdf a:hover, .right_bloc_pdf .submi:hover {
    background: url(../img/icons/pdf_icon.png) left no-repeat #EEEEEE;
}

.renitialiser_affichage_abs {
    position: absolute;
    right: 11px;
    top: 61px;
    cursor: pointer;
    padding: 5px 5px 5px 22px;
    text-align: center;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border: 1px solid #dddddd;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: url(../img/icons/refresh.png) left no-repeat #f2f2f2; /* Old browsers */
}

.renitialiser_affichage_abs:hover {
    background: url(../img/icons/refresh.png) left no-repeat #EEEEEE; /* Old browsers */
}

.style_tab_sans_padding {
    background: #FFFFFF;
    border: 1px solid #ffffff;
    overflow-x: scroll;
}

.style_tab {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
    border-top: none;
    margin: 0 0px 10px 0 !important;
    overflow: hidden;
    position: relative;
}

.style_tab .retour_precedent {
    text-align: center;
}

.scroll_horizontal {
    overflow: auto;
    margin-bottom: 10px;
}

.no_bord_bottom .tab_general {
    width: 100%;
}

.stat_presta .periode {
    width: 8%;
    border-left: 1px solid #E5E5E5;
}

.stat_presta .client {
    width: 10%;
}

.stat_presta .etablis {
    width: 13.2%;
}

.stat_presta .prixvente {
    width: 7.5%;
}

.stat_presta .marge {
    width: 6%;
}

.stat_presta .nuites {
    width: 4.5%;
}

.stat_presta .details {
    width: 11%;
}

.liste_stat .relative {
    float: none;
    display: inline-block;
}

.stat_presta .details a {
    color: #0099ff;
}

.stat_presta .details a:hover {
    text-decoration: none;
}

.stat_presta .tab_content_rech .style_h3_stat {
    text-align: center;
    background: #ffffff;
    padding: 0.4%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.stat_presta .tab_content_rech {
    background: #E0E0E0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#D7D7D7');
    background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#D7D7D7));
    background: -moz-linear-gradient(top, #E9E9E9, #D7D7D7);
    -webkit-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -moz-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -o-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -khtml-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    clear: both;
    width: 99%;
    padding: 0.5%;
    display: block;
}

.details_stat p {
    padding: 5px 1%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.liste_stat .details_stat {
    list-style: none;
    overflow: hidden;
    clear: both;
}

.liste_stat .total_stat {
    list-style: none;
}

.liste_stat .total_stat .total_1 {
    width: 35.3%;
    text-align: right;
    border-left: 1px solid #E5E5E5;
    font-size: 18px;
}

.div_clique_stat {
    background: url(../img/loadingAnimation.gif) center no-repeat;
    min-height: 80px;
}

.liste_stat .total_stat .total_2 {

}

.liste_stat .total_stat .bg_gris {

    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* W3C */
    font-size: 12px;
}

.liste_stat .total_stat p {
    float: left;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px 1%;
    text-align: center;
    font-weight: bold;
    height: 20px;
}

.div_clique_stat .tab_general tbody tr td {
    border-right: none;
}

.style_tab .img_stat {
    width: 49%;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

.espacelment {
    width: 50%;
}

.tab_petit_dej {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.tab_petit_dej tr th {
    background: #e4e4e4;
    padding: 7px;
    color: #3c3c3c;
}

.tab_petit_dej tr td, .tab_petit_dej tr th {
    border-bottom: 1px solid #cccccc;
    padding: 7px;
    border-right: 1px solid #cccccc;
}

.titre_liste_stat {
    width: 100%;
    margin: 0 auto;
}

.titre_liste_stat li {
    padding: 1% 1%;
    font: bold 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;

    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    text-shadow: 0px 1px 0px #fff;

    /*Gradient*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ededed), color-stop(100%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* W3C */
    float: left;
    list-style: none;
    text-align: center;
}

.tab_general {
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.tab_general thead tr th {
    padding: 5px 10px;
    font: bold 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;

    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    text-shadow: 0px 1px 0px #fff;
    text-align: center;

    /*Gradient*/
    background-color: #f5f5f5; /* Old browsers */
    background-color: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* FF3.6+ */
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ededed), color-stop(100%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background-color: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background-color: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* Opera11.10+ */
    background-color: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */
    background-color: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* W3C */
}

.tab_general tbody tr td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.tab_general tbody tr td a img {
    border: none;
}

.tab_general tbody tr td a .lien_vide {
    display: inline-block;
    text-indent: -99999px;
    width: 30px;
    height: 30px;
}

.tab_general tbody tr td.date_transmission {
    padding: 0px !important;
}

.tab_general tbody tr td.date_transmission p {
    border: none !important;
}

.tab_general tbody tr td.date_transmission p:first-child, .tab_general tbody tr td.date_transmission p:nth-child(3), .tab_general tbody tr td.date_transmission p:nth-child(5), .tab_general tbody tr td.date_transmission p:nth-child(7), .tab_general tbody tr td.date_transmission p:nth-child(9) {
    background: #FFFFFF;
}

.tab_general tbody tr td.gerer_module a {
    background: url(../img/icons/administrer.png) left no-repeat;
    padding-left: 20px;
}

.tab_general tbody tr td .alert_r {
    color: #FF0000;
    text-align: left;
    padding-left: 7px;
}

.tab_general tbody tr td .alert_r a {
    color: #FF0000;
}

.tab_general tbody tr td .action-icon {
    padding: 0 6px;

}

.tab_general tbody tr td .action-icon a {
    text-decoration: none;
}

.tab_general tbody tr td select {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ececec 100%);
    padding: 5px 10px;
    font-size: 1em;
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    border: 1px solid #ccc;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tab_general tbody tr td select option {
    width: auto;
}

.tab_general tbody tr td select option {
    text-shadow: none;
    padding: 0 5px;
}

.tab_general tbody tr td a {
    color: #0099FF;
}

.tab_general tbody tr td a:hover {
    text-decoration: none;
}

.tab_general tbody tr td .confirmer {
    color: #99CC00;
}

.tab_general tbody tr td.commande_deja_payer_compta, .tab_general tbody tr.commande_deja_payer_compta td {
    background: #ffdddd;
}

.tab_general .td_chambre_dispo {
    padding: 5px 0 5px 10px;
    text-shadow: 0 1px 0 #ffffff;
    text-align: left;
    font-size: 12px;
}

.tab_general .center {
    text-align: center;
}

.tab_general .gris_bg {
    background: #eeeeee;
    border-bottom: 1px dotted #999999;
}

.tab_general .bg_gris {

    /*Gradient*/
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* W3C */
}

.tab_general .td_chambre_dispo .icon_disponible {
    display: inline-block;
    background: url(../img/icons/tick-circle.png) left no-repeat;
    padding: 0 0 0 25px;
}

.icon_oui {
    display: inline-block;
    background: url(../img/icons/tick-circle.png) left no-repeat;
    padding: 8px 0 0 25px;
}
.icon_non {
    display: inline-block;
    background: url(../img/icons/cross-circle-prol.png) left no-repeat;
    padding: 8px 0 0 25px;
}

.tab_general tbody .nbr_nuitee td {
    background: #99CC00;
    color: #FFFFFF;
    font-size: 22px;
    padding: 10px;
    text-align: center;
}

.tab_general tbody .evolution_bas td {
    color: #FF0000;
    font-weight: bold;
    background: #eeeeee;
    text-shadow: 0 1px 0 #ffffff
}

.tab_general tbody .evolution_haut td {
    color: #99CC00;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: bold;
    background: #f9f9f9;
}

.tab_general tbody tr td .pdf_icon, .tab_etat_st .pdf_icon, .login .pdf_icon {
    background: url(../img/icons/ico_pdf.gif) left no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

.tab_general tbody tr td .pdf_icon_griser, .tab_etat_st .pdf_icon_griser {
    background: url(../img/icons/ico_pdf_griser.png) left no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

.tab_general tbody tr td .excel_icon, .tab_etat_st .excel_icon, .login .excel_icon {
    background: url(../img/icons/ico_excel.png) left no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

.tab_general tbody tr td .excel_icon_griser, .tab_etat_st .excel_icon_griser {
    background: url(../img/icons/ico_excel_griser.png) left no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

.tab_general tbody tr td .info_icon {
    background: url(../img/icons/information.png) left no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

.tab_general tbody tr td .mail_envoi {
    background: url(../img/icons/envoyer_mail.png) left no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

.tab_general tbody tr td .valeur_positive {
    color: #99CC00;
}

.tab_general tbody tr td .valeur_negative {
    color: #CC0000;
}

.tab_general tbody tr td .alert_pay {
    color: #CC0000;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
}

.tab_general tbody tr td.left_text {
    text-align: left;
}

.tab_general tbody tr td.bleu {
    color: #0099FF;
}

.tab_general tbody tr td.gras {
    font-weight: bold;
    font-size: 12px;
}

.tab_general .bg_valeur_positive {
    background: #99CC33;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.tab_general .bg_valeur_negative {
    background: #CC0000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.tab_general tr td .inp_tarif_r {
    width: 20%;
    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #454545;
    height: 26px;
    margin-bottom: 0px;
    position: relative;
    top: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.tab_general tr td .ok_payer {
    cursor: pointer;
    padding: 4px 5px 4px 5px;
    text-align: center;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: #222222; /* Old browsers */
}

.tab_general tr td .ok_payer:hover {
    background: #333333;
    color: #ccc;
}

.tab_general tbody tr td .id_cegid {
    font-size: 12px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFA93C;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    padding: 5px 8px;
    display: inline-block;
    font-weight: bold;
    border: none !important;
}

.tab_general tbody tr td .supp_dispo {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    padding: 4px 3px 4px 6px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    text-shadow: 0px -1px 0px #950014;

    /*Shadows*/
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);

    /*Gradient*/
    background: #e36077; /* Old browsers */
    background: -moz-linear-gradient(top, #e36077 0%, #b90013 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e36077), color-stop(100%, #b90013)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e36077 0%, #b90013 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e36077 0%, #b90013 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e36077 0%, #b90013 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36077', endColorstr='#b90013', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #e36077 0%, #b90013 100%); /* W3C */
}

.tab_general tbody tr td .supp_dispo:hover {
    background: #e77388; /* Old browsers */
    background: -moz-linear-gradient(top, #e77388 0%, #c41c2f 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e77388), color-stop(99%, #c41c2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e77388 0%, #c41c2f 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e77388 0%, #c41c2f 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e77388 0%, #c41c2f 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e77388', endColorstr='#c41c2f', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #e77388 0%, #c41c2f 99%); /* W3C */
}

.confirmer_vert {
    color: #999900;
}

.fini_rouge {
    color: #FF0000;
}

.tab_general tbody tr td .timer {
    background: #000033;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px;
    display: block;
    vertical-align: top;
    margin-bottom: 4px;
}

.tab_general tbody tr td .timer:before {
    font-family: 'FontAwesome';
    content: "\f017";
    font-size: 12px;
    margin-right: 3px;
}

.tab_add_room {
    border-left: none;
    border-top: none;
    display: table;
    width: 100%;
}

.tab_add_room tr td {
    padding: 5px 10px;
}

.tab_add_room tr td .liste_form_num_chambre_grande {
    width: 150px;
}

.tab_add_room tr td .liste_form_num_chambre_petit {
    width: 70px;
}

#btn_add_group {
    text-align: center;
    padding: 10px 0;
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    text-shadow: 0 1px 0 #ffffff;
}

#btn_add_group .ajouter_enregistrement {
    cursor: pointer;
    padding: 5px 10px 5px 20px;
    text-align: center;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border: 1px solid #dddddd;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: url(../img/icons/plus.png) left no-repeat #f2f2f2; /* Old browsers */

}

#btn_add_group .ajouter_enregistrement:hover {
    background: url(../img/icons/plus.png) left no-repeat #EEEEEE;
}

.ext_h3 {
    margin: 0 auto;
    width: 50%;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 5px;
    font-size: 12px;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
}

body .style_slide_h3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

.form_bloc {
    background: #FFFFFF;
    margin: 0 auto;
    width: 50%;
    padding: 5px;
}

.form_bloc .raison_modif {
    border: 1px solid #b9d4ec;
    padding: 7px 5px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, white, #f2f2f2);
    background-image: -moz-linear-gradient(top, white, #f2f2f2);
    background-image: -ms-linear-gradient(top, white, #f2f2f2);
    background-image: -o-linear-gradient(top, white, #f2f2f2);
    background-image: linear-gradient(top, white, #f2f2f2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 75%;
    margin: 0 auto 10px;
    text-align: center;
}

.form_bloc .raison_modif .icon-exclamation-sign {
    font-size: 14px;
}

.form_bloc .raison_modif .raison {
    font-size: 14px;
    padding-bottom: 5px;
}

.form_bloc .raison_modif .motif {
    background: #6ac280;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
}

#icone_load_new_tarif_achat, #icone_load_new_tarif_vente {
    position: absolute;
    top: 3px;
    right: 20%;
}

.login {
    background: #F5F5F5;
    padding: 0 0px 0px 0px;
    border: 1px solid #DDDDDD;
}

.login h3 {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding: 10px 10px;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
}

.login p {
    border-bottom: 1px solid #DDD;
    border-top: #FFF solid 1px;
    padding: 5px 15px;
    vertical-align: baseline;
    position: relative;
}

.login p .vers_droite {
    display: inline-block;
    width: 45%;
    text-align: left;
}

.details_res .titre_h3 .txt_last_connexion {
    position: absolute;
    right: 40px;
    top: 5px;
    font-size: 11px;
}

.login p .vert {
    color: #999900;
}

.login p .rouge {
    color: #FF0000;
}

.login p .bleu {
    color: #0099FF;
}

.login input[type="text"], .login select, .login input[type="password"], .login input[type="email"], .login input[type="number"] {

    width: 40%;

    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #454545;
    height: 25px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.login .txt_file {
    width: 40%;
    font-size: 11px;
    display: inline-block;
    color: #454545;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 4px 6px;
}

.login .note_hot {

    width: 40%;

    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #454545;
    height: 65px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.login .select_animer {
    /*text-decoration:blink;*/
    background: #FFFFFF;
}

.login p .check_in {
    display: inline-block;
    margin-right: 5px;
}

.login p .no_largeur {
    width: auto !important;
}

.login p.red_alert {
    text-align: center;
    background: #EB0000;
    padding: 15px;
    border-bottom: solid 1px #ff7300;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-top: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.login .liste_tarif_cpt {
    padding: 10px 0px 10px 0;
}

.login .liste_tarif_cpt li {
    padding: 10px;
    display: inline-block;
    height: 50px;
    width: 28%;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 1%;
    position: relative;
}

.login .liste_tarif_cpt li .sign {
    display: block;
    font-size: 36px;
    color: #FFFFFF !important;
}

.login .liste_tarif_cpt li .sign:before {
    color: #FFFFFF !important;
}

.login .liste_tarif_cpt li.achat_sty {
    background: #f3cf59;
    margin-left: 1%;
}

.login .liste_tarif_cpt li.paf_sty {
    background: #6ac280;
}

.login .liste_tarif_cpt li.final_sty {
    background: #72a8d7;
}

.login .liste_tarif_cpt li .montant {
    position: absolute;
    right: 5px;
    bottom: 30px;
    font-size: 24px;
}

.login .tab_etat_st {
    margin: 5px auto 5px auto;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.login .tab_etat_st tr th {
    padding: 5px 10px;
    background: #FFFFFF;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.login .tab_etat_st tr td {
    padding: 5px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.recherche_correspandance {
    text-align: center;
    background: #EB0000;
    padding: 15px;
    border-bottom: solid 1px #ff7300;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-top: 2px solid #FF7300;
}

.nb_info {
    display: block;
    padding: 6px 15px;
    margin: 0 auto;
    text-align: center;
    font: bold 13px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif !important;
    color: #ffffff;
    text-decoration: none;

    border: none !important;
    text-shadow: 0px -1px 0px #950014;

    /*Shadows*/
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);

    /*Gradient*/
    background: #e36077; /* Old browsers */
    background: -moz-linear-gradient(top, #e36077 0%, #b90013 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e36077), color-stop(100%, #b90013)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e36077 0%, #b90013 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e36077 0%, #b90013 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e36077 0%, #b90013 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36077', endColorstr='#b90013', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #e36077 0%, #b90013 100%); /* W3C */
}

.pas_correespandance {
    background-color: #000000;
    padding: 13px !important;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-top: none !important;
}

/*.login .select_animer {




border: none;
box-shadow:0px 0px 10px #4183C4;
-webkit-box-shadow:0px 0px 10px #4183C4;
-moz-box-shadow:0px 0px 10px #4183C4;
-webkit-animation-name: bounce;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count:infinite;
-moz-animation-name: bounce;
-moz-animation-duration: 1s;
-moz-animation-iteration-count:infinite;
animation-name: bounce;
animation-duration: 1s;
animation-iteration-count:infinite;
background:  #FF3300 ;
color:#FFFFFF;
}

@-webkit-keyframes bounce {
0%{box-shadow:0px 0px 10px #990000;}
50%{box-shadow:0px 0px 0px #990000;}
100%{box-shadow:0px 0px 10px #990000;}
}
@-moz-keyframes bounce {
0%{box-shadow:0px 0px 10px #990000;}
50%{box-shadow:0px 0px 0px #990000;}
100%{box-shadow:0px 0px 10px #990000;}
}
@keyframes bounce {
0%{box-shadow:0px 0px 10px #990000;}
50%{box-shadow:0px 0px 0px #990000;}
100%{box-shadow:0px 0px 10px #990000;}
}*/

.login .gauche_input {
    margin: 0 0 0 9%;
}

.login select option {
    padding: 0 5px;
}

.login label {
    display: inline-block;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: #333333;
    width: 30%;
    text-align: left;
}

.login .bottom, .style_tab .retour_precedent, .bg_modifier, .bottom_tab, .ajout-enle-hotel .bottom {
    padding: 5px;
    position: relative;
    background: #EEE;
    text-align: center;
    -moz-box-shadow: inset 0px 1px 0px #FFF;
    -webkit-box-shadow: inset 0px 1px 0px #FFF;
    box-shadow: inset 0px 1px 0px #FFF;
}

.no_flot_tab {
    width: auto !important;
}

.tab_avoir_cmd tr td {
    font-size: 11px;
}

.raison {
    vertical-align: top;
}

.demande_dev {
    width: 300px;
    height: 100px;
    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #454545;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.afficher_rooming_liste {
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    text-align: center;
    display: inline-block;
    font: bold 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border: 1px solid #dddddd;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*Gradient*/
    background: #f2f2f2; /* Old browsers */

}

.afficher_rooming_liste:hover {
    background: #EEEEEE;
}

.afficher_rooming_liste span:before {
    font-weight: normal !important;
    font-size: 12px;
}

.bas_liens_resa {
    padding: 10px;
    position: relative;
    background: #EEE;
    color: #0099FF;
    -moz-box-shadow: inset 0px 1px 0px #FFF;
    -webkit-box-shadow: inset 0px 1px 0px #FFF;
    box-shadow: inset 0px 1px 0px #FFF;
    overflow: hidden;
}

.bas_liens_resa .cocher {
    border: none;
    cursor: pointer;
    color: #0099FF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0 0 0;
}

.bas_liens_resa .notice {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    font-style: italic;
    padding-left: 3px;
}

.bas_liens_resa .cocher:hover {
    color: #0066FF;
}

.bas_liens_resa .entrer_jour {
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    width: 185px;
}

.action_glob_btn li .modifier {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    background: #3a3a3a;
    cursor: pointer;
    margin-left: 5px;
}

.action_glob_btn li .modifier:hover, .submi_h:hover {
    background: #70af1a;
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0, 0, 0, 0.4);
}

.submi_h {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    background: #3a3a3a;
    cursor: pointer;
    font-size: 11px;
}

.action_glob_btn {
    float: right;
}

.action_glob_btn li {
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
}

.bottom .submi, .bg_modifier .modifier, .login .valider_prix, .hotel_form .rech_hotel_sub .rechercher, .tab_general .res_hotel {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 20px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    *border: 0;
    text-decoration: none;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.login .ptit_taille .submi {
    font-size: 11px;
    padding: 4px 5px;
}

.login .ptit_taille .left_bloc {
    display: inline-block;
}

.bottom .submi:hover, .style_tab .retour_precedent a:hover, .bg_modifier .modifier:hover, .login .valider_prix:hover, .hotel_form .rech_hotel_sub .rechercher:hover, .tab_general .res_hotel:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#new_prix_achat_chambre, #new_prix_vente_chambre {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.login .small_inp_cal {
    width: 20% !important;
}

.login .small_inp_select {
    width: 30% !important;
}

.login .smaller_inp_select {
    width: 24% !important;
}

.login .fin_mois_txt {
    position: absolute;
    left: 55%;
    top: 5px;
    color: #FFFFFF;
    font-size: 11px;
    background: #FF3300;
    padding: 0 5px;
}

.login .du_left {
    width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.login input[type="text"]:focus {
    border-color: rgba(255, 139, 1, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 139, 1, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 139, 1, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 139, 1, 0.6);
}

.login .bottom .champ_obligatoires {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 11px;
    color: #333333;
}

.login .small_inp {
    width: 8% !important;
}

.login .small_select {
    width: 10% !important;
}

.login .moins_grand_select {
    width: 17% !important;
}

.login .calendrier, .login .date_icon {
    background: url(../img/icons/icon_calendar.png) right no-repeat #FFFFFF;
}

.login .non_modif_input {
    background: url(../img/icons/icon_alert.png) left no-repeat;
    padding-left: 15px;
    color: #e36d2d;
}

.login .border_image {
    border: 1px solid #dddddd;
    background: #FFFFFF;
    padding: 2px;
    width: 50px;
    height: 30px;
    position: absolute;
    left: 28%;
    top: 7%;
}

.login .left_h3 {
    float: left;
    width: 30%;
    margin-left: 5px;
}

.liste_cartes {
    overflow: hidden;
    text-align: center;
}

.liste_cartes li {
    list-style: none;
    padding: 0px 0;
    margin: 0 10px 0 0;
    float: left;
}

.liste_cartes li label {
    width: auto;
}

.login .equipement_affecte {
    background: url(../img/icons/tick.png) left no-repeat;
    padding-left: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.login .info_bulle_generale img {
    border: none;
}

.bloc_mode_paiement {
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding: 10px 10px;
    text-shadow: 0 1px 0 #ffffff;
    overflow: hidden;
}

.stat_title {
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 26px;
    font-size: 16px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding: 10px 10px;
    text-shadow: 0 1px 0 #ffffff;
    text-align: center;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.autre_title {
    background: #99cc00;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    padding: 10px 0 !important;
}

.stat_title_vert {
    display: block;
    padding: 7px 25px;
    text-align: center;
    font: bold 18px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #464A57;
    text-shadow: 0px -1px 0px #000000;

    /*Shadows*/
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.50);
    -webkit-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.50);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.50);

    /*Gradient*/
    background: #565c6b; /* Old browsers */
    background: -moz-linear-gradient(top, #565c6b 0%, #484d57 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565c6b), color-stop(100%, #484d57)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #565c6b 0%, #484d57 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #565c6b 0%, #484d57 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #565c6b 0%, #484d57 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565c6b', endColorstr='#484d57', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #565c6b 0%, #484d57 100%); /* W3C */
}

.h4_grand_taille {
    font-size: 15px;
    text-align: center;
}

.tab_general .border_image {
    border: 1px solid #dddddd;
    background: #FFFFFF;
    padding: 2px;
    width: 50px;
    height: 30px;
}

.tab_general .a_prolonger_aujourdhui, .login .a_prolonger_aujourdhui, .a_arreter_aujourdhui {
    background: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 3px;
}

.tab_filtrer {
    border: 1px solid #DDD;
    border-top: #FFF solid 1px;
    padding: 10px 15px;
    vertical-align: baseline;
    border-bottom: none;
    background: #f5f5f5;
    position: relative;
}

.form_bloc .login .desc_generale h4 {
    padding: 10px;
    position: relative;
    background: #EEE;
    -moz-box-shadow: inset 0px 1px 0px #FFF;
    -webkit-box-shadow: inset 0px 1px 0px #FFF;
    box-shadow: inset 0px 1px 0px #FFF;
}

.form_bloc .login .sub_gmap {
    cursor: pointer;
    padding: 3px 5px;
    text-align: center;
    font: bold 13px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ABABAB;
    text-shadow: 0px 1px 0px #fff;

    /*Shadows*/
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);

    /*Gradient*/
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* W3C */
}

.form_bloc .login .sub_gmap:hover {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
}

/*  ADVANCED STYLES */
.top_testresult {
    font-weight: bold;
    font-size: 13px;
    font-family: arail, helvetica, san-serif;
    color: #666;
    padding: 0;
    margin: 0 0 2px 0;
}

.top_testresult span {
    padding: 6px;
    margin: 0;
}

.top_shortPass {
    background: #edabab;
    border: 1px solid #bc0000;
    display: block;
}

.top_shortPass span {

}

.top_badPass {
    background: #edabab;
    border: 1px solid #bc0000;
    display: block;
}

.top_badPass span {

}

.top_goodPass {
    background: #ede3ab;
    border: 1px solid #bc9f00;
    display: block;
}

.top_goodPass span {

}

.top_strongPass {
    background: #d3edab;
    border: 1px solid #73bc00;
    display: block;
}

.top_strongPass span {

}

.testresult {
    position: absolute;
    right: 4%;
    top: 7px;
    z-index: 1000;
}

/* 	RESULT STYLE  */
.testresult {
    font-weight: bold;
    font-size: 13px;
    font-family: arial, helvetica, san-serif;
    color: #666;
    padding: 0px 0px 12px 10px;
    margin-left: 10px;
    display: block;
    height: 18px;
    float: left;
}

.testresult span {
    padding: 5px 20px 12px 10px;
    margin: 0px 0px 0px 20px;
    display: block;
    float: right;
    white-space: nowrap;
}

.shortPass {
    background: url(../img/images_pass/red.jpg) no-repeat 0 0;
}

.shortPass span {
    background: url(../img/images_pass/red.jpg) no-repeat top right;
}

.badPass {
    background: url(../img/images_pass/red.jpg) no-repeat 0 0;
}

.badPass span {
    background: url(../img/images_pass/red.jpg) no-repeat top right;
}

.goodPass {
    background: url(../img/images_pass/yellow.jpg) no-repeat 0 0;
}

.goodPass span {
    background: url(../img/images_pass/yellow.jpg) no-repeat top right;
}

.strongPass {
    background: url(../img/images_pass/green.jpg) no-repeat 0 0;
}

.strongPass span {
    background: url(../img/images_pass/green.jpg) no-repeat top right;
}

.h2_vers_bas {
    display: block;
    cursor: pointer;
    padding: 5px 25px 5px 15px;
    text-align: left;
    font: bold 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #515151;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border-bottom: 1px solid #dddddd;
    position: relative;
    font-size: 12px;

    /*Gradient*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ededed), color-stop(100%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #ededed 50%, #ffffff 100%, #ffffff 100%); /* W3C */
}

.h2_vers_bas .img_slide, .ext_h3 .img_slide, .titre_h3 .img_slide {
    background: url(../img/icons/vers_bas.png) right no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.h2_slide .img_slide {
    background: url(../img/icons/vers_bas.png) right no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.h2_vers_bas .img_slide {
    top: 7px !important;
}

.h2_vers_centre {
    margin: 0 auto;
    padding: 7px 10px !important;
    width: 50%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.h2_vers_centre a {
    color: #515151;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.transport_hotel thead th {

    padding: 10px 0;
    color: #333333;
    background-repeat: repeat, repeat;
    background-image: -webkit-linear-gradient(top, rgba(224, 224, 224, 0.22), rgba(146, 146, 146, 0.26)), url(../img/pt_1.png); /* For Chrome and Safari */
    height: 20px;
    background-image: -moz-linear-gradient(top, rgba(224, 224, 224, 0.22), rgba(146, 146, 146, 0.26)), url(../img/pt_1.png); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(top, rgba(224, 224, 224, 0.22), rgba(146, 146, 146, 0.26)), url(../img/pt_1.png); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(top, rgba(224, 224, 224, 0.22), rgba(146, 146, 146, 0.26)), url(../img/pt_1.png); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to top, rgba(146, 146, 146, 0.26), rgba(224, 224, 224, 0.22)), url(../img/pt_1.png); /* Standard syntax; must be last */
    border-bottom: 1px solid rgb(194, 194, 194);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    -ms-box-shadow: inset 0 1px 2px white;
    -o-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
}

.transport_hotel tbody td {
    padding: 5px 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

.transport_hotel tbody td textarea, .transport_hotel tbody td input[type="text"] {

    display: inline-block;
    padding: 4px 6px;
    width: 80%;
    height: 35px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.tab_equipement tr td .no_border, .tab_general tbody tr td .no_border {
    border: none;
    padding: 0px 0px;
}

.tab_equipement tr td {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #dddddd;
}

.tab_equipement .tr_bg_equipement tr td {
    padding: 10px;
}

.tab_equipement tr td.inp_check {
    padding: 5px 5px 5px 10px;
}

.tab_equipement tr td {
    padding: 0px;
    border-bottom: 1px solid #D8DCDE;
    background: #edf1f3;
    color: #333333;
    text-shadow: 0 1px 0 #fff;
}

.tab_equipement tr td label {
    margin-top: 0;
    float: none;
    padding: 0;
    width: auto;
}

.tab_equipement tr td.yes {
    background: #f5f5f5;
}

.tab_equipement tr td.no {
    background: #cccccc;
}

.tab_filtrer tr td {
    padding: 0 7px 0 7px;
    font-size: 12px;
    text-align: left;
}

.tab_filtrer tr td label {
    padding-left: 5px;
    display: inline-block;
}

.tab_filtrer tr td input {
    padding: 3px 0 0 0;
    float: left;
}

.tab_filtrer tr td p {
    padding: 0 0 5px 0;
}

.tab_filtrer tr td .bg_type {
    background: #ededed;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #ffffff;
    margin-bottom: 10px;
}

#couleur_dispo {
    text-align: center;
    margin: 20px 0 0;
    text-shadow: 0 1px 0 #ffffff;
}

#couleur_dispo li {
    display: inline-block;
    color: #666666;
    letter-spacing: 1px;
    line-height: 18px;
    margin-right: 15px;
}

#couleur_dispo .ferme {
    background: url(../img/icons/fermer2.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .traveaux {
    background: url(../img/icons/fermer.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .gardien {
    background: url(../img/icons/pas_periode.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .dispo_non_resa {
    background: url(../img/icons/dispo_non_resa.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .ferme2 {
    background: url(../img/icons/fermer2.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .ouvert {
    background: url(../img/icons/ouvert.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .ouvert2 {
    background: url(../img/icons/ouvert2.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .pas_chambre {
    background: url(../img/icons/pas_chambre.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .pas_chambre2 {
    background: url(../img/icons/pas_chambre2.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .pas_de_prix {
    background: url(../img/icons/pas_prix_p.png) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .prix_affectes {
    background: url(../img/icons/prix_affectes.png) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .room_avail {
    background: url(../img/icons/room_avail.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .expirer {
    background: url(../img/icons/epuisee.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .demande_traiter {
    background: url(../img/icons/demande_traite.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .demande_non_traiter {
    background: url(../img/icons/non_traite.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .demande_cloturer {
    background: url(../img/icons/demande_cloturer.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .restrictions_ico {
    background: url(../img/icons/icone_restrictions.png) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .reserve {
    background: url(../img/icons/expirer.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .epuise {
    background: url(../img/icons/pas_chambre.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

#couleur_dispo .epuise_ext {
    background: url(../img/icons/expirer_ext.jpg) left no-repeat;
    height: 18px;
    padding: 0 0 0 30px;
}

div#contenu_principal .mesage_dispo {
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
}

/* 	PLANNIG DISPO  */

.form_begin {
    text-align: center;
}

.form_begin .calendrier {

    background: url(../img/icons/icon_calendar.png) right no-repeat #FFFFFF;
    margin: 0px 10px 0px 0px;
    width: 100px;

    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #454545;
    height: 24px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.form_begin .filtrer_date {

    background: #FFFFFF;
    margin: 0px 10px 0px 0px;

    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #454545;
    height: 24px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

.date_sejour {

    background: url(../img/icons/icon_calendar.png) right no-repeat #FFFFFF;
    margin: 0px 0px 0px 0px;
    width: 120px;
    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    color: #222222;
    height: 28px;
    vertical-align: top;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #fff;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding: 4px 6px;
}

.retour_precedent {
    text-align: center;
    font-size: 18px;
    padding: 10px 0 10px 0;
}

.retour_precedent a {
    font-size: 18px !important;
    background: url(../img/icons/retour_prev.png) left no-repeat !important;
    padding: 2px 5px 2px 25px !important;
    display: inline-block;
}

.retour_precedent a.envoyer_client {
    background: url(../img/icons/renvoyer_client.png) left no-repeat !important;
    padding: 2px 10px 2px 32px !important;
}

.retour_precedent .retour_input {
    font-size: 18px !important;
    background: url(../img/icons/retour_prev.png) left no-repeat !important;
    padding: 2px 5px 2px 25px !important;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;

    color: #333333;
    clear: both;
    padding: 2px 15px;
    cursor: pointer;
    margin: 3px 0 0 0;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 14px;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div#contenu_principal .message_alert {
    border: 3px solid #990000;
    background: #F5D0CD url(../img/bg_fade_red_med.png) repeat-x top;
    padding: 5px 5px 6px 5px;
    text-shadow: 1px 1px 1px #fff;
    overflow: auto;
    margin-bottom: 20px;
    font-size: 13px;
}

div#contenu_principal .nom_hot_cpt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 7px;
}

div#contenu_principal .message_bas {
    margin-top: 20px;
}

div#contenu_principal .message_alert img {
    position: relative;
    top: 2px;
}

div#contenu_principal .top_no_clear {
    clear: none;
}

.form_begin .ok_envoie, .form_client_arrivant .voir, .retour_precedent a, .imprim_bas .btn_export {
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;

    color: #333333;
    clear: both;
    padding: 2px 15px;
    cursor: pointer;
    margin: 3px 0 0 0;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 14px;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form_begin .ok_envoie:hover, .form_client_arrivant .voir:hover, .retour_precedent a:hover, .retour_precedent .enregistrer:hover, .retour_precedent .retour_input:hover, .imprim_bas .btn_export:hover {
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
}

.retour_precedent .enregistrer {
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;

    color: #333333;
    clear: both;
    background: url(../img/icons/icon_sauvegarder.png) left no-repeat !important;
    padding: 1px 5px 1px 25px !important;
    cursor: pointer;
    margin: 0 0 0 5px;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 18px;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.bloc_legende_gauche, #filtre_recherche, .compteur {
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #eef1f3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 #FFFFFF;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 10px 8px;
    padding: 2px;
}

.bloc_legende_gauche .titre_legende td {
    background: #eef1f3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.bloc_legende_gauche td.legende_icon {
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    background: url(../img/icons/bg_li_menu_gauche.png) right no-repeat #fdfdfd;
    padding: 10px 15px;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    text-align: left;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
}

.lib_compteur {
    padding: 0 5px;
    font-size: 8px;
}

.compteur {
    margin: 0 4px 0 1px !important;
    float: left;
    width: 10%;
}

.compteur .nbr_pax {

    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    height: 17px;
    color: #333;
}

.compteur .nbr_pax .vert {
    color: #99cc00;
}

.compteur .nbr_pax .rouge {
    color: #cc0000;
}

.slide {
    text-align: left !important;
    position: relative;
    padding-left: 10px !important;
    cursor: pointer;
}

.slide .toogle_bas {
    background: url(../img/icons/vers_bas.png) left no-repeat;
    width: 29px;
    height: 21px;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 7px;
    cursor: pointer;
}

.bloc_legende_gauche .h3_legende, #filtre_recherche .h2_affiner {
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #eef1f3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
}

.details_legende_resa, .categorie_equipement .style_h3 {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    padding: 5px 5px !important;
    font-size: 11px;
    font-weight: bold;
}

.categorie_equipement .style_h3 {
    padding: 5px 10px;
}

.details_legende_resa, .categorie_equipement {
    border: 1px solid #cacaca;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.details_legende_resa li {
    display: block;
    border-bottom: 1px solid #cacaca;
    background: url(../img/icons/bg_li_menu_gauche.png) right no-repeat #fdfdfd;
    padding: 10px 15px;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
}

.categorie_equipement .bloc_filter_search {
    display: block;
    border-bottom: 1px solid #cacaca;
    background: #fdfdfd;
    padding: 10px 10px;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
}

.liste_info_gauche li {
    list-style: none;
    padding-bottom: 3px;
}

.liste_info_gauche li.ligne_res label {
    position: relative;
    top: -2px;
}

.details_legende_resa li:last-child {
    border-bottom: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.details_legende_resa li .icon_leg {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.liste_date_defferent {
    background: #f5f5f5;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    overflow: hidden;
}

.liste_date_defferent li {
    list-style: none;
    float: left;
    width: 17%;
    margin: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #ffffff;
    background: #ededed;
    padding: 5px;
    border: 1px solid #dddddd;
}

.liste_date_defferent li label {
    font-size: 11px;
    text-align: left;
    margin-bottom: 3px;
    display: inline-block;
}

.liste_date_defferent li div {
    margin-bottom: 2px;
}

.liste_date_defferent li input {
    background: url(../img/icons/icon_calendar.png) right no-repeat #FFFFFF;
    margin: 0px 0px 0px 0px;
    width: 80%;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;

    color: #454545;
    height: 24px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 4px 6px;
}

/*Table*/

.tab_resa tbody td a {
    text-decoration: underline;
}

.tab_resa tbody td a:hover {
    text-decoration: none;
}

.tab_dispo .bg_gris {
    background-color: #e2e2e2;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    padding: 5px;
    font-size: 12px;
    color: #333333;
    text-shadow: 1px 1px 1px #ffffff;
}

.tab_dispo .achat_vente, .tab_dispo .achat_vente_client {
    float: right;
    font-size: 11px;
    margin-right: 10px;

}

.tab_dispo .achat_vente p {
    margin: 5px 0;
    color: #CC3300;
}

.tab_dispo .achat_vente .bor_achat {
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 5px;
}

.tab_dispo tr td {

}

.tab_dispo .no_padding, body .tab_general .no_padding {
    padding: 0 !important;
}

.tab_dispo .bg_gris .planning_tarif_chambre_nom {
    font-weight: bold;
    font-size: 14px;
}

/*  .tab_dispo .bg_gris2 td.jour {
    border-top: solid 1px #666666;
	}*/

.tab_dispo .bg_gris2 {
    background: #DFE2E4; /* old browsers */
    background: -moz-linear-gradient(top, #E6ECEF 0%, #D0D6DA 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6ECEF), color-stop(99%, #D0D6DA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6ECEF', endColorstr='#D0D6DA', GradientType=0); /* ie */
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
    font-size: 10px;
}

#tab_dispo_c #ligne_title, #tab_dispo .table_tr {
    display: table;
}

.tab_dispo .bg_gris2 .date {
    color: #000000;
    display: inline-block;
    width: 60px;
}

.tab_dispo .bg_gris2 td {
    text-align: center;
    background: #DFE2E4; /* old browsers */

    background: -moz-linear-gradient(top, #E6ECEF 0%, #D0D6DA 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6ECEF), color-stop(99%, #D0D6DA)); /* webkit */

    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6ECEF', endColorstr='#D0D6DA',GradientType=0 ); ie */

    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #cccccc;

    color: #333;
    text-shadow: 0 1px 0 #FFFFFF;

    border-right: 1px solid #e2e2e2;

    font-weight: normal;
    padding: 2px 5px;

}

.tab_dispo td.large_fixe_top {
    width: 160px !important;
}

.tab_dispo td.large_fixe {
    width: 160px !important;
}

.tab_dispo td.large_fixe_pax {
    width: 100px !important;
}

.tab_dispo tr td.large_fixe_pax .marge_tab {
    width: 70%;
}

.tab_dispo td.large_fixe_jour {
    width: 160px;
    display: inline-table;
}

.tab_dispo .bg_gris .planning_num_chambre a {
    background: url(../img/icons/edit_res.png) left no-repeat;
    padding: 2px 0 2px 26px;
}

.tab_dispo .bg_gris .vers_droite {
    margin-left: 10px;
    font-size: 11px;
    display: table;
    width: 150px;
    margin-bottom: 3px;
}

.tab_dispo .bg_gris .vers_droite a {
    background: url(../img/icons/edit_res_small.png) left no-repeat;
    padding: 2px 0 2px 17px;
}

.tab_general tbody tr td.td_chambre_num_dispo {
    background: #f9f9f9;
}

.tab_dispo .bg_gris .fermer_chambre, .debloquer_m {
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3071a9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background-image: -webkit-linear-gradient(top, #428bca, #3071a9);
    background-image: -moz-linear-gradient(top, #428bca, #3071a9);
    background-image: -ms-linear-gradient(top, #428bca, #3071a9);
    background-image: -o-linear-gradient(top, #428bca, #3071a9);
    background-image: linear-gradient(top, #428bca, #3071a9);
    background-repeat: repeat-x;
    border-color: #428bca #428bca #3071a9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 11px;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.tab_dispo .bg_gris .fermer_chambre:hover, .debloquer_m:hover {
    background: #428bca;
}

.tab_dispo .bg_gris .ouvrir_chambre:hover, .bloquer_m:hover {
    background: #7fdd97;
}

.tab_dispo .bg_gris .ouvrir_chambre, .bloquer_m {
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #6AC280;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 11px;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.bloquer_m, .debloquer_m {
    display: block;
}

.tab_dispo .bg_gris .chambre_non_dispo {
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #555555;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 11px;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.tab_dispo .bg_gris .chambre_traveaux {
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fe0000;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 11px;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.tab_dispo .bg_gris .chambre_gardien {
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #9933ff;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 11px;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
}

.chambre_bloquer {
    color: #D6A810;
    margin-bottom: 5px;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background: #FDF8E8;
    border: 1px solid #F6DD89;
}

.debloquer_m_rond {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #CC0000;
    box-shadow: inset 0 0 9px rgba(2, 3, 3, 0.15);
    display: inline-block !important;
    text-decoration: none;
}

.tab_general tbody tr td .hotel{
    line-height: 30px;
    color: black !important;
    font-size: x-large;
    font-weight: bold;

}

.hotel:before {
    content: "H";
}

.bloquer_m_rond, .ok_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #9dc011;
    box-shadow: inset 0 0 9px rgba(2, 3, 3, 0.15);
    display: inline-block !important;
    text-decoration: none;
}

.bloquer_m_rond_allottement, .ok_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #844ac0;
    box-shadow: inset 0 0 9px rgba(2, 3, 3, 0.15);
    display: inline-block !important;
    text-decoration: none;
}

.aconfirmer_m_rond {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fefb00;
    box-shadow: inset 0 0 9px rgba(2, 3, 3, 0.15);
    display: inline-block !important;
    text-decoration: none;
}

.no_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FF0000;
    box-shadow: inset 0 0 9px rgba(2, 3, 3, 0.15);
    display: inline-block !important;
    text-decoration: none;
}

.ok_icon .icon-ok-sign {
    font-size: 28px;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 0;
    margin-top: 1px;
}

.no_icon .icon-remove {
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 0;
    margin-top: 3px;
}

.tab_general tbody tr td.red_style {
    color: #FF0000;
}

.tab_general tbody tr td .bas_padding {
    margin-bottom: 2px;
}

.tab_general tbody tr td.nom_etab {
    background: #f9d4d4;
    border: 1px solid #f7bebd;
    color: #b71b17;
    font-size: 22px;
    padding: 10px;
}

.derniere_date {
    margin-top: 5px;
    color: #B71B17;
    display: block;
}

.tab_dispo tr td .bloc_relative {
    position: relative;
    padding: 15px 0 3px 0;
}

.tab_dispo tr td .rouge_txt_top {
    position: absolute;
    top: 0px;
    left: 3px;
    color: #990033;
}

.tab_dispo tr td .rouge_txt_bas {
    position: absolute;
    bottom: 0px;
    left: 3px;
    color: #990033;
}

body .tab_dispo tr td {
    border-top: #e2e2e2 solid 1px;
    border-right: #e2e2e2 solid 1px;
}

body .tab_dispo {
    border-left: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;

}

.border_fieldset .tab_dispo tr td.no_padding {
    padding: 0;
    border: none;
}

body .tab_dispo tr td.etat_dispo_griser {
    background: #666666;
}

#tab_dispo_c {
    border-bottom: #757575 solid 1px;
    border-left: #757575 solid 1px;
}

.tab_dispo tr td.no_bord {
    border: none;
}

.tab_dispo .bg_gris2 .no_back {
    background: #DFE2E4; /* old browsers */

    background: -moz-linear-gradient(top, #E6ECEF 0%, #D0D6DA 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6ECEF), color-stop(99%, #D0D6DA)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6ECEF', endColorstr='#D0D6DA', GradientType=0); /* ie */

    border-bottom: 1px solid #e2e2e2;

    color: #333;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFFFFF;

    border-right: 1px solid #e2e2e2;
    position: relative;

    font-weight: normal;
    padding: 7px 5px;
}

.tab_dispo .bg_gris2 .style_table {
    display: table;
    width: 200px;
}

.tab_dispo .style_table_inter {
    display: table;
    width: 200px !important;
}

.tab_dispo tr .fermer {
    width: 30px;
    height: 27px;
    font-size: 10px;
    padding: 2px 5px;
    color: #333333;
    text-align: center;
    text-shadow: 1px 1px 2px #ffffff;
}

.tab_dispo tr td a {
    color: #333333;
    text-decoration: none;
}

.tab_dispo tr .blanc {
    color: #ffffff;
}

.tab_dispo .etat_dispo, .tab_dispo .etat_dispo_hover, .tab_dispo .etat_dispo_chambre, .tab_dispo .etat_dispo_hover_chambre {
    text-align: center;
}

.tab_dispo .etat_dispo, .tab_dispo .etat_dispo_chambre {
    background: #99CC33;
}

.tab_dispo .etat_dispo_hover, .tab_dispo .etat_dispo_hover_chambre {
    background: #555555;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../font/websymbols-regular-webfont.eot');
    src: url('../font/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/websymbols-regular-webfont.woff') format('woff'),
    url('../font/websymbols-regular-webfont.ttf') format('truetype'),
    url('../font/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.chambre_ouvert {
    font-family: 'WebSymbolsRegular';
    font-size: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
}

.menu_liens_hotel {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.liens_etablisement_interne {

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border-right: #dddddd solid 1px;
    height: 31px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
}

.liens_etablisement_interne li {
    float: left;
    list-style: none;
    display: block;
    position: relative;
}

.liens_etablisement_interne li a {
    border-left: #dddddd solid 1px;
    border-right: #ffffff solid 1px;
    padding: 8px 5px 5px 5px;
    display: block;
    color: #333333;
    text-decoration: none;
    height: 18px;
    vertical-align: middle;
    text-shadow: 0 1px 0 #ffffff;
    transition: all 0.3s ease-out;
}

.liens_etablisement_interne li .active {
    background: #ffffff;
}

.liens_etablisement_interne li .lien_selected {
    background: url(../img/bg_lien_active.png) bottom center no-repeat;
    width: 21px;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 40%;
}

.liens_etablisement_interne li.last a {
    border-right: #dddddd solid 1px;
}

.liens_etablisement_interne li a:hover {
    background: #ffffff;
}

.liens_etablisement_interne li.first a:hover, .liens_etablisement_interne li.first a {
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.liens_etablisement_interne li.last a:hover, .liens_etablisement_interne li.last a {
    -webkit-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.select_center {
    text-align: center;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.select_center select {
    padding: 5px 10px;
    font-size: 1em;
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    display: inline-block;
    background-color: #f2f2f2;
}

.select_center .filtrer {
    width: 150px;
}

.select_center select option {
    text-shadow: none;
    padding: 0 5px;
}

.select_center .gauche_select {
    display: inline-block;
    margin-right: 10px;
}

.select_center .text_gras {
    font-size: 13px;
    text-shadow: 0 1px 0 #ffffff;
}

.select_center .renitialiser_affichage {
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: #333333;
    display: inline-block;
    padding: 4px 15px 4px 20px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 12px;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background: url(../img/icons/refresh.png) left no-repeat;

}

.select_center .renitialiser_affichage:hover {
    background: url(../img/icons/refresh.png) left no-repeat #EEEEEE;
}

.select_center .afficher_rooming {
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: #333333;
    display: inline-block;
    padding: 4px 15px 4px 15px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 12px;

    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
    background: none;

}

.select_center .afficher_rooming:hover {
    background: #EEEEEE;
}

div#contenu_principal .select_center .last_modif {
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 4px 10px;
    text-align: right;
    color: #fff;
    font-size: 10px;
    text-shadow: none;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #848484;
}

.gauche_text {
    text-align: left !important;
}

.tab_dispo tr td.r_existe {
    background-image: url(../img/icons/bg_restriction.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.tab_dispo tr td.r_existe_planning_tarif {
    color: #666666;
    text-shadow: 0 1px 0 #fff;
    font-size: 16px;
    font-weight: bold;
}

.tab_dispo tr td .restrictions_td {
    color: #FFFFFF;
    text-align: right;
    display: none;
}

.tab_dispo tr .plus {
    font-size: 10px;
    display: block;
    color: #333333;
    padding-top: 1px;
}

.tab_dispo tr .fer_ouv {
    display: block;
    background: url(../img/icons/fer_ouv.jpg) top repeat-x #65ff00;
    width: auto;
    height: auto;
    font-size: 10px;
    text-align: center;
    padding: 1px;
    color: #333333;
    text-shadow: 1px 1px 2px #ffffff;
}

.tab_dispo .etat_dispo a {
    background: url(../img/icons/changer_etat.png) center no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.tab_dispo .etat_dispo_chambre a {
    background: url(../img/icons/tick-circle.png) center no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.tab_dispo tr .change_price {
    /*   background:#2F3E42;*/
    color: #333333;
    text-shadow: none;
    padding: 2px 5px;
}

.tab_dispo tr td .prix_p {
    padding: 4px 0 4px;
    font-size: 16px;
    width: 60px;
    color: #333333;
    text-shadow: 0 1px 0 #dddddd;
}

.tab_dispo tr td .planning_tarif a {
    background: url(../img/icons/edit_res.png) top left no-repeat;
    padding: 4px 0 0 24px;
    display: inline-block;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    font-size: 12px;
}

.tab_dispo tr td.gratuite_applique {
    background: url(../img/icons/offer.png) top right no-repeat;
}

.tab_dispo tr td.no_gratuiter .img_offer {
    display: none;
}

.tab_dispo tr td.gratuite_applique_border .img_offer {
    position: relative;
}

.tab_dispo tr td.gratuite_applique_border .img_offer img {
    border: none;
    position: absolute;
    top: -3px;
    right: -1px;
}

body .tab_dispo .etat_dispo_hover a {
    background: url(../img/icons/etat_fermer.png) center no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.tab_dispo .etat_dispo_hover_chambre a {
    background: url(../img/icons/cross-circle.png) center no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.tab_dispo tr td.free_sale {
    background: url(../img/icons/free_sale.png) center no-repeat #a9d258;
    width: 70px;
    height: 29px;
}

.tab_dispo tr td.on_request {
    background: url(../img/icons/on_request.png) center no-repeat #e85234;
    width: 70px;
    height: 29px;
}

.tab_dispo tr td .marge_tab {
    background: #fff;
    font: 13px/16px 'Arial';
    border: 1px solid #999;
    -webkit-box-shadow: inset #dedede 0 0 5px 0;
    -moz-box-shadow: inset #dedede 0 0 10px 0;
    box-shadow: inset #dedede 0 0 5px 0;
    color: #666666;

    padding: 2px 1px;
    /*-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
	cursor:pointer;*/
    display: block;
    height: 18px;
    width: 94%;
}

.tab_dispo tr td .style_vente {
    border: 1px solid rgba(255, 255, 255, 0.6);

    background: #eeeeee;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    color: #555;
    margin: 2px 0 0 0;
}

body .tab_dispo tr td .bloc_relative .style_vente {
    margin: 0;
!important;
}

div#print_zone {
    position: relative;
    width: 100%;
}

div#print_zone .tab_general {
    width: 100%;
}

.print_unique {
    position: absolute;
    top: 273px;
    right: 20px;
    z-index: 10000;
}

.print_unique .print_zone {
    background: url(../img/icons/printer.png) left no-repeat;
    padding-left: 20px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.print_unique .print_zone:hover {
    color: #999999;
}

.bg_imprimer {
    text-align: center;
    position: absolute;
    right: 10px;
    z-index: 1000;
    top: 100px;

}

.bg_imprimer .print_zone {
    outline: none;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #333333;
    padding: 2px 15px 2px 50px;
    cursor: pointer;
    margin: 0px 0 0 0;
    text-shadow: 1px 1px 1px #ffffff;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 30px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 20px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../img/icons/printer_big.png) left no-repeat;
}

.bg_imprimer .print_zone:hover {
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08),
    0 0 40px 5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #ffffff;
}

.donnes_factuure {
    float: right;
    text-align: right;
    position: relative;
}

.tab_standard {
    width: 100%;
}

.tab_standard p {
    line-height: 18px;
}

.moyen_size_droite p {
    line-height: 25px;
}

.no_bord_bottom .num_facture {
    /*	font-size:16px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background: linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
	border: 1px solid #e2e2e2 !important; margin:0;
	padding: 7px 10px;
	text-shadow:0 1px 0 #ffffff;
	position: relative;
	z-index:2;
	display:inline-block;
	margin:7px 8px;*/
}

.donnes_factuure .cmd_bas {
    display: block;
    font-size: 12px;
}

.no_bord_bottom p {
    border-bottom: none !important;
    border-top: none !important;
}

.login .txt_sous_facture {
    font-size: 11px;
    font-weight: normal;
}

.login .txt_sous_facture span {
    padding-right: 10px;
}

.login .block {
    display: block;
}

.login .vers_droite_c {
    padding-left: 10px;
}

.tab_coordonnes {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 12px;
    width: 100%;
    margin: 50px 0 50px 0;
}

.tab_coordonnes tr th {
    padding: 5px;
    text-align: center;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.tab_coordonnes tr td {
    padding: 5px;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.mentions_compta {
    width: 100%;
}

.mentions_compta tr td.penalites {
    background: #f9d4d4;
    color: #b71b17;
    border: 1px solid #f7bebd;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.mentions_compta tr td.penalites strong {
    font-size: 17px;
}

.no_bord_top {
    border-top: none;
}

.no_bord_bottom {
    border-bottom: none;
}

.text_a_droite .notice {
    font-size: 10px !important;
    color: #999999;
    margin: 15px 0 0 0;
}

.text_a_droite {
    font-size: 14px;
    text-align: right;
    text-shadow: 0 1px 0 #ffffff;
    margin: 15px 0;
    width: 100%;
}

.txt_cell_2_1 {
    font-size: 11px;
    font-weight: normal;
}

.moyen_size_droite {
    font-size: 16px;
    line-height: 23px;
}

.login .achat_style {
    width: 10% !important;
    margin-right: 5px;
}

.liste_type_paiement li {
    background: url(../img/icons/tick.png) left no-repeat;
    padding-left: 25px;
    margin-left: 20px;
    display: inline-block;
}

body .login .vente_style {
    width: 10% !important;
    color: #555;
}

.login .styl_vente_text {
    margin: 0 0 0 30px;
}

/******************* scroll *************/

.jspContainer {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.jspPane {
    position: absolute;
    padding: 0 0 0 0 !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 35px;
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #E0E0E0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#D7D7D7');
    background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#D7D7D7));
    background: -moz-linear-gradient(top, #E9E9E9, #D7D7D7);
    -webkit-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -moz-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -o-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -khtml-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    height: 14px !important;
    position: relative;
}

.jspDrag {
    background: url(../img/bg/bg-scroll-drag.png) 0 0 no-repeat;
    position: relative;
    top: 1px;
    left: 0;
    cursor: pointer;
}

.jspDrag:hover {
    background-position: 0 bottom
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.scroll-pane {
    width: 100%;
    overflow: auto;
    position: relative;
    padding-bottom: 0px !important;
}

.horizontal-only {
    height: auto;
}

.scroll-over {
    overflow: auto;
    width: 100%;
}

.liste_icons_centre {
    text-align: center;
}

.liste_icons_centre li {
    display: inline-block;
    list-style: none;
    margin: 10px 40px 10px 0;
}

.liste_icons_centre li img {
    border: none;
}

.hotel_form {

    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #CACACA;
    padding: 5px;
}

.hotel_form .rech_hotel_p {
    padding: 0 0 5px;
    overflow: hidden;
}

.hotel_form .rech_hotel_p label {
    float: left;
    width: 45%;
    position: relative;
    top: 3px;
}

.hotel_form .rech_hotel_p .calendrier {
    background: url(../img/icons/icon_calendar.png) no-repeat right;
}

.hotel_form .top_destination .bloc_principal_c_gauche {
    display: block;
    width: 100%;
    float: none;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #ffffff;
    overflow: hidden;
}

.hotel_form .destination_nomhotel {
    display: inline-block;
    width: auto !important;
    margin-right: 7px;
}

.hotel_form .top_destination {
    padding-bottom: 10px;
}

.hotel_form .top_destination .nom_ville {
    width: 98% !important;
}

.hotel_form .rech_hotel_p .nom_ville, .hotel_form .rech_hotel_p .type_room {
    width: 52%;

    font-size: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #454545;
    height: 22px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    vertical-align: middle;
    padding: 2px 3px;

}

.hotel_form .rech_hotel_sub {
    position: relative;
    text-align: right;
}

.hotel_form .rech_hotel_sub .soit_nuit {
    position: absolute;
    left: 5px;
    top: 5px;
}

.hotel_form .rech_hotel_sub .rechercher {
    margin-right: 10px;
}

.bg_numbr {
    font-weight: bold;
    font-size: 14px;
}

.tab_total_achat_resa {
    margin: 0 auto;
}

.tab_total_achat_resa tr td {
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}

.tab_total_achat_resa tr td.contenu_td {
    width: 45%;
}

.tab_total_achat_resa tr td .nbr_grand {
    font-size: 22px;
}

/** bloc intermedaire **/

div#bloc_intermediare {
    margin: 10% auto 0 auto;
    width: 500px;
}

div#bloc_intermediare .splash_screen {

    background: #FFFFFF;
    border: 1px solid rgba(147, 184, 189, 0.8);
    -webkit-box-shadow: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10% auto 0 auto;
    width: 500px;
    display: block;
}

div#bloc_intermediare .splash_screen .logo {
    height: 120px;
    padding-top: 30px;
}

div#bloc_intermediare .splash_screen .logo:after {
    content: ' ';
    display: block;
    width: 70%;
    height: 2px;
    margin: 0 15%;
    margin: 0 auto;
    margin-top: 10px;
    background: -moz-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(147, 184, 189, 0)), color-stop(20%, rgba(147, 184, 189, 0.8)), color-stop(53%, rgba(147, 184, 189, 1)), color-stop(79%, rgba(147, 184, 189, 0.8)), color-stop(100%, rgba(147, 184, 189, 0)));
    background: -webkit-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: -o-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: -ms-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
}

div#bloc_intermediare .splash_screen .yeego_reward_program {
    color: rgb(127, 124, 124);
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid rgb(219, 229, 232);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: rgb(225, 234, 235);
    background: -moz-repeating-linear-gradient(-45deg,
    rgb(247, 247, 247),
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
    background: -webkit-repeating-linear-gradient(-45deg,
    rgb(247, 247, 247),
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
    background: -o-repeating-linear-gradient(-45deg,
    rgb(247, 247, 247),
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
    background: repeating-linear-gradient(-45deg,
    rgb(247, 247, 247),
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
}

div#bloc_intermediare .splash_screen .yeego_action {
    color: #999999;
}

div#bloc_intermediare .splash_screen .yeego_action_indicator {
    padding: 10px 0;
}

div#bloc_intermediare .splash_screen .yeego_action_place {
    font-size: 14px;
    padding: 0 10px;
    color: #666666;
}

div#bloc_intermediare .splash_screen .yeego_action_place span {
    font-weight: bold;
}

#alert_moteur_hotel {
    padding-left: 10px;
}

#alert_moteur_hotel .saisir_destiantion {
    color: #CC0000;
    padding: 5px 0 5px 15px;
    text-decoration: blink;
    text-shadow: none;
    background: url(../img/icons/icon_alert.png) no-repeat left;
}

.tab_dispo tr td a {
    color: #333333;
    text-decoration: none;
}

.tab_dispo tr .blanc {
    color: #ffffff;
}

.tab_dispo .etat_dispo, .tab_dispo .etat_dispo_hover, .tab_dispo .etat_dispo_chambre, .tab_dispo .etat_dispo_hover_chambre, .tab_dispo .etat_dispo_hover_chambre_planning {
    text-align: center;
}

.tab_dispo .etat_dispo, .tab_dispo .etat_dispo_chambre {
    background: #99CC33;
}

.tab_dispo .etat_dispo_hover, .tab_dispo .etat_dispo_hover_chambre {
    background: #555555;
}

.tab_dispo .etat_dispo_hover, .tab_dispo .etat_dispo_hover_chambre_planning {
    background: #bbbbbb;
}

body .tab_dispo .etat_dispo_hover a, .tab_dispo .etat_dispo_hover_chambre_planning a {
    background: url(../img/icons/etat_fermer.png) center no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.tab_dispo .etat_dispo_hover_chambre a, .tab_dispo .etat_dispo_hover_chambre_planning a {
    background: url(../img/icons/cross-circle.png) center no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.tab_dispo tr td.free_sale {
    background: url(../img/icons/free_sale.png) center no-repeat #a9d258;
    width: 70px;
    height: 29px;
}

.tab_dispo tr td.on_request {
    background: url(../img/icons/on_request.png) center no-repeat #e85234;
    width: 70px;
    height: 29px;
}

#tab_glob tr td {
    vertical-align: top;
}

.tab-tarif-deta tr .large_fixe_top {
    text-align: center;
    background: #DFE2E4; /* old browsers */

    background: -moz-linear-gradient(top, #E6ECEF 0%, #D0D6DA 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6ECEF), color-stop(99%, #D0D6DA)); /* webkit */

    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6ECEF', endColorstr='#D0D6DA',GradientType=0 ); ie */

    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #cccccc;

    color: #333;
    text-shadow: 0 1px 0 #FFFFFF;

    border-right: 1px solid #e2e2e2;

    font-weight: normal;
    padding: 2px 0px;
    width: 120px !important;
    display: table;
}

.tab-tarif-deta tr .new_display {
    background: #434343;
    color: #FFFFFF;
    padding: 4px 5px;
    font-size: 11px;
}

.tab-tarif-deta tr .new_display a {
    color: #FFFFFF;
    text-decoration: none;
}

.tab-tarif-deta tr .new_display a:hover {
    color: #f5f5f5;
}

#tab_dispo_c tr .style-l-fix {
    height: 25px;
    padding-top: 10px;
}

#tab_dispo_c tr .style-l-fix2 {
    height: 48px;
    padding: 20px 10px 0 0;
}

#tab_dispo_c tr .acha_vent {
    font-size: 11px;
    text-align: right;
    color: #CC3300;
    padding-top: 7px;
}

.tab-col-inf tr .detail-achat-vent {

}

.tab-tarif-deta tr td .achat-int {
    display: inline-block;
    margin-right: 7px;
}

.tab-tarif-deta tr td .marge_tab {
    width: 60%;
    display: inline-block;
}

.ajout-enle-hotel .style_p_demande {
    display: inline-block;
    width: 40%;
    padding: 5px;
    border-bottom: none;
}

.ajout-enle-hotel .btn_ajout {
    display: inline-block;
    width: 10%;
    border-bottom: none;
    vertical-align: top;
    padding-top: 10%;
}

.ajout-enle-hotel .style_p_demande .liste_multiple {
    width: 100%;
}

.ajout-enle-hotel .ajouter_form {
    background: #99CC33;
    font-size: 12px;
    border: none;
    font-weight: bold;
    -webkit-box-shadow: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;

}

.ajout-enle-hotel .enlever_form {
    background: #CC0000;
    font-size: 12px;
    border: none;
    font-weight: bold;
    -webkit-box-shadow: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.ajout-enle-hotel .ajouter_form:hover, .ajout-enle-hotel .enlever_form:hover {
    opacity: 0.7;
}

.btn-excel-ren {
    margin-top: 15px;
}

.btn-excel-ren .telecharger-xls a, .btn-excel-ren .renialiser {
    display: inline-block;
    cursor: pointer;
    padding: 10px 25px;
    text-align: center;
    font: bold 15px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #000000;
    text-shadow: 0px 1px 0px #000000;

    /*Shadows*/
    -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.35), 0px 3px 0px #000000;
    -webkit-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.35), 0px 3px 0px #000000;
    /*box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35), 0px 3px 0px #000000;*/

    /*Gradient*/
    background: #4a4a4a; /* Old browsers */
    background: -moz-linear-gradient(top, #4a4a4a 0%, #171717 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #171717)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a4a4a 0%, #171717 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a4a4a 0%, #171717 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #4a4a4a 0%, #171717 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#171717', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #4a4a4a 0%, #171717 100%); /* W3C */
}

.btn-excel-ren .telecharger-xls a:hover, .btn-excel-ren .renialiser:hover {
    background: #5b5b5b; /* Old browsers */
    background: -moz-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #2e2e2e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#2e2e2e', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%); /* W3C */
}

.icone_facture a {
    text-decoration: none;
    padding-right: 5px;
}

.color-v {
    width: 30px;
    height: 30px;
    z-index: 9999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    display: inline-block;
    margin: 4px  0 ;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #eab92d;
}

.color-b {
    width: 30px;
    height: 30px;
    z-index: 9999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0FB2B2;
}
.adresse{
    background-color: #bfbfbf;
}
.adresse-facturation{
    background-color: #c1e3e8;
}

.montant{
    height: 30px;
    z-index: 9999999;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #eab92d;

}
.color-R {
    width: 20px;
    height: 20px;
    z-index: 9999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: red;
}


.left-top-filter {
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
}

.left-top-filter input {
    position: relative;
    top: 2px;
}

.bg-orange {
    background-color: orange;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 3px;
}

.bg-bleu {
    background-color: lightskyblue;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
}
.bg-green {
    background-color: limegreen;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
}
.bg-red {
    background-color: red;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
}
.num_facture{
    vertical-align : super;
    font-weight: bold;
}

