/* Minification failed. Returning unminified contents.
(642,35): run-time error CSS1034: 
(642,35): run-time error CSS1042: Expected function, found ','
(642,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(646,35): run-time error CSS1034: 
(646,35): run-time error CSS1042: Expected function, found ','
(646,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
header {
	text-align: center;
	background-image: url(https://cdn.quickfile.co.uk/images/home/2023/waves-bg.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: unset;
	-webkit-background-size: 100% 100%; /* Safari 3.0 */
	-moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100%; /* Opera 9.5 */
	background-size: 100% 100%;
	min-height: 700px;
	position: relative;
}

.ft_vat_icon {
	margin: 11px 5px 0 0;
	width: 80px;
}

.p_tick {
	width: 16px;
	height: 12px;
}
.p_qmark {
	width: 20px;
	height: 20px;
}

body {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}

.floatingHelperDiv {
	text-align: left;
	width: 300px;
	padding: 8px;
	background-color: #FFFFCC;
	display: none;
	position: absolute;
	z-index: 999;
	line-height: 20px;
}

.mtd_ico {
	width: 90px;
	height:90px;
	margin-top: 22px;
}

header .header-spacer {
		height: 115px;
		width: 100%;
	}

	header .container {
		margin: 30px auto;
		max-width: 1200px;
		position: relative;
		display: flex;
		flex-direction: row;
		overflow: auto;
		z-index: 1;
	}

	header .laptop {
		width: 400px;
		float: left;
	}

	header .blurb {
		margin: 0;
		font-family: Arial;
		color: white;
		min-width: 470px;
		float: left;
	}

		header .blurb h1 {
			font-size: 32px;
			font-style: italic;
			font-weight: 200;
			margin-top: 0;
			-ms-text-shadow: -1px 1px rgba(0,0,0,0.3);
			text-shadow: -1px 1px rgba(0,0,0,0.3);
		}


	header #mtd_box {
		padding: 15px 0;
		width: 90%;
		max-width:340px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 22px;
		color: white;
		-ms-text-shadow: -1px 1px rgba(0,0,0,0.3);
		text-shadow: -1px 1px rgba(0,0,0,0.3);
	}

		header #mtd_box a {
			color: white;
			text-decoration: none;
		}

.tp_wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.review-stars {
	width: 180px;
	margin: 15px auto;
	height: 37px;
}

.review-tl {
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0;
}

#hreftp {
	color: white;
	text-decoration: none;
}

.sl-buttons {
	padding: 20px 0;
}

.sl-button {
	font-size: 20px;
	display: inline-block;
	background-color: rgba(55, 55, 55, 0.3);
	padding: 4px 16px;
	margin: 0 5px;
	text-shadow: -1px 1px rgba(0,0,0,0.3);
	-ms-border-radius: 5px;
	border-radius: 5px;
}



.tblsoftware .p_qmark {
	float: right;
	margin-right: 5px;
}


/*DOMAIN ENTRY CONTROLS ---------------------------------------------------------------------------------------*/


#domain {
	display: none;
}

#domhelper {
	width: 100%;
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 14px;
	padding: 6px 0;
	margin-bottom: 10px;
	min-height: 52px;
}

	#domhelper > div {
		margin-bottom: 4px;
	}


.domhelper_neutral_head {
	color: #333;
}
.domhelper_neutral_good {
	color: #04a800;
}
.domhelper_neutral_bad {
	color: #bd0000;
}

#subdom {
	border: 1px solid #DDD !important;
	box-shadow: none !important;
}

.domhelper_good #subdom {
	box-shadow: 0 0 5px #04a800 !important;
	border: 1px solid #04a800 !important;
}

.domhelper_bad #subdom {
	box-shadow: 0 0 5px #bd0000 !important;
	border: 1px solid #bd0000 !important;
}

.domhelper_good .input-domain {
	color: #04a800;
}
.domhelper_bad .input-domain {
	color: #bd0000;
}

.domhelper_bad #domhelper {
	color: #bd0000;
}
.domhelper_good #domhelper {
	color: #04a800;
}

.domcontainer {
	max-width: 700px;
	position: relative;
	min-height: 70px;
	margin: 0 auto;
	text-align: center;
	padding: 0 5px 5px 5px;
}

.dom_arrow {
	width: 100px;
	position: absolute;
	left: 50px;
	top: -25px;
	-ms-opacity: 0.5;
	opacity: 0.5;
}

.domparts {
	font-family: Arial,sans-serif;
	font-size: 25px;
	color: #444;
	padding: 10px 6px 10px 6px;
}

.input-domain {
	color: white;
	text-transform: lowercase;
}

.domentry {
	display: inline-block;
}

