/* =============================================================================
   Formulaire ODQ
   ========================================================================== */
@font-face {
font-family: 'fontello';
src: url('./../fonts/fontello.eot?48994016');
src: url('./../fonts/fontello.eot?48994016#iefix') format('embedded-opentype'),
		url('./../fonts/fontello.woff?48994016') format('woff'),
		url('./../fonts/fontello.ttf?48994016') format('truetype'),
		url('./../fonts/fontello.svg?48994016#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
#template-questionnaire-odq h1{
	text-align: center;
    font-weight: 700;
}
#template-questionnaire-odq .print-content{
	text-align: center;
	margin: 30px 0;
}
#template-questionnaire-odq .print-content a{
	height: 3.5rem;
	font-size: 1rem;
	line-height: 3.5rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
	border: 2px solid;
	white-space: nowrap;
	border-radius: 0.125rem;
	transition-property: background-color,color;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	text-decoration: none;
}
#template-questionnaire-odq .col-left{
	width: 49%;
	float:left;
}
#template-questionnaire-odq .col-right{
	width: 49%;
	float:right;
}
#template-questionnaire-odq .none {
	display: none;
}
#template-questionnaire-odq .content-wrapper {
	position: relative;
    padding-bottom: 3em;
}

#template-questionnaire-odq form #return-steps.hide,
#template-questionnaire-odq form #save.hide,
#template-questionnaire-odq form #next-steps.hide{opacity: 0; visibility: hidden;display: block !important;}
#template-questionnaire-odq form #return-steps.show,
#template-questionnaire-odq form #save.show,
#template-questionnaire-odq form #next-steps.show{opacity: 1; visibility: visible;}
#template-questionnaire-odq form .steps-btn .button {
	position: relative;
    text-transform: uppercase;
    height: 3.5rem;
    font-size: 1rem;
    line-height: 3.5rem;
    font-weight: 700;
    padding: 0 1.5rem;
    border: 2px solid;
    white-space: nowrap;
    border-radius: 0.125rem;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    background: transparent;
}
#template-questionnaire-odq form .steps-btn a#next-steps {
	height: 3.5rem;
    font-size: 1rem;
    line-height: 3.5rem;
    font-weight: 700;
    padding: 0 1.5rem;
    border: 2px solid;
    white-space: nowrap;
    border-radius: 0.125rem;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}
#template-questionnaire-odq form .steps-btn a#next-steps:before{
	content: "\E809";
    font-family: 'fontello';
    font-size: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
#template-questionnaire-odq form a#return-steps:before{
	content: "\E808";
    font-family: 'fontello';
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#template-questionnaire-odq form .steps-btn a#return-steps {padding-left: 2em;}
#template-questionnaire-odq form .content-wrapper .logo_ordre {
	width: 265px;
	height: 107px;
	background-image: url("images/logo_ordre.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	
}
#template-questionnaire-odq form .steps-btn {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

#template-questionnaire-odq .personnel, #template-questionnaire-odq .antecedents {
	overflow: hidden;
	clear: both; 
	margin-bottom: 2em;
}

#template-questionnaire-odq .mobile-title-wrapper{ 
	 display: none;
}

#template-questionnaire-odq .titre-wrapper{
	padding: 0 2%;
}
#template-questionnaire-odq .titre-wrapper h1{
	font-weight: normal;
	color: #2C2C2C;
}
#template-questionnaire-odq h2{
	text-align: center;
}
#template-questionnaire-odq .col-wrapper{
	overflow: hidden;
}
#template-questionnaire-odq .line .col-third{
	width:33.3%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#template-questionnaire-odq .line .col-third:nth-child(1){
	padding-left: 0;
	padding-right:  3%;
}
#template-questionnaire-odq .line .col-third:nth-child(3){
	padding-right: 0;
	padding-left:  3%;
}
#template-questionnaire-odq .col-souffrez-vous{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#template-questionnaire-odq .line .col-half{
	width:50%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 3%;	
}
#template-questionnaire-odq img{
	display: none;
}
#template-questionnaire-odq .required-fileds{
	text-align: center;
}
#template-questionnaire-odq .bottom-wrapper{
	text-align: center;
	padding-top: 4em;
	padding-bottom: 4em;
}
#template-questionnaire-odq label{
	vertical-align: -webkit-baseline-middle;
}
#template-questionnaire-odq label.title{
	display: block;
}
#template-questionnaire-odq input[type="text"], 
#template-questionnaire-odq input[type="email"], 
#template-questionnaire-odq input[type="password"], 
#template-questionnaire-odq input[type="date"],
#template-questionnaire-odq input[type="number"],
#template-questionnaire-odq input[type="tel"], 
#template-questionnaire-odq textarea{
	margin-top: 2px;
	margin-bottom: 1em;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	font-size: 1em;
	border: 1px solid #000;
}
#template-questionnaire-odq input[type="text"]:disabled, 
#template-questionnaire-odq input[type="email"]:disabled, 
#template-questionnaire-odq input[type="password"]:disabled, 
#template-questionnaire-odq input[type="date"]:disabled,
#template-questionnaire-odq input[type="number"]:disabled,
#template-questionnaire-odq input[type="tel"]:disabled,
#template-questionnaire-odq textarea:disabled{
	background-color:#dddddd;
}

