﻿@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
	font-family: LearningCurve;
	src: url('/fonts/LearningCurve_OT.eot');
	src: url('/fonts/LearningCurve_OT.eot') format('embedded-opentype'), /* EOT file for IE */
		 url('/fonts/LearningCurve_OT.woff') format('woff'),
		 url('/fonts/LearningCurve_OT.ttf') format('truetype'); /* TTF file for CSS3 browsers */
	
	font-weight: normal;
	font-style: normal;
}


body.homepage {
	background: url(/images/background-full.jpg) no-repeat center top #183C3C;
	color: #FFF;
	height: 100%;
}

#disclaimer {
    font-size: 7pt;
}
@media screen and (min-width:1500px) {
	body.homepage {
		background-size: cover;
	}
}
body.errorpage {
	background: #E6E7E8;
	margin: 10% 0 0 0;
	height: auto;
}
.white-text {
	color: #FFF;
}
.centerelem {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer.footer-wrapper {
	margin: 35px 0 0 0;
}
.page-footer {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.elem-shift {
	margin: 10px 0 0 0;
}

/* PAGES */
.home-content {
	text-align: center;
	margin-top: 20px;
}
#header-wrapper {
	width: 100%;
	height: 112px;
	background: rgba(255,255,255,0.2);
	display: block;
	behavior: url(/js/pie/PIE.htc);
}
.section-page-overlay {
	width: 100%;
	height: auto;
	background: rgba(24,60,60,0.8);
	padding: 0;
	display: block;
	behavior: url(/js/pie/PIE.htc);
}
@media all and (max-height:700px) {
	.section-page-overlay {
		height: auto;
		padding: 0 0 50px;
	}
}
@media all and (max-width:1000px) {
	.section-page-overlay {
		height: auto;
	}
}
#header-wrapper-default {
	width: 100%;
	height: 112px;
	background: #FFF;
	display: block;
}
#home-logo {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	height: 0px;
	overflow: visible;
}
@media screen and (max-width: 560px) {
	#home-logo {
		text-align: left;
	}
}
@media screen and (max-width:767px) {
	#header-wrapper-default {
		height: auto;
	}
}
#logo {
	float: left;
	padding: 10px 0px 0px 0px;
}
@media screen and (max-width:767px) {
	#logo {
		width: 25%;
	}
	h2 {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 481px) {
	#logo {
		display: none;
	}
}
#header-login {
	float: right;
	padding: 20px 0px 0px 0px;
	text-align: right;
}
#page-login {
	float: right;
	padding: 5px 0px 0px 0px;
	text-align: right;
}
#header-login-wrapper {
	margin: 40px 0 0 0;
}
#header-apply-wrapper {
	margin: 10px 0 0 0;
}
#header-apply-wrapper p {
	font-size: 2em;
	color: #659190;
	padding: 5px 0 0 0;
	margin: 0;
}
@media screen and (max-width: 900px) {
	#header-apply-wrapper p {
	    font-size: 1.2em;
	    color: #659190;
	    padding: 5px 0 0 0;
	    margin: 0;
		line-height: 1.2em;
    }
}
.page-menu-wrapper {
	background: #000;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 6px 0 5px 0;
}
nav ul {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	display: inline-block;
	padding: 0 35px 0 0;
	margin: 0 20px 0 0;
	border-right: solid #FFF thin;
}
@media all and (max-width:520px) {
	nav ul li {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
	}
}
nav ul li:nth-of-type(4) {
	border-right: none;
}
#header-apply {
	margin: 6px 0 0 0;
	width: 118px;
	float: right;
}
#header-account-details {
	width: auto;
	text-wrap: suppress;
	margin: 10px 0 0 0;
}
#home-content {
    text-align: center;
	padding: 30px 0px 20px 0px;
	width: 100%;
}
#home-content p {
	color: #FFF;
}
.small-button {
	background: #F1F2F2;
	border: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px !important;
	padding: 4px 12px 4px 12px;
	color: #183C3C;
	font-weight: 700;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	width: auto;
	-webkit-transition: background 0.5s ease-out 0.05s;
	-moz-transition: background 0.5s ease-out 0.05s;
	-o-transition: background 0.5s ease-out 0.05s;
	transition: background 0.5s ease-out 0.05s;
	cursor: pointer;
	behavior: url(/js/pie/PIE.htc);
}
.intro-download {
    background: #13514A;
	border: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px !important;
	padding: 4px 12px 4px 12px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	width: auto;
	-webkit-transition: background 0.5s ease-out 0.05s;
	-moz-transition: background 0.5s ease-out 0.05s;
	-o-transition: background 0.5s ease-out 0.05s;
	transition: background 0.5s ease-out 0.05s;
	cursor: pointer;
	behavior: url(/js/pie/PIE.htc);
}

