@charset "UTF-8";
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-Light.ttf') format('truetype');
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-Italic.ttf') format('truetype');
	font-weight:400;
	font-style:italic;
}
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-Bold.ttf') format('truetype');
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight:800;
	font-style:normal;
}
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight:700;
	font-style:italic;
}
@font-face {
	font-family:'Open Sans';
	src:url('font/OpenSans-ExtraBoldItalic.ttf') format('truetype');
	font-weight:800;
	font-style:italic;
}
* {
	font-style: normal;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	-webkit-margin-before: 0.33em;
	-webkit-margin-after: 0.33em;
	font-size: 1.9em;
}
h1 span {
	font-size: 0.5em;
}
h2 {
    -webkit-margin-before: 0.42em;
    -webkit-margin-after: 0.42em;
    line-height: 1;
}
.support_btn {
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
}
a {
	text-decoration: none;
}
ul {
	list-style-position: outside;
}
#logo {
/* 	border: thin solid #999999; */
	height: 150px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
.logo-img{
	width: 100%;
	border-radius: 5px;
}
.logo_text {
	position: absolute;
	font-size: 2.04em;
	top: 50px;
	left: 85px;
	color: #394E56;
	font-weight: 600;
	width: 330px;
}
#logo_text_pager {
	position: absolute;
	top: 57px;
	left: 475px;
	text-align: right;
	list-style: none;
	color: #394E56;
	font-size: 24px;
	margin: 0px;
}
#logo_text_pager li {
	position: absolute;
	width: 350px;
}
#logo_narrow {
	border-radius: 5px;
	border: thin solid #999999;
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	height: 55px;
}
.nav-background-narrow {
	background: #fad801;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.nav-logo-img-narrow {
	position: absolute;
	bottom: 0px;
	left: 50px;
	color: #394E56;
	width: 400px;
}
.nav-logo-text-narrow {
	width: 100%;
	font-size: 1.6em;
	position: absolute;
	top: 0;
	left: 100px;
	color: #394E56;
	font-weight: 600;
	margin-top: 6px;
}
#logo_narrow img{
	width: 100%;
	border-radius: 5px;
}

.addthis_horizontal_follow_toolbox {
	float: right;
}
.addthis_horizontal_follow_toolbox p {
	display: none;
}
.top_margin {
	margin-top: 10px;
}
body {
	background-color: white;
	font-size: 14px;
}
.gridContainer {
	background-color: white;
}
.main_content {
	margin-top: 10px;
	border: thin solid #999999;
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
}
.main_content h2 {
	padding-left: 20px;
	text-align: left;
	font-weight: 600;
}
.main_content li {
	padding-bottom: 0.3em;
}
.sub_content {
	border: thin solid #999999;
	padding: 5px;
/* 	min-height: 300px; */
	background-color: #fff;
/* 	float: left; */
	border-radius: 5px;
}
.sub_content_no_min_height {
	border: thin solid #999999;
	padding: 5px;
	background-color: #fff;
	float: left;
}
.sub_content_offer a {
	color: #666;
	text-decoration: none;
}
.sub_content_offer:hover a {
	color: #fff;
}
.sub_content_offer:hover > a {
	color: #fff;
}
.sub_content h3 {
	font-weight: 600;
}
.sub_content h4 {
	color: #0040c7;
	font-weight: 600;
	display: block;
	font-size: 1.12em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.sub_content li {
	padding-bottom: 0.3em;
}
#main_image   {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 1px;
}
.main_right {
	float: left;
	width: 600px;
}
.nowrap {
	clear: right;
}
.sub_image {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#footer {
	font-size: 0.6em;
}
#footer .copyright_container {
	float: left;
	margin-right: 10px;
}
#footer .privacy_policy_container {
	float: left;
	margin: 0 10px;
}
#footer .terms_container {
	float: left;
	margin: 0 10px;
}
#footer .footer_message_container {
	float: right;
}
.addthis_toolbox {
	clear: both;
}
.pricelist .tableheader {
	font-weight:bold;
	font-size: 1.2em;
}
.pricelist td {
	border:none;
	padding: 3px;
	font-family: arial;
	font-size:1em;
	text-align: left;
}
.pricelist {
	margin:18px;
	border:1px solid #B9B9B9;
}
.pricelist .pricelistbottom {
	font-size:0.9em;
		padding: 3px;
	font-family: arial;
	text-align: justify;

}
.privacy_policy {
	font-size: 0.9em;
	margin: 5px;
}
.terms_and_conditions {
	font-size: 0.8em;
}
input, button {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	float: left;
	width: 100%;
	height: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-bottom: 3px;
}
textarea {
	float: left;
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-bottom: 3px;
}
#uploadDetails {
	width: 100%;
	clear: both;
	float: left;
}
#dropzone-form {
	float: left;
	clear: both;
	width: 100%;
	border: 1px solid #777;
	border-radius: 5px;
}
#mySuccess {
	border: 2px solid gray;
	background-color: rgba(255, 0, 0, 0.2);
}
#offer_terms {
	border: 2px solid gray;
	background-color: rgba(255, 0, 0, 0.2);
}
#login_form {
	float: left;
	line-height: 1.8;
	width: 100%;
}
#login_form label {
	float: left;
	clear: both;
}
#login_form > div {
	width: 100%;
	float: left;
	clear: both;	
}
#password_reset_form {
	float: left;
	line-height: 1.8;
	width: 100%;
}
#password_reset_form input[type="submit"] {
	float: right;
	width: 99%;
}
#password_reset_form div {
	width: 100%;
	clear: both;	
}
#sb_login_form {
	float: left;
	line-height: 1.8;
	width: 100%;
}
#sb_login_form label {
	float: left;
	clear: both;
}
#sb_form {
	float: left;
	line-height: 1.8;
	width: 100%;
}
#sb_form label {
	float: left;
	clear: both;
}
#sb_form input {
	width: 100%;
}
#sb_form input[type="checkbox"] {
	float: left;
	clear: none;
	width: auto;
}
#sb_form input[type="submit"] {
	width: 99%;
}
#registration_form {
	float: left;
	line-height: 1.8;
	width: 100%;
}
#registration_form label {
	float: left;
	clear: both;
}
#registration_form input {
	float: left;
}
#registration_form input[type="submit"] {
	float: left;
	width: 100%;
}
#registration_form .ui-selectmenu-button {
	float: left;
	width: 99%;
}
#registration_form select {
	float: left;
	width: 99%;
}
html, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
input, textarea {
	border: 1px solid #777;
	margin: 1px;
	border-radius: 5px;
}
input[type="file"] {
	width: 404px;
}
/********* specific labour rate styles *********/

