@font-face {
	font-family: 'kanitbold';
	src: url('fonts/kanit-bold-webfont.woff2') format('woff2'),
		 url('fonts/kanit-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'kanitregular';
	src: url('fonts/kanit-extralight-webfont.woff2') format('woff2'),
		 url('fonts/kanit-extralight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'titilliumregular';
	src: url('fonts/titillium-regular-webfont.woff2') format('woff2'),
		url('fonts/titillium-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'titillium_bdbold';
	src: url('fonts/titillium-bold-webfont.woff2') format('woff2'),
		url('fonts/titillium-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100% !important;
}
body {
	background: white;
	color: #101010;
	font-family: 'kanitregular', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	cursor: default;
	top: 0px !important;
	min-height: inherit !important;
	margin: 0;
}
input, select, textarea {
	font-family: 'kanitregular', sans-serif;
	font-size: 14px;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e6e6f5 !important;
	padding: 2px 10px;
}
input[type="button"] {
	font-family: 'kanitbold';
	font-size: 14px;
	background-color: #98c000 !important;
	text-transform: uppercase;
	color: white;
}
video {
	width: 100% !important;
	height: auto;
	margin: 0 auto !important;
	max-width: 800px;
	max-height: 600px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease-out;
	-moz-transition: max-height 1s ease-out;
	-o-transition: max-height 1s ease-out;
	transition: max-height 1s ease-out;
}	
progress {
	-webkit-appearance: none;
	color: #98c000;
	background-color: #eee;
}
progress::-webkit-progress-bar {
	background: #eee;
}
progress::-webkit-progress-value {
	background: #98c000;
} 
progress::-moz-progress-bar {
	background: #98c000;
}
.passport_block {
	background-color: #40bedf;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 2px; 

	/* Firefox 1-3.6 */
	-moz-border-radius: 2px; 

	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 2px; 
	padding: 2px 8px;
	margin: 2px;
	font-family: 'kanitbold';
	color: white;
}
#quote_details_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.75);
}
#quote_details_content {
	margin-top: 10%;
	margin-bottom: 30%;
	height: 56%;
	margin-left: 20%;
	margin-right: 20%;
	width: 56%;
	background-color: white;
	border: black 2px solid;
	padding: 2% 2%;
	overflow-y: scroll;
}
.quote_list_header {
	padding: 2px 8px !important;
	border: white 1px solid;
	color: #a0a0a0;
}
.email_notvalid {
	color: red;
}


.odd {
	background-color: #f0f0f0;
}
.meet-team {
	font-family: 'kanitbold', sans-serif;
    border-radius: 5px;
    border: 2px solid black !important;
	background-color: #40bedf;
	color: black !important;
    padding: 8px;
    margin: 8px;
    text-align: center;
	display: block;
	text-decoration: none !important;
}
.showMobile {
	display: none;
	width: 100%;
}
.hideMobile {
	display: block;
	width: 100%;
}
.form-action-bar {
	padding-top: 4px;
	padding-bottom: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.toggle-sign-header {
	margin-bottom: 2px;
	text-align: center;
	background-color: red;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    background-color: #f5f5ff !important;
}
input:hover, select:hover, textarea:hover {
	background-color: #c7edf3 !important;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width     : 2em;
	margin    : 0;
	padding   : 0;
	font-size : 1em;
	display: none;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
	display      : inline-block;
	line-height  : 1.5em;
	margin-top: 0px;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
	display          : inline-block;
	width            : 1.25em;
	height           : 1.25em;
	margin           : 0.25em 0.5em 0.25em 0.25em;

	background       : #e6e6f5;
	vertical-align   : bottom;
}
input[type=checkbox]:not(old) + label > p {
	display: inline-block;
	margin: 0px;
}
input[type=checkbox]:not(old):checked + label > span:before,
input[type=radio]:not(old):checked + label > span:before {
	content     : '✓';
	display     : block;
	width       : 1em;
	color       : #000000;
	font-size   : 1.25em;
	line-height : 1em;
	text-align  : center;
	font-weight : bold;
}
input[type=checkbox]:not(old) + label > span:hover,
input[type=radio]:not(old) + label > span:hover {
	background-color: #c7edf3;
}
input[type="radio"] {
	width: auto;
}
.pif_border{
	border: 2px solid #35698d!important;
}
.pif_border_checkbox{
	border: 2px solid #35698d!important;
}
a:link, a:visited {
	color: #101010;
	text-decoration: underline;
	cursor: auto;
	border: none;
	outline: none;
}
img {
	border: none;
	outline: none;
}
a:link:active, a:visited:active {
	color: #101010;
}
h3 {
	font-family: 'kanitbold', sans-serif;
}
h2 {
	font-family: 'kanitbold', sans-serif;
}
h1 {
	font-family: 'kanitbold', sans-serif;
}
strong {
	font-family: 'kanitbold', sans-serif;
}
.input_login {
	margin: 2px 0;
}
.radio-group {
	background-color: #40bedf;
	border: 1px solid #000000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.radio-group-new {
	background-color: #d3e9ec;
	border: 1px solid #000000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#paymentSection {
	border: 2px solid #40bedf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.goog-te-banner-frame {
	display: none !important;
}
.goog-tooltip {
	display: none !important;
}
.goog-te-gadget {
	color: black !important;
}
.goog-logo-link {
	color: black !important;
}
div.tooltip {
	position: absolute;
	text-align: center;
	padding: 2px;
	background: #40bedf;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	z-index: 2;
}
label {
	display: inline-block;
}
iframe {
	width: 100%;
	background-color: #ebebe4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content-main {
	color: #101010;
	margin-bottom: 100px;
}
#viewreservations {
	color: white;
}
#myCanvas {
	background-color: white;
}
.overlay-content {
	position: fixed;
	width: 280px;
	height: 292px;
	z-index: 999;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #101010;
	background-color: white;
	padding: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid black;
}
#passOverlay {
	display: none;
}
.passError {
	text-align: center;
	color: red;
	top: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
	transition: color 2s;
}
.trackerItem {
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
}
.trackerGroup {
	width: 22px;
	height: 22px;
	border: 2px solid #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	color: #000;
	text-align: center;
}
.container {
	display: table-cell;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.header_container {
	display: table-cell;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.header_trans_log {
	display: table-cell;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.tab_flex {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.social_block {
	display: inline-block;
	margin: 0 auto;
}
.contact_icon {
	width: 24px;
	text-align: center
}
.display_count {
	color: #ffffff;
	background-color: red;
	font-size: 11px;
	font-family: 'kanitbold', sans-serif;
	width: 10px;
	height: 16px;
	max-width: 10px;
	max-height: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #ffffff;
	padding-left: 4px;
}
.big_display_count_circle {
	font-family: kanitbold;
	font-size: 15px;
	display: flex;
	text-align: center;
	margin: 8px;
	background-color: red;
	width: 28px;
	height: 28px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #ffffff;
}
.big_display_count_zero {
	background-color: #98c000 !important;
}
.count_wide {
    padding-left: 1px !important;
    width: 13px !important;
    max-width: 13px !important;
}
.homeLeftPane {
	flex: 1;
	margin-bottom: 12px;
	flex-direction: column;
}
#pls-header {
	position: fixed;
	height: 52px;
	top: 0px;
	left: 0px;
	background: white;
	z-index: 2;
}
#dashboard {
	max-width: 100%;
}
#propertyAddress {
	overflow: hidden;
	white-space: nowrap;
	padding: 2px;
}
#tab-header {
	position: fixed;
	top: 48px;
	left: 0px;
	background-color: white;
	z-index: 1;
}
#logged_user {
	background-color: #4f4f4f;
	border: 1px solid #40bedf;
	padding: 4px 8px;
	position: absolute;
	top: 4px;
	right: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #40bedf;
}
i {
	font-size: 22px !important;
	padding: 2px;
	color: #8c8e9a;
}
#logged_user:hover {
	background-color: #5f5f5f;
}
#clientNames {
	font-size: 18px;
	font-family: 'kanitbold', sans-serif;
}
#propertyTypeHome {
	font-size: 18px;
	font-family: 'kanitbold', sans-serif;
	color: #40bedf;
}
#propertyAddressHome {
	font-size: 18px;
	font-family: 'kanitbold', sans-serif;
	color: #8c8e9a;
}
.docCountHome {
	color: red;
	font-family: 'kanitbold', sans-serif;
}
.feeEarnerImage {
	width: 128px;
	height: 128px;
}
.logo_side {
	width: 100%;
	max-width: 100px;
	max-height: 124px;
}
.feeEarner {
	font-size: 20px;
	color: #40bedf;
}
#user_menu {
	background-color: #4f4f4f;
	border: 1px solid #40bedf;
	padding: 4px 8px;
    margin-top: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#popupSignature {
	padding: 8px;
	background: #f4f3f4;
	position: fixed;
	display: none;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
}
.popup {
	padding: 8px;
	background: white;
	position: fixed;
	display: none;
	z-index: 99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
	width: 90%;
	max-width: 480px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.surveyBtn {
	font-family: 'kanitbold', sans-serif;
	border-radius: 5px;
	border: 2px solid black;
	padding: 8px;
	margin: 8px;
	width: 96px;
	text-align: center;
	flex: 1;
}
.quoteBtn {
	border-radius: 5px;
	border: 2px solid black;
	padding: 8px;
	margin: 8px;
	text-align: center;
	color: black;
	font-family: 'kanitbold', sans-serif;
}
#popupRemoveReservation {
	padding: 8px;
	background: #40bedf;
	position: fixed;
	display: none;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
}
#popupFailPayment {
	padding: 8px;
	background: #40bedf;
	position: fixed;
	display: none;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 320px;
	border: 1px solid black;
}
#popupSuccessPayment {
	padding: 8px;
	background: #40bedf;
	position: fixed;
	display: none;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 320px;
	border: 1px solid black;
}
.menu_text {
	color: #40bedf;
	position: relative;
}
.ajax_loader {
	margin: auto auto;
	width: 32px;
	height: 32px;
	background-image: url("ajax-loader.gif");
}
#login {
	max-width: 568px;
	background-color: #40bedf;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 28px 24px;
	margin: 0 auto;
}
.loginHeader {
	max-width: 568px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 56px;
}
.col {
	padding: 4px;
	display: inline-block;
	overflow: hidden;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.col_tab_1 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-shrink: 4;
	-webkit-flex-shrink: 4;
}
.col_tab_1_np {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	display: inline-block;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-shrink: 4;
	-webkit-flex-shrink: 4;
}
.col_tab_2 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex-grow: 2;
	-webkit-flex-grow: 2;
	flex-shrink: 2;
	-webkit-flex-shrink: 2;
}
.col_tab_3 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex-grow: 3;
	-webkit-flex-grow: 3;
	flex-shrink: 3;
	-webkit-flex-shrink: 3;
}
.col_tab_4 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex-grow: 4;
	-webkit-flex-grow: 4;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
}
.col_tab_4_np {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	display: inline-block;
	flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex-grow: 4;
	-webkit-flex-grow: 4;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
}

