/**
 * Feuille de style de l'application TeleDo
 * 
 * @author Nicolas Piedeloup
 * @version : $Id: teleDo.css,v 1.1 2013/07/18 17:34:32 npiedeloup Exp $
 */
body {
	color: #01477B;
	background-color: #DADEDF;
}

form {
	margin: 0 0 10px; /*anti bootstrap*/
}
.container {
	width: auto; /*anti bootstrap*/
	min-width: 1120px;
	margin-right: 5%;
	margin-left:5%
}

#header {
	margin: 5px;
	display:inline-block;
	width: 100%;
}

.aideConnexion {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.aideConnexion i {
	color: #b62c3b;
	margin-right: 5px;
}

#footer {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.logo {
	float: left;
}

.logo_ars {
	float: right;
	margin-top: 5px;
}

.logo_edo{
	height: 106px;
}


.right {
	float: right;
}

.center {
	width: 100%;
  	text-align: center;
}

hr {
	border-top: 1px dashed #01477B;
	border-bottom: none;
	margin-top: 5px;	
	margin-bottom: 5px;
}

/***********************************************************************************************************/
/* Placements d'elements génériques
/***********************************************************************************************************/

td {
	vertical-align: top;
}

th {
	vertical-align: top;
}

td.checkBoxLeft {
	text-align: right;
} 

th.checkBoxLabelRight {
	text-align: left;
	margin-left:0px;
	margin-right:10px;
}
/* TODO valeur en gras ? */
.grid span {
	font-weight: bold;
}

th.checkBoxLabelRight label.readonly {
	font-weight: normal;
}

label.readonly {
	cursor: auto;
	/* TODO valeur en gras ? */
	// font-weight: bold; 
	font-weight: normal;
	//color: #21679B;	
}

label,p {
	padding: 3px 6px;
	border: 1px solid transparent;
}

p {
	display: inline-block;
}

.required {
	display: inline;
	padding: 0;
}

td span, th span {
	padding: 4px 6px;
	display: inline-block;
	border: 1px solid transparent;
}

td.multiLabel label {
	display: inline-block;
	vertical-align: top;
}

.panel {
	margin-top: 20px; 
	margin-bottom: 40px; 
	position: relative;
	background-color: #edefee;
	padding: 10px;
	padding-top: 25px;	
	-moz-border-radius: 0px 17px 0px 17px;
    -webkit-border-radius: 0px 17px 0px 17px;
    -khtml-border-radius: 0px 17px 0px 17px;
	border-radius: 0px 17px 0px 17px;
	/* behavior: url(static/css/pie/PIE.htc); provoque un décalage*/
}

