/* CSS */
/***************/
/* Back-office */
/***************/
.paragraphe {
    border: 1px dashed #C00000;
    margin-bottom: 5px;
}

#backoffice_menu_haut {
    width: 100%;
}

/******************/
/* Positionnement */
/******************/
body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: Arial;
    color: #000000;
    font-size: 0.8em;
    background: #b1b1b1;
    /*line-height:25px;*/
    margin: 0;
    padding: 0;
    background-color: #b6b6b6;
    /*background-image: url(../images/body.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;*/;
}
.hide_height{
    height:0px;
    overflow:hidden;
    visibility: collapse;
}
#conteneur {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
    background-color: #FFFFFF;
    background-position: left 40px;
    background-repeat: repeat-x;
    min-height: 100vh;
    padding-top: 20px;
    /* background-image:url(../images/interface/logo_bg2.png); */
    background-position:center;
    background-repeat:no-repeat;
    padding-top: 70px;
}
#gauche{
    position:relative;
    z-index:2;
}
#conteneur.sans_onglet {
    background-position: left 0px;
    text-align: center;
}

#conteneur.sans_onglet #header p {
    display: none;
    padding: 0;
}

#conteneur.sans_onglet #gauche #menuadmin {
    display: none;
    padding: 0;
}

#conteneur.sans_onglet #droite {
    display: none;
}

#conteneur.sans_onglet > table {
    width: 200px!important;
    margin: 0;
    text-align: left;
    margin-top: 10%;
    margin-left: 25%;
}

#conteneur.sans_onglet > table > tbody > tr > td:first-child {
}

#conteneurpopup {
    position: absolute;
    width: 640px;
    left: 10px;
    /*margin-left: -200px;*/
    background-color: #FFFFFF;
    /*** style-impression
    position: relative;
    width: 740px;
    left: 50%;
    margin-left: -350px;
    background-color:#FFFFFF;
    ***/;
}
.content_plan{
    font-size:0;
}

#header {
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 70px;
    width: 13%;
    position: absolute;
    top: 0px;
  /*  background-image: url(../images/backoffice/logo_client.jpg);*/
    background-size: auto 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-left: 0px;
    color: #000000!important;
    z-index: 50;
    left: 0px;
    background-color: #fff/*dynamique*/;
    display:none;
}

#backoffice_menu_haut:hover + #header {
    top: 0px;
}

#headerpopup {
    margin: 0;
    padding: 0;
    height: 50px;
    background-image: url(../images/bandeau_haut_admin_popup.jpg);
    background-repeat: no-repeat;
    background-color: #1C4064;
}

#header img, #headerpopup img {
    padding: 5px 5px 0 0;
    text-align: left;
    float: left;
}

#header p, #headerpopup p {
/*     font-family:Verdana,Arial,sans-serif;
    color: #3c3c3c;
    font-size:11pt;
    font-weight:bold;
    text-transform:uppercase;
    border-left:1px solid #fff;
    padding-left: 30px;
    padding-top:8px;
    padding-bottom:8px;
    margin:0;
    line-height:25px;
    width:400px; */
    display: none;
}

#haut {
    display: none;
    position: absolute;
    top: 85px;
    left: 200px;
    margin: 0;
    padding: 0;
    width: 660px;
    text-align: center;
    height: 18px;
    color: #184163;
    font-size: 20px;
    /*** style-impression
    display:none;
    ***/;
}

#conteneur.sans_onglet #haut {
    top: 45px;
}

#haut p {
    margin: 0;
    padding: 0 0 0 5px;
    color: #1C4064;
}
.planning_raccourci{
    position:absolute;
    right:10px;
    top:5px;
}
.planning_raccourci img{
    height:30px;
    width:auto;
}
#haut a {
    text-decoration: none;
    color: #ff3919;
}

#haut a:visited {
    text-decoration: none;
    color: #ff3919;
}


.panel-default .panel-heading .btn {
    height: 30px !important;
}

.form_group .group_checkbox {
    display:block;
    margin-right:20px;
    margin-bottom:30px;
    position:relative;
}
.form_group [type="checkbox"]:not(:checked) + label,
.form_group [type="checkbox"]:checked + label{
    position: relative;
    cursor: pointer;
    width: 150px;
    position:absolute;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 40px;
    margin: auto;
    z-index: 2;
}

.form_group [type="checkbox"]:not(:checked) + label:before,
.form_group  [type="checkbox"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 30px;
    border: 1px solid #9a9a9a;
    background-color:#fff;
    height: 30px;
    /* dim. de la case */
    background: #ffffff;
    /* angles arrondis */
}

.form_group [type="checkbox"]:not(:checked) + label:after,
.form_group  [type="checkbox"]:checked + label:after {
    content: '\f00c';
    position: absolute;
     font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    margin-left: 1px;
    margin-top: 0px;
    font-size: 30px;
    color: #8075ff;
    transition: all .2s;
}
.form_group [type="checkbox"]:checked,
.form_group [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -1000px;
    width:auto!important;
    z-index: 1;
}
.form_photo [type="checkbox"]:checked,
.form_photo [type="checkbox"]:not(:checked) {
    position:relative;
    left:0;
}

.form_group [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */

    transform: scale(0);
}

.form_group [type="checkbox"]:checked + label:after {
    opacity: 1;
    /* coche opaque */

    transform: scale(1);
}
.form_group .group_radio {
    display:block;
    margin-right:20px;

    position:relative;
}
.inline_radio .group_radio{
    display:inline-block;
}
.form_group .bln_row .group_radio{
    display:inline-block;
    width:calc(50% - 30px);

}
.form_group .group_checkbox .fake_label{
    padding-left:45px;
    display:inline-block;
    padding-top:5px;
    font-size:18px;
    text-align:left!important;
}
.form_group .group_radio .fake_label{
    padding-left:45px;
    display:inline-block;
    padding-top:5px;
    font-size:18px;
    text-align:left!important;
}
.form_group [type="radio"]:not(:checked) + label,
.form_group [type="radio"]:checked + label{
    position: relative;
    cursor: pointer;
    width: 150px;
    position:absolute;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 40px;
    margin: auto;
    z-index: 2;
}

.form_group [type="radio"]:not(:checked) + label:before,
.form_group  [type="radio"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 30px;
    border: 1px solid #9a9a9a;
    background-color:#fff;
    height: 30px;
    /* dim. de la case */
    background: #ffffff;
    border-radius:50%;
    /* angles arrondis */
}

.form_group [type="radio"]:not(:checked) + label:after,
.form_group  [type="radio"]:checked + label:after {
    content: '';
    position: absolute;
     font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    margin-left: 4px;
    margin-top: 4px;
    background-color:#8075ff;
    font-size: 30px;
    width:24px;

    height:24px;
    border-radius:50%;
    transition: all .2s;
}
.form_group [type="radio"]:checked,
.form_group [type="radio"]:not(:checked) {
    position: absolute;
    left: -10000px;
    width:auto!important;
    z-index: 1;
}

.form_group [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */

    transform: scale(0);
}

.form_group [type="radio"]:checked + label:after {
    opacity: 1;
    /* coche opaque */

    transform: scale(1);
}

#conteneur > table {
    display: inline-block;
    width:calc(100% - 240px);
    margin-left: 220px;
    padding-bottom: 50px;
    /* min-width: 763px; */
    /* height:100%; */
}

#conteneur > table > tbody,#conteneur > table > tbody > tr {
    width: 100%;
    display: block;
}

#conteneur > table > tbody > tr > td:first-child {
    width: 100%;
    display: inline-block;
}

#conteneur > table > tbody > tr > td:nth-child(2) {
    width: 275px;
    display: inline-block;
    position: relative;
    z-index: 1;
    display:none;
    vertical-align: top;
}

#droite {
    margin: 0 0 0 0;
    width: 260px;
    color: #1c1c1c;
    margin: 10px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 20px;
    border: 1px #bbbbbb solid;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:none;
}

#droite .bloc_droite p {
    line-height: 40px;
    ;
}

#gauche + #centreadmin {
    width: 83%;
    margin-left: 14%;
    margin-top: 0;
}
.rapport_page #centreadmin{
    min-height:100%;
    /* height:calc(100vh - 60px); */
    box-sizing:border-box;
    position:relative;
}
.form_rapport,.form_rapport > form{
    /* height:100%; */
}
.form_rapport > form{
    position:relative;
}

.next_prev{
    /* position:absolute; */
    /* bottom:0; */
    /* left:0; */
    /* right:0; */
}
table .table-intel th{
    text-align:center;
    font-size:12px;
    background-color:#333;
    color:#fff;
}
.apply-filter .dropdown-filter-dropdown{
    text-align:left;
    color:#222;
    font-size:12px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    padding:5px!important;
}
.apply-filter .arrow-down{
    border-color:#fff!important;
}
.apply-filter .glyphicon{
      border-color:#fff!important;
      padding:5px 5px;
      margin-left:10px;
      border-radius:5px;
}
.apply-filter .glyphicon-arrow-down:before{
    display:none;
}
.rapport_page #piedadmin{
    display:none;
}
.confirmed{
    color:#fff;
        left:0;
}
.row_reprise + .row_reprise{
    border-top:1px solid #ccc;
}
.block_reprise{
    border-radius:3px;
    padding:0 15px;
    border: 1px solid #ccc;
    margin-top:10px;

}
.row_reprise{
    display:flex;
    gap:15px;
    padding:10px 0px;

}
.content_reprise *{
    text-align:left!important;
}
.image_reprise{
    max-width:200px;
}
.image_reprise img{
    width:100%;
    height:auto;
}

.form_devis .fake_input [type="checkbox"]:checked, .fake_input [type="checkbox"]:not(:checked),
.form_devis .fake_input [type="radio"]:checked, .fake_input [type="radio"]:not(:checked){
    position: absolute;
    left: -10000px;
    z-index: 1;
}
.form_devis .fake_input label{
    display:inline-block;
    position:relative;
    padding:7px 10px;
}
.form_devis .fake_input [type="checkbox"]:not(:checked) + label:before,
.form_devis .fake_input [type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom:0;
    right:0;
    z-index:1;
  
    border: 1px solid #9a9a9a;
   
    
    background: #f8f8f8;
     border-radius:3px;
    /* angles arrondis */
}
.form_devis .fake_input{
    display:flex;
    justify-content: center!important;
}
.form_devis .fake_input  [type="checkbox"]:checked + label:before,
.form_devis .fake_input  [type="radio"]:checked + label:before{
    background-color:#d2d2d2;
        content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom:0;
    right:0;
    z-index:1;
  
    border: 2px solid #f14242;
    border-radius:3px;
}
.form_devis .fake_input [type="checkbox"] + label span,
.form_devis .fake_input [type="radio"] + label span{
position:relative;
    z-index:2;
}
.spe_machine > div{
    display:flex;
    /* flex:1; */
    gap: 20px;
    /* width:100%; */
    width:50%;
    justify-content: flex-start;
}
.spe_machine {

   
}
.listing_add,.listing_figure_add{
    width:100%;
    flex-wrap: wrap;
}
.form_devis .recherche_ajax{
    width:100%;
    z-index:10000;
    position:relative;
}
.list_pro{
    width:100%;
}
#centreadmin {
    /* background-color: #f0f0f0; */
    margin: 10px;
    margin-right: 5px;

    /* border: 1px #cccccc solid; */
    /* width: 95%; */
    box-sizing:border-box;
    margin:auto;

    font-size:16px;
    /*** style-impression
    background-color:#FFFFFF;
    margin:0;
    ***/
}
.listing_figure{
    border:1px solid #ccc;
    padding:15px;
    display:flex;
    gap:15px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    width: 100%;
}
.listing_figure .figure{
  
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px;
    position:relative;
    cursor:pointer;
    flex:1;
}
.figure .num_figure{
    position:absolute;
    background-color:#ef7c0f;
    color:#fff;
    width:25px;
    height:25px;
    text-align:center;
    top:-12.5px;
    right:-12.5px;
    border-radius:50%;
}
.titre_figure{
    display:block;
    text-align:center;
    font-weight:bold;
    margin-bottom:5px;
    font-size:13px;
}
.section_maxi{
    display:block;
    text-align:center;
    color:#345aa5;
    font-weight:bold;
}
.desc_maxi{
    text-align:center;
    display:block;
    font-size:12px;
}
.image_figure{
    height:40px;
    display:block;
    text-align:center;
}
.tab_cmd {
    font-size:13px!important;
}
.previsu_tab .hide_height{
    height:auto!important;
    visibility:visible;
}
#lignes .list_cmd > tr:not(.noqty) > td:nth-child(2):before{
    counter-increment: ligne;
      content: "" counter(ligne);
    
    display:inline-block;
    position:absolute;
    top:20px;
    left:0px;
    font-weight:bold;
    font-size:14px;
    color:#fff;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    border-radius:50%;
    background-color:#ef7c0f;
    
}
#lignes .list_cmd > tr:not(.noqty) > td:nth-child(2){
    position:relative;
    padding-left:23px;
}
#lignes .list_cmd {
   counter-reset: ligne;
}

