
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, input, select, textarea {
	line-height: 2;
}

input {
	margin-bottom: 10px;
}

html {
    background-color: #f5f5f5;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	margin: 0;
}

input[type="checkbox"] + label:before {
	display: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	opacity: 1;
	float: none;
	display: inline-block;
}

label[for="agreement-check"] {
	display: inline-block;
	padding: 0;
}

.signature-container {
	height: 300px;
	min-width: 290px;

	position: relative;
}

.hidden-covid-dialog {
	overflow: hidden;
    height: 0px;
}
.iti {
	width: 100%;
}

#inputPhoneNumber{
	text-indent: 5px;
}
.cform-block-item-input.cform-date{
	line-height:37px;
}
/* SAFARI */
.safari-browser .cform-block-item-phone {
	top: -6px !important;
}
/* SAFARI */

@media only screen and (max-width: 479px) {
	.signature-container {
		height: 280px;
	}
}

.button.save, .button.clear {
	border-radius: 0;
	background: none;
	color: #0A82BA;

	font-size: 12px;
}

.button.clear:focus {
	outline: none;
}

.navbar {
	width: 100%;
	top: 0;
	z-index: 999;
	background-color: #f5f5f5;
	position: fixed;
	border: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5;
}

.navbar-toggle .icon-bar {
	background-color: #0A82BA;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	transition: .3s;
}

/***CFORM***/
.cform {
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
}

.tip-radio-block .cform-block-item {
	max-width: 500px;
	display: flex;
	margin: 15px auto;
	justify-content: center;
}

section.heading-section {
	border-bottom: 1px solid #c8c8c8;
	position: relative;
	background-color: rgba(10, 130, 186, 0.4);
}

.heading-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #0a82ba;
	color: white;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.heading {
	color: white;
	padding: 10px 20px;
	max-width: 768px;
	margin: 0 auto;
	z-index: 18;
	position: relative;
}

/*RADIO*/
.radio-block {
	text-align: center;
	margin-left: -5px;
}

.radio-block .radio-item {
	display: inline-block;
	margin: 0 -5px 0 0;
	padding: 7px 16px;
	font-size: 12px;
	border: 1px solid #c8c8c8;
	background-color: white;
	/*width: 25%;*/
	vertical-align: top;
	line-height: 19px;
}


.buttonsMinor .radio-block .radio-item {
	padding: 0;
}

.radio-delay, .radio-cancellation, .radio-missed_connection, .radio-denied_boarding {text-transform: uppercase;}

.radio-block .radio-item:hover, .partner-navigational-tab:hover {
	cursor: pointer;
	background: #e4eff5;
}

.radio-item.radio-active,
.radio-item.radio-active:hover,
.partner-navigational-tab.radio-active,
.partner-navigational-tab.radio-active:hover {
	cursor: default;
	background: #0a82ba; /* Old browsers */
	background: -moz-linear-gradient(top, #0a82ba 0%, #2b9fd5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a82ba 0%, #2b9fd5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a82ba 0%, #2b9fd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a82ba', endColorstr='#2b9fd5', GradientType=0); /* IE6-9 */
	color: white;
}

/*FROMTO*/
.cform-block-item-icon {
	width: 42px;
	height: 42px;
	display: inline-block;
	border-radius: 2px;
	margin-right: -8px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c8c8c8;
	padding: 8px 8px 8px 6px;

	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 50%;
}
.language-he .cform-block-item-icon {
	margin-right: 0px;
}
.language-he .congrats-form .cform-block-item-icon {
	 margin-right: -8px;
}
.language-he .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{
	direction: ltr;
	margin-left: 0;
	margin-right: 6px;
}
.language-he #inputPhoneNumber{
	direction: ltr;
}

.cform-block-item-icon-additional {
	margin-right: -4px;
}

.cform-block-item-icon.fix-margin {
	margin-right: -4px;
}

.cform-block-item-icon img {
	max-width: 20px;
	max-height: 20px;
}

.cform-block .cform-block-item-input, .congrats .cform-block-item-input {
	display: inline-block;
	height: 42px;
	max-width: calc(100% - 39px);
    width: 100%;
	vertical-align: top;

	background-color: white;
	border: 1px solid #c8c8c8;

	padding-left: 10px;
	font-size: 16px;
	padding-right: 10px;
}

.cform-block textarea.cform-block-item-input {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

select.currency2-field {
	max-width: calc(100% - 39px) !important;
}
.cform-block textarea.cform-block-item-input {
	min-height: 130px;
	max-width: 95%;
}

.cform-block select.cform-block-item-input {
	max-width: 95%;
}

input[type="text"]:focus,
input[type="dropdown"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: #0a82ba;
	box-shadow: 0 0 0 1px #0a82ba;
    outline: 0;
}

/*INFO*/
.info {
	max-height: 70px;
	padding: 5px;
	margin: 0 auto;
}

.info-icon {
	border-radius: 15px;
	border: 1px solid #c8c8c8;
	color: #c8c8c8;
	margin: 5px 10px 5px 0;
	width: 30px;
	height: 30px;

	text-align: center;
	vertical-align: top;

	float: left;
}

.info-text {
	float: left;
	color: #a8a8a8;
	font-size: 12px;
	margin-top: 3px;
	line-height: 1.3;
	max-width: 85%;
	text-align: left;
}

/*DATE AIRLINE*/
input[type="date"].cform-block-item-input {
	width: 200px;
	/*font-size: 12px;*/
}

input[type=date].cform-block-item-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: none;
}

input[type=date].cform-block-item-input::-webkit-calendar-picker-indicator {
	padding: 0;
	margin: 0;
}

.date {
	display: inline-block;
}

input.cform-block-item-input.airline-input {
	max-width: 100%;
	display: inline-block;
}

/*HOURS*/
.cform-block-item.tip h2 {
	line-height: 1.3;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}

.cform-block-item.tip {
	line-height: 1.3;
}

/*FOOTER*/

.cform-footer {
	height: 70px;
	padding: 15px;
}

.cform-footer-right {
	float: right;
}

.cform-footer div, .cform-footer div a {
	text-decoration: none;
	font-size: 12px;
	color: #c8c8c8;
}

div.radio-four .radio-item {
	min-width: 20%;
	width: 25%;
}

div.radio-five .radio-item {
	min-width: 18%;
	width: 20%;
}

.radio-five .radio-block .radio-item {
	padding: 7px;
}

.radio-four.radio-block .radio-item {
	padding: 5px;
	line-height: 1.3;
	font-size: 14px;
	word-wrap: break-word;
	vertical-align: top;
}


.cform-error .radio-item, .cform-error .cform-block-item-icon, .cform-error input, .cform-error .m-signature-pad, .cform-error textarea, .cform-error select, .cform-companion-name.cform-error, .cform-block-item-icon.cform-error, .cform-error.filter-apps-input {
	border: 1px solid #de2c2c !important;
}

.cform-error::after {
	color: #de2c2c;
	font-size: 12px;
	line-height: 1.5;
	display: table-cell;
	text-align: right;
	/*margin-top: -8px;*/
	margin-bottom: 8px;
	padding-right: 10px;
	content: attr(data-content);
	clear: both;
}
.cform-block-item-phone.cform-error::after{
	white-space: nowrap;
}

.bold {
	font-weight: bold !important;
}

.error-text {
	color: #de2c2c;
}

.cform-successful {
	border: 1px solid #2cde38 !important;
}

.cform-successful::after {
    color: #2cde38;
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: -8px;
    margin-bottom: 8px;
    padding-right: 10px;
    content: attr(data-content);
}

.cform-radio-error::after {
	margin-top: 0;
}

@media only screen and (min-width: 768px) {
	.cform-radio-error::after {
		margin-right: 15px;
		margin-top: -8px;
	}

	.radio-four.cform-radio-error::after {
		margin-top: 0;
	}
}

.cform-airline-error::after {
	float: right;
}

.cform-signature-error::after {
	position: relative;
	top: 160px;
}

.cform-reasonDescript-error::after {
	margin-top: 8px;
}

.cform-bankAccountRussianRegion-error::after {
	margin-top: 4px;
}

.cform-block {
	margin-bottom: 25px;
}

.cform-block-item-escp-decision, .cform-block-item-legalOutsource-decision {
	display:flex;
	flex-direction: column;
	align-items: center;
}

.disagreed-to-escp, .disagreed-to-legalOutsource {
	margin-bottom: 20px !important;
}

.tour-operator-name {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

@media only screen and (min-width: 768px) {
	.cform {
		border: 1px solid #ddd;
		text-align: center;
		background-color: white;
	}
	.cform-block .cform-block-item-input, .congrats .cform-block-item-input {
		padding-right: 0;
	}
	.cform-block-item {
		max-width: 48%;
		display: inline-block;
	}

	.cform-block-item-escp-decision, .cform-block-item-legalOutsource-decision {
		flex-direction: row;
	}



	.date {
		width: 45.3%;
	}
	.language-he .date {
		width: calc(50% - 3px);
		box-sizing: border-box;
	}

	input.cform-block-item-input.airline-input {
		max-width: 93%;
	}

	input[type="date"].cform-block-item-input, input[type="text"].cform-date {
		width: 100%;
	}

	.addressAndBirth input[type="date"].cform-block-item-input {
		max-width: 183px;
	}

	input[type=date].cform-block-item-input::-webkit-calendar-picker-indicator {
		padding: 15px 15px;
		margin: auto;
	}

	input.cform-block-item-input {
		max-width: 80%;
	}

	.radio-block .radio-item {
		font-size: 14px;
	}

	.cform-block {
		margin-bottom: 20px;
		text-align: center;
	}

	.info-text {
		text-align: left;
	}

	.radio-four .radio-block .radio-item {
		padding: 7px 16px;
	}
}

/***CONGRATS***/
.cform-sub {
	width: 100%;
	max-width: 510px;
	background-color: white;
	margin: 0 auto;
	border: 1px solid #f9f9f9;
	padding: 15px;

	-webkit-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);

	text-align: center;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;

	position: absolute;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cform-block-item-icon-img {
	font-weight: 700;
	font-style: italic;
	color: #0a82ba;

	vertical-align: top;
	margin: -6px 0 0;

	font-size: 20px;
}

.para {
	margin: 0;
}

@media only screen and (min-width: 768px) {
	div.action-button-container {
		position: static;
		margin-left: 0;
	}

	div.action-button-container.save-pax-action-button {
		margin-left: 15px;
	}

}

	.para-address {
		padding-left: 25px !important;
	}

/***SIGNATURE PAD***/
.m-signature-pad {
	position: absolute;
	font-size: 12px;
	height: 58vw;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	left: 0;
	right: 0;
	width: auto;
	min-width: 250px;
	min-height: 140px;
	max-width: 500px;
	max-height: 282px;
	margin: 0 auto;
}

.m-signature-pad--body {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	bottom: 10px;
	border: 1px solid #f4f4f4;
	cursor: url(/img/pen22.png), pointer;
}

.m-signature-pad--body
canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.m-signature-pad--footer {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 10px;
	height: 40px;

	z-index: 17;
}

.m-signature-pad--footer
.button.clear {
	position: absolute;
	font-weight: normal;
	right: -35px;
/*	top: 5px;
*/	border: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 3em;
}

@media only screen and (min-width: 768px) {
	.m-signature-pad--footer {
		right: -30px;
/*		top: -65px;*/
	}
}

.signature .action-button-container {
	margin-top: 10px;
}

.signature .info-text {
	float: none;
	margin: 15px auto;
}

.action-button-container:active {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 1em;
}

.action-button-container:active .action-button {
	cursor: pointer;
	border-bottom: none;
	top: 4px;
}

.companion-item {
	position: relative;
	border: 1px dashed #c8c8c8;
	padding: 5px;
	margin-top: 10px;
}

.companion-item-profile > .cform-block.block-no-underline.no-margin-bottom {
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.cform-block-item {
		width: 92%;
		max-width: 490px;
		display: inline-block;
	}

	.Commission .cform-block-item {
		width: 92%;
		max-width: 590px;
		display: inline-block;
	}

	.escpFinish .cform-block-item {
		width: 92%;
		max-width: 590px;
		display: inline-block;
	}

	.payoutKycInfo .cform-block-item:first-child {
		width: 92%;
		max-width: 590px;
		display: inline-block;
	}

	.companion-item {
		width: 80%;
		max-width: 490px;
		display: inline-block;
	}
}

.remove-compainion-btn {
	position: absolute;
	cursor: pointer;
	padding: 5px 5px 0 0;
	height: 15px;
	width: 15px;
	top: 0;
	right: 0;
}

#is-minor-label {
	/*margin: 2.5px 0 7.5px 20px;*/
}
.buttonsMinor .radio-item{
	width: 50% !important;
	min-height: 55px;
}
.minor-switcher{
	position: absolute;
	z-index: -1;
}