.fancyPantsInput {
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	outline: 0;
	font-size: 20px;
	padding: 6px 0 6px 6px;
	margin: 5px 1px 3px 0;
	border: 1px solid #DDD;
	color: #999;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

	.fancyPantsInput:focus {
		box-shadow: 0 0 5px rgba(76,127,255,1);
		border: 1px solid rgba(76,127,255,1);
		color: #666;
	}
/*BLOG SECTION ------------------------------------------------------------------------------------------------*/


.datebox {
	width: 50px;
	padding: 10px 5px;
	background-color: #1f4ab4;
	color: white;
	margin: 0 auto;
	-ms-text-shadow: 2px 1px rgba(0,0,0,0.3);
	text-shadow: 2px 1px rgba(0,0,0,0.3);
	border-radius: 6px;
}

	.datebox .datebox_day {
		font-size: 28px;
		font-weight: bold;
	}

	.datebox .datebox_month {
		font-size: 12px;
	}

.topic_header {
	margin: 0 0 10px 0;
}

	.topic_header > a {
		color: #333 !important;
		text-decoration: none;
		font-size: 18px;
	}

		.topic_header > a:hover {
			text-decoration: underline;
		}

.topic_body {
	color: #5f5f5f;
}

.blog_post > td {
	padding: 20px 3px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	vertical-align: top;
}

	.blog_post > td:first-child {
		width: 100px;
		text-align: center;
	}

	.blog_post > td:last-child {
		text-align: left;
		padding-right: 15px;
	}


/*SVG STYLES --------------------------------------------------------------------------------------------------*/

/*SVG TP STARS*/
.tps-1 {
	fill: rgba(255,255,255,0.5);
}

/*FREE ICON*/
#svgFreeService {
	width: 200px;
}

	#svgFreeService polygon, #svgFreeService text {
		display: none;
	}

/*SVG LAPTOP*/
.laptop #interface, .laptop #Overlay, .laptop #Row-Detail, .laptop #Tagged-Button, .laptop #Tagged-Button > rect, .laptop #Tagged-Button > text, .laptop #Modal, .laptop #Cogs, .laptop #Load-Tagging, .laptop #Load-Matching, .laptop #Tag-Options, .laptop #Tag-Options-On > rect, .laptop #Supplier-Tag, .laptop #PieChart, .laptop #PieLabels {
	display: none;
}


/*SVG RECEIPTS*/
#svgReceipts {
	width: 400px;
}


svg text,
svg tspan {
	font-family: Arial !important;
}


#svgReceipts #LaptopInt, #svgReceipts #ExpPhone, #svgReceipts #IntLabels, #svgReceipts #IntLabelVals > *, #svgReceipts #Transmit, #svgReceipts #CropHandles, #svgReceipts #CropZone, #svgReceipts #CamFlash, #CheckIco {
	display: none;
}


/*BODY STYLES ---------------------------------------------------------------------------------------------------*/

h2, h3 {
	line-height: 28px;
}

.main-wrapper {
	background-color: #ffffff;
	width: 100%;
	min-height: 100px;
	overflow-y: auto;
}

.section-divide {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	border-top: solid 1pt #ccc;
	overflow: auto;
}

.padme {
	padding: 40px 0;
	overflow: auto;
}

.inset-shade {
	-webkit-box-shadow: inset 0px 25px 20px -20px rgba(0, 0, 0, 0.22);
	box-shadow: inset 0px 25px 20px -20px rgba(0, 0, 0, 0.22);
}

.mtdRibbon {
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}

.btnjoin {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	max-width: 240px;
	display: block;
	font-size: 25px;
	margin: 32px auto;
	color: #555;
	font-weight: normal;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px white, 0 5px #3e3e42, 0 3px 5px rgba(0,0,0,.6);
	transition: background-color .25s;
	font-family: Arial,sans-serif;
	padding: 8px 0;
}

#btnregister_pi2 {
	color: #337ab7;
	font-size: 25px;
	font-family: Arial,sans-serif;
	text-align: center;
	height: 45px;
	display: none;
	margin: 32px auto;
}
#btnregister_pi {
	color: white;
	font-size: 25px;
	font-family: Arial,sans-serif;
	text-align: center;
	height: 45px;
	display: none;
	margin: 32px auto;
	text-shadow: -1px 1px rgba(0,0,0,0.3);
}
	#btnregister_pi2 > i,
	#btnregister_pi > i {
		margin-right: 8px;
	}

	.btnsmall {
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		border-radius: 6px;
		width: 80px;
		padding: 8px 0 6px 0;
		display: block;
		font-size: 22px;
		color: #fff;
		font-weight: bold;
		background-color: #4c7fff;
		box-shadow: inset 0 1px #82a6ff, 0 3px #1f4ab4, 0 3px 5px rgba(0,0,0,.3);
		transition: background-color .25s;
		font-family: Arial,sans-serif;
		text-shadow: -1px 1px #215bed;
	}