.panel h2 {
	position: absolute;
	top:-25px;
	height:20px;   	
    color: #FFF;
    padding: 5px 17px;
   	font-size: 1.2em;
   	line-height: 1.2em;
   	background: #C44;
   	background: linear-gradient(#d04655, #b62c3b);
	-moz-border-radius: 17px 0px 17px 0px;
    -webkit-border-radius: 17px 0px 17px 0px;
    -khtml-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;
	
	-pie-background: linear-gradient(#d04655, #b62c3b);
	behavior: url(static/css/pie/PIE.htc);
}

.vert h2 {
	background: linear-gradient(#aec738, #95ae1f);
	-pie-background: linear-gradient(#aec738, #95ae1f);
}

.bleu h2 {
	background: linear-gradient(#2a81de, #265ee0);
	-pie-background: linear-gradient(#2a81de, #265ee0);
}

.sub-panel h3 {
	border-bottom: 1px solid #01477B;
	//font-size: 20px;
	font-size: 1.1em;
	font-weight: bold;
}

/*.teledo-rounded {
	-moz-border-top-left-radius: 17px;
    -webkit-border-top-left-radius: 17px;
    -khtml-border-top-left-radius: 17px;
	border-top-left-radius: 17px;
	-moz-border-bottom-right-radius: 17px;
    -webkit-border-bottom-right-radius: 17px;
    -khtml-border-bottom-right-radius: 17px;
	border-bottom-right-radius: 17px;
}*/

.navigation {
	background: url(../img/sup_bleue.png) no-repeat left center;
	padding-left: 21px;
}

/***********************************************************************************************************/
/* Placements d'eléments spécifique
/***********************************************************************************************************/

/***********************************************************************************************************/
/* Ecran d'inscription
/***********************************************************************************************************/
.choixProfil {
width: 1120px;
  margin: 0 auto;
}

.masterhead-thin {
  width: 1120px;
  margin: 0 auto;
}


/***********************************************************************************************************/
/* Ecran d'accueil
/***********************************************************************************************************/
#bienvenueInfos a {	
	margin-left: 25%;
}

#bienvenueInfos ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25%	
}

#bienvenueInfos ul li {	
	line-height: 30px;
	list-style: none outside none;
	background: url(../img/puce_rouge.png) no-repeat left center;
	padding-left: 25px;
}

.bienvenueInscrit {
	background: #edefee url(../img/bienvenueInscrit.png) no-repeat;	
	padding-left:180px;
	min-height: 155px;	
}

.bienvenueInscrit > div {
	padding-bottom: 30px;	
}

.bienvenueNonInscrit {
	background: #edefee url(../img/bienvenueNonInscrit.png) no-repeat;
	padding-left:180px;
	min-height: 155px;	
}

.bienvenueNonInscrit > div {
	padding-bottom: 30px;	
}

.inscriptionTitulaire h2, .inscriptionPartenaire h2, .inscriptionAgent h2 {
	margin: 0px;
	font-size: 1.0em;
   	line-height: 1.0em;   	   	
   	height:30px;
   	color: #FFF;
    padding: 10px;   	
   	-moz-border-radius: 17px 0px 17px 0px;
    -webkit-border-radius: 17px 0px 17px 0px;
    -khtml-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;
	behavior: url(static/css/pie/PIE.htc);
}

.inscriptionTitulaire h2 {
	background: linear-gradient(#47dbab, #2dc191);
	-pie-background: linear-gradient(#47dbab, #2dc191);
	background: #47dbab;
}

.inscriptionPartenaire h2 {
	background: linear-gradient(#c767c8, #ab4dab);
	-pie-background: linear-gradient(#c767c8, #ab4dab);
	background: #c767c8;
}

.inscriptionAgent h2 {
	background: linear-gradient(#2ccaf9, #11addd);
	-pie-background: linear-gradient(#2ccaf9, #11addd);
	background: #2ccaf9;
}

.features {
	background-color: #fff;
	padding-bottom: 10px;
	
	height: 160px;
	
	-moz-border-radius: 0px 17px 0px 17px;
    -webkit-border-radius: 0px 17px 0px 17px;
    -khtml-border-radius: 0px 17px 0px 17px;
	border-radius: 0px 17px 0px 17px;
	
	behavior: url(static/css/pie/PIE.htc);
}

.features ul li {	
	line-height: 25px;
	list-style: none outside none;	
	padding-left: 25px;
}

.inscriptionTitulaire ul li {
	background: url(../img/puce_verte.png) no-repeat left center;
}

.inscriptionPartenaire ul li {
	background: url(../img/puce_violette.png) no-repeat left center;
}

.inscriptionAgent ul li {
	background: url(../img/puce_bleue.png) no-repeat left center;
}

.inscriptionTitulaire p, .inscriptionPartenaire p, .inscriptionAgent p {
	padding-left: 10px;	
}

.inscriptionTitulaire hr, .inscriptionPartenaire hr, .inscriptionAgent hr {
	width: 80%;
	border-top: 1px dotted #01477B;
	margin: 10px auto;
}

.subinfo {
	padding: 10px;
	font-size: 0.8em;
	font-weight: lighter; 
	background-color: #edefee;
	-moz-border-radius: 17px 0px 17px 0px;
	-webkit-border-radius: 17px 0px 17px 0px;
	-khtml-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;	
	behavior: url(static/css/pie/PIE.htc);
}

/***********************************************************************************************************/
/* Message d'erreur, d'information, d'avertissement
/***********************************************************************************************************/

.errorPanel , .warningPanel, .infoPanel, .complementPanel {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    //behavior: url(static/css/pie/PIE.htc);
	padding: 11px;
	padding-left: 50px;
	margin: 0px;
	margin-bottom: 10px;
}

.errorPanel h3 , .warningPanel h3 , .infoPanel h3, .complementPanel h3, .errorPanel h5 , .warningPanel h5 , .infoPanel h5 , .complementPanel h5  {
	font-size: 1.0em;
	line-height: 1.3em;
	margin:0px;
	margin-bottom:5px;
}

.errorPanel {
	background: #FFF url(../img/icon/error.gif) no-repeat 5px 5px;
	border: solid 2px #FA0000;
}

.errorMessage {
	font-weight: normal;
}

.errorPanel ul, .warningPanel ul, .infoPanel ul, .complementPanel ul{
	list-style-type: none;
}

.errorPanel .message, .warningPanel .message, .infoPanel .message {
	color: #01477B;
}
.errorPanel .messageLabel {
	font-weight: bold;
	color: #FA0000;
}
.warningPanel .messageLabel, .infoPanel .messageLabel, .complementPanel .messageLabel {
	font-weight: bold;
	color: #01477B;
}

.warningPanel {
	background: #FFF url(../img/icon/warning.gif) no-repeat 5px 5px;
	border: solid 2px #FFBD00;
}

.infoPanel {
	background: #FFF url(../img/icon/info.gif) no-repeat 5px 5px;
	border: solid 2px #08BD6B;
}

.complementPanel {
	border: solid 2px #3478cc;
	background: #FFF url(../img/icon/complement.gif) no-repeat 5px 5px;
}

input.error, select.error, textarea.error { 
	border-color:red !important;
	//background-image: url(../img/icon/error_field.gif);
	background-position: right center;
	background-repeat: no-repeat;	
}

.errorLabel {
	color: #FA0000;
}

.warningLabel {
	color: #FFBD00;
}

/*
input[type="text"].error {
	width: 187px;
	padding-right: 25px;
}

select.error {
	padding-right: 25px;
}
*/

/*

TEXTAREA.error {
	background: #FFD0D0;
	border: solid 1px #806060;
	color: #C0012D;
}

INPUT.error {
	background: #FFD0D0;
	padding : 1px 1px 1px 2px;
	border: solid 1px #806060;
	color: #C0012D;
}

SELECT.error {
	background: #FFD0D0;
	border: solid 1px #806060;
	color: #C0012D;
}*/


/***********************************************************************************************************/
/* Boutons et liens d'action.
/***********************************************************************************************************/
/***********************************************************************************************************/
/* button
/***********************************************************************************************************/

.button-bar, .button-bar_top {
	display: inline-block;
	width:100%;
	margin-top:5px;
	padding-bottom:0px;
}

.button-bar_top {
	margin-top:0px;
	margin-bottom:5px;
}

.button-bar .right, .button-bar_top .right {
	float:right;
}

.button-bar .btn, .button-bar_top .btn, .button-bar input, .button-bar_top input, .button-bar button, .button-bar_top button {
	float: left;	
}

.bouton, .button-bar input[type="submit"], .button-bar a, .button-bar button {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 49px;
	height: 49px;
	display: inline-block;
	color: white;
	font-weight: bold;
	border: none;
}

.disable {	
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
}

a.bouton:hover, a.bouton:active, a.bouton:visited, a.bouton:focus,
.button-bar a:hover, .button-bar a:active, .button-bar a:visited, .button-bar a:focus,
input[type="submit"]:focus, button:focus {	
	text-decoration: none;
	color: white;	
	outline: none; /* surcharge bootstrap */
}

.connexion, .confirmer, .continuer {
	background: url(../img/fleche_verte.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.link {
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     color: blue;
     cursor: pointer;
}

.inscription  {
	background: url(../img/fleche_rouge.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.modifier  {
	background: url(../img/modifier.png) no-repeat left center;
	padding-left: 45px;
	padding-right: 12px;
}


.visualiser:before, .classer:before, .reclasser:before, .commenter:before, .search:before, .comparer:before, .reprendre:before {
	font-family: FontAwesome;	
	position: relative;
	left: -20px;
	font-size: 24px;
	color: white;
	font-weight: normal;
	vertical-align: middle;
}

.visualiser:before {
	content: "\f15b";
}

.classer:before {
	content: "\f07c";
}

.reclasser:before {
	left: -20px;
	content: "\f074";
}

.commenter:before {
	content: "\f075";
}

.search:before {
	content: "\f002";
}

.comparer:before {
	content: "\f0db";
}

.visualiser, .classer, .coupler, .reclasser  {
	background: url(../img/bouton_bleu.png) no-repeat left center;
	padding-left: 25px;
	padding-right: 12px;
	vertical-align: top;
}

.comparer  {
	background: url(../img/bouton_bleu.png) no-repeat left center;
	float: left;
	padding-left: 25px;
	padding-right: 12px;
	vertical-align: top;
}

.commenter, .search {
	background: url(../img/bouton_vert.png) no-repeat left center;
	padding-left: 25px;
	padding-right: 12px;
	vertical-align: top;	
}


.enregistrer {
	background: url(../img/enregistrer.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.supprimer {
	background: url(../img/croix_rouge.png) no-repeat left center;
	padding-left: 50px;
	padding-right: 12px;
}

.creer, .ajouter {
	background: url(../img/plus.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.envoyer  {
	background: url(../img/envoyer.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.envoyerSave  {
	background: url(../img/envoyer_save.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.annuler  {
	background: url(../img/retour_rouge.png) no-repeat right center;
	padding-right: 60px;
	padding-left: 12px;
}

.inscription-titulaire  {
	background: url(../img/fleche_turquoise.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.inscription-partenaire  {
	background: url(../img/fleche_violet.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

.inscription-agent  {
	background: url(../img/fleche_bleu.png) no-repeat left center;
	padding-left: 60px;
	padding-right: 12px;
}

/***********************************************************************************************************/
/* button icone
/***********************************************************************************************************/

button[class^=icon-], a[class^=icon-] {	
	text-align: center;
	display: inline-block;
	line-height: 24px;
	height: 24px;
	min-width: 14px;
	color: white;
	border: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;	
	//behavior: url(static/css/pie/PIE.htc);
	padding: 1px 5px;
	text-decoration: none;
}

div[class^=icon-] {	
	text-align: center;
	display: inline-block;
	line-height: 24px;
	height: 24px;
	color: white;
	border: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;	
	//behavior: url(static/css/pie/PIE.htc);
	padding: 1px 5px;
	text-decoration: none;
}

.icon-coupler:before {
	font-family: FontAwesome;	
	position: relative;
	font-size: 24px;
	color: white;
	font-weight: normal;
	content: "\f0c1";
	font-size: 20px;
	
}

.icon-modifier, .icon-coupler {
	background-color: #0d5689;
	cursor: pointer;	
}

.icon-coupler {
	width: 35px;
	vertical-align: middle;
}

.icon-supprimer, .icon-refuser {
	background-color: #d04655;
	cursor: pointer;	
}

.icon-ajouter, .icon-valider, .icon-reinitialiser {
	background-color: #a9bf40;
	cursor: pointer;	
}

.icon-etiquette {
	background-color: #a9bf40;
	cursor: default;	
}

.icon-degrade {
	background-color: gray;
	cursor: default;
}

.icon-bloc-couplee {
	background-color: #0d5689;
	cursor: default;
}

.icon-noncas {
	background-color: #DADEDF;
	cursor: default;
}

.icon-degrade:before, .icon-noncas:before, .icon-bloc-couplee:before {
	font-family: FontAwesome;	
	position: relative;
	font-size: 16px;
	font-weight: normal;
	
}

.icon-degrade:before {
	color: white;
	content: "\f0f6";
}

.icon-bloc-couplee:before {
	color: white;
	content: "\f0c1";
}

.icon-noncas:before {
	color: #d15354;
	content: "\f00d";
}

.copierTableau .icon-modifier {
	margin-left: 50%;
}

.copierTableau .icon-chevron-right span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}


/***********************************************************************************************************/
/* Formulaires
/***********************************************************************************************************/

table.grid {
	width: 100%;
}

td.texteui{
	text-align: center;
}

.tdLabel {
	line-height: 20px;
	height: 20px;	
	width: 25%;
	text-align: right;
}

.formulaire .tdLabel, .formulaire .checkBoxLeft {
	width: 40%;
}

.modal-body .tdLabel {
	width: 40%;
}

/* TODO valeur en gras ? */
textarea[readonly] {
	font-weight: bold;
	color: #01477B
}

input[type="text"].hasDatepicker {
	width: 75px;
}

input[type="text"].inputMoisAnnee {
	width: 70px;
}

/*.ui-datepicker-trigger {
	margin-bottom: 10px;
}*/


/***********************************************************************************************************/
/* Tableaux de données
/***********************************************************************************************************/

.tableau {
	width: 100%;
}

.tableau thead  {
	background-color: #a5bfd0;	
}

.tableau td, .tableau th {
	padding: 8px;
	border: 1px solid #dddddd;			
}

.sortable a {
	color: #01477B;		
}

.sorted.order1 a {	
	background: url(../img/icon/order_asc.png) no-repeat right center;
	padding-right: 20px;
}

.sorted.order2 a {
	background: url(../img/icon/order_desc.png) no-repeat right center;
	padding-right: 20px;
}

.pagebanner {
	display: inline-block;
	width: 33%;
}

.pagelinks {
	display: inline-block;
	width: 33%;
	text-align: center;
}

/*
.pagelinks ul {
	list-style: none outside none;
}

.pagelinks ul li {
	display: inline;
	padding: 2px;
	border: 1px solid grey;
	margin: 0 5px;
}
*/

.exportlinks {
	float: right;
}

.tableau td {
	box-shadow: inset 1px 0px 0px white;
}

.tableau tbody tr.odd {
	background-color: #f2f4f3;
}

.tableau tbody tr.even {
	background-color: #e4e8eb;
}

.tableau .radioNoLabel label {
	padding: unset;
	display: flex;
}

.tableau .radioNoLabel input[type="radio"]  {
	margin: auto;
	display: flex;
}

.tableau.uiTable table {
	margin-bottom: 20px;
}

.tableau.uiTable table tr td.colonneCourte {
	width: 80px;
}

/*
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border:thin solid grey;
}

.table thead th {
  vertical-align: bottom;
  color:white;
  background-color: #01477B;
  border:thin solid grey;
}
*/

#utilisateur {
	float:right;
	padding: 10px;	
	-moz-border-radius: 0px 17px 0px 17px;
    -webkit-border-radius: 0px 17px 0px 17px;
    -khtml-border-radius: 0px 17px 0px 17px;
    border-radius: 0px 17px 0px 17px;
	// font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	background-color: #edefee;
	behavior: url(static/css/pie/PIE.htc);
}

#utilisateur hr {
	margin-top: 5px;	
	margin-bottom: 5px;
}

.change-profil {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	background: url(../img/icon/play.png) no-repeat left center;
	padding-left: 18px;
	color: #01477B;
	font-weight: normal;
}

.logout {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	background: url(../img/icon/croix.png) no-repeat left center;
	padding-left: 18px;
	color: #01477B;
	font-weight: normal;
}

.nowrap {
	white-space: nowrap;
}

.template {
	width: 100%;
}

/* Menu. */
#menu {	
	font-size: 16px;
	font-weight: bold;
}

#menu ul {	
	-moz-border-radius: 0px 5px 0px 5px;
    -webkit-border-radius: 0px 5px 0px 5px;
    -khtml-border-radius: 0px 5px 0px 5px;
    border-radius: 0px 5px 0px 5px;
	list-style: none outside none;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#menu > ul > li, #cheminDeFer ul li {
	display : inline-block;
}

#menu ul li {
	position : relative;
	vertical-align: middle;
}

#menu > ul > li {
	padding: 3px;
	border-left: 1px solid #ccdce9;	
}

#menu > ul > li:first-child {
	border: none;
}

.subMenu {
	position: absolute; 
	top: 100%; 
	// left: -1px;
	left: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: normal;	
	z-index: 1;
	//border-left: 1px solid #ccdce9;
}

.menu {
	float : left;
	padding-left: 10px;
	padding-right: 10px;
}

.menu + ul {
	display : none;
}

li:hover .subMenu, .menu:hover ul {
	display : block;	
}

#cheminDeFer {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cheminDeFer + .cheminDeFer:before {
    content: '\3E';
}

/***********************************************************************************************************/
/* Module reception
/***********************************************************************************************************/
.span2.menu {
	background: #FFF;
	border: 1px solid #39D;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.span2.menu h3 {
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #39D;
	margin: 0px;
	margin-bottom: 10px;
}

/*
Transformation submit en lien
.span2.menu input{
	border: none;
	background: none;
	color: #0088cc;
	text-decoration: none;
	padding-left: 0px;

}

.span2.menu input:hover{
	color: #005580;
	text-decoration: underline;
}
*/


/***********************************************************************************************************/
/* Formulaire dynamiques
/***********************************************************************************************************/

.formulaire tbody td {
	padding-bottom: 10px;	
}

.etapes .etape.error input[type="submit"] {
	background: #FFF url(../img/icon/error.gif) no-repeat 98% 50%;
	padding-right: 40px;
}

.etapes .etape.complement input[type="submit"] {
	background: #FFF url(../img/icon/complement.gif) no-repeat 98% 50%;
	padding-right: 40px;
}

.etapes .etape.warning input[type="submit"] {
	background: #FFF url(../img/icon/warning.gif) no-repeat 98% 50%;
	padding-right: 40px;
}

.etapes .etape.clean input[type="submit"] {
	background: #FFF url(../img/icon/clean.gif) no-repeat 98% 50%;
	padding-right: 40px;
}

.etapes .etape.active input[type="submit"]{
	border-right: 0px;
	background: #FFF;
	color: inherit;
	z-index: 1;
}

.etapes .etape input[type="submit"].disabled {
	background: #FFF;
	color: gray;
}

.etapes .etape input[type="submit"] {
	padding: 8px 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 1px;
	background-color: #FFF;
	border: 1px solid #39D;
	
	font-weight: bold;
	color: #39D;
	text-align: left;
	
	position: relative;
	min-height:50px;
	width:100%;
	white-space:normal;
	line-height:normal;
	
	-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	
}

.nav.nav-list{
	padding:0px;
}


.formulaire h4 {
	border-bottom: 2px solid #39D;
	font-weight: bold;
	text-align: center;
}

.formulaire table.dualform td.dualform {
	width: 47%;
}

.formulaire table.dualform td.dualform-extended {
	width: 53%;
}

.formulaire table.dualform td.dualform-buttons {
	display:inline-block;
}

.formulaire table.dualform {
	min-width: 100%;
}


.formulaire .section h4{
	border-bottom: 2px solid #39D;
	font-size: 12px;
	font-weight: bold;
}

.formulaire .section h3 {
	font-size: 1.1em;
	border-bottom: 2px solid #39D;
	
}

.formulaire .popup_block h3, .formulaire .popup_block h4{
	margin: 0px;
	border: 0px;	
}

/*.formulaire label.radio,  .formulaire select , .formulaire input{
	/*margin-left: 40px;*/
	/*font-size: 12px;
	padding-left: 5px;
}

.formulaire label.checkbox, .formulaire label.radio {
	display: inline;
	vertical-align: sub;
}*/
.radioResetCommand:hover {
	cursor: pointer;
}

.checkbox.complement {
	float: right;
	padding: 0px;
	clear: left;
	height: 20px;
	border: none;
}
.checkbox.complement label{
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 5px;
}

textarea.complement {
	width: 450px;
	height: 80px;
}

.checkbox.complement span{
	font-weight: bold;
}


.formulaire.synthese, .formulaire, .panelDossier {	
	padding-left: 3%;
	padding-right: 3%;
	padding-top : 15px;
	min-height: 100%;
	
	background-color: #FFF;
	border: 1px solid #39D;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.menu .fiches a.degrade, .menu .fiches span.degrade {
}

.menu .fiches span.inactive{
	font-weight: bold;
}


.span10.sections {
	margin-left: 0px;
	min-height: 100%;
}

.span2.etapes, .span10.sections .formulaire {
    margin-bottom: -999em;
    padding-bottom: 999em;
}

.row-fluid.form {
	overflow: hidden;
}

/****************************/
/* Popin Tableau formulaire */
/****************************/
.modal.popin-tableau{
	margin-left:0px;
	width: 60%;
	left: 20%;
}


/*********/
/* Popin */
/*********/

.popin-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	// display:none;
	z-index: 2;
	opacity: 0.3; /* 0.8 par bootstrap */
	filter : alpha(opacity=30);
}

#popin {
	/*width: 33%;*/
	position: fixed;
	z-index: 3;
	border-radius: 6px;
	background-color: #ebebeb;
	box-shadow: 10px 10px 2px #606060;			
	display: none;
}

#popin .modal-footer {
	background-color: #ebebeb;
	padding:10px 20px;
}

.modal {
	top: 25%;
	background-color: #edefee;
	box-shadow: 10px 10px 2px #606060;
}

.modal-header {
	padding: 5px 10px 5px 10px;
	border-radius: 5px 5px 0px 0px;	
	background-color: #a5bfd0;	
}

.info .modal-header {
	background-color: #08bd6b;
}

.confirm .modal-header {
	background-color: #858e8b;
}
	
.warn .modal-header {
	background-color: #ff9c00;
}

.modal-header h4 {
	color: white;
	font-weight: bold;
	margin:5px;
	font-size: 1.2em;
}

.modal-body {
	padding: 10px;	
	margin-bottom:10px;
	min-height: 75px;
	max-height: 500px;
}

.pre {
	white-space: pre-line;	
}

.pre-only {
	white-space: pre;
}

.info .modal-body {
	padding-left: 74px;
	background: url(../img/info.png) no-repeat 10px center;
}

.confirm .modal-body {
	padding-left: 74px;
	background: url(../img/confirm.png) no-repeat 10px center;
}

.warn .modal-body {	
	padding-left: 74px;
	background: url(../img/warn.png) no-repeat 10px center;
}

/*********/
/* Autocomplete */
/*********/

.ui-autocomplete  .highlight {
	font-weight:bold;
	color:#000;
	background:yellow;
}

.ui-autocomplete .col {
	vertical-align:top;
	display:inline-block;
	//width: 32.0%;
	margin-left:0px;
	margin-right:5px;
}

/* TODO */
#ui-id-1 .col {
	min-width: 32.0%;
}

#ui-id-2 .col {
	min-width: 90%; 
}

input.placeholder {
	color: #aaa;
}

.ui-autocomplete {
	font-size: 0.9em;
	max-height: 200px;
	overflow-y: scroll;
	overflow:auto;	
	z-index: 1500; /* on veut rester au dessus, meme dans les popins (qui sont en 1050) */
}

.ui-autocomplete-loading {
	background: url(../img/icon/ajax-wait.gif) no-repeat center;
}

.spinner {
	background: url("../img/icon/spinner_40.gif") no-repeat scroll left center;
    padding-left: 50px;
    vertical-align: middle;
}

.autocompleter-icon {
	//width: 20px;
	//height: 20px;
	width: 14px;
	height: 14px;
	// background: url(../img/icon/zoom.gif) no-repeat center;
	background: url(../img/glyphicons-halflings.png) -48px 0;
	display: inline-block;
	cursor: pointer;
}

.lieuExercice {
	width: 90%;
}

.hidden {
	visibility: hidden;
}

.displaynone {
	display:none;
}

.aide {
	font-weight: normal;
	text-align: left;	
}

.aide div {
	//margin-left: 5px;
	padding: 10px;
	margin-bottom: 5px;
	border-left: solid 3px #01477B;
	// background: white;
}

.aide i {
	margin-left: 20px;
}

@media print {
   .non-imprimable {
       display: none;
    }
}

.formatText pre{
	border : none;
	background-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-break: normal;
	font-size: 14px;
}

.messageInfoBar {
	 width: 616px;";
}


/*********/
/* Facettes */
/*********/

.facetPanel h5 {
	position: relative;
	height:20px;   	
    color: #FFF;
    padding: 5px 17px;
   	font-size: 1.2em;
   	line-height: 1.2em;
   	background: linear-gradient(#aec738, #95ae1f);
	-moz-border-radius: 17px 0px 17px 0px;
    -webkit-border-radius: 17px 0px 17px 0px;
    -khtml-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;
	
	-pie-background: linear-gradient(#aec738, #95ae1f);
	behavior: url(static/css/pie/PIE.htc);
}

ul.facetName{
	list-style: none;
	margin-left: 0px;
	word-break: break-word;
}

ul.facetValue{
	list-style: none;
	margin-left: 5px;
}

ul.facetValue li.add {
	background: url("../img/icon/plus_15.png") no-repeat scroll left center;
	padding-left: 20px;
}

ul.facetValue li.remove {
	background: url("../img/icon/croix_rouge_15.png") no-repeat scroll left center;
	padding-left: 20px;
}

ul.facetValue input {
	background: none;
	border: none;
	padding: 0px;
	
	position: relative;
	white-space:normal;
	line-height:normal;
	text-align: left;
	
}

ul.facetValue input:hover {
	text-decoration: underline;
	
}

select{width:auto !important;}

.etiquette-bar {
	display: inline-block;
	position: absolute;
	top:-12px;
	right: 10px;	
	
}

.etiquette {
	display: inline-block;
}

.symboleWarning {
    height: auto;
    width: 25px;
    min-width: 25px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.minWidth{
    min-width: 25px;
}

.globalCommentaire {
    background: #FFF;
    border: 1px solid #39D;
    border-radius: 5px;
}

.commentaireTitre {
	font-weight: bold;
	padding: 1%;
}

.nouveauCommentaire {
    width: 95%;
    margin: 2%;
	height: 250px;
}

.cadreCommentaire {
	background-color: #edefee;
	margin: 1% 2%;
}

.cadreCommentaire div {
	padding: 5px;
	font-weight: bold;
}

.cadreCommentaire .meta {
	color: green;
	font-style: italic;
}

.centrerLien {
	display: inline-block;
    width: 100%;
    text-align: center;
}