#theNewCost {
	font-size:18px;
}
#theDifference {
	font-size:18px;
}
.costMore {color: red;}
.costLess {color: green;}
.costSame {color: #FF33FF;}
.oldCost {color: #9900FF;}
.newCost {color: blue;}
.regionalRate {
	font-size: 1em;
}
.oldCostHeading {
	font-size: 0.8em;
}
.address_block {
	display: inline-block;
	vertical-align: top;
}
#nav {
/* 	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s linear; */
}
#nav.navActive {
/* 	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear, opacity 0.2s linear; */
}
#nav ul {
	list-style-type: none;
	width: 100%;
	height: 30px;
	position: relative;
	display: flex;
	list-style-type: none;
	/* padding-top: 15px; */
	/* right: -100%; */
	/* background: #fad801; */
	color: #394E56;
	--webkit-transition: right 1s ease;
	transition: right 1s ease;
	justify-content: space-evenly;
}
#nav.loggedIn ul {
}
#nav.navActive ul {
	right: 0px;
}
#nav ul li {
	display: block;
	position: relative;
	text-transform: capitalize;
	font-style: normal;
	vertical-align: middle;
	line-height: 30px;
	float: left;
	color: #fff;
	text-align: center;
	-webkit-transition: all 50ms;
	-moz-transition: all 50ms;
	-ms-transition: all 50ms;
	-o-transition: all 50ms;
	transition: all 50ms;
	border-bottom: 1px none white;
}
#nav.loggedIn ul li:not(:first-child) {
}
#nav ul li.blue {
}
#nav ul li.pink {
}
#nav.loggedIn ul li:not(:first-child) a {
	color: #394E56;
}
#nav.loggedIn ul li.on a {
	color: #fad801;
}
#nav.loggedIn ul li:hover a {
	color: black;
}
#nav ul li:hover > a {
	color: black;
}
#nav ul #lastNav {
	border-style: none;
}
#nav a {
	color: #fff;
	color: #394E56;
	text-decoration: none;
	text-transform: capitalize;
	font-style: normal;
	vertical-align: middle;
	display: block;
	font-weight: bold;
}
#nav ul li.on a {
	text-decoration: underline;
}

.nav-buttons {
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 59px;
	z-index: 99;
	cursor: pointer;
}
.nav-buttons a {
	position: relative;
	width: 28px;
	height: 28px;
	z-index: 999;
	text-decoration: none;
	float: left;
}

#nav-toggle span {
	top: 12px;
}
#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 4px;
	width: 24px;
	background: #394E56;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -8px;
}
#nav-toggle span:after {
	bottom: -8px; 
	content: 'menu';
	font-size: 0.6em;
	color: #394E56;
}

.nav-buttons a {
	color: #394E56;
}

.nav-buttons.navActive a {
	color: #394E56;
}

.feedback-button {
	background: transparent;
	border: none;
	font-size: 28px;
}
.login-button {
	background: transparent;
	border: none;
	font-size: 28px;
}

.nav-buttons.navActive #nav-toggle span,
.nav-buttons.navActive #nav-toggle span:before,
.nav-buttons.navActive #nav-toggle span:after {
	background: #394E56;
}

.nav-buttons.navActive #nav-toggle span {
	background-color: transparent;
}

.nav-buttons.navActive #nav-toggle span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-buttons.navActive #nav-toggle span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
}


.nav-buttons-narrow {
	display: inline-block;
	right: 0px;
	top: 0px;
	z-index: 999;
	cursor: pointer;
	background: #fad801;
	padding: 2px;
	float: right;
	border-radius: 5px;
	margin-top: 10px;
}
.nav-buttons-narrow.nav-buttons-narrow-left {
	float: left;
	margin-left: 5px;
}
.nav-buttons-narrow a {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 999;
	text-decoration: none;
	float: left;
}