.intro-download:hover {
	background: #000;  
	color: #FFF;
}

.accordion-list{
   color: #FFF;       
 }

.small-button:hover {
	background: #79A3A4;
	color: #183C3C;
}
.join-button-wrapper {
	width: 100%;
	text-align: center;
	margin: 40px 0 0px 0;
	display: block;
}
a.mid-button {
	background: #9AACAA;
	padding: 5px 40px 5px 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	behavior: url(/js/pie/PIE.htc);
}
a.mid-button:hover {
	background: #79A3A4;
}
.green-button {
	background: #13514A;
	color: #FFF !important;
	font-size: 14px !important;
}
.light-green-button {
	background: #79A3A4;
	color: #FFF !important;
	font-size: 12px !important;
	margin: 0px;
	-webkit-transition: background 0.5s ease-out 0.05s;
	-moz-transition: background 0.5s ease-out 0.05s;
	-o-transition: background 0.5s ease-out 0.05s;
	transition: background 0.5s ease-out 0.05s;
	behavior: url(/js/pie/PIE.htc);
}
.light-green-button:hover {
	background: #13514A;
}
.brown-button {
	background: #885023 !important;
	color: #FFF !important;
}
.login-button {
	background: #885023 !important;
	color: #FFF !important;
    text-transform: inherit !important;
}
.red {
	color: red !important;
}

