/*****************************************************************************************************************************/
/*													 	VARIABLES 															 */
/*****************************************************************************************************************************/
@colorBase: #116699;								/* Couleur de base du site */
@colorBandeau: #1B1B1B;								/* Couleur de fond du bandeau utilisateur et du bandeau personne selectionnee */
@colorButton: #FFFFFF;								/* Couleur du texte des boutons */
@colorNomFamille: #DDDDDD;							/* Couleur du nom de famille dans le bandeau */

@colorBackground: #FFFFFF;							/* Couleur de fond du site */
@colorinfoBulleBackground: #FFFFFF;					/* Couleur de fond des infobulles (lors du survol en haut à droite du bandeau) */
@colorBackgroundTitre: #DDDDDD;						/* Couleur de fond des titres des portlets */

@portletBorder: 1px solid;							/* Affichage ou non des bordures pour les portlets: '1px solid' ou 'none' */
@portletBorderColor: @colorBase;					/* Couleur des bordures pour les portlets */
@portletTitreColor: @colorBase;						/* Couleur du titre des portlets */
@portletElementColor: #707070;						/* Couleur des titre de formulaire pour les portlet themes */

@fieldsetBackground: #FFFFFF;						/* Couleur de fond de fieldsets */
@fieldsetBorder: 1px solid;							/* Affichage ou non des bordures pour les fieldsets: '1px solid' ou 'none' */
@fieldsetBorderColor: @colorBase;					/* Couleur des fieldsets pour les portlets */
@fieldsetTitreBackground: @colorBackgroundTitre;	/* Couleur de fond des titres des fieldsets */
@fieldsetTitreColor: @colorBase;					/* Couleur du titre des fieldsets */

@tableThBackground: @colorBackgroundTitre;			/* Couleur de fond des titres des tableaux */
@tableThColor: @colorBase;							/* Couleur des titres des tableaux */

@font: 'Telex',sans-serif;							/* Police de caracteres pour l'ensemble du site */
@colorhbandeau: #EDEDED;


/*****************************************************************************************************************************/
/*	UTILISATION DE LESS CSS							 	VARIABLES 															 */
/*****************************************************************************************************************************/
@colorBackgroundFieldset: #FFFFFF;

/*****************************************************************************************************************************/
/*													 	FONCTIONS 															 */
/*****************************************************************************************************************************/
.radius( @borderRadius: 4px ) {
	border-radius: @borderRadius;
}
.font {
	font-family: @font;
}
.bandeau {
	background: @colorBandeau;
	color: #EDEDED;
}
.zonePortlet( @width: 100% ) {
	margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: @width;
}
.floatWidth( @float: left, @width: auto ) {
	float: @float;
	width: @width;
}
.positionNTop( @Top: -5px ) {
	position: relative;
	top: @Top;
}

/*****************************************************************************************************************************/
/*													 	RESPONSIVE 															 */
/*****************************************************************************************************************************/
.hidden-desktop {
	display: none;	
}