.invoices-box {
	max-width: 950px;
	margin: 30px auto;
	height: 200px;
}

	.invoices-box svg {
		height: 200px;
		width: 100%;
	}

	.invoices-box g {
		position: absolute;
		left: 0;
		top: 0;
	}

/*.gtext {
    font-family: Arial,sans-serif;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 20px;
}

.gtext a {
    color: #337ab7;
    text-decoration: none;
}*/

.col1-block {
	margin: 25px auto;
	max-width: 1000px;
	text-align: left;
}

.ft-wrapper-block {
	margin: 25px auto;
	max-width: 840px;
	width: 90%;
	overflow: hidden;
	text-align: center;
}

.col2-block {
	margin: 25px auto;
	max-width: 1000px;
	text-align: left;
}

	.col2-block > div {
		width: 45%;
		float: left;
	}

		.col2-block > div:first-child {
			text-align: center;
		}

		.col2-block > div:last-child {
			text-align: left;
		}

.ft-block {
	width: 30%;
	display: inline-block;
	float: left;
	margin: 10px;
}

.ft-block-inner{
	box-sizing:border-box;
	width:90%;
	margin: 0 auto;
	min-height:100px;
	border-radius: 6px;
	padding: 20px;
}

.ft-txt-block-inner {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	border-radius: 6px;
	padding: 10px 35px;
	line-height:22px;
}

.ft-block-pic {
	background-color: white;
	min-height: 215px;
	text-align: center;
}

.ft-block-s {
	width: 170px;
	display: inline-block;
	margin: 14px;
	vertical-align: top;
}

.ft-ico {
	height: 150px;
	text-align: center;
}

.ft-sub {
	vertical-align: top;
	text-align: center;
}

#svg_invoices_sq{
	width:165px;
	padding: 18px;
}

#svg_receipts_sq {
	width: 150px;
	padding: 18px;
}

#svg_vat_sq {
	width: 190px;
	padding: 18px;
}

.ft-ico-s {
	height: 120px;
	text-align: center;
}

.ft-sub-s {
	height: 190px;
	text-align: center;
	vertical-align: top;
}

#btnregister2,
#btnjoinl {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	max-width: 280px;
	display: block;
	font-size: 25px;
	margin: 20px auto;
	color: #fff;
	font-weight: bold;
	background-color: #4c7fff;
	box-shadow: inset 0 1px #82a6ff, 0 5px #1f4ab4, 0 3px 5px rgba(0,0,0,.3);
	transition: background-color .25s;
	font-family: Arial,sans-serif;
	text-shadow: -1px 1px #215bed;
	padding: 6px 0 6px 0;
}

.joinbox {
	padding: 20px 0;
	text-align: center;
}


/* Desktop / Mobile preview ----------------------------------------------------------------- */

.right_pic {
	width: 750px;
	height: 470px;
	position: relative;
	overflow: hidden;
	flex-grow: 1;
	font-family: Roboto, Arial;
}

.phone .shadow-box {
	box-shadow: 0 1px 3px 0 rgb(0,0,0, 0.1), 0 1px 1px 0 rgb(0, 0, 0, 0.07), 0 2px 1px -1px rgb(0, 0, 0, 0.06);
}

.desktop .shadow-box {
	box-shadow: 0 1px 3px 0 rgb(0,0,0, 0.1), 0 1px 1px 0 rgb(0, 0, 0, 0.07), 0 2px 1px -1px rgb(0, 0, 0, 0.06);
}

.phone {
	background-color: white;
	position: absolute;
	top: 50px;
	left: 30px;
	width: 180px;
	height: 385px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	border: solid 6px #efefef;
	box-sizing: border-box;
	box-shadow: 0 1px 23px 5px rgba(0, 0, 0, 0.15);
	z-index: 10;
	background-color: #f4f4f4;
}