.is-minor-checkbox {
	margin: 5px;
	cursor: pointer;
	float: unset !important;
}

.floating-label {
	font-size:14px;
	display: none;
	max-height: 0;
	opacity: 0;
	transition: all 0.15s ease-out;
	transition-property: max-height, opacity;
	overflow: hidden;
}

.floating-label-action {
	max-height: 30px;
	opacity: 1;
	transition: all 0.25s ease-in;
	transition-property: max-height, opacity;
	overflow: hidden;
}

/***ADDRESS AND BIRTH DATE***/
.address-block {
	margin: 15px 0;
}

.info-text.empty-notice {
	float: none;
	max-width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}

/***APP STATUS***/
section.heading-section.fill-heading {
	background-color: #0a82ba;
}

.cform-container .status {
	text-align: left;
	color: #858585;
	max-width: 768px;
}

.status-heading {
	color: #2b2b2b;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 16px;
}

.status .cform-block {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.status ul {
	margin: 0;
}

.status .companion {
	margin-bottom: 15px;
}

.status .cform-block.third-block {
	padding: 0;
}

.status .cform-block.third-block .para {
	margin-top: 4px;
}

@media only screen and (min-width: 768px) {
	.status-heading {
		font-size: 14px;
	}

	.status .cform-block {
		text-align: left;
		overflow: hidden;
		padding: 25px;
	}

	.cform-block.cform-block-address .cform-block.block-no-underline.no-margin-bottom, .cform-block.cform-block-address, .cform-block.cform-block-field {
		overflow: visible;
	}

	.personal-block {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		border-right: 1px solid #e2e2e2;
		padding-left: 15px;
		min-height: 100%;
	}

	.passengers-row {
		min-height: 195px;
		display: flex;
	}

	.passengers-row--tall {
		min-height: 245px;
		display: flex;
	}

	.passenger-consent-link:visited {
		color:rgb(0, 0, 238);
	}

	.status .cform-block.third-block {
		width: 38%;
		display: inline-block;
		vertical-align: top;
		border-right: 1px solid #e2e2e2;
		padding-left: 15px;
		height: 35px;
		padding-top: 5px;
	}

	.status .cform-block.third-block.cform-block-date {
		width: 22%;
	}

	.status .cform-block.third-block .para {
		margin-top: 0;
	}

	.status .companion {
		margin-bottom: 10px;
		display: inline-block;
		padding: 5px 15px;
		border-right: 1px solid #e2e2e2;
	}

	.status .companions-container .companion:first-child {
		padding-left: 0;
	}

	.status .companions-container .companion:last-child {
		border-right: none;
	}

    .application.bank-page .cform-sub {
        padding: 0 25px !important;
    }

	.cform-sub {
		padding: 25px;
	}

}

/***INLINE POSITIONING***/

.cform-sub .para, .cform-sub .cform-block {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.provisioned {
	left: 150%;
	margin-left: 0 !important;
}

.envisioned {
	left: 0;
}

.subvisioned {
	left: -150%;
}

.cform-container {
    position: relative;
	overflow: hidden;
	min-height: calc(100vh - 159px);
	/*min-height: calc(100vh);*/
}

.application.bank-page .cform-container {
    position: static;
}    

.cform-container.status-container {
	height: auto;
	background-color: #f5f5f5
}

.status.cform-sub {
	position: relative;
}

.companions {
	max-height: 560px;
}

@media only screen and (min-width: 480px) {
	.cform-sub {
		margin-left: -255px;
	}

	body .cform-container section.envisioned {
		left: 50%;
	}

	.cform-container .status {
		margin-left: -255px;
		left: 50%;
	}

	.cform-container {
		background-color: #f5f5f5;
		padding: 15px;
	}
}

@media only screen and (min-width: 768px) {
	.cform-container .status {
		margin-left: -384px;
	}
}

.modal-block {
	position: absolute;
	width: 90%;
	max-height: 400px;
	top: 20%;
	left: 5%;
	z-index: 21;

	overflow-y: scroll;
}

.modal-content {
	border-radius: 10px;
	text-align: justify;
	color: rgba(0, 0, 0, 0.7);
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 12px;
	background-color: #fefefe;
	margin: auto;
	padding: 30px 30px 30px 20px;
	border: 1px solid #888;
	position: relative;
}

.modal-background, .header-modal-background {
	background-color: rgba(100, 100, 100, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	top: 0;

	color: #f2f2f2;
	vertical-align: top;
	text-align: right;
	padding: 15px;
}

@media only screen and (min-width: 768px) {
	.modal-block {
		width: 510px;
		max-height: 400px;
		top: 25%;
		left: 50%;
		margin-left: -200px;
		z-index: 21;

		overflow-x: hidden;
		overflow-y: scroll;
	}

	.modal-background {
		background-color: rgba(0, 0, 0, 0.8);
		padding: 55px;
	}
}

input[type="text"]::-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="text"]::-webkit-input-placeholder {
	text-overflow: ellipsis;

	opacity: 1;
	transition: opacity 0.3s ease;
}

@media only screen and (min-width: 768px) {
	input[type="text"]::-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="text"]::-webkit-input-placeholder {
		font-size: 14px;
	}
}

input[type="text"]:focus::-moz-placeholder, input[type="text"]:focus:-moz-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.dropdown {
	position: absolute;
	top: 41px;
	max-width: calc(100% - 39px);
	width: 100%;
	right: 1px;
	max-height: 150px;
	z-index: 19;
	background-color: #f8f8f8;
	border: 1px solid #c8c8c8;

	overflow-y: auto;
	overflow-x: hidden;

	box-shadow: 0 3px 8px 0 rgba(62, 62, 62, 0.35);
}

/*@media only screen and (min-width: 768px) {
	.dropdown {
		right: 1px;
	}

	.status .dropdown {
		right: 31px;
	}
}*/

.dropdown-container {
	position: relative;
}

.tip {
	margin-bottom: 5px;
}

.dropdown-item {
	height: auto;
	padding: 5px 10px;
	text-align: left;
	overflow: hidden;
	background-color: transparent;
	border: none;
	display: block;
	color: #555;
	font-size: 14px;
	width: 100%;
}

.dropdown-item:hover {
	cursor: pointer;
}

.dropdown-item-active {
	background: #0a82ba; /* Old browsers */
	background: -moz-linear-gradient(top, #0a82ba 0%, #2b9fd5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a82ba 0%, #2b9fd5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a82ba 0%, #2b9fd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a82ba', endColorstr='#2b9fd5', GradientType=0); /* IE6-9 */

	color: white;
}

.dropdown-tip {
	padding-left: 10px;
	text-align: left;

	overflow: hidden;

	color: #b8b8b8;
	height: auto;
}

.dropdown-tip a {
	color: #b8b8b8;
}

.dropdown-loader img {
	width: 30px;
}

.radio-item {
	border-radius: 0;
	height: auto;
	letter-spacing: 0;
	line-height: 2;
	text-transform: none;
	white-space: normal;
}

/*ACTION BUTTON*/
div.action-button-container {
	margin-top: 10px;
	text-align: center;
	height: 59px;
	display: inline-block;
	margin-bottom: 0;

	position: relative;
}

.action-button {
	position: relative;
	top: 0;

	text-decoration: none;

	padding: 15px 25px;
	background-color: #999;
	border-radius: 5px;
	border: 1px solid #777;
	border-bottom: 4px solid #777;

	color: white;
	transition: none;

	-webkit-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
}

.action-button.ready-button {
	background-color: #0a82ba;
	border-color: #166f99;
}

div.action-button-container:hover .action-button {
	cursor: pointer;
	color: white;
}

.action-next:focus, 
.save-button:focus, 
.sign-now-button:focus, 
.external-link-button:focus, 
.save-button-address:focus, 
.save-button-upload:focus, 
.save-button-document:focus,
.save-button-document-id:focus,
.save-button-document-id-for-minors-parent:focus,
.save-button-document-boarding-proof:focus,
.save-button-document-payout-id-for-kyc-block:focus,
.save-button-document-id-for-minor:focus,
.save-button-document-birth-certificate-for-minors:focus,
.save-button-document-payout-id:focus,
.save-button-consent:focus,
.save-button-signature:focus, 
.save-button-kyc-mango:focus, 
.save-button-payout-kyc-info:focus, 
.save-button-companions-birthdates:focus, 
.submit-claim-button:focus {
	outline: none;
}

.action-next, 
.save-button, 
.sign-now-button, 
.external-link-button, 
.save-button-address, 
.save-button-upload, 
.save-button-document,
.save-button-document-id,
.save-button-document-id-for-minors-parent,
.save-button-document-boarding-proof,
.save-button-document-payout-id-for-kyc-block,
.save-button-document-id-for-minor,
.save-button-document-birth-certificate-for-minors,
.save-button-document-payout-id,
.save-button-consent,
.save-button-signature, 
.save-button-kyc-mango, 
.save-button-payout-kyc-info, 
.save-button-companions-birthdates, 
.submit-claim-button, 
.action-forward {
	transition: all 0.5s;
}

.action-next:after,
.save-button:after,
.sign-now-button:after,
.external-link-button:after,
.save-button-address:after,
.save-button-upload:after,
.save-button-document:after,
.save-button-document-id:after,
.save-button-document-id-for-minors-parent:after,
.save-button-document-boarding-proof:after,
.save-button-document-payout-id-for-kyc-block:after,
.save-button-document-id-for-minor:after,
.save-button-document-birth-certificate-for-minors:after,
.save-button-document-payout-id:after,
.save-button-consent:after,
.save-button-kyc-mango:after,
.save-button-payout-kyc-info:after,
.save-button-companions-birthdates:after,
.save-button-signature:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -5px;
}

.action-next:active:after,
.save-button:active:after,
.sign-now-button:active:after,
.external-link-button:active:after,
.save-button-address:active:after,
.save-button-upload:active:after,
.save-button-document:active:after,
.save-button-document-id:active:after,
.save-button-document-id-for-minors-parent:active:after,
.save-button-document-boarding-proof:active:after,
.save-button-document-payout-id-for-kyc-block:active:after,
.save-button-document-id-for-minor:active:after,
.save-button-document-birth-certificate-for-minors:active:after,
.save-button-document-payout-id:active:after,
.save-button-consent:active:after,
.save-button-kyc-mango:active:after,
.save-button-payout-kyc-info:active:after,
.save-button-companions-birthdates:active:after,
.save-button-signature:active:after {
	top: -8px;
}

.action-next .button-text, 
.save-button .button-text, 
.sign-now-button .button-text, 
.external-link-button .button-text, 
.save-button-address .button-text, 
.save-button-upload .button-text, 
.save-button-document .button-text,
.save-button-document-id .button-text,
.save-button-document-id-for-minors-parent .button-text,
.save-button-document-boarding-proof .button-text,
.save-button-document-payout-id-for-kyc-block .button-text,
.save-button-document-id-for-minor .button-text,
.save-button-document-birth-certificate-for-minors .button-text,
.save-button-document-payout-id .button-text,
.save-button-consent .button-text,
.save-button-kyc-mango .button-text, 
.save-button-payout-kyc-info .button-text, 
.save-button-companions-birthdates .button-text, 
.save-button-signature .button-text, 
.submit-claim-button .button-text, .action-forward .button-text {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.action-next .button-text:after, 
.save-button .button-text:after, 
.sign-now-button .button-text:after, 
.external-link-button .button-text:after, 
.save-button-address .button-text:after, 
.save-button-upload .button-text:after, 
.save-button-document .button-text:after,
.save-button-document-id .button-text:after,
.save-button-document-id-for-minors-parent .button-text:after,
.save-button-document-boarding-proof .button-text:after,
.save-button-document-payout-id-for-kyc-block .button-text:after,
.save-button-document-id-for-minor .button-text:after,
.save-button-document-birth-certificate-for-minors .button-text:after,
.save-button-document-payout-id .button-text:after,
.save-button-consent .button-text:after,
.save-button-kyc-mango .button-text:after, 
.save-button-payout-kyc-info .button-text:after, 
.save-button-companions-birthdates .button-text:after, 
.save-button-signature .button-text:after, 
.submit-claim-button .button-text:after, 
.action-forward .button-text:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.action-next:hover .button-text, 
.action-next:focus .button-text, 
.save-button:hover .button-text, 
.save-button:focus .button-text, 
.sign-now-button:hover .button-text, 
.sign-now-button:focus .button-text, 
.external-link-button:hover .button-text, 
.external-link-button:focus .button-text, 
.save-button-address:hover .button-text, 
.save-button-address:focus .button-text, 
.save-button-upload:hover .button-text, 
.save-button-upload:focus .button-text, 
.save-button-document:hover .button-text,
.save-button-document:focus .button-text,
.save-button-document-id:hover .button-text,
.save-button-document-id:focus .button-text,
.save-button-document-id-for-minors-parent:hover .button-text,
.save-button-document-id-for-minors-parent:focus .button-text,
.save-button-document-boarding-proof:hover .button-text,
.save-button-document-boarding-proof:focus .button-text,
.save-button-document-payout-id-for-kyc-block:hover .button-text,
.save-button-document-payout-id-for-kyc-block:focus .button-text,
.save-button-document-id-for-minor:hover .button-text,
.save-button-document-id-for-minor:focus .button-text,
.save-button-document-birth-certificate-for-minors:hover .button-text,
.save-button-document-birth-certificate-for-minors:focus .button-text,
.save-button-document-payout-id:hover .button-text,
.save-button-document-payout-id:focus .button-text,
.save-button-consent:hover .button-text,
.save-button-consent:focus .button-text, 
.save-button-kyc-mango:hover .button-text, 
.save-button-kyc-mango:focus .button-text, 
.save-button-payout-kyc-info:hover .button-text, 
.save-button-payout-kyc-info:focus .button-text, 
.save-button-companions-birthdates:hover .button-text, 
.save-button-companions-birthdates:focus .button-text, 
.save-button-signature:hover .button-text, 
.save-button-signature:focus .button-text, 
.action-forward:hover .button-text, 
.action-forward:focus .button-text, 
.has-spinnery.active .button-text, 
.submit-claim-button:hover .button-text, 
.submit-claim-button:focus .button-text {
	padding-right: 25px;
}

.action-next:hover .button-text:after, 
.action-next:focus .button-text:after, 
.save-button:hover .button-text:after, 
.save-button:focus .button-text:after, 
.sign-now-button:hover .button-text:after, 
.sign-now-button:focus .button-text:after, 
.external-link-button:hover .button-text:after, 
.external-link-button:focus .button-text:after, 
.save-button-address:hover .button-text:after, 
.save-button-address:focus .button-text:after, 
.save-button-upload:hover .button-text:after, 
.save-button-upload:focus .button-text:after, 
.save-button-document:hover .button-text:after,
.save-button-document:focus .button-text:after,
.save-button-document-id:hover .button-text:after,
.save-button-document-id:focus .button-text:after,
.save-button-document-id-for-minors-parent:hover .button-text:after,
.save-button-document-id-for-minors-parent:focus .button-text:after,
.save-button-document-boarding-proof:hover .button-text:after,
.save-button-document-boarding-proof:focus .button-text:after,
.save-button-document-payout-id-for-kyc-block:hover .button-text:after,
.save-button-document-payout-id-for-kyc-block:focus .button-text:after,
.save-button-document-id-for-minor:hover .button-text:after,
.save-button-document-id-for-minor:focus .button-text:after,
.save-button-document-birth-certificate-for-minors:hover .button-text:after,
.save-button-document-birth-certificate-for-minors:focus .button-text:after,
.save-button-document-payout-id:hover .button-text:after,
.save-button-document-payout-id:focus .button-text:after,
.save-button-consent:hover .button-text:after,
.save-button-consent:focus .button-text:after, 
.save-button-kyc-mango:hover .button-text:after, 
.save-button-kyc-mango:focus .button-text:after, 
.save-button-payout-kyc-info:hover .button-text:after, 
.save-button-payout-kyc-info:focus .button-text:after, 
.save-button-companions-birthdates:hover .button-text:after, 
.save-button-companions-birthdates:focus .button-text:after, 
.save-button-signature:hover .button-text:after, 
.save-button-signature:focus .button-text:after, 
.action-forward:hover .button-text:after, .action-forward:focus .button-text:after, .submit-claim-button:hover .button-text:after, .submit-claim-button:focus .button-text:after {
	opacity: 1;
	right: 0;
}

.has-spinnery.active .button-text:after {
	opacity: 0;
	right: 0;
}

.spinnery {
	display: inline-block;
	opacity: 0;
	width: 0;

	-webkit-transition: opacity 0.25s, width 0.25s;
	-moz-transition: opacity 0.25s, width 0.25s;
	-o-transition: opacity 0.25s, width 0.25s;
	transition: opacity 0.25s, width 0.25s;
}

.spinnery img {
	margin-bottom: -7px;
}

.has-spinnery.active {
	cursor: progress;
}

.has-spinnery.active .spinnery {
	opacity: 1;
	width: auto; /* This doesn't work, just fix for unknown width elements */
}

.signature .info-icon {
	margin-top: 20px;
}

.cform-block .cform-block-item-input.hasId {
	border-right: 1px solid #166f99 !important;
}

.jumbotron {
	background: #358db6;
	background-image: url("../../img/jumbotron-bg-new.jpg"); /* fallback */
	background: linear-gradient(rgba(53, 141, 182, 0.95), rgba(81, 201, 255, 0.75)), url("../../img/jumbotron-bg-new.jpg"); /* W3C */
	background-size: cover;

	background-position: center;
	color: white;
	text-align: center;

	padding: 145px 0 45px 0;

	/*margin-top: 100px;*/
	line-height: 1.5;
}

/*
NAVBAR
*/
.nav {
	padding-left: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	color: #919191;

	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: underline;
	background-color: #f4f4f4;
}

.nav > li.active > a, .nav > li.active > a:focus, .nav > li.active > a:hover {
	background-color: #f4f4f4;
	color: #58a98b;
}

.navbar-header {
	z-index: 100;
	position: relative;
	top: 5px;
	height: 50px;
}

.navbar-collapse {
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-brand {
	float: left;
	padding: 5px;
	font-size: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
	height: 25px;
	width: auto;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin: 7px 7px 4px;
	padding-bottom: 0;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom: -6px;
	margin-top: 6px;
}

.navbar-toggle .icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	margin-bottom: 0;
	margin-top: 4px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-top: 4px;
}

.nav.navbar-nav li .fa {
	margin-right: 6px;
}

.navbar-collapse.collapse {
	display: none !important;
	visibility: none !important;
	height: 0 !important;
	padding-bottom: 0;
	overflow: hidden !important;
}

@media only screen and (max-width: 1199px) {
	.language-block {
		float: left !important;
		padding-left: 10px !important;
	}
	.header-button{
		float: right !important;
		margin-right: 40px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.navbar-brand {
		padding-top: 10px;
		width: 100%;
		margin-right: 20px;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-header {
		top: 20px;
	}

	.navbar-collapse {
		width: auto;
		min-width: 80%;
		border-top: 0;
		box-shadow: none;
	}

	.navbar {
		min-height: 68px;
	}

	.navbar-collapse.collapse {
		display: block !important;
		visibility: visible !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: left !important;
		margin-right: -15px;
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-header {
		top: 0;
	}
}

.jumbotron-header {
	margin: 0 auto;
	font-size: 20px;
	max-width: 250px;
}

.jumbotron-list-item {
	list-style: none;
	text-align: left;
	position: relative;
}

.jumbtron-list-item img, .jumbotron-list-item h2 {
	vertical-align: top;
}

.jumbotron-list-item h2 {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}

.jumbotron-list-item img {
	margin-right: 10px;
	width: 16px;
}

.jumbotron-list {
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	width: 170px;
}

.features-item {
	text-align: center;
	padding: 15px 15px 0;
	vertical-align: top;
}

.guts .features-item {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 40%;
	margin: 5px;
	vertical-align: middle;
	padding: 10px;
	height: 120px;
	background: rgba(255, 255, 255, 0.2);
	text-align: left;
}

.features-item-number {
	border-radius: 20px;
	border: 2px solid #FF9500;
	color: #FF9500;
	font-size: 20px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	padding: 4px;
	text-align: center;
}

.features-item-header {
	font-weight: 700;
	font-size: 16px;
	min-height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.features-item-header-block {
	display: table;
	width: 100%;
}

.features-item-text {
	font-size: 12px;
}

.howitworks-user {
	position: relative;
}

.howitworks-user-item {
	width: 80%;
	border: 1px solid #358db6;
	padding: 30px 15px 15px;
	border-radius: 8px;
	display: inline-block;
	height: auto;
	vertical-align: top;
	position: relative;
	margin: 30px 12px 50px;
}

.howitworks-user-item:before {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #358db6;
	display: block;
	position: absolute;
	left: 38%;
	top: -25px;
	background-image: url("../../img/colors/white/tick.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.howitworks-user-items .howitworks-user-item:nth-child(1):before {
	background-image: url("../../img/colors/white/forma.png");
}

.howitworks-user-items .howitworks-user-item:nth-child(2):before {
	background-image: url("../../img/colors/white/forma2.png");
}

.howitworks-transition-img .arrow-bottom {
	left: 7px;
}

.howitworks-company-item {
	margin-bottom: 15px;
	padding-top: 12px;
	display: inline-block;
}

.howitworks-user-item .action-button-container, .index-cta .action-button-container {
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: -20px;
}

.howitworks-user-item .action-button-container .action-button, .index-cta .action-button-container .action-button {
	padding: 10px 25px;
}

.howitworks-user-header, .howitworks-company-header {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 16px;
	color: #358db6;
}

.howitworks-user-text, .howitworks-company-text, .howitworks-user-note {
	font-size: 12px;
}

.feedback-item {
	display: inline-block;
}

.feedback-item-name, .feedback-item-text, .feedback-item-text-more {
	font-size: 12px;
	font-weight: bold;
}

.feedback-item-text {
	border: 1px dashed #ccc;
	padding: 15px;
	position: relative;
	border-radius: 10px;
	margin: 25px auto 0;
	font-weight: normal;
	max-width: 80%;
}

.feedback-card {
	text-align: center;
}

.features, .howitworks, .feedback, .index-cta {
	text-align: center;
	padding: 15px 15px 30px;
}

.feedback {
	padding: 0 0 30px;
}

.index-cta {
	background: #358db6;
	background-image: url("../../img/jumbotron-bottom-new.jpg"); /* fallback */
	background: linear-gradient(rgba(53, 141, 182, 0.95), rgba(81, 201, 255, 0.75)), url("../../img/jumbotron-bottom-new.jpg");
	background-size: cover;
	background-position: center;

	padding: 30px 0;

	color: white;
	text-align: center;
}

.index-cta-text {
	max-width: 300px;
	margin: 0 auto;
}

.section-header {
	font-size: 20px;
}

.footer-legal-holder {
	padding: 10px 25px;
}

footer ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;

	list-style: none;
	padding: 0;
}

.footer-section-name {
	font-weight: 600;
}

.footer-links {
	/*display: none;*/
}

footer li {
	margin: 0;
	font-size: 12px;
}

footer li.text-small {
	font-size: 12px;
	color: #666;
}

@media only screen and (min-width: 480px) {
	footer li.text-small {
		margin-top: 10px;
		width: 350px;
	}
}

footer a {
	text-decoration: none;
	color: #358db6;
	padding: 10px 20px 10px 0;
}

footer a:hover {
	color: #FF9500;
}

.footer-social-icon {
	width: 30px;
	vertical-align: middle;
}

.footer-social-icons {
	list-style: none;
	padding: 0 0 0 20px;
}

footer .footer-social-icons li.footer-social-icon {
	width: 15px;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
}

footer .footer-legal-agreement a {
	padding-left: 0;
}

@media only screen and (min-width: 1200px) {
	.navbar-header, .navbar-collapse.collapse {
		float: left;
	}

	.navbar-collapse.collapse {
		width: 76%;
		min-width: 400px !important;
	}

	.navbar-nav > li {
		margin-right: 15px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
	}

	.navbar-right {
		margin-right: 0;
	}

	footer li {
		font-size: 14px;
	}
}

.header-button {
	text-decoration: none;

	padding: 8px 20px;
	background-color: #FF8400;
	border-radius: 5px;

	color: white;

	margin-bottom: 15px;
	margin-top: 0;
	float: left;
}

.header-button:hover, .header-button:active, .header-button:focus {
	background-color: #FF9500;
}

.jumbotron-button-top {
	text-decoration: none;

	padding: 10px 20px;
	font-size: 14px;
	background-color: #0a82ba;
	border: 1px solid #166f99;
	border-radius: 5px;

	color: white;

	margin-bottom: 15px;
}

.jumbotron-button-top:hover, .jumbotron-button-top:active, .jumbotron-button-top:focus {
	background-color: #FF9500;
	border-color: #ff9500;
}

.feedback-right, .feedback-left {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	padding: 120px 0;
	text-align: center;
}

.feedback-left {
	float: left;
}

.feedback-right:hover, .feedback-left:hover {
	cursor: pointer;
}

.feedback-item-container {
	margin-top: 60px;
	display: inline-block;
	max-width: 70%;
}

.howitworks-user-note {
	background-color: #358db6;
	padding: 10px 20px;
	color: white;
	border-radius: 5px;
	display: block;
}

.howitworks-user-note:after, .howitworks-user-note:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.howitworks-user-note:after {
	border-right-color: #358db6;
	border-width: 10px;
	margin-top: -30px;
}

.howitworks-user-note:before {
	border-width: 36px;
	margin-top: -36px;
}

.section-container {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.landing-footer {
	background-color: #f5f5f5;
	padding: 20px;
	/*display: grid;*/
}

.calculation, .application, .feedback.section-container {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) {
	.m-signature-pad--footer
	.button.clear {
		right: 15px;
/*		top: 75px;*/
	}

	.jumbotron-list-item img {
		margin-bottom: -4px;
	}

	@media (min-width: 1200px) and (orientation: landscape) {
	.calculation, .application {
		margin-top: 68px;
	}
	}

	@media (min-width: 950px) and @media (max-width: 1200px) {
	.calculation, .application {
		margin-top: 50px !important;
	}
	}


	@media (min-width: 768px) and @media (max-width: 950px) and (orientation: landscape) {
	.calculation, .application {
		margin-top: 50px !important;
	}
	}



	.navbar-header {
		top: 0;
	}

	.navbar-toggle {
		margin: 13px;
	}

	.features-item {
		width: 31%;
		display: inline-block;
	}

	.feedback-item:first-child, .feedback-item:last-child {
		display: inline-block;
	}

	.feedback-item {
		width: 32%;
	}

	.howitworks-user-item {
		max-width: 270px;
		height: 290px;
	}

	.jumbotron-header {
		font-size: 28px;
		max-width: 450px;
	}

	.jumbotron-list-item h2 {
		font-size: 20px;
	}

	.jumbotron-list {
		width: 250px;
		padding: 15px 15px 30px;
	}

	.features-item-header {
		font-size: 20px;
	}

	.features-item-header-block {
		display: table;
		width: 100%;
		min-height: 90px;
	}

	.howitworks-user-item .action-button-container, .index-cta-button {
		font-size: 20px;
		font-weight: bold;
	}

	.howitworks-user-header, .howitworks-company-header {
		font-size: 20px;
	}

	.howitworks-user-text, .howitworks-company-text, .howitworks-user-note, .feedback-item-name, .feedback-item-text, .feedback-item-text-more, .features-item-text {
		font-size: 16px;
	}

	.navbar-brand > img {
		height: 35px;
		opacity: 0.9;
	}

	.navbar-brand > img:hover {
		opacity: 1;
	}

	.navbar-nav > li > a {
		padding-top: 23px;
		padding-bottom: 16px;
	}

	.jumbotron-list-item {
		margin-bottom: 5px;
	}

	.jumbotron-button-top {
		font-size: 16px;
		font-weight: 700;
	}

	.index-cta-text {
		font-size: 20px;
	}

	.feedback {
		padding: 15px 15px 30px;
	}

	.feedback-right, .feedback-left {
		padding: 85px 10px;
	}

	.howitworks-user-note {
		display: block;
	}

	footer .social-links-holder {
		float: right;
	}

	footer ul, footer ul.footer-links {
		text-align: left;
		display: inline-block;
		margin-right: 50px;
		max-width: 13%;
	}

	.feedback-item-container {
		max-width: 85%;
	}

	.section-header {
		font-size: 28px;
		font-weight: normal;
	}
}

@media only screen and (min-width: 992px) {
	.feedback-item-container {
		max-width: 85%;
	}

	.feedback-right, .feedback-left {
		width: 60px;
		padding: 90px 10px;
	}

	td {
		font-size: 16px;
	}
}

.feedback .feedback-item-container.feedback-item-container-complete .feedback-item {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.feedback-item-container-complete {
	max-width: 90%;
}

.unslider-nav, .table-desktop table{
	display: none;
}

@media only screen and (max-width: 479px){
	.feedback-item-container-list {
		padding-inline-start: 0;
		margin-block-start: 0;
		margin-block-end: 0;
		width: 400%;
		left: -200%;
	}
	.feedback-left, .feedback-right  {
		display: none;
	}

	.feedback-item-container {
		max-width: 100%;
	}
	#questions h2 {
		text-align: left;
	}

	td {
		font-size: 12px;
		padding-left: 5px;
	}

	#title p {
		font-size: 16px;
	}
}

.arrow.on {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tooltip {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0 4px 4px 4px;
	vertical-align: super;

	background: #fff;
	border: 1px solid #c8c8c8;;
	color: #c8c8c8;;
	text-align: center;
	margin-left: 5px;
}

.tooltip .tooltiptext {
	top: -5px;
	left: 35px;
	visibility: hidden;
	background-color: #e7e7e7;
	color: #000;
	text-align: left;
	border-radius: 6px;
	padding: 12px 20px 12px 20px;
	position: absolute;
	z-index: 1;
	line-height: 1.5;
	width: fit-content;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext img.ticket {
	width: 50vw;
	height: auto;
	padding: 0;
	border-radius: 5px;
	margin-top: 13px;
	border: 1px solid white;
	background: #fff;
}

@media only screen and (min-width: 769px) {
	.tooltip .tooltiptext {
		/*right: 10px;*/
	}
	.tooltip .tooltiptext img.ticket {
		width: 275px;
	}
}

@media only screen and (max-width: 479px) {
	.tooltip .tooltiptext {
	left: -50px;
		/*right: -20vw;
		width: 80%;*/
	}
	.tooltip .tooltiptext img.ticket {
		/*width: 78vw;*/
	}
}

.default {
	position: fixed;
	top: 0;
	background-color: #fff;
}

section #questions {
	border-bottom: dashed 2px #d0d0d0;
}

#questions h1 {
	margin-top: 80px;
	color: #0982b9;
	font-size: 28px;
	font-weight: 100;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 45px;
}

#questions h2, #questions h3 {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	width: 85%;
	text-align: left;
}

#questions .arrow {
	display: inline-block;
	width: 25px;
	height: 25px;

	margin-top: 18px;
	margin-right: 15px;
	text-align: center;
	vertical-align: top;
}

.arrow img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.item-content p, .rights-start p {
	color: #555;
	font-size: 16px;
	line-height: 1.5;
}

.item-content li, .rights-start li {
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

#questions {
	font-size: 14px;
}

#title {
	min-height: 80px;
	text-align: center;
	background-color: #0f84b9;
	background-image: url(../../img/plane.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	margin-top: 50px;
}

#title h1 {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	padding: 20px 0;
}

#title p {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 20px;
}

footer, #profile-container {
	background-color: #F5F5F5;
/*	overflow: clip;*/
	overflow-x: clip;
}

footer.profile-footer {
	min-height: 200px;
}

footer.profile-footer .cform-footer-right{
	text-decoration: none;
	font-size: 12px;
	color: #c8c8c8;
	padding: 20px;
}

table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

thead, .table-item {
	background-color: #329ecf;
	color: #fff;
}

td, tr {
	border: 1px solid #0f84b9;
	vertical-align: middle;
}

td {
	padding: 10px 25px;
}

section[class*=' landing'], section[class^='landing'] {
	line-height: 1.5;
}

.modal-close-button {
	top: 60px;
	position: relative;
	right: 10%;
	padding: 10px;
	color: white;
}

.modal-content ol, .modal-content ol {
	list-style-position: inside;
	padding: 0;
}

.modal-content ol li, .modal-content ul li {
	margin-bottom: 5px;
}

.header-button:hover {
	color: white;
	text-decoration: none;
}

.container {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.container {
		max-width: 1050px;
		margin: 0 auto;
	}
	#title {
		margin-top: 65px;
	}
}

