@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

:root {
	--color-background: #ffffff;
	--color-wrapper: #00000080;
	--color-navbar-background: #880e4f;
	--color-navbar-text: #ffffff;
	--color-footer-background: #000000C0;
	--color-footer-text: #999999;

	--color-primary: #880e4f;
	--color-primary-dark: #560027;
	--color-primary-text: #ffffff;
	--color-accent: #e91e63;
	--color-accent-dark: #005cb2;
	--color-accent-text: #ffffff;
	--color-text-light: #999999;
	--color-text-dark: #000000;
	--color-info: #3949ab;

	--color-btn: var(--color-primary);
	--color-btn-hover: var(--color-primary-dark);

	--dimen-footer-height: 120px;

	--shadow-right: 1px 0px 8px 0px #00000020;
	--shadow-box: 0px 3px 5px 0px #00000020;

	--color-red: #f44336;
	--color-orange: #ff5722;

	--color-checkbox-background: #EEEEEE;
	--color-checkbox-border: #999999;
	--color-checkbox-checked: #9c27b0	;
	--color-checkbox-checked-border: #6a0080;
	--color-checkbox-mouseover: #CCCCCC;

	--color-toggle-slider-indicator: #9c27b0;
	--color-toggle-slider: #d05ce3;

	--highlight-blue: #1e88e5;
	--highlight-accent: var(--color-accent);
}

[v-cloak] {
	display: none;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	/* color: var(--color-accent-dark); */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: var(--color-background);
	margin-bottom: var(--dimen-footer-height);
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #ddd;
}

input.no-controls::-webkit-outer-spin-button,
input.no-controls::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.no-controls[type=number] {
	-moz-appearance: textfield;
}

.absolute {
	position: absolute;
}

.block {
	display: block;
}

.body-narrow {
	margin: auto;
}


.card {
	-webkit-box-shadow: var(--shadow-right);
	-moz-box-shadow: var(--shadow-right);
	box-shadow: var(--shadow-right);
	margin: 16px;
}

.card hr {
	margin: 20px;
}

.card .table {
	margin: 0 !important;
}

.card-body.form {
	padding: 16px 96px 32px 96px;
}

.card-button {
	margin: 16px;
	min-height: 36px;
}

.card-footer {
	border-top: none;
}

.card-form {
	padding: 0px 40px 32px 40px;
}

.card-group .row {
	width: inherit;
}

.card-header {
	border-bottom: none;
	color: var(--color-accent);
}

.card-header.tabbed {
	border-bottom: 2px solid #dee2e6;
}

.card-header,
.card-footer {
	background-color: white;
}

.card-inline-button {
	margin-bottom: .5rem;
	color: var(--color-primary);
}

.card-inline-button svg {
	fill: var(--color-primary);
}

.card-link {
	margin-top: 0;
}

.card-row {
	padding: 0px 15px;
}

.card-value,
.card-label {
	line-height: 26px;
}

.card-value.pad-to-label {
	padding: 0px 15px;
}

