﻿@import url('https://fonts.googleapis.com/css2?family=Share:wght@400;700&display=swap');

body {
	margin: 0;
	font-family: 'Share', sans-serif;
	color: #e45608;
	font-size: 15px;
	line-height: 1.4em;
	background: #ffffff;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#logotop {
	position: relative;
	display: inline;
}

	#logotop img {
		border: none;
		height: 70px;
		margin-top: 10px;
	}

#contactinfo {
	display: inline;
	float: right;
	clear: right;
	color: black;
	font-size: 15px;
}

.contacttext {
	color: #e45608;
}

#LangSelect {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	position: relative;
	top: 10px;
}

	#LangSelect label {
		white-space: nowrap;
	}

#lblLangSelect,
.langButtons {
	font-size: 15px;
	font-family: 'Share', sans-serif;
}

#LangSelect select.langButtons {
	width: 120px;
	min-width: 100px;
	height: 28px;
	padding: 4px 10px;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
}

	#LangSelect select.langButtons option {
		text-align: center;
	}

nav {
	margin-top: 10px;
	width: 200px;
	font-size: 15px;
}

	nav a {
		text-decoration: none;
		color: #e45608;
		font-size: 15px;
		transition: all 0.3s;
	}

		nav a:hover {
			color: #268cbf;
		}

#submissionform {
	width: 880px;
	position: relative;
	margin-top: 20px;
	padding-bottom: 50px;
	background-color: #fafafa;
	border: 1px solid #ebebeb;
}

h2 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 2px;
	font-size: 24px;
}

.lbl {
	display: inline-block;
	width: 160px;
	margin-left: 120px;
	margin-right: 8px;
	text-align: right;
	vertical-align: middle;
	padding-top: 0 !important;
	font-weight: 700;
}

#txtFname,
#txtLname,
#txtPhone,
#txtEmail {
	width: 300px;
	height: 25px;
	font-family: 'Share', sans-serif;
	font-size: 15px;
	border: 1px solid #ebebeb;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding-left: 6px;
	transition: all 0.1s;
}

#txtComments {
	width: 294px !important;
	margin-top: 0px;
	border: 1px solid #ebebeb;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	font-family: 'Share', sans-serif;
	font-size: 15px;
	padding: 3px 6px 0 6px;
	transition: all 0.1s;
}

	#txtComments:focus,
	#txtFname:focus,
	#txtLname:focus,
	#txtPhone:focus,
	#txtEmail:focus,
	#dlSourceLang:focus,
	#dlTargetLang:focus,
	#ddlServiceType:focus,
	#ddlPm:focus {
		border: 1px solid #e45608;
		box-shadow: 0 0 5px rgba(38,140,191,0.5);
		outline: none;
	}

#Comments {
	vertical-align: top;
	margin-left: 0;
	padding-top: 0;
	display: inline-block;
	width: 300px;
}

#ddlServiceType,
#ddlPm,
#dlSourceLang,
#dlTargetLang {
	width: 309px !important;
	height: 28px !important;
	border: 1px solid #ebebeb !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	font-family: 'Share', sans-serif !important;
	font-size: 15px !important;
	background: #fff !important;
	box-sizing: border-box !important;
}

#ddlPm {
	width: 309px !important;
}

.langRow {
	display: inline-flex !important;
	align-items: flex-start !important;
	gap: 8px;
	position: relative;
	width: auto;
	max-width: none;
}

.langHelpImg {
	width: 14px !important;
	height: 14px !important;
	margin: 7px 0 0 0 !important;
	position: static !important;
	align-self: start !important;
	justify-self: start !important;
	flex: none !important;
}