#centreadmin > .panel{
  /* overflow-x:scroll; */
}
.choix_date{
    text-align:center;
}
.commentaire_entite label{
    width: auto!important;
}
.commentaire_entite textarea{
    width:400px;
    height:150px;
    resize:none;
    margin-bottom:10px;
    max-width:100%;
}

.choix_date img{
    max-width:25px;
}

.bloc_devis.DEVIS.FACTURE.BL{
    display:flex;
    flex-direction: column;
    gap: 10px;
    align-content: center;
    padding: 10px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.form_devis .tab-content {
    padding: 0;
}

.bloc_devis.DEVIS.FACTURE.BL .bloc_devis {
    /* border-top: 1px solid #c9c9c9; */
    padding-top: 0;
}

.bloc_devis.DEVIS.FACTURE.BL .bloc_devis.DEVIS.FACTURE.BL {
    border: none;
    padding-top: 0;
}

.form_devis .bloc_devis.DEVIS.FACTURE.BL hr {
    /* display: flex; */
    /* position: relative; */
    margin: 0 auto;
    height: 0px;
    background-color: #ccc;
    width: 100%;
}

.bloc_devis.DEVIS.FACTURE.BL .row_devis.CONTACT {
    margin-top: 0;
}

.bloc_confi{border-top: 4px solid #ccc;padding: 10px 0;display: flex;flex-wrap: wrap;gap: 5px;justify-content: flex-start;width: 100%;align-content: flex-start;align-items: flex-start;}

.bloc_confi:first-child, .configuration_figure .info_figure .bloc_confi:first-child {
    border: none;
}

.bloc_confi .id_profils {
    width: 100%;
    /* max-width: 500px; */
    display: flex;
    justify-content: center;
}

.bloc_confi .id_profils span {
    width: 100%!important;
    max-width: 500px!important;
}

.bloc_confi span {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 5px;
    /* padding: 0 20px; */
}
.bloc_confi #blocRez li span{
        justify-content: start;
      align-content: start;
    align-items: start;
}
.amorce{
    color:#fff;
    font-size: 12px;
}
.bloc_confi span input {
    margin-top: 0;
}

.bloc_confi h4 {
    width: 100%;
}
.choix_quantite{
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 10px;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: space-evenly;
    width:100%;
    
}
.row_choix{
        background-color: #2e353d;
        display: flex;
        position: relative;
        flex-direction: row;
        gap: 20px;
        padding: 20px;
        align-items: stretch;
        width:100%;
        justify-content: space-evenly;
}
#nb_angle{
    width:200px!important;
    display:block;
    margin:auto;
    margin-top:20px!important;
    font-size:30px;
}
.form_devis .hide_forme select{
     width:200px!important;
    display:block;
    margin:auto;
    margin-top:20px!important;
    font-size:30px;
}
.form_devis .hide_forme label{
    font-size:20px!important;
    color:#fff;
    margin-top:20px;
    text-align:center!important;
    width:100%!important;
}
.row_choix > div{
 width: 100%;
 padding: 50px;
    cursor:pointer;
 /* display:flex; */
 border:2px solid #ccc;
 border-radius:5px;
 justify-content: center;
 flex-wrap: wrap;
 align-content: center;
 align-items: center;
}
.row_choix div span{
    display:block;
    flex:1;
    width:100%;
    color:#fff;
    text-align:center;
    font-size:30px;
}
.configuration_figure{
    display: flex;
    position:relative;
    width:100%;
    flex-direction: row;
    gap: 0;
    padding: 0;
    align-items: flex-start;
    flex-wrap: wrap;
}

.close_figure {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.configuration_figure .config_spe {
    background-color: #fff;
}

.configuration_figure .config_spe .bloc_confi.bg_grey {
    background-color: #2e353d;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    border-radius: 3px;
}

#centreadmin .configuration_figure .config_spe .bloc_confi.bg_grey label {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.select_bloc{
    width:100%;
    display:flex;
    gap:10px;
    /* padding-bottom:10px; */
    justify-content: space-between;
    padding-right: 46px;
}

.select_bloc .btn_fi span {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 14px;
}
.lb_info{
    min-width:80px;
}
.btn_fi span:last-child{
    width:130px;
}

.select_bloc span{
    background-color:#222;
    display:inline-block;
    padding:5px 10px;
    color: #ffffff;
    margin-right: 0;
    text-transform:uppercase;
    cursor:pointer;
    font-size: 12px;
    /* margin-bottom: 5px; */
    line-height: 14px;
}

.select_bloc .btn_fi span.active {
    margin-bottom: 0;
    border-radius: 3px 3px 0px 0px;
    background-color: #efefef;
    color: #000;
}

.select_bloc .btn_fi span.orange.active {
    background-color: #be7b00;
    color: #fff;
}
.select_bloc span.hascom{
    background-color:red;
}
.info_mesure,.info_mesure span{
    cursor:auto;
}
.select_bloc .info_value {
    background-color: #f1f1f1 !important;
    border: 0;
    margin:0px;
    color:#222;
    /* min-width:80px; */
    padding: 5px!important;
}
.info_mesure {
   
}
.info_value.blanc {
    border:0px;
        min-width: 20px;
}
.info_mesure,.btn_fi {
    padding:0px!important;
    display:flex!important;
    justify-content: flex-start;
}
.va_right{
    margin-right:10px!important;
}
.btn_fi{
    background-color:transparent!important;
    gap: 10px;
}

.info_fixe {
    background-color: #d8d8d8;
    box-shadow: 0 0 10px #0000001c;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    gap: 5px 10px;
   
   
}
.frais_annexe + .info_fixe{
     width:100%;
}

.info_fixe .info_mesure {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

.info_fixe .info_mesure span span {
    width: 50%;
    min-height: 24px;
}

.info_fixe .info_mesure span span.lb_info {
    /* width: 50%; */
    max-width: 70px;
    display: flex;
}

.info_fixe span {
    background-color: transparent;
    width: calc(33.3% - 7px);
    padding: 0;
    color: #000000;
    display: flex;
    align-items: center;
}

.info_fixe span > span {
    width: 50%;
    min-height: 24px;
}

.info_fixe .info_mesure span {
    width: calc(24.5% - 7px);
    padding: 0;
    color: #222222;
}


.general_conf,.config_spe{
     background-color: #2e353d;
}
.configuration_figure h3 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    /* border-bottom: 1px solid #fff; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 5px;
}

.configuration_figure .info_figure h3:after {
    content: '';
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #fff;
    max-width: 277px;
    margin-top: 10px;
}

.configuration_figure .info_figure .bloc_confi {
    width: calc(33.3% - 7px);
    border: 0;
    border-left: 2px solid #3f4852;
    padding: 10px;
}
.info_figure_all .bloc_confi .bloc_confi{
    width:100%;
    border:0px;
    box-shadow: none;
    padding: 0;
}
.configuration_figure .info_figure .bloc_confi .row_form{
    width:100%;
}

.info_figure_all{
    width: calc(33.3% - 7px)!important;
}
.configuration_figure .info_figure .bloc_confi .row_form {
    /* display: flex; */
   /* width: calc(33.3% - 20px);
    flex-wrap: wrap;
    align-items: center;*/
}

.row_form.w50, .configuration_figure .info_figure .bloc_confi .row_form.w50 {
    width: calc(50% - 5px);
}
#centreadmin .hide_conf label:not(.label){
    width:100%!important;
}

.configuration_figure .info_figure .bloc_confi:nth-of-type(1) {
    border: none;
}

.configuration_figure .info_figure span, .configuration_figure .info_figure label 
, .config_spe label,.info_figure_all label {
    /* color: #fff; */
}

.configuration_figure .info_figure h4,.config_spe h4,.config_spe  h4 {
    color: #2e353d;
    text-align: left!important;
    font-size: 14px;
    margin: 0;
}

.config_spe .bg_grey  h4 {
    color: #fff;
}
.configuration_figure .info_figure,.info_figure_all {
    width: 100%;
    /* background-color: #2e353d; */
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    box-shadow: none;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    position: relative;
}

.configuration_figure .info_figure_all .info_figure {
    padding: 0;
}

.configuration_figure .info_figure img {
    height: calc(100% - 20px);
    width: auto!important;
}

.configuration_figure .info_figure h3 {
    padding-left: 215px;
    display: flex;
    align-items: center;
}
.info_figure_all > .bloc_confi{
    width:100%!important;
    
}
   
.info_figure_all{
    text-align:left;
    justify-content: left;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: stretch;
    border-radius: 3px;
    overflow: hidden;
}
.titre_block{
    background-color:#be7b00!important;
}
.configuration_figure .generique_config,
.configuration_figure .frais_annexe,
.configuration_figure .commtech{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 5px solid #2e353d; */
    /* padding:  0 20px; */
    border-top: 0;
    border-bottom: 0;
        padding: 10px;
    gap: 10px;
       background-color: #efefef;
}
.generique_config .bloc_confi:last-child{
     background-color: #2e353d!important;
    color:#fff!important;
    
}
.row_total_figure{
    display:flex;
    margin-top:15px;
    width:100%;
    text-transform:uppercase;
    font-size:20px;
    justify-content: space-between;
}
.row_total_figure .row_form{
     text-transform:uppercase;
     justify-content: space-between;
}
.row_total_figure label{
    font-size:20px!important;
    margin:0px;
}
.var_bottom{
    border:2px solid #fff;
}
.generique_config .bloc_confi:last-child h4{
     color: #fff!important;
}
.configuration_figure .generique_config h3,
.configuration_figure .frais_annexe h3,
.configuration_figure .commtech h3{
    color: #2e353d;
}

.configuration_figure .generique_config h3:after,
.configuration_figure .frais_annexe h3:after,
.configuration_figure .commtech h3:after{
    content: '';
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #2e353d;
    max-width: 277px;
    margin-top: 10px;
}
.config_spe{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 5px solid #2e353d; */
    /* padding:  0 20px; */
    border-top: 0;
    border-bottom: 0;
    gap: 10px;
    padding-bottom:10px;
}
.configuration_figure .generique_config .bloc_confi,
.configuration_figure .frais_annexe .bloc_confi,
.config_spe .bloc_confi {
    width: calc(33.333% - 8px);
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001c;
    padding: 10px;
}
.configuration_figure .generique_config .bloc_confi{
       width: calc(33% - 8px);
}
.configuration_figure .frais_annexe .bloc_confi{
    width: calc(50% - 8px);
}

.configuration_figure .generique_config .bloc_confi:nth-child(3){
    width: calc(66.6666% - 8px);
}
.config_spe .bloc_confi{
 border-left: 2px solid #3f4852;
}
.config_spe .bloc_confi{
    background-color:transparent;
}
.tab_cintrage{
    width:100%;
    border:1px solid #fff;
    font-size:16px;
    color:#fff;
    
}
.tab_cintrage tr{
    border-bottom:1px solid #fff;
}
.tab_cintrage th{
     font-size:14px;
    text-align:center;
    color:#2e353d;
    background-color:#fff;
    border-left:1px solid #2e353d;
}
.tab_cintrage td{
     font-size:14px;
    text-align:center;
    color:#fff;
    background-color:#2e353d;
    border-left:1px solid #fff;
}
.configuration_figure .generique_config .bloc_confi .row_form,
.configuration_figure .frais_annexe .bloc_confi .row_form,
.configuration_figure .frais_annexe .bloc_confi .row_form,
.config_spe .bloc_confi .row_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
}

.row_radio {
    gap: 5px;
}

.config_spe .bloc_confi .row_form {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.config_spe .bloc_confi .row_form input[type="checkbox"] {
    margin: 0;
}

.config_spe .bloc_confi .row_form.spe_machine {
    display: flex;
    align-items: flex-start;
    width:100%!important;
    flex-wrap: nowrap;
        gap: 40px;
    flex-direction: row!important;
}

#centreadmin .config_spe .bloc_confi .row_form label, input[type="file"] {
    color: #2e353d;
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0;
}

