@font-face {
  font-family: 'Telex';
  font-style: normal;
  font-weight: 400;
  src: local('Telex-Regular'), url('Telex-Regular.woff') format('woff');
}

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p{
	text-align: justify;
}
body {
	color: #444;
	background: url('../img/body_bg.png') repeat-x left top #fff;
}
body.no-header{
	background-image: none;
}
body.popup{
	background-color:#fff;
}
body.iframe{
	background: none;
}
body, input, textarea{
	font: 12px Verdana, Geneva, sans-serif;
}
a {
	text-decoration: none;
	color: #444;
}

h1{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 5px 0;
	margin-bottom: 15px;
	font-size: 14px;
	border-bottom: 1px solid #999;
}
h2{
	padding: 10px 0 5px 0;
}


#main{
	background-color: #f5f6f7; 
	max-width: 1100px;
	margin: 0 auto;
}

#main.full{
	max-width: none;
}
#main.full #congress_banner img{
	max-width: 1100px;
	display: block;
	margin: 0 auto;
}

#header, #content{
}

#header {
	height: 65px;
	color: #fff;
	background: url('../img/body_bg.png') repeat-x left top #fff;
	overflow: hidden;
}
#header img#logo{
	float: left;
	margin-right: 15px;
}
#header h1{
	padding: 14px 0 0 130px;
	border: 0;
}
#header h1 a{
	font-family: 'Telex', sans-serif;
	text-shadow: 1px 1px 3px #172527;
	font-size: 30px;
	line-height: 29px;
}
#header h1, #header h1 a{
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 3px #172527;
}
#header h1.with_complement{
	padding-top: 5px;
}
#header h1 .complement{
	overflow: hidden;
	padding-left: 3px;
}

#congress_banner img{
	width: 100%;
}

#nav {
  height: 0px;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
  list-style: none;
  float: left;
}

#content {
	min-height: 500px;
	position: relative;
/*	font-size: 0.9em; */
	color: #333;
	padding: 0 10px 0 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
/*	background-color: #f5f6f7; */
}
.popup #content{
	min-height: 0;
}
.iframe #content{
	min-height: 0;
	box-shadow: none;
}
.iframe #main{
	background-color: transparent;
}

#content .admin_info{float: left;}
#content .user_info{float: right;}
#content .user_info, #content .admin_info{
	font-size: 11px;
	z-index: 10;
}
#content .user_info a.button, #content .admin_info a.button{
	padding-top: 1px;
	padding-bottom: 1px;
}
#content .user_info .username{
	font-style: italic;
}
#content .admin_info .language_switch img{
	padding-top: 3px;
}


#footer {
	clear: both;
	font-size: 0.8em;
	color: #888;
	font-weight: bold;
}
#footer, #footer p{
	text-align: center;
}


/**********************/

.encart{
	padding: 10px 3% 10px 3%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
	overflow: hidden;
}
.encart h2{
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #aaa;
}

/**********************/

#Auth{
}

#Auth .encart{
	float: left;
	width: 43%;
	min-height: 160px;
}
#Auth .encart.subscribe{
	float: right;
}
a.forgotten_password{
	text-decoration: underline;
}
#Auth .notice {
	padding: 15px 10px 40px ;
	font-style: italic;
}

/**********************/

#Account_detail .options_buttons{
	text-align: center;
	padding-top: 10px;
}
#Account_edit .options_buttons{
	text-align: center;
	padding: 10px 0 10px 0;
}
#Account_edit h2{
	font-size: 13px;
	padding: 25px 0 12px 0;
}
#Account_edit .notice{
	font-style: italic;
	padding-bottom: 12px;
}


/************ MISC FIELDS *************/
.misc_container{
	margin-top: 20px;
}
.misc_container .misc_row{
	overflow: hidden;
	padding-bottom: 3px;
}
.misc_container .misc_label{
	float: left;
	width: 19%;
	padding: 3px 0;
}
.misc_container .misc_data{
	float: right;
	width: 80%;
	padding-bottom: 5px;
}

.misc_container .misc_heading{
	padding: 15px 0 15px;
	font-weight: bold;
}
.misc_container .subheading{
	font-weight: normal;
}
.misc_container .help_icon{
	display: none;  /* MODIF 2018-12-03: #2326, texte en clair par defaut */
}
.misc_container .help_message{
/*	display: none; */ /* MODIF 2018-12-03: #2326, texte en clair par defaut */
	font-size: 90%;
	color: #777;
	font-style: italic;
}