.nav-buttons-narrow a {
	color: #394E56;
	text-align: center;
}

.nav-buttons-narrow .feedback-button {
	font-size: 32px;
}

#nav-toggle-narrow span, 
#nav-toggle-narrow span:before,
#nav-toggle-narrow span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #394E56;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle-narrow span:before {
	top: -8px;
}
#nav-toggle-narrow span:after {
	bottom: -8px; 
/* 	content: 'menu'; */
	font-size: 0.8em;
	color: #394E56;
}
#nav-toggle-narrow span {
	top: 13px;
}

.nav-buttons-narrow.navActive #nav-toggle-narrow span {
	background-color: transparent;
}

.nav-buttons-narrow.navActive #nav-toggle-narrow span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-buttons-narrow.navActive #nav-toggle-narrow span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
}

.nobr {
	white-space: nowrap;
}

.checkoutTotal div {
	font-weight: bold;
}

#footer {
	background-color: white;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	position: fixed;
	bottom: 0px;
	left: 0px
	width: 100%;
	height: 30px;
}
.full_width {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.full-width div {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.centered {
	text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.footnote {
	font-size: 0.8em;
}
.highlight {
	color: #F7D528;
	font-weight: 900;
	font-size: 1.5em;
}

/* Styles for profile form */
div.tablayout {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 1em;
	margin-top: 5px;
}

div.tablayout div {
	font-size: small;
	padding: 2px;
}

ul.tablayout {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: table;
}

ul.tablayout li {
	padding-bottom: 0;
	display: table-cell;
}

ul.tablayout a {
	margin: 0px 1px 0px 0px;
	display: block;
	padding: 4px 8px;
	border-bottom: 0;
	color: #666;
	background-color: #F7D528;
	text-decoration: none;
	font-weight: bold;
}

ul.tablayout a:hover {
	background: #999;
	color: #fff;
}

ul.tablayout a.active {
	background: #666;
	pa#394E56g-bottom: 5px;
	cursor: default;
	color: #fff;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	padding: 2px 1px 0 1px;
	overflow: auto;
	min-height: 300px;
}

#tab-container-1 h2 {
	font-size: 100%;
	margin: 0 0 20px 0;
}
.profile label {
	float: left;
	width: 20em;
	clear: both;
	max-width: 20em;
	height: 2em;
	box-sizing: border-box;
	margin: 1px;
	padding: 3px;
}
.profile input {
	width: 400px;
}
.profile input.currencyInput {
	float: left;
	width: 4em;
	text-align: right;
}
.profile input.numberInput {
	float: left;
	width: 4em;
	text-align: right;
}
.profile input.currencyInput::-webkit-input-placeholder {
	color: black;
}
.profile input.currencyInput::-mozkit-input-placeholder {
	color: black;
}
.profile input.currencyInput:-mozkit-input-placeholder {
	color: black;
}
.profile input.currencyInput:-ms-input-placeholder {
	color: black;
}
.profile input.numberInput::-webkit-input-placeholder {
	color: black;
}
.profile input.numberInput::-mozkit-input-placeholder {
	color: black;
}
.profile input.numberInput:-mozkit-input-placeholder {
	color: black;
}
.profile input.numberInput:-ms-input-placeholder {
	color: black;
}
.profile input.profitInput {
	float: left;
	width: 5em;
	text-align: right;
}
.profile input.contractValueInput {
	float: left;
	width: 8em;
	text-align: right;
}
.profile div.currencyTotal {
        float: right;
        width: 6em;
        text-align: right;
        clear: none;
}
.profile div.currencyDefault {
	float: left;
	width: 4em;
	text-align: right;
	clear: none;
	height: 2em;
	box-sizing: border-box;
	margin: 1px;
	padding: 3px;
}
.profile div.profileUnit {
	float: left;
	padding-left: 0.3em;
	width: 8em;
	text-align: left;
	clear: none;
	height: 2em;
	box-sizing: border-box;
	margin: 1px;
	padding: 3px;
}
.profile input.productCodeInput {
	width: 6em;
}
.profile .productCodeInput input {
	width: 6em;
}
.profile .lmrLabel {
	padding-left: 25.3em;
	width: 8em;
}
.profile input[type="email"], .profile input[type="password"] {
	width: 400px;
}
.profile input[type="submit"] {
	width: auto;
	float: right;
}
.profile .currencyInput input {
	float: left;
	width: 5em;
	text-align: right;
}
.profile .numberInput input {
	float: left;
	width: 5em;
	text-align: right;
}
.profile .lumpSumDiv label {
	float: left;
	clear: none;
	border: 1px none;
	margin: 1px;
}
.profile .lumpSumDiv .nameLabel {
	width: 484px;
	max-width: 484px;
	clear: both;
}
.profile .lumpSumDiv .nameInput {
	width: 484px;
	clear: both;
}
.profile .lumpSumDiv .valueLabel {
	width: 85px;
}
.profile .lumpSumDiv .valueInput {
	width: 85px;
}
.profile .lumpSumDiv .contingencyLabel {
	width: 85px;
}
.profile .lumpSumDiv .contingencyInput {
	width: 8px;
}
.profile .lumpSumDiv .profitLabel {
	width: 85px;
}
.profile .lumpSumDiv .profitInput {
	width: 85px;
}
.profile .lumpSumDiv .totalLabel {
	width: 85px;
	height: auto;
}
.profile .lumpSumDiv .totalInput {
	width: 85px;
}
.profile .lumpSumDiv input[type="button"] {
	clear: both;
	width: auto;
	/* background-color: #F7D528; */
	/* line-height: 30px; */
	font-size: 1.2em;
	/* padding: 0.3em; */
	padding: 0px 5px;
	font-weight: 600;
}
.profile .lumpSumDiv .disabledInput {
	enabled: false;
}
.profile .lumpSumDiv input.currencyInput {
	float: left;
	width: 5.0em;
	text-align: right;
}
.profile .lumpSumDiv input.numberInput {
	float: left;
	width: 5.0em;
	text-align: right;
}
.profile h3 {
	clear: both;
}
.profile .lumpSumDiv button {
	float: left;
}
.profile input[disabled] {
	border: none;
	color: black;
}
#excludedItemDiv label {
	float: left;
	clear: none;
	border: 1px none;
	margin: 1px;
}
#excludedItemDiv .nameLabel {
	width: 50%;
	max-width: 50%;
	clear: both;
}
#excludedItemDiv .nameInput {
	width: 95%;
	clear: both;
	height: 10em;
}
#estimatorNotesDiv .nameInput {
	width: 95%;
	clear: both;
	height: 10em;
}
#generalNotesDiv label {
	float: left;
	clear: none;
	border: 1px none;
	margin: 1px;
}
#generalNotesDiv .nameLabel {
	width: 50%;
	max-width: 50%;
	clear: both;
}
#generalNotesDiv .nameInput {
	width: 95%;
	clear: both;
	min-height: 30px;
	border: 1px dashed grey;
	border-radius: 5px;
	background-color: #eee;
	padding: 3px;
}
#generalNotesValuesDiv {
	clear: both;
}