.col_tab_5 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex-grow: 5;
	-webkit-flex-grow: 5;
	flex-shrink: 5;
	-webkit-flex-shrink: 5;
}
.col_tab_5_np {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	display: inline-block;
	flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex-grow: 5;
	-webkit-flex-grow: 5;
	flex-shrink: 5;
	-webkit-flex-shrink: 5;
}
.col_tab_6 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 6;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex-grow: 6;
	-webkit-flex-grow: 6;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
}
.col_tab_8 {
	overflow-x: hidden;
	padding: 2px;
	margin: 0px;
	display: inline-block;
	flex: 8;
	-webkit-flex: 8;
	-ms-flex: 8;
	flex-grow: 8;
	-webkit-flex-grow: 8;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
}
.tracker_padding {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-shrink: 4;
	-webkit-flex-shrink: 4;
}
.sig_img {
	width: 100%;
	height: 28px;
	border: none;
	background-color: #e6e6f5 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.sig_img:hover {
	background-image: #e0d6d6;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.col_row {
	padding: 4px;
}
.full-row {
	width: 100%;
	margin: 2px 0px;
}
.sml-row {
	width: 50%;
	margin: 2px 0px;
}
.row {
	width: 50%;
	margin: 2px 0px;
}
.map_row {
	width: 30%;
	max-width: 200px;
	margin: 2px 0px;
	padding: 0px 24px;
}
.trackerSection {
}
.row25 {
	width: 25%;
	margin: 2px 0px;
}
.row75 {
	width: 75%;
	margin: 2px 0px;
}
.row-leftpad {
	padding-left: 4px;
}
.row-item {
	background-color: #40bedf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 0px;
	font-family: 'kanitbold', sans-serif;
	color: #000000;
	border: 1px inset #000000;
}
.file-item {
	padding: 4px;
	background-color: transparent;
	margin: 0px 2px;
	min-height: 24px;
	color: #101010;
	-webkit-transition: background-color 1s, color 1s; /* Safari */
	transition: background-color 1s, color 1s;
}
.file-item:hover {
	background-color: #c7edf3;
	color: black;
}
.tab_container {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.tab-item {
	border: 2px solid white;
	overflow: hidden;
	white-space: nowrap;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'kanitregular', sans-serif;
	-webkit-transition: background-color 1s; /* Safari */
	transition: background-color 1s;
	background: #40bedf;
	text-transform: uppercase;
	color: white;
}
.tab-item:hover {
	background-color: #c7edf3;
}
.tab-item-selected {
	background-color: #98c000 !important;
}
.dynamic-tab-header {
	background-color: orange;
}
.sub-header {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 4px;
	padding: 2px;
	color: #1f1f1f;
	background-color: #40bedf;
	border: 1px solid #000000;
}
.side-margin {
	margin: 0px 4px;
}
.lrg-side-margin {
	margin: 0px 10%;
	width: 80%;
}
.font-bold {
	font-family: 'kanitbold', sans-serif;
}
.add-file {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 4px;
	padding: 4px 8px;
	color: #e0d6d6;
	background-color: #422535;
	border: 0.0625em solid rgb(0,0,0);
}
.add-file:hover {
	background-color: #c7edf3;
}
.add-file-form {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 4px;
	padding: 4px 8px;
	color: #ffffff;
	background-color: #40bedf;
	border: 0.0625em solid rgb(0,0,0);
}
.add-file-form:hover {
	background-color: #c7edf3;
}
#add-file {
	color: white !important;
}
.progress-div {
	border: 1px inset #925175;
	margin: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	transition: width .7s;
}
.progress-bar {
	background-color:  #ccc0d8;
	height: 15px;
	width: 0%;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	/*display: block;*/
}
.failed-bar{
	border-radius: 4px;
	align-items: center;
	text-align: center;
	background-color: #40bedf;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}
.failed-barPD{
	border-radius: 4px;
	align-items: center;
	text-align: center;
	background-color: #40bedf;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}
.form_progress-bar {
	background-color: #00e0fe;
	height: 26px;
	width: 0%;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.main_rule {
	background-color: #40bedf;
	width: 100%;
	height: 4px;
	margin: 12px auto;
}
.sub_rule {
	background-color: #40bedf;
	width: 80%;
	height: 2px;
	margin: 0 auto;
	margin: 8px auto;
}
.thin_rule {
	background-color: #40bedf;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	margin: 8px auto;
}
.form_box {
	border: 4px solid #40bedf;
	padding: 8px;
	margin: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.form_input {
}
.form_input:hover {
	background-color: #c7edf3;
}
.doc_status {
	text-transform: uppercase;
	text-align: center;
	padding: 4px 0 5px 0;
	color: #fefefe;
	font-family: 'kanitbold', sans-serif;
	margin-left: 4px;
	overflow: hidden;
}
.complete {
	background-color: #98c000;
}
.incomplete {
	background-color: #dc0000;
}
.attachments {
	background-color: #f4f3f4;
	position: absolute;
	width: 228px;
	right: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0.95;
	-webkit-transition: margin-right 0.5s;
	transition: margin-right 0.5s;
	z-index: 2;
	margin-right: -228px;
}
.small_font {
	font-size: 11px;
}
.close-btn {
}
#addressMap {
	max-width: 160px;
	min-width: 132px;
	height: 160px;
	overflow: hidden;
}
#addressPano {
	max-width: 160px;
	min-width: 132px;
	height: 160px;
	overflow: hidden;
}
.stock_map {
	width: 100%;
	height: 100%;
	background: url(images/maps-local-search3-ss-1920.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.error {
	border-color: red !important;
	border-width: 2px !important;
	border-style: solid !important;
	outline: 2px solid red !important;
	z-index: 1 !important;
}
.sig_hover {
	position: absolute;
	width: 200px;
	bottom: 64px;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #40bedf;
	padding: 4px;
	z-index: 3;
	overflow: hidden;
	max-height: 226px;
	transition: max-height 0.5s;
	font-size: 18px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.sig_closed {
	max-height: 26px;
	transition: max-height 0.5s;
}
.sign_message {
	text-align: center;
	background-color: red;
	color: white;
}
#welcome {
	font-size: 22px;
	color: #40bedf;
	text-transform: uppercase;
}
#welcome_para {
	padding-right: 18px;
}
.conveyBlock {
	margin: 8px auto;
}
.conveySection {
	background-color: #fefefe;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	width: 128px;
}
.site_entry {
	background-color: #40bedf;
	margin-bottom: 1px;
	padding: 4px;
}
#must_print {
	color: red;
	font-size: 18px;
}
#formPage {
	width: 100%;
}
.blue {
	color: #40bedf;
}
.blue_box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #40bedf;
	padding: 4px;
	margin: 8px 0;
}
#token_container_holder {
	width: 100%;
}
#_iframe_holder {
	width: 100% !important;
	background-color: transparent !important;
	padding: 4px;
}
#developer-schemes {
	color: white;
}
#developer-reports {
	color: white;
}
.quoterow {
	width: 50%;
	margin: 4px 0px;
	color: black;
}
.fee_tab {
	color: black;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	video {
		max-height: 0 !important;
	}
}
@media only screen and (max-width: 968px) {
	.showMobile {
		display: block;
	}
	.hideMobile {
		display: none;
	}
	.row {
		width: 100%;
	}
	.row25 {
		width: 100%;
		margin: 2px 0px;
	}
	.row75 {
		width: 100%;
		margin: 2px 0px;
	}
	.tab-item {
		width: 25%;
		flex: none;
		-webkit-flex: none;
		-ms-flex: none;
	}
	.row-leftpad {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 468px) {
	.quoterow {
		width: 100%;
	}
	.sml-row {
		width: 100%;
	}
	.map_row {
		width: 100%;
		max-width: 100%;
		margin: 2px 0px;
	}
	.homeLeftPane {
		flex: none;
		width: 100%;
	}
	#welcome_para {
		padding-right: 0px;
	}
	.lrg-side-margin {
		margin: 0px 1%;
		width: 98%;
	}
	.tab-item {
		width: 50%;
		flex: none;
		-webkit-flex: none;
		-ms-flex: none;
	}
	.loginHeader {
		font-size: 32px;
	}
	.tracker_padding {
		flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex-grow: none;
		-webkit-flex-grow: none;
		flex-shrink: none;
		-webkit-flex-shrink: none;
	}
}
@media print { 
	#tab-header {
		display: none;
	}
	#pls-header {
		display: none;
	}
	#mySidenavBtn {
		display: none;
	}
	.formOptions {
		display: none;
	}
	#must_print {
		display: none;
	}
	body {
		padding-top: 8px !important;
		background: #ffffff;
	}
	iframe {
		background: white;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border: 0;
		width: 100%;
		height: 100% !important;
		display: block !important;
	}
}
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.loading:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	}
	@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 180px; /* 0 width - change this with JavaScript */
	margin-left: -180px;
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #2f2f2f; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 3;
	border-right: 1px solid black;
}
.sectionnav {
	position: fixed;
	margin: 2px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 3;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
}
.sectionbtn {
	font-family: 'kanitbold', sans-serif;
	border: 1px solid black;
	padding: 6px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 2px;
	background-color: #40bedf;
}
.sidenavBtn {
	margin-left: -4px;
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 40vh;
	left: 0;
	background-color: white; /* Black*/
	color: #d8f9ff;
	opacity: 0.95;
	border: 1px outset #f1f1f1;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: margin-left 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	padding: 8px 10px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 3;
}
.sidenavBtn:hover {
	color: #c7edf3;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
.sideattachBtn {
	margin-left: -4px;
    position: absolute; /* Stay in place */
    z-index: 1; /* Stay on top */
	right: 228px;
    background-color: #f4f3f4; /* Black*/
	color: #d8f9ff;
	opacity: 0.95;
	border: 1px outset #f1f1f1;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	padding: 8px 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    z-index: 2;
	margin-right: -228px;
}
.sideattachBtn:hover {
	color: #c7edf3;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
div.page-break {
	page-break-inside: avoid;
}

/* -------------- */
/* Update 2019.01 */
/* -------------- */

.signatureBtn {
	border: 1px solid white;
}
.popupTitle {
	font-weight: bold;
}
.surveyBtnCancel {
	background-color: red;
}
.surveyBtnConfirm {
	background-color: #22dd22;
}
.surveyBtnWait {
	background-color: orange;
}
.fontsizeTo9{
	font-size: 9px;
}
.fontsizeTo10{
	font-size: 10px;
}
.sign_message i.fa.fa-arrow-down {
	color: white;
}
.popupMIPspan {
	font-family: titillium_bdbold;
}
.popupInputBorder {
	border: 1px solid black;
	padding: 4px;
}
.codeErrorText {
	color: red;
	font-family: titillium_bdbold;
}
#mySidenav .sidenavDiv {
	margin: 4px;
}
#mySidenav #caselist {
	background-color: white;
}
.tabsSection {
	padding-bottom: 1px;
}
#home .addressText, #details .addressText {
	margin-left: 4px;
}
.yourteamTitle, .yourpropertyTitle {
	text-transform: uppercase;
	color: #40bedf;
}
#home .feeEarner, #details .feeEarner {
	margin-left: 8px;
}
.homeLeftPane .documentsTitle {
	text-transform: uppercase;
}
#addressPano {
	z-index: 0;
}
.clienInfoHeader {
	margin-right: 8px;
}
.clientsInfoTitle {
	color: #40bedf;
}
#client1details .clientsInfoTitle {
	margin-top: 3px;
}
#change_pass_btn {
	padding-right: 18px;
}
#change_pass_btn input {
	width: auto;
	margin-top: 18px;
}
#payments{
	margin:auto;
	margin-left: 10%; 
	margin-right: 10%; 
	width: 80%;
}
#paymentForm {
	width: 100%;
	margin: 0 auto;
	max-width: 720px;
}
.makePaymentBtn {
	margin-top: 4px;
}
.makePaymentBtn #wp_makepayment {
	width: 50%; 
	margin: auto; 
	font-family: titillium_bdbold, FontAwesome;
}
#paymentDisabled {
	font-size: 18px;
}
.cardsSection {
	display: table; 
	margin: 4px auto;
}
.cardsSection .cardImgs {
	margin: 0px 2px;
}
#paymentDisabled .paymentDisabledText {
	color: red;
}
.paymentTabFooter {
	text-align: center; 
	margin-top: 12px;
}
#postitmessage {
	background-color: #FFFFA5 !important;
}
#postitbtn {
	padding: 12px;
}
.add-file-form .smallPlusButton {
	color: white; 
	font-size: 12px !important;
}
.add-file-form .bigPlusButton {
	color: white; 
	font-size: 28px !important;
}
#viewreservations, #developer-schemes, #developer-scheme {
	margin-bottom: 100px;
}
#developer-scheme {
	color: white;
}
#remortgage-type-form {
	margin-bottom: 100px;
}
#remortgage-type-form .address_populate {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 12px;
}
.forms_top_logo {
	max-width: 180px;
	width: 100%;
}
#remo_type_title {
	font-family: 'kanitregular', sans-serif;
	font-size: 38px;
	font-weight: 100;
	margin-left: 8px;
}
.useful-links img {
	max-width: 32px;
}
h3 .c2_remoTypeForm_details {
	display: block;
	font-size: 13px;
}
.quoteBtns {
	margin: 0px;
}
.quoteSubmitBtn {
	background-color: #22dd22 !important;
}
.marginBottom100 {
	margin-bottom: 100px;
}
.pageFooter {
	color: black; 
	background: #f4f3f4; 
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	display: flex; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: 10px solid #40bedf;
	z-index: 10;
}
.pageFooter .footerContent {
	display: flex; 
	justify-content: space-between;
}
.pageFooter .footerContent .footerContacts{
	display: flex;
}
.pageFooter .footerContent .footerContacts .footerContactsText {
	font-size: 10px; 
	margin-left: 12px;
}
.pageFooter .footerContent .footerSocialContent {
	text-align: right; 
	font-size: 2.0em;
}
.pageFooter .footerContent .footerSocialContent .footerSocialIcons {
	display: flex; 
	justify-content: flex-end;
}
.header_container .logoutBtn {
	margin: 0 2px; 
	text-align: center; 
	cursor:pointer; 
	text-transform: uppercase; 
	padding: 1px 8px; 
	color: #98c000 !important; 
	font-family: kanitbold;
}
.header_container .logoutBtn .fa-sign-out {
	color: #98c000 !important;
}
.headerLogoImg {
	margin: 6px;
}
#quote-nav-section {
	margin-top: 8px;
	margin-bottom: 4px;
}
.form-nav-section {
	text-align: center;
}
.form-nav-button {
	margin: 2px 5px;
	padding: 5px 5px;
	background-color: #98c000;
	font-family: 'kanitbold', sans-serif !important;
}
.form-nav-button#save-form {
	background-color: orange !important;
}
.quote_section_header {
	color: white;
	background-color: #40bedf;
	text-transform: uppercase;
	padding: 2px 8px;
}
#form-nav-section #form-progress-page {
	font-size: 8px;
}
.pdf-icons {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	max-width: 64px;
	font-size: 15px;
	text-align: center;
	background-color: white;
	border: 2px solid #40bedf;
	z-index: 999;
}
#chat-history {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 100%;
}
.container-message {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 18px auto;
	grid-template-areas:
		"date date"
		"main main"
		"sender sender";
}
@media (max-width: 470px) {
	#chat-container {
		height: calc(100vh - 394px);
	}
	.container-message {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 18px auto;
		grid-template-areas:
			"date date"
			"main main"
			"sender sender";
	}
	#chat-note {
		width: 90vw;
	}
	#chat-container {
		width: 90vw;
	}
	#chat-error {
		width: 90vw;
	}
}
@media (min-width: 471px) and (max-width: 968px) {
	#chat-container {
		height: calc(100vh - 302px);
	}
	#chat-note {
		width: 80vw;
	}
	#chat-container {
		width: 80vw;
	}
	#chat-error {
		width: 80vw;
	}
}
@media (min-width: 969px) {
	#chat-container {
		height: calc(100vh - 240px);
	}
	#chat-note {
		width: 80vw;
	}
	#chat-container {
		width: 80vw;
	}
	#chat-error {
		width: 80vw;
	}
}
#chat {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
}
#chat-container {
	display: grid;
	grid-template-columns:1fr;
	grid-template-rows: 3fr 1fr;
}
#chat-history::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#chat-history::-webkit-scrollbar-thumb {
  background: #40bedf;
  border-radius: 3px;
}
#chat-history::-webkit-scrollbar-thumb:hover {
  background: #3398b2;
}
#chat-message {
	resize: none;
}
#chat-butt {
	min-height: 24px;
	max-height: 64px;
	color: #fff;
	margin: 2px auto 0 auto;
	text-align: center;
	width: 40vw;
	display:flex;
	align-items: center;
	justify-content: center;
}
#chat-error {
	color: red;
	max-height: 64px;
	text-align: center;
	margin: auto 2px auto 2px;
}
#chat-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(220, 220, 220, 0.3);
	z-Index: 100;
}
#chat-note {
	position: fixed;
	background-color: white;
	border: 2px solid black;
	top: 30%;
	width: 80vw;
	left: 10%;
	padding: 4px;
	opacity: 1 !important;
}
#chat-info {
	background-color: orange;
	height: 24px;
	width:24px;
	font-weight: bold;
	border-radius: 50%;
	color: white;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}
