@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Neue Helvetica W01', Arial, Helvetica, sans-serif;
	color: #231f20; /* roo's reddish */
	/*background: #F8F8F8;*/
}

a {
	text-decoration: none;
	color: #009fe3;
}

a:hover {
	color: #004F98;
}

.header a, .footer a {
	/*color: #009fe3;*/
}

.container {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -170px;
}

.container:after {
  content: "";
  display: block;
}

.footer {
	font-weight: 400;
	color: #7a7a7a;
}

.login .footer {
	color: #fff;
}

.footer, .container:after {
  height: 70px;
  padding-top: 100px;
}

.footer .inkredible {
	margin-top: 12px;
	font-size: 12px;
	display: block;
}

.footer .sep {
	border-left: 1px solid #a9a9a9;
	display: inline-block;
	height: 14px;
	margin: 3px 13px 0;
	vertical-align: top;
	width: 0;
}

.inner {
	width: 980px;
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.content .inner {
	width: 800px;
}

.header {
	height: 125px;
}

.header .inner {
	width: 800px;
}

.header .logo {
	margin-top: 33px;
}

.header .account {
	position: absolute;
	right: 0;
	top: 50px;
	text-align: right;
	line-height: 25px;
}

.nav {
	height: 70px;
	background: #009fe3;
	text-align: center;
}

.nav a {
	font-size: 17px;
	font-weight: bold;
	font-weight: 400;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	line-height: 70px;
	padding: 0 35px;
	text-transform: uppercase;
	display: inline-block;
	/*-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;*/
}

.nav a.active, .nav a.active:hover {
	background: #007CC8;
}

.nav a:hover {
	background: #148ED9;
}

.footer {
	text-align: center;
}

.content h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	font-weight: 200;
	margin-top: 44px;
	margin-bottom: 30px;
	margin-top: 40px;
	margin-bottom: 38px;
}

.login-card {
	min-height: 335px;
}

form {
	text-align: center;
	
}

form .fieldset {
	width: 800px;
	width: 675px;
	margin: 0 auto;
	border: 1px solid #ccc;
	/*border: 1px solid #E1E1E1;*/
	padding-left: 125px;
	padding-bottom: 50px;
	padding-bottom: 34px;
	text-align: left;
	width: 798px;
	text-align: center;
	padding-left: 0;
	margin-top: 15px;
}

/*.fieldset + .fieldset {
	
}*/

form .fieldset .inner {
	width: 550px;
	text-align: left;
}

form h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-size: 20px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 22px;
	/*width: 550px;*/
}

form label {
	display: block;
	font-weight: bold;
	font-size: 18px;
	font-size: 15px;
	line-height: 34px;
	margin-top: 12px;
	font-weight: 600;
	font-size: 16px;
}

form .grid:after {
	content: '';
	display: table;
	clear: both;
}

form .grid .half {
	display: inline-block;
	width: 50%;
	width: 268px;
	/*width: 275px;*/
	float: left;
}

form .grid .half + .half {
	margin-left: 14px;
}

form .grid .third {
	display: inline-block;
	width: 33%;
	/*width: 276px;*/
	width: 230px;
	float: left;
}

form .grid .third + .third {
	margin-left: 15px;
}

form .grid .half input {
	width: 228px;
	width: 234px;
}

form .grid .third input[type=text] {
	width: 190px;
	padding: 12px 19px;
	width: 196px;
	padding: 12px 16px;
}

form label span.desc {
	font-weight: normal;
	display: inline-block;
}

form label span {
	display: block;
}

form label .req {
	color: #e81f20;
	display: inline-block;
	margin-left: 5px;
	font-size: 22px;
	vertical-align: middle;
}

form input[type=text], form input[type=password] {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	width: 550px;
	width: 510px;
	width: 516px;
	border: 1px solid #cdced0;
	font-size: 17px;
	line-height: 17px;
	padding: 3px 19px;
	padding: 15px 19px;
	padding: 15px 16px;
	font-family: 'Neue Helvetica W01', Arial, Helvetica, sans-serif;
	box-shadow: none;
	border-radius: 0;
}

