/******************** Entête UTF-8 ******************\
*
*	fichier			: public/includes/css/administration.css
*	projet			: Can-Aqua - Cardinal
*	version			: 1.0.23 2024-09-06 13:29 FS
*
\****************************************************/

body {
    background: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    color: #90909d;
    font-size: 0.938em;
    margin: 0;
    /*
     *
     font-size: 0.938em/1.25em;
     font-size: 15px;
     *
     */
}

h1 {
    margin: 0;
    padding: 5px 0;
    font-size: 2em;
    color: #1a587f;
}

h2 {
    margin: 0;
    padding: 20px 0 5px;
    color: #061830;
    font-size: 1.333em;
}

h3 {
    color: #60606d;
    margin: 0;
    padding: 5px 0 10px;
    font-size: 1.1em;
    font-weight: normal;
}

h4 {
    color: #1a587f;
    margin: 0;
    padding: 5px 0 8px;
    font-size: 1em;
    font-weight: normal;
}

a {
    color: #061830;
}
.wrapper {width: 960px;margin: 0px auto 0;}
#entete {
    height: 66px;
    padding: 20px 20px;
    background: #000;  
}

.semititle{color: #fff; text-transform:uppercase; font-size:30px;text-indent: 44px;margin: 0;}
#logo {
    display: block;
    float: left;
    background: url('../../images/can-aqua/logo.png')  no-repeat;   
    background-size: contain; 
    width: 207px;
    height: 33px;
    text-indent: -99em;
    padding: 5px 45px 5px 25px;
    overflow: hidden;
    
}

#entete > p {
    margin: 0;
    float: left;
    height: 32px;
    padding: 20px 45px;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
}

#menu {
    float: right;
    font-size: 1.2em;
    margin: 0;
    width: 680px;
}

#menu > ul {
    list-style: none;
    margin: 0;
    
    behavior: url('/includes/js/htc/last-child.htc');
}

#menu > ul > li {
    display: block;
    float: left;
    position: relative;
    padding: 0px 15px 0px 0px;
    margin-top: 20px;
}

#menu > ul > li > a {
    display: block;

    text-decoration: none;
    height: 28px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}


#menu > ul > li.last-child> a, #menu > ul > li:last-child> a {
    border-right: none;
}



#menu > ul > li > ul {
    list-style: none;
    background: #ebebeb;
    margin: 0 0 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 10;
    min-width: 175px;
}
#menu > ul > li:hover > ul {
    display:block;
}
#menu > ul > li > ul>li {
    padding: 0 10px;
}
#menu > ul > li > ul>li>a{
    display: block;
    color: #565656;
    border:none;
    padding: 5px 0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
#menu > ul > li > ul>li>a:hover{
    color: #061830;
}
#menu > ul > li > ul>li:first-child{
    border: none;
}

#statut {
    clear: both;
    width: 908px;
    margin: 10px auto 0;
    height: 30px;
}
#statut>p {
    padding: 3px 5px;
    margin: 0;
    color: #1a587f;
}
#statut>p>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: url('../../images/can-aqua/statut.png') no-repeat;
    vertical-align: bottom;
}
#statut.succes>p>span {
    background-position: -20px 0;
}
#statut.erreur>p>span {
    background-position: 0 0;
}

#contenu {
    clear: both;
    width: 1048px;
    margin: 0 auto;
    padding: 10px 5px 20px;
}


#arbre {
    float: left;
    width: 500px;
}

#detail_dept p>label:first-child {
    padding-left: 0px;
	padding-top: 10px;
}

#detail_dept {
    float: left;
    width: 400px;
    display: none;
}

form>h4 {
    margin: 10px 0 2px;
    color: #1a587f;
}
form>div#bloc_droite {
   
    float: right;
    margin: 0;
    width: 500px;
 
}