.chat-butt {
	background: #98c000;
}
.chat-butt:hover {
	background: #accc32;
}
.chat-butt-disabled {
	background: grey;
}
.message-main {
	grid-area: main;
	font-size: 1.25em;
	overflow-wrap: break-word;
}
.message-date {
	grid-area: date;
	text-align: end;
	overflow: hidden;
	margin: 0px;
}
.message-sender {
	grid-area: sender;
	text-align: end;
	overflow: hidden;
	margin: 0px;
}
.speech-bubble-left {
	position: relative;
	align-self: flex-start;
	flex: none;
	margin: 5px 5px 15px 5px;
	max-width: 60%;
	min-width: 5%;
	background-color: #d3d3d3;
	padding: 1.125em 1.5em;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3),
		0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}
.speech-bubble-left::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 20px;
	bottom: 0;
	transform: rotate(180deg);
	border: 0.75rem solid transparent;
	border-top: none;
	border-bottom-color: #d3d3d3;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.speech-bubble-right {
	position: relative;
	align-self: flex-end;
	flex: none;
	margin: 5px 5px 15px 5px;
	max-width: 60%;
	min-width: 5%;
	background-color: #40bedf;
	padding: 1.125em 1.5em;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3),
		0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}
.speech-bubble-right::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	right: 20px;
	transform: rotate(180deg);
	border: 0.75rem solid transparent;
	border-top: none;
	border-bottom-color: #40bedf;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}