#template-questionnaire-odq .checkbox-wrapper{
	display: inline-block;
    margin-bottom: 1em;
    margin-top: 0.5em;
    margin-right: 1em;
    align-items: center;
    cursor: pointer;
}
#template-questionnaire-odq .champ-fils {
	
}
#template-questionnaire-odq .division100{
	width: 100%;
	overflow: hidden;
	clear: both;
}


#template-questionnaire-odq label.title{
	margin-top: .5em;
	margin-bottom: 5px;
	margin-right: 1rem;
	width: 55%;
	display: inline-block;
	flex: 1 1 auto;
}
#template-questionnaire-odq label.title.full{
	width: 100%;
	font-size: 15px;
}
#template-questionnaire-odq .question{
	display: inline-block;
	width: 31%;
	margin-right: 2%;
	vertical-align: top;
	margin-bottom: 10px;
}
#template-questionnaire-odq .question label{
	margin: 0;
	display: inline-block;
}
#template-questionnaire-odq .question .checkbox-wrapper{
	margin-bottom: 0;
}
#template-questionnaire-odq .question label:first-child{
	width: 55%;
	vertical-align: middle;
}
#template-questionnaire-odq .fields-wrapper{
	overflow: hidden;
	font-size: 0;
}
#template-questionnaire-odq .fields-wrapper .half-field:first-child{
	width: 49%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 1%;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .field-33 {
	width: calc(100%/3 - 2%);
	display: inline-block;
	vertical-align: bottom;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .field-33:first-of-type {
	margin-left: 0;
	width: calc(100%/3 - 1%);
}
#template-questionnaire-odq .fields-wrapper .field-33:last-child {
	margin-right: 0;
	width: calc(100%/3 - 1%);
}
#template-questionnaire-odq .fields-wrapper .half-field:last-child{
	width: 49%;
	vertical-align: bottom;
	display: inline-block;
	font-size: 15px;
	margin-left: 1%;
}
#template-questionnaire-odq .fields-wrapper .half-field.w-100{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#template-questionnaire-odq .lui-meme .fields-wrapper .half-field.w-100 label.title{
	width: 90px;
}
#template-questionnaire-odq .fields-wrapper .two-third-field{
	width: 66%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2%;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .one-third-field{
	width: 32%;
	display: inline-block;
	vertical-align: bottom;
	font-size: 15px;
}
#template-questionnaire-odq .datepicker {
	max-width: 160px;
	text-align: center;
}
#template-questionnaire-odq .datepicker-odq {
	max-width: 160px;
	text-align: center;
}
.ui-datepicker-calendar .ui-state-highlight {
	background: #1a1c1c!important;
	color: #fff!important;
}
#template-questionnaire-odq .champs-wrapper{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 5px;
}
#template-questionnaire-odq .champs-wrapper:nth-child(odd){
	background: #F4F4F4;
}
#template-questionnaire-odq .champs-wrapper.notvalid{
	background: #ffaeae;
}
#template-questionnaire-odq .champs-wrapper.spaced {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#template-questionnaire-odq .champs-wrapper.spaced .checkbox-wrapper {
	margin-bottom: 0.5em;
    margin-top: 0.5em;
    margin-right: 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#template-questionnaire-odq .champs-wrapper.spaced label.title {
    flex: 1 1 auto;
    margin-right: 1em;
}
#template-questionnaire-odq .sigWrapper canvas {
	border: 1px solid #ddd;
}
#template-questionnaire-odq .hide{display: none !important;}
#template-questionnaire-odq .show{display: block !important;}