#centreadmin .config_spe .bloc_confi.bg_grey .row_form label {
    color: #fff;
}
.sous_traitance{
       justify-content: flex-start!important;
}

.row_form.sous_traitance label:not(.label) {
    width: auto!important;
    flex: none!important;
    display: flex!important;
    /* position: relative; */
    margin: 0!important;
}

label {}
.sous_traitance > *,
.piece_detache > *{
    flex:1!important;
}

.sous_traitance .contain-top {
    flex: none!important;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.sous_traitance .contain-top p {
    width: 130px!important;
}

.sous_traitance .contain-top select{
    width: calc(100% - 137px)!important;
    height: 27px!important;
}
.demande_new_matiere .sous_traitance .contain-top select{
    width: calc(100% - 1000px)!important;
    height: 27px!important;
}

.sous_traitance .contain-top textarea {
    width: 100%!important;
    height: 50px!important;
}

.sous_traitance .button_ajout {
    width: 48px;
    flex: none!important;
}
.configuration_figure .frais_annexe .bloc_confi .row_form .input_block{
    width:100%;
}
.configuration_figure .frais_annexe .product_piece input[type="number"]{
    width:100px!important;
    flex:none;

}
.configuration_figure .frais_annexe .product_piece{
   border-bottom:1px solid #ccc; 
}
.frais_annexe .libeler_piece{
    text-align:left!important;
     width:calc(100% - 500px); 
    justify-content: flex-start
}
.product_piece .libeler_piece{
       width:calc(100% - 600px); 
    flex:none!important;
}
.configuration_figure .frais_annexe .product_piece:last-child{
    border:0px;
}

.configuration_figure .generique_config .bloc_confi h4 {

}
.prix_mat{
    position:relative;
}
.prix_mat:after{
    content:'';
    position:absolute;
    top:0;
    left:0px;
    right:0;
    bottom:0;
    background-color:rgba(255,255,255,0.5);
}
.prix_mat.show_prix:after{
    display:none;
}

/*SOUS TRAITANCE*/


.configuration_figure .frais_annexe .bloc_confi{
    gap: 10px;
}

.contain_infos_st,
.contain_infos_pd,
.contain_infos_matiere{
    width:100%;
    position: relative;
    z-index: 3;
}

.contain_infos_st .button_ajout .btn-default,.contain_infos_pd .button_ajout .btn-default,
.contain_infos_matiere  .button_ajout .btn-default  {
    height: 100%;
    border: none;
    background-color: #1fb41f30;
    color: #008000;
    width: 100%;
}

.configuration_figure .frais_annexe .bloc_confi .contain_infos_st .row_form,
.configuration_figure .frais_annexe .bloc_confi .contain_infos_pd .row_form,
.configuration_figure .frais_annexe .bloc_confi .contain_infos_matiere .row_form{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 12px;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.demande_new,.demande_new_pd,
.demande_new_matiere{
    border-top: 1px solid rgb(0 0 0 / 50%);
    padding-top: 15px;
}

.contain_infos_st .info_st,
.contain_infos_pd .info_pd,
.contain_infos_matiere .info_matiere_matiere{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5px;
}

#desc_st,
#desc_pd{
    font-size: 14px;
    border: none;
    height: 32px;
    line-height: 15px;
}

#id_fournisseur_st,
#id_fournisseur_pd,
#id_fournisseur_matiere{
    height: 32px;
}

.choix_st .btn-default,
.choix_pd .btn-default,
.choix_matiere .btn-default{
    background-color: #ffffff;
    margin-top: 20;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 3px #0000004f;
    /* margin-bottom: 5px; */
}

.choix_st .btn-default.active,
.choix_pd .btn-default.active,
.choix_matiere .btn-default.active{
    box-shadow: 0 0 3px #0000004f;
    top: 0;
    bottom: 0px;
    position: relative;
    margin: 0;
    padding-bottom: 5px;
    height: 38px;
}

.choix_st,
.choix_pd,
.choix_matiere{
    display: flex;
    gap: 7px;
    position: relative;
    align-items: flex-start;
    z-index: 1;
}

.form_devis .contain_infos_st input[type="number"],
.form_devis .contain_infos_st select,
.form_devis .contain_infos_pd input[type="number"],
.form_devis .contain_infos_pd select,
.form_devis .contain_infos_matiere input[type="number"],
.form_devis .contain_infos_matiere select{
    background-color: #ffffff;
}

.configuration_figure .frais_annexe .contain_infos_st,
.configuration_figure .frais_annexe .contain_infos_pd,
.configuration_figure .frais_annexe .contain_infos_matiere{
    gap:10px;
    display: flex;
    flex-wrap: wrap;
    background-color: #eeeeee;
    padding: 10px;
    justify-content: flex-start;
}

.form_devis .contain_infos_st .demande_new select,
.form_devis .contain_infos_st .demande_new textarea,
.form_devis .contain_infos_st .demande_new span,
.form_devis .contain_infos_st .demande_new p,
.form_devis .contain_infos_pd .demande_new_pd select,
.form_devis .contain_infos_pd .demande_new_pd textarea,
.form_devis .contain_infos_pd .demande_new_pd span,
.form_devis .contain_infos_pd .demande_new_pd p,
.form_devis .contain_infos_matiere .demande_new_matiere select,
.form_devis .contain_infos_matiere .demande_new_matiere textarea,
.form_devis .contain_infos_matiere .demande_new_matiere span,
.form_devis .contain_infos_matiere .demande_new_matiere p{
    /* width: auto!important; */
    flex: none!important;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0!important;
    font-size: 14px;
}

/*.form_devis .contain_infos_pd .demande_new_pd select, .form_devis .contain_infos_pd .demande_new_pd textarea{
    width: calc(50% - 110px)!important;
}*/

@media screen and (max-width:700px){
    .table_matos thead{
        display:none;
    }
    .table_matos{
        border:0px!important;
    }
    .table_matos tr{
        display:block;
        width:100%;
        border:1px solid #ccc;
        margin-bottom:20px;
    }
     .table_matos tr td:nth-child(odd){
         background-color:#efefef;
     }
    .table_matos .resp_th{
        display:inline-block;
        width:150px;
    }
    .table_matos td{
        display:block;
        border:0px!important;
    }
}




.list_batiment{
    border:1px solid   #ccc;
    padding:15px;
}
.list_batiment > li{
    display:block;
    list-style:none;
    border-bottom:1px solid #ccc;
    padding:15px 0;
}
.list_batiment > li:first-child{
    padding-top:0px;
}
#centreadmin h2{
    margin-top:0px;
    text-align:center;
}
.panel-heading h2{
    margin-bottom:0px;
}

#centreadmin > table > tr:first-child,
#centreadmin > table > tbody > tr:first-child,
#centreadmin > form > table > tr:first-child,
#centreadmin > form > table > tbody > tr:first-child
{
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #333333;
}

#centreadmin > table,
#centreadmin > form > table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

#centreadmin > table:not(.sansalt) > tr:nth-child(even),
#centreadmin > table:not(.sansalt) > tbody > tr:nth-child(even),
#centreadmin > form > table:not(.sansalt) > tr:nth-child(even),
#centreadmin > form > table:not(.sansalt) > tbody > tr:nth-child(even)
{
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

#centreadmin > table:not(.sansalt) > tr:nth-child(odd),
#centreadmin > table:not(.sansalt) > tbody > tr:nth-child(odd),
#centreadmin > form > table:not(.sansalt) > tr:nth-child(odd),
#centreadmin > form > table:not(.sansalt) > tbody > tr:nth-child(odd) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}



.message_sugg label {
    margin-bottom: 15px;
    display:block !important;
}
.center_message {
    max-width:1100px;
    margin:auto;
    background-color:#fff;
    margin-top:20px;
    border:1xp solid #ccc;
    padding:20px;
}
.center_message h3{
    padding-bottom:10px;
    margin-top:0px;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.block_message p {
    padding:0 10px;
  line-height:25px;
  margin-bottom:0px;
}
.when{
    text-align:right;
}
.message_sugg{
    display:block;width:100%;
    margin-bottom:30px;
}
.message_sugg textarea{
    margin-bottom:10px;
    height:100px;
    width:100%!important;
}
.message_sugg{
    display:inline-block;

    vertical-align:top;
}
.block_message{
    border:1px solid #ddd;
    font-size:16px;
    margin-bottom:10px;
}
.content_message{
    padding:15px;
}
.entete_message{
    line-height:16px;
    border-bottom:1px solid #ddd;
    padding:5px 10px;
    margin-bottom:0px;

}
.entete_message span{
    display:inline-block;
    width:50%;
}
#centreadmin > table td,
#centreadmin > form >table >tbody > tr >td {
    font-size: 13px!important;
    padding: 0 10px;
    line-height: 30px;
}
.list_action{
    display:flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    padding:20px 0px;
}

.bloc_action label{
    display:block!important;
    text-align:center;
    font-size:20px!important;

    width:100%!important;
    margin-bottom:20px;

}
.list_action > div{
    border-radius:5px;
/*    width:calc(33.3333333% - 40px);*/
    padding:10px 20px;
    margin:10px;
    border:3px solid #ccc;
    text-align:center;
    font-size:20px;

}
.list_action input[type="text"]{
    font-size:20px;
}
.intercasedouble {
    display: flex;
}
.intercasedouble > div {
  margin: 10px;
}
.intercasedouble > div:nth-child(1) {
    border-right: 2px solid green;
    padding-right: 20px;
}
 .row_form select{
    width:auto!important;
    text-align:center;
    min-width:auto;
    text-align:left;
    /* max-width:100%!important; */
}
.list_action select{
        max-width:100%!important;
}
.list_action input[type="submit"]{
    display:block;
    font-size:18px;
    text-transform:uppercase;
    margin:auto;
    margin-top:20px;
}
.list_action .action1{
    border-color:green;
}
.bvert {
    border-left: 5px solid green;
}
.bjaune {
    border-left: 5px solid orange;
}
.brouge {
    border-left: 5px solid red;
}
.list_action .action2{
    border-color:orange;
    width:calc(33.3333333% - 40px);
}
.list_action .action3{
    border-color:red;
    width:calc(33.3333333% - 40px);
}
table .table td{
    font-size: 12px!important;
    padding: 0 10px;
    line-height: 30px;
}
.bouton_rapport{
    display:inline-block;
    width:100%;
    display:block;
    border:1px solid #ccc;
    margin-bottom:10px;
    border-radius:5px;
}
.bouton_rapport a{
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
    padding:5px 10px!important;
}
.list_rapport_type{
    padding:10px;
}
#centreadmin > table tr:first-child th a,
#centreadmin > form >table tr:first-child th a {
    color: #fff!important;
    padding: 5px 10px!important;
    line-height: 30px;
}


#centreadminpopup {
    background-color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    /*** style-impression
    background-color:#FFFFFF;
    margin:0;
    ***/;
}

#centreetgaucheadmin {
    background-color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    /*** style-impression
    background-color:#FFFFFF;
    margin:0;
    ***/;
}

#centreadmin label:not(.label) {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
    width: 150px;
    display: inline-block;
    /* margin: 0; */
}
/* Image non imprimable */
img.noprint {
    /*** style-impression
    display:none;
    ***/
    padding: 0 5px 0px 0px;
    vertical-align: middle;
}

img.picto {
    padding: 0 2px 0 0 !important;
}

#piedadmin {
    /*** style-impression
    height: 30px;
    margin: 0;
    background-color: #EFF3F7;
    border-top:2px solid #184163;
    text-align:center;
    ***/
    height: 30px;
    padding-top: 10px;
    margin-right: 0px;
    background-color: transparent;
    height:0px;
    overflow:hidden;
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    text-align: center;
    position:relative;
    z-index:1;
    /* display:none; */
}
#piedadminpopup {
    /*** style-impression
    height: 30px;
    margin: 0;
    background-color: #EFF3F7;
    border-top:2px solid #184163;
    text-align:center;
    ***/
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #EFF3F7;
    border-top: 2px solid #184163;
    text-align: center;
}
/* menu administration */
dl, dt, dd {
    margin: 0;
    padding: 0;
}

#menuadmin {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    background-color: #2c2c2c;
    width: 100%!important;
    padding: 0;
    margin: 0;
    margin-top: 70px;
}