/*UPLOAD CHANGED NEEDED PHASE 2*/
#progressBarText{
	display: block;
	position: absolute;
	font-size: 25px;
}
.txt-cont{
	display: flex;
}
#uploadContainer{
	box-sizing: border-box;
    border: 1px solid #40bedf;
    width: 600px;
    text-align: center;
    align-items: center;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	background-color: white;
	overflow: hidden;
}

.arrows-container{
	display: flex;
}
.slideshowContainer, .btns-pics, #p-files{
	display: inline-flex;
    box-sizing: border-box;
}

.mySlides{
	height: 512px;
	margin-top: -10px;
}
img#iploadedpic{
	object-fit: contain;
}
.mySlides img{
	height: 512px;
	width: 512px;
	object-fit: contain;
}

#Confirm-btn{
	color: white;
	background-color: #accc32;
	border: 1px solid white;
	font-size: 20px;
	padding: 5px;
	width: 100px;
}

#Confirm-btn:hover{
	background-color: #40bedf; /*rgb(11, 46, 11);*/
}

#Cancel-btn{
	color: white;
	background-color: orange;
	border: 1px solid white;
	font-size: 20px;
	padding: 5px;
	width: 100px;

}
#Cancel-btn:hover{
	background-color: #40bedf;/*rgb(229, 97, 97);*/
}