#helpText {
	display: none;
}

.estimate_selector {
	width: 100%;
}
#estimateSelector_filter input {
	float: none;
	width: auto;
}
.estimate_heading {
	float: left;
}
.sub_content_wrapper {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.sub_content_wrapper_space {
	margin-bottom: 10px;
}

.sample_link {
	background-color: #fff;
	margin-bottom: 10px;
	min-height: 280px;
	text-align: center;
}
.sample_link h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 2.8em;
}
.sample_link_double {
	min-height: 582px;
}

.sample_smm {
        background-color: #e9e9e9;
        background-image: url(/sample_files/Single-storey-extension-SMM.png);
        background-repeat: no-repeat;
        background-position: 50% 30px;
        text-align: center;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.sample_smm:hover {
        background-color: #fff;
}
.sample_smm p {
	background: rgba(200,200,200,0.5);
}
.sample_materials {
    background-color: #e9e9e9;
    background-image: url(/sample_files/Single-storey-extension-Materials.png);
    background-repeat: no-repeat;
    background-position: 50% 60px;
    text-align: center;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.sample_materials:hover {
        background-color: #ffc;
}
.sample_materials p {
	background: rgba(200,200,150,0.5);
}
.sample_schedule {
        background-color: #e9e9e9;
        background-image: url(/sample_files/Single-storey-extension-Schedule.png);
        background-repeat: no-repeat;
        background-position: 50% 60px;
        text-align: center;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.sample_schedule:hover {
	background-color: #fcc;
}
.sample_schedule p {
	background: rgba(200,150,150,0.5);
}
.labour_and_materials_pricelist {
    background-color: white;
    background-image: url(/documents/pricelist_labour_and_materials_estimate_no_logo.png);
    background-repeat: no-repeat;
    background-position: 10px -90px;
    text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	cursor: pointer;
}
.labour_and_materials_pricelist:hover {
	background-color: rgba(247,213,40,0.3);
}

.feature table {
	float: left;
}
.feature div {
	float: left;
}

/* Gradient button styles */
.button {
	width: 100%;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 4px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:disabled {
	background: gray;
	border-color: gray;
}
.button115-centered {
	width: 115px;
	margin: 0 auto;
}
.button160-centered {
	width: 160px;
	margin: 0 auto;
}
.article-container {
	box-shadow: 0 1px 2px 5px 0px rgba(0,0,0,.22);
}
#weeksPrelimsLink {
	float: left;
	clear: both;
	text-decoration: underline;
	color: #00c !important;
}
#Document table {
	max-width: 1050px !important;
}

.checkoutBtn{
	background-color:#f7d528;
	font-weight: 700;
	min-width: 112px;
	padding: 0px;
	margin: 0px;
}

.yellow {
	background: #fad801;
	border-color: #fad801;
	color: #394e56;
}
.yellow:hover, .yellow:disabled {
	color: #fff;
	background: #999999;
	border-color: #999999;
}
.yellow:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}
.blue {
	background: rgb(172, 226, 250);
	border-color: rgb(172, 226, 250);
}
.blue:hover {
	color: #fff;
	background: #999999;
	border-color: #999999;
}
.blue:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}
.pale_blue {
	background: rgb(172, 226, 250);
	border-color: rgb(172, 226, 250);
}
.pale_blue:hover {
	color: #fff;
	background: #999999;
	border-color: #999999;
}
.pale_blue:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}
.grey {
	color: #fff;
	background: #666666;
	border-color: #666666;
}
.grey:hover {
	color: #fff;
	background: #999999;
	border-color: #999999;
}
.grey:active {
	color: #fff;
	background: #999999;
	border-color: #999999;
}