form #images_produits {
  position: relative;
    border: solid 1px #D3D3D3;
    width: 385px;
    height: 385px;
}
form #images_produits>img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
form #images_produits>p {
    position: absolute;
    margin: 0;
    padding: 2px 10px;
    height: 20px;
    bottom: 0;
    width: 365px;
    background: #D3D3D3;
    color: #1a587f;
    text-align: center;
}
form #images_produits>p>span {
    display: inline-block;
    width: 245px;
    height: 20px;
    vertical-align: top;
}
form #images_produits>p>a {
    display: inline-block;
    background: url('../../images/can-aqua/nav_pagination.png');
    width: 20px;
    height: 20px;
    margin: 0 20px;
    text-indent: -99em;
    text-decoration: none;
    vertical-align: center;
}
form #images_produits>p>a.bt_prec {
    background-position: 0 -20px;
}
form #images_produits>p>a.bt_suiv {
    background-position: -20px -20px;
}

form #images_produits>img {
    display:none;
}
form #images_produits>img:first-child {
    display:block;
}

 

form>p {
    margin: 2px 0;
}




form p>label:first-child {
    padding-left: 20px;
}



form p>label {
    display: inline-block;
    width: 160px;
}
form p>label.labelFiche {
    width: 145px;
}

form p.liste_manu {
	margin-top: 20px;
}


form p.accessible  {
    margin: 20px 0 0;
    color: #1a587f;
}
form p.accessible label {
    width: auto;
}

form p.ident {
    padding-left: 20px;
}



form>input[type=submit] {
    display: inline-block;
    margin: 10px 0 0 0;

}

form input[type=text] {
    border: solid 1px #1a587f;
    width: 240px;
}
form input[name=no_modele_fr], form input[name=no_modele_en] {
    width: 350px;
}
form select {
    border: solid 1px #1a587f;
    width: 240px;
}

form.smallWith input[type=text], form.smallWith select {
	width: 150px;
}

form select[multiple] {
    vertical-align: top;
    min-height: 180px;
    width: 250px
}

form textarea {
    border: solid 1px #1a587f;
    width: 240px;
    height: 65px;
    vertical-align: top;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 0.9em;
}
form input[type=file] {
    border: solid 1px #1a587f;
    width: 240px;
}
form input[type=password] {
    border: solid 1px #1a587f;
    width: 180px;
}
#boutons_arbre {
    padding: 15px 8px;
}
#boutons_arbre>input {
    margin: 5px 0;
}

ol#plans_ordre span#pleine_page {
	float: right;
}
#plans {
	padding: 0 0 1em 1.4em ;
}
#plans thead td {
	text-align: center;
	font-weight: bold;
}
#plans tbody td {
	text-align: center;
}
#plans input, #plans select {
	//margin-right: 10px;
}
#plans input[type="file"] {
	width: 290px;
}
#plans select[name="ajout_plan_langue[]"] {
	width: 100px;
}
/******/

.bouton {
    display: inline-block;
    border: solid 2px #0e4965;
    background: #1a587f;
    color: #ffffff;
    padding: 8px 6px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url('/includes/js/htc/border-radius.htc');
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.bouton:hover {
    border-color: #0e4965;
    background: #ffffff;
    color: #1a587f;
}

.bouton[disabled] {
    background: #9ad8ff;
    border: solid 2px #6ea9c5;
}
.bouton[disabled]:hover {
    background: #9ad8ff;
    border: solid 2px #6ea9c5;
    color: #ffffff;
}




table.liste {
    background: #e5e5e5;
    border-collapse: collapse;
    width: 100%;
}

table.liste th,
#catalogues table.liste thead td,
#faqs table.liste thead td {
    background: #b1e2ee;
    border: solid 1px #8dcede;
    color: #1a587f;
}
table.liste th:first-child {
    width: 160px;
}
table.liste td {
    border: solid 1px #ffffff;
    padding: 2px 5px;
}
table.liste td:first-child {
    width: 240px;
}
table.liste td>a {
    color: #1a587f;
}


td.action>span {
    display: inline-block;
    width: 2px;
}

/****************************************/
table.liste thead tr .header {
    background-image: url(../../images/can-aqua/ts_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.liste thead tr .headerSortUp {
    background-image: url(../../images/can-aqua/ts_asc.gif);
}
table.liste thead tr .headerSortDown {
    background-image: url(../../images/can-aqua/ts_desc.gif);
}
table.liste thead tr .headerSortDown, #listeclient thead tr .headerSortUp {
    background-color: #1a587f;
    color: #ffffff;
}

#pagination>a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    background: url('../../images/can-aqua/nav_pagination.png');
    text-indent : -99em;

}
#pagination>input[type=text] {
    display: inline-block;
    width: 40px;
    text-align: center;
    border: none;
    background-color: transparent;
}
#pagination>a.first {
    background-position: 0 0;
}
#pagination>a.prev {
    background-position: 0 20px;
}
#pagination>a.next {
    background-position: 20px 20px;
}
#pagination>a.last {
    background-position: 20px 0;
}

