@IMPORT url("/CAFWeb/public/bootstrap/css/bootstrap.min.css");
@IMPORT url("/CAFWeb/public/bootstrap/css/bootstrap-responsive.min.css");
@IMPORT url("/CAFWeb/public/Font-Awesome/css/font-awesome.min.css");
@IMPORT url("formValidation.min.css");
@IMPORT url("style-jquery.css");

.modal {
	position: absolute;
}

/* Dialog Compte */
#dlgCompte {
	/*width: 640px;
	margin-left: -320px;*/
	width:auto;
}

#dlgCompte .modal-body {
	max-height: none;
}

/* Dialog Compte */
#dlgCompteEditLogin {
	/*width: 640px;
	margin-left: -320px;*/
	width:auto;
}

#dlgCompteEditLogin .modal-body {
	max-height: none;
}

/* Dialog Compte */
#dlgCompteEditMDP {
	/*width: 640px;*/
	width:auto;
    /*
	margin-left: -320px;
    */
}

#dlgCompteEditMDP .modal-body {
	max-height: none;
}




#dlgMailing .modal-body {
	max-height: none;
}

/* Tooltip */
.tooltip {
	z-index: 50000;
}

div.alert-error .tooltip-inner {
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

div.alert-error .tooltip.top .tooltip-arrow {
	border-top-color: #EED3D7;
}

/* Errors */
input.fieldError:enabled,
select.fieldError:enabled,
textarea.fieldError:enabled {
	background-color: #F2DEDE;
}

input.fieldError,
select.fieldError,
textarea.fieldError {
	border-color: #B94A48;
}

@media (max-width: 767px) {
	body {
		padding-right: 5px!important;
		padding-left: 5px!important;
	}

	.titreBleu {
		 text-transform:  none;
		font-size: 1.3em;
	}

	.nav-tabs{
		font-size: 0.9em;
	}



	/*********************MENU FR******************************/

	.menuTrefleHautGauche_FR,.menuTrefleHautDroite_FR,.menuTrefleBasGauche_FR,.menuTrefleBasDroite_FR,.menuTrefleBasDroiteGris_FR,.menuTrefleHautGauche_EN,	.menuTrefleHautDroite_EN ,.menuTrefleBasGauche_EN ,.menuTrefleBasDroite_EN,.menuTrefleBasDroiteGris_EN  {

		margin-left:0px;
		margin-top:0px;
	}

	.padding-8{
		padding-left:0%;
	}




}
