/***********************************
 * 2008 - SYRACUSE - GROUPE HEXAFI *
 ***********************************/

/*** SQUELETTE ***/
html{
/* overflow-y: scroll; */
overflow:scroll;
/* http://stackoverflow.com/questions/2869212/css3-gradient-background-set-on-body-doesnt-stretch-but-instead-repeats */
/* see also
	http://stackoverflow.com/questions/13057274/css3-linear-gradient-100-height-not-fixed
*/	
min-height: 100%;
}


body {
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	/*background-color: #5FB568*/
	/* http://stackoverflow.com/questions/2869212/css3-gradient-background-set-on-body-doesnt-stretch-but-instead-repeats */
	min-height: 100%;
	
	background: -webkit-linear-gradient( 180deg, red, blue);
	background:    -moz-linear-gradient( 180deg, red, blue);
	background:     -ms-linear-gradient( 180deg, red, blue);
	background:      -o-linear-gradient( 180deg, red, blue);
	/*background:         linear-gradient( 180deg, #145A89, #88B7D7); */ /* firefox */
	background:         linear-gradient( 180deg, #145A89, #145A89);  /* firefox */
	
	line-height: 1.42857143;
	/* for IE */
	/* http://stackoverflow.com/questions/17099650/how-to-apply-linear-gradient-for-ie8 */
	
	/* combine bg color and image */
	/* background: #6cab26;
	background-image: url(IMAGE_URL); /* fallback */
	/* background-image: url(IMAGE_URL), -webkit-gradient(linear, left top, left bottom, from(#6cab26), to(#6ceb86)); /* Saf4+, Chrome */
	/* background-image: url(IMAGE_URL), -webkit-linear-gradient(top, #6cab26, #6ceb86); /* Chrome 10+, Saf5.1+ */
	/* background-image: url(IMAGE_URL),    -moz-linear-gradient(top, #6cab26, #6ceb86); /* FF3.6+ */
	/* background-image: url(IMAGE_URL),      -o-linear-gradient(top, #6cab26, #6ceb86); /* Opera 11.10+ */
	/* background-image: url(IMAGE_URL),         linear-gradient(to bottom, #6cab26, #6ceb86); /* W3C */
	
}
#conteneur {
	position: relative;
	width: 1200px;
	margin: 2px auto;
	background-color: #FFFFFF;
	border: 1px solid #765;
	padding: 5px;
}

#header {
	height: 45px;
	background-color: #FFFFFF;
	background: url(images/aws-logo.png) no-repeat left top;
	z-index: 1;
}

#gauche {
	position: absolute;
	left: 0;
	width: 170px;
	padding-left: 5px;
	font-size: 12px;
	z-index: 1;
}

#centre {
	background-color: #FFFFFF;
	margin-left: 170px;
	min-height: 650px;
	z-index: 1;
}

#contenu {
	background-color: #FFFFFF;
	border-left: 1px solid #765;
	border-right: 1px solid #765;
	border-bottom: 1px solid #765;
	padding: 10px;
	margin: 0;
	clear:both;
	font-size: 11px;
	z-index: 1;
	min-height: 600px;
	overflow: auto;
}

#footer {
	/*background-color: #FFFFFF;*/
	text-align: center;
	font-size: 10px;
	/*color: #666666;*/
	padding-top: 10px;
	z-index: 1;
}

/*** MENU HEADER ***/
/*
#menu {
	position: absolute;
	margin-left: 180px;
	margin-top: 10px;
	z-index: 2;
}

dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float: left;
	width: 125px;
	margin: 0 2px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	height: 25px;
	width: 125px;
	background: #fff url(images/menu.gif) no-repeat top left;
	font-size: 12px;
}

#menu dd {
	font-size: 12px;
	background:url(images/submenu_01.gif) no-repeat top;
	padding-top: 8px;
	display: none;
}

#menu ul {
	padding-bottom: 8px;
	background:url(images/submenu_03.gif) no-repeat bottom;
}

#menu li {
	text-align: left;
	background: #fff;
	padding: 0 8px;
	background:url(images/submenu_02.gif) repeat-y top;
}

#menu li a,#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover {
	background: url(images/menu_over.gif);
}

#menu li a:hover {
	background: #eeee55;
}

*/