div.tabs {
    margin: 20px 0 0;
    font-size: 0.9em;

}

#copyright {
    width: 859px;
    margin: 20px auto 0;
    padding: 0 0 6px;
    font-size: 0.9em;
}
#copyright>p {
    text-align: center;
}
#copyright>p>a {
    color: #90909d;
    text-decoration: none;
}

ul.attributs {
    width: 350px;
    list-style: none;
    margin: 5px 0 5px 150px;
    padding: 0 0 10px;
    border-bottom: solid 1px #90909d;
}
ul.attributs label.definition{
    display: inline-block;
    width: 200px;
    margin: 0 15px 0 0;
}
#association>div {
    width: 220px;
    float: left;
    margin: 0 40px 0 0;
    padding: 10px 20px;
    border: solid 1px #90909d;
}
#association>div>p {
    margin: 0;
}

#produits_relies {
    width: 500px;
    max-height: 200px;
    overflow-y: scroll;
}

a.btmodifier {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -24px 0 no-repeat;
}

a.visualiser {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -49px 0 no-repeat;
}

a.btrelations {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') 0 0 no-repeat;
}

a.btimprimer {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -96px 0 no-repeat;
}
a.btsupprimer {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -24px -24px no-repeat;
}
a.bt_dupliquer {
    display: inline-block;
    background: url(../../images/sprite.png) no-repeat -311px -260px;;
    width: 34px;
    height: 38px;
    text-indent: -9999px;
 }

a.btfiches {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -143px -24px no-repeat;
}
a.btvoirpdf {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/export_pdf.png') no-repeat;
}
a.btvoirexcel {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/export_excel.png') no-repeat;
}

a.btajouter,
i.btajouter {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') 0 -24px no-repeat;
}
a.btsupp_etape, a.btsupp_fiche {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -24px -24px no-repeat;
}

a.btquestion {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png') -120px -24px no-repeat;
}


a.btreponse {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png')  -120px 0 no-repeat;
}
a.btsupprelations {
    display: inline-block;
    text-indent: -99em;
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/icones_cms.png')  -144px 0 no-repeat;
}
p#filtre {
    text-align: right;
    padding: 0;
}
/*********************************************/
span.recherche {
    display: inline-block;
    background: #ffffff;
    height: 24px;
    vertical-align: bottom;
}
span.recherche>input {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    vertical-align: bottom;
}

span.recherche>input[type=text] {
    height: 20px;
    border: 1px solid #C9DAE0;
    border-right: none;
    padding: 1px 0 1px 5px;
}
span.recherche>input[type=submit] {
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/loupe_recherche.png') 0 0 no-repeat;
    border: 1px solid #C9DAE0;
    border-left: none;
}
span.recherche>input[type=button] {
    width: 24px;
    height: 24px;
    background: url('../../images/can-aqua/x_recherche.png') 0 0 no-repeat;
    border: 1px solid #C9DAE0;
    border-left: none;
}
span.recherche:hover>input[type=submit],
span.recherche:hover>input[type=button] {
    background-position: 0 -24px;
}

ul.liste_produits {
    display: none;
}

select.liste_produits, select.liste_types {
   margin-bottom: 20px;
   min-height: 30px;
}

select.liste_produits {
   height: 300px;
}


#rel_blocs>div {
    width: 450px;
    float: left;
}
#rel_blocs>ul {
    width: 450px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#rel_blocs label {
    display: inline-block;
    width: 140px;
}
#rel_blocs input[type=button] {
    display: inline-block;
    margin: 0 0 0 315px;
}

#rel_blocs>ul>li>a {
    display: inline-block;
    margin: 0 10px 0;
}

label.texte {
    display: inline;
    width: auto;
}

