@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?71198075');
  src: url('../fonts/fontello.eot?71198075#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?71198075') format('woff'),
       url('../fonts/fontello.ttf?71198075') format('truetype'),
       url('../fonts/fontello.svg?71198075#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =============================================================================
   Formulaire ODQ
   ========================================================================== */
#template-questionnaire-odq h1{
	text-align: center;
}
#template-questionnaire-odq .print-content{
	text-align: center;
	margin: 30px 0;
}
#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;}
#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;}
#template-questionnaire-odq form .steps-btn a#next-steps {padding-right: 2em;}
#template-questionnaire-odq form .steps-btn a#return-steps {padding-left: 2em;}
#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#next-steps:before {
    content: "\E809";
    font-family: 'fontello';
    font-size: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
#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{
}
#template-questionnaire-odq label.title{
	display: block;
}

#template-questionnaire-odq input[type="radio"]{
    appearance: auto !important;
    width : auto !important;
    display: inline !important;
}

#template-questionnaire-odq .wrapper{
   /* width: 90%;*/
    margin: 0 auto;
}
#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;*/
	color: #000;
	/*test */
	border: 1px solid #ccc;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Karla', sans-serif !important;
}


#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-right: 5px;
}
#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;
	width: 55%;
	display: inline-block;
}
#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: 2%;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .field-33{
	width: 31%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2%;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .field-33:last-child{
	width: 34%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 0%;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .half-field:last-child{
	width: 49%;
	vertical-align: bottom;
	display: inline-block;
	font-size: 15px;
}
#template-questionnaire-odq .fields-wrapper .half-field.w-100{
	width: 100%;
}

#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 .odq-datepicker {
	max-width: 10em;
}
.ui-datepicker-calendar .ui-state-highlight {
	background: #1a1c1c!important;
	color: #fff!important;
}
#template-questionnaire-odq .champs-wrapper{
	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: 0.5em;
}
#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;}
#template-questionnaire-odq .show{display: block;}

/* 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;
}
#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: 18px;
}
.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: 14px;
	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;}

@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;}
	#template-questionnaire-odq form .steps-btn {
		flex-direction: column;
		align-items: center;
	}
	#template-questionnaire-odq form .steps-btn .button:not(.hide):last-of-type {margin-top: 0.5em;}
}

@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;}
}

.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;
}

.lui_meme_title {
    margin-top: 0 !important;
}

input#expiration {
    max-width: none !important;
}