.prev, .next {
	color: white;
	background-color: #2f2f2f;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }

  .prev{
	margin-left: 0px;
  }
  
  .next {
	right: 0px;
  }
  
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }

.fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }



.progress-barFromForm {
	-webkit-appearance: none;
	color: #98c000;
	background-color: red;
	display: flex;
	justify-content: center;

}
progress::-webkit-progress-barFromForm {
	background: #eee;
}
progress::-webkit-progress-value {
	display: flex;

	background: #98c000;
} 
progress::-moz-progress-barFromForm {
	display: flex;
	background: #98c000;
}
#uploadContainerForm{
	box-sizing: border-box;
    border: 1px solid #40bedf;
    width: 600px;
    text-align: center;
    align-items: center;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	background-color: white;
	overflow: hidden;
	margin: auto;
}
#overlayFormUploadContainer{
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); 
	z-index: 2; 
	cursor: pointer;
	display: grid;
	align-items: center;
	justify-content: center;
}

.progressBarcontainerFromForm{
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); 
	z-index: 2; 
	cursor: pointer;
	display: grid;
	align-items: center;
	justify-content: center;
}

.progress-divFromForm {
	border: 1px inset #925175;
	margin: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	transition: width .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 600px;
	z-index: 10;
	justify-self: center;
	background-color: white;
}
#progress-barFromForm {
	background-color:  #40bedf;
	height: 15px;
	width: 0%;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	display: flex;
	justify-content: center;

}
.slideshowContainerForm{
	display: inline-flex;
    box-sizing: border-box;
}
#ConfirmUploadForm-btn{
	color: white;
	background-color: #accc32;
	border: 1px solid white;
	font-size: 20px;
	padding: 5px;
	width: 100px;
}