input.ng-invalid-date  {
    border:1px solid red !important; 
    background-color: lightcoral;
}
.gray-button {
	background: #BCBEC0;
	color: #231F20;
}
.black-button {
	background: #000 !important;
	color: #FFF !important;
}
.home-header {
	font-size: 2em;
	margin: 0px 0px 0px 0px;
}
.download-link-text {
    text-decoration: underline;
}
.download-link-text img {
    height: 80px;
}
.limited-bound {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
.large-button-white {
	background: url(/images/button-large-background.png) no-repeat transparent;
	background-position: 0 0;
	width: 256px;
	height: 35px;
	text-align: center;
	color: #163B3B;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	text-decoration: none;
}
.large-button-white:hover {
	background-position: 0 -54px;
	color: #163B3B;
}
.large-button-brown {
	background:url(/images/button-brown-background.png) no-repeat transparent;
	background-position: 0 0;
	width: 258px;
	height: 35px;
	text-align: center;
	color: #FFF;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	display: inline-block;
	text-decoration: none;
}
.large-button-brown:hover {
	background-position: 0 -55px;
	color: #FFF;
}
.large-button-lgreen {
	background: url(/images/button-lgreen-background.png) no-repeat transparent;
	background-position: 0 0;
	width: 258px;
	height: 35px;
	text-align: center;
	color: #FFF;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	display: inline-block;
	text-decoration: none;
}
.large-button-lgreen:hover {
	background-position: 0 -56px;
	color: #FFF;
}
.large-button-dark {
	background: url(/images/button-dark-background.png) no-repeat transparent;
	background-position: 0 0;
	width: 256px;
	height: 35px;
	text-align: center;
	color: #FFF !important;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	text-decoration: none;
}
.large-button-dark:hover {
	background-position: 0 -54px;
	color: #FFF;
}
.home-disc-column {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
.home-disc-column p {
	margin: 0px;
	font-size: 0.9em;
}
:-ms-input-placeholder { /* IE10–11 */
    color: #899d9a !important;
}
.floating-icon {
	float: left;
	margin-right: 10px;
}
#footer-logo {
	display: inline-block;
	width: 95px;
	padding: 0px 10px 0px 0px;
	border-right: solid #231F20 thin;
	margin: 0px 10px 0px 0px;
}
.form-column {
	max-width: 480px;
	min-width: 479px;
	display: inline-block;
	vertical-align: top;
}
.form-row {
	width: 50%;
	margin: 0;
	display: block;
	float: left;
	padding: 0 1.5% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.form-row:nth-of-type(even),
.form-row.attorney { 
	padding: 0 0 0 1.5%; 
	float: right; 
}
.fieldWrapper .form-row:last-of-type { width: 100%; padding-right: 0; }
.full-span,
.form-row.full-span {
	width: 100%;
	padding: 0;
}
.form-row input[type="text"], .form-row input[type="date"] {
	width: 100%;
	height: 36px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input.dateField {
	background: url(/images/create-claim_datepicker.png) no-repeat right #FFF;
}
.form-row select,
.form-row textarea {
	width: 100%;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.form-row textarea {
	height: 106px;
}
@media all and (max-width:700px) {
	/*.form-row {
		width: 48%;
	}
	.form-row textarea {
		width: 96%;
	}*/
}
.marginless-right {
	width: 100% !important;
	margin-right: 0 !important;
}
.footer-seperator {
	width: 5px;
	border-right: solid #231F20 thin;
	display: inline;
	margin: 0px 5px 0px 0px;
}
.footer-seperator-white {
	width: 5px;
	border-right: solid #FFF thin;
	display: inline;
	margin: 0px 5px 0px 0px;
}
a#account-button {
	width: 40px;
	height: 40px;
	background: url(/images/welcome-icon-over.png) no-repeat transparent;
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}
a#account-button:hover {
	background: url(/images/welcome-icon-over.png) no-repeat transparent;
}
#control-panel {
	width: 100%;
	padding: 13px 0 10px 0;
	border-top: solid #999 thin;
	border-bottom: solid #999 thin;
	margin: 20px 0 20px 0;
	display: block;
}

img.control-icon {
    display: inline-block;
	margin: -3px 0 0 0;
}
a.control-item {
	display: inline-block;
	margin: 0 20px 0 0;
}
a.control-item-blur {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #9AACAA;
}
#control-panel p {
	display: inline-block;
	margin: 2px 0px 0px 5px;
}
#pending-preview {
	background: #79A3A4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	padding: 2px 6px 2px 6px;
	font-size: 0.35em;
	display: inline;
	margin: 0 0 0 10px;
	font-weight: normal;
	position: relative;
	top: -5px;
	behavior: url(/js/pie/PIE.htc);
}
@media screen and (max-width:481px) {
	#pending-preview {
		font-size: 0.6em;
	}
}
table.content-table {
	font-size: 1.4em;
}
table.content-table th {
	text-align: left;
	padding: 5px 50px 5px 0px;
}
table.content-table td {
	padding: 2px 50px 2px 5px;
}
@media screen and (max-width: 481px) {
	table.content-table {
		font-size: 1em;
	}
	table.content-table th:nth-of-type(2) {
		min-width: 200px;
	}
}
.feature-column {
	width: 33%;
	vertical-align: top;
	display: inline-block;
	min-width: 300px;
}
.feature-item {
	margin: 0 50px 0 0;
}
.feature-end {
	margin-right: 0px;
}
.feature-item img {
	float: left;
	margin: 0 20px 20px 0;
}
.feature-item p {
	font-size: 0.9em;
	margin: 10px 0px 10px 0;
	padding: 5% 0 0 0;

}
p.sub-padd {
	padding: 10px 0 0 0 !important;
}
p.no-padd {
	padding: 5px 0 0 0 !important;
}
p.max-padd {
	padding: 7% 0 0 0;
}
.pspace {
	height: 50px;
	display: block;
}
.benefits-table {
	width: 100%;
}
/* Create */
.upload-header {
	width: 100%;
	height: auto;
	background: #FFF;
	margin: 10px 0 0 0;
}
.upload-header-button {
	width: 100%;
	display: table;
	margin: 0;
	padding: 10px 0 10px 18px;
	/*border-bottom: 1px solid rgba(114,143,140,0.2);*/
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.upload-header-button:hover,
.upload-header-button:hover input.upload-button + label { background: #F1F2F2; }
.upload-header-button .col50 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.upload-content {
	background: rgba(114,143,140,0.7);
	padding: 10px 20px 10px 20px;
	display: block;
	color: #FFF;
	margin: 0 0 40px 0;
	width: 96%;
	behavior: url(/js/pie/PIE.htc);
}
@media all and (max-width: 800px) {
	.upload-content {
		width: 94%;
	}
}
@media all and (max-width: 600px) {
	.upload-content {
		width: 90%;
	}
}
.upload-type {
	margin: 10px 0 10px 0;
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: solid #FFF thin;
	border-bottom: solid #FFF thin;
	display: block;
}
a.upload-button {
	margin: 10px 10px 10px 0;
	color: #FFF;
	text-transform: uppercase;
}
a.upload-button img {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
input.upload-button {
	display: inline-block; 
	position: relative;
	padding-left: 5px;
	font-style: italic;
	background: none;
	z-index: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	border: 0;
}
.col50 label {
    position: relative;
	display: inline-block;
	vertical-align: middle;
	background: none;
	font-weight: normal;
	padding: 2px 0 0 0;
	cursor: pointer;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
input:focus,
select:focus,
textarea:focus { border-color: rgba(114,143,140,1); outline: 0; }
input[type="file"]:focus { outline: 0; border: 0; }

input.upload-button:focus + label,
input.upload-button + label:hover {
    /*border: 1px solid #FFF;*/
}
.upload-header a.upload-button img {
	width: 42px;
	height: 42px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.upload-type img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-order-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #FFF;
}
.white-input {
	max-width: 500px;
	margin: 10px 0 20px 0 !important;
}
@media all and (max-width:700px) {
	.white-input {
		max-width: 280px;
	}
}
.widen {
	width: 102% !important;
}
.home-disc-container-header {
	padding: 10px;
	border: solid #FFF thin;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	text-align: center;
	margin: 20px auto 0 auto;
	width: 400px;
}
.home-disc-container {
	width: 400px;
	padding: 10px;
	border: solid #FFF thin;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	border-top: none;
	margin: 0 auto 0 auto;
}
.home-icon-column {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 10px 0px;
	text-align: center;
}
.home-icon-column p {
	margin: 5px 0 0 0;
	font-size: 0.9em;
}
.input-tiny {
	width: 50px !important;
	margin-right: 10px !important;
}
.input-small {
	width: 344px !important;
}

.clear { clear: both; }

/* POPUP - PROCESSING */
.popupWindow {
	display: block;
}
.pageOverlay {
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px 0px 20px 0px;

   z-index: 99;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.multi-currency-input {
    width: 50% !important;
}
.multi-currency-label {
        width: 51% !important;
    /* text-align: right; */
    padding-left: 11px;
    display: inline-flex;
    /* margin-right: auto; */
    float: right;
    /* right: 56px; */
}
.multi-currency-group {
    display: inherit;
    height: 40px;
    vertical-align: middle;
    text-align: right;
}

.complex-currency-split {
     display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    margin: 1em 0;
    padding: 0;
}

.multi-currency-show-span {
    position: absolute;
    top: 40px;
}

.block-right {
   text-align: right; 
   display: inline-block;
}

.popupContainer {
	width: 620px;
	height: 500px;
	opacity: 1;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 15%;
	position: relative;
}

#processing {
	height: 200px;
	background: url(/images/proceess-background.png) no-repeat transparent;
	background-position: 20px 20px;
	position: relative;
}
#oops {
	background: url(/images/oops-background.png) center top no-repeat #E6E7E8;
	background-position: 50% 40px;
	position: relative;
	padding: 40px;
	text-align: center;
	
}
#error {
	background: url(/images/oops-background.png) center top no-repeat #E6E7E8;
	background-position: 50% 40px;
	position: relative;
	padding: 40px;
	text-align: center;
	
}

.passwordLink {
    color: blue;
    text-decoration: underline
}
#error {
	background: url(/images/oops-background.png) center top no-repeat #E6E7E8;
	background-position: 50% 40px;
	position: relative;
	padding: 40px;
	text-align: center;
	
}
#processing p {
	font-size: 80px;
	color: #FFF;
	padding: 40px 0 0 64px;
	font-weight: 700;
}

