.ui-widget-overlay {
	background: url("../iloa/css/jquery/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 70% 70% #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.ui-widget {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: var(--text-size-default);
}

.ui-widget .ui-widget {
	font-size: var(--text-size-default);
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: var(--text-size-default);
}

.check_on {
	width: 12px;
	height: 12px;
	background-image: url("../images/check_on.gif");
}

.check_off {
	width: 12px;
	height: 12px;
	background-image: url("../images/check_off.gif");
}

.desactive {
	opacity: 0.8;
}

.jstree a {
	font-size: var(--text-size-default);
}

label.iloa-required {

}

span.iloa-required {

}

img.iloa-required {

}

pre.iloa-required {

}

a.iloa-required {

}

input.iloa-required {

}

textarea.iloa-required {

}

select.iloa-required {

}

.ui-datepicker-trigger {
	margin-top: 1px;
}

img.histo {
	height: 16px;
	width: 16px;
	margin-top: 1px;
	vertical-align: top;
	border: 0;
}

img.displayTip {
	height: 16px;
	width: 16px;
	vertical-align: top;
	border: 0;
}

p.msgInformatif {
	border: 1px solid;
	margin: 10px 15px;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	text-align: center;
}

.imageMapBottom {
	width: 25px;
	vertical-align: bottom;
}

.imageMapMiddle {
	width: 25px;
	vertical-align: middle;
}

.iloa-a-disabled {
	color: #888;
	cursor: default;
	text-decoration: none;
}

.iloa-a-disabled:hover {
	color: #888;
	cursor: default;
	text-decoration: none;
}



/** Styles des messages d'information ******************/

.messages-list {
	position: fixed;
	top: 0;
	z-index: 90;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.messages-list > .message-box {
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	opacity: 1;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.messages-list > .message-box.alert {
	padding: 15px;
	padding-right: 35px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.messages-list > .message-box.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.messages-list > .message-box.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.messages-list > .message-box.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.messages-list > .message-box.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.messages-list > .message-box > .close {
	position: relative;
	top: -6px;
	right: -21px;
	color: #000;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-size: var(--text-size-title);
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.fusion-factures-warning {
	padding-top: 20px;
	font-weight: bolder;
	color: red;
	text-align: center;
}

/** Bloc action de la fiche candidat **/
.candidat_action {
}

.candidat_action .action_titre {
	font-weight: bold;
	text-align: left;
}

.candidat_action .action_responsable {
	color: #808080;
	vertical-align: top;
	padding-right: 8px;
}

.candidat_action .action_commentaire {
	white-space: pre-wrap;
	padding-bottom: 8px;
}

.candidat_action .action_compte_rendu {
	white-space: pre-wrap;
}

/** Bloc action : fin **/


