/*
css utilis�e pour l'impression via le navigateur.
*/
@charset "utf-8";
/**
 Tools
*/
div.clear {
  clear: both;
}

/**
 Global
*/
body, table, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, script, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}


body {
	/** ack ie pour le haslayout*/
	position:static !important; 
	position:absolute;
	/**fin ack*/
	background-color: #f6f6f6;
	font-family: verdana;

}
.confirmMsgPrintable, .progress{
	display: none !important; 
}

/**
 Layout 
*/
div.global {
	width:400px;
	margin: 0 auto 10px auto;
	padding-bottom:20px;
	padding-top:20px;
}

div.content {
}
div.body {
	padding:4px 8px;
}
div.footer {
}

div.panel {
	height:340px;
}
div.panel div.body {
	overflow:auto;
	height:300px;
	width: 520px;
}
div.panel_form_visit{
	height:370px;
	 overflow: auto;
}
div.panel div.footer {
}
 
/**
 Common
*/ 
div.body div.title {
	font-size: 32px;
	color: #0177bf;
	border-bottom: 1px #0177bf solid;
	white-space:nowrap;
	text-align:left;
	margin-bottom:8px;
	
	/* En mode impression, le titre est cach�. */
	visibility: hidden;
}

div.body div.subtitle {
	font-size: 32px;
	color: #0177bf;
	border-bottom: 1px #0177bf solid;
	white-space:nowrap;
	text-align:left;
}

div.body div.label {
	font-size: 11px;
	color: #0177bf;
	font-weight: normal;
}

div.body div.field,span.field,select.field,input.field,radio.field {
	color: black;
	font-size: 11px;
}
div.timearea_available_container{
	color: black;
	font-size: 11px;
	margin-bottom: 0.5em;
}
div.motiveField1, div.motiveField2{
	color: black;
	font-size: 11px;
}

div.mandatoryFieldsNote {
	font-size: 10px;
	color: #333333;
	padding:4px;
}

/**
 Selection screen
*/
div.selection_site {
	padding-top: 5px;
	padding-right: 20px;
	float: left;
}
div.selection_service {
	padding-top: 5px;
	float: left;
}
div.selection_date {
	padding-top: 5px;
	float: left;
}
div.selection_time {
	padding-top: 5px;
	padding-left: 20px;
	float: left;
	
}

/**
 Choice screen
*/

/**panel1*/
div.choice_time {
	width: 50%;
}
/**panel2*/
div.choice_lang {
}
div.choice_civility {
	padding-top: 5px;
}
div.choice_lastname {
	float: left;
	padding-top: 5px;
}
div.choice_firstname {
	padding-top: 5px;
	padding-left : 20px;
	float: left;
}
div.choice_email {
	padding-top: 5px;
		padding-right : 20px;
	float: left;
}
div.choice_zip {
	padding-top: 5px;
	clear: left;
}
div.choice_address {
	float: left;
	padding-top: 5px;
}
div.choice_city {
	float: left;
	padding-left : 20px;
	padding-top: 5px;
}
div.choice_country {
	float: left;
	padding-top: 5px;
	padding-right : 20px;
}
div.choice_birthday{
	float: left;
	padding-top: 5px;
}
div.choice_phone {

	float: left;
	padding-top: 5px;
}
div.choice_zip {
	float: left;
	padding-top: 5px;
}
div.choice_identity {
	padding-top: 5px;
}

/**panel3*/
div.choice_motivelist {
	width: 500px;
}
div.choice_motiveone {
	float:left;
	width:50%;
}
div.choice_motivetwo {
	float:left;
	width:50%;
}

/**panel4*/span
div.choice_comment {
	padding:4px;
}
div.choice_comment textarea#comment {
	height:100px;
	width:350px;
}
div.choice_captcha {
	padding:4px;
}
div.choice_captcha img#captchaImg {
	border: 1px solid black;
	width:150px;
	height:50px;
}
div.choice_captcha img:hover#captchaImg {
  	cursor:pointer;
}

/**
 Confirmation screen
*/
div.confirmation_recap {
	font-size: 12px;
	color: #333333;
	padding:4px;
	
	margin-left: 30px;
	margin-right: 30px;
	
}
div.confirmation_confirm {
	font-size: 20px;
	color: white;
	background-color: #0177bf;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding:4px;
	
	/* En mode impression : pas de marges. */
	margin-left: 0px;
	margin-right: 0px;
	
}
div.confirmation_number {
	font: bold 24px arial;
	color: white;
	background-color: #0177bf;
}

div.confirmation_immediat_message {
	font: bold 24px arial;
	color: #0177bf;
}

/**
 Cancel confirmation screen
*/
div.cancel_lang {
}
div.cancel_rdvcode {
}
div.cancel_double_authentication_rdv {
}

/**
 Cancel confirmation screen
*/
div.cancel_confirmation_recap {
	font-size: 12px;
	color: #333333;
	padding:4px;
}

/**
 Cancel done screen
*/
div.cancel_done_recap {
	font-size: 15px;
	color: #0177bf;
	white-space:normal;
	text-align:left;
}

/**
 Error
*/
div.errorCell {
	border:1px solid #0177bf;
	padding:18px;
	text-align: left;
	margin: 10px;
}
div.errorCell span.errorBig {
	font-size: 18px;
	color: #ff0000;
}

div.error {
	font-weight: bold;
	font-size: 11px;
	color: red;
	padding: 2px;
}

/**
 Buttons
*/
div.buttons,div.end-buttons {
	padding-bottom:5px;
	padding-top:5px;
	width:450px;
	white-space:nowrap;
}

div.buttons span.button-over {
	font: bold 10px;
	color: white;
	background-color: #0177bf;
	border: 1px solid #0177bf;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
}

div.buttons span.button-out  {
	font: bold 10px;
	color: #0177bf;
	background-color: white;
	border: 1px solid #0177bf;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
}
 input.button-over {
	font: bold 10px;
	color: white;
	background-color: #0177bf;
	border: 1px solid #0177bf;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
}
input.button-out{
	font: bold 10px;
	color: #0177bf;
	background-color: white;
	border: 1px solid #0177bf;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
}
input.button-disabled{
	font: bold 10px;
	color: #D8D8D8;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
}

span.motivedata {
	width: 80%;
	float: left;
	 
}
.motivedatacheck {
	float: left;
	 
}
.motivedataspan {
	padding-left: 2px;
	width: 70%;
	float: left;
	text-align: left;
}

.quantity{
 
	}
	
.visitorSummaryConfirmation {
    color: #0177BF;
    font-size: xx-small;
    margin-right: 10px;
    margin-top: 2%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;
    text-align: left;
    padding-top: 6%;
    display: none;
}

div.confirmation_qrcode {
	text-align: center; 
	width: 79%;
	margin-top: 3%;
}