.misc_field .checkbox_container{
/*	width: 33%;
	float: left; 	*/
/* modif 2021-04-12 #3266 */
	display: block;
}
.misc_field.misc_type_checkbox{
	display: block;
	column-count: 3;
}

/***** basculer les questions et reponses sur des lignes distinctes *****
.misc_container .misc_label{
	float: none;
	width: 100%;
}
.misc_container .misc_data{
	float: none;
	width: 100%;
	padding-left: 30px;
}
/*******************/

/***** basculer les bulles d'aides sous forme de textes *****
.misc_container .help_icon{display:none}
.misc_container .help_message{display:block}
/*******************/

/***** passer les checkbox sur 1 colonne *****
.misc_field .checkbox_container{
	width: 100%;
}
/*******************/



/**********************/

input, select, textarea, a.button{
	border: 1px solid #bbc;
}

input[type=button], input[type=submit], a.button{
	display: inline-block;
	border: 1px solid #bbbbbb;
	background-color: #d4d9e1;
	background-image: linear-gradient(to bottom, #ffffff, #cbd0da);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.30);
	padding: 5px 10px 5px 10px;
	margin: 7px 5px 10px 0;
	font-size: 12px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
	/*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.30);*/
	color: #333;
	font-weight: normal;
	cursor: pointer;
}

/*input[type=button], input[type=submit], a.button{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: url('../img/h_bar_bg.png') left bottom repeat-x white;
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 2px;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 5px 3px 5px;
}*/
a.button{
}

.button.small{
	padding-top: 0;
	padding-bottom: 0;
}

.accepted{ color: blue !important;}
.running{ color: #c700bd !important;}
.refused{ color: red !important;}
.finished{ color: #777 !important;}

.pagination{
	text-align: right;
}

/**************************************************/

#Intro {
	padding: 0 20px 20px 20px;
}
#Intro .submit_area{
	margin-top: 40px;
	text-align: center;
}

/**************************************************/
#Inscription, #Cart_validation{
	position: relative;
	padding: 15px 10px 10px 10px;
	font-size: 12px;
}
#Inscription #congress_location{
	min-height: 80px;
}
#Inscription #congress_location .location_name{
	font-weight: bold;
}

#Inscription #presta_list{
	width: 67%;
	position: relative;
}

#Inscription.no_contact_selected #presta_list, 
#Inscription.no_contact #presta_list, 
#no_contact_selected_message, 
#no_contact_selected_message .no_contact, 
#no_contact_selected_message .contact_not_selected{
	display: none;
}
#no_contact_selected_message{
	width: 800px;
	padding: 50px;
	text-align: center;
}
#Inscription.no_contact_selected #no_contact_selected_message, #Inscription.no_contact #no_contact_selected_message{display: block;}
#Inscription.no_contact #no_contact_selected_message .no_contact{display: inline;}
#Inscription.no_contact_selected #no_contact_selected_message .contact_not_selected{display: inline;}

#Inscription .encart_informations{
	border: 1px solid #777;
	padding: 2px 20px 2px 20px;
	margin-bottom: 10px;
	background-color: #faa;
	font-size: 13px;
}

#Inscription .prestation_group_list{
	display: none;
	margin: 0px 280px 10px 0;
/*	width: 640px; */
	width: 100%; 
	padding: 15px 15px 0px 15px;
	position: absolute;
	top: 39px;
	border: 1px solid #aaa;
	background-color: #f8f6f5;
	box-shadow: 3px 3px 8px #ccc;
}
#Inscription .selected .prestation_group_list{
	display: block;
}

#Inscription .prestation_group{
	margin: 0 0 20px 0;
}

#Inscription .presta_type_container h2{
	float: left;
	padding: 7px 5px 7px 5px;
	line-height: 12px;
	height: 25px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 11px;
	font-weight: normal;
	background-color: #eae6e5;
	max-width: 100px;
}
#Inscription .presta_type_container h2.first{
	border-left: 1px solid #aaa;
}

