.purchaser-copy {
	cursor: pointer;
}

.showhelptext div.middleColumn {
	display: flex;
}

@media (max-width: 480px) {
	.customerreference > div > input {
		width: 100%;
		max-width: 282px;
		padding: 6px 5px;
		font-size: 15px;
		background-color: #fff;
		border: 1px solid #dad9d9;
		margin: 3px;
		box-sizing: border-box;
	}
}

@media (min-width: 480px) {
	.customerreference > div > input {
		width: 100%;
		max-width: 282px;
		padding: 6px 5px;
		font-size: 15px;
		background-color: #fff;
		border: 1px solid #dad9d9;
		margin: 3px;
		box-sizing: border-box;
	}

	div.customerreference {
		margin-top: -52px !important;
		margin-left: 305px !important;
		float: right !important;
	}

	.customerreference > label {
		width: auto !important;
		margin-top: 7px;
		margin-right: 5px;
	}
}

@media (min-width: 650px) and (max-width:900px) {
	div.customerreference {
		width:57% !important;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	 .BillingPage #Form_BillingPageForm div.field {
        width:95% !important;
    }
	.billingpage-orderitem {
		border-bottom:solid 1px #ccc;
		display:block;
	}
		.billingpage-orderitem td {
			display:block;
			width:auto;
		}
		.BillingPage .billingpage-orderitem td.cost {
			padding-top:0;
		}


	.BillingPage #Form_BillingPageForm div.field {
		float: none;
	}
	.BillingPage #Form_BillingPageForm div.field label {
		top:auto;
	}
	.BillingPage #Form_BillingPageForm .postcodelookup,
	.BillingPage #Form_BillingPageForm div.field label {
		width:100%;
		float:none;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	/*.BillingPage #Form_BillingPageForm div.field {*/
		/*width: 100%;*/
	/*}*/

    .BillingPage #Form_BillingPageForm div.field label {
        float: none;
        width: 100%;
    }
    .BillingPage #Form_BillingPageForm div.field .middleColumn {
        text-align: left;
        width: 100%;
        float: none;
    }

	.BillingPage #Form_BillingPageForm #BillingPagePayment {
		float: none;
		width: 100%;
		margin: 0;
	}

	#purchaser_Dob select {
		margin:0;
		width:auto;
		padding:2px;
	}
	.BillingPage #Form_BillingPageForm div.field.date .middleColumn {
		width:100%;
	}
	.BillingPage div.billingpage-summary table.billingpage-orderitems-table {
		width:100%;
	}
}

@media (max-width: 650px) {
    .BillingPage #Form_BillingPageForm div.field {
        width: 100%;
        float: none;
    }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 940px) {

}

.CopyFromAbove img {
    cursor: pointer;
}

.OrderContactPreference div {
	float: none !important;
}

/* Marketing Source */
.OrderContactPreference {
    padding: 10px 0;
}
.BillingPage #Form_BillingPageForm div#EmailNotification, 
.BillingPage #Form_BillingPageForm div#SMSNotification {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
    width: auto;
}
.BillingPage #Form_BillingPageForm div#EmailNotification label, 
.BillingPage #Form_BillingPageForm div#SMSNotification label {
    margin-bottom: 0;
}

.BillingPage #Form_BillingPageForm #ContactPreferenceContainer > div > div.field {
	width: 20% !important;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
    width: auto;
}
.left {
	float:left;
}
.right {
	float:right;
}

.UploadedFiles {
	float:left;
	width:50%;
}
.UploadedFiles ul {
	list-style-type: none;
	width:93%;
	margin: 0px;
	padding: 0px;
	margin-left:20px;
}
.UploadedFiles ul li {
	clear:both;
	padding:10px;
	background: #f7f7f7;
	border-bottom:1px solid #dadada;
	display: table;
	margin-bottom:5px;
	width:100%;
}
.UploadedFiles ul li:hover {
	background:#e2dfdf;
}

.deleteFileIcon:hover {
	text-decoration: none !important;
}

.UploadedFiles ul li i {
	margin-left:10px;
	opacity:0.7;
	color:red;
}
.UploadedFiles .deleteIcon {
	text-decoration:none;
}
.dropzone-holder .error-overlay {
	display:none;
}
.jBox-Confirm-button-cancel-footer {
	background:red;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	border-radius: 5px
}
.jBox-Confirm-button-submit-footer {
	background:green;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	border-radius: 5px;
}
.jBox-Confirm-button-submit-footer:hover, .jBox-Confirm-button-cancel-footer:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media (max-width: 650px) {
	.documentupload {
		display: block !important;
	}
	.UploadedFiles {
		float:none;
		width:100%;
	}

	.UploadedFiles ul {
		width: 100%;
	}
}
.nothingToPay {
    margin-left:30px;
}
.ProductUpsellTime {
	clear:both;
}
.showmultitext div {
	float:left;
	margin-right:10px;
}
.showmultitext {
	clear:both;
}
.documentupload  {
	clear:both;
}
.help {
	top: 0px;
	cursor: pointer;
}
.requiredField {
	font-size:10px;
	color:red;
}