/* 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: 70px;
}

#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:not(.full_width) {
    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.full_width > tbody > tr > td:first-child {
    width: 100%;
    display: inline-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;
}
#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;
    ***/
}
.full_width #centreadmin {
    background-color: #fff;
    margin: 0 0 0 220px !important;
    padding: 0px !important;
    border: none !important;
    width: calc(100% - 220px);
    box-sizing: border-box;
}

.tab_cmd {
    font-size:13px!important;
}
.previsu_tab .hide_height{
    height:auto!important;
    visibility:visible;
}
#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;
}
@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 {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
    width: 150px;
    display: inline-block;
}
/* 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; */
}
#gauche{
	position:relative;
	z-index:2;
}

#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%;
}
.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 .thead{
    font-size:0!important;
    border-bottom:1px solid #ccc;
    padding: 6px;
}
.result_search,
.result_search_fav{
    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%;
}
.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;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    font-size: 8pt;
}
.row_sugg{
    font-size:0px;
    border-bottom:1px solid #ccc;
  
}
.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 span:last-child{
    padding:0 10px;
    text-decoration:center;
}
.row_sugg  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;
}
.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"] {
    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,span.bouton{
  	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: #5bc0de;
    border-color: #46b8da;
    text-transform:capitalize;
}

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;
}

#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;
}

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

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

.table th a,
table.table-intel a.lieninvisible,
table.table-intel a.lieninvisible:visited,
table.table-intel a.lieninvisible:hover {
    color:#fff; 
}

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,#conteneur > table:not(.full_width)  {
        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);*/
        min-height: 100%;
    }
}
@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;
}
.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; */
}
.form_devis select,
.form_devis input[type="text"],
.form_devis input[type="number"]{
    border:0px;
    background-color:#efefef;
    box-shadow:none!important;
    color:#000;
    border-radius:0px;
    font-size:14px;
    padding:8px 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: -5000px;
    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    ;
    
}
.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;
}
.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 .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{
    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: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/ajout_com_ligne.png)!important;
     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:30px;
    margin:auto;
    display: flex;
}

.form_devis .valide_btn .actionFermer {
	margin-right: auto;
}

.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;
}
.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: 20px 0;*/
	/*position: sticky;*/
	/*top: 0;*/
	background-color:#fff;
	/*z-index: 100000;*/
	/*border-bottom: 1px solid #ccc;*/
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	flex-direction: row;
	justify-content: flex-end;
	margin: 20px 0;
}

.form_devis .absolute_btn > button {
    border:0px;
    display:inline-block;
    border-radius: 2px;
    padding:10px 10px;
}
.form_devis #add_product {
    background-color:#cd0019;
    color:#fff;
    background-image:url(../images/commande/ajout_produit.png);
    padding-right:50px;
    background-position:right center;
    background-repeat:no-repeat;
}
.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;
    display: flex;
}
.form_devis .inline_seach {
    flex: 1;
}
.form_devis .recherche_ajax .inline_seach .bootstrap-select {
	width: 100% !important;
}

.form_devis .recherche_ajax .inline_seach .search_infos {
	font-size: 10px;
	display: flex;
	justify-content: space-between;
	padding: 0.5em;
}


/*
.recherche_ajax .inline_seach{
    display:inline-block;
    width:33.33333%;
}
*/
.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;
    }
}









/* Spinner inline pour Bootstrap 3 - ASCII only comments */
#string_search_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

#search_spinner {
    position: absolute;
    right: .75rem;
    top: 30%;
    transform: translateY(-50%);
    display: none;
    pointer-events: none;
    opacity: 0.85;
    z-index: 10;
	width: 16px;
	height: 16px;
	background-color: black;    
}

/* Animation de rotation pour l'icone glyphicon-refresh */
.glyphicon-refresh-animate {
    -webkit-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}






.help-icon{
  cursor: help;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 13px; /* glyph size tweak if needed */
}