.preview {
    font-family:Trebuchet MS,Helvetica,sans-serif;
    font-size:0.938em;
    color:#000000;
    line-height:125%;
}
.preview>p {
    margin:0 0 10px;
    text-align:left;
}
#detail_produit>div {
    float: left;
    width: 201px;
    height: 335px;
    overflow: auto;
}
#detail_produit>div:first-child {
    width: 301px;
}
#detail_produit>img {
    float: left;
    display: block;
    width: 385px;
    height: 335px;
    margin: 0 10px;
}
#remplacement del {
    color: #ff0000;
}
#remplacement ins {
    color: #1a587f;
    text-decoration: none;
    font-weight: bold;
}
#liste_choix>div {
    padding: 0 0 15px;
}

ul#liste_etapes {
    display: none;
}

#etapes_fiches label {
    display: inline-block;
    width: 150px;
    margin: 0 0 0 10px;

}
#etapes_fiches span {
    display: inline-block;
    width: 150px;
    padding: 0 0 5px 34px;
}
#etapes_fiches select {
    margin: 0 5px;
}

#etapes_fiches select option.show {
    display: block;
}
#etapes_fiches select option.none {
    display: none;
}

#etapes_fiches li {
    margin:20px 0 ;
    padding: 10px;
}



#attributs  {
    padding: 0 0 0 170px;
}
#attributs  input.label{
    width: 135px;
    margin: 0 15px 0 0;
}

span.insec  {
    white-space: nowrap;
    background: #dedede;
}

#plans_ordre li{
    padding: 3px 5px 3px 5px;
    margin: 2px 0;
}
#plans_ordre li.herite{
    padding: 3px 5px 3px 25px;
    color: #90909D;
    font-weight: normal;
}


#associer_discontinues label{
    width: 200px;

}

#enteteDiscontinuer { margin-bottom: 10px; }
#enteteDiscontinuer .t1, #entete .t4 { width: 220px; float: left; }
#enteteDiscontinuer .t2 { width: 270px; float: left; }
#enteteDiscontinuer .t3 { width: 100px; float: left; }
#associer_discontinues .labelDt { margin-left: 83px; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
#associer_discontinues select { margin-right: 26px; }

.suggestionDiv {
	display: none;
	z-index: 8000;
	border: 1px solid black;
	background-color: white;
	width: 250px;
	height: 200px;
	overflow: auto;
	padding: 5px;
}

.suggestionDiv ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
}

.no_modele, .entreprise {
	background-color: #63B9EE;
	margin-bottom: 2px;
	cursor: pointer;
	padding-left: 5px;
	color: black;
}



p.avertissement  {
    background: #F9FBFC;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #C9DAE0;
    color: #FF0000;
}

#rapportForm .row {
    display: flex;
    margin: 20px 0;
}

#rapportForm .col {
    flex: 0 0 auto;
    width: 25%;
}
 


#rapportForm label {
    text-align: left;
    font-size: 12px;
    padding: 0px 0 5px 0;
    display: block;
}




#periodes {
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 0 40px;
}
#periodes>input {
    display: inline-block;
    margin: 0 10px;
}



#type_projets, #regions {
	float: left;
	text-align: left;
	font-size: 12px;
	margin-right: 20px;
}
 
#type_projets select , #regions select {
	width: 145px;
}

#sites {
	float: left;
	width: 30%;
	text-align: left;
}
#sites>select {
    display: inline-block;
    margin: 0 10px;
}



/* CATALOGUES */
#catalogues a.ajout {
	width: 80px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}

/* FAQ */
#faqs label i {
	color: red;
}
#faqs table.liste td:first-child {
	width: 65px;
}

/* ALERTES */
#alertes .actions {
	height: 40px;
	margin-top: 20px;
}
#alertes .actions div {
	float: left;
}
#alertes .actions div#filtre {
	float: right;
	text-align: right;
    padding: 0;
}
#alertes table.liste thead th:first-child {
	width: 200px;
}
#alertes table.liste td:first-child {
	width: inherit;
}
#alertes table.liste .produit {
	width: 235px;
}
#alertes table.liste .raison {
	width: 150px;
}

/* NOTES */
#departements {
	margin-bottom: 20px;
}
#canaqua,
#cardinal,
#mid_ouest{
	width: 290px;
	float: left;
}
#canaqua label,
#cardinal label,
#mid_ouest label{
	width: 75px;
	margin-right: 10px;
	display: inline-block;
}
#canaqua textarea,
#cardinal textarea,
#mid_ouest textarea {
	margin-bottom: 10px;
}