.signature-background {
	color: #bbb;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	height: 30px;
	border-top: 1px solid #ccc;
	font-size: 20px;
	text-align: center;
}

.modal-question-input {
	margin: 0 auto;
	width: 80%;
	padding: 10px 20px;
}

.modal-question-city {
	margin-bottom: 40px;
}

.modal-question-container {
	text-align: center;
}

.arrow-image {
	background-image: url(../../img/colors/orange/arrowdown.png);
	width: 35px;
	height: 35px;
	background-size: cover;
	margin: 0 auto;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.arrow-image-right {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.arrow-image-left {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.q-item .col-md-12:hover {
	cursor: pointer;
}

.feedback-right:hover .arrow-image, .feedback-left:hover .arrow-image, .feedback-item-text-more:hover .arrow-image, #questions .q-item .col-md-12:hover .arrow-image {
	cursor: pointer;
	background-image: url(/img/colors/orange/arrowdownfilledlarge.png);
}

.white-tick {
	background-image: url(/img/colors/white/tick.svg);
	width: 16px;
	height: 16px;
	background-size: cover;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: -4px;
}

.landing-section .feedback.section-container, #questions.questions-faq .questions-wrap {
	margin-top: 0;
}

.cform-sub .cform-block.typeOfDisruption {
	margin-bottom: 10px;
}

section.heading-section.fill-heading.heading-complete .heading, section.heading-section.fill-heading.heading-complete,
section.heading-section.fill-heading.heading-confirm .heading, section.heading-section.fill-heading.heading-confirm {
	background-color: #eafceb;
	color: #34aa38;
	border-color: #34aa38;
}

section.heading-section.fill-heading.heading-incomplete .heading, section.heading-section.fill-heading.heading-incomplete {
	background-color: #eaf4fc;
	color: #3491aa;
	border-color: #3491aa;
}

section.heading-section.fill-heading.heading-error .heading, section.heading-section.fill-heading.heading-error {
	background-color: #fcebea;
	color: #aa4434;
	border-color: #aa4434;
}

section.heading-section.fill-heading.heading-error .para {
    padding: 5px;
}    

.notice {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: -4px;
}

.notice--complete {
	background-image: url(../../img/colors/green/tick.svg);
}

.notice--error {
	background-image: url(../../img/colors/orange/exclamation.svg);
}

.profile .para {
	margin-bottom: 4px;
}

.profile .signature .cform-block .info-text {
	float: none;
}

@media only screen and (min-width: 768px) {
	section.heading-section.heading-confirm {
		z-index: 999;
	}
	
	.cform-container.status-container {
		top: 100px
	}

	.circle {
		width: 20px;
		height: 20px;
	}

}

@media only screen and (min-width: 1200px) {
	.cform-container.status-container {
		top: 115px
	}
}

.circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #FF9500;
	border-radius: 10px;
	position: relative;
	vertical-align: middle;
}