/*****************************************************************************************************************************/
/*													 	   PAGE 															 */
/*****************************************************************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	.font;
}
fieldset{
	clear:left;
}
.header{
	min-height: auto;
}
.container {
	.font;
    left: auto;
    position: relative;
    right: auto;
    width: 70% !important;
    height: auto;
}
#body {
	.font;
    background: @colorBackground;
    display: block;
    left: -8px;
    margin-right: -16px;
    position: relative;
    width: auto;
}
#bandeau-top {
	left: 0;
	right: 0;
	top: 0;
	width: auto;
}
#one-column-col1 {
	.zonePortlet;
}
#three-zones-first, #three-zones-second, #three-zones-third {
    .zonePortlet(30%);
}
#two-zones-first, .two-zones-first {
	.zonePortlet(70%);
	float: left;
	left: 0;
}
#two-zones-second, .two-zones-second {
	.zonePortlet(25%);
	float: right;
	right: 0;
}
#three-zones-second {
	margin-left: 5%;
}
#three-different-zones-first, #three-different-zones-second, #three-different-zones-third {
	.zonePortlet(20%);
}
#three-different-zones-second {
	margin-left: 5%;
	width: 50%;
}
#middle-columns-col1, #middle-columns-col2, .middle-columns-col2 {
    .zonePortlet(47%);
}
#middle-columns-col1, .middle-columns-col1, #three-different-zones-first, #three-zones-first {
	float: left;
	left: 0;
}
#middle-columns-col2, .middle-columns-col2, #three-different-zones-third, #three-zones-third {
	float: right;
	right: 0;
}
.textReglementaire {
    clear: both;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 15px;
}
/*****************************************************************************************************************************/
/*													 INPUT BUTTON: BOUTTON 													 */
/*****************************************************************************************************************************/
input[type="submit"], input[type="reset"], input[type="button"], .accueil, .homebuttonlink, .formengine-submit{
    background-color: @colorBase;
    color: @colorButton;
    .radius;
    .font;
    border: medium none;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
    
}
a.formengine-submit{
	padding: 3px 9px 3px 9px;
	text-decoration: none;
	color: white;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .accueil:hover, .homebuttonlink:hover, .formengine-submit:hover {
	background: @colorBase - #222222;
}
a.accueil {
	padding: 3px 10px;
	text-decoration: none;
	&:hover {
		color: #FFFFFF;	
	}
}
a.btnquestion {
	background-color: @colorBase;
}
input[type="submit"][disabled], input[type="submit"][disabled]:hover {
	background: none repeat scroll 0 0 #888888;
	cursor: auto;	
}
.accueil-left {
	margin-left: 5px;
}
/*****************************************************************************************************************************/
/*																BANDEAU											     	 	 */
/*****************************************************************************************************************************/
#Header {
	margin-top: 50px;	
}
.linkBandeau a {
	text-decoration: none;
	&:hover {
		color: @colorBase;
		text-decoration: none;
	}
}
span.infobulleUtilisateur {
	background-color: @colorinfoBulleBackground;
	span {
		border: 1px solid @colorBase;
		color: @colorBase;
		display: none;
	}
}

img.infoUtilisateur {
	margin-top: -10px;	
}
a.infoUtilisateur {
    position: relative;
    &:hover span {
		text-decoration: none;	
	}
}
a.infoUtilisateur {
	&:hover span {
	    background-color: @colorinfoBulleBackground;
	    display: block; 
	    position: absolute;
	    top: 1em;
	    right: -20px;
	    text-align: center;
	    width: 150px;
	}	
	span {
		display: none;
	}
}
.span-right {
    float: right;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	z-index: 2000;
}

/*****************************************************************************************************************************/
/* 											BANDEAU PERSONNE SELECTIONNEE 													 */
/*****************************************************************************************************************************/
#bandeau-individu {
	.bandeau;	
	.nom {
		font-weight: bold;
		font-size: 13pt;
	}
	.ddnM, .ddnF {
		color: @colorBase;
		font-weight: bold;
	}
	.infoEcole {
		font-weight: bold;
	}
}
.clear {
	clear: both;
	height: 0px;
}

/*****************************************************************************************************************************/
/* 												BANDEAU EDITO			 													 */
/*****************************************************************************************************************************/
.edito {
	float: left;
	position: fixed;
	left: 0;
	z-index: 1000;
}
#editoRemote {
    color: white;
    cursor: pointer;
    font-weight: bold;
    left: 0;
    margin-left: 20px;
    position: absolute;
    top: 10px;
    z-index: 1100;
}
#editoMasque {
	.bandeau;
    color: #ffffff;
    padding: 10px;
    margin-top: -10px;
}
/*****************************************************************************************************************************/
/*												 PAGE D'ACCUEIL 															 */
/*****************************************************************************************************************************/
.center {
	text-align: center;	
}
.spacer {
    border: 0 none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    padding: 0;
}
.demarche li {
    list-style-type: none;
    text-decoration: none;
    font-size: 1.1em;
    
    a {
	    color: #707070;
	    font-size: 13px;
	    font-weight: bold;
	    list-style-type: none;
	    text-decoration: none;
	    text-transform: none;
    }
}