#canaqua {
	margin: 0 5px;
}
#canaqua h2 + div label,
#cardinal h2 + div label,
#mid_ouest h2 + div label{
	width: 120px;
	height: 17px;
	margin: 10px 0;
}

/* PRODUITS */
#notes {
	margin: 20px 0;
}

/* ASSISTANT */
#assistant_questions label.ordre {
	width: 70px;
	margin-left: 20px;
}
#assistant_questions input.ordre {
	width: 50px;
}

/* MODIFICATION FICHE BIBLIOTHEQUE */
#editFicheBib textarea {
	width: 553px;
	height: 80px;
}
#input_recherche,
#button_recherche {
	float: left;
}
#button_recherche {
	margin-left: 10px;
}
#listProduitsIn,
#listProduitsAdd {
	width: 330px;
	float: left;
	padding: 10px;
	border: 1px solid grey;
}
#listProduitsIn {
	margin-right: 20px;
}
.suppMe {
	color: red;
	cursor: pointer;
	font-weight: bold;
}

/* FAQ */
.formFAQ div {
	min-height: 30px;
	margin: 10px 0;
	clear: both;
}
.formFAQ label {
	width: 200px;
}
.formFAQ input[type="text"] {
	
}
.formFAQ label,
.formFAQ input[type="text"],
.formFAQ .cke_skin_kama {
	float: left;
}
.formFAQ input[type="submit"],
.formFAQ input[type="reset"] {
	margin: 4px 10px 4px 0;
}

/* Catalogue */
.formCatalogue div {
	min-height: 30px;
	margin: 10px 0;
	clear: both;
}
.formCatalogue label {
	width: 200px;
}
.formCatalogue input[type="text"] {
	
}
.formCatalogue label,
.formCatalogue input[type="text"] {
	float: left;
}
.formCatalogue input[type="submit"],
.formCatalogue input[type="reset"] {
	margin: 4px 10px 4px 0;
}



/* Guides annuels */
.formGuides div {
	min-height: 30px;
	margin: 10px 0;
	clear: both;
}
.formGuides label {
	width: 200px;
}
 
.formGuides label,
.formGuides input[type="text"] {
	float: left;
}
.formGuides input[type="submit"],
.formGuides input[type="reset"] {
	margin: 4px 10px 4px 0;
}


.formGuides li {
	margin-bottom: 50px;
        min-height: 320px;
        background: #d7ebf9 ;
        cursor: pointer;
        padding: 20px 0 ;
}


/* CLIENTS */
.formCourriel div {
	min-height: 30px;
	margin: 10px 0;
	clear: both;
}
.formCourriel label {
	width: 200px;
}
.formCourriel input[type="text"] {
	
}
.formCourriel label,
.formCourriel input[type="text"],
.formCourriel .cke_skin_kama {
	float: left;
}
.formCourriel input[type="submit"],
.formCourriel input[type="reset"] {
	margin: 4px 10px 4px 0;
}