#menuadmin ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    /* border-left: 1px solid #ccc; */;
}

#menuadmin > ul  li {
    width: 100%;
    background-color: #037097/*dynamique*/;
    display: block;
}

#menuadmin ul li > a, #menuadmin ul li > a:visited {
    font-family: verdana;
    text-decoration: none;
    display: block;
    color: #fff/*dynamique*/;
    line-height: 15px;
    /* height: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 13px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #f4f4f4;
    background-image: url('../images/FLECHE-MENU.png');
    background-size: 20px;
    background-position: 95%;
    background-repeat: no-repeat;
    border-bottom: 1px solid#adadad;
}

#menuadmin ul li a.selected, #menuadmin ul li a.selected:visited {
    color: #fff;
    border-right: 1px solid #999;
    border-left: 1px solid #ccc;
    background-image: url('../images/FLECHE-MENU-BAS.png');
}

#menuadmin ul li a:hover, #menuadmin ul li.linkselected a {
    background-color: #e11f16/*dynamique*/;
    color: #fff/*dynamique*/;
    background-image: url('../images/FLECHE-MENU-BAS.png');
}

#menuadmin ul li a:hover,
#menuadmin > ul > li:hover {
    color: #fff;
}

#menuadmin ul li:hover a {
    background-image: url('../images/FLECHE-MENU-BAS.png');
}

#menuadmin table tbody,#menuadmin table tbody tr, #menuadmin table tbody tr td {
    width: 100%;
    display: inline-block;
}

#menuadmin table {
    margin: 0;
    display: none;
    left: 0px;
    top: 0px;
    border-collapse: collapse;
    font-size: 9px;
    width: 100%;
    /*opacity : 0.60;*/
    /*-moz-opacity : 0.60;*/
    /*-ms-filter: "alpha(opacity=60)";*/ /* IE 8 */
    /*filter : alpha(opacity=60);*/ /* IE < 8 */
    z-index: 20 !important;
    margin-top: 0px;
    background-color: #eeeeee;
}

/*******************************/
#menuadmin ul li.linkselected table {
    display: inline-block;
}

#menuadmin table  ul {
    margin-left: -1px;
}

#menuadmin ul li table ul li {
    background: transparent;
}

#menuadmin ul li ul li a {
    display: inline-block;
    color: #2c2c2c!important/*dynamique*/;
    padding: 0px;
    background: transparent!important;
    border: none;
    padding: 10px 0;
}

#menuadmin ul li ul li a:first-child {
    padding-left: 10px;
    font-size: 12px;
}

#menuadmin ul li ul li a:nth-child(2),#menuadmin ul li ul li a:nth-child(3) {
    float: right;
    padding: 5px 0;
}
/*
#menuadmin ul li.COMMUNAUTE:hover ul li a {
    width:250px;
}
*/
#menuadmin ul li ul.scroller {
    width: 250px;
    overflow: auto;
}

#menuadmin ul li ul li:hover,.linksmselected {
    background-color: #a9cf38!important/*dynamique*/;
}

#menuadmin ul li ul li:hover a {
    color: #2c2c2c!important/*dynamique*/;
}

#menuadmin ul li:hover ul li a.drop {
    /*background:#000;*/
}

#menuadmin ul li:hover ul li a:hover {
    color: #fff;
    /*background:#000;*/;
}

#menuadmin ul li:hover ul li a:hover.drop {
    /*background:#000;*/
    color: #b0fc14;
}

/* niveau 3 */
#menuadmin ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 200px;
    top: 0;
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
}
/*#menuadmin ul li:hover ul li ul a {display:block; background:#606060; color:#FFF;border-bottom:1px solid #000;text-transform:none;}
/*#menuadmin ul li:hover ul li ul li a:hover {background: #ffe670;}*/

/* =============================================================================
 * End of Menu
 * ===========================================================================*/



/* Rechercher */
#recherche {
/*height: 25px;*/
    padding: 0;
    margin: 2px 0 2px 4px;
    color: #FFFFFF;
}

span.resultat_recherche {
    font-weight: bold;
    color: #C00000;
}

#recherche form {
    margin: 0;
    padding: 0;
}

#recherche p {
    clear: both;
    margin: 0;
    padding: 0;
}

#recherche input {
    border-style: none;
    font-size: 7pt;
}
/* Fin positionnement */
/**********************/


.produits tr td {
    font-size: 14px;
}

#formEdition .cartouche tr + tr,#formEdition .cartouche input + tr {
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #aaa;
}
/* #formEdition .cartouche >tr td:first-child{
    width:
} */

.cartouche input + tr:nth-child(even) {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.cartouche input + tr:nth-child(odd) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

/******************/
/* Anciens styles */
/******************/
.titre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF9900;
    font-weight: bold;
}

.titre a {
    color: #FF9900;
    text-decoration: underline;
    font-weight: bold;
}

.titre a:visited {
    color: #FF9900;
    text-decoration: underline;
}

.titre a:hover {
    color: #FF9900;
    text-decoration: none;
}
#eventContent{
    display:none;
}
.intitule {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    width: 140px;
}
#calendar td,#calendar th{
    font-size:14px!important;
}
.fc-time-area col {
  width: 12px!important;
  /* detected by JS */
    min-width:auto!important;
}
.fc-time-grid-container{
    height:auto!important;
}
#calendar .fc-day-header a{
    color:#222!important;
    padding:5px 0px;
    display:inline-block;
}
@media screen and (min-width: 1100px) {
    .intitule {
        width: 200px;
    }
}
.cartouche > tbody > tr + tr:nth-child(odd), .cartouche > input + tr:nth-child(odd) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
#centreadmin > table, #centreadmin > form > table, .cartouche, #centreadmin > form > fieldset > table  {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.cartouche{
    background-color:#fff;
}
.day-marker {
  background: transparent;
  border-left: 1px solid #000;
  opacity: 1.0;
  transform: translateX(-1px); /* line up exactly */
}
.list_tache_big td ,
.list_tache_big th,
.list_tache_big a{
    font-size:14px!important;
}
.fc-popover{
    font-size:14px;
}
/* .cartouche tr:first-child, #centreadmin table tr:first-child{
    background-color:#2c2c2c;
    padding:5px;
    height:25px;

} */

.menu-list li {
    display: flex;
    flex-direction: column;
}

.menu-list li a {
  flex: 1;
}

.menu-list li ul.sub-menu li {
  flex-direction: row;

}

.cartouche tr:first-child th a, #centreadmin table tr:first-child th a {

    padding: 5px 0;
    font-size: 13px;
}

