@charset "ISO-8859-1";

html {
	font-family: 'calibri';
	overflow-x : hidden;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=email], input[type=date], input[type=datetime-local], input[type=number], input[type=file], select, textarea {
	width: 100%;
	/* padding: 12px; */
	padding: 9px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	background-color: white;
}

textarea {
	resize: none;	
}

.hidden {
	display: none !important;
}

span.select2 {
	width: 100% !important;
}
span.select2-selection, span.select2-selection__arrow {
	height: 40px !important;
}
span.select2-selection__rendered {
	padding-top: 5px !important;
	height: 34px !important;
}
.select2-container--open .select2-dropdown {
    left: 8px !important;
}

/* Style the label to display next to the inputs */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

/* Style the submit button */
button#submit {
	background-color: #187060;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 15px !important;
	font-weight: bold;
}

/* Style the container */
.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.col-25, .col-75, button#submit {
		width: 100%;
		margin-top: 0;
	}
}

.topnav {
	overflow: hidden;
	background-color: #333;
	position: relative;
}

.topnav #myLinks {
	display: none;
}

.topnav a {
	float: left;
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a.icon {
	float: right;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.active {
	/* background-color: #4CAF50; */
	color: white;
}

.ficheLogo {
    text-align: center;
    margin-bottom: 5px;
}

.ficheTitle {
	border-radius: 5px;
	background-color: #187060 !important;
	padding: 5px;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
.ficheTitle h2 {
	margin: revert !important;
}

input[disabled] {
    background-color: #f0f0f0;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

.f_req {font-size:13px;color:#ff0000;font-family: helvetica, arial, sans-serif}

table#quotation {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px !important;
}
table#quotation th, td {
  text-align: center;
  padding: 8px;
}
table#quotation tr td:nth-child(1) {width: 5% !important;}
table#quotation tr td:nth-child(2) {width: 75% !important;}
table#quotation tr td:nth-child(3) {width: 20% !important;}
table#quotation tr th {text-align: center !important;}
table#quotation tr td:nth-child(1),table#quotation tr th:nth-child(1) {text-align: left !important;}
table#quotation tr th {background-color: #14574b !important;}
table#quotation tfoot tr {background-color: #14574b !important;}
table#quotation tfoot tr td:nth-child(1) {text-align: right !important;padding-right: 15px;}
table#quotation tr{background-color: #3c8c7e !important;}
table#quotation tr:nth-child(even){background-color: #68aca0 !important;}

div#quotation button {
	background-color: #14574b;
	color: white;
	padding: 12px 20px;
	border: 1px solid white !important;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 15px !important;
	margin-left: 10px !important;
	font-weight: bold;
}

ul.ui-autocomplete li:nth-child(odd) {
	background: #f2f2f2;
}

div#cboxContent {
	/* position: fixed; */
}
div#cboxLoadedContent {
	background-color: #f2f2f2;
	text-align: center;
}
div#cboxLoadedContent .foundChild, div#cboxLoadedContent .createNew {
	padding: 13px;
	cursor: pointer;
	background-color: lightgray;
	width: 80%;
	text-align: center;
	margin: auto;
	border: solid 1px gray;
	border-radius: 3px;
	box-shadow: 1px 1px 7px lightgray;
}
div#cboxLoadedContent .createNew {
	background-color: lightblue !important;
	border: solid 1px darkblue !important;
	margin-bottom: 40px;
}
div#cboxLoadedContent .foundChild:hover {
    background-color: #e8e8e8 !important;
}
div#cboxLoadedContent .createNew:hover {
    background-color: #d1eff9 !important;
}

div#cboxLoadedContent .txtSelectChild {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.row.certifyConfirm, .row.termsAndConditions {
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
  	font-weight: 400;
	text-align: justify;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wizard ul li::marker {
	content: "";
}
input#certifyConfirm {
	margin-right: 10px;
}

button#submit:disabled {
    background-color: #a4a4a4 !important;
    cursor: auto !important;
}

a.barcodeLink {
    cursor: pointer;
    text-align: center !important;
}
a.barcodeLink img {
	margin-top: 30px;
	position: fixed;
	transform: scale(0.5);
	-moz-transform: scale(0.5);
	left: 0 !important;
	width: 100%;
}

div.additionalFeesMsg {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
    font-size: 15px;
    text-align: center !important;
    margin-bottom: 10px;
    width: 100%;
}

.overlayCover span, .overlayCover div#quotation {
    top: 25% !important;
}

img.imageFiche {
	cursor: pointer;
	/* margin-right: 20px; */
	width: 60px;
}


/*******custom********/

div.wrapper {
	height: 100% !important;
	width: 100% !important;
}
@media (min-width: 1500px) {
  .wrapper {
    min-width: 70% !important; } }
#wizard {
	border-radius: 4px !important;
	min-height: auto !important;
	margin: 10px !important;
	padding: 70px 20px 20px !important;
}
ul.step-last a {
	padding-left: 41px !important;
    width: 135px !important;
}
ul.step-last a.disabled {
	background: lightgray !important;
	color: gray !important;
	cursor: auto !important;
}
#wizard div.success, #wizard div.inProgress, #wizard div.error {
	text-align: center;
}
label.error {
	color: red !important;
	font-size: 9pt !important;
}
#resultWithdrawalMode-error {
	margin-top: -49px !important;
	position: relative !important;
	left: 112px !important;
	right: 112px !important;
}
#gender-error {
	margin-top: -58px !important;
	position: absolute;
	left: 40px !important;
	right: 40px !important;
	width: 188px !important;
}

.button {
  border: none;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #006f83;
  width: 180px;
  height: 44px;
}
.button:not(.getExternalData) {
  margin-left: 15px;
}
.snap-group {
	display: flex;
}
button.snap.snaped {
	color: #006f83 !important;
	background-color: white !important;
}

ul li {
	list-style: none;
	list-style-type: none;
}
#video,
#canvas {
    width: 100%;
    height: auto;
    max-width: 100%;
}
#cboxLoadedContent {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
	#wizard {
		margin-right: 0;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	ul[role="tablist"] li {
        margin-top: 20px;
    }
    .form-holder.inline {
    	margin-bottom: -25px !important;
    }
    button#snap, button#send, button#retry {
		width: fit-content !important;
	}
	button.button.snap {
		font-size: 14px;
  		padding: 0;
	}
	#cboxContent {
		height: fit-content;
	}
	#cboxLoadedContent {
		height: fit-content;
	  	padding-bottom: 90px !important;
	}
}