form input[type=text]:focus, form input[type=password]:focus {
	border-color: red;
	border-color: #009fe3;
}


form select {
	width: 90%;
}

form select .hidden {
	display: none;
}

form .notices {
	display: none;
}

.notices {
	background: #ffe9a3 none repeat scroll 0 0;
	border: 1px solid #e7c969;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
}

.notices.success {
	background: #c6ffa3;
	border-color: #73de5b;
}

.notices h3 {
	margin: 0;
}

.notices p {
	margin: 0;
	margin-top: 10px;
}

.notices-inner {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.button {
	margin-top: 40px;
	font-size: 19px;
	text-transform: uppercase;
	display: inline-block;
	background: #009fe3;
	color: #fff;
	line-height: 60px;
	padding: 0 30px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	/*-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;*/
}

.button:hover {
	color: #fff;
	background-color: #148ED9;
}

/*form .button:hover {
	background: #007cc8;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}*/

form .button .tick {
	width: 42px;
	height: 32px;
	background: transparent url('/images/ajax-tick.png') 100% 0 no-repeat;
	vertical-align: middle;
	display: none;
}

form .button.saved {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	background: #7FA907;
	background: #80BE00;
}

form .button.saved .tick {
	display: inline-block;
}



.button .anim {
	display: inline-block;
	width: 32px;
	height: 100%;
	padding-left: 10px;
	/display: none;
	width: 32px;
	vertical-align: top;
	margin-top: 12px;
	vertical-align: middle;
	margin-top: -2px;
	display: none;
}

.button .anim img {
	vertical-align: middle;
	width: 100%;
}

.button.loading .anim {
	display: inline-block;
}

.radio-group {
	text-align: center;
}

form .radio-group:after {
	content: '';
	display: table;
	clear: both;
}

.radio-group input[type=radio] {
	display: none;
}

.radio-group label {
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 0 2px #c9cbcc inset;
	box-shadow: 0 0 0 2px #c9cbcc inset;
	cursor: pointer;
	font-weight: normal;
	font-weight: 300;
	margin-top: 0;
	-webkit-transition: box-shadow 0.1s ease-in-out;
	-moz-transition: box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
}

.radio-group label:hover {
	box-shadow: 0 0 0 4px #c9cbcc inset;
}

.radio-group input[type=radio]:checked + label {
	box-shadow: 0 0 0 4px #009fe3 inset;
	/*color: #009fe3;*/
}

.radio-group.houseplans input[type=radio]:checked + label {
	background: #009fe3;
	border-color: #009fe3;
	color: #fff;
	font-weight: 600;
	font-weight: 500;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: none;
}

.radio-group .instruction {
	font-size: 16px;
	color: #808285;
}

.installation .instruction {
	margin-top: 25px;
	margin-bottom: 0;
	line-height: 21px;
}

.fieldset.installation {
	padding-bottom: 30px;
}

.radio-group .instruction span {
	color: #00aeef;
	color: #009fe3;
	font-weight: bold;
	font-weight: 600;
}

.radio-group.houseplans label {
	background: #f2f2f2;
	background: #fff;
	width: 392px;
	height: 130px;
	line-height: 130px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 300;
	margin-bottom: 16px;
	margin-bottom: 0;
	float: left;
	box-shadow: 0 0 0 3px #c9cbcc inset;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
	color: #6b6c6f;
	-webkit-transition: box-shadow 0.1s ease-in-out;
	-moz-transition: box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
}

.radio-group.houseplans label:hover, .radio-group.houseplans input[type=radio]:checked + label:hover {
	box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1) inset;
}

.radio-group.houseplans label + input + label {
	margin-left: 16px;
}

.radio-group {
	/*float: left;*/
	font-size: 0; /* hide whitespace between blocks */
}