td.header {
    /* rubrique */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent!important;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.list_pro{
    border:1px solid #ccc;
}
.list_pro_recurrent{
    border:1px solid #ccc;
    width:100%;
    z-index:90;
    position:relative;
}
.list_pro .thead{
    font-size:0!important;
    border-bottom:1px solid #ccc;
}
.list_pro_recurrent .thead{
    font-size:0!important;
    border-bottom:1px solid #ccc;
}
.result_search,
.result_search_fav,
.result_search_recurrent{
    height:350px;
    overflow-y:scroll;
}
.list_pro .thead span:nth-child(2),
.row_sugg > span:nth-child(2){
    width: 15%;
    text-align: right;
}
.list_pro .thead span:last-child,
.row_sugg > span:last-child{
    width: 25%;
}
.list_pro .thead span:first-child,
.row_sugg > span:first-child{
    width:60%;
}
.list_pro_recurrent .thead span:nth-child(1),
.row_sugg_recurrent > span:nth-child(1){
   width:calc(100% - 1360px);
}
.list_pro_recurrent .thead{
    padding-right:15px!important;
}
.list_pro_recurrent .thead span:nth-child(2),
.row_sugg_recurrent > span:nth-child(2){
   width:100px;
}
.list_pro_recurrent .thead span:nth-child(3),
.row_sugg_recurrent > span:nth-child(3){
   width:70px;
}
.list_pro_recurrent .thead span:nth-child(4),
.row_sugg_recurrent > span:nth-child(4){
   width:200px;
}
.list_pro_recurrent .thead span:nth-child(5),
.row_sugg_recurrent > span:nth-child(5){
   width:90px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(6),
.row_sugg_recurrent > span:nth-child(6){
   width:250px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(7),
.row_sugg_recurrent > span:nth-child(7){
   width:90px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(8),
.row_sugg_recurrent > span:nth-child(8){
   width:50px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(9),
.row_sugg_recurrent > span:nth-child(9){
   width:80px;
    text-align:center;
}.list_pro_recurrent .thead span:nth-child(12),
.row_sugg_recurrent > span:nth-child(12){
   width:100px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(10),
.row_sugg_recurrent > span:nth-child(10){
   width:100px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(11),
.row_sugg_recurrent > span:nth-child(11){
   width:100px;
    text-align:center;
}
.list_pro_recurrent .thead span:nth-child(13),
.row_sugg_recurrent > span:nth-child(13){
   width:100px;
    text-align:center;
}

.thead span{
    display:inline-block;
    box-sizing:border-box;

    font-weight:bold;
    font-size:14px;
    padding:0 10px;
}
.thead span:last-child{
    border-right:0px;
}
.list_pro{
    border:1px solid #ccc;
}
.list_pro .thead{
    font-size:0!important;
   
    border-bottom:1px solid #ccc;
  
}
.result_search,
.result_search_fav{
    height:450px;
    overflow-y:scroll;
}
.list_pro .thead span:nth-child(3),
.row_sugg > span:nth-child(3){
    width:100px;
    text-align: center;
}
.list_pro .thead span:nth-child(2),
.row_sugg > span:nth-child(2){
    width: 250px;
    text-align: center;
}
.list_pro .thead span:nth-child(4),
.row_sugg > span:nth-child(4){
    width: 150px;
    text-align: center;
}
.result_search_broderie .row_sugg > span:nth-child(4),
.listing_broderie .list_pro .thead span:nth-child(4){
    width: calc(100% - 800px);
    text-align: left;
}
.result_search_broderie  .row_sugg > span:nth-child(1),
.listing_broderie  .list_pro .thead span:nth-child(1){
	    width: 500px;
}
.list_pro .thead span:nth-child(7),
.row_sugg > span:nth-child(7){
    width: 150px;
    text-align: center;
}
.row_sugg > span:nth-child(7) input{
    width: 100px;
    text-align: center;
}
.list_pro .thead span:nth-child(5),
.row_sugg > span:nth-child(5){
    width: 100px;
    text-align: center;
}
.list_pro .thead span:nth-child(6),
.row_sugg > span:nth-child(6){
    width: 100px;
    text-align: center;
}
.list_pro .thead span:nth-child(8),
.row_sugg > span:nth-child(8){
    width: 100px;
    text-align: center;
}
.list_pro .thead span:nth-child(9),
.row_sugg > span:nth-child(9){
    width: 150px;
    text-align: center;
}
.list_pro .thead span:nth-child(1),
.row_sugg > span:nth-child(1){
    width: calc(100% - 1050px);
    text-align: left;
}
.list_pro .thead span:nth-child(1){
    width: calc(100% - 1065px);
}

td {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    font-size: 8pt;
}
.recherche_ajax {
    font-size:0;
}
.recherche_ajax .inline_seach {
    display: flex;
    flex-direction: column;
	flex: 1;
}


.recherche_ajax .inline_seach:last-child {
	flex: 0;
	justify-content: flex-end;
}

.recherche_ajax .inline_seach:last-child span {
	background-color:#cd0019;
	font-size:16px;
	width:100%;
	color:#fff;
	display: block;
	text-align:center;
	cursor:pointer;
	padding: 6px;
	margin-bottom: 25px;
}
.inline_seach select{
    width:calc(100% - 15px);
    box-sizing:border-box;
}
.inline_seach input{
    width:100%;
    box-sizing:border-box;
    height:auto;
}
.row_sugg_recurrent{
    font-size:0px;
    border-bottom:1px solid #ccc;

}
.row_sugg{
    font-size:0px;
    border-bottom:1px solid #ccc;

}
.flex_table{
    border-spacing: 10px!important;
     border-collapse: separate;
}
.flex_table tr td{
    background-color:#fff;
    font-size:16px;
    padding:5px 10px;
}
.flex_table tr th{
    background-color:#e2e2e2;
     font-size:16px;
     padding:5px 10px;
    text-align:center;

}
.row_sugg > span{
    font-size:13px;
    line-height:1em;
     padding:10px 10px;
    display:inline-block;
     border-right:1px solid #ccc;
     box-sizing:border-box;
}
.row_sugg  p{
    margin:0px!important;
}
.row_sugg_recurrent > span{
    font-size:13px;
    line-height:1em;
     padding:10px 10px;
    display:inline-block;
     border-right:1px solid #ccc;
     box-sizing:border-box;
}
.row_sugg_recurrent  p{
    margin:0px!important;
}
.row_sugg span:last-child,
.row_sugg_recurrent span:last-child{
    padding:0 10px;
    text-decoration:center;
}
.row_sugg  p,
.row_sugg_recurrent  p,
.tab_cmd span.del{
    background-color:#ccc;
    display:inline-block;
    padding:5px 15px;
    color:#000;
    cursor:pointer;
    text-transform:uppercase;
     -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background: -moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color: #b8e356;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    line-height:15px;
    border-radius: 10px;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    padding:5px 6px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #86ae47;
    text-transform: uppercase;
}
.tab_cmd span.del{

    -moz-box-shadow: inset 0px 1px 0px 0px #fbbebe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fbbebe;
    box-shadow: inset 0px 1px 0px 0px #fbbebe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e35656), color-stop(1, #cc5252) );
    background: -moz-linear-gradient( center top, #e35656 5%, #cc5252 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color: #e35656;
    text-shadow: 1px 1px 0px #ae4747;
    border: 1px solid #c41a1a;
}
.tab_cmd thead th,
.tab_cmd thead th select,
.tab_cmd td{
    line-height:1em;
    font-size:11px;
    padding:3px;
}
.tab_cmd input[type="number"]{
    width:60px!important;
    padding:3px 5px;
     border:1px solid #aaa;
}
.tab_cmd input[type="text"]{
       padding:3px 5px;
       width:100%;
       box-sizing:border-box;
       height:auto!important;
       border-radius:0px;
       border:1px solid #aaa;
}
.tab_cmd td:first-child input[type="text"],
.tab_cmd td.tdtitreprod input[type="text"] {
    width:100%;
    box-sizing:border-box;
    height:auto;
}
#frm_id_categorie {
    font-size: 14px !important;
}

h4.h4_back{
    font-size:16px;
    margin-top:5px;
    margin-bottom:6px;
}
.row_sugg > span:last-child{
    border-right:0px;
}
.recherche_ajax {
    font-size:0;
}
.recherche_ajax .inline_seach{
    display:inline-block;
    width:50%;
}
.inline_seach select{
    width:calc(100% - 15px);
    box-sizing:border-box;
}
.inline_seach input{
    width:100%;
    box-sizing:border-box;
    height:auto;
}

.obl {
    color: #FC0000;
}

br.clr {
    clear: both;
}

INPUT {
    /*font-family: "Courier New", Courier, mono;*/
    color: #000000;
    padding: 0px 2px 0px 2px;
    /*background-color:#E7EE86;*/;
}
/*.inputfile {
    width: 100px;
    height: 20px;
    opacity: 0;
    overflow: hidden;

    z-index: -1;
}
.inputfile + label {
    font-size: 14px!important;
    font-weight: 700!important;
    color: white!important;
    background-color: black!important;
    padding:10px 15px;
    display: inline-block!important;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red!important;
}
.inputfile + label {
    cursor: pointer;
}
.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    pointer-events: none;
}
*/
input[type="text"], input[type="password"], input[type="number"], input[type="date"] {
    display: inline-block;

    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input:-webkit-autofill {
    background-color: #fff;
}

select {
    background: white;
    min-width: 200px;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type='submit'],
input[type='button'],
a.bouton, a.bouton:visited,
td.footer a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff!important;
    background-color: #f86011;/*#5bc0de;*/
    border-color: #f86011;/*#46b8da;*/
    text-transform: capitalize;
}
.inline_ferm img {
    width: 30px;
    vertical-align: top;
    margin-right: 10px;
}
.jour {
    vertical-align: top;
    display: inline-block;
    width: 270px;
    height: 46px;
}
.jour p {
    line-height: 46px;
}

.jour p {
    margin-bottom: 0px;
    vertical-align: top;
}
.jour * {
    vertical-align: middle;
}
.switch {
    position: relative;
    display: inline-block!important;
    vertical-align: middle;
    width: 60px!important;
    height: 34px!important;
    margin-bottom: 0px;
}
.horaire {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 270px);
}
.line_horaire {
    font-size: 40px;
    line-height: 20px;
    margin-bottom: 10px;
}
.name_day {
    display: inline-block;
    font-weight: bold;
    width: 120px;
    font-size: 14px;
}
.add_line {
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    vertical-align: middle;
    margin-left: 10px;
}
.btn_delete_horaire {
    margin-left: 10px;
    cursor: pointer;
      vertical-align:middle;
    margin-top: 0px;
    display: inline-block;
}
.line_horaire select {
    display: inline-block;
    width: 120px!important;
    min-width: 120px!important;
    border: 1px solid #ccc;
    padding: 8px 10px!important;
        border: 2px solid #e6e6e6;
    font-size: 14px;
}
.switch input {
    display: none;
}
.slider_button {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_button:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.intitule_open:before {
    content: 'FERME';
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 70px;
    top: 0px;
    line-height: 33px;
}

input:not:checked+.slider_button+.intitule_open:before {
    content: 'FERME';
}

input:checked+.slider_button+.intitule_open:before {
    content: 'OUVERT';
}

input:checked+.slider_button {
    background-color: #f7941d;
}

input:focus+.slider_button {
    box-shadow: 0 0 1px #f7941d;
}

input:checked+.slider_button:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider_button.round {
    border-radius: 34px;
}

.slider_button.round:before {
    border-radius: 50%;
}

.list_action{
    display:flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    padding:20px 0px;
}

.bloc_action label{
    display:block!important;
    text-align:center;
    font-size:20px!important;

    width:100%!important;
    margin-bottom:20px;

}
.list_action > div{
    border-radius:5px;
/*    width:calc(33.3333333% - 40px);*/
    padding:10px 20px;
    margin:10px;
    border:3px solid #ccc;
    text-align:center;
    font-size:20px;
    
}
.list_action input[type="text"]{
    font-size:20px;
}
.intercasedouble {
    display: flex;
}
.intercasedouble > div {
  margin: 10px;
}
.intercasedouble > div:nth-child(1) {
    border-right: 2px solid green;
    padding-right: 20px;
}
.row_form select{
    width:auto!important;
    text-align:center;
    min-width:auto;
    text-align:left;
    max-width:100%!important;
}
.list_action select{
        max-width:100%!important;
}
.list_action input[type="submit"]{
    display:block;
    font-size:18px;
    text-transform:uppercase;
    margin:auto;
    margin-top:20px;
}
.list_action .action1{
    border-color:green;
}
.bvert {
    border-left: 5px solid green;
}
.bjaune {
    border-left: 5px solid orange;
}
.brouge {
    border-left: 5px solid red;
}
.list_action .action2{
    border-color:orange;
    width:calc(33.3333333% - 40px);
} 
.list_action .action3{
    border-color:red;
    width:calc(33.3333333% - 40px);
}
table .table td{
    font-size: 12px!important;
    padding: 0 10px;
    line-height: 30px;
}
.bouton_rapport{
    display:inline-block;
    width:100%;
    display:block;
    border:1px solid #ccc;
    margin-bottom:10px;
    border-radius:5px;
}
.bouton_rapport a{
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
    padding:5px 10px!important;
}
.list_rapport_type{
    padding:10px;
}
td.footer a {
    padding: 4px 15px;
}

input[type='submit']:active, input[type='button']:active {
    position: relative;
    top: 1px;
}

.soft {
    display: inline-block;
    padding: 3px !important;
    font-size: 12px !important;
    text-transform: none !important;
}


/* Fin Anciens styles */
/**********************/

/*****************/
/* Autres styles */
/*****************/

h1.hidden {
    display: none;
}

.date {
    color: #808080;
}

.copyright {
    color: #FF9900;
}

.alerte {
    background: #C00000;
    color: #FFFFFF;
    padding: 0 2px 0 2px;
}

div.ariane {
    clear: both;
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 8pt;
}

.ariane a {
    color: #184163;
    text-decoration: none;
    font-weight: normal;
}

.ariane a:visited {
    color: #184163;
    font-weight: normal;
}

.ariane a:hover {
    color: #000000;
    font-weight: normal;
}

/*#D8DCE5*/
.mouseon {
    background-color: #ccc;
}
.cartouche input + tr:nth-child(odd) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.mouseout {
    background-color: #FFFFFF;
}
/***************************************************/

.prevnext {
    margin: 0;
    padding: 2px;
    font-style: italic;
    width: 100%;
}

.prevnext a {
    font-style: normal;
    color: #333;
    background-color: #ffffff;
    margin: 0 0px 0 5px;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #ccc;

    text-decoration: none;
    font-size: 12px;
}

.prevnext a:hover, .prevnext a.selected {
background:#428bca!important;
    color: #fff !important;
}

/***************************************************/
/*     Affichage des erreurs                       */
/***************************************************/
.blocValide {
    padding: 10px;
    margin: 5px;
    background-color: #c0ffc0!important;
    border: 1px solid #008000!important;
    font-weight: bold;
    font-size: 12px;
}

.blocAlerte {
    padding: 10px;
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FFCCCC!important;
    border: 1px solid #FF0000!important;
    font-weight: bold;
    font-size: 12px;
}

.blocAlerte .alerte {
    color: #000000!important;
    padding: 0!important;
    margin: 0!important;
}

.blocAlerte p {
    padding: 0!important;
    margin: 0!important;
}

.blocAlerte ul li strong, .blocAlerte ul li a {
    color: #FF0000!important;
    padding: 0!important;
    margin: 0!important;
}

select.alerte {
    background-color: #FFCCCC!important;
}

/************************/

h2, legend {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12pt;
    margin-top: 0;
    text-decoration:none;
}
label {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
    width: 150px;
    display: inline-block;
}

legend {
    color: #3c3c3c;
    font-weight:bold;
    padding-top:30px!important;
    /* display:block; */
}
fieldset{
    /* border-color: #3c3c3c; */
    border:none;
    padding:0px;
    margin:0px;
    background-color:white;
    padding:5px;
    margin-top:-10px;
}

html {
    height: 100%;
}

.filtre{
    border:1px solid #222;
}
.filtre > label{
    background-color:#222;
    color:#fff;
    width:100%!important;
    box-sizing:border-box;
    padding:10px 15px;
}
.group_checkbox{
    margin-bottom:5px;
}
.filtre [type="checkbox"]:not(:checked) + label,
.filtre [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 20px;
    margin: auto;
    z-index: 2;
    vertical-align:middle;
}
.filtre .group_checkbox .fake_label{
    padding-left:45px;
    display:inline-block;
    padding-top:5px;
    font-size:18px;
    text-align:left!important;
}
.filtre [type="checkbox"]:not(:checked) + label,
.filtre [type="checkbox"]:checked + label{
    position: relative;
    cursor: pointer;
    width: 150px;
    position:absolute;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 20px;
    margin: auto;
    z-index: 2;
}

.filtre [type="checkbox"]:not(:checked) + label:before,
.filtre  [type="checkbox"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 18px;
    border: 1px solid #9a9a9a;
    height: 18px;
    /* dim. de la case */

    background: #f8f8f8;
    /* angles arrondis */
}

.filtre [type="checkbox"]:not(:checked) + label:after,
.filtre  [type="checkbox"]:checked + label:after {
    content: '\f00c';
    position: absolute;
     font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    margin-left: 1px;
    margin-top: 0px;
    font-size: 17px;
    color: #2c3e50;
    transition: all .2s;
}
.filtre [type="checkbox"]:checked,
.filtre [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -1000px;
    z-index: 1;
}

.filtre [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */

    transform: scale(0);
}

.filtre [type="checkbox"]:checked + label:after {
    opacity: 1;
    /* coche opaque */

    transform: scale(1);
}

.filtre{
    margin-bottom:15px;
    margin-top:15px;
}
.scroll_categorie{
    margin-left:10px;
    margin-top:10px;
    max-height:200px;
    position:relative;
    overflow-y:scroll;
    overflow-x:hidden;
    margin-bottom:10px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    font-size: 8pt;
    margin: 0;
    padding: 0;
    line-height: 12pt;
    height: 100%;
}
.title_etape{
    font-size:20px;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin:0px;
    margin-bottom:20px;
}
.title_etape em{
    font-size:14px;
    font-weight:normal;
}
.form_group label em{
    font-size:14px;
    font-weight:normal;
}
.form_rapport *{
    box-sizing:border-box;
}
.form_photo p{
    font-size:14px;
}
#blocRez,
#blocRez_materiel{
    margin:0px;
    padding:10px;
    margin-top:10px;

}
th[data-date$="07:00:00"] {
    border-left: 2px solid black!important;
  }

  td[data-date$="07:00:00"] {
    border-left: 2px solid black!important;
  }
#blocRez li,
#blocRez_materiel li{
       display:flex;
       border-bottom:1px solid #ccc;
       padding:5px 0px;
       font-size:20px;
       margin:0px;
}
#blocRez li:last-child,
#blocRez_materiel li:last-child{
    border:0px;
}
#blocRez li span:last-child,
#blocRez_materiel li span:last-child{
   font-size:20px;
}
#blocRez li span:first-child,
#blocRez_materiel li span:first-child{
    flex:1;
}
#blocAdd li,
#blocAdd_materiel li{
    font-size:20px;
    list-style:none;
    display:flex;
    justify-content: space-between;
}
#blocAdd_presta li{
    font-size:20px;
    list-style:none;
    display:flex;
    justify-content: space-between;
}
.product_prestation .montant{
    width:100px;
}
#blocAdd .libeler_piece,
#blocAdd_materiel .libeler_piece{
    flex:1;
}
#blocAdd input,
#blocAdd_materiel input{
    width:auto;
    margin:0 10px;
}
#blocAdd,
#blocAdd_materiel{
    margin:0px;
}
#recap_obs{
    font-size:18px;
}
.form_rapport h3 span:nth-child(1){
    flex:1;
}
.form_rapport h3{
  align-items: center;
    display:flex;
    font-size:20px;
    margin-bottom:15px;
    background-color:#d80019;
    line-height:25px;
    padding:10px 20px;
    color:#fff;
}
.desc{
    font-size :20px!important;
    margin-bottom:20px;
    font-style:italic;

}
.recherche{
    display:inline-block;
    width:200px;
    box-sizing:border-box;
}
.inputs_form {
    margin-bottom:20px;
}
.form_group{
    margin-bottom:15px;
    font-size:0;
}