#Inscription .presta_type_container.selected h2{
	font-weight: bold;
	background-color: #f8f6f5;
	background: url('../img/onglet_bg.png') left top repeat-x #f8f6f5;
	position: relative;
	z-index: 9;
	max-width: 120px;
}
#Inscription .presta_type_container h2 a{
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#Inscription .prestation_group h3{
	margin: 15px 0 10px 0;
	color: #444;
}
#Inscription .prestation_group h4{
	color: #666;
	font-size: 12px;
}
#Inscription .prestation_group table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bbb;
	background-color: #fff;
	box-shadow: 3px 3px 8px #ccc;
	color: #333;
}
#Inscription .prestation_group th{
	text-align: left;
	color: #fff;
	background: url('../img/tabheader_bg.png') left top repeat-x #357DA4;
	text-shadow: 1px 1px 0 #003C5F;
}
#Inscription tr.even td{
	background-color: #fff;
}
#Inscription tr.odd td{
	background-color: #f5f5f5;
}
#Inscription .prestation_group td, #Inscription .prestation_group th{
	height: 25px;
	padding: 0px 5px 0px 5px;
}
#Inscription .prestation_group .presta_picto img{max-width: 24px; max-height:24px; vertical-align: middle;}
/*#Inscription .prestation_group .presta_title{width: 75%;}
#Inscription .prestation_group .presta_title.without_date{width: 85%;} */
#Inscription .prestation_group .presta_date{width: 10%; text-align: center;}
#Inscription .prestation_group .presta_time{width: 10%; text-align: center;}
#Inscription .prestation_group .presta_price{width: 10%; text-align: center;  font-weight: bold}
#Inscription .prestation_group .presta_buttons{width: 5%; text-align: center;}


#Inscription .ref_choose{
	float: right;
	padding-top: 10px;
	display: none;
}
#Inscription .ref_group_enabled .has_group_ref, #Inscription .ref_group_enabled .ref_subtitle{
	display: none;
}
#Inscription .ref_group_enabled .has_group_ref.group_ref_selected{
	display: table-row;
}
#Inscription .ref_group_enabled .ref_choose{
	/*display: initial;*/
	display: inline-block;
}


#Inscription a.buy_link{
	display: block;
	padding: 10px 0 10px 0;
	color: #555;
	font-weight: bold;
}
#Inscription  .limit_qte_message{
	font-style: italic;
	font-weight: normal;
}
#Inscription  .presta_observation{
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#Inscription  a.buy_link:hover{
	color: #000;
}
#Inscription  a.remove_icon, #Inscription  a.add_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
}
#Inscription  a.add_icon{background: url('../img/cart_add.png') no-repeat left top transparent;}
#Inscription  a.remove_icon{background: url('../img/cart_remove.png') no-repeat left top transparent;}

/************************************************/
#Inscription #Cart_area{
	float: right;
	width: 28%;
	margin: 41px 0 20px 0;
	font-size: 11px;
}
#Inscription #Cart_summary a.remove_btn{
	width: 16px;
	height: 16px;
	background: url('../img/close.gif') no-repeat left top transparent;
	display: inline-block;
	vertical-align: middle;
}
#Inscription #Cart_summary .remove_row{
	padding: 0 0 0 3px;
}
#Inscription #Cart_summary table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 8px #ccc;
	color: #333;
}
#Inscription #Cart_summary th{
	text-align: left;
	color: #fff;
	background: url('../img/tabheader_bg.png') left top repeat-x #357DA4;
	text-shadow: 1px 1px 0 #003C5F;
}
#Inscription #Cart_summary td, #Inscription #Cart_summary th{
	height: 25px;
	padding: 0px 5px 0px 5px;
}
#Inscription #Cart_summary tr.presta_row{
	border-bottom: 1px solid #ddd;
}
#Inscription #Cart_summary tr.summary_row td{
	padding-top: 5px;
}
#Inscription #Cart_summary tr.account_row{
	background-color: #eee;
}
#Inscription #Cart_summary tr.account_row a{
	font-weight: bold;
	text-decoration: underline;
}

#Inscription #Cart_summary tr.submit_row td{
	text-align: center;
	padding: 15px 0px 10px 0;
}
#Inscription #Cart_summary .total_label{
	text-align: right;
	font-weight: bold;
}
#Inscription #Cart_summary .price{
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding-right: 0;
}
#Inscription #Cart_summary .empty_message{
	color: #aaa;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}

#Cart_summary .account_row .associated_presta{
	float: right;
}