.desktop {
	position: absolute;
	top: 0;
	left: 90px;
	width: 640px;
	height: 400px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	background-image: url(https://cdn.quickfile.co.uk/images/svg/sweep-1.svg);
	-ms-background-repeat: no-repeat;
	background-repeat: no-repeat;
}

.phone .ph_headbar {
	background-color: #336699;
	width: 100%;
	padding: 10px 0;
	color: white;
	-ms-border-top-left-radius: 40px;
	border-top-left-radius: 40px;
	-ms-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	text-align: left;
}

	.phone .ph_headbar .fa-bars {
		margin: 0 22px;
	}

.phone .ph_money_in_out {
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
	margin: 20px auto;
	box-sizing: border-box;
	font-size: 13px;
	background-color: white;
}

.phone .ph_money_in {
	height: 35px;
	width: 100%;
	border-bottom: solid 1pt #ddd;
	border-left: solid 4px #65b554;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}

.phone .ph_money_out {
	height: 35px;
	width: 100%;
	border-left: solid 4px #bc403a;
	-ms-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}

	.phone .ph_money_in > div:first-child,
	.phone .ph_money_out > div:first-child {
		width: 100px;
		text-align: left;
		color: #555;
		box-sizing: border-box;
		padding: 8px 0 0 5px;
	}

	.phone .ph_money_in > div:last-child,
	.phone .ph_money_out > div:last-child {
		-o-flex-grow: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		box-sizing: border-box;
		text-align: right;
		padding: 8px 5px 0 0;
	}

.phone .ph_money_in > div:last-child {
	color: #0B602E;
}

.phone .ph_money_out > div:last-child {
	color: #9B3531;
}

.phone .ph_bank {
	color: #555;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
	margin: 20px auto;
	box-sizing: border-box;
	font-size: 13px;
	border-left: solid 4px #65b554;
	padding: 8px 10px;
	text-align: left;
	position: relative;
	background-color: white;
}

	.phone .ph_bank > i {
		position: absolute;
		top: 17px;
		right: 10px;
		color: #ccc;
	}

	.phone .ph_bank > .ph_balance {
		font-size: 9px;
	}


.phone .ph_receipt_header {
	width: 90%;
	margin: 20px auto 5px auto;
	position: relative;
	font-size: 13px;
	height: 40px;
	border-bottom: solid 1pt #ccc;
}

	.phone .ph_receipt_header > div:first-child {
		color: #2c5189;
		position: absolute;
		top: 10px;
		left: 5px;
	}

.phone .ph_recipt_count {
	width: 23px;
	padding: 4px 0px;
	color: white;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	position: absolute;
	top: 5px;
	right: 3px;
}

.phone .ph_untagged_receipt {
	position: relative;
	width: 90%;
	margin: 0 auto;
	border-bottom: solid 1pt #ddd;
	height: 30px;
	color: #555;
}

	.phone .ph_untagged_receipt > div:first-child {
		position: absolute;
		top: 5px;
		left: 5px;
		font-size: 13px;
	}

	.phone .ph_untagged_receipt > div:last-child {
		position: absolute;
		top: 5px;
		left: 25px;
		font-size: 12px;
	}

.desktop .dk_coname {
	color: white;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 170px;
}

.desktop .dk_sales_box {
	position: absolute;
	top: 56px;
	left: 150px;
	background-color: white;
	width: 460px;
	height: 140px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
}

.desktop .dk_sales_lh {
	width: 110px;
	border-right: solid 1pt #ddd;
}

.desktop .ph_money_block {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 7px;
	text-align: left;
	border-bottom: solid 1pt #ddd;
}

.desktop .dk_money_out {
	border-bottom: none !important;
}

.desktop .ph_money_block > div:first-child {
	font-size: 11px;
	color: #555;
}

.desktop .dk_money_in {
	border-top-left-radius: 5px;
	border-left: solid 4px #65b554;
}

.desktop .dk_money_out {
	border-left: solid 4px #bc403a;
}

.desktop .dk_money_in > div:last-child {
	color: #0B602E;
}

.desktop .dk_money_out > div:last-child {
	color: #9B3531;
}

.desktop .dk_sales_rh {
	flex-grow: 1;
	box-sizing: border-box;
}

.desktop .dk_chart_outer {
	width: 320px;
	height: 100px;
	margin: 15px;
	border-left: solid 1pt #ddd;
	border-bottom: solid 1pt #ddd;
	box-sizing: border-box;
	position: relative;
}

	.desktop .dk_chart_outer > .dk_bar {
		background-color: #799fff;
		width: 15px;
		height: 2px;
		position: absolute;
		bottom: 0;
	}



	.desktop .dk_chart_outer > .dk_bar_1 {
		left: 5px;
	}

	.desktop .dk_chart_outer > .dk_bar_2 {
		left: 30px;
	}

	.desktop .dk_chart_outer > .dk_bar_3 {
		left: 55px;
	}

	.desktop .dk_chart_outer > .dk_bar_4 {
		left: 80px;
	}

	.desktop .dk_chart_outer > .dk_bar_5 {
		left: 105px;
	}

	.desktop .dk_chart_outer > .dk_bar_6 {
		left: 130px;
	}

	.desktop .dk_chart_outer > .dk_bar_7 {
		left: 155px;
	}

	.desktop .dk_chart_outer > .dk_bar_8 {
		left: 180px;
	}

	.desktop .dk_chart_outer > .dk_bar_9 {
		left: 205px;
	}

	.desktop .dk_chart_outer > .dk_bar_10 {
		left: 230px;
	}

	.desktop .dk_chart_outer > .dk_bar_11 {
		left: 255px;
	}

	.desktop .dk_chart_outer > .dk_bar_12 {
		left: 280px;
	}

.desktop .dk_x_lbl {
	position: absolute;
	bottom: -20px;
	color: #555;
	font-size: 8px;
}

.desktop .dk_x_lbl_1 {
	left: 5px;
}
.desktop .dk_x_lbl_2 {
	left: 30px;
}
.desktop .dk_x_lbl_3 {
	left: 55px;
}
.desktop .dk_x_lbl_4 {
	left: 80px;
}
.desktop .dk_x_lbl_5 {
	left: 105px;
}
.desktop .dk_x_lbl_6 {
	left: 130px;
}
.desktop .dk_x_lbl_7 {
	left: 155px;
}

.desktop .dk_x_lbl_8 {
	left: 180px;
}

.desktop .dk_x_lbl_9 {
	left: 205px;
}

.desktop .dk_x_lbl_10 {
	left: 230px;
}

.desktop .dk_x_lbl_11 {
	left: 255px;
}

.desktop .dk_x_lbl_12 {
	left: 280px;
}

	.desktop .dk_bar_unpaid {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #ccc;
		border-bottom: solid 1pt #999;
		width: 100%;
		height: 0;
	}



.desktop .dk_bank_box {
	position: absolute;
	top: 224px;
	left: 150px;
	background-color: white;
	width: 260px;
	height: 140px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
}

.desktop .dk_bank_lh {
	width: 110px;
	border-right: solid 1pt #ddd;
	box-sizing: border-box;
}

.desktop .dk_bank_block {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 7px;
	text-align: left;
	border-bottom: solid 1pt #ddd;
	color: #555;
}

	.desktop .dk_bank_block > div:first-child {
		font-size: 12px;
	}

	.desktop .dk_bank_block > div:last-child {
		font-size: 9px;
	}

.desktop .dk_bank_block_plus {
	border-left: solid 4px #65b554;
}

.desktop .dk_bank_block_minus {
	border-left: solid 4px #bc403a;
}

.desktop .dk_bank_rh {
	flex-grow: 1;
	box-sizing: border-box;
}

.desktop .svg_bank_chart {
	width: 130px;
	height: 108px;
	margin: 20px 0 0 0;
}

.desktop .dk_pinboard_box {
	position: absolute;
	top: 224px;
	left: 430px;
	background-color: white;
	width: 180px;
	height: 140px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.desktop .dk_pin_header {
	width: 100%;
	padding: 10px 7px;
	color: #555;
	font-size: 13px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: solid 1pt #ddd;
	background-color: #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

	.desktop .dk_pin_entry i,
	.desktop .dk_pin_header i {
		margin-right: 7px;
		color: #555;
	}

.desktop .dk_pin_entry {
	width: 100%;
	padding: 10px 7px;
	font-size: 11px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: solid 1pt #f5f5f5;
	color: #555;
}

.desktop .dk_pin_show_more {
	padding: 4px 7px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #efefef;
	color: #555;
	font-size: 11px;
	display: inline-block;
	margin: 4px auto;
}

	.desktop .dk_pin_show_more > i {
		margin-right: 7px;
	}

.pastel_1 {
	background-color: #DFF0D8;
}
.pastel_2 {
	background-color: #D9EDF7;
}
.pastel_3 {
	background-color: #F2DEDE;
}

body {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}


table {
	border-spacing: 0;
	border-collapse: collapse;
}

article {
	background-color: white;
}

footer {
	min-height: 160px;
	background-color: #2a363f;
	padding: 0 7px 0 7px;
}

.foot1 {
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: white;
	padding: 8px 0 8px 0;
	margin: 0 auto 0 auto;
	min-height: 25px;
}

	.foot1 div {
		display: inline-block;
		padding: 0 6px;
		line-height: 10px;
		margin-bottom: 18px;
		
	}

		.foot1 div:last-child {
			padding-right: 0;
		}

	.foot1 a {
		text-decoration: none;
		color: white;
		padding: 4px 6px;
		min-width: 50px;
		display: inline-block;
	}

	.foot1 i {
		font-size: 38px;
		margin: 0 10px 0 0;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}

footer .footer-top {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

	footer .footer-top a:hover {
		text-decoration: underline;
	}

footer .footer-middle {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

footer .footer-bottom {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.footer-lcol {
	float: left;
}

.footer-rcol {
	float: right;
}

.foot1-left {
	text-align: left;
	padding: 8px 0 0 6px;
}

.foot1-right a {
	padding: 0 2px 0px 5px;
}

.foot1-right {
	text-align: right;
	padding: 8px 0 0 0;
}

footer .build {
	color: #efefef;
	font-size: 10px;
}


/*TOP NAV BAR -----------------------------------------------------------------------------------------------*/

#bar_home {
	position: fixed;
	z-index: 99;
	padding: 14px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

#bar {
	position: fixed;
	z-index: 99;
	background-color: white;
	padding: 14px 0;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #ccc;
	-webkit-box-shadow: -1px 18px 20px -8px rgba(0,0,0,0.05);
	-moz-box-shadow: -1px 18px 20px -8px rgba(0,0,0,0.05);
	box-shadow: -1px 18px 20px -8px rgba(0,0,0,0.05);
}

#bar_home #bar-inner {
	max-width: 1300px;
	text-align: left;
	margin: 0 auto;
}


#bar #bar-inner {
	max-width: 1300px;
	text-align: left;
	margin: 0 auto;
}

	#bar #bar-inner .qflogo {
		width: 240px;
		height: 45px;
		margin-left: 15px;
	}

#bar_home #bar-inner .qflogo {
	width: 240px;
	height: 45px;
	margin-left: 15px;
}



.nav-buttons {
	float: right;
	margin-top: 8px;
}

.nav-button {
	padding: 6px 10px;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}

#bar .nav-button a {
	font-family: Arial;
	font-size: 16px;
	color: #999;
	text-decoration: none;
}

#bar_home .nav-button a {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

#bar .nav-button:hover {
	border-bottom: solid 2pt #4c7fff;
}