.inputs_form .etape{
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:10px 15px;
    border-radius:5px;
}
.inputs_form .etape h4{
    font-weight:bold;
    border-bottom:1px solid #ccc;
}
.form_group label{
    font-weight:normal!important;
}
.form_group:last-child{
 margin-bottom:0px;
}


@media screen and (min-width:700px){
  #centreadmin .QTY_CONFORME label,
    #centreadmin .QTY_TEXT label,
    #centreadmin .QTY_RADIO label,
    #centreadmin .QTY_FNFA label,
    #centreadmin .QTY_CONFORME_SO label  {
    display:inline-block;
        width:33.3333%!important;
    }
    .QTY_CONFORME,
     .QTY_RADIO,
     .QTY_FNFA,
    .QTY_CONFORME_SO{
        border-bottom:1px solid #ccc;
    }
    .QTY_CONFORME  .group_radio .fake_label,
      .QTY_RADIO  .group_radio .fake_label{
        font-size:14px!important;
    }
    #centreadmin .QTY_CONFORME,
    #centreadmin .QTY_TEXT,
    #centreadmin .QTY_RADIO,
    #centreadmin .QTY_CONFORME_SO {
        display:flex;
    }
    .calendar {
        z-index: 3;
    }
    .QTY_CONFORME .group_radio,
    .QTY_RADIO .group_radio,
     .QTY_FNFA .group_radio,
    .QTY_CONFORME_SO .group_radio{
        display:inline-block;
    }
    .list_matos.QTY_RADIO .group_radio,
    .list_matos.QTY_RADIO .input_block{
        display:block;
    }
}

    .QTY_CONFORME .input_block,
    .QTY_TEXT .input_block,
    .QTY_RADIO .input_block,
.QTY_FNFA .input_block,
.QTY_CONFORME_SO .input_block{
        flex:1;
        display:flex;

        font-size:16px;
        align-items: baseline;
        justify-content: flex-end;
    }




.next_prev{
    font-size:0;
    width:auto;
    margin-left:-15px;
     margin-right:-15px;
}
.next_prev span{
    display:inline-block;
    width:calc(50% - 30px);
    font-size:15px;
    text-align:center;
    background-color: #d80019;
    color:#fff;
    padding:10px 10px;
    font-weight:bold;
    cursor:pointer;
    text-transform:uppercase;
    margin:0 15px;
}
.addRepere {
    margin-top:10px!important;
     width:calc(100% - 30px)!important;
    box-sizing:border-box;
}
.btnsRepere{
    margin-bottom:10px;
}
.addRepere{
       background-color:#17cf28!important;

}
.btnsRepere span{
    background-color:#4acaff;
}
.next_prev .validate{
    background-color:#17cf28;
}
.next_prev .prev{
    background-color:#333;
}
.prev.hide + .next{
    margin-left:calc(50% + 15px);
}
.form_group label{
    display:block;
    width:100%!important;
    font-size:18px!important;
   margin-bottom:15px;
}
.input_block input,.input_block select{
    flex: 1;
    font-size:18px;
    padding:5px 10px;
    height:auto;
    border:1px solid #ccc;
}
.has_unite input{
    display:inline-block;
    width:calc(100% - 100px);
}
.unite{
    font-size:20px;
    display:inline-block;
    padding-left:20px;
    width:100px;
}
.spe_unite .unite select{
    min-width:auto;
    width:100%!important;
}
.spe_unite .unite{
    padding-left:0px;
    padding-right:20px!important;
}
.input_block textarea{
    width:100%!important;
    resize:none;
 border:1px solid #ccc;
    height:200px!important;
      font-size:18px;
    padding:5px 10px;
}
.div_calendar{
    display:inline-block;
    width:calc(100%);
    vertical-align:top;
    padding-left:30px;
    box-sizing:border-box;
}
.fc-header-toolbar{
    font-size:14px;
}
.legend{
    padding:10px;
    font-size:16px;
}
.legend_inline{
    display:inline-block;
    padding-right:30px;
    font-weight:bold;
}
.legend_inline span{
    display:inline-block;
    margin-right:10px;
    width:20px;
    height:20px;
    vertical-align:middle;
}

.recap_chantier{
    font-size:14px;
    background-color:#fff;
    padding:15px;
    border:1px solid #ccc;
    width:1030px;
    margin:auto;
}
.price_recap{
    width:100px;
    text-align:center;
    display:inline-block;
}
.qty{
    display:inline-block;
    width:100px;
    margin-right:0px;
    text-align:right;
}
.row_cat > p .price_recap,
.row_date > p .price_recap{
    font-weight:bold;
}
.m_unit{
    margin-left:43px;
    display:inline-block;
    width:140px;

    margin-right:50px;
    text-align:center;
}
.recap_chantier .bouton,
.recap_chantier .bouton:hover{
    background:transparent;
    border:0px;
    box-shadow:none;
    padding:0px;
}
.recap_chantier .bouton{
    display:none;
}
.row_date{
    margin-bottom:15px;
}
.cat{
    display:inline-block;
    font-weight:bold;
    width:624px;
}
.row_date >.row_cat> p > .cat{
    width:644px;
}
.row_produit p:hover .bouton{
    display:inline-block;
}
.entete_recap{
    background-color:#eee;
     border:1px solid #ccc;
    margin-bottom:10px;
}
.tache{
    display:inline-block;
    width:280px;
}
.title_entete{
    display:inline-block;
    padding:5px;
    width:150px;
}
.title_entete.empty{
    width:375px;
}
.btn_recap_date,.btn_recap_cat{
    background-color:#222;
    border-radius:2px;
    color:#fff;
    font-weight:bold;
    width:17px;
    line-height:17px;
    margin-right:5px;
    height:17px;
    text-align:center;
    display:inline-block;
    cursor:pointer;
}
.row_cat{
   height:0px;
   overflow:hidden;
}
.row_produit{
    margin-left:20px;
    margin-bottom:10px;
}
.row_produit{
       height:0px;
   overflow:hidden;
}
.commentaire_produit{
    position:relative;
    display:inline-block;
}
.commentaire_produit span:nth-child(2){
    display:none;

}
.commentaire_produit:hover span:nth-child(2){
    display:block;
    position:absolute;
    bottom:20px;
    left:-100px;
    z-index:1000;
    background-color:#eee;
    border:1px solid#ddd;
    padding:10px;
    line-height:18px;
    width:250px;
}
.row_produit p{
    border-bottom:1px solid #ccc;
    padding:3px 3px;
    line-height:30px;
    margin-bottom:0px;
}
.row_produit p:last-child{
    border-bottom:0px;
}
.row_cat{
    margin-left:20px;
}
.row_cat > p{
    background-color:#ddd;
}
.recap_chantier .date{
    font-weight:bold;
    display:inline-block;
    width:665px;
    color:#222;
}
h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12pt;
    margin-top: 0;
}

h3 {
    color: #3c3c3c;
    font-size: 9pt;
    margin: 5px 0;
    padding: 0;
    line-height: 12pt;
    text-transform: uppercase;
}

h4 {
    color: #184163;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    line-height: 12pt;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
}
.select_heure select{
    min-width:auto;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    font-size: 8pt;
}
.highlight{
        -webkit-animation: arrivage 3s infinite; /* Chrome, Safari, Opera */
    animation: arrivage 3s infinite;
    border-radius:5px;
    padding:5px;
}
.highlight a{
     -webkit-animation: arrivage 3s infinite; /* Chrome, Safari, Opera */
    animation: arrivage 3s infinite;
}
@-webkit-keyframes arrivage {
    0%   {background: #cc031a;color:#fff;}

    50%  {background: #fff;color:#000;}
    100% {background: #cc031a;color:#fff;}
}
@-moz-keyframes arrivage {
   0%   {background: #cc031a;color:#fff;}

    50%  {background: #fff;color:#000;}
    100% {background: #cc031a;color:#fff;}
}
@-o-keyframes arrivage {
    0%   {background: #cc031a;color:#fff;}

    50%  {background: #fff;color:#000;}
    100% {background: #cc031a;color:#fff;}
}


/*
td.footer a{
    background-color:#2c2c2c;
    color:#fff;
    font-size:13px;
    padding:7px 15px;
    height:30px;
    margin-left:-3px;
    margin-right:-3px;
    text-decoration:none;
}
td.footer a:hover{

}
td.footer{
    color:#2c2c2c;
}
*/
#droite .bouton {
    padding: 0px 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px 0;
}

a {
    color: #2c2c2c;
    font-weight: bold;
}

a:visited {
    color: #2c2c2c;
    text-decoration: underline;
}

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}

a.petit {
    font-style: italic;
    font-weight: normal;
}

a.petit:visited {
    font-style: italic;
    font-weight: normal;
}

a.petit:hover {
    font-style: italic;
    font-weight: normal;
}

a.lieninvisible {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.table th a{
    color:#fff;
}
a.lieninvisible:visited {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.lieninvisible:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gauche + p {
    display: none;
}

td.intitule + td {
    font-size: 14px;
}

td.intitule + td input {
    font-size: 14px;
}

#dREP_ARBO0 a,#dREP_ARBO0 .dTreeNode {
    font-size: 14px;
}

#gauche + p + fieldset {
    margin-left: 18%;
}

@media screen and (max-width:1650px) and (min-width:1350px) {
    #gauche {
        width: 17%;
    }

    #gauche + p + fieldset {
        margin-left: 18%;
    }


    #conteneur > table > tbody > tr > td:first-child {
        /* width: 72%; */
        /* margin-right: 1%; */
    }

    #header {
        width: 17%;
    }

    #gauche + #centreadmin {
        width: 78%;
        margin-left: 18%;
        margin-top: 0;
    }
}

@media screen and (max-width:1350px) and (min-width:1150px) {
    #gauche + p + fieldset {
        margin-left: 20%;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #conteneur > table {
        /* margin-left: 19%; */
        /* width: 81%; */
    }

    #gauche {
        width: 19%;
    }

    #gauche + #centreadmin {
        width: 76%;
        margin-left: 20%;
        margin-top: 0;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 97%;
        display: inline-block;
    }

    #header {
        width: 19%;
    }
}