.no-animate {
   -webkit-transition: none !important;
   transition: none !important;
}
/* OTP BOX */
.pageOverlay.otp .popupContainer {
	background: #E6E7E8;
	height: auto;
	padding: 40px;
}
.pageOverlay.otp #processing { 
	background: url(/images/oops-background.png) center 0 no-repeat;
	background-size: 90%;
	height: 100%;
}
.pageOverlay.otp #processing .otpImg {
	position: relative;
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0;
}
.pageOverlay.otp #processing .errorImg {
	position: relative;
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto;
	padding: 75px 0;
}
.pageOverlay.otp #processing p {
	font-size: 18px;
	color: #000;
	padding: 0 0 20px 0;
}
.pageOverlay.otp #processing input[type="text"] { width: 33.3%; margin: 0 10px; }

/* PAGE HEADER BOX */

.page-header-img {
   padding: 50px;
    height: 500px;
}

.page-header-img .page-header-content { 
	background: url(/images/oops-background.png) center 0 no-repeat;
	background-size: 100%;
	height: 100%;
}

.page-header-img img {
	position: relative;
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
	padding: 120px 0;
}

.browser-warning h1 {
    font-size: 2.5em;
}
.browser-warning p {
    font-size: 1.4em;
}

/* SYNCING BOX */
.sync-icon .popupContainer {
	background: #E6E7E8;
	height: auto;
	padding: 40px;
}
.sync-icon #syncing { 
	background: url(/images/oops-background.png) center 0 no-repeat;
	background-size: 90%;
}
.sync-icon #syncing img {
    position: relative;
    display: block;
    width: 15%;
    height: auto;
    margin: 0 auto;
    padding: 15% 0;
}
.sync-icon #syncing p {
	font-size: 18px;
	color: #000;
	padding: 0 0 20px 0;
}
.sync-icon #syncing input[type="text"] { width: 33.3%; margin: 0 10px; }
  