#bar_home .nav-button:hover {
	border-bottom: solid 2pt #ffffff;
}

.header-spacer {
	height: 115px;
	width: 100%;
}

/* ------------------------------------------------------------------------------------------------------*/

.gtext {
	font-family: Arial,sans-serif;
	color: #5f5f5f;
	font-size: 14px;
	line-height: 20px;
}

	.gtext a {
		color: #333;
		text-decoration: underline;
	}



.gtext-warning {
	color: #cc0000;
}

.page-container {
	position: static;
	width: 800px;
	text-align: center;
}

.navLinks {
	margin: 0 auto;
	text-align: center;
}

	.navLinks a {
		padding: 7px 0;
		color: white;
		width: 100px;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		font-family: Arial,sans-serif;
		font-size: 14px;
	}

		.navLinks a:last-child {
			background-color: #04a800 !important;
		}


		.navLinks a:hover:not(.login) {
			color: #337ab7;
			text-shadow: 3px 0 12px rgba(76,127,255,0.6);
			-webkit-transition: 0.1s linear 0s;
			-moz-transition: 0.1s linear 0s;
			-o-transition: 0.1s linear 0s;
			transition: 0.1s linear 0s;
			outline: 0 none;
		}


.grey-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

	.grey-small A:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #999999;
	}

	.grey-small A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #999999;
	}

	.grey-small A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #999999;
	}

	.grey-small A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: #999999;
	}