#Cart_warning, #Account_warning{
	display: none;
	margin: 10px 0 0 0px;
	padding: 6px 10px 6px 30px;
	color: red;
	background: url('../img/warning2.png') 5px 5px no-repeat #fee;
	border: 1px solid #f99;
	font-size: 10px;
	min-height: 80px;
}
#Inscription .finished, #Inscription .finished a{
	color: #999;
}
#Inscription .tab_message{
	margin: 0 0 15px 0;
	font-size: 13px;
	font-style: italic;
	color: #777;
}
#Inscription .tab_message p{ margin: 10px 0 0 0;}
#Inscription .tab_message p:first-child{margin: 0;}
#Inscription .tab_message iframe{border: none}


.cart_qte_options{
	width: 40px;
}
.cart_qte_options a{
	display: block; 
	float: left;
	margin-right: 5px;
	width: 14px; 
	height: 14px;
	line-height: 14px;
	border-radius: 7px;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	text-align: center;
}

.company_info{
	margin: 0 0 20px;
}
.company_info .spinner{
	display: none;
	height: 16px; 
	vertical-align: middle;
}
#Inscription .company_info td{
	padding: 3px 8px;
}
.company_info select{
	width: 100%;
}
.company_info .button{
	padding: 2px 10px;
}
.company_info .select_message{
	font-weight: bold;
}
.company_info .subscribe_row{
	text-align: center;
}


/************************************************/

#Home{
	margin-top: 20px;
	padding: 50px 0px 30px 0px;
	min-height: 500px;
}
#Home h2{
	margin: 10px 0 10px 0;
	padding: 0;
	color: #195c7f;
	border-bottom: 2px solid #195c7f;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
#Home h3{
	font-size: 17px;
	font-family: telex;
	color: #195C7F;
	font-weight: normal;
}
#Home h3 span{
	font-size: 15px;
}
#Home .congress_container{
	position: relative;
	margin: 0 10px 20px 10px;
	padding: 5px 15px 10px 15px;
	min-height: 130px;
	border: 1px solid #ddd;
	background: url('../img/encart_bg.png') left top repeat-x #f9f9f9;
	box-shadow: 2px 2px 5px #999;
	border-radius: 10px;
}
#Home .congress_container .body .thumb{
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 168px;
}
#Home .congress_container .body .congress_date {
	margin-top: 8px;
}
#Home .congress_container .body .congress_date span{
	font-weight: bold;
}

#Home .congress_container .body .congress_location {
	font-style: italic;
	font-size: 12px;
	color: #777;
	font-weight: bold;
}
#Home .congress_container .body .congress_location .city:before{
	content: ' - ';
}

#Home .link_bloc{
	position: absolute;
	left: 15px;
	bottom: 5px;
}
#Home .with_thumb .link_bloc{
	left: 145px;
}
#Home .link_bloc a{
	padding: 4px 15px 6px 15px;
	border-radius: 7px;
	color: #fff;
	background: url('../img/tabheader_bg.png') left top repeat-x #357DA4;
	text-shadow: 1px 1px 0 #003C5F;
	font-size: 14px;
}




/********************/

a.cgv_link{
	text-decoration: underline;
	color: #357DA4 !important;
}

#Cart_validation .Cart_options{
	padding: 30px 0 10px 0;
	text-align: center;
}
#Cart_validation .Cart_options form{
	display: inline;
}

#Cart_validation h2{
	font-size: 13px;
	padding-top: 15px;
}

#Cart_validation .address{
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
}
#Cart_validation  .update_account_link, #Cart_validation  .update_cart_link{ 
	text-decoration: underline;
	color: #aaa;
	font-style: italic;
	font-weight: normal;
	padding-left: 15px;
}
#Cart_validation .Cart_content{
	width: 100%;
	padding: 10px 15px 10px 15px;
	border-collapse : collapse;
}
#Cart_validation .Cart_content tr { 
	height: 30px;
}
#Cart_validation .Cart_content tr th{ 
	color: #fff;
	background: url('../img/tabheader_bg.png') left top repeat-x #357DA4;
	text-shadow: 1px 1px 0 #003C5F;
}
#Cart_validation .Cart_content td{ 
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 5px;
}

#Cart_validation .Cart_content .presta_title{
	text-align: left;
	padding-left: 15px;
}
#Cart_validation .Cart_content .presta_title .additionnal_info{
	font-size: 11px;
	
}
#Cart_validation .Cart_content .account_title{
	background-color: #eee;
}

#Cart_validation .Cart_content td.presta_price, #Cart_validation .Cart_content td.total_montant{
	width: 10%;
	text-align: right;
	padding-right: 20px;
}
#Cart_validation .Cart_content td.presta_date{
	text-align: center;
}