.white {
	background: #f7d528;
	border-color: #f7d528;
}
.white:hover {
	background: #ffffff;
	border-color: #ffffff;
}
.white:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}

.pink {
	background: #f7d528;
	border-color: #f7d528;
}
.pink:hover {
	background: #fcc;
	border-color: #fcc;
}
.pink:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}
.pink.on {
	background: #fcc;
	border-color: #fcc;
}

.pale_yellow {
	background: #f7d528;
	border-color: #f7d528;
}
.pale_yellow:hover {
	background: #ffc;
	border-color: #ffc;
}
.pale_yellow:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}

.d2colour {
	color: #fff;
	background: #63398E;
	border-color: #63398E;
}
.d2colour:hover {
	color: #fff;
	background: #63398E;
	border-color: #63398E;
}
.active {
	color: #fff;
	background: #63398E;
	border-color: #63398E;
}

.viewAllQuotesButtonLabel {
    background: white;
	width: inherit;
	height: inherit;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	color: black;
	max-height:100%;
}

.d2colour.on.buyItNowLinkContainer {
	background: transparent;
	width: 100%;
	overflow-y: auto;
	position: absolute;
	bottom: 0px;
	left: 0px; 
	display: flex; 
	justify-content: center;	
}

.buyItNowLink {
	margin: 0px;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow-y: auto;
	width: 80px;
	max-width: 100%;
	
}
 
#calculator .buyItNowBtnDoubleWidth.buyItNowBtn {
    width: 100%;
}

#calculator .buyItNowBtnFullWidth.buyItNowBtn {
	width: 100%;
}

.buyItNowBtn.button.rounded.d2colour.on:hover  > .d2colour.on > .buyItNowLink  {
    color: #fff;
    background: #999999;
    border-color: #999999;
}

.buyItNowBtnImageContainer {
	width: inherit;
	height: inherit;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    background-repeat: no-repeat;
    background-position: left;
    background-size:cover;
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


.buyItNowBtnLabel {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    display: block;
}

.buyItNowBtnLabelTitle {
	font-size: 1.4em;
}

.buyItNowBtnImage {
	height: inherit;
	position: absolute;
	margin-right: auto;
	width: inherit; 
	top: 0px; 
	left: 0px;
}

.buyItNowBtnLabelContainer {
	font-size:0.6em; 
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	color: black;
	top: 10px;
	left: 3px;
	right: 3px;
}

.buyItNowBtn.button.rounded.d2colour.on.fullWidthBuyItNowBtn > buyItNowBtnImageContainer {
	width: 320px;left: 25%;
}

.buyItNowBtn.button.rounded.d2colour.on.fullWidthBuyItNowBtn > buyItNowBtnLabelContainer {
	width: 320px;left: 25%;margin: 1px;
}


.d2colour.on {
	color: #fff;
	background: #7030a0;
	border-color: #7030a0;
}
.d2colour:active {
	color: #fff;
	background: #666666;
	border-color: #666666;
}
div.toolbar {
	float: left;
	margin-left: 10px;
	font-style: italic;
}

td.details-control {
	cursor: pointer;
}

td.details-control-icon {
	background: url('../images/details_open.png') no-repeat center center;
}

tr.shown td.details-control-icon {
	background: url('../images/details_close.png') no-repeat center center;
}

/* Popup styling */
#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

#pu {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#putop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#pucont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#pubot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

.learnMoreInput {
	background-color: #f7d528;
}
.learnMore {
	font-size: 0.8em;
	clear: both;
}
.learnMore a {
	font-size: 1.2em;
	color: #00c;
}
.learnMore a:link {
	color: #00c;
}
.learnMore a:visited {
	color: #551a8b;
}
.learnMoreTitle {
	min-width: 300px;
}
.learnMoreA {
	float: left;
	clear: both;
	text-decoration: underline;
	color: #00c !important;
}
.learnMoreBody p {
	margin: 3px;
	text-align: justify;
}
.learnMoreBody {
	border-bottom: 2px solid #f7d528;
	margin-bottom: 2px;
}
.disabledInput {
	background-color: #dddddd;
	font-style: italic;
	
}
.errorMessage {
	color: red;
}
.rounded {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#costSummary .right {
	text-align: right;
}
.changedBlue {
	background-color: rgba(172, 226, 250, 0.5);
}
.changedUp {
	background-color: rgba(172, 226, 250, 0.7);
}
.changedDown {
	background-color: rgba(172, 226, 250, 0.3);
}
.ui-widget {
	font-size: 1em;
}
.title_yellow {
	background: #f7d528;
}
.title_blue {
	background: rgb(172, 226, 250);
}
.requestForm table {
	font-size: small;
}
.requestForm td {
	border: solid 1px;
	width: 49.5%;
}
.requestForm td:empty {
	width: 2px;
	border: none;
}
.requestForm tr:empty {
	height: 2px;
	border: none;
}
.requestForm label {
	float: left;
	width: 10em;
	clear: both;
	max-width: 20em;
}
.requestForm input[type=text] {
	width: 19em;
}
.wide label {
	float: left;
	width: 45em;
	clear: both;
	max-width: 45em;
}
.wide input[type=text] {
	width: 10em;
}
.tick label {
	float: left;
	width: 25em;
	clear: both;
	max-width: 25em;
}
.requestForm div {
	float: left;
}

.gwt-Image {
	max-width: none !important;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
reportDialog {
    position: fixed;
    top: 80px;
    left: 40px;
    bottom: 25px;
    height: 700px;
    min-width: 200px;
    width: 40%;
    background: black;
}
#reportDialog iFrame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.selectMaterials label {
	float: none;
	width: auto;
	clear: none;
	max-width: none;
	height: auto;
	margin: auto;
	padding: auto;
}

#youtube iframe {
	/* border: 1px solid black; */
	/* padding: 5px; */
}