.prixAjustement{font-weight: bold; color:#ff9999;display: none;}
.noticeAjustement{font-size: 11px; color: #ff9999; padding-left: 5px;}
.produitInput{display: block; width: 100%; padding-left: 170px; padding-bottom: 10px;}
.prixAjustementinitial{font-weight: bold; color:#009900; padding-left: 5px; text-decoration: underline;}
.prixAjustementinitial.bleu{ color:#2a55f1;}
.prixTemporaire {
	display: none;
	margin-left: 10px;
	width: 130px!important;
}

form>input[name=modifier_prix_tmp] {
    display: none;
}
 

span.prixTemp {
	display: inline-block;
	text-align: right;
}

.NoneFichier {
	display: none;
}

.notice_doublant{padding: 5px 5px; color:#ff9999; font-weight: bold;}
.lienPdf{padding-left: 5px;}
.formule_budgetaire{background: #EBEBE4 !important;}
input.error, select.error{background: #ffcccc;}
.imageQes{padding-left: 20px;}
.labelcaract{padding-left: 20px;}
.ques_attr{padding-left: 200px;}
.relativeRe{padding-bottom: 30px;}
.addResponse{display: block;}
.chooseRep{cursor: pointer;}
.affichechoix{padding-left: 176px; padding-top: 3px;}
.relativeRe div{margin: 5px;}
.deleteDec{padding-left: 10px;}
.errorCode, .errorOrdre{ color :red; padding-left: 200px;}
.labelsite{width: 89px !important; margin-right: 30px;}
.ordreQuestionnaire{width: 450px; margin-left: 30px;}
.rst{padding: 20px 15px;}
.lablOrdre{padding-right: 25px; width: 200px; display: inline-block;}
.lineQ{padding: 10px 10px;}
.div_inputQ{font-size: 12px; margin: 0 !important;}
.div_inputQ span{padding-right: 10px; font-weight: bold; color:black;}
.titre_q{padding-left: 198px; padding-top: 5px; color: #000; max-width: 244px;}
.lablOrdre span{font-weight: bold; color:#000}
.addsection{cursor: pointer;}
.reglement_gabarit label{font-weight: bold;}
.reglement_gabarit input{display: block; margin-bottom: 10px;}
.titre_regl{width: 300px}
.ui-dialog{width: 980px !important;}
.ui-dialog .questRepsJS{width : 289px  !important;float:left !important;}
.ui-dialog .simulateurPhoto{width: 640px !important;float:left !important;}
.previewPicQues{position: relative;}
.overlaypicsim {
    position: absolute;   
    left:0;
    top: 0;
    z-index: 999;
}
.reponsesJS label{font-size: 12px;}
.gnrtdevis .quest{font-size: 12px;}
.groupeSimulation p{text-align: center; color:#000; font-weight: bold; text-decoration: underline;}
.questRepsJS {border-right: 1px dashed #000;}
.dialog{display: none; width: 980px !important;}
.dialog ul li{cursor:pointer; padding: 10px 5px;}
.dialog ul li:hover{text-decoration: underline;}
.questRepsJS .quest{font-weight: bold;}
.dialogJS{height: 980px !important;}
.labeRepJs{width: auto !important;}
.editeur_devis_architec.entete{height: 200px !important;}

table.listeAlerte { border-collapse: collapse; width: 100%;border:1px solid black;	margin: 5px 5px;color: #000;line-height: 3;}
table.listeAlerte th{ background: #b1e2ee; color: #1a587f;	border:1px solid black;}
table.listeAlerte th:first-child {width: 160px;}
table.listeAlerte td {border:1px solid black; padding: 2px 5px;}
table.listeAlerte td:first-child {/*width: 200px;*/}
table.listeAlerte td>a {color: #1a587f;}
.alerteLine{background: #2484C6;}
.alerteLine td{text-align: center; font-weight: bold; color: #000;}
.withoutBorder{width: 100%;  text-align: left;}
.withoutBorder td:first-child{width:25% !important}
.withoutBorder td.details {width:80% !important; text-align: left;}
.withoutBorder td {border:none !important;}
.cachetr{display: none;}
.details textarea{max-width:500px !important; min-width:500px !important;min-height: 50px !important;}
.editerAlert , .deleteAlert a{cursor: pointer; color:#061830;}
.labelTD{color:#000 !important; font-weight: bold; font-size: 11px; text-decoration: underline;}
.entetTR{background: #cccccc;  text-align: center; height: 40px;}
.entetTR td strong{color:#FFF !important;}
.addalerte {cursor: pointer;}
.ligneAlerte{padding: 10px 10px;}
.ligneAlerte label{width: 120px; display: inline-block; color:#000; font-weight: bold;}
.ligneAlerte div{padding-left: 125px;}
textarea.error{background: #ffcccc;}
.errorQuest{width: 300px !important; color:red !important; padding-left: 150px;}
.ext, .rechercher{padding-left: 20px; cursor: pointer;}
.formCatalogue textarea{ width: 500px !important; height: 200px;}
.typeInputPicture label:not(:first-child){width: auto; padding-right: 10px;}
.labelGp{width: auto !important; padding-right: 5px;}
.selectGrp{width:100px; margin-right: 5px;}
.addpictures{cursor: pointer; color:red;}
.msgRps{color:#000; font-size: 12px;}

form.formupdate p{
	margin-bottom: 10px;
}
 
.normeSpecifique, .checkboxFichier {
	display: none;
}

.normeSpecifiqueShow {
	display: block;
}