/* Steps */
form .wizard > .actions {
    display: none;
}
form .wizard.vertical > .steps {
    display: none;
}
form .wizard.vertical .error-text {
    color: red;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
form .wizard.vertical input.error:required {
    margin-bottom: 0.2em !important;
}
#template-questionnaire-odq .champs-wrapper.col_date {
	font-size: 0.9em;
}
#template-questionnaire-odq label.title_date {
    margin-top: .5em;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 1em;
		flex: 1 1 auto;
}
#template-questionnaire-odq input.date_input {
    margin-top: .5em;
    margin-bottom: 5px;
    width: 55%;
    display: inline-block;
	padding: 8px;
}
.ui-datepicker-header span.ui-datepicker-month {
    font-size: 0.6em !important;
    line-height: 0;
}
.ui-datepicker-prev, .ui-datepicker-next {
	font-size: 19px;
	top: 50% !important;
	transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1rem;
	width: auto;
	text-align: center;
}
.ui-datepicker table {
	font-size: 15px;
}
#template-questionnaire-odq .champs-wrapper:nth-child(odd) input[type="text"],
#template-questionnaire-odq .champs-wrapper:nth-child(odd) input[type="email"],
#template-questionnaire-odq .champs-wrapper:nth-child(odd) input[type="tel"],
#template-questionnaire-odq .champs-wrapper:nth-child(odd) input[type="password"],
#template-questionnaire-odq .champs-wrapper:nth-child(odd) input[type="number"],
#template-questionnaire-odq .champs-wrapper:nth-child(odd) textarea {
	background: #eee;
	border: 1px solid #eee;
}

#template-questionnaire-odq .section-signature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sigPad {
    width: 252px;
}
.sigPad p.error {
	font-size: 0.8rem;
	display: inline-block;
	font-weight: normal;
}
.sigPad .error-signature {
    display: none;
}
.sigWrapper.current {
    height: auto;
    clear: none;
    border: 1px solid #ddd;
}
.sigPad .sigNav {
  display: none !important;
}
#template-questionnaire-odq .sigWrapper canvas {border: none;}