#Cart_validation .Cart_content .total_row, #Cart_validation .Cart_content .label_row{
	background-color: #ddd;
	font-weight: bold;
}
#Cart_validation .Cart_content .total_row{
	background-color: #ddd;
	font-weight: bold;
}
#Cart_validation .Cart_content .total_row .total_label{
	text-align: right;
	padding-right: 15px;
}

#Cart_validation .result_message{
	margin: 40px 0 20px 0;
}
#Cart_validation .result_message, #Cart_validation .result_message p{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
}
#Cart_validation .result_message .success{
	color: blue;
}
#Cart_validation .result_message .failure{
	color: red;
}

#Compte .congress_title{
	font-family: Telex;
	font-size: 24px;
	text-align: center;
}
#Compte .congress_title .account_name{
	color: #666;
	font-size: 18px;
}
#Compte .demi{
	width: 48%;
	float: left;
}
#Compte .demi.last{
	float: right;
}
#Compte .info_area .encart{
/*	width: 90%; */
	float: left;
	margin: 0;
}
#Compte .info_area .encart.wide{
/*	width: 910px; */
}
#Compte .info_area.demi .encart{
	float: none;
}
#Compte .info_area{
	margin: 0 0 20px 0;
}
#Compte h2, #Auth > h2{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #888;
	padding: 25px 0 0 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}
#Compte h2 a.button, #Compte h3 a.button{
	float: right;
	margin-top: -7px;
	margin-right: 0;
}
#Compte .info_area .encart h3{
	font-size: 16px;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #aaa;
}
#Compte .info_area .encart ul{
	padding: 0 0 6px 5px;
}
#Compte .info_area .encart .download_container{
	padding-left: 5px;
}
#Compte .info_area .encart .download_container a{
	display: block;
	font-size: 11px;
	color: #000;
}
#Compte .info_area .encart .download_container a span{
	text-decoration: underline;
}

#Compte .info_area .date_title{
	font-family: Telex;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}
#Compte .info_area  img{
	vertical-align: middle;
}
#Compte .document_bloc{
	padding: 2px 0 2px 0;
}
#Compte .document_bloc.subrow{
	margin-left: 20px;
}
#Compte .document_bloc .date{
	color: #777;
	font-size: 11px;
	padding-left: 10px;
}
#Compte .congress_bloc a{
}
#Compte .interventions .prestation_bloc{
	margin-top: 15px;
	margin-left: 20px;
	line-height: 18px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
    padding: 3px;
    border-radius: 5px;
}
#Compte .prestation_bloc a.button{
	float: right;
	padding: 0 5px;
	margin: 0;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	text-shadow: 1px 1px 0 #003c5f;
}
#Compte .no_content_message{
	text-align: center;
	font-style: italic;
	font-size: 11px;
	color: #777;
}
#Compte .update_link a{
	display: inline-block;
	float: left;
	margin: 0;
	width: 49%;
	text-align: center;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
}
#Compte .update_link a.last{
	float: right;
}
#Compte .company_contacts table{
	width: 100%;
	border-collapse: collapse;
}
#Compte .company_contacts table th{
	text-align: left;
}
#Compte .company_contacts table td{
	border-top: 1px solid #ccc;
}
#Compte .company_contacts a.button{
	font-size: 11px;
	margin: 2px 0;
}

#Compte .abstract_authors_list{
	color: #333;
	font-style: italic;
}
#Compte .abstract_authors_list .member_from{
	display: none;
}
#Compte .abstract_authors_list .author_type_orateur .member_from{
	display: initial;
}
#Compte .abstract_authors_list .author_type_orateur .member_name{
	text-decoration: underline;
}


#ImageRights table.data{
	width: 100%;
	border-collapse: collapse;
}
#ImageRights table.data th{
	text-align: left;
}
#ImageRights .submit{
	text-align: center;
}
#ImageRights .intervention_cell{
	border-top: 1px solid #ddd;
	padding: 5px;
}
#ImageRights .date_cell{
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
}