.capitalize {
	text-transform: capitalize;
}

.newsticker {
	float: left;
	margin: 0px;
	list-style: none;
	padding-left: 10px;
}

.newsticker-title {
	float:left;
	font-weight:600;
	display: none;
}

.newsticker-button-wrapper {
	float: right;
}

.newsticker-button {
	float: left;
	margin-left: 5px;
}

.valuePink {
	background: rgba(255, 204, 204, 0.5);
}
.valueBlue {
	background: rgba(172, 226, 250, 0.5);
}
.prelimHeader {
	border-bottom: 1px solid gray;
	float: left;
	width: 100%;
	clear: both;
}
.prelimSection {
	width: 100%;
	float: left;
	clear: both;
}
.prelimSection h3 {
	
}
.prelimDesc {
	float: left;
	width: 20em;
}
.prelimQuant {
	float: left;
	min-width: 6em;
	text-align: left;
}
.prelimUom {
	float: left;
	min-width: 4em;
}
.prelimRate {
	float: left;
	min-width: 4em;
	text-align: right;
}
.prelimTotal {
	float: right;
	min-width: 6em;
	text-align: right;
}
.prelimFooter {
	width: 100%;
	float: left;
	clear: both;
}
#prelimsTotal {
	border-top: 1px solid gray;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Open Sans',sans-serif;
	font-size: 1em;
}
.headerCellRight {
	text-align: right !important;
}
#furtherQuestions {
	float: left;
	width: 100%;
	padding-top: 10px;
}
#furtherQuestions input {
	float: right;
}
#furtherQuestions label {
	float: left;
	clear: both;
	padding-top: 5px;
}
.directoryList {
	float: left;
}
.directoryEntry {
	margin: 5px;
	padding: 5px;
}
.directoryEntry img {
	width: 250px;
}
input:invalid, textarea:invalid {
	background: white;
	outline-width: 0;
}
.eolInvalid .eolField::after {
	content: "\F071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	height: 2em;
	margin-left: -25px;
	margin-top: 5px;
	color: red;
}
.video_click {
	position: relative;
}
.video_click::after {
	content: "\F144";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 6em;
	color: gray;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 98px;
	width: 98px;
	margin: auto;
}
.video_click:hover::after {
	content: "\F144";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 6em;
	color: black;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 98px;
	width: 98px;
	margin: auto;
}
input:focus, textarea:focus {
	/* outline: none; */
	/* border: 1px solid darkblue; */
}
.eolInvalid input[type="checkbox"]:required {
	background: rgba(208, 64, 22, 0.9);
}
.eolInvalid input[type="checkbox"]:required:checked {
	background: white;
}
.invalid input:required:invalid {
	border: 1px solid red;
	background: white;
}
.eolInvalid input:required:invalid {
	border: 1px solid red;
	background: white;
	outline-width: 0;
}
.eolInvalid input:required:valid {
	border: 1px solid #777;
	background: white;
}
.helpMessage {
	width: 100%;
}
.errorMessage {
	width: 100%;
}
.helpDetail {
	display: none;
}
.errorDetail {
	display: none;
}
.helpDetail.showMessage {
	display: block;
	border: 1px solid darkblue;
	border-radius: 0 0 5px 5px;
	background: white;
	width: 100%;
	padding: 1px;
	margin: 1px;
	box-sizing: border-box;
	position: absolute;
	top: 2em;
	z-index: 5;
}
.errorDetail.showMessage {
	display: block;
	border: 1px solid red;
	border-radius: 0 0 5px 5px;
	background: white;
	width: 100%;
	padding: 1px;
	margin: 1px;
	box-sizing: border-box;
	position: absolute;
	top: 2em;
	z-index: 5;
}
.eolField {
	width: 100%;
}
.eolInput.showMessage input {
	border-radius: 5px 5px 0 0;
	margin-bottom: 0px;
}
.eolInput {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.eolCheckbox {
	width: 25px;
	position: relative;
	margin-left: 10px;
}
.eolCheckbox input[type=checkbox] {
	width: 25px;
	height: 25px;
}
.eolCheckbox label {
	width: auto;
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.eolCheckbox label:after {
	opacity: 0.2;
	content: "\F00C";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	background: transparent;
}
.eolCheckbox label:hover::after {
	opacity: 0.5;
}
.eolCheckbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.eolCheckbox.eolInvalid input[type=checkbox]:invalid + label:after {
	border: 1px solid red;
}
.postcoder-complete-dropdown {
	float: left;
}
span > input {
	float: none;
}
.birtviewer_clickable {
	float: none;
	height: auto;
	width: auto;
}
.birtviewer_progressbar_button {
	float: none;
}
input[name="exportPages"] {
	float: none;
	height: auto;
	width: auto;
}
input[name="exportFit"] {
	float: none;
	height: auto;
	width: auto;
}
.birtviewer_exportreport_dialog_input {
	float: none;
	height: auto;
	width: auto;
}
input[name="printPages"] {
	float: none;
	height: auto;
	width: auto;
}
input[name="printFormat"] {
	float: none;
	height: auto;
	width: auto;
}
.birtviewer_printreport_dialog_input {
	float: none;
	height: auto;
	width: auto;
}

/* Checkout */
a.checkout-btn {
  display: inline-block;
  /* background: url(../images/d2-sign.svg) no-repeat center center; */
  background-size: 100% auto;
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  /* font-weight: 700; */
  /* letter-spacing: .1em; */
  -webkit-transition: all .2s;
  transition: all .2s;
  /* width: 130px; */
  /* height: 30px; */
  font-size: 1.2em;
  padding: 0px;
}
a.checkout-btn:hover {
  background-position: 1px;
}
.checkout-btn:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.checkout-error {
	color: red;
}

span.noteInfo {
	display: none;
}
span.noteInfo + br {
	display: none;
}

.d2footer {
	color: #63398E;
	font-size: 1.3em;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.d2footer span {
	color: red;
	font-style: italic;
}

.calculatorTable {
    font-size: 0.9em;
}

.profile input.currencyInput {
    float: left;
    width: 4em;
    text-align: right;
    padding-right: 2px;
}

table.calculatorTable tr td {
    vertical-align: middle;
}

.profile .tableContainer {
	overflow: auto;
	max-width: 100%;
}

.profile .tableContainer .mockTable {
	width:100%;
	display: table;
	line-height:1.8em;	
	font-size:0.9em;
	min-width: 31em;
}

#prelimsTable .prelimLabel, #prelimsTable .prelimDesc  {
    width: 10em;
}

.mockTable div.learnMoreBody p{
	line-height: initial;
}

#profitTable .prelimDesc {
	width: 10em;
}

#profitTable .currencyDefault {
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
}