.dlHidden {
	display: none !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wb-multisel {
	position: relative;
	display: inline-block;
	width: 309px;
}

.wb-input {
	height: 28px;
	border: 1px solid #ebebeb;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Share', sans-serif;
	font-size: 15px;
}

.wb-popup {
	position: absolute;
	left: 0;
	top: calc(100% + 2px);
	width: 309px;
	max-height: 300px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 0 6px 18px rgba(0,0,0,.15);
	z-index: 999999;
}

.wb-other {
	padding: 8px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

	.wb-other input {
		width: 100%;
		height: 28px;
		box-sizing: border-box;
		border: 1px solid #999;
		font-family: 'Share', sans-serif;
		font-size: 15px;
		padding: 0 10px;
	}

.wb-options {
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
}

	.wb-options .wb-opt {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 8px 10px;
		cursor: pointer;
		user-select: none;
	}

		.wb-options .wb-opt:hover {
			background: #f3f3f3;
		}

.wb-chips {
	margin-top: 6px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.wb-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border: 1px solid #cfcfcf;
	border-radius: 16px;
	background: #fff;
	white-space: nowrap;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.2;
}

.wb-chip-x {
	border: 0;
	background: transparent;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#targetMultiBtn.wb-input,
#sourceSingleBtn.wb-input {
	width: 309px !important;
	height: 28px !important;
}

#targetMultiChips,
#sourceSingleChips {
	margin-top: 6px;
	max-width: 420px;
}

.file-upload-wrap {
	margin-left: 286px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

#FileUploader.real-file {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.fake-file-btn {
	display: inline-block;
	width: 220px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: inherit;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.15s ease;
}

	.fake-file-btn:hover,
	.fake-file-btn:focus {
		background: #f26a00;
		color: #fff;
		outline: none;
	}

.fake-file-name {
	margin-left: 0;
	color: #f26a00;
	font-size: 14px;
}

.file-list-wrap {
	margin-left: 0;
	margin-top: 12px;
	width: 100%;
}

.file-list-box {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 10px 14px;
	border-radius: 6px;
}

.file-row {
	padding: 12px 0;
	border-bottom: 1px solid #ededed;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1.2fr 80px;
	column-gap: 18px;
	align-items: center;
}

	.file-row:last-child {
		border-bottom: none;
	}

.file-name {
	font-weight: 600;
	color: #222;
	word-break: break-word;
	margin-top: 2px;
}

.file-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #666;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.file-lang,
.file-other {
	width: 100%;
	box-sizing: border-box;
}

.file-remove-box {
	text-align: right;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.file-remove-link {
	color: #c0392b;
	text-decoration: none;
	font-weight: 600;
}

	.file-remove-link:hover {
		text-decoration: underline;
	}

#PmSelect {
	padding-top: 20px;
	margin-left: 286px;
	font-size: 15px;
	font-family: 'Share', sans-serif;
}

#btnUpload {
	margin-top: 25px;
	margin-left: 286px;
	text-decoration: none;
	color: white;
	padding: 9px 10px;
	background-color: #000000;
	border: 0;
	width: 309px;
	font-family: 'Share', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.3s;
}

	#btnUpload:hover {
		background-color: #e45608;
	}

/* =========================
   FINAL ERROR MESSAGE STYLE
   ========================= */

.msg-box {
	display: none;
}

	.msg-box.show-error {
		display: block !important;
		position: relative;
		margin: 20px auto 0 auto !important;
		padding: 14px 18px !important;
		width: 100%;
		max-width: 520px;
		box-sizing: border-box;
		background: #ffffff;
		color: #a12622;
		border: 1px solid #e35d5b;
		border-radius: 10px;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		box-shadow: 0 4px 10px rgba(0,0,0,0.08), 0 14px 30px rgba(0,0,0,0.10);
		transition: box-shadow 0.2s ease;
	}

		.msg-box.show-error:hover {
			box-shadow: 0 6px 14px rgba(0,0,0,0.10), 0 18px 36px rgba(0,0,0,0.12);
		}

		.msg-box.show-error::before {
			display: none !important;
			content: none !important;
		}

		.msg-box.show-error::after {
			content: "";
			position: absolute;
			left: 34px;
			bottom: -7px;
			width: 12px;
			height: 12px;
			background: #ffffff;
			border-left: 1px solid #e35d5b;
			border-bottom: 1px solid #e35d5b;
			transform: rotate(-45deg);
		}

	.msg-box.show-error::before {
		content: "";
		display: block;
		position: absolute;
		left: 30px;
		bottom: -11px;
		width: 0;
		height: 0;
		border-width: 12px 12px 0 0;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

.msg-text {
	display: block;
}

#report {
	margin-top: 20px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: green;
	background-color: #ffffff;
	border: 1px solid green;
}

#lblStatus {
	font-size: 16px !important;
}

#report .jobid,
#report .phone {
	color: #000;
	font-weight: 700;
}

.serviceHelpPopup {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.18);
	overflow: hidden;
}