@media screen and (max-width:1150px) and (min-width:1000px) {
    #gauche + p + fieldset {
        margin-left: 23%;
    }

    #gauche {
        width: 22%;
    }



    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 97%;
        display: inline-block;
    }

    #header {
        width: 22%;
    }

    #gauche + #centreadmin {
        width: 72.5%;
        margin-left: 23%;
        margin-top: 0;
    }
}

@media screen and (max-width:1024px) and (min-width:0px) {
    .sans_onglet #gauche {
        display: none;
    }

    div.sans_onglet {
        padding: 0!important;
        width: 800px!important;
    }

    .sans_onglet > table {
        margin: auto!important;
        width: 500px!important;
        max-width: 500px;
        min-width: 500px!important;
        display: block;
    }

    .sans_onglet > table #centreadmin {
        width: 500px;
    }

    #gauche {
        position: absolute;
        width: 800px;
        padding-top: 0px;
        height: 40px!important;
        overflow: visible;
        left: 0px;
        top: 0px;
        background: transparent;
        border-right: 0px;
        border-right: 0px;
    }

    #gauche + p + fieldset {
        margin-left: 1%;
    }

    #menuadmin > ul {
        height: 40px;
        width: 100%;
    }

    #gauche > #menuadmin {
        height: 40px;
        width: 100%;
        background-color: #037097/*dynamique*/;
        margin-top: 0;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #gauche > #menuadmin > ul > li {
        display: inline-block;
        width: auto;
        margin-right: -3px;
        vertical-align: top;
        border-right: solid 1px #fff;
        overflow: visible;
    }

    #gauche > #menuadmin > ul > li > a {
        border-top: none;
        padding-right: 30px;
        padding-left: 12px;
        border-bottom: none;
    }

    #gauche > #menuadmin ul li table {
        width: 220px;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #backoffice_menu_haut {
        top: 40px!important;
        width: 193px!important;
        overflow: visible;
        height: 170px!important;
        right: -153px!important;
        left: auto!important;
        border-top: none!important;
        -webkit-transition: right .5s ease-out;
    }

    #backoffice_menu_haut:after {
        -webkit-border-radius: 15px!important;
        -webkit-border-top-right-radius: 0!important;
        -webkit-border-bottom-right-radius: 0!important;
        -moz-border-radius: 15px!important;
        -moz-border-radius-bottomright: 0!important;
        -moz-border-radius-topright: 0!important;
        border-radius: 15px!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
        top: 0px!important;
        left: 0px!important;
    }

    #backoffice_menu_haut:hover {
        width: 193px!important;
        right: 0px!important;
    }

    #conteneur {
        width: 800px;
        padding-top: 0px;
         min-height: calc(100% - 50px);
    }

    #backoffice_menu_haut table {
        height: 160px!important;
        width: 150px!important;
    }

    #backoffice_menu_haut table tbody {
        width: 150px!important;
    }

    #backoffice_menu_haut table tr td {
        display: block;
    }

    #backoffice_menu_haut table tr td a {
        border-left: none;
        width: 110px;
        border-bottom: 1px solid #fff;
    }

    .form_rapport{
        padding:10px;
    }
    #conteneur > table {
        width: 100%;
        margin-left: 0;
    }

    #conteneur > table > tbody > tr > td:first-child {
        width: 100%;
        display: inline-block;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #gauche + #centreadmin {
        margin-left: 20px;
        width: 720px;
    }

    #header {
        display: none;
    }
}

@media screen and (max-width:2000px) and (min-width:1025px) {

    #gauche + p + fieldset {
        margin-left: 1%;
    }

    .sans_onglet #gauche {
        display: none;
    }

    div.sans_onglet {
        padding: 0!important;
        width: 100%!important;
    }

    .sans_onglet > table {
        margin: auto!important;
        width: 500px!important;
        max-width: 500px;
        min-width: 500px!important;
        display: block;
    }

    .sans_onglet > table #centreadmin {
        width: 500px;
    }

    #gauche {
        position: absolute;
        width: 100%;
        padding-top: 0px;
        height: 0px!important;
        overflow: visible;
        left: 0px;
        top: 0px;
        background: transparent;
        border-right: 0px;
    }

    #menuadmin > ul {
        height: 40px;
        width: 100%;
    }

    #gauche > #menuadmin {
        height: 40px;
        width: 100%;
        background-color: #037097/*dynamique*/;
        margin-top: 0;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #gauche > #menuadmin > ul > li {
        display: inline-block;
        width: auto;
        margin-right: -3px;
        vertical-align: top;
        border-right: solid 1px #fff;
        overflow: visible;
    }

    #gauche > #menuadmin > ul > li > a {
        border-top: none;
        border-bottom: none;
        padding-right: 30px;
        padding-left: 12px;
    }

    #gauche > #menuadmin ul li table {
        width: 220px;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    }

    #backoffice_menu_haut {
        top: 40px!important;
        width: 193px!important;
        overflow: visible;
        height: 170px!important;
        right: -153px!important;
        left: auto!important;
        border-top: none!important;
        -webkit-transition: right .5s ease-out;
    }

    #backoffice_menu_haut:after {
        -webkit-border-radius: 15px!important;
        -webkit-border-top-right-radius: 0!important;
        -webkit-border-bottom-right-radius: 0!important;
        -moz-border-radius: 15px!important;
        -moz-border-radius-bottomright: 0!important;
        -moz-border-radius-topright: 0!important;
        border-radius: 15px!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
        top: 0px!important;
        left: 0px!important;
    }

    #backoffice_menu_haut:hover {
        width: 193px!important;
        right: 0px!important;
    }

    #backoffice_menu_haut table {
        height: 160px!important;
        width: 150px!important;
    }

    #backoffice_menu_haut table tbody {
        width: 150px!important;
    }

    #backoffice_menu_haut table tr td {
        display: block;
    }

    #backoffice_menu_haut table tr td a {
        border-left: none;
        width: 110px;
        border-bottom: 1px solid #fff;
    }



    #conteneur > table > tbody > tr > td:first-child {
        width: 100%;
        display: inline-block;
    }

    #conteneur > table > tbody > tr > td:nth-child(2) #droite {
        display: none;
    }

    #gauche + #centreadmin {

        width: 98%;
        margin:auto;
        box-sizing:border-box;
    }

    #header {
        display: none;
    }

    #conteneur {
        padding-top: 50px;
        min-height: calc(100% - 50px);
    }
}
@media screen and (max-width:1024px) and (min-width:0px) {
    .fc-toolbar h2{
        font-size:18px!important;
    }
    .recherche{
        display:none;
    }
    #gauche + #centreadmin{
        width:100%;
        margin:0;
        padding: 10px;
        box-sizing:border-box;
    }
    .div_calendar{
        padding:0px;
        width:100%;
    }
    #conteneur{
        width:auto;
    }
    #gauche{
        position:relative;
                width:100%;
                height:auto!important;
    }
}
a.infobulle {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
    border: none;
}

a.infobulle, a.infobulle img {
    border: none;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

a.infobulle:hover {
    background: none;
    z-index: 25;
}

a.infobulle span {
    display: none;
}
.row_date > .row_cat > .row_produit >p >.tache{
    width:300px!important;
}
a.infobulle:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 3em;
    padding: 2px;
    width: 20em;
    border: 1px solid #7F9DB9;
    background-color: #EDEDED;
    color: #000000;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}

.defaultSkin tr{
    display:table-row!important;
}
.content_tache table td:nth-child(5) {
    width:200px!important;
}
.content_tache table td:nth-child(5) select{
    width:auto!important;
    min-width:auto;
}
.content_tache table td:nth-child(6) > select:first-child,
.content_tache table td:nth-child(6) > span,
.content_tache table td:nth-child(8) > select:first-child,
.content_tache table td:nth-child(8) > span {
    width:calc(50% - 10px)!important;
        min-width:auto;
        margin:auto;
        box-sizing:border-box;
        display:inline-block;
}
.content_tache table td:nth-child(6) > select:first-child,
.content_tache table td:nth-child(8) > select:first-child{
    margin-right:20px;
}
.content_tache table td:nth-child(3) select{
    max-width:100%;
}
.content_tache table td:nth-child(6) > span select,
.content_tache table td:nth-child(8) > span select{
    width:100%;
    min-width:auto;
}
.tache_proc tr{
    display:table-row!important;
}
.tache_proc tr td{
    display:table-cell;
}

#date_tache_debut +img{
    max-width:30px;
    vertical-align:top;
    margin-left:5px;
}
#date_tache_fin +img{
    max-width:30px;
    vertical-align:top;
    margin-left:5px;
}
.delete_row{
    cursor:pointer;
    display:inline-block;
}
.add{
    display:inline-block;
    background-color:#222;
    padding:0px 10px;
    border-radius:5px;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
}

.form_devis hr{
    border-top:4px solid #ccc;
}
.min{
    max-width:1170px;
}
.form_devis h4{
    text-align: center;
    font-weight:bold!important;
    margin: 0;
    margin-bottom: 0;
}
.red_hr{

    border-top:4px solid #f63d3d;
}
.row_devis{
    text-align:center;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.form_devis label{
    width:auto!important;
    /* flex:1; */
}
.product_prestation .type_prix{
    width:120px!important;
    margin-right:10px;
    flex:none;
}
.ordonner_bln{
    width:170px;
}
.lg_dispo{
    width: 100% !important;
    flex: 1;
}

.form_devis select,
.form_devis input[type="text"],
.form_devis input[type="number"]{
    border:0px;
    display:inline-block;
    background-color:#efefef;
    box-shadow:none!important;
    color:#000;
    border-radius:0px;
    font-size: 12px;
    padding: 5px 10px;
    min-width:auto;
    box-sizing:border-box;
    max-width:100%!important;
    width:100%!important;
    flex:1;
}
#centreadmin .center_label{
    display:inline-block;
    width:100%!important;
    display:block;
}
.form_devis .inline_input{
    width:100%;
}
.form_devis .inline_input input + input{
    margin-top:15px;
}
.form_devis .form_group_devis input + img{
    height:33px;
    margin-left:6px;
}
.form_devis .form_group_devis label em{
    font-weight:normal;
    font-size:10px;
}
.form_devis .form_group_devis label {
    padding-right:15px!important;
}
.form_devis label.width_famille{
    width:150px!important;
    flex:1;
}
.form_devis label.width_famille + select{
  width:calc(100% - 150px)!important;

}
.form_devis .form_group_devis {
    padding:0 15px;
    display:flex;

    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    text-align:left;
}
.form_devis .line_add{
    text-align:center;
}
.form_devis .line_add button{
    background-color:#ff4c4c;
    color:#fff;
    border:0px;
    padding:5px 10px;
    text-transform:uppercase!important;
}
.form_devis .spe_fichier {
    max-width:1170px;
    margin:auto;
}
.form_devis .spe_fichier p{
    padding: 10px 15px;
    max-width:25%;
}
.form_devis .form_group_devis .form_group_devis + .form_group_devis{

    margin-top:15px;

}
.form_devis .form_group_devis .form_group_devis {
      flex-wrap: nowrap;
    width:100%;
}
.form_devis .wrapspe {
         flex-wrap: wrap;
}
.form_devis .col4{
    width:33.33333%;
}
.form_devis .row_devis{
    max-width:1170px;
    margin:auto;
}
.form_devis .row_devis+.row_devis{
    margin-top:15px;
}
.form_devis .col8{
    width:66.6666666%;
}
.form_devis .col3{
    width:25%;
}


.form_devis .fake_input [type="checkbox"]:checked, .fake_input [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -1000px;
    z-index: 1;
}
.form_devis .fake_input label{
    display:inline-block;
    position:relative;
    padding:7px 10px;
}
.form_devis .fake_input [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom:0;
    right:0;
    z-index:1;

    border: 1px solid #9a9a9a;


    background: #f8f8f8;
     border-radius:3px;
    /* angles arrondis */
}
.form_devis .fake_input{
    display:flex;
    justify-content: center!important;
}
.form_devis .fake_input  [type="checkbox"]:checked + label:before{
    background-color:#d2d2d2;
        content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom:0;
    right:0;
    z-index:1;

    border: 2px solid #f14242;
    border-radius:3px;
}
.form_devis .fake_input [type="checkbox"] + label span{
position:relative;
    z-index:2;
}
.form_devis .colTarif input,
.form_devis .colMarge input,
.form_devis input.remise_item  {
    padding-right:12px!important;
}
.form_devis .neg_marg{
    margin-left:-10px;
}
.form_devis .pourc_marge{
    padding:0 7px;
}
.form_devis .tab_cmd thead th{
    text-align:center;
}