#ConfirmUploadForm-btn:hover{
	background-color: #40bedf;
}

#CancelUploadForm-btn{
	color: white;
	background-color: orange;
	border: 1px solid white;
	font-size: 20px;
	padding: 5px;
	width: 100px;

}
#CancelUploadForm-btn:hover{
	background-color: #40bedf;
}

.prevFormUpload, .nextFormUpload {
	color: white;
	background-color: #2f2f2f;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.prevFormUpload{
	left: 0px;
}
  
.nextFormUpload {
	right: 0px;
}
#pop-confirm-alertFromForm{
	border:1px solid #40bedf;
}

  
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/* Media queries Uploaded pics and arrows*/

  @media only screen and (max-width: 1024px){
	.mySlides img{
		padding: 20px;
	}
	.prev{
		margin-left: 0px;
	}
	.next{
		margin-right: -30px;
	}
	.btns-pics{
		margin-top: -10px;
	}
	/*
	#progressBarText{
		margin-left: 12rem;
	}*/
}

@media only screen and (max-width: 768px){
	/*
	#progressBarText{
		margin-left: 17rem;
	}*/
}

@media only screen and (min-width: 1024px){
	.next{
		margin-right: 0px;
	}

}

@media only screen and (min-width: 2560px){
	#uploadContainer {
		margin-top: 20px;
		margin-left: 0px;
	}
	.next{
		right: -30px;
	}
	/*
	#progressBarText{
		margin-left: 31rem;
	}*/
}