.portlet {
	.radius;
    border-color: @colorBase;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    margin-bottom: 1.5em;
	
	h3, h4 {
		background: @colorBackgroundTitre;
	    color: @colorBase;    
	    display: block;
	    font-size: 1.1em;
	    font-weight: bold;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding: 10px;
	    text-transform: uppercase;
	    line-height: 1.25;
	    border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		margin-top: 0px;
	}
	h4 {
		margin-left: -10px;
	    margin-right: -10px;
	}
	.center form {
	    height: 1em;
	}
}
.hrTop {
	margin-top: -18px;
	background: none;
}
.favoris {
	.floatWidth( left, 170px );
    border: 1px solid #CCCCCC;
    height: 120px;
    margin-left: 15px !important;
    text-align: center;
    font-weight: bold;
    color: #444444;
    
    img {
		height: 80px;
	    margin-top: 10px;
	    width: 80px;
	}
}
.favorisHover {
    display: none;
    height: 120px;
    opacity: 0.3;
    position: absolute;
    width: 170px;
    z-index: 3;
    background: none repeat scroll 0 0 #cccccc;
    margin-left: 0px;
}
.w3cBG {
	float: left;
	height: 31px;
}
.w3c1 {
	margin-left: 35%;
}
.w3c2 {
	margin-left: 10px;
	width: 83px;
}
.question {
	margin-left: 10px;
	margin-top: 7px;	
	height: auto;
}
.width100 { /* FOOTER */
	width: 100%;
}
#Wrapper {
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
}
.portlet-groupe1 { border-color: #e3b40d }
.portlet-groupe1 h3, .portlet-groupe1 h4 { color: #e3b40d }
.portlet-groupe2 { border-color: #57bc28 }
.portlet-groupe2 h3, .portlet-groupe2 h4 { color: #57bc28 }
.portlet-groupe3 { border-color: #d74545 }
.portlet-groupe3 h3, .portlet-groupe3 h4 { color: #d74545 }

/*****************************************************************************************************************************/
/* 													PAGE DE CONNEXION														 */
/*****************************************************************************************************************************/
.textegras {
    font-weight: bold;
}
input {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
}
.fondrouge {
	color : red;
}


.mail_obligatoire {	
	&_background {
	    background: #dddddd none repeat scroll 0 0;
	    opacity: 0.7;
	    bottom: 0;
	    left: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index: 9999;
	}
	
	&_fieldset {
	    left: 25%;
	    position: absolute;
	    top: 10%;
	    width: 50%;
	    z-index: 10000;
	    min-height: 200px;
	    
	    form {
	    	margin-top: 45px;
	    
		    p {
		    	margin: 0;
		    	
		    	label {
		    		display: block;
				    float: left;
				    min-width: 180px;
				    width: 25%;
		    	}
		    	input {
		    		min-width: 20px;
		    		width: 50%;
		    		float: left;
		    	}
	    }
		}
	}
}

/*****************************************************************************************************************************/
/* 															POP IN 															 */
/*****************************************************************************************************************************/
.ui-widget { 
	border: 1px solid #AAAAAA; 
	background: #FFFFFF 50% 50% repeat-x;
	&-header { 
		background: #CCCCCC 50% 50% repeat-x; 
		color: #ffffff; 
		font-weight: bold; 
	}
}

/*****************************************************************************************************************************/
/* 														TEXTE D'ABANDON														 */
/*****************************************************************************************************************************/
.divModalDialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: block;
	z-index: 1000;
	
	div {
		width: auto;
		z-index: 102;
		margin-top: 5%;
		background: none;                        
	    width: 50%;
	    z-index: 102;
	}
}
/*****************************************************************************************************************************/
/* 															INFO BULLE1														 */
/*****************************************************************************************************************************/
a.info1 {
	position: absolute;
	text-decoration: none;
	
	span {
		.radius(10px);
		border: 0px;
		display: none;
		font-size: 0.95em;		
		border-spacing: 1px;
		padding: 5px 5px 5px 5px;
		height: 20px;
	}
	&:hover {
		z-index: 2;
		text-decoration: none;
		position: absolute;
		height: 1px;
		font: bold small verdana, arial;
		font-size: 10px;
		color: #11ABC5;
	}
}
span.infobulle1 {
	.positionNTop( @Top: -25px );
	clear: both;
	background-image: url('../../../images/local/site/teamnet/infobulle.gif');
	left: 15px;
	height: 60px;
	border: 0px;
	background-position: center left;
}
span.infotext1 {
	border: 1px solid @colorBase;
}
img.infoStyl1 {
	height: 20px;
	width: 20px;
}
div.infoSty1 {
	vertical-align: top;
	float: left;
}
a.info1:hover {
	span.infotext1 {
		border: 1px solid @colorBase;
		display: block;
		position: relative;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center left;
	}
	span.infobulle1 {
		display: block;
		position: relative;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center left;
		border: 0px;
	}
}
ul.breadcrumbs-one, ul.breadcrumbs-one-5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.info {
	position: absolute;
	text-decoration: none;
	
	span {
		.radius;
		border: 0px;
		display: none;
		font-size: 0.9em;
		border-spacing: 1px;
		padding: 6px 6px 0 6px;
		height: 20px;
	}
	&:hover {
		z-index: 2;
		text-decoration: none;
		position: absolute;
		height: 1px;
		font: bold small verdana, arial;
		font-size: 10px;
		color: @colorBase;
	}
	&:hover span {	
		display: block;
		position: relative;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center left;
	}
	&:hover span.borderspan {
		border: 1px solid @colorBase;
	}
}

span.infobulle {
	.positionNTop( @Top: -25px );
	clear: both;
	background-image: url('../../../images/local/site/teamnet/infobulle.gif');
	left: 15px;
	height: 60px;
	border: 0px;
	background-position: center left;
}
img.infoStyl {
	height: 20px;
	width: 20px;
}
div.infoStyl {
	vertical-align: top;
	float: left;
}


/*****************************************************************************************************************************/
/* 													FIELDSET, LEGEND														 */
/*****************************************************************************************************************************/
legend.formengine-legend, legend, .formengine-legend-adress, .headertitle, .egoGroupAroundStyle legend {
    border: 1px solid @colorBase;
    color: @colorBase;
    background: none repeat scroll 0 0 @colorBackgroundTitre;
    border-radius: 8px;    
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 40%;
}
.headertitle {
	font-size: 1.5em;
    margin-top: -30px;
}
fieldset, .grayborderwrapper {
    .radius;
    border: 1px solid @colorBase;
    background: @colorBackgroundFieldset;
    position: relative;
    margin: 0 0 1.5em;
    padding: 1.4em;
}

/*****************************************************************************************************************************/
/* FORMULAIRES: 										GENERAUX		 													 */
/*****************************************************************************************************************************/
.selectionner, .formengine-btn-form {
	text-align: center;
}
.divAdresseDialog {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.8);
	display: block;
	z-index: 10;
}
.divAdresseDialog > div {
	margin-top:	-150px;
}
.adressUpper input[type="text"] {
	text-transform: uppercase;	
}
.inputAdressUpper {
	text-transform: uppercase;	
}
.grayboldbox {
	border: 2px #cbcbcb solid;
}
.whiteback {
    background-color: white;
    box-shadow: 0 0 10px #888;
    left: 20%;
    margin-left: 0;
    margin-top: 15%;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    right: 20%;
    width: auto;
}
thead th, th, #listefacture thead th {
    background: none repeat scroll 0 0 @colorBackgroundTitre;
    color: @colorBase;
    font-weight: bold;
}
caption {
	display: none;	
}
.subformtitle {
    color: @colorBase;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
}
.textLeft {
	text-align: left;	
}

.hourinputstyle {
	width: 70px;
}

.hasDatepicker {
	width: 100px;
    text-align: center;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										CONSULTATION AGENDA 													 */
/*****************************************************************************************************************************/
.agendasemaine-titre {
	color: #FFFFFF;
	background-color: @colorBase;
	font-weight: bold;
	text-transform: uppercase;
}
.calendar {
	border-spacing: 0px;
	border-collapse: collapse;
	
	.vide {
		background-color: #FFFFFF;
	}
	.libLegendAgenda {
		font: bold 1em Arial;
		color: #000000;
		background-color: #FFFFFF;
		width: 10%;
	}
	.libLegendAgendaNumero {
		font: bold small verdana, arial;
		font-size: 12px;
		color: @colorBase;
		background-color: #FFFFFF;
		text-align: right;
		border: 1px solid #C4C5C6;
		border-top: 3px solid #C4C5C6;
	}
	.libMoisAgenda {
		font: bold small verdana, arial;
		font-size: 12px;
		color: @colorBase;
		border: 1px solid #C4C5C6;
		border-top: 3px solid #C4C5C6;
	}
	.css-tranche {
		background: #FFFFFF;
		font: bold small verdana, arial;
		color: #636161;
		text-align: center;
		vertical-align: middle;	
	}
	.trancheAgenda {
		font-weight: bold;
		font-size: 0.9em;
		color: #636161;
		vertical-align: middle;
		border: 1px solid #C4C5C6;
		height: 40px;
	}
	.css-trancheagenda {
		background: #FFFFFF;
		.trancheAgenda;
	}
	.css-trancheagenda2 {
		background: #EDEDED;
		.trancheAgenda;
	}
	.css-motif1, .css-motif2 {
		font: bold;
		font-size: 12px;
		border: 1px solid #C4C5C6;
		padding-right: 10px;
	}
	.hachure {
		background-image: url('../images/hachure.gif');
		background-repeat: repeat;
	}
}
.motifLegendeTitre {
    font-size: 1em;
}
.motifLegendeListe {
	text-align: left;
	list-style-type: none;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										PREINSCRIPTION CRECHE 													 */
/*****************************************************************************************************************************/
.span-12 {
	&.insert_block {
	    .floatWidth( left, 48% );
	}
	&.insert_block.last {
		float: right;
	}
}
.insert_block {
	.header {
		background-color : @colorBase;
		color : #ffffff;
		font-size : 1.4em;
		font-weight : bold;
		padding-top : 10px;
		padding-left: 12px;		
		img {
			height : 19px;
			width : 19px;
			margin-right : 12px;
		}
	}
	margin-bottom: 18px;
}
.gray_libelle {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
	color: #5E5E5E;
	clear: both;
}
.simplebluedata {
	color : @colorBase; 
	font-size: 1.1em; 
}
.smallbluedata {
	.positionNTop( @Top: -10px );
	color : @colorBase;
	font-size: 1em;
	padding-left: 30px;
}
.libelleblock {
    float: left;
    margin-right: 7px;
}
.doubleposition10top {
	.positionNTop( @Top: -10px );
}
.short_input_date {
    width: 25%;
}
.marpadbottom0 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr.margin0 {
	display: none;	
}
span.info_paris {
	background-color: #FFFFFF;
}
img.infoUtilisateur_paris {
	margin-top: -7px;	
}
.position6top {
	.positionNTop( @Top: -6px );
}
a.infoUtilisateur_paris {
	position: relative;
    padding-left: 5px;
    text-decoration: none;
	span { 
		display: none;
	}
	&:hover span {
		.radius( 5px );
	    background-color: rgba(233,233,255,0.8);
	    display: inline-block; 
	    position: absolute;
	    top: -20px;
	    right: -165px;
	    font-weight: bold;
	    font-size: 10px;
	    color: @colorBase;
	    text-align: center;
	    width: 150px;
		padding: 2px;
		border: @colorBase solid 1px;
		line-height: normal;
	}
	.blockinvisible {
		display: inline-block;
	}
}
.position5top {
	.positionNTop;
}
.position10top {
   .positionNTop( -10px );
}
.selectstyle {
    height: 23px;
}
.input_style {
    box-shadow: 2px 2px 3px #E7E7E7 inset;
    height: 23px;
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
}
.position30left {
	position : relative;	
	left:-30px;
}
.commentblock {
    .floatWidth( left, 150px );
}
.area_style {
    resize: none;
    width: 100%;
}
.jours_frequentation_headers {
	border-right: 3px solid #CCCCCC;
	text-align: center;
	padding: 0;
}
.jours_frequentation_headersBis {
	.jours_frequentation_headers;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 1.3em;
}

.jours_frequentation {
	&_false {
		.jours_frequentation_headersBis;
	}
	&_true {
		.jours_frequentation_headersBis;
		background: #C4DFFE;
	}
	&_hours_rows_false {
		.jours_frequentation_headers;
		vertical-align: top;
	}
	&_hours_rows_true {
		.jours_frequentation_headers;
		background:#C4DFFE;
		vertical-align: top;
	}
	&_headers_false {
		.jours_frequentation_headers;
		border-top: 3px solid #CCCCCC;
		border-bottom: 3px solid #CCCCCC;
	}
	
	&_headers_true {
		.jours_frequentation_headers;
		border-top: 3px solid #CCCCCC;
		border-bottom: 3px solid #CCCCCC;
	}
}
table.jours_frequentation {
	border-bottom: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;	
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										DEMANDE DE RENDEZ VOUS - RDV											 */
/*****************************************************************************************************************************/
.dRDVferm {
	background: url("../../images/skin/plugins/teamnet/modules/demanderendezvous/crenaux_ferme.PNG");
	border: 1px solid grey;	
}
input[type="submit"], button[type="submit"] {
	.dRDVBtnChoixDate, {
		border-radius: 4px;
		background: #2cae01;
		background: linear-gradient(#2cae01, #04901B);
		padding: 1px;		
		&:hover {
			background: #139005;
			background: linear-gradient(#139005, #0B6E00);
		}
	}	
	.dRDVBtnChoixDateAnnule {
		border-radius: 4px;
		background: #EA8501;
		background: linear-gradient(#EA8501, #CE7501);
		padding: 1px;
		margin: auto;		
		&:hover {
			background: #CE7501;
			background: linear-gradient(#CE7501, #A85F00);
		}
	}
}
.dRDV {
	text-align:right;
	border: 1px solid grey;
}
.dRDVNumero {
	color: @colorBase;	
	font-weight:bold;
}
.dRDVGris {
	background: #E0E1E0;
}
.dRDVHeure {
	font-weight:bold;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 							ACTUALISATION DE LA DEMANDE DE PREINSCRIPTION EN CRECHES							 */
/*****************************************************************************************************************************/
.popuptitle {
	color: @colorBase;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	padding: 10px;
}
input.actionredbouton[type="submit"] {
    background: none repeat scroll 0 0 #CB0101;
    margin-top: 5px;    
    &:hover {
	    background: none repeat scroll 0 0 #A20000;
	}
}
input.actiongreenbouton[type="submit"] {
	background: none repeat scroll 0 0 #17A900;
	margin-top: 8px;	
	&:hover {
		background: none repeat scroll 0 0 #148902;
	}
}
.actionredbouton, .actiongreenbouton{
	width: 100%;
}
.mode_emploi{
	margin-right: 5px;
}
.jjmmaaaa{
	right: 15px;
}
.whitebackActua {
    margin-top: 210px;	
}
.mode_emploi_actua{
	margin-right:10px;
	margin-top: 10px;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 									PREINSCRIPTION AUX ACTIVITE PERISCOLAIRE									 */
/*****************************************************************************************************************************/
.jourDispoSpecif( @colorJourDispo ) {
	background-color: @colorJourDispo;
	height:20px;
	text-align: center;
}
.jourDispo {
	&NOK{
		.jourDispoSpecif( #AAAAAA );
	}
	&OK{
		.jourDispoSpecif( #59BC27 );
	}
	&IND{
		.jourDispoSpecif( #F0860D );
	}
	&IndividuInscrit{
		.jourDispoSpecif( #116BDD );
	}
}
.ancreTLJ {
    margin-top: -80px;
    position: absolute;
}
.label100 {
	width: 100%;
	height: 100%;
	display: block;
	
	input {
	    top: 0;
	}
}
.spanAroundSelect {
    border-radius: 10px;
    height: 16px;
    margin-top: -3px;
    padding: 1px 2px 6px;
    position: absolute;
    width: 21px;
}
.labelMotifs {
	margin-left: 27px;
}
.agendaJourTitreLibelle {
    width: 11%;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 												MULTIACTIVITES 													 */
/*****************************************************************************************************************************/
.colorbox {
	border: 1px solid @colorBase;
    border-radius: 8px;
}
fieldset.multiWidth70 {
	.floatWidth( left, 590px );
}
fieldset.multiWidth30 {
	.floatWidth( left, 278px );
}
div.multiWidth70 {
	.floatWidth( left, 60% );
}
div.multiWidth30 {
	.floatWidth( right, 38% );
}
.genre {
    background: #cccccc;
    height: 70px;
    width: 70px;
    
    img {
	    margin-left: 22px;
		margin-top: 21px;
	}
	
	&F {
		background: #E67F7F;
	}
	&M {
		background: #3399CC;
	}
}
.enfant {
	&M {
		background: #a1d5f6;
	}
	&F {
		background: #ffb4b4;
	}
}
.logoRecherche {
	width: 70px;
	height: 70px;
	background: @colorBase;	
	img {
		margin-left: 27px;
		margin-top: 27px;
	}
}
.hrMulti {
	background: @colorBase;
}
.multi {
	&TitreIndividus {
		color: @colorBase;
		margin-top: -10px;
		margin-left: 6px;
		font-size: 1.5em;
	}
	&Puce {
		.floatWidth( left, 8px );
		.radius(8px);
	    background: none repeat scroll 0 0 @colorBase;
	    height: 8px;
	    margin-top: 4px;
	}
	&-label {
		.floatWidth( left, 300px );
		&-little-width {
			.floatWidth( left, 100% );
		}
		Individu {
			.floatWidth( left, 90px );
		}
	}
	&RecapText {
		color: @colorBase;
		font-weight: bold;
		font-size: 1.2em;
	}
	&Nom {
	    font-size: 0.8em;
	    margin-bottom: 0;
	}
	&Activite {
	    color: #333333;
	    font-weight: bold;    
	    span{
			margin-left: 5px;
			clear: both;
		}
	}
	&Remove {
	    float: right;
	    margin-top: -25px;    
	    img {
		    width: 20px;
		}
		button {
		    border: none;
		    background: none;
		    cursor: pointer;
		    &:hover + span {
				display: block;
			    margin-left: -50px;
			    margin-top: -17px;
			    position: absolute;
			}
		}
		span {
			display: none;
		}
	}
	&NomRecap {
	    color: #333333;
	    font-size: 1.4em;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	&Prenom {
		text-transform: capitalize;
	}
	&Title {
	    color: #666666;
	    font-size: 1em;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	&Table td, &Table th, &Table tr{
		padding-top: 1px; 
	}
}
.hrTable {
	border-bottom: 1px solid @colorBase;
}
.text_underline_Multi{
	border-bottom: 1px solid @colorBase;
	color: #333333;
	font-weight: bold;
}
.-lutece-control-element {
    float: left;
    margin-top: -18px;
    position: relative;
}
#displayInscription {
	cursor: pointer;
}
.displayInscription {
	padding-left: 25px;
}
.formMulti {
	padding-top: 20px;	
	input[type="text"]{
		height: 27px;
	}
	.span-right {
	    margin-right: 10px;
	    float: right;
	}
	select, input[type="text"], input[type="submit"] {		
		width: 100%;
		height: 31px;
	}
}
.split33 {
	.floatWidth( left, 33% );
} 
.split50 {
	.floatWidth( left, 50% );
}	
.split100 {
	.floatWidth( left, 100% );
}
.background_1 {
	background: #D9D9D9;
}
.btnRight {
	float: right;
}
.genreTable {
    text-align: center;
}
.displayPrelevement {
	margin-left: 24px;
}
.hrTable > div {
    padding-bottom: 1px;
    padding-top: 3px;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 												QUOTIENT	 													 */
/*****************************************************************************************************************************/
.resp1.insert_block {
	.floatWidth(left, 40%);
}
.resp2.insert_block {
	.floatWidth(right, 40%);
}
.template {
    clear: both;
    margin-top: 20px;
}
.revenu {
	.blochauche {
	    float: left;
	    margin-top: -15px;
	}
}
.blocdroit {
	.floatWidth(right, 48%);
}
.blocgauche {
		.floatWidth(left, 40%);
	}
td.gray_libelle {
	width: 50%;	
}
.template h4 {
    text-align: center;
}
.quotient_title.insert_block .header {
    margin-bottom: 0;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 											Prelevement SEPA 													 */
/*****************************************************************************************************************************/
#containerIban {
    display: block;
    float: left;
    margin-left: -4px;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 											Reservation periodique												 */
/*****************************************************************************************************************************/
.espaceTop {
	margin-top: 5px;
}
.textareaPrecision {
    .font;
    font-size: 1em;
    resize: none;
    width: 100%;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 										CONSULTATION RELEVES COMPTE												 */
/*****************************************************************************************************************************/
.releveCompteRight {
	text-align: right;
}

/*****************************************************************************************************************************/
/*													 	FONCTIONS 															 */
/*****************************************************************************************************************************/
.font {
	font-family: @font;
}

.border( @border: 1px solid, @color: @colorBase ) {
	border: @border @color;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	.font;
}
body, #body {
	background: @colorBackground;
}
/*****************************************************************************************************************************/
/*													 INPUT BUTTON: BOUTTON 													 */
/*****************************************************************************************************************************/
input[type="submit"], input[type="reset"], input[type="button"], .accueil, .homebuttonlink {
    color: @colorButton;    
    background-color: @colorBase;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .accueil:hover, .homebuttonlink:hover {
	background-color: @colorBase - #222222;
}
/*****************************************************************************************************************************/
/*																BANDEAU											     	 	 */
/*****************************************************************************************************************************/
#bandeau-utilisateur {
    background: none;
	color: @colorhbandeau;
    font-weight: bold;
}
.hbandeau{
	min-height: auto;
}
.navbar-bandeau{
	position: static;
	&:after, &:before {
		display: none;
	}
}
.nomFamille {
    color: @colorNomFamille;
	margin-top: 15px;
}
.linkBandeau a {
	color: #FFFFFF;
	&:hover {
		color: @colorBase;
	}
}
.linkBandeau {
	margin-top: 15px;
}

.msghBandeau{
	margin-top: 15px;
}

span.infobulleUtilisateur {
	background-color: @colorinfoBulleBackground;	
	span {
		border: 1px solid @colorBase;
	}
}
a.infoUtilisateur:hover span {
    background-color: @colorinfoBulleBackground;
    color: @colorBase;
}

/*****************************************************************************************************************************/
/* 											BANDEAU PERSONNE SELECTIONNEE 													 */
/*****************************************************************************************************************************/
#bandeau-individu {
	background-color: @colorBandeau;
}

a:link:after, a:visited:after {
    content: none;
}

/*****************************************************************************************************************************/
/*												 PAGE D'ACCUEIL 															 */
/*****************************************************************************************************************************/
.hrTop {
	display: none;	
}
.demarche li a {
    color: @portletElementColor;
}
.portlet {
	.border(@portletBorder, @portletBorderColor);
	h3, h4 {
	    background: @colorBackgroundTitre;
	    color: @portletTitreColor;
	}
}
.hrTop {
	margin-top: -18px;
	background: none;
}
.favoris {
    border: 1px solid @colorBase;
	&:hover {
	    border: 1px solid @colorBase;
	    box-shadow: 0px 0px 10px @colorBase inset;
	    color: #000000;
	}
}

/*****************************************************************************************************************************/
/* 													FIELDSET, LEGEND														 */
/*****************************************************************************************************************************/
legend.formengine-legend, legend, .formengine-legend-adress, .headertitle, .egoGroupAroundStyle legend {
    .border(@fieldsetBorder, @fieldsetBorderColor);
    color: @fieldsetTitreColor;
    background: none repeat scroll 0 0 @fieldsetTitreBackground;
}
fieldset, .grayborderwrapper, fieldset.formengine-fieldset {
	.border(@fieldsetBorder, @fieldsetBorderColor);
    background: @fieldsetBackground;
}
thead th, th, #listefacture thead th {
    background: @tableThBackground;
    color: @tableThColor;
    font-weight: bold;
}
.subformtitle {
	color: @colorBase;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										CONSULTATION AGENDA 													 */
/*****************************************************************************************************************************/
.agendasemaine-titre {
	color: #FFFFFF;
	background-color: @colorBase;
	font-weight: bold;
}
.calendar {
	.libMoisAgenda{
		color: #FFFFFF;
		background: lighten(@colorBase, 10%);
	}
	.libLegendAgendaNumero{
		color: lighten(@colorBase, 10%);
		background: #FFFFFF;
	}	
	.css-trancheagenda{
		color:#000000;
		background:#FFFFFF;
	}
} 	

/*****************************************************************************************************************************/
/* FORMULAIRE: 										PREINSCRIPTION CRECHE 													 */
/*****************************************************************************************************************************/
.insert_block .header {
	background-color : @colorBase;
}
.simplebluedata, .smallbluedata {
	color : @colorBase; 
}
a.infoUtilisateur_paris:hover span {
    color: @colorBase;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 							ACTUALISATION DE LA DEMANDE DE PR2INSCRIPTION EN CRECHES							 */
/*****************************************************************************************************************************/
.popuptitle {
	color: @colorBase;
}

#breadcrumbs-one .active, 
#breadcrumbs-one-4 .active-4, 
#breadcrumbs-one-5 .active {
	background: @colorBase;
}

#breadcrumbs-one .active:after,
#breadcrumbs-one-4 .active-4:after,
#breadcrumbs-one-5 .active:after {
  border-left-color: @colorBase;
}
.num-etape-non-active, .num-etape-non-active-4 {
	color: @colorBase;
}

.w3cBG {
	background: @colorBackground;
	background-color: @colorBackground;
}
#listehoraire tr:nth-child(even),#listemotif tr:nth-child(even) {
    background-color:@colorBackground;
}
#listehoraire tr:nth-child(odd),#listemotif tr:nth-child(odd) {
    background-color:@colorBackgroundTitre
}

#listehoraire th,#listemotif th {
	text-align: center;
}

a.formengine-submit{
	background-color: @colorBase;
}
img {
   margin: auto;
}

a.accueil {
	padding: 4.2px 10px;
	text-decoration: none;
	&:hover {
		color: #FFFFFF;	
	}
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 							REVENUS																				 */
/*****************************************************************************************************************************/
.operator{
	font-size: 200%;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 							PREINSCRIPTION À UN EQUIPEMENT PETITE ENFANCE																				 */
/*****************************************************************************************************************************/
#datepicker_r1_naissance, #datepicker_r2_naissance {
    display: table-row;
    width: 52%;
}

.margin1left{
	margin-left:10px;
}

a.infoUtilisateur_paris{
	float: right;
}

.blockvisible, .blockinvisible{
	margin-top: 9%;
    margin-left: 2%;
}
.input-group-btn>.btn {
    height: 34px;
    font-size: initial;
}