/*  Nouveau CSS MENU 17/04/2018  */

/*** MENU HEADER ***/
#menu {
	position: absolute;
	margin-left: 180px;
	margin-top: 10px;
	z-index: 2; /* Très important pour que les éléments de la barre de menu s'affichent haut dessus des radio boutons (onglet > Prescripteur / Apporteur) */
}

#navig {
	margin: 0px 0px 0px 0px;
	padding: 7px 6px 0px 10px;
	/*background: #C6D0E1 url(img/gradient.png) repeat-x 0 -110px; /* fond barre de menu */
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	
	z-index: 5;
	
}


#navig span {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	
	display: inline-block;
}




#navig li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#navig a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#navig a:hover {
	background: #ffffff;
	color: #ff0000;
}

/* main level link hover */
#navig .current a, #nav li:hover > a {
	background: #d3d3d3 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#navig ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	box-shadow: none;
	-moz-box-shadow: none;
}
#navig ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important; /*couleur quand on passe sur les menu*/

	border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#navig li:hover > ul {
	display: block;
}

/* level 2 list */
#navig ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #E1E8F3 url(img/gradient.png) repeat-x 0 0; /* background de la liste du menue */
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#navig ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#navig ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#navig ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#navig ul li:first-child > a {
	border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#navig ul li:last-child > a {
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#navig:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}










/*** MENU GAUCHE - BOUTONS ***/
#loginfo {
	padding-top: 5px;
	margin-bottom: 5px;
	width: 95%;
}
#boutons {
	text-align: center;
	color: #333;
	z-index: 1;
	width: 95%;
}

#boutons a {
	display: block;
	margin-top: 10px;
}

/*** TAB MENU ***/
#tabmenu {
	float: left;
	width: 100%;
	background: url(images/bg.gif) repeat-x bottom;
	font-size: 11px;
	line-height: normal;
	z-index: 1;
	padding:0px;
	margin:0px;
}

#tabmenu ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#tabmenu li {
	float: left;
	background: url(images/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
}

#tabmenu a {
	float: left;
	display: block;
	width: .5em;
	background: url(images/right_both.gif) no-repeat right top;
	font-size: 12px;
	padding: 5px 15px 4px 6px; /*  avant 5px 15px 4px 6px;   correction problème calage des onglets - 10/04/2017 */ 
	text-decoration: none;
	font-weight: bold;
	color: #765;
	white-space: nowrap;
}

#tabmenu>ul a {
	width: auto;
}


#tabmenu li.current {
	background-position: 0% -150px;
	/*border-width: 0;*/ /* bug affichage menu "power search" !!! corrige le 06/06/2017 par Dieter*/
}

#tabmenu li.current a {
	background-position: 100% -150px;
	/*padding-bottom: 5px;*/
	color: #ff0000;
}

#tabmenu li.actif {
	background-position: 0% -150px;
}

#tabmenu li.actif a {
	background-position: 100% -150px;
}

#tabmenu li.actif a:hover {
	color: #000;
}

/*** AUTRES ID ***/
#icons {
	width: 100%;
	text-align: center;
}

#loader {
	width: 250px;
	height: 50px;
	position: absolute;
	color: #000000;
	text-align:center;
	top: 0;
	left: 0;
	/*filter:alpha(opacity=75);  
	-moz-opacity:0.75;
  	opacity: 0.75;*/
  	background-color: #fff;
  	border: 1px solid #333;
  	z-index: 3;
  	padding-top: 10px;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	display: none;
}
#erreur {
	width: 450px;
	height: 150px;
	position: absolute;
	color: #000000;
	top: 0;
	left: 0;
	/*filter:alpha(opacity=75);  
	-moz-opacity:0.75;
  	opacity: 0.75;*/
  	background-color: #ffff99;
  	border: 1px solid #333;
  	z-index: 3;
  	padding-top: 5px;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	display: none;
  	overflow: auto;
}
#fermer {
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	background-color: #fff;
  	z-index: 2;
  	display: none;
}
#notsend {
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	background-color: #fff;
  	z-index: 2;
  	display: none;
}	
	