@media only screen and (min-width: 1440px) {
	#uploadContainer {
		margin-top: 20px;
		margin-left: 0px;
	}
	/*
	#progressBarText{
		margin-left: 17rem;
	}*/
}
@media only screen and (min-width: 1440px) {
	.next{
		right: 0px;
	}
	.prev{
		left:0px;
	}
}

@media only screen and (max-width: 820px){
	.next{
		right: 30px
	}
	.mySlide{
		top: -10px;
	}
	/*
	#progressBarText{
		margin-left: 18rem;
	}*/
}


/*UPLOAD CHANGED NEED FOR UPLOADS QUESTIONNAIRES*/
/*UPLOAD CHANGED NEEDED PHASE 2*/

#progressBarTextPD{
	display: block;
	/*margin-left: 17rem;*/
	position: absolute;
	font-size: 25px;
}
#uploadContainerPD{
	box-sizing: border-box;
    border: 1px solid #40bedf;
    width: 600px;
    text-align: center;
    align-items: center;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	background-color: white;
	overflow: hidden;
}

.slideshowContainerPD, .btns-picsPD, #p-filesPD{
	display: inline-flex;
    box-sizing: border-box;
}

.mySlidesPD{
	height: 512px;
	margin-top: -10px;
}
img#iploadedpicPD{
	object-fit: contain;
}
.mySlidesPD img{
	height: 512px;
	width: 512px;
	object-fit: contain;
}

.btns-picsPD{
	margin-top: -10px;
}

#ConfirmPD-btn{
	color: white;
	background-color: #accc32;
	border: 1px solid white;
	font-size: 20px;
	padding: 5px;
	width: 100px;
}