.radio-group label + input + label {
	margin-left: 14px;
}

.radio-group.bushfire label, .installation .radio-group label {
	line-height: 80px;
	width: 240px;
	font-size: 19px;
	text-transform: uppercase;
}

.radio-group.bal-rating {
	margin-top: 14px;
}

.radio-group.bal-rating label {
	line-height: 56px;
	width: 170px;
	font-size: 19px;
	text-transform: uppercase;
}

form #notes {
	width: 730px;
	height: 185px;
	width: 700px;
	height: 155px;
	border: 1px solid #bcbec0;
	padding: 15px;
	font-family: 'Neue Helvetica W01', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	resize: vertical;
	margin: 0;
}

form #notes:focus {
	border-color: #009fe3;
}
.products {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

.product {
	background: #f2f2f2;
	padding: 10px;
	padding: 10px 19px;
	border: 1px solid #c9cbcc;
	/*padding: 10px 18px;
	border: 2px solid #c9cbcc;
	color: #6b6c6f;*/
}

.product + .product {
	margin-top: 15px;
}

.products label {
	line-height: 30px;
	line-height: 24px;
	font-size: 15px;
}

.products label span {
	font-weight: 700;
	font-weight: 600;
}

.products label span span {
	font-weight: normal;
	display: inline-block;
}

.products label span a {
	display: inline-block;
	font-weight: normal;
	/*color: #009fe3;*/
}

.colour-cost {
	padding-top: 7px;
	color: #231f20;
	font-size: 14px;
	display: none;
}

.colour-cost strong {
	font-weight: 600;
}

form .size label, form .size label span {
	display: inline-block;
}

form .size label  {
	font-weight: 600;
}

form .size label span {
	font-weight: normal;
	color: #231f20;
}

.product .actions {
	text-align: center;
}

#product-master {
	display: none;
}

a.add-product {
	width: 195px;
	line-height: 50px;
	margin-top: 15px;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
}

.product .actions {
	margin-bottom: 5px;
}

a.duplicate-product, a.delete-product {
	width: 145px;
	line-height: 30px;
	margin-top: 15px;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
	background: #939598;
	background: rgba(0,0,0,.35);
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

a.duplicate-product:hover, a.delete-product:hover {
	background: rgba(0,0,0,.45);
}

.product .actions a + a {
	margin-left: 5px;
}

.files {
	text-align: left;
	width: 740px;
	margin: 0 auto;
}

.files .category {
	position: relative;
	min-height: 70px;
	min-height: 80px;
}

.files h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.upload-button {
	position: absolute;
	font-weight: 400;
	top: 0;
	right: 0;
	display: inline-block;
	width: 240px;
	line-height: 60px;
	text-align: center;
	box-shadow: 0 0 0 2px #c9cbcc inset;
	cursor: pointer;
}

#fileupload {
	display: none;
}

.files .delete {
	display: inline-block;
	margin-left: 5px;
}

#progress {
	width: 490px;
	margin-top: 5px;
}

.bar {
    height: 5px;
    background: #37E335;
	 background: #009fe3;
}

/* selects */

.hasCustomSelect {
	z-index: 2; /* fix for position:relative on .custom-select, which in turn is required for position:absolute arrow on .custom-select:after */
}

.custom-select {
	width: 550px;
	width: 510px;
	width: 516px;
	border: 1px solid #cdced0;
	font-size: 17px;
	line-height: 17px;
	padding: 3px 19px;
	padding: 15px 19px;
	padding: 15px 16px;
	background: #fff;
	position: relative;
	color: #231f20;
	/*background: #C96;
	display: block;
	height: 32px;
	padding-top: 0px;
	line-height: 32px;
	font-weight: bold;
	text-indent: 5px;
	background: #fff url('/images/booking_dropdown_bg.png') 0 0 no-repeat;
	
    color: #444444;
    font-size: 14px;
    text-indent: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;*/

/* This is the default class that is used */
/* Put whatever custom styles you want here */
}