.card-label {
	text-align: right;
	color: var(--color-text-dark);
	font-weight: 900;
	padding: 0px 15px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.card-wrap {
	width: 100%;
}

.content {
	min-height: 100vh;
	overflow-y: auto;
}

.control-label {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 16px;
}

.cursor-default {
	cursor: default;
}

.custom-card .icon {
	background: var(--color-primary);
	width: 128px;
	height: 128px;
	display: inline-block;
	position: relative;
	left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.custom-card .icon svg {
	height: 128px;
	width: 128px;
}

.custom-card .icon svg path {
	fill: var(--color-primary-text);
}

.custom-card .link {
	display: inline-block;
	position: absolute;
	left: 128px;
	padding: 45px 32px;
}

.custom-form {
	color: #000000;
}

.custom-form .input-right {
	position: absolute;
	right: 16px;
}

.custom-form .input-right-narrow {
	width: 128px !important;
}

.custom-form .row {
	margin-top: 16px;
}

.custom-form .name-row {
	background-color: #eeeeee;
}

.custom-form .name-row label {
	text-align: center;
}

.custom-form .address-row {
	border: 1px solid #000000;
	padding-top: 8px;
}

.custom-form .bank-row {
	background-color: #eeeeee;
}

.custom-form .example {
	font-size: 11px;
	color: #888888;
	font-style: italic;
}

.custom-form .phone-input {
	background-color: #eeeeee;
	padding: 0 8px 8px 8px;
}

.document-preview {
	padding: 20px;
}

.document-preview img {
	max-width: 480px;
}

.error-page {
	margin-top: 128px;
	margin-left: var(--dimen-sidebar-width-negative);
	padding: 24px;
}

.error-page a {
	color: var(--color-accent);
}

.error-page h1 {
	margin-bottom: 16px;
}

.form-header .icon {
	width: 128px;
	height: 128px;
	display: inline-block;
	position: relative;
	left: 0;
}

.form-header .icon img {
	max-width: 100%;
	max-height: 100%;
}

.form-header .text {
	color: #000000;
	display: inline-block;
	position: absolute;
	left: 128px;
	right: 128px;
	padding: 45px 32px;
	text-align: center
}

.list-checkbox {
	height: fit-content;
	display: inline-block;
	margin: 0 12px;
}

label.list-checkbox {
	overflow: visible !important;
	margin: 0;
}

label.list-checkbox .checkmark {
	margin-left: 8px;
}

.disclaimer-list label,
.consent-list label {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

.disclaimer-list ul,
.consent-list ul {
	font-style: italic;
}

.fieldset-header {
	font-size: 20px;
	font-weight: bold;
	margin: 16px;
	color: var(--color-accent);
}

.fine-print {
	margin-top: 32px;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

.form-body {
	padding: 0 100px;
}

.form-counted .fieldset-header .counter {
	margin-right: 16px;
}

.form-header {
	color: var(--color-accent-header);
}

.format-under {
	display: block;
	margin-top: -12px;
}

.footer {
	position: absolute;
	padding: 16px;
	width: 100%;
	bottom: 0;
	height: var(--dimen-footer-height);
	background-color: var(--color-footer-background);
	color: var(--color-footer-text);
}

.health-question {
	font-size: 24px;
}

.hidden {
	display: none;
}

.info {
	color: var(--color-info);
}

.inline-picker-label {
	margin: 0 16px;
}

li.input-group {
	padding: 0;
}

li.input-group label {
	margin: 6px;
}

li.input-group:hover {
	background-color: #00000022;
}

.input-group {
	display: block;
}

.input-group,
.input-group * {
	cursor: pointer;
}

.input-label {
	margin: 0;
	display: block;
}

.line-height-0 {
	line-height: 0;
}

.list-none {
	list-style-type: none;
	padding-inline-start: 16px;
}

.margin-auto {
	margin: auto;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-bottom-16 {
	margin-bottom: 16px;
}

.margin-bottom-32 {
	margin-bottom: 32px;
}

.margin-left-32 {
	margin-left: 32px;
}

.margin-left-52 {
	margin-left: 52px;
}

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

.margin-left-32 {
	margin-left: 32px;
}

.mcontainer {
	padding: 32px;
	min-height: calc(100vh - 320px);
	position: relative;
	margin: auto;
	margin-bottom: 172px;
	max-width: 1200px;
	top: 32px;
}

.narrow-input {
	max-width: 240px;
	margin: auto;
}

.narrow-input input {
	text-align: center;
}

.navbar {
	background: var(--color-navbar-background);
	color: var(--color-navbar-text);
	padding: 0;
	box-shadow: var(--shadow-box);
	-webkit-box-shadow: var(--shadow-box);
	z-index: 1;
}

.navbar-brand {
	padding: 16px;
	margin: 0;
	display: block;
}

.navbar .header-img {
	width: fit-content;
	margin: 16px auto;
}

.navbar .header-img img {
	height: 128px;
}

.navbar .row {
	width: 100%;
}

.nav-header {
	margin: 0;
	padding: 24px;
	font-family: 'Montserrat', Arial, serif;
	text-align: center;
	line-height: 1.2;
	color: var(--color-navbar-text);
	min-height: 124px;
}

.navbar-options {
	height: 100%;
	color: var(--color-primary);
}

.navbar-item {
	color: var(--color-navbar-text);
	padding: 16px;
	position: relative;
	top: 32px;
	bottom: 32px;
	margin: 0 16px;
	float: right;
	cursor: pointer;
	border-radius: 4px;
}

.navbar-item svg path {
	fill: var(--color-navbar-text);
}

.navbar-lang-select {
	cursor: default;
    display: block;
    text-align: center;
}

.navbar-lang-select .dropdown .dropdown-control,
.navbar-lang-select select {
	cursor: pointer !important;
	background: none !important;
	border: none !important;
	color: var(--color-navbar-text) !important;
	appearance: none;
}

.navbar-lang-select select:focus-visible {
	outline: none !important;
}

.navbar-lang-select .skip-svg svg {
	z-index: -1;
}
.navbar-lang-select .skip-svg select {
	margin-left: -24px;
	padding-left: 24px;
	padding-right: 24px;
}

.navbar-lang-select select option {
	color: fieldtext;
}

.navbar-lang-select .dropdown .dropdown-item {
	cursor: pointer !important;
}

.modal,
.modal-header,
.modal-footer {
	border-radius: 0;
	border: none;
}

.modal-title {
	color: var(--color-primary);
}

.modal-item-group .modal-item {
	display: block;
	cursor: pointer;
	padding: 8px;
}

.modal-item-group .modal-item .icon {
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 4px;
}

.modal-item-group .modal-item label {
	margin-bottom: 0;
	cursor: pointer;
}

.modal-xs {
	max-width: 160px;
}

img.nav-logo {
	max-height: 128px;
	display: block;
	margin: auto;
}

.padding-16 {
	padding: 16px;
}

img.preview {
	max-width: 100%;
	max-height: 360px;
}

img.preview-sm {
	max-width: 100%;
	max-height: 160px;
}

.svg-obj svg {
	width: 24px !important;
}

.traveller-header {
	font-size: 32px;
	font-style: italic;
}

.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}

/* inputs */

.dropdown-menu {
	outline-color: transparent !important;
	outline-style: none !important;
	outline-width: 0 !important;
}

.form-control + .dropdown-menu {
	min-width: 100%;
}

.form-control {
	font-smoothing: antialiased;
	font-size: 16px;
	background-color: white;
	color: var(--color-text-dark);
	line-height: 18px;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none !important;
}

.form-control,
.input-group-text {
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.form-control::placeholder {
	color: var(--color-text-light);
}

.form-control:focus,
.input-group-text:focus {
	outline: none;
	border: 2px solid #333333;
}

.form-control:hover {
	text-decoration: none;
	color: var(--color-text-dark);
}

select.form-control:not([multiple]) {
	height: 44px;
	text-align: start;
	background: url(/img/ic_arrow_drop_down.svg) right / 20px no-repeat #fff;
	padding-right: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

select.form-control:disabled:not([multiple]) {
	background-color: #e9ecef;
}

.form-control-xs {
	width: 72px;
	display: inline-block;
}

.form-control.narrow {
	max-width: 128px;
}

.form-error .input-label {
	color: var(--color-red);
	font-weight: bold;
}

.form-error .form-control {
	border-color: var(--color-red);
}

.form-field {
	margin-bottom: 24px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	cursor: pointer;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

.nav-link {
	color: var(--color-accent) !important;
}

.nav-link:not(.active):not(.disabled):hover {
	color: #222222;
	border-color: var(--color-accent);
}

.nav-link.active {
	color: var(--color-accent-text) !important;
	font-weight: bold;
	background-color: var(--color-accent) !important;
	border-color: var(--color-accent) !important;
}

.nav-tabs {
	border-bottom: 1px solid var(--color-accent);
}

.table-fixed {
	table-layout: fixed;
}

.right {
	float: right;
}

.left {
	float: left;
}

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

	#banner1 .banner-img {
		background-position: center 60%;
		transform: scale(2.5);
	}

	#banner1 .banner-img img {
		transform: translateX(-50%) scale(0.4);
	}

	.mcontainer {
		min-height: 100vh;
	}

	.footer {
		bottom: auto;
	}

	.form-body {
		padding: 16px;
	}

	.nav-header:before {
		transform: none;
		right: -16px;
	}

	.navbar-item {
		top: 0;
		bottom: 0;
		float: left;
		margin: 16px;
	}

	.form-header {
		margin-bottom: 256px;
	}

	.form-header .icon {
		width: 192px;
		height: 192px;
		margin: 0 auto;
		display: block;
	}
	
	.form-header .text {
		display: block;
		left: 0;
		right: 0;
		padding: 45px 32px;
		text-align: center
	}

	.ssno-col {
		margin-bottom: 48px;
	}

	.ssno-col .input-right {
		left: 16px;
	}
}

/* overrides */

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.center-child > * {
	margin: 0 auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.red {
	color: var(--color-red);
}

.orange {
	color: var(--color-orange);
}

.text {
	cursor: text;
}

.signature-pad--body canvas {
	border: 1px solid black;
	border-radius: 4px;
}

.required::before {
	content: "* ";
	color: var(--color-accent);
	font-style: italic;
}

.section-controls {
	cursor: pointer;
	background: none;
	outline: none !important;
	border: none;
	color: var(--color-primary) !important;
}

.section-controls:not(:disabled):hover {
	color: var(--color-accent) !important;
}

.section-controls:disabled {
	color: #555 !important;
	cursor: default;
}

.justify {
	text-align: justify;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.img-schedule {
	max-width: 100%;
	padding: 24px;
	box-shadow: 1px 1px 10px black;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-box-shadow: 1px 1px 10px black;
}

.selectize-control.single .selectize-input:after {
	right: 5px !important;
	cursor: default !important;
}
.selectize-input.focus {
    border: 2px solid #333333 !important;
    outline: none !important;
	box-shadow: none !important;
}