html {
	background: url("../img/paper70.jpg");
	background-repeat: repeat;
}

body {
	background: none;
}

#content {
	padding-top: 20px;
}

#main {
	margin-left: 0px;
	background: none;
}

.content-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	/*background: url("../img/paper73.jpg");
	background-repeat: repeat;*/
}

.logo-wrapper {
	width: 100%;
	background: white;
	height: 95px
}

/* Logo */
.logo-container {
	/*margin: 0 auto;*/
	width: 250px;
	height: 95px;
	margin-top: 10px;
	padding: 17px;
}

.logo {
	background: url("../img/logo.png");
	background-repeat: no-repeat;
	height: 100%;
}

.logo-form-divider {
	border-top: 4px solid #F4DA02;
	margin-top: 0px;
	margin-bottom: 20px;
}
.succes_img {
	background: url("../img/success.png");

}
.error{
	background: url("../img/error.png");
}

/* Input file field */

.input-file > .button {
	background-color: #6b7782;
}

/* "Consent" verification method style */
div#userScribbleName > div.row > section.label-col,
div#naam_partner_private_input > div.row > section.label-col,
div#naam_user_1_input > div.row > section.label-col,
div#naam_user_2_input > div.row > section.label-col {
	padding-left: 125px;
}

div#userScribbleName > div.row > section.field-col,
div#naam_partner_private_input > div.row > section.field-col,
div#naam_user_1_input > div.row > section.field-col,
div#naam_user_2_input > div.row > section.field-col {
	padding-right: 20px;
}

/* Check kvk button */
#getClientByKvkButton {
	float: right;
	font-size: 15px;
	padding: 5px 10px;
	margin: 10px 30px 20px 0px;
}

/* KvkNumber Error */
#kvkNumError {
	color: #b94a48;
	margin-top: 5px !important;
	margin-left: 5px !important;
	font-size: 13px !important;
}
/* Klantnummer and Relatiecode error */
#loginError, #uploadError {
	color: #b94a48;
	margin-top: 5px !important;
	margin-left: 5px !important;
	font-size: 13px !important;
}
/* Upload field style */

div.input-file:hover input  {
	border-color: #F4DA02 !important;
}

/* Buttons */
.btn-primary {
	background-color: #7FAD00;
	border-color: #7FAD00;
}

.btn-primary:hover {
	background-color: #6b8f0a;
	border-color: #6b8f0a;
	color: white;
}

.btn-primary:active { /*continue...*/
	background-color: #7FAD00 !important;
}

.smart-form footer .btn {
	margin: 15px 15px 0px 18px; 
	margin-top: 5px ;
}

/* Success page */

#FE_ideal_link:hover {
	cursor: pointer;
}

/* Radiobuttons */
.smart-form .radio:hover > i {
	border-color: #f2d03b;
}

.smart-form .radio input:checked+i {
	border-color: #00A4E3;
}

.smart-form .radio i:hover {
	border-color: #00A4E3 !important;
}
.smart-form .radio input+i:after {
	background-color: #00A4E3;
}

/* Checkboxes */
.smart-form .checkbox input+i:after {
	color: #f2d03b;
}

.smart-form .checkbox i:hover {
	border-color: #f2d03b !important;
}

.smart-form .checkbox input:checked+i {
	border-color: #f2d03b;
}

.smart-form .checkbox input:checked:hover+i:after {
    content: '\f00c';
}

ul.checkbox-answers {
	font-size: 14px !important;
	color: #000000;
}


/* Verification-methods */

.verification_methods_wrapper {
	padding-top: 5px;
}

.checkbox_wrapper > .checkbox {
	width: 40%;
	display: inline-block;
} 

.verification_methods_wrapper > .row > .label-col,
.checkbox_wrapper {
	padding-left: 15px !important; 
}

#sms_number_user1,
#sms_number_user2,
#ideal_number_user1,
#ideal_number_user2,
#idin_number_user1,
#idin_number_user2 {
	margin-bottom: 15px;
}

#sms_num_label,
#ideal_num_label,
#idin_num_label {
	margin-bottom: 3px;
}

/* Page header */
.txt-color-blue {
	color: #6b7782 !important;
}