.sync-overlay {
    width: 100px;     
    position: absolute;
    top: 13%;
    left: 50%;
}
.fadeinout-animation {
    -webkit-animation: fadeinout 1s infinite alternate;
    animation: fadeinout 1s infinite alternate;
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
/* Message BOX */
.pageOverlay.message .popupContainer {
	background: #E6E7E8;
	height: auto;
	padding: 40px;

}
.pageOverlay.message #processing { 
	background: url(/images/oops-background.png) center 0 no-repeat;
	background-size: 90%;
	height: 100%;
}
.pageOverlay.message #processing .otpImg {
	position: relative;
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0;
}
.pageOverlay.message #processing p {
	font-size: 18px;
	color: #000;
	padding: 0 0 20px 0;
    text-align: center;
}

.pageOverlay.message #processing #continueButton {
    text-align: center;
    margin:auto;
}

.pageOverlay.message #processing #multipleButton {
	display:inline-block;
}

.pageOverlay.message .heading {
    text-align: center;
	font-size: 24px;
}

/* ERROR BOX */
.pageOverlay.error .popupContainer {
	background: #E6E7E8;
	height: auto;
	padding: 40px;
}
.pageOverlay.error #processing { 
	background: url(/images/oops-background.png) center 0 no-repeat;
	background-size: 90%;
	height: 100%;
}