.show-clinique-header .header-clinic ul li a.button {display: none;}
.fields-wrapper_expiration{	
	display: flex;
}
.fields-wrapper_expiration .expiration{	
	display: flex;
}
.fields-wrapper_expiration #month_expiration{
	width: 50%;
	margin-right: 0.5rem;
}
.fields-wrapper_expiration #year_expiration{
	width: 50%;
}
#g-recaptcha{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 1.5rem;
}
#template-questionnaire-odq input{
    border: 1px solid;
}
#template-questionnaire-odq input[type="radio" i] {
	background-color: initial;
    cursor: pointer;
    appearance: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    min-width: 16px;
    min-height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid;
    margin-right: 0.5rem;
	vertical-align: -webkit-baseline-middle;
}
.notification-questionnaire {
	position: fixed;
	top: 0%;
	height: 100%;
	padding: 2em 0 2em 0;
	font-size: 2em;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99999999;
	text-align: center;
	display: block;
	animation: fadeout 4s;
	-moz-animation: fadeout 4s;
	-webkit-animation: fadeout 4s;
	-o-animation: fadeout 4s;
	animation-delay: 4s;
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.notification-questionnaire .alert-box {
	position: absolute;
	top: 50%;
	margin-top: -3em;
	width: 100%;
	text-align: center;
	left: 0;
}

/* DatePicker Container */
.ui-datepicker {width: 300px;height: auto;margin: 5px auto 0;font: 9pt Arial, sans-serif;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);border-collapse: collapse;background: #FFF;padding: 0!important;}
.ui-datepicker-calendar a {text-decoration: none;}
.ui-datepicker a:hover {}
/* DatePicker Table */
.ui-datepicker table {width: 100%;border-collapse: collapse;margin-bottom: 0!important}
.ui-datepicker-header {background: #198fea!important;color: #FFF!important;font-weight: bold!important;font-size: 1.4em!important;line-height: 30px!important;border: 0px!important;-webkit-border-radius: 0px!important;-moz-border-radius: 0px!important;border-radius: 0px!important;}
.ui-datepicker-title {text-align: center !important;line-height: 1em!important;display: flex;justify-content: center;}
.ui-datepicker .ui-icon{overflow : visible!important;font-size: 0.6rem !important;width : auto!important;height : auto!important;background-image : inherit!important;display : block!important;position : relative!important;left : 0!important;margin-left : 0!important;top : initial!important;margin-top : 0!important;text-indent : 0!important;}
.ui-datepicker-prev, .ui-datepicker-next {display: inline-block;text-align: center;cursor: pointer;overflow: hidden;font-size: 0.8em;margin-left: 10px;}
.ui-datepicker-prev {float: left;margin-left: 10px;}
.ui-datepicker-next {float: right;margin-right: 10px;}
.ui-datepicker-prev, .ui-datepicker-next {color: #fff!important;width: auto!important;}
.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {border: 0px!important;background: initial!important;}
.ui-datepicker-calendar thead {background-color: #f7f7f7;background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);border-bottom: 1px solid #bbb;}
.ui-datepicker-calendar th {text-transform: uppercase;font-size: 6pt;padding: 5px 0;color: #666666;text-shadow: 1px 0px 0px #fff;filter: dropshadow(color=#fff, offx=1, offy=0);}
.ui-datepicker-calendar tbody td {padding: 0;border-right: 1px solid #bbb;}
.ui-datepicker-calendar tbody td:last-child {border-right: 0px;}
.ui-datepicker-calendar tbody tr {border-bottom: 1px solid #bbb;}
.ui-datepicker-calendar tbody tr:last-child {border-bottom: 0px;}
.ui-datepicker-calendar td span, .ui-datepicker-calendar td a {display: inline-block!important;font-weight: bold!important;text-align: center!important;width: 100%;height: auto!important;line-height: 30px!important;color: #666666!important;padding: 0.2em 0px!important;}
.ui-datepicker-calendar .ui-state-default {background: transparent!important;border: 0px!important;}
.ui-datepicker-calendar .ui-state-hover {background: #F4F4F4!important;}
.ui-datepicker-calendar .ui-state-active {background: #038165!important;color: #fff!important;filter: dropshadow(color=#53AD53, offx=0, offy=1);position: relative;}
.ui-datepicker-unselectable .ui-state-default {background: #f4f4f4;color: #b4b3b3;}
.ui-datepicker-calendar td:first-child .ui-state-active {margin-left: 0;border: 0px!important;}
.ui-datepicker-calendar td:last-child .ui-state-active {margin-right: 0;}
.ui-datepicker-calendar tr:last-child .ui-state-active {height: 29px;margin-bottom: 0;}
/* icon calendar */
@media screen and (max-width: 1279px){
	/* Template questionnaire ODQ */
	#template-questionnaire-odq .col-left,
	#template-questionnaire-odq .col-right{width: 100%;}
	#template-questionnaire-odq .section-signature .col-right {margin-top: 1em;}
}

@media screen and (max-width: 768px){
	/* Template questionnaire ODQ */
	#template-questionnaire-odq label.title{width: 100%;display: block;}
	#template-questionnaire-odq form #return-steps.hide, #template-questionnaire-odq form #save.hide, #template-questionnaire-odq form #next-steps.hide {display: none !important;}
	#template-questionnaire-odq form .steps-btn {
		flex-direction: column;
		align-items: center;
	}
	#template-questionnaire-odq .champs-wrapper.spaced {flex-wrap: wrap;}
	#template-questionnaire-odq .champs-wrapper {flex-wrap: wrap;}
	#template-questionnaire-odq label.title {margin-right: 0;display: block;margin-bottom: 0.25rem !important;}
	#template-questionnaire-odq form .steps-btn .button:not(.hide):last-of-type {margin-top: 0.5em !important;}
}

@media screen and (max-width: 600px){
	#template-questionnaire-odq .fields-wrapper .half-field, #template-questionnaire-odq .fields-wrapper .two-third-field, #template-questionnaire-odq .fields-wrapper .one-third-field {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
	}
	#template-questionnaire-odq .fields-wrapper .two-third-field {margin-bottom: 0.5rem;}
	#template-questionnaire-odq .fields-wrapper .field-33 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
	}
	#template-questionnaire-odq .content-wrapper{padding-right: 1rem; padding-left: 1rem;}
	.half-field_expiration{align-self: flex-end;}
	.half-field_numeroassurance input#numeroassurance {margin-bottom: 0.5rem !important;}
	.fields-wrapper_expiration {flex-wrap: wrap;}
}

@media print {
	#template-questionnaire-odq img{ height: 80px; width: auto;}
    #template-questionnaire-odq .button{display: none;}
	#template-questionnaire-odq input[type="text"], 
	#template-questionnaire-odq input[type="tel"], 
	#template-questionnaire-odq input[type="email"], 
	#template-questionnaire-odq input[type="password"], 
	#template-questionnaire-odq #template-questionnaire-odq input[type="date"], 
	input[type="number"], 
	#template-questionnaire-odq textarea {
	    margin-bottom: 0.5em!important;
	    margin-top: 0;
	    padding: 5px!important;
	    border: none;
	    border-bottom: 1px solid;
	    page-break-before: avoid!important;
	}
	#template-questionnaire-odq .checkbox-wrapper{margin-bottom: 3px;}
}