/* Page */
li.active {
	background-color: #F4DA02 !important;
}

.fuelux .wizard ul li.active .chevron:before {
	border-left: 14px solid #F4DA02;
}

/* Footer */
.fe-form-container footer {
	background-color: #ffffff !important;
	padding-top: 20px;
}
/* Steps indicator */
#container_formHtml_container > div > div > ul > li.active > span.step-name {
	color: #333;
}

.fuelux {
	margin-bottom: 15px;
}

.fuelux .wizard ul {
	width: 100%;
}

.fuelux .wizard ul li,
.fuelux .wizard ul li:first-child {
	padding-right: 0px;
	padding-left: 25px;
}

.fuelux .wizard ul li .badge {
	display: none;
	/*position: absolute;
	top: 14px;
	left: 20px;*/
}


.fuelux .wizard ul li.complete a {
	color:white;
}

.fuelux .wizard ul li .step-name {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.fe-form-container h1 {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
	font-weight: 400;
}

.fe-form-container .smart-form label {
	font-size: 14px;
}

.fe-form-container .smart-form .label-col {
	padding-top: 5px;
	padding-left: 30px;
}

.fe-form-container .smart-form .field-col input {
	width: 100%;
}

.smart-form fieldset {
	padding-left: 30px;
	padding-right: 30px;
}

.smart-form .col {
	padding-right: 30px;
}

.fe-form-container .smart-form .field-col input:hover {
	border-color: #6b7782;
}

.fe-form-container .page {
	margin-top: 20px;
}

.fe-form-container .brepeater {
	text-align: right;
	margin-bottom: 15px;
}

.fe-form-container .brepeater .brepeater-html {
	text-align: left;
}

.fe-form-container .brepeater .brepeater-html-item {
	position: relative;
}

.fe-form-container .brepeater .btn {
	margin-top: 0px;
}

.fe-form-container .brepeater .btn.add-btn {
	padding: 5px 10px;
}

.fe-form-container .brepeater .btn.brepeater-remove,
.fe-form-container .brepeater .btn.brepeater-remove:active {
	padding: 0px 10px;
	width: 30px;
	margin-bottom: 2px;
}

.fe-form-container .two-columns label.checkbox,
.fe-form-container .two-columns label.radio {
	float: left;
	width: 44%;
}

.fe-form-container .tooltip-button {
    margin-left: 5px;
    font-size: 15px;
    cursor: pointer;
}

.fe-form-container .date-dropdowns .combodate label.select {
	width: 65px;
	display: inline-block;
}

.fe-form-container .summary-list,
.fe-form-container .summary-list ul {
	list-style: none;
}

.fe-form-container .summary-list header {
	margin-left: 0px;
	border-bottom: none;
	padding-bottom: 12px;
}

.fe-form-container .summary-list header h3 {
	font-size: 19px;
	font-weight: 300;
}

.fe-form-container .summary-list .question-type-textlabel .label-col {
	display: none;
}

.fe-form-container .summary-list .summary-repeater-end-line::after,
.fe-form-container .summary-list .summary-repeater-start-line::before {
	content: '';
    display: block;
    margin-left: 15px;
    width: 65%;
    padding-top: 5px;
    margin-bottom: 12px;
}

.fe-form-container .summary-list .summary-repeater-end-line::after {
	border-bottom: 1px solid #dedede;
	margin-bottom: -1px;
    padding-bottom: 2px;
}

.fe-form-container .summary-list .summary-repeater-start-line::before {
	border-top: 1px solid #dedede;
	padding-top: 2px;
}

.fe-form-container .summary-list .summary-repeater-end-line .col {
	margin-bottom: 0px;
}

.fe-form-container .smart-form .summary-list .label-col {
	padding-top: 0px;
}

.fe-form-container footer {
	background: none;
	margin-top: 15px;
}

/* # Tags */

.fe-form-container .smart-form .tags-selector.select2-container {
  width: 90%;
}

.fe-form-container .smart-form .tags-selector .select2-search-choice {
  -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    line-height: 19px !important;
    margin-top: 6px !important;
    max-width: 85% !important;
    word-wrap: break-word !important;
}

.fe-form-container .smart-form .tags-selector .select2-search-choice-close {
  padding: 3px !important;
    top: 0px !important;
    right: 0px !important;
    min-width: 10px;
    min-height: 10px;
}

.fe-form-container .smart-form .tags-selector.select2-container-multi .select2-choices {
  border: none !important;
}

.fe-form-container .smart-form .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #fff;
}