.serviceHelpTabs {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
}

.serviceTabBtn {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 12px 10px;
	cursor: pointer;
	font-size: 15px;
}

	.serviceTabBtn.active {
		background: #fff;
		color: #f26a00;
		font-weight: bold;
	}

.serviceTabPanel {
	display: none;
	padding: 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

	.serviceTabPanel.active {
		display: block;
	}

.langHelpPopup {
	position: absolute;
	z-index: 1000000;
	width: 360px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	padding: 18px 18px 14px 18px;
}

	.langHelpPopup::before {
		content: "";
		position: absolute;
		width: 14px;
		height: 14px;
		background: #fff;
		border-left: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		transform: rotate(-45deg);
		left: -8px;
		top: 26px;
	}

	.langHelpPopup.popup-left::before {
		left: auto;
		right: -8px;
		transform: rotate(135deg);
		border-left: none;
		border-top: none;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
	}

	.langHelpPopup.popup-right::before {
		left: -8px;
		right: auto;
		transform: rotate(-45deg);
		border-right: none;
		border-bottom: none;
		border-left: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
	}

.langHelpBody {
	font-size: 15px;
	line-height: 1.45;
	color: #444;
}

.langHelpActions {
	margin-top: 16px;
	text-align: center;
}

.langHelpChooseBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 45px;
	padding: 0 22px;
	background: #000;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: inherit;
	cursor: pointer;
	white-space: nowrap;
}

	.langHelpChooseBtn:hover,
	.langHelpChooseBtn:focus {
		background: #f26a00;
		color: #fff;
		outline: none;
	}

@media (max-width: 900px) {
	#wrapper,
	#submissionform {
		width: 100% !important;
		margin: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box;
	}

	.lbl {
		width: 100% !important;
		margin: 15px 0 5px 0 !important;
		padding-top: 0 !important;
		text-align: left !important;
		display: block !important;
	}

	.langRow,
	#Comments,
	.file-upload-wrap,
	#PmSelect,
	#btnUpload,
	.msg-box {
		margin-left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	#txtFname,
	#txtLname,
	#txtPhone,
	#txtEmail,
	#txtComments,
	#ddlServiceType,
	#ddlPm,
	#sourceSingleUi,
	#targetMultiUi,
	#sourceSingleBtn,
	#targetMultiBtn {
		width: 560px !important;
		max-width: 560px !important;
	}

	.file-row {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	.file-remove-box {
		text-align: left;
		padding-top: 0;
	}

	#targetMultiChips,
	#sourceSingleChips {
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 14px;
	}

	h2 {
		font-size: 20px;
	}

	.fake-file-btn,
	#btnUpload,
	.langHelpChooseBtn {
		width: 100% !important;
		min-width: 0 !important;
	}

	.langHelpPopup {
		width: calc(100vw - 30px) !important;
		left: 15px !important;
		right: 15px !important;
	}
}


/* FORCE white background + black text for all main selects */
#ddlServiceType,
#ddlPm,
#dlSourceLang,
#dlTargetLang,
#sourceSingleBtn,
#targetMultiBtn,
.wb-input {
	background: #ffffff !important;
	color: #000000 !important;
}

	/* also fix the text inside (placeholder-like text) */
	#ddlServiceType option,
	#ddlPm option,
	#dlSourceLang option,
	#dlTargetLang option {
		color: #000000 !important;
	}

/* arrow icon (if custom) stays visible */
#ddlServiceType,
#dlSourceLang,
#dlTargetLang {
	appearance: auto;
}

/* =========================
   FIX OVERLAPPING FORM ROWS
   ========================= */

/* give every main field the same vertical rhythm */
#application > div {
	margin-bottom: 18px;
}

/* labels stay aligned */
.lbl {
	display: inline-block;
	width: 160px;
	margin-left: 120px;
	margin-right: 8px;
	text-align: right;
	vertical-align: top;
	padding-top: 5px !important;
}

/* normal inputs/selects align on same baseline */
#txtFname,
#txtLname,
#txtPhone,
#txtEmail,
#ddlServiceType,
#ddlPm {
	display: inline-block;
	vertical-align: top;
	margin-top: 0 !important;
}