.pageOverlay.error #processing .errorImg {
	position: relative;
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto;
	padding: 75px 0;
}
.pageOverlay.error #processing p {
	font-size: 16px;
	color: #000;
	padding: 0 0 20px 0;
}
.pageOverlay.error #processing input[type="text"] { width: 33.3%; margin: 0 10px; }

.error-icon {
	display: block;
	margin: 50px auto 60px auto;
}
.padded-top {
	padding: 20px 0 0 0;
}

.popuptextarea{
    height: 200px;
}
.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    overflow-y: auto;
    max-height: 200px; 
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.angucomplete-highlight {
	color: #ff0000;
}
#processing p.explanation { font-size: 24px; }

p.agree > img { padding-right: 5px; }
p.agree .t-btn,
.pageOverlay.otp #processing .t-btn {
	margin: 5px 0 0 5px !important;
	font-size: 13px!important; color: #FFF!important;
	background: #79A3A4;
	
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.pageOverlay.otp #processing .t-btn { margin-left: 0!important; }
p.agree .t-btn:hover,
.pageOverlay.otp #processing .t-btn:hover { background: #000!important; }
p.agree .t-btn > img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}
p.agree .t-btn:hover > img { margin-left: 8px; }

/* REQUEST QUOTE */
p.noB { margin-bottom: 0; }
ul.lessL { padding-left: 15px; }
a.tt-green:hover { color: #B27350!important; }
h2.tt-bronze {
	font-family: LearningCurve;
	font-size: 50px;
	margin: 20px 0 0 0;
	line-height: 24px;
}
.quotedeclaration .t-btn { padding: 5px 15px; }
.quotedeclaration input.t-btn { margin: 20px 0 0 0 !important; text-align: center; }
.quotedeclaration .t-btn.backBtn {
	position: relative;
	padding-left: 30px;
}
.quotedeclaration .t-btn.backBtn:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 15px;
	background:url(/images/create-claim_upload-icon.png) center center no-repeat;
	height: 10px;
	width: 10px;
	
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
	
}
.quotedeclaration input[type="text"] { width: 300px; vertical-align: bottom; }
.quotedeclaration input[type="text"]:focus { border: 2px solid #B27350!important; }
.quotedeclaration .t-btn.backBtn:hover:before { left: 10px; }
h4.panel-title { font-family: LearningCurve; font-size: 48px; }

#adviceForm .row > div {
    width:50%
}
#adviceForm .row-single-item {
    
    margin-right: -27px;
    margin-left: -27px;
}
#adviceForm .row  {
    display: flex;
}
#adviceForm select {
        width: 96%
}



/** These are the styles for the header and footer, they have been containered using specification, this can be sorted out when polishing up all the sytling at a tlater point **/

.masthead {
    background: #0d3f39;
    margin-bottom: 15px;
}


.masthead .test {
    color: indianred;
    padding: 10px;
}

.masthead .user-details {
    color: #728f8c;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid;
    margin-left: 15px;
}


.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.masthead .sm-logo {
    width: 150px;
}


.masthead .disc-logo {
    width: 70px;
}

.py-3 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.nav-masthead {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
}

.justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.nav-masthead a {
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid transparent;
}

.nav-masthead .user-details a {
    padding: 0;
    margin: 0;
}

.masthead a.cta {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

.masthead nav a:hover {
    border-bottom: 2px solid #fff;
    color: #d4dddc;
}

.masthead nav .cta:hover {
    color: #0d3f39;
    background: #fff;
}

.corona {
    margin: -15px 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 20px 25px 0px rgba(0,0,0,0.05);
            box-shadow: 0 20px 25px 0px rgba(0,0,0,0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}