/*TIMELINE*/
.steps-description {
	font-size: 12px;
}

.steps-timeline {
	border-left: 2px solid #3498DB;
	margin-left: 25px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
.steps-timeline {
	margin-bottom: 80px;
}
}

.steps-img {
	float: left;
	display: block;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.steps-one, .steps-two, .steps-three {
	margin-left: -25px;
}

.steps-one, .steps-two {
	padding-bottom: 10px;
}

.steps-three {
	margin-bottom: -100%;
}

.stage-item .status-heading, .stage-item .steps-description {
	margin-left: 15px;
}

.steps-description, .status-heading {
	width: 70%;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	.steps-img {
		float: none;
	}

	.stage-item .status-heading, .stage-item .steps-description {
		margin-left: 0;
	}

	.steps-timeline {
		border-left: none;
		border-top: 2px solid #3498DB;
		padding-top: 20px;
		margin-top: 40px;
		margin-left: 16.65%;
		margin-right: 16.65%;
	}

	.steps-one, .steps-two, .steps-three {
		float: left;
		width: 33%;
		margin-top: -50px;
		margin-left: 0;
	}

	.steps-one {
		margin-left: -16.65%;
		margin-right: 16.65%;
	}

	.steps-three {
		margin-left: 16.65%;
		margin-right: -16.65%;
	}

	.steps-name {
		text-align: center;
	}

	.steps-description, .status-heading {
		display: block;
		width: 100%;
		text-align: center;
	}

	#feedback-item-container-list li .steps-timeline {
		margin-right: 0;
		padding-right: 16.65%;
		margin-left: 0;
		padding-left: 16.65%;
	}

	#feedback-item-container-list li:first-child .steps-timeline {
		margin-left: 16.65%;
		padding-left: 0;
	}

	#feedback-item-container-list li:last-child .steps-timeline {
		margin-right: 16.65%;
		padding-right: 0;
	}

	.cform-container .cform-sub.status.section-stage {
		padding-right: 0;
		padding-left: 0;
	}
}