.blue-small-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.Menu-Item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

	.Menu-Item A:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}

	.Menu-Item A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}

	.Menu-Item A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #0000FF;
		text-decoration: none;
	}

	.Menu-Item A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}

.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

	.general A:link {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
	}

	.general A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
	}

	.general A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
	}

	.general A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
		text-decoration: underline;
	}

.general16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

	.general16 A:link {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
	}

	.general16 A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
	}

	.general16 A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
	}

	.general16 A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
		text-decoration: underline;
	}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
}

.bigFont {
	font-family: Arial Black, Arial;
	font-size: 22px;
	font-weight: normal;
	color: #3300FF;
}

.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.Light-Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.standardBG {
	background-image: url('/images/template/bg-light-blue.gif');
}

.standardBorder {
	border: 1pt solid #0066FF;
}

.darkCell {
	background-color: #4C7FFF;
}

.midCell {
	background-color: #CCCCFF;
}

.page-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #337ab7;
	text-decoration: none;
}

	.page-link A:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
		text-decoration: none;
	}

	.page-link A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
		text-decoration: none;
	}

	.page-link A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #337ab7;
		text-decoration: underline;
	}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.bread-crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

	.bread-crumb A:link {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #FFFFFF;
	}

	.bread-crumb A:visited {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #FFFFFF;
	}

.menu-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

	.menu-sub A:link {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		color: #333333;
		font-size: 10px;
	}

	.menu-sub A:visited {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		color: #333333;
	}

	.menu-sub A:hover {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		color: #CC0000;
	}

.textfield {
	margin: 3px;
	height: 16px;
	width: 200px;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #000099;
}

.Impact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #337ab7;
}

	.Impact h1 {
		font-size: 18px;
		color: #337ab7;
	}