/* source/target rows need their own block */
.langRow {
	display: inline-grid !important;
	grid-template-columns: 309px 18px !important;
	grid-template-rows: auto auto !important;
	column-gap: 8px !important;
	row-gap: 6px !important;
	align-items: start !important;
	vertical-align: middle !important;
	width: 335px !important;
	max-width: 335px !important;
	margin: 0 !important;
}

/* source/target control on row 1 */
#sourceSingleUi,
#targetMultiUi,
#sourceSingleUi.wb-multisel,
#targetMultiUi.wb-multisel {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: 309px !important;
	max-width: 309px !important;
	display: block !important;
}

/* help icon stays beside the top control only */
.langHelpImg {
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 14px !important;
	height: 14px !important;
	margin: 7px 0 0 0 !important;
	position: static !important;
	align-self: start !important;
	justify-self: start !important;
}

/* chips always go below */
#sourceSingleChips,
#targetMultiChips {
	grid-column: 1 / span 2 !important;
	grid-row: 2 !important;
	width: 520px !important;
	max-width: 520px !important;
	margin: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

/* keep fake buttons exact width */
#sourceSingleBtn,
#targetMultiBtn,
#sourceSingleBtn.wb-input,
#targetMultiBtn.wb-input {
	width: 309px !important;
	max-width: 309px !important;
}

/* remove old spacing that pushes rows upward/downward */
#txtEmail,
#ddlServiceType,
#dlSourceLang,
#dlTargetLang,
#sourceSingleBtn,
#targetMultiBtn,
#sourceSingleUi,
#targetMultiUi,
.langRow {
	margin-bottom: 0 !important;
}

/* comments row starts lower so chips never touch it */
#Comments {
	display: inline-block;
	vertical-align: top;
	margin-top: 0 !important;
}

/* =========================
   900px
   ========================= */
@media (max-width: 900px) {
	#wrapper,
	#submissionform {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box !important;
	}

	.lbl {
		display: block !important;
		width: auto !important;
		margin: 15px 0 6px 0 !important;
		padding-top: 0 !important;
		text-align: left !important;
	}

	.langRow,
	#Comments,
	.file-upload-wrap,
	.file-list-wrap,
	#PmSelect,
	#btnUpload {
		display: block !important;
		width: 100% !important;
		max-width: 420px !important;
		margin-left: 0 !important;
	}

	#txtFname,
	#txtLname,
	#txtPhone,
	#txtEmail,
	#txtComments,
	#ddlServiceType,
	#ddlPm,
	#sourceSingleUi,
	#targetMultiUi,
	#sourceSingleBtn,
	#targetMultiBtn,
	#sourceSingleUi.wb-multisel,
	#targetMultiUi.wb-multisel {
		width: 100% !important;
		max-width: 420px !important;
		margin-top: 0 !important;
		box-sizing: border-box !important;
	}

	.langRow {
		grid-template-columns: 1fr 18px !important;
		width: 100% !important;
		max-width: 420px !important;
	}

	#sourceSingleChips,
	#targetMultiChips {
		grid-column: 1 / span 2 !important;
		width: 100% !important;
		max-width: 420px !important;
		margin: 0 !important;
	}

	#report {
		width: 100% !important;
		max-width: 420px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}

	.file-row {
		grid-template-columns: 1fr !important;
		row-gap: 12px !important;
	}

	.file-remove-box {
		text-align: left !important;
		padding-top: 0 !important;
	}
}

/* =========================
    600px
   ========================= */
@media (max-width: 600px) {
	body {
		font-size: 14px !important;
	}

	h2 {
		font-size: 20px !important;
	}

	#submissionform {
		padding: 16px 14px 30px 14px !important;
	}

	.fake-file-btn,
	#btnUpload,
	.langHelpChooseBtn {
		width: 100% !important;
		max-width: 100% !important;
	}

	.langHelpPopup {
		width: calc(100vw - 24px) !important;
		left: 12px !important;
		right: 12px !important;
	}

	#txtComments {
		height: 120px !important;
		min-height: 120px !important;
	}
}

#submissionform h2 {
	margin-bottom: 30px !important;
}

#serviceTypeUi {
	position: relative;
}

#serviceHelpPopup {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: auto;
	transform: none;
	min-width: 420px;
	max-width: 520px;
	z-index: 9999;
}

#Comments,
.source-block,
.serviceTypeRow {
	margin-bottom: 0 !important;
}