.products .custom-select {
	padding-top: 12px;
	padding-bottom: 12px;
}

.products label span.custom-selectInner {
	font-weight: normal;
}

.custom-select:after {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	background: #dcddde url('/images/select-arrow.png') 50% 55% no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 37px;
	height: 37px;
	top: 4px;
	right: 4px;
	width: 39px;
	height: 39px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.products .custom-select:after {
	width: 31px;
	height: 31px;
	width: 33px;
	height: 33px;
	background-position: 50% 60%;
}

.grid .half .custom-select {
	width: 228px;
	width: 234px;
}

.grid .third .custom-select {
	width: 190px;
	width: 196px;
	font-weight: normal; /* for selects inside labels */
}

.custom-select.custom-selectHover {
/* Styles for when the select box is hovered */
/*color: #995635;*/
}

.custom-select.custom-selectHover:after {
	/*background-color: #bbb;*/
}

.custom-select.custom-selectOpen {
/* Styles for when the select box is open */
}
.custom-select.custom-selectFocus {
/* Styles for when the select box is in focus */
	border-color: #009fe3;
}

.customSelectInner {
/* You can style the inner box too */
}

/* login page */

body.login {
	background: #fff url('/images/login-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}

body.login a {
	color: #fff;
	text-decoration: underline;
}

.login .header {
	background: #fff;
}

.login .login-card {
	height: 565px;
}

.login .fieldset {
	margin-top: 105px;
	width: 500px;
	border: none;
	border: 55px solid white;
}

.login .fieldset input {
	width: 370px;
	height: 50px;
	width: 338px;
	height: 48px;
	padding: 0 15px;
	
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	/*background: rgba(255,255,255,.5);*/
}

.login .fieldset input + input {
	margin-top: 5px;
}

.login .fieldset a.button {
	width: 310px;
	line-height: 50px;
	margin-top: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}

.login h1 {
	margin-top: 25px;
	margin-bottom: 0px;
}

.login p {
	margin-top: 5px;
	font-size: 16px;
}

.login .notices {
	width: 348px;
	color: #000;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* quote list */

.quote-list {
	width: 100%;
}

.quote-list td {
	line-height: 30px;
}

.quote-list .draft {
	display: inline-block;
	margin-left: 10px;
}

.quote-list .actions, .quote-list .date {
	text-align: right;
}

.quote-list .actions a {
	display: inline-block;
	/*color: #009fe3;*/
	cursor: pointer;
}

.quote-list .actions a + a {
	margin-left: 20px;
}

.listset + .listset {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

/* view quote */

.receipt {
	text-align: center;
}

.notices + .receipt {
	margin-top: 15px;
}

.receipt .page {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #ccc;
	height: 1132px; /* matches a4 paper ratio for 800 width */
	text-align: left;	
}

.receipt .page .inner {
	width: 560px;
	margin-top: 98px;
}

.button {
	cursor: pointer;
}

.no-quotes {
	text-align: center;
}

.receipt-header {
	position: relative;
}

.receipt-header .button {
	position: absolute;
	top: 5px;
	z-index: 2;
	margin-top: 0;
	font-size: 14px;
	background: #939598;
	line-height: 30px;
}

.receipt-header .prev {
	left: 0;	
}

.receipt-header .next {
	right: 0;
}

@media print {
	.header, .nav, .footer {
		display: none;
	}
	
	h1 {
		display: none;
	}
	
	.content .inner {
		width: 100%;
	}
	
	.receipt .page {
		width: 100%;
		border: none;
	}
	
	.receipt .page .inner {
		width: 100%;
		margin-top: 0;
	}
}

body {
	/*background: #f2f2f2;*/
}

.fieldset {
	/*background: white;
	border: 1px solid #ccc !important;*/
}

.login-card .fieldset .inner {
	width: 370px;
	margin: 0 auto;
	text-align: center;
}