.steps-timeline .status-heading {
	margin-bottom: 0;
}

.steps-img.circle {
	background-color: white;
	border-color: #0a82ba;
}

.steps-img.circle.filled {
	background-color: #0a82ba;
}

.cform-container .cform-sub.status {
	text-align: left;
	color: #858585;
	max-width: 768px;

	display: block;
	margin-bottom: 10px;
}

.cform-container .cform-sub.status.info-block {
	padding: 0 25px;
}

.cform-container .cform-sub.status.info-block a {
	text-decoration: none;
	color: #358db6;
}

.cform-container .cform-sub.status.info-block a:hover {
	color: #FF9500;
}

.additional-info {
	color: #c8c8c8;
}

.stage-heading {
	text-align: center;
	left: 50%;
	position: relative;
	margin-left: -33% !important;
}

.suggested-flightNumber-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 5px;
}

.suggested-flightNumber-container p {
	margin: 0 5px;
	display: inline-block;
}

.suggested-flightNumber {
	margin: 0 5px;
	cursor: pointer;
	text-decoration: underline dashed;
}

.status .cform-block.block-no-underline {
	border-bottom: none;
}

.status .cform-block.add-companion-block {
	background-color: #0a82ba;
	color: white;
	opacity: 1;
	text-align: center !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.status .cform-block.add-companion-block:hover, .off-shoot-app-copy-btn:hover {
	cursor: pointer;
	opacity: 0.9;
	background-color: #0a82ba;
}

.add-companion-plus {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	line-height: 1.3;
}

.status.signature.cform-sub .info-text {
	margin-left: 0;
}

.status.signature.cform-sub #signature-pad {
	margin: 0;
}

.stage-arrow {
	display: inline-block;
	position: absolute;
	top: 15px;
}

.arrow-image:hover {
	cursor: pointer;
	background-image: url(../../img/colors/orange/arrowdownfilledlarge.png);
}

.stage-right {
	right: 15px;
}

.stage-left {
	left: 15px;
}

.para.status-name {
	font-weight: bold;
}

.update-row, .cform-block-button {
	text-align: center;
}


@media only screen and (min-width: 768px) {
	.cform-block-button {
		text-align: left;
	}

	.status .date {
		width: 100%;
		max-width: 74%;
		margin-left: 0;
	}

	.stage-heading {
		margin-left: 0 !important;
		position: static;
	}
	.date-airline {
		margin-left: 6px;
	}
	.language-he .date-airline {
		margin-left: 0;
		margin-right: 20px;
	}

}

.adding-companion-block.personal-block .action-button, .action-button[id^="create-off-shoot-app-"] {
	padding: 7px 40px;
}

#create-off-shoot-app-yes {
	margin-right: 15px;
}

.off-shoot-app-decision-msg, .off-shoot-app-profileLink-msg {
	padding-right: 15px;
	margin-top: 0;
}

.off-shoot-app-profileLink-cont {
	display: flex;
}

.off-shoot-app-profileLink-input {
	width: 75%;
	margin: 0;
}

.off-shoot-app-profileLink-input:focus, .off-shoot-app-copy-btn:focus {
	outline:none;
}

.off-shoot-app-copy-btn {
	cursor:pointer !important;
	padding: 10px;
	border-radius: 0px;
	border: none;
	background-color: #0a82ba;
	color: white;
}

.section-important {
	box-shadow: 0px 0px 9px -1px rgba(10,130,186,0.8) !important;
}

.steps-container {
	padding-left: 50px;
}

.stage-heading .additional-info {
	right: 0;
	top: 20px;
	font-size: 14px;
}

.steps-description.para {
	min-width: 220px;
}

@media only screen and (min-width: 768px) {
	.stage-heading .additional-info {
		left: 258px;
		width: 200px;
	}

	.steps-container {
		padding-left: 0;
	}

	.steps-description.para {
		min-width: 170px;
	}
}

.cform-block-item-icon.icon-date {
	background-image: url(../../img/colors/blue/date.svg);
	background-size: 40%;
}

.radio-block .tip {
	margin-bottom: 10px;
}

.typeOfDisruption.radio-four .radio-item {
	width: 25%;
	height: 80px;
	vertical-align: top;
}

@media only screen and (max-width: 479px) {
	.typeOfDisruption.radio-four .radio-item {
		height: 100px;
	}
}

@media only screen and (min-width: 480px) {
	.typeOfDisruption.radio-four .radio-item {
		width: 25%;
	}
}

.typeOfDisruption.radio-four .radio-item#radio-delay {
	width: 25%;
}

.typeOfDisruption.radio-four .radio-item, .typeOfDisruption.radio-four .radio-item#radio-missed_connection, .typeOfDisruption.radio-four .radio-item#radio-delay {
	text-transform: uppercase;
	font-size: 13px;
}

@media only screen and (min-width: 768px) {
	.typeOfDisruption.radio-four .radio-item#radio-delay {
		width: calc(23% - 1px);
	}

	.typeOfDisruption.radio-four .radio-item, .typeOfDisruption.radio-four .radio-item#radio-missed_connection {
		width: 23%;
	}
}

.cform-block .cform-block-item-input.cform-mdeparture {
	background-color: #eee;
}

.status .m-signature-pad--footer .button.clear {
	right: 0;
/*	top: 45px;*/
}

.cform-block-item.radio-left {
	text-align: left;
	margin: 15px 0;
}

pre, input[type="date"].cform-block-item-input-employee {
	font-size: 12px;
}

.name-item {
	position: relative;
}

.cform-container .cform-sub.partner-applications-list, .cform-container .cform-sub.partner-stats-block, .cform-container .cform-sub.partner-partners-block {
	padding: 0 !important;
}