#ValidateInterventions .intervention_block{
	padding: 10px 0 15px;
	border-bottom: 1px solid #eee;
}
#ValidateInterventions .intervention_block.back{
	background-color: #ddd;
}
#ValidateInterventions .intervention_title{
	font-weight: bold;
}
#ValidateInterventions .session_title, #ValidateInterventions .intervention_msg{
	padding-left: 15px;
}
#ValidateInterventions .intervention_title:before{
	content: "\f111";
	display: inline-block;
	width: 15px;
	vertical-align: middle;
	font: normal normal normal 8px/1 FontAwesome;
}
#ValidateInterventions .success{
	color: green;
}
#ValidateInterventions textarea{
	display: block;
	width: 100%;
	height: 80px;
}
#ValidateInterventions .slide_button{
	float: right;
}
#ValidateInterventions .slide_form{
	display: none;
	width: 100%;
	overflow: hidden;
}
#ValidateInterventions .button_success{
	background-color: green;
	margin-bottom: 0;
}
#ValidateInterventions .button_warning{
	background-color: red;
	margin-bottom: 0;
}


#Extranet .ListView th, #Extranet .ListView td{
	border: 1px solid #ccc;
	padding: 1px;
}
#Extranet .ListView th, #Extranet .ListView .presta_cell{
	text-align: center;
}
#Extranet .ListView .presta_cell{
	width: 5%;
}
#Extranet .montant_cell{
	text-align: right;
}
#Extranet .date_cell{
	text-align: center;
}
#Extranet .ListView th{
	font-size: 11px; 
	line-height:12px;
}
#Extranet .ListView th.presta_cell{
	font-size: 9px; 
	letter-spacing: -0.05em;
}
#Extranet .ListView .address_cell{
	font-size: 10px; 
	letter-spacing: -0.05em;
	line-height: 12px;
}
.general_message{
	padding: 200px 0 150px 0;
}
.general_message, .general_message p{
	text-align: center;
	font-weight: bold;
}

.warning_message{
	color: #f00;
	font-weight: bold;
	background-color: #fee;
	padding: 10px 20px 10px 20px;
	text-align: center;
/*	width: 60%; */
	margin: 5px 5px 5px 5px;
}

.message_forbidden{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 120px 0 150px 0;
}

[disabled="disabled"]{
	background-color: #e0e0e0;
}

.abstract_select_instance .button_list{
	text-align: center;
}
.abstract_select_instance .select_instance{
	display:block; 
	width: 200px; 
	margin: 10px auto; 
	padding: 10px;
}
.instance_description {
    padding: 5px 0 15px;
}

.congress_specific{
	display: none !important;
}

.prestation_group .no_id{
	display: none !important;
}

.prestation_group.group_no_id{
	display: none;
}

.required label:after{
	content: '*';
}


/* upload */

.btn-file {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
		
	position: relative;
	overflow: hidden;
	
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btn-file + .file_infos .file_name{
    font-size: 10px;
    color: #777;
}
.btn-file + .file_infos .file_preview{
	vertical-align: middle;
	display: none; 
	max-width: 60px;
	max-height: 30px;
}

img.cadre{
	padding: 6px;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	background-color: #fff;
}

/*******************/

.warning{
	color: red !important;
}

/***************/

.expense_status_title{
	text-align: left;
}
.expense_amount{
	text-align: right;
}
.request_coverage{
	text-align: center;
}
.expense_status{
	border-spacing: 0;
	border-collapse : collapse;
}
.expense_status_title{
	padding-bottom: 5px;
	padding-top: 10px;
}
.expense_status_refused .expense_title{
	text-decoration: line-through;
}
.expense_status_refused .expense_resolution{
	color: red;
}
.expense_row td{
	border-top: 1px solid #aaa;
	padding: 3px;
}
.expense_action{
	text-align: center;
}
img.expense_thumb{
	max-width: 40px;
	max-height: 40px;
}
.missing_rib.warning{
	font-weight: bold;
}

#Account_editRIB .options_buttons, #Coverage .options_buttons{
	text-align: center;
}

.comments, .comments a{
	font-size:10px;
	color: #888;
}
.small_comments{
	font-size:10px;
	color: #bbb;
	font-style: italic;
}
.download_rib img{
	float: right;
	max-width: 40px;
	max-height: 40px;
}

.paybox_form{
	position: relative;
	margin: 0 auto;
}
.paybox_form .cgv_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 999;
	display: none;
}
.paybox_form.locked .cgv_mask{
	display: block;
}
.paybox_form #submit_paybox{
	margin: 0;
}

.not_available_message{
	padding-bottom: 5px;
	color: #f66;
}

.select2-results__option{
	padding: 2px 6px;
}

img.checked{
	vertical-align: middle;
}

.presta_cat{
	padding-bottom: 15px;
}