.white-small-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

	.white-small-bold a:link {
		color: #FFFFFF;
		text-decoration: none;
	}

	.white-small-bold a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}

	.white-small-bold a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	.white-small-bold a:active {
		color: #FFFFFF;
		text-decoration: none;
	}

.bigNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3300FF;
}

.acBox {
	font-family: Arial;
	font-size: 12px;
	padding: 6px;
	margin: 0px !important;
	background-color: #FFFFFF;
	color: #000000;
	border: #000000;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
}

.acBoxItem {
	background-color: window;
	color: windowtext;
	padding: 1px;
}

.acBoxSelect {
	background-color: #b9ec83;
	color: black;
	padding: 1px;
}

.standardTextbox {
	border: solid 1pt #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.standardTextboxError {
	border: solid 1pt #CC0000;
	background-color: #FFE5E5;
}

.standardTextboxOrange {
	border: solid 1pt #CC6600;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}

.buttonGreen {
	background-color: #CCFFCC;
	border: solid 1pt #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.redStatus {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}

.blueStatus {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}

.buttonRed {
	background-color: #FFCCFF;
	border: solid 1pt #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	height: 20px;
}

.greenStatus {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
}

.orangeStatus {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}

.menuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

	.menuHeader A:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	.menuHeader A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	.menuHeader A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	.menuHeader A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}


.menuChild {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

	.menuChild A:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

	.menuChild A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

	.menuChild A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

	.menuChild A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

input[type="radio"], label[for] {
	cursor: pointer;
}

.hoveringToolTips {
	color: #000099;
	width: 200px;
	background-color: #ffffff;
	padding: 5px;
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	margin-left: 0px;
	font-size: 8pt;
	font-family: Arial;
	border-right: #cc0000 2px solid;
	border-top: #cc0000 2px solid;
	border-left: #cc0000 2px solid;
	border-bottom: #cc0000 2px solid;
	border-color: #000099;
}


.shadowedBox {
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.shadowedBoxSide {
	-webkit-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.15);
}

.qfPageBorder {
	border: 1pt solid #999999;
}

.qfPageBorderLRB {
	border-left: 1pt solid #999999;
	border-right: 1pt solid #CCCCFF;
	border-bottom: 1pt solid #CCCCFF;
}

.qfPageBorderLRT {
	border-left: 1pt solid #999999;
	border-right: 1pt solid #CCCCFF;
	border-top: 1pt solid #CCCCFF;
}


.highlighterContainer {
	background: #FFFF66;
}

.greyTextbox {
	border: solid 1pt #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.greyCell {
	background-color: #EFEFEF;
}

.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



input[type=submit] {
	cursor: pointer;
}

.text_input_m {
	border: 1px solid #d2d2d2;
	font-family: Arial;
	font-size: 13px;
	padding: 8px;
	outline: none;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	transition: box-shadow 0.35s, border-color 0.35s ease-in-out;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;
}


	.text_input_m:focus {
		border: 1px solid #337ab7;
	}


.text_input_s {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	-moz-box-shadow: inset 0 1px 0px #d2d2d2;
	-webkit-box-shadow: inset 0 1px 0px #d2d2d2;
	box-shadow: inset 0 1px 0px #d2d2d2;
	font-family: Arial;
	font-size: 13px;
	padding: 3px;
	outline: none;
}

.toolTipHover {
	color: black;
	width: 200px;
	/*background-color:#FFFFCC;*/
	padding: 8px;
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	margin-left: 0px;
	font-size: 13px;
	font-family: Arial;
	text-align: left;
	border: 1px solid #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: rgb(255, 255, 204); /* Fall-back for browsers that don't support rgba */
	background: rgba(255, 255, 204, .75);
}

.activeCell, .activeCell:hover {
	background-color: #FFF8D5;
}

.headerRow td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding: 8px;
	background-color: #EEEEEE;
	border-bottom: 1pt solid #CCCCCC;
}

.stagingAlertContainerStyle {
	width: 100%;
	background-color: #FFCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
}

.qfPageContainer {
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
}

.qfPageContainer_1000 {
	max-width: 1000px;
	width: 90%;
	min-height: 600px;
	margin: 0 auto;
}

.qfPageContainerWide {
	width: 100%;
	min-height: 600px;
	margin: 0 auto;
}

.form-container {
}

.header-box {
	width: 100%;
	background-color: white;
	height: 130px;
}

.header-box-inner {
	width: 100%;
	border-bottom: solid 1pt #ccc;
	display: inline-block;
	padding: 18px 0;
	margin-top: 25px;
	background-color: white;
}

.header-box-centre {
	margin: 0 auto;
	width: 800px;
}

.navLinks-mobile {
	display: none;
}

.logo {
	padding-top: 4px;
}

.logo-base {
	float: left;
	padding-left: 4px;
}

.logo-zooming {
	text-align: center;
}

.menu {
	font-family: Arial,sans-serif;
	padding: 4px 6px;
	font-size: 14px;
	margin: 6px 20px 0 0;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	border: solid 1pt #ccc;
	color: #6B6B6B;
	float: right;
}

.page-footer-block-fwidth {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-align: left;
	width: 800px;
	padding: 28px 0;
	margin: 0 auto;
}

	.page-footer-block-fwidth a {
		color: #999;
		text-decoration: none;
	}


@media (max-width: 295px) {
	.menu span {
		display: none;
	}
}

@media (max-width: 250px) {
	.menu {
		display: none;
	}
}

#bar-mobile {
	display: none;
	padding: 10px;
	position: fixed;
	z-index: 999;
	background-color: white;
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
}