.partner-application, .partner-partneritem {
	width: 100%;
	background-color: white;
	padding: 10px 25px;
	border-bottom: 1px solid #f2f2f2;
}

td[class*='number-'], td[class^='compensation-'], thead td {
	text-align: center;
}

.partners-form .cform-block {
	margin: 0;
}

.partners-form .cform-partnerDescript-tip {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cform-partnerLeadSource {
	margin-top: 15px;
}

.partners-process {
	position: relative;
	display: none;
}

.partners-process .stage-arrow {
	background-color: #fff;
	border-radius: 15px;
}

.partners-process .steps-timeline {
	padding-top: 24px;
}

@media only screen and (min-width: 768px) {
	.partners-process .stage-arrow {
		top: 119px;
	}

	.partners-process, .partners-form .tip, .table-desktop table {
		display: block;
	}
}

.partners-form .cform-block-item.partner-legal-notice {
	line-height: 1.5;
	margin: 15px 10px -10px 10px;
	display: block;
	text-align: justify;
}

.item-content p {
	margin-top: 0;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

.dropzone-style {
	position: relative;

	min-height: 100px;
	padding: 20px 20px;

	border: 2px dashed #0087F7;
	border-radius: 5px;
	background: white;

	margin-top: 15px;
}

.dropzone-error {
    border: 2px dashed #de2c2c;
	box-shadow: 0px 0px 9px -1px rgba(70,4,3,0.8) !important;
}

.dropzone-style.dz-clickable:hover {
	cursor: pointer;

}

.dropzone-style .dz-preview {
	position: relative;
	display: inline-block;
	width: 120px;
	margin: 2.5em;
}

.dropzone-style .dz-preview .dz-progress {
	display: block;
	height: 15px;
	border: 1px solid #aaa;
}

.dropzone-style .dz-preview .dz-progress .dz-upload {
	display: block;
	height: 100%;
	width: 0;
	background: green;
}

.dropzone-style .dz-preview .dz-error-message {
	color: red;
	display: none;
	font-size: 12px;
}

.dropzone-style .dz-preview.dz-error .dz-error-message, .dropzone-style .dz-preview.dz-error .dz-error-mark, .dropzone-style .dz-preview.dz-success .dz-success-mark, .table-mobile table  {
	display: block;
}

.dropzone-style .dz-preview .dz-error-mark, .dropzone-style .dz-preview .dz-success-mark {
	position: absolute;
	display: none;
	top: 30px;
	width: 54px;
	height: 58px;
	left: 50%;
	margin-left: -27px;
}

.partners-form .action-button-container {
	margin-top: 20px;
}

.partners-form .tip {
	display: none;
	text-align: left;
	margin: 0 0 5px 40px;
	font-size: 14px;
}

.partners-form .cform-partnerLeadSource {
	margin: 0;
}

.partners-form textarea {
	max-width: 460px;
}

.partners-form .cform-block.partners-leadSource-block {
	margin-top: 10px;
	margin-bottom: 10px;
}

.partners-form .action-next.action-button {
	width: 300px;
	display: block;
	padding: 10px 40px;
}

@media only screen and (min-width: 768px) {
	.partners-jumbotron .jumbotron-list {
		width: 820px;
	}

	.partners-form-left, .partners-form-right {
		width: 60%;
	}

	.language-en .howitworks-user-item {
		height: 250px;
	}

	.language-en .integrations-container .howitworks-user-note {
		bottom: -20px;
	}

	.partners-form-right {
		margin-bottom: 30px;
	}

	.table-mobile table {
		display: none;
	}
}

footer .container {
	padding-top: 20px;
	margin-bottom: 130px;
}

.body-iframe {
	margin-top: -50px;
}

#partners-button {
	background-color: #FF8400;
	border-color: #EE6200;
}

.action-button:active {
	margin-top: 4px;
}

.personal-block-inactive {
	background-color: #f5f5f5;
}

.personal-block-inactive .para-inactive-notice, .cant-companion-description {
	font-size: 12px;
	padding-right: 15px;
}

.cform-block-small {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.partner.profile .iframe-block {
	max-width: 800px;
	left: 0;
	position: relative;
}

.address-birth-block.cform-block {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.body-iframe {
		margin-top: -70px;
	}

	.partner.profile .iframe-block {
		margin-left: -400px;
		left: 50%;
	}

	footer .container {
		margin-bottom: 40px;
		width: 80%;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal#language-modal {
	-ms-overflow-style: none;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	position: absolute;
	right: 5%;
	top: 3%;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a.col-4{
	float: left;
	width: 33%;
}

.language-block--list {
	list-style: none;
}

.language-block {
	float: right;
	padding-right: 30px;
}

.language-block--list a, language-block--list a:hover, language-block--list a:active {
	text-decoration: none;
	color: black;
}

li.language-block--list-item {
	width: 100px;
	padding: 10px;
}

.language-block--list a:last-child,
.language-block--list a:last-child .language-block--list-item {
	border-bottom: none;
}

.language-block--list-item:hover {
	background-color: #e8e8e8;
	cursor: pointer;
}

.language-block--list a:last-child .language-block--list-item:hover {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.language-block--header {
	margin: 0;
	font-size: 14px;
	color: #919191;
	line-height: 1.5;
	text-align: right;
	padding: 10px 0;
}

@media only screen and (min-width: 768px) {
	.modal-content {
		max-width: 500px;
	}
	.language-block--header {
		text-align: center;
		padding-top: 23px;
		padding-bottom: 16px;
	}
}

.language-block--header:hover {
	text-decoration: underline;
	cursor: pointer;
}

.visa-section {
	background: white;
	padding: 20px 0;
}

.visa-input.container {
	padding: 10px 15px;
	max-width: 350px;
	text-align: center;
}

.visa-input .cform-block-item {
	display: inline-block;
	vertical-align: bottom;
}

.visa-section p {
	color: white;
	font-size: 14px;
}

.visa-section .form-validation {
	width: 26%;
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
	padding: 5px 0 8px 15px;
}

.visa-section .cform-block .cform-block-item-input {
	z-index: 2;
	opacity: 1;
	position: relative;
	width: 86px;
	height: 25px;
	padding-left: 4px;
	left: -72px;
	top: -1px;
}

.visa-section .cform-block .cform-block-item-input:focus {
	max-width: 100%;
	box-shadow: 0 0 0 1px transparent;
}

.visa-section .cform-block .cform-block-item-input::-moz-placeholder, .visa-section .cform-block .cform-block-item-input:-moz-placeholder, .visa-section .cform-block .cform-block-item-input:-ms-input-placeholder, .visa-section .cform-block .cform-block-item-input::-webkit-input-placeholder {
	color: #358db6;
	opacity: 0.4;
}

.partner-logo {
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin: 0 auto;
}
.partner-logo--visa {
	background-image: url(../../img/logos/visa_logo_slogan_blue.svg);
}
.partner-logo--citi {
	background-image: url(../../img/logos/citi-logo.png);
}

.visa-section .action-button-container {
	display: block;
	margin-top: 25px;
}

.visa-section .action-button-container .action-button {
	color: white;
}

.visa-jumbotron {
	padding-bottom: 20px;
}

.visa-bottom .visa-right .visa-right--inactive .para {
	display: inline-block;
	color: #aa4700;
	font-size: 12px;
}

.visa-section a {
	color: #aa4700;
}

.arrow-image-orangedark, .arrow-image-orangedark:hover {
	background-image: url(../../img/colors/orange/arrowright_dark.png);
	cursor: auto;
	margin-left: 10px;
}

.arrow-image-down {
	transform: rotate(90deg);
}

.visa-section h4 {
	color: white;
	line-height: 1.5;
	margin-bottom: 0;
}

.visa-bottom .visa-right {
	margin-top: 65px;
}

.visa-bottom .visa-left {
	position: relative;
}

.card-background {
	width: 300px;
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin: 0 auto;
	background-image: url(../../img/colors/blue/bankcard_half_digits.png);

	position: absolute;
	z-index: 1;
	right: -5px;
	bottom: -51px;

	opacity: 0.4;
}

.visa-right--active img {
	width: 50px;
}

.visa-section p, .visa-section h4 {
	color: black;
}

.visa-section {
	min-height: 248px;
	border-top: 4px solid #358db6;
	border-bottom: 4px solid #358db6;
	padding-bottom: 0;
}

.visa-section .visa-input.container {
	padding-bottom: 25px;
	padding-top: 25px;
}

.visa-section--border {
	min-height: 246px;
	border-top: 4px solid #FF9500;
	border-bottom: 4px solid #FF9500;
	margin-top: -20px;
}

.visa-section .form-congradulation--apply, .dropdown-country {
	color: #ccc;
}

@media only screen and (min-width: 480px) {
	.card-background {
		right: 7px;
	}

	.visa-section .cform-block .cform-block-item-input {
		left: -65px;
		top: -1px;
	}
}

@media only screen and (min-width: 768px) {
	.visa-input.container {
		max-width: 100%;
		text-align: left;
		width: 750px;
		padding: 10px 25px;
	}

	.visa-section .cform-block .cform-block-item-input {
		width: 83px;
		left: 0;
		top: -2px;
	}

	.visa-logo {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		background-image: url(../../img/logos/visa_logo_blue.svg);
		margin-left: 40px;
	}

	.visa-description--block {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.visa-section .cform-block-item .para {
		display: inline-block;
	}

	.visa-section .cform-block-item input {
		width: 200px;
		margin-left: 15px;
	}

	.visa-section .form-validation {
		vertical-align: top;
		padding-left: 0;
	}

	.visa-section .action-button-container {
		display: inline-block;
		margin-bottom: -10px;
	}

	.visa-section .action-button-container .action-button {
		font-size: 14px;
		padding: 10px 20px;
	}

	.visa-jumbotron {
		padding-bottom: 0;
	}

	.visa-input .visa-description {
		margin-top: 0;
	}

	.visa-top {
		margin-bottom: 15px;
	}

	.visa-top .visa-left {
		width: 80%;
		float: left;

		padding-right: 30px;
	}

	.visa-top .visa-right {
		width: 15%;
		float: right;
		margin-top: -2px;
	}

	.visa-promokod-block.container {
		padding: 30px;
	}

	.visa-bottom .visa-left {
		width: 35%;
		float: left;
		padding-right: 30px;
	}

	.visa-bottom .visa-right {
		width: 65%;
		float: right;
		padding-left: 30px;
		margin-top: 0;
	}

	.visa-bottom .visa-left .cform-block-item--left p {
		margin-left: 14px;
	}

	.visa-bottom .visa-right .visa-right--inactive {
		margin-top: 15px;
		text-align: right;
	}

	.visa-bottom .visa-right .visa-right--inactive .para {
		display: inline-block;
		margin-right: 15px;
		color: #aa4700;
		font-size: 12px;
	}

	.congradulation-block .form-congradulation {
		width: 60%;
		float: left;
	}

	.congradulation-block .action-button-container {
		width: 40%;
		float: right;
	}

	.visa-bottom {
		margin-right: -90px;
	}

	.visa-section .cform-block .cform-block-item-input {
		left: 28px;
		line-height: 1;
	}

	.visa-section .visa-input.container {
		padding-bottom: 45px;
	}

	.visa-description {
		font-size: 20px;
	}

	.visa-section p {
		font-size: 16px;
	}
}

.footer-disclaimer {
	font-size: 12px;
	color: #bbb;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.docs-block-item.docs-block-item-num {
	margin-right: 10px;
}

.dz-success::after {
	color: green;
	display: block;
	content: attr(data-content);
}

.cform-email-notice {
	margin: 0;
	text-align: right;
	font-size: 12px;
}

.cform-email-replace-warning {
	margin: 0;
	text-align: right;
	font-size: 12px;
}

.finish-escp, .end-process-decision {
	display: inline-block;
	margin: 15px 0 0 15px;
}

@media only screen and (min-width: 768px) {
	.finish-escp, .end-process-decision {
		display: inline-block;
		margin: 0 0 0 15px;
	}
}

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

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.cookie-disclaimer {
	position: fixed;
	bottom: 0;
	background-color: #0a82ba;
	color: white;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	z-index: 35;
	width: 100%;
	text-align: center;
}

#cookie-button2{
	margin-left:10px;
}

.cookie-button {
	background-color: transparent;
	border: 2px solid white;
	border-radius: 0;
	padding: 5px 20px;
	box-shadow: none;
	text-decoration: none;
	color: white;
}

.cookie-disclaimer--text {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.cookie-disclaimer--button {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2%;
	margin-left: 10px;
	padding: 10px;
}

.cookie-button:hover {
	background-color: white;
	color: #0a82ba;
}

.cookie-disclaimer--text a {
	color: white;
}

@media only screen and (min-width: 768px) {
	.cookie-disclaimer--button {
    	margin-top: 0;
    	margin-left: 0;
	}

	.cookie-disclaimer--text {
    	width: 40%;
	}
}

label input[type="checkbox"] {
	margin-top: 17px;
	float: left;
}

label .info-text {
	max-width: 90%;
	float: right;
}

label .info-text a {
	color: #a8a8a8;
}

footer li.footer-legal-agreement,
footer li.footer-links-item,
footer li.footer-social-item {
	margin-bottom: 14px;
	margin-top: 10px;
	line-height: 16px;
}

.visa-section .cform-block .cform-block-item-input.cform-visaThreedigits {
	width: 58px;
	padding-left: 0;
	margin-left: -5px;
}

@media only screen and (min-width: 768px) {
	.visa-first-step {
    	width: 80%;
    	margin-top: -50px;
	}

	.visa-section .cform-block .cform-block-item-input.cform-visaThreedigits {
    	width: 47px;
	}
}

/*LEGAL FOOTER*/

.footer-container {
	max-width: 768px;
	margin: 0 auto;
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35)
}

.table-doc td,tr {
	border: 1px solid #c8c8c8;
}

.head-doc {
	background: linear-gradient(to bottom, #0a82ba 0%, #2b9fd5 100%);
	text-align: left;
	font-size: 14px;
	min-height: 20px;
}

.line-legal {
	width: 767px;
}

.pleaseUpload-block {
	font-size: 16px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-weight: bold;
}

.Commission .corporate-color-link {
    font-weight: bold;
}

.corporate-color-link {
	cursor: pointer;
	text-decoration: none;
	color: #358db6;
}

.corporate-color-link:hover {
	color: #FF9500;
}

.update-block {
	font-size: 12px;
	color: #c8c8c8;;
}

/*Styles for Promo*/

.q-item .item-content p {
	word-wrap: break-word
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.display-none,
.none {
	display: none !important;
}

.partner-name-container {
	white-space: pre;
}

.question-block {
	width: 250px;
	background: white;
	border-radius: 25px;

	z-index: 9999;

	position: fixed;
	bottom: 70px;
	right: 10px;

	padding: 10px 20px;
	opacity: 1;

	-webkit-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
}

.question-block img {
	width: 20px;
	position: relative;
	top: 4.5px;
	left: 6px;
}

.question-block span {
	display: inline-block;
	width: 80px;
	position: relative;
	left: 30px;
	text-align: center;
}

.question-block a.question-block--option {
	list-style: none;
	background-color: #ccc;
	margin: 10px 0;
	padding: 5px 10px;
	border-radius: 20px;
	color: white;
	display: block;
	text-align: left;
	text-decoration: none;
}

.question-block a.question-block--option.question-block--option--whatsapp {
	background-color: #5ACF66;
}

.question-block a.question-block--option.question-block--option--fbmessenger {
	background-color: #00B2FE;
}

.question-block a.question-block--option.question-block--option--telegram {
	background-color: #289FD9;
}

.question-block--text {
	text-align: center;
	color: #111;
}

.ask-question {
	z-index: 100;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 25px;

	-webkit-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
}

.ask-question img {
	width: 25px;
	position: relative;
	top: 9px;
	left: 12px;
}

@media only screen and (min-width: 768px) {
	.ask-question {
		right: 20px;
		bottom: 20px;
	}

	.question-block {
		bottom: 80px;
		right: 20px;
	}
}

.partner-profilelink {
	color: white;
}

.display-none, .fade, .modal#language-modal::-webkit-scrollbar {
	display: none;
}

.sharethis-inline-share-buttons, .wrapp-normal {
	margin-top: 40px;
	margin-bottom: 40px;
}

.documentsChasingContainer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.documentsChasingDescription .documentsChasingLink {
	margin-bottom: 10px;
	display: block;
}

.documentsChasing {
	padding: 5px 40px;
	min-height: auto;
	margin-right: 7px;
	margin-top: -2px;
}

.dz-hidden-input {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
}

.cform-block.cform-block-half {
	display: inline-block;
	width: 48%;
}

.cform-block.cform-block-half input.cform-block-item-input {
	max-width: 100%;
}

.top-covid-notification {
	top: 0;
	background-color: #C00000;
	color: white;
	height: 54px;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 1.5;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.top-covid-notification a {
	font-weight: bold;
	color: white;
}

.navbar.navbar-covid {
	margin-top: 54px;
}

@media only screen and (min-width: 1200px) {
	.header-button {
		margin-top: 15px;
		float: right;
	}
}

@media only screen and (min-width:768px) {
	.top-covid-notification p {
		font-size: 16px;
		margin-top: 10px;
	}
}

section.heading-section .heading p {
	display: inline-block;
	margin: 0 0 0 15px;
}

.margin-top--70 {
	margin-top: 70px;
}

#questions .faq-header {
	padding-top: 70px;
	text-align: center;
}

.rights-section {
	margin: 35px 0;
}

.wrapp-normal td, .table-min td {
	padding-left: 5px;
}

.calcul-wrapp a {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.calcul-wrapp a:hover {
	background-color: #14668b;
	text-decoration: none;
}

.cform-sub-employee {
	width: 100%;
	background-color: white;
	margin: 0 auto;
	border: 1px solid #f9f9f9;
	padding: 15px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	text-align: center;
	font-size: 14px;
}

.cform-block-item-input-employee {
	display: inline-block;
	height: 42px;
	max-width: 86%;
	width: 100%;
	vertical-align: top;
	background-color: white;
	border: 1px solid #c8c8c8;
	padding-left: 10px;
	font-size: 16px;
}

.cform-container .cform-sub.status.summary {
	background: #3A7DAA;
	color: #fff;
	border: 0px solid transparent;
}

.status.summary .cform-block {
	border-bottom: 0px solid transparent;
}

.summary-title {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.summary-airline {
	font-size: 16px;
	margin: 0;
	padding: 0 1em 0 0;
	display: inline-block;
}

.summary-date {
	font-size: 16px;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.summary-airline-heading {
	padding-right: 2em;
}

#summary-block {
	padding: 5px 0px;
}

div.save-button-container {
	text-align: center;
	display: inline-flex;
	margin-bottom: 0;
	margin-top: 0px;
	position: relative;
	vertical-align: top;
}

.save-button,
.sign-now-button,
.external-link-button,
.save-button-address,
.save-button-upload,
.save-button-document,
.save-button-document-id,
.save-button-document-id-for-minors-parent,
.save-button-document-boarding-proof,
.save-button-document-payout-id-for-kyc-block,
.save-button-document-id-for-minor,
.save-button-document-birth-certificate-for-minors,
.save-button-document-payout-id,
.save-button-consent,
.save-button-kyc-mango,
.save-button-payout-kyc-info,
.save-button-companions-birthdates,
.save-button-signature {
	position: relative;
	top: 0;
	text-decoration: none;
	padding: 4px 18px;
	background-color: #999;
	border-radius: 5px;
	border: 1px solid #777;
	border-bottom: 4px solid #777;

	color: white;
	transition: none;

	-webkit-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
	box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);
}

.save-button.sca-button {
	position: relative;
	top: 0;
	text-decoration: none;
	padding: 4px 18px 8px 18px;
}	

.sign-now-button.ready-button,
.external-link-button.ready-button,
.save-button-address.ready-button,
.save-button-upload.ready-button,
.save-button-document.ready-button,
.save-button-document-id.ready-button,
.save-button-document-id-for-minors-parent.ready-button,
.save-button-document-boarding-proof.ready-button,
.save-button-document-payout-id-for-kyc-block.ready-button,
.save-button-document-id-for-minor.ready-button,
.save-button-document-birth-certificate-for-minors.ready-button,
.save-button-document-payout-id.ready-button,
.save-button-consent.ready-button,
.save-button-kyc-mango.ready-button,
.save-button-payout-kyc-info.ready-button,
.save-button-companions-birthdates.ready-button,
.save-button-signature.ready-button,
.save-button.ready-button {
	background-color: #0a82ba;
	border-color: #166f99;
}

div.save-button-container:hover .sign-now-button,
div.save-button-container:hover .external-link-button,
div.save-button-container:hover .save-button-address,
div.save-button-container:hover .save-button-upload,
div.save-button-container:hover .save-button-document,
div.save-button-container:hover .save-button-document-id,
div.save-button-container:hover .save-button-document-id-for-minors-parent,
div.save-button-container:hover .save-button-document-boarding-proof,
div.save-button-container:hover .save-button-document-payout-id-for-kyc-block,
div.save-button-container:hover .save-button-document-id-for-minor,
div.save-button-container:hover .save-button-document-birth-certificate-for-minors,
div.save-button-container:hover .save-button-document-payout-id,
div.save-button-container:hover .save-button-consent,
div.save-button-container:hover .save-button-kyc-mango,
div.save-button-container:hover .save-button-payout-kyc-info,
div.save-button-container:hover .save-button-companions-birthdates,
div.save-button-container:hover .save-button-signature,
div.save-button-container:hover .save-button {
	cursor: pointer;
	color: white;
}

#profile-container .profile--chasing-block.cform-sub:has(.cform-block-field),
#profile-container .cform-block-field.saveButtonUpload,
#profile-container .cform-block-field:has(.cform-block-field.uploadDocuments),
#profile-container .cform-block-field.saveButtonUpload .section-important,
#profile-container .profile--chasing-block.cform-sub:has(.cform-sub) {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}

#profile-container .cform-block-field:has(.cform-block-item),
{
    padding: 0px;
}

#profile-container .cform-block-field {
	/*box-shadow: 0 2px 2px 0 rgba(62, 62, 62, 0.35);*/
	margin: 1em 0 !important;
	background: #fff;
}

/*.cform-block-field:first-of-type {
    box-shadow: 0 0 28px -5px rgba(10, 130, 186, 1);
}    */
 
.cform-block-item.save-button-block {
    padding-right: 1em;
}    

.to-be-chased-block-address,
.to-be-chased-block-signature {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.to-be-chased-block-address .cform-block-field.address,
.to-be-chased-block-signature .cform-block-field.signature {
    padding-bottom: 0;
}
    
.to-be-chased-block-address .cform-block-field,
.to-be-chased-block-signature .cform-block-field {
    box-shadow: none;
}

.to-be-chased-block-address .cform-block-field,
.to-be-chased-block-signature .cform-block-field {
    margin: 0 !important;
}

.to-be-chased-block-address .para {
    /*padding-left: 15px;*/
}

#profile-container .to-be-chased-block-address.kyc .cform-block-field {
    margin: 0 !important;
}

.saved-block {
    color: #858585;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 1em;
    transition: all 0.5s ease;
}

.cform-block.cform-block-field {
    transition: all 0.5s ease;
}

.icon-tick {
    font-size: 18px;
    color: #858585;
}

@media only screen and (max-width: 480px) {
	.cform-block.cform-block-field {
		padding: 15px;
		/*margin: .5em !important;*/
	}
	.cookie-disclaimer--button{
		margin-left:0;
		padding: 10px 0;
	}
	.cookie-disclaimer .container{
		width:100%;
	}
	.cookie-disclaimer {
		padding: 10px 5px 10px 5px;
	}
.cform-block.cform-block-field {
    padding: 15px;
    /*margin: .5em !important;*/
}
	.footer-links, .footer-legal{
		width: calc(50% - 10px);
	}
}

.cform-block-signature {
    padding-left: 25px;
    padding-right: 25px;
}

.cform-block-signature .cform-block {
    padding-left: 0;
}

input[type="date"] {
    font-size: 12px;
    color: #000;
}

.sign-now-button,
.external-link-button {
    color: #fff !important;
    padding: 2px 10px;
    margin: 0 5px;
    font-size: 12px;
}

.cform-block-field.bankDetails3rdParty {
    padding: 2em;
}

.disruptionDescription textarea {
    max-width: 100% !important;
    margin-bottom: 5px;
}

.cform-block.save-upload {
    padding: 10px 0 5px 0;
} 

.cform-block-field.uploadDocuments {
    padding: 0 !important;
    box-shadow: none !important;
}

.cform-block-item-document {
    display: block;
}

.save-document-container {
    padding: 10px 0 5px 0;
}

.to-be-chased-block-signature-fields .cform-block-field,
.to-be-chased-block-address .cform-block-field {
	box-shadow: none;
	padding: 0 25px 0 25px;
}	

.cform-block.saveButtonSignature {
	padding: 0;
}	

.cform-block.countryidmango,
.cform-block.countrypayoutidforkyc,
.cform-block.countrypayoutidforkyc3rdparty,
.cform-block.countrypayoutidforkycpax0,
.cform-block.countrypayoutidforkycpax1,
.cform-block.countrypayoutidforkycpax2,
.cform-block.countrypayoutidforkycpax3,
.cform-block.countrypayoutidforkycpax4,
.cform-block.countrypayoutidforkycpax5,
.cform-block.countrypayoutidforkycpax6,
.cform-block.countrypayoutidforkycpax7,
.cform-block.countrypayoutidforkycpax8 {
	padding: 0;
}	

.cform-block.countryidmango.section-important,
.cform-block.countrypayoutidforkyc.section-important,
.cform-block.countrypayoutidforkyc3rdparty.section-important,
.cform-block.countrypayoutidforkycpax0.section-important,
.cform-block.countrypayoutidforkycpax1.section-important,
.cform-block.countrypayoutidforkycpax2.section-important,
.cform-block.countrypayoutidforkycpax3.section-important,
.cform-block.countrypayoutidforkycpax4.section-important,
.cform-block.countrypayoutidforkycpax5.section-important,
.cform-block.countrypayoutidforkycpax6.section-important,
.cform-block.countrypayoutidforkycpax7.section-important,
.cform-block.countrypayoutidforkycpax8.section-important {
	box-shadow: none !important;
	margin: 0 !important;
}	

.bankDetails-block-heading {
	padding: 0;
	margin: 0;
}

.idMangoHeader,
.payoutIdForKycHeader,
.payoutIdForKyc3rdPartyHeader {
	font-size: 1.17em;
	font-weight: bold;
}


.countryidmango input,
.countrypayoutidforkyc input,
.countrypayoutidforkyc3rdparty input {
    margin-bottom: 0 !important;
}

.payoutKycInfo input:disabled,
.payoutKycInfo input:disabled,
.companionsBirthdates input:disabled,
.companionsBirthdates input:disabled,
.cform-firstname:disabled,
.cform-lastname:disabled {
    color: #757575;
    -webkit-appearance: none;
    opacity:1;
}

#my-awesome-dropzone-document-id,
#my-awesome-dropzone-document-id-for-minors-parent,
#my-awesome-dropzone-document-boarding-proof,
#my-awesome-dropzone-document-payout-id-for-kyc-block,
#my-awesome-dropzone-document-id-for-minor,
#my-awesome-dropzone-document-birth-certificate-for-minors,
#my-awesome-dropzone-document-payoutid,
.uploadDocumentBlockPayoutId .save-button-container,
.uploadDocumentBlockIdForMinorsParent .save-button-container,
.uploadDocumentBlockBoardingProof .save-button-container,
.uploadDocumentBlockPayoutIdForKycBlock .save-button-container,
.uploadDocumentBlockPayoutIdForKyc3rdPartyBlock .save-button-container,
.uploadDocumentBlockIdForMinor .save-button-container,
.uploadDocumentBlockBirthCertificateForMinors .save-button-container,
.uploadDocumentBlockId .save-button-container {
    display: none;
}

.payoutKycInfo .cform-block-item:first-child,
.payoutKycInfo .cform-block-item:first-of-type,
.payoutKycInfo .cform-block-item:first-child,
.payoutKycInfo .cform-block-item:first-of-type,
.companionsBirthdates .cform-block-item:first-child,
.companionsBirthdates .cform-block-item:first-of-type,
.companionsBirthdates .cform-block-item:first-child,
.companionsBirthdates .cform-block-item:first-of-type,
.to-be-chased-block-address.kyc-info {

}

#profile-container .payoutKycInfo .cform-block-field, 
#profile-container .payoutKycInfo .cform-block,
#profile-container .payoutKycInfo .cform-block-field, 
#profile-container .payoutKycInfo .cform-block,
#profile-container .companionsBirthdates .cform-block-field, 
#profile-container .companionsBirthdates .cform-block,
#profile-container .companionsBirthdates .cform-block-field, 
#profile-container .companionsBirthdates .cform-block {
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.cform-block-banking-additional select.cform-block-item-input {
	max-width: calc(100% - 39px);
	color: #757575;
	margin-bottom: 10px;
}

.closed-profile-logo {
    margin: 0 auto;
    text-align: center;
}

.closed-profile {
    margin-top: 5em;
}

.cform-block-banking-additional--accountType select,
.cform-block-banking-additional--swiftCode select,
.cform-block-banking-additional--bankName select,
.cform-block-banking-additional--bankCode select,
.cform-block-banking-additional--bankCodeVnd select,
.cform-block-banking-additional--addressUsastate select,
.cform-sub.envisioned .bank-page select,
.cform-block-bankdata select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E')
      !important;
    background-color: #fff;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    border: none;
    border-radius: 0px;
    padding: 0em 0em 0em .35em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;    
}

.cform-block-item-employee-phone {
    display: inline-block;
    position: relative;
    top: -6px;
    max-width: calc(100% - 39px);
    width: 100%;
}

.cform-block-item-input.employee {
    display: inline-block;
    height: 42px;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    background-color: white;
    border: 1px solid #c8c8c8;
    padding-left: 10px;
    font-size: 16px;
    padding-right: 10px;
}

@media only screen and (min-width: 768px) {
    
footer.profile-footer {
    position: relative;
    margin-top: 6em;
}

}

@media only screen and (max-width: 768px) {
    
footer.profile-footer {
    /*position: relative;*/
    margin-top: 0;
    overflow-x: clip;
    display: block;    
}

.footer-container {
    margin: inherit;
    width: auto;
}

}

.textWrongOpportunityDataHeader,
.textWrongOpportunityDataText {
	text-align: left !important;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.ajax.spinner {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  vertical-align: middle;
  left: calc(50% - 20px);
  z-index: 99999;  
  width: 20px;
  height: 20px;
  /*margin-top: -10px;
  margin-left: -10px;*/
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  margin: 0 auto;
  animation: spinner .6s linear infinite;
}

@media only screen and (max-width: 768px) {
.ajax.spinner {
  top: 5px;
}
}



/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalImage {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modalImageContent {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#captionImage {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modalImageContent, #captionImage {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closeImage {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeImage:hover,
.closeImage:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modalImageContent {
    width: 100%;
  }
}

.dz-image img {
    width: 120px;
}

.dz-icons {
    text-align: right;
    display: flex;
    justify-content: end;
}
.dz-icons span {
    color: #c8c8c8;
}
.dz-icons .dz-icons-view {
    width: 20px;
    height: 20px;
	background-image: url("../../img/view.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}.dz-icons .dz-icons-delete {
    width: 20px;
    height: 20px;
	background-image: url("../../img/delete.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}


.dz-remove
{
    display:inline-block !important;
    width:1em;
    height:1em;
    position:absolute;
    top:0px;
    right:0px;
    z-index:1000;
    font-size:1.2em !important;
    line-height:1em;
    text-align:center;
    font-weight:bold;
    border:0px solid gray !important;
    border-radius:1.2em;
    color:transparent;
    background-color:transparent;
}

.dz-remove:hover
{
    text-decoration:none !important;
}

.opencv-success {

    background-color: #b8f1a9;
    color: #147b39;
    border: 1px solid #39913b;
    padding: 2px;

}

.opencv-error {

    background-color: #fcebea;
    color: #aa4434;
    border: 1px solid #aa4434;
    padding: 2px;
    margin-top: 5px;

}

.opencv-success {
    margin-top: 5px;
    /*background-image: url(../../img/colors/red/exclamation.svg);*/
}

.opencv-error-icon {
    background-image: url(../../img/colors/red/exclamation.svg);
}

.opencv-success-icon {
    background-image: url(../../img/colors/green/tick.svg);
}

.opencv-info {
    font-size: 10px;
}

.opencv-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: -4px;
}

/*.opencv-info {
  display: none;
}

.opencv-info:nth-of-type(1) {
  display: block;
}*/

.correct-heading
{
    color: #34aa38;
    padding: 1em 0;
}

.error-heading {
    color: #858585;
    padding: 1em 0;
}

.item-text {
    font-weight: bold;
    padding-right: 1em;
}

.error-list-item {
    display: flex; 
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 70%;
}

@media only screen and (max-width: 479px) {
	.error-list-item {
		width: 100%;
		display: inline-block;
	}
	
}

.error-list-item .item-error {
    color: #aa4434;
    padding-right: .5em;
}

.success-list-item .item-success {
    color: #34aa38;
    padding-right: .5em;
}