#profitTable .profileUnit {
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
}

#profitTable .right {
	margin: 1px 0;
	display: table-cell;
}

#insuranceTable .prelimDesc {
	width: 10em;
}

#insuranceTable .currencyDefault {
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
}

#insuranceTable .profileUnit {
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
}

#insuranceTable .right {
	margin: 1px 0;
	display: table-cell;
}

#Labour_Rates.calculatorDialog .calculatorTable #originalEstimateRate{
        width: 8em;
}

#Labour_Rates.calculatorDialog .calculatorTable .item-description{
        width: 20em;
}

#lumpSumTable.mockTable, 
#primeCostTable.mockTable,
#provisionalSumTable.mockTable {
	min-width: 38em;
}

#primeCostTable.mockTable {
	min-width: 38em;
}

.mockTable .lumpSumDiv .nameLabel{
	max-width: 10em;
}

.mockTable .lumpSumDiv .nameInput{
	max-width: 10em;
}

.profile .mockTable .lumpSumDiv #lumpSumValuesDiv button,
.profile .mockTable .lumpSumDiv #primeCostValuesDiv button,
.profile .mockTable .lumpSumDiv #provisionalSumValuesDiv button{
	border: 1px solid #777;
	border-radius: 5px;
	height: 2em;
	width: auto;
	margin: 1px;
}

.mockTable #lumpSumHeader label,
.mockTable #primeCostHeader label,
.mockTable #provisionalSumHeader label {
	padding: 3px 0;
}

.mockTable #lumpSumValuesDiv input,
.mockTable #primeCostValuesDiv input,
.mockTable #provisionalSumValuesDiv input {
	min-width: 85px;
}


.button {
	position: relative;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.calcTooltip {
	position: relative;
}
.thTooltip {
	position: relative;
}
.navTooltip {
	position: relative;
}
.dataTooltip {
	position: relative;
}
.ui-tooltip, .ui-tooltip-arrow:after {
	background: #666;
}
.ui-tooltip {
	border-radius: 5px;
	color: white;
}
.ui-tooltip-arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.ui-tooltip-arrow.top {
	top: -16px;
	bottom: auto;
}
.ui-tooltip-arrow.left {
	left: 20%;
}
.ui-tooltip-arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	--webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ui-tooltip-arrow.top:after {
	top: auto;
	bottom: -20px;
}
.eol-radio {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 2;
}
.eol-radio::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}
.eol-radio::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}
.eol-radio::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #505050;
    position: absolute;
    top: 0;
    left: .5px;
    margin: 5px;
    transition: .1s;
    transform: scale(0);
}
.eol-radio-on::after {
    transition: .1s;
    transform:scale(1);
}
.feedbackEOL button.close {
    font-size: 40px;
}
.uploadBtnNarrow {
	display: none;
}
.uploadBtnHide {
	display: none;
}
#smm .button {
	font-size: 1.2em;
	padding: 0px;
}
#materials .button {
	font-size: 1.2em;
	padding: 0px;
}

