/*** ESTILS MISSATGES ***/
.alert{
    padding: 10px 15px 10px 37px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 12px 10px;
}
.alert.alert_block {
    padding-left: 45px;
    color: #313131!important;
}
.alert_success {
    color: #fff;
    background-image: url(../img/com/icoCorrectP.png);
    background-color: #62bd62;
    border-color: #56A556;
}
.alert_info{
	color: #fff;
    background-image: url(../img/com/icoInformP.png);
    border-color: #68a8d5;
    background-color: #4c90c9;
}
.alert_warning{
    background-image: url(../img/com/icoWarningP.png);
    background-color: #fbf6bb;
    border-color: #f0e8a8;
}
.alert_danger{
    color: #fff;
    background-image: url(../img/com/icoProblemP.png);
    background-color: #cd4c4c;
    border-color: #b52626;
}
.alert_neutre{
    background-image: url(../img/com/icoSeeP.png);
    background-color: #f1f1f1;
    border-color: #dfdfdf;
}
.alert_danger.alert_block {
    background-color: #fef3f3;
    border-color: #fddddd;
}
.alert_danger.alert_block .gwt-Label.wizardVO_KO {
    color: #BB3430!important;
}
.alert_danger.alert_block .gwt-Label.wizardVO_KO:first-child {
    font-weight: bold;
}
.alert_danger.alert_block .gwt-Label{
	color:#000000;
} 
.alert_success.alert_block {
    background-color: #F0FFEF;
    border-color: #bfe7bf;
}
.alert_info.alert_block{    
	background-image: url(../img/com/icoInform.png);
    background-color: #eff7ff;
    border-color: #d8ebf2;
}
.alert.alert_info img{margin-right: 10px;}
.alert.alert_info .gwt-Label{
    white-space:normal;
    word-wrap:breakword;
    height: auto;
    margin-top: 5px;
    display: block;
    font-family: Verdana,sans-serif;
	font-size: 13px;
}
.disclaimer{
	width: 250px;
	height: auto;
	margin: 0 auto;
	position: absolute;
}
.disclaimer_title{
	width: auto;
	height: auto;
	display: inline-block;
}
.disclaimer_title h1{
	display: inline-block;
	font-family: Verdana,sans-serif;
	margin: 0px;
	vertical-align: middle;
}
.info_image{
	background-image: url("../images/images24x24/alert_inform_24x24.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.right{float: right;}
.close{
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#disclaimerIframe{
	position: absolute;
	width: 700px;
	height: 310px;
	z-index: 2147483647;
	top: 25%;
	left: 35%;
	overflow: hidden;
	border: none;
}