/*** CLASSES ***/
.error {
	color: #ff0000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bloc {
	padding-bottom:10px;
}
.bloctitre {
	font-weight:bold;
	font-size:13px;
	color: #333;
	padding:5px;
	padding-left:10px;
	background:#ffffff;
	border:1px solid #B1A482;	
}
.bloctitre2 {
	font-weight:bold;
	font-size:13px;
	color: #333;
	padding:5px;
	padding-left:10px;
	background:url('images/bloc2.gif');
	border:1px solid #B1A482;
	text-align: center;	
}
.bloctitre3 {
	font-weight:bold;
	font-size:13px;
	color: #333;
	padding:5px;
	padding-left:10px;
	background:#fff;
	border:1px solid #B1A482;	
}
.blocinfo {
	padding:5px;
	background:#C6D0E1;
	display: block;
	border:1px solid #B1A482;
	border-top:0px;
}

.blocinfo2 {
	padding:5px;
	background:#e6e6e6;
	display: block;
	border:1px solid #B1A482;
	border-top:0px;
}

.row_head {
	background-color: #869DC3; /* aaaaff   xxxxxxxxxxxxxxxxx*/
	font-size: 11px;
	font-weight: bold;
	/*border-bottom: 2px solid #F1EBE3;*/
	/*white-space : nowrap;*/
}

.row_foot {
	background-color: #869DC3;  /* aaaaff    ******************** b1fb17*/
	font-size: 11px;
	font-weight: bold;
	/*border-top: 2px solid #F1EBE3;*/
	/*white-space : nowrap;*/
}