#ConfirmPD-btn:hover{
	background-color: #40bedf;
}
#CancelPD-btn{
	color: white;
	background-color: orange;
	border: 1px solid white;
	font-size: 20px;
	padding: 5px;
	width: 100px;
}
#CancelPD-btn:hover{
	background-color: #40bedf; 
}

.prevPD, .nextPD {
	color: white;
	background-color: #2f2f2f;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }

  .prevPD{
	margin-left: 0px;
  }
  
  .nextPD {
	right: 0px;
  }
  
  .prevPD:hover, .nextPD:hover {
	background-color: rgba(0,0,0,0.8);
  }

.fadePD {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }

/* Media queries Uploaded pics and arrows*/
  @media only screen and (max-width: 1024px){
	.mySlidesPD img{
		padding: 20px;
	}
	.prevPD{
		margin-left: -23px;
	}
	.nextPD{
		margin-right: 0px;
	}
	.btns-picsPD{
		margin-top: -10px;
	}
	/*
	#progressBarTextPD{
		margin-left: 11rem;
	}*/
}

@media only screen and (min-width: 2560px){
	#uploadContainerPD {
		margin-top: 20px;
		margin-left: 0px;
	}
	.nextPD{
		right: -30px;
	}
	/*
	#progressBarTextPD{
		margin-left: 31rem;
	}*/
}

@media only screen and (max-width: 1440px) {
	#uploadContainerPD {
		margin-top: 20px;
		margin-left: 0px;
	}
}
@media only screen and (min-width: 1440px) {
	.nextPD{
		right: 0px;
	}
	.prevPD{
		left:0px;
	}
}

@media only screen and (max-width: 768px){
	/*
	#progressBarTextPD{
		margin-left: 17rem;
	}*/
}

@media only screen and (max-width: 820px){
	.nextPD{
		right: 0px
	}
	.mySlidePD{
		margin-top: -15px;
	}
	/*
	#progressBarTextPD{
		margin-left: 18rem;
	}*/

}

#pop-confirm-alert{
	border:1px solid #40bedf;
}

.pop-ok{
	background-color: #accc32;
    color: white;
    border: none;
}

.pop-ok:hover{
	background-color: #3f4a12;
}

#pop-confirm-alertPD{
	margin-top: -30%;
}

/*PIE CHART TXT STYLE*/
.Document{
	text-decoration: underline;
	font-weight: bold;
	font-size: 15;
	text-anchor: middle;
	font-family: "kanitbold";
	text-transform: uppercase;
}

.PI text, .PoA text, .PoF text, .OD text{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	text-anchor: middle;
	font-family: "kanitbold";
	text-transform: uppercase;
}
.innerTextPie{
	fill: white
}
.innerTextPie:hover{
	fill: orange;
}
.NoUp {
	background: white;
	position: fixed;
	z-index: 99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
}
.docImgContainer{
	object-fit: contain;
	display: inline-flex;
	box-sizing: border-box;
    border: 1px solid #40bedf;
    width: 500px;
    text-align: center;
    align-items: center;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	background-color: white;
	overflow: hidden;
}
.docImgContainer img{
	object-fit: contain;
}

.slideArrows{
	display: flex;
}
.nextUpload{
	background: #2f2f2f;
    color: white;
    padding: 10px;
    position: absolute;
    margin-left: 450px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	cursor: pointer;
}
.prevUpload{
	background: #2f2f2f;
    color: white;
    padding: 10px;
    position: absolute;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	cursor: pointer;
}

.nextUpload:hover, .prevUpload:hover {
	background-color: rgba(0,0,0,0.8);
  }
.fadeUpload {
	animation-name: fade;
	animation-duration: 1.5s;
}
#pdfUpload{
	margin-left: 60px;
}
/*
#pieAlert{
	max-height: 500px;
}*/
.popupUpload {
	padding: 8px;
	background: white;
	position: fixed;
	display: none;
	z-index: 99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
	width: 90%;
	max-width: 480px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.enqCategory {
	font-family: 'kanitbold';
	font-size: 14px;
	background-color: #40bedf !important;
	text-transform: uppercase;
	color: white;
	padding: 0px;
}
.enqEnquiry {
	font-family: 'kanitbold';
	font-size: 12px;
/*	background-color: #40bedf !important;*/
	text-transform: none;
	color: #40bedf !important;
	padding: 0px;
/*	padding-left: 16px;*/
	justify-content: space-between;
}
.enqSubEnquiry {
	background-color: #ffffff !important;
	justify-content: space-between;
}
.enqResponse {
	font-family: 'kanitregular';
	padding: 0px;
	color: black;
/*	padding-left: 16px;*/
	justify-content: space-between;
}
.lightBlueHover {
	background-color: #40bedf;
}
.lightBlueHover:hover {
	background-color: #c7edf3;
}
.leftArrow {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 16px solid;
	border-right: 20px solid transparent;
	border-bottom: 16px solid;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	font-family: kanitbold;
	font-size: 24px;
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 999; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
}
.img_hover:hover {
	cursor: pointer;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	cursor: pointer;
}

#tooltip-container {
	display: none;
	min-width: 120px;
	max-width: 50%;
	background-color: black;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}