.select2-drop-active {
  border: 0 !important;
}

.select2-no-results {
    display: none !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.nl-en-local{
    position: relative;
    left: 727px;
    bottom: 72px;
}

.dropdown-menu {
	min-width: 56px;
	max-width: 56px;
	cursor: pointer;
}

.dropdown-menu>li.lang:focus, .dropdown-menu>li.lang:hover {
    text-decoration: none;
    color: #fff;
    background-color: #6b7782;
}

.dropdown-menu>li.lang {
    display: block;
    padding: 3px 19px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.btn, li.lang:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}
li.lang:focus, li.lang:hover {
    color: #6b7782;
    text-decoration: none;
}
li.lang:active, li.lang:hover {
    outline: 0;
}

.btn .caret {
	margin-left: 5px;
}

.dropdown-toggle.focus, .dropdown-toggle:focus {
	color: #F4DA02;
	background-color: #3e454c;
	border-color: #3e454c;
}

a#getInfotForSanctielijstButton {
	margin-bottom: 15px;
	margin-left: 608px;
}


.search_location_button label.label {
	padding: 7px 25px;
  text-transform: uppercase;
  cursor: pointer;
	border:1px solid #00A4E3;
	color:#00A4E3;
}
.popup-btn{
border: 1px solid;
    color: #0099cc;
padding-top: 16px;
padding-left: 16px;
width: 50%;
float: unset;
margin: 0 auto 10px auto;
}
.aval-searched-loactions-div{
	border: 1px solid;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.content-left-dt{
	margin-bottom: 10px;
}
.popup-btn label{
	color: #0099cc !important;
    text-align: center !important;
    font-weight: bolder !important;
    cursor: pointer;
}
.popup-btn section{
	float: none !important;
}

.choic-btn{
	 border: 1px solid;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 70px;
    margin-top: 5px;
    background: #0099cc;
    color: white;
    cursor: pointer;
}
.color-Override{
	color:#333 !important
}
.fuelux .wizard ul li{
	color: #333;
}
.fuelux .wizard ul li.complete .chevron:before{
	border-left: 14px solid #7FAD00;
	
}
li::before{
	background-color: #7FAD00 !;
}
.fuelux .wizard ul li.complete {
    background: #7FAD00;
}
.heading-label {
	margin: auto -15px;
}
.summary-edit-company-info {
	display: none;
}
.summary-expand-collapse-btn .toggle-icon {
	display: none;
}
/* ---------------------------------------------- LOADING INDICATOR ---------------------------------------------- */

#loading_indicator {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.83);
    color: #F4DA02;
}

#loading_indicator .loading-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100vw;
    height: 100vh;
}

#loading_indicator .loading-indicator i {
    font-size: 60px;
}

#loading_indicator .loading-indicator .loading-indicator-label {
    font-size: 16px;
    margin-top: 15px;
}


/* ---------------------------------------------- Figma Design ---------------------------------------------- */


footer{ display: inline-flex; padding-bottom: 18px !important;}

#privacy_chkbox_id{ width: 70% ; float: left;}
#privacy_chkbox_id section{ width: 100% !important;}

.checkbox a { text-decoration: underline; }

footer #privacy_chkbox_id .col-8 { margin-bottom: 0px !important; }
footer{ padding-top: 15px !important;}

.prev-btn{margin-left: 0px  !important; margin-right: 0px !important; }



/* RESPONSIVE DESIGN FOR MOBILE */
@media only screen and (max-width: 767px) {


	footer #privacy_chkbox_id{ padding-bottom: 3cqb !important;}

	  #privacy_chkbox_id{ width: 100% !important;}
	  footer{ display: inherit !important;}
}


@media only screen and (max-width: 600px) {

	footer #privacy_chkbox_id {
		padding-bottom: 1cqb !important;
	  }
}