.row_data {
	background-color: #99B7D8;/*#ffff99;   xxxxxxxxxxxxxxxx  ccccff*/
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_over {
	background-color: #ffffff;/*#ffff00;*/
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_select {
	background-color: #ffff00;/*#99ff00;*/
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}


.row_data_green {
	background-color: #99ff99;
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_orange {
	background-color: #ffcc66;
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_red {
	background-color: #ff5555;
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.readonly {
	background-color: #C0C0C0;
	border: 1px solid #FFFFFF;
	padding-left: 2px;
}
.pointeur {
	cursor: pointer;
}
.rouge {
	color: #ff0000;
}
/*
.fieldset {
	border: 1px solid #969696;	
}
*/
fieldset{min-width:0px;padding:0px;margin:0px;border:0px}



.fill {
	width: 100%;
}
.unfill {
	width: 1px;
}
.label {
	width:100px;
}
.label2 {
	width:200px;
}
.label3 {
	width:250px;
}

.label4 {
	width:124px;
}

.categorie {
	text-align: center;
	font-weight: bold;
	font-size: 11px;	
}
.separateur {
	height:1px;
	width:100%;
}
.pieces {
	width: 100%;
	max-height: 250px;
	overflow: auto;
}
.newsletter {
	width: 625px;
	height: 500px;
}
/*** BALISES ***/
p {
	margin: 0 0 10px 0;
}
a img {
	border: 0;
}
a {
	color: #337ab7;
	text-decoration: none;
}


a:hover {
    text-decoration: underline;
}

table,tr,td,thead,th,tbody,tfoot {
	padding: 1px;
	margin: 1px;
	white-space : nowrap;
	/*border: 1px outset gray; */
	
	
}

tr, td{
	/*border-right: 1px solid #fff;*/
	padding: 2px;
	/*border-style: hidden;*/
}

th {
	text-align:center;
	padding: 2px;
	/*border-right: 1px solid #fff;*/
}
table {
	border-spacing: 1px;
	
	/*border-collapse: collapse;*/
}
/*
fieldset {
	border: 0;
}
*/
input {
	width: 250px;
}
input.button {
	background:#cfe8f5 url('images/button.gif') repeat-x center left;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #4a95c9;
	margin-right:0;
	width: auto;
}
input.normal {
	width: auto;
	border: 0;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right:10px;
	border: 1px solid #999;
	padding: 1px;
	/*border-radius:6px;border:0px ;*/
	/*-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;*/
  
}

/*line-editor - commentaire onglet Fiche*/
.commentaireEditor .Editor-editor {
	font-size:15px;
	height:400px;
}

.Editor-container{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

textarea {
	width: 625px;
	height: 100px;
}

/*
#scoring.input {
    width: 25px;
}
*/

 /* ajouté par Dieter le 25/01/2018
 /* https://www.w3schools.com/howto/howto_js_dropdown.asp */
 /* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 5px;
    font-size: 12px;
    /* border: none; */
    cursor: pointer;
	/*border: 2px solid red;*/
    border-radius: 5px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d2d2d6;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	/*border: 2px solid red;*/
    border-radius: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1; border-radius: 10px;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

/* ################################################################################################## */
/* styler les cases à cocher */
/*  https://anybodesign.com/checkbox-boutons-radios-personnalises-en-css/ */
/*Le conteneur en position relative, définira le cadre de la position des éléments enfants : */
.formfield-checkbox {
      position: relative;
	  padding: 5px;
}

/* La case à cocher sera rendu invisible et positionnée en absolu : */
.formfield-checkbox input[type="checkbox"] {
      visibility: hidden; 
      position: absolute; top: 0; left: 0;
}

/* Ensuite nous allons intégrer notre graphisme dans le pseudo-élément :before du label juxtaposé à l’input, et décaler ce dernier en conséquence avec un padding : */
.formfield-checkbox input[type="checkbox"] + label {
      padding: 4px 0 0 24px;
}

.formfield-checkbox input[type="checkbox"] + label:before {
      content: " ";
      display: inline-block; width: 20px; height: 20px;
      position: absolute; top: 0; left: 0;
      background: transparent url(images/sprite.svg) 0 -30px no-repeat;
	  
}

/*  Et enfin pour l’état sélectionné, nous utiliserons le sélecteur :checked : */
.formfield-checkbox input[type="checkbox"]:checked + label:before {
	background-position: -30px -30px;
}


.formfield-label label
{
    display: block;
    width: 150px;
    float: left;
}

/*******************************************************************************/
.column-layout {
  display: table;
  width: 100%;
  border-collapse: separate;
}
.column-layout > div {
  display: table-cell;
  width: 33.3333%; /* 100%/3 = 3 colonnes */
  padding: 20px;
  border: 5px #F2F2F2 solid;
  background: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}

.txt-area {
    font-family: "open sans";
    font-size: 9pt;
    /*border: 3px inset #1d4189;*/
    padding: .5em;
    width: 370px;
	max-width: 370px;
	min-width: 370px;
}

/*****************************************************************************/
/* Radio boutons - Prescripteur et Apporteur */

.control-group {
  display: inline-block;
  vertical-align: top;
  /*background: #fff;*/
  text-align: left;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
  padding: 0px;
  /*width: 200px;*/
  /*height: 210px;*/
  margin: 0px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
}
.control input {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;  /* diamètre radio */
  width: 12px;   /* diamètre radio */
  background: #fff;  /* Couleur radio quand non coché  */
}
.control--radio .control__indicator {
  border-radius: 50%;
  border:1px solid #777777;float:left;
  z-index: 1;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #ff0000; /* Couleur radio quand coché -Prescripteur  */
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff0000; /* Couleur radio quand coché - Apporteur  */
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Larger Checkbox */