.sample_smm .button {
	font-size: 1.2em;
	padding: 0px;
}
.sample_materials .button {
	font-size: 1.2em;
	padding: 0px;
}
.sample_schedule .button {
	font-size: 1.2em;
	padding: 0px;
}
.button.signInButton,.button.registerButton {
	width: 125px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid #000000b0;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  
  margin-bottom: 10px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.keepTogether {
	display: inline-block;
}

#card-errors {
	color: #eb1c26;
	font-weight: bold;
	font-size: large;
	margin: 5px;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	input, textarea {
		font-size: 16px;
	}
	div.toolbar {
	   float: none;
	   margin-right: 10px;
	   text-align: center;
    }	
	#nav ul {
		display: block;
		list-style-type: none;
		width: 70%;
		max-width: calc(100% - 80px);
		padding-top: 0px;
		left: -100%;
		--webkit-transition: left 0.5s ease;
		transition: left 0.5s ease;
	}
	#nav.navActive ul {
		left: 0px;
		z-index: 996;
	}
	.uploadBtnNarrow {
		display: block;
	}
	.uploadBtnWide {
		display: none;
	}
	.uploadBtnHide {
		display: none;
	}
	.button.signInButton, .button.registerButton {
		width: 40%;
	}
	.button160-centered {
		width: auto;
		margin: 0 auto;
	}
	
	.hideMobile {
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {
	#calculator .buyItNowBtnDoubleWidth.buyItNowBtn {
    	width: 320px;
	}

	#calculator .buyItNowBtnFullWidth.buyItNowBtn {
		width: 654px;
	}
	
	.buyItNowBtnImageContainer{
	    background-size: 100% auto;
	    box-sizing: initial;
	}
	
	.buyItNowLink{
		width: 140px;
	   	margin: 10px;
		border-radius: 3px;
    }
    
    .calculatorTable {
         font-size: initial;
    }
       
    .profile.calculatorDialog {
	    padding: .5em 1em;
    }
    
    table.calculatorTable tr {
	    max-width: 0;
    }
    
    .profile input.currencyInput {
        float: left;
        width: 4em;
        text-align: right;
        padding-right: initial;
    }
    
    #prelimsTable .prelimLabel, #prelimsTable .prelimDesc  {
        width: 20em;
    }
    
    #profitTable .prelimDesc {
	   width: 20em;
    }
    
    #insuranceTable .prelimDesc {
	   width: 20em;
    }
    
    .profile .tableContainer .mockTable {
	    line-height: 2em;	
	    font-size: 1em;
    }
    
    #lumpSumTable.mockTable, 
    #primeCostTable.mockTable,
    #provisionalSumTable.mockTable {
	    min-width: 880px;
    }
    
    .mockTable .lumpSumDiv .nameLabel{
	    max-width: 484px
    }

    .mockTable .lumpSumDiv .nameInput{
	    max-width: 484px
    }
    
    .profile #lumpSumTable.mockTable  #lumpSumDiv #lumpSumHeader .totalLabel{
	    /* max-width: 20em; */
    }
    
    /* Only show tooltip icons for full screen */
	.calcTooltip::before {
	    top: 0px;
	    position: absolute;
	    right: 4px;
	    font-family: "Font Awesome 5 Free";
	    content: "\F059";
	}
	.thTooltip::before {
	    top: 0px;
	    position: absolute;
	    right: 4px;
	    font-family: "Font Awesome 5 Free";
	    content: "\F059";
	}
	p.dataTooltip::after {
	    top: 0px;
	    position: relative;
	    right: 0px;
	    font-family: "Font Awesome 5 Free";
	    content: "\F059";
	}
	.postcoder-complete > div.postcoder-complete-dropdown, .postcoder-country > ul {
    	position: relative;
    }
}

@media only screen and (max-width: 640px) {	
	#estimate.estimate_selector{
		font-size: 0.8em;
	}
	.nav-logo-img-narrow {
		left: 40px;
	}
	.nav-logo-text-narrow {
		font-size: 1.1em;
		margin-top: 17px;
		left: 90px;
	}
}

@media only screen and (max-width: 320px) {
	.profile .calculatorTable div.profileUnit {
	    width: 5em;
	}
	
	.profile.calculatorDialog {
        padding: .5em;
    }
    
    #Labour_Rates.calculatorDialog .calculatorTable #originalEstimateRate{
        width: auto;
    }
    
    #Labour_Rates.calculatorDialog .calculatorTable .item-description{
        width: auto;
    }
	.nav-logo-text-narrow {
		font-size: 0.8em;
		margin-top: 12px;
	}
}

@media print {
	body {
	font-size: 14px;
	}
	#footer {
		display: none;
	}
	.requestForm label {
		width: 10em;
	}
	.wide label {
        width: 45em;
	}
	.tick label {
        width: 25em;
	}
	#logo {
		border: 1px solid;
	}
	#logo_narrow {
		border: 1px solid;
	}
}
}