/* =========================
   CONSISTENT FORM ROW SPACING
   ========================= */

#application > div {
	margin-bottom: 16px !important;
}

.lbl {
	vertical-align: top !important;
	padding-top: 6px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#txtFname,
#txtLname,
#txtPhone,
#txtEmail,
#ddlServiceType,
#ddlPm,
#sourceSingleBtn,
#targetMultiBtn,
#sourceSingleUi,
#targetMultiUi,
#Comments {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: top !important;
}

.langRow {
	margin: 0 !important;
	min-height: 34px;
}

#sourceSingleChips,
#targetMultiChips {
	margin-top: 6px !important;
	margin-bottom: 0 !important;
}

#Comments {
	padding-top: 0 !important;
}

#txtComments {
	margin-top: 0 !important;
	display: block;
}

/* make all normal rows visually sit on same rhythm */
#application > div:not(.source-block):not(.target-block):not(#Comments) {
	min-height: 34px;
}

#submissionform {
	border-radius: 16px;
	overflow: hidden; /* ensures inner content respects rounded corners */
}

.file-list-box {
	border-radius: 10px;
}

.langHelpPopup,
.serviceHelpPopup {
	border-radius: 10px;
}

#submissionform {
	border-radius: 16px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08), 0 12px 30px rgba(0,0,0,0.12), 0 30px 60px rgba(0,0,0,0.10);
}


/* =========================
   FIELD ERROR BUBBLES
   ========================= */

.field-error {
	display: block !important;
	position: absolute !important;
	left: calc(100% + 12px) !important;
	top: 0 !important;
	width: 230px !important;
	padding: 8px 12px !important;
	background: #ffffff !important;
	color: #a12622 !important;
	border: 1px solid #e35d5b !important;
	border-radius: 8px !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	white-space: normal !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
	z-index: 50 !important;
}

	.field-error::before {
		content: "";
		position: absolute;
		left: -7px;
		top: 9px;
		width: 12px;
		height: 12px;
		background: #ffffff;
		border-left: 1px solid #e35d5b;
		border-bottom: 1px solid #e35d5b;
		transform: rotate(45deg);
	}

.input-error {
	border: 1px solid #e63900 !important;
}

#serviceTypeUi,
#sourceSingleUi,
#targetMultiUi {
	position: relative !important;
}


#submissionform {
	overflow: visible !important;
}

#application,
.form-row,
.serviceTypeControl,
#serviceTypeUi,
#sourceSingleUi,
#targetMultiUi {
	overflow: visible !important;
	position: relative !important;
}

.field-error {
	display: block !important;
	position: absolute !important;
	left: calc(100% + 12px) !important;
	top: 0 !important;
	width: 230px !important;
	padding: 8px 12px !important;
	background: #fff !important;
	color: #a12622 !important;
	border: 1px solid #e35d5b !important;
	border-radius: 8px !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	z-index: 999999 !important;
}

.input-error {
	border: 1px solid #e63900 !important;
}


.serviceTypeRow .serviceTypeControl {
	display: inline-block !important;
	width: 309px !important;
	margin-left: 0 !important;
	vertical-align: top !important;
}

.serviceTypeRow #serviceTypeUi,
.serviceTypeRow #serviceTypeBtn {
	width: 309px !important;
	max-width: 309px !important;
}

.field-wrap {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.field-error {
	display: block !important;
	position: absolute !important;
	left: calc(100% + 12px) !important;
	top: 0 !important;
	width: 230px !important;
	padding: 8px 12px !important;
	background: #ffffff !important;
	color: #a12622 !important;
	border: 1px solid #e35d5b !important;
	border-radius: 8px !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	white-space: normal !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
	z-index: 999999 !important;
}

	.field-error::before {
		content: "";
		position: absolute;
		left: -7px;
		top: 9px;
		width: 12px;
		height: 12px;
		background: #ffffff;
		border-left: 1px solid #e35d5b;
		border-bottom: 1px solid #e35d5b;
		transform: rotate(45deg);
	}

.input-error {
	border: 1px solid #e63900 !important;
}

#submissionform,
#application {
	overflow: visible !important;
}

.form-row .field-wrap > span[id*="rfv"],
.form-row .field-wrap > span[id*="rev"],
.form-row .field-wrap > span[id*="cv"] {
	display: none !important;
}