.domain-result {
	font-size: 18px;
	color: #CCCCCC;
	text-transform: lowercase;
}

.input-domain {
	color: #333333;
}

ul {
	padding-left: 22px;
}

.fields input[type='text'], .fields input[type='password'], .fields select {
	width: 90%;
	padding: 7px;
	margin-bottom: 7px;
	font-size: 14px;
}

	.fields input[type='text']:focus, .fields input[type='password'], .fields select:focus {
		box-shadow: 0px 0px 3px 2px #EEEEEE;
	}

.read-only {
	padding: 7px 0 10px;
}

.headerRowDiv {
	margin: 20px 0 20px 0;
}

	.headerRowDiv i {
		float: right;
	}

#bar_home .menu-s,
#bar .menu-s {
	font-family: Arial,sans-serif;
	padding: 4px 6px;
	font-size: 14px;
	margin: 6px 20px 0 0;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	float: right;
	display: none;
}

#bar .menu-s {
	color: #6b6b6b;
	border: solid 1pt #ccc;
}

#bar_home .menu-s {
	color: #ffffff;
	border: solid 1pt #ffffff;
}

#bar_home .menu-s-list,
#bar .menu-s-list {
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
	border: solid 1pt #ccc;
	list-style: none;
	padding-left: 0;
	width: 180px;
	float: right;
	background-color: #fff;
	z-index: 999;
}

	#bar_home .menu-s-list li,
	#bar .menu-s-list li {
		color: #09f;
		font-family: Arial,sans-serif;
		list-style-type: none;
		padding: 9px 0;
		margin: 0;
	}

		#bar_home .menu-s-list li:nth-child(even),
		#bar .menu-s-list li:nth-child(even) {
			background-color: #efefef;
		}

		#bar_home .menu-s-list li a,
		#bar .menu-s-list li a {
			margin: 0 8px;
			width: 100%;
			display: inline-block;
		}


.useful_links {
	width: 100%;
	text-align: left;
}

	.useful_links > div {
		width: 100%;
		text-align: left;
		padding: 20px 0;
		border-bottom: solid 1pt #cccccc;
	}
/*MEDIA QUERIES ------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 670px) {
	#bar_home .nav-buttons,
	#bar .nav-buttons {
		display: none;
	}

	#bar_home .menu-s,
	#bar .menu-s {
		display: inline-block;
	}
}

@media (max-width: 820px) {
	.page-footer-block-fwidth,
	.qfPageContainer {
		width: 90%;
	}
}


@media (max-width: 550px) {
	.right_pic {
		display: none;
	}
}

@media (max-width: 500px) {
	#bar_home .qflogo,
	#bar .qflogo {
		width: 180px;
	}
}


@media (max-width: 1000px) {
	header .laptop {
		margin: 0 auto;
		display: block;
		float: none;
	}

	header .blurb {
		margin: 25px auto 15px auto;
		display: block;
		float: none;
		min-width:100px;
	}

	.col2-block div {
		display: block;
		float: none;
		margin: 10px auto;
		width: 90%;
	}

		.col2-block div:nth-child(2) {
			text-align: center;
		}

	.col1-block, .invoices-box {
		width: 90%;
		margin: 0 auto;
	}

	.ft-block {
		display: block;
		margin: 30px auto;
		width: 90%;
		float: none;
	}

}

@media (max-width: 710px) {

	.dom_arrow {
		display: none;
	}
}

@media (max-width: 500px) {
	header .blurb {
		width: 90%;
	}

		header .blurb h1 {
			font-size: 24px;
		}

	header .laptop {
		display: none;
	}

	#svgReceipts {
		width: 100%;
	}

	.ft-block-s {
		width: 90%;
	}

	.ft-sub-s {
		height: 120px;
	}
}


@media (max-width: 360px) {
	header .sl-buttons {
		display: none;
	}
}

