body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;

	-webkit-text-size-adjust: none;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/***************************************************************************************************/

.w50 {
	width: 50px;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 200px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.w900 {
	width: 900px;
}

.w100pc {
	width: 100%;
}

.fSize12 {
	font-size: 12px;
}

.fSize14 {
	font-size: 14px;
}

.tA_Left {
	text-align: left;
}

.tA_Right {
	text-align: right;
}

.pRelative {
	position: relative;
}

.marginRight5 {
	margin-right: 5px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}


/***************************************************************************************************/

.error {
	color: #F00;
}

.login_entete {
	text-align: center;
	margin-bottom: 1em;
}

.login_error {
	margin-bottom: 1em;
	text-align: center;
}

.login_body {
}

.login_button {
	text-align: right;
	margin-bottom: 1em;
}

/***************************************************************************************************/

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 14px;
	height: auto;
	margin-bottom: 15px;
	padding: 5px;
}

.field_info {
	text-align: right;
	font-size: 11px;
}

/***************************************************************************************************/

.login_dialog {
	font-size: 12px;
	min-height: 200px !important;
}

.login_dialog_success {
	display: none;
	font-size: 12px;
	height: 50px !important;
}
.login_dialog_success p {
	text-align: center;
	padding: 10px 0px;
}

.resizeFgtPopup,
.resizeFgtPopup #cboxWrapper {
	width: 845px !important;
	height: 280px !important;
}
.resizeFgtPopup #inline_content_fgt {
	height: 250px !important;
}
.resizeFgtPopup #cboxMiddleLeft,
.resizeFgtPopup #cboxMiddleRight,
.resizeFgtPopup #cboxContent,
.resizeFgtPopup #cboxLoadedContent {
	height: 250px !important;
	overflow: hidden !important;
}

.noTitle .ui-dialog-titlebar { display:none }
.noClose .ui-dialog-titlebar .ui-dialog-titlebar-close { display:none }

.forgotten_password {
	float: left;
	width: 50%;
}
.forgotten_password_email {

}

.refresh_captcha {
	text-align: right;
}

.forgotten_password_password {

}

.forgotten_password .captcha_img {
	padding: 10px 20px 20px;
	text-align: center;
}

.forgotten_password .captcha {
	text-align: center;
}

.fSize12 {
	font-size: 12px;
}

.bootstrapBlue {
	text-decoration: none;
	color: #0088cc !important;
}

.input_field_error label{
	color: #F00;
}
.input_field_error input {
	border: 1px solid #F00;
}

.forgotten_password_error li {
	list-style-type: none;
	color: #F00;
}
.forgotten_password_error li:before {
    content: "- ";
}

.dialog_iframe {
	/* overflow: hidden !important; */
	overflow-x: hidden !important;
}

.dialog_iframe iframe {
	border: 0px inset !important;
}