.form_devis .list_cmd tr {
    background-color:#f3f3f3;
    border-bottom:4px solid #fff!important    ;

}
.info_tech_row,.info_tech_row tr{
    background-color:#fff!important;
}
.form_devis .list_cmd tr input[type="text"],
.form_devis .list_cmd tr input[type="number"],
.form_devis .list_cmd tr select{
    background-color:#fff;
    font-size:11px;
    padding:6px 4px;
}

.form_devis .list_cmd tr input[type="text"]:read-only{
    background-color:#d4d4d4;
}
.titl_fig{
    font-weight:bold;
    background-color:#ffc793!important;
}
.form_devis .poignee {
    background-color:transparent!important;
    background-image:url(../images/commande/drag_drop.png);
    background-repeat:no-repeat;
    background-size: auto 40px;
    background-position:center;
    height:60px;
    width:30px;
}
.form_devis .selTVA {
    width:50px!important;
    padding-left:5px!important;
    padding-right:5px;
    text-align:left!important;
}
.form_devis .selcompta {
    width:100px!important;
    padding-left:5px!important;
    padding-right:5px;
    text-align:left!important;
}
.form_devis .del{
    display:block;
    width:30px;
    height:30px;
    background:transparent!important;
    border-radius:50%!important;
    border:0px!important;
    box-shadow:none!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-image:url(../images/commande/supp_ligne.png)!important;
    cursor:pointer;

}
.form_devis .cp,
.form_devis .cp_figure,.cp_com{
    display:inline-block;
    width:26px;
    height:26px;
       margin-top:3px;
    font-size:14px;
    padding-top:4px;
    border-radius:50%!important;
    border:0px!important;
    box-shadow:none!important;
       text-align:center;
    vertical-align:top;
     cursor:pointer;
    background-color:#333;
    color:#fff;

}
.form_devis .comm{
   display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    font-size: 14px;
    padding-top: 4px;
    border-radius: 50% !important;
    border: 0px !important;
    box-shadow: none !important;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: #333;
    color: #fff;

}
.with_com {
    background-color:red!important;
}
.add_sf {
    display:inline-block;
   
    height:26px;
   vertical-align:top;
    margin-top:2px;
      margin-right:3px;
    padding:0px 5px;
    padding-top:7px;
    border-radius:5px!important;
    border:0px!important;
    box-shadow:none!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
      background-color:#ef7c0f;
    text-align:center;
    color:#fff;
    
     cursor:pointer;

}
.tech_ligne{
    display:inline-block;
    width:26px;
    height:26px;
   vertical-align:top;
    margin-top:2px;
    padding-top:7px;
    border-radius:50%!important;
    border:0px!important;
    box-shadow:none!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
      background-color:#ef7c0f;
    text-align:center;
    color:#fff;
    margin-right:5px;
     cursor:pointer;

}
.edit_figure{
    display:inline-block;
    width:26px;
    height:26px;
   vertical-align:top;
    margin-top:2px;
    padding-top:7px;
    border-radius:50%!important;
    border:0px!important;
    box-shadow:none!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
      background-color:#ef7c0f;
    text-align:center;
    color:#fff;
    
     cursor:pointer;

}
.form_devis .bg_grey{
    background-color:#fafafa;
    display:block;
    padding:10px 10px;
}

.form_devis .tableau_item{
    /* max-width:90%; */
    margin:auto;
}
.form_devis .valide_btn {
    max-width:90%;
    padding-top: 10px;
    margin:auto;
    display: flex;
    padding-bottom: 10px;
}

.block_acompte{
    padding:10px; 
}

.form_devis .valide_btn .actionFermer {
    margin-right: auto;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #b3b3b3 !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.form_devis .total_cmd_display{
    text-align:right;
    width:400px;
    float:right;
}
.form_devis .total_cmd_display tr{
    border-bottom:4px solid #fff;
    background-color:#f3f3f3;
}
.bg_og,.bg_og td{
    background-color:#ffc793!important;
    font-size:12px;
}
.form_devis .tableau_item:after{
    content:'';
    clear:both;
    display:table;
}

.form_devis .submit_btn{
    background-color:green!important;
    border-radius:0px!important;
    border:0px!important;
}

.form_devis #btnAbandon{
 border:0px;
    font-size:14px;
    padding:6px 12px;
    background-color:#cd0019;
    color:#fff;
}

.form_devis .absolute_btn{
    padding: 0;
    position:sticky;
    top:0;
    background-color:#fff;
    z-index: 10;
    border-bottom:1px solid #ccc;
    /* display: flex; */
    gap: 10px;
    /* overflow-x: scroll; */
    /* width: auto; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.form_devis .tableau_item .absolute_btn {
    margin-bottom: 0;
    padding-bottom: 0;
}
.form_devis .absolute_btn .bouton_document > button{
    border:0px;
    display:inline-block;
    margin-right: 0;
    padding:10px 10px;
    border-radius: 3px;
    font-size: 14px;
}
.form_devis .absolute_btn .bouton_document{
    display:flex;
    gap:10px;
    margin-bottom:10px;
}
.form_devis #add_product{
   
    color:#000;
    background-image:url(../images/commande/ajout_produit.png);
    padding-right:50px;
    background-position:right center;
    background-repeat:no-repeat;
}
#add_figure{
     background-color:#ef7c0f;
    color:#fff;
}
.form_devis #addtexte{
    background-color:#5b5b5b;
    color:#fff;
    background-image:url(../images/commande/ajout_com.png);
    padding-right:50px;
    background-position:right center;
    background-repeat:no-repeat;
}
.form_devis #addsoustotal{
    background-color:#898989;
    color:#fff;
    background-image:url(../images/commande/ajout_soustt.png);
    padding-right:50px;
    background-position:right center;
    background-repeat:no-repeat;
}


.form_devis .recherche_ajax{
    padding:20px 0px;
}
.form_devis .inline_seach:first-child{
    padding-right:15px;
}
.form_devis .inline_seach:last-child{
    padding-left:15px;
}

@media (max-width: 760px) {
 h2 {
    font-size:20px!important;
  }
    body .fc-resource-area{
        width:150px!important;
    }
    #calendar td, #calendar th{
        font-size:12px!important;
    }
    .resp_tab tr td,
     .resp_tab tr,
     .resp_tab tbody, .resp_tab{
        display:block;
        width:100%!important;
    }
     .resp_tab tr{
         display:block;
         padding:5px 0px!important;
     }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
        max-width:100%;
    }
    #box_plages_horaires .cases {
     flex-wrap: wrap;
    }
    .panel-heading h2{
        font-size:14px!important;
    }
    .resp_menu{
        width:calc(100% - 30px);
        margin:auto;
        margin-bottom:10px;

    }
     .resp_menu select{
         width:100%;
     }
    #centreadmin .nav-tabs{
        display:none!important;
    }
    #boxActions{
        height:auto!important;
        width:100%!important;
        right:10px!important;
    }
    #boxActions #boxActionsCases{
        flex-wrap: wrap;
    }
     #boxActionsCases li{
         margin-bottom:10px;
     }
    #boxActionsCases li:nth-child(4),
    #boxActionsCases li:nth-child(5){
        width:calc(50% - 20px);
    }
    #boxActionsCases li:nth-child(4) button,
    #boxActionsCases li:nth-child(5) button{
        width:100%;
    }
}
@media (min-width: 760px) {
.resp_menu{
    display:none;
}
    .show_filter,.show_action{
        display:none!important;
    }
}

.nav-tabs{
    background-color:#222;
    border-radius:5px;
    margin-left:0;
    margin-bottom:20px!important;
}
.nav-tabs>li:last-child:after{
    display:none;
}
.nav-tabs>li:after{
    content:'';
    display:inline-block;
    position:absolute;
    right:0;
    top:0;
    height:50%;
    top:25%;
    width:1px;
    background-color:#fff;
}
.nav-tabs>li>a{
    margin-right:0px!important;
    color:#fff;
    font-weight:normal;
    border-radius:2px!important;
    padding:5px 10px!important;
}
.nav-tabs>li>a span{
    border-top-color: #fff!important;
    border-bottom-color: #fff!important;
}
.nav-tabs>li{
    padding:10px 20px!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a,
.nav-tabs>li.open>a,
.nav-tabs>li.open:hover>a{
    color: #222!important;
    cursor: pointer;
    background-color: #fff!important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tableau_recap{
    display:flex;
    gap:20px;
}
.colonne_lien{
    display:flex;
    width:260px;
    flex-wrap: wrap;
    gap:20px;
    align-content: flex-start;
}
.row_info_general{
    display:flex;
    gap:20px;
}
.row_info_general> div{
    width:50%;
}
.group_colonne_lien{
    display:flex;
    /* flex:1; */
    width:100%;
    flex-wrap: wrap;
        background-color:#F5F5F5;
    padding:10px;
     border-radius:5px;
    gap:10px;
}
.toggle_display {
    display:flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width:100%;
    padding-right:10px;
}
.block_lien{
    width:100%;
    background-color:#fff;
    display:flex;
    height:50px;
      position:relative;
    overflow:hidden;
    align-content: center;
    align-items: center;
    padding:10px;
      padding-left:70px;
    border-radius:5px;
    line-height:15px;
    cursor:pointer;
}
.commentaire_present{
    color:red;
}
.block_lien.inactif{
    opacity:0.5;
    cursor:not-allowed;
}
.block_lien:hover .absolute_picto,
.block_lien.active .absolute_picto{
    border:5px solid #fff;
     width:75px;
    height:75px;
     top:-15px;
    left:-15px;
}
.block_lien:hover,
.block_lien.active{
  background-color:#ffc793;
}

.absolute_picto{
    position:absolute;
    top:-10px;
    left:-10px;
    background-color: #ffc793;
    color:#fff;
    font-size:25px;
    padding:20px;
    border-radius:50%;
    width:55px;
    height:55px;
    text-align:center;
    display:flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.group_colonne_lien:nth-child(2) .absolute_picto,
.group_colonne_lien:nth-child(2) .block_lien:hover,
.group_colonne_lien:nth-child(2) .block_lien.active{
      background-color:#C9DBF2!important;
}
.group_colonne_lien:nth-child(3) .absolute_picto,
.group_colonne_lien:nth-child(3) .block_lien:hover,
.group_colonne_lien:nth-child(3) .block_lien.active{
      background-color:#DCEDC1;
}
.absolute_picto i{
    margin-top:5px;
     margin-left:5px;
}
.toggle_conteneur{
    width:calc(100% - 260px);
     background-color:#F5F5F5;
     border-radius:5px;
     padding:20px;
}
.info_toggle {
    gap:10px;
    display:flex;
    flex-wrap: wrap;
}
.toggle_titre{
    margin:0px;
    border-bottom:2px  solid #ccc;
    padding-bottom:10px;
    margin-bottom:15px;
}
.row_info{
    display:flex;
    gap:20px;
    width:100%;
    align-content: center;
    align-items: stretch;
}
.label_info{
    background-color:#fff;
    width:15%;
    padding:5px 10px;
}
.content_info{
 padding:5px 10px;
     background-color:#fff;
    width:85%;
}

#liens_utiles{
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap:40px;
    background-color:#efefef;
    padding:50px;
    margin-top:50px;
}
#liens_utiles a{
    display:flex;
    color:#000!important;

      background-color:#fff!important;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    overflow:hidden;
    position:relative;

    background-color:#fff;
    display:flex;
    height:70px;
      position:relative;
    overflow:hidden;
    align-content: center;
    align-items: center;
    padding:10px;
      padding-left:70px;
    border-radius:5px;
    line-height:15px;
    cursor:pointer;
    text-decoration:none;

}
#liens_utiles a:hover .absolute_picto,
.block_lien.active .absolute_picto{
    border:5px solid #fff;
     width:75px;
    height:75px;
     top:-15px;
    left:-15px;
}
#liens_utiles a:hover,
.block_lien.active{
  background-color:#ffc793!important;
}

#liens_utiles a span:nth-child(2){
    font-size:20px;
    font-weight:normal;
    padding:0 20px;
    text-align:center;

}
.bg_va{
    background-color:#222!important;
    color:#fff;
}
.btn {
   height:32px;
}
.close_figure {
    position:absolute;
    right:0;
    top:20;
}
