.form-control:disabled, .form-control[readonly] {
	color: #EFEFEF;
}

#checkoutLoginLink {
	font-weight: bold;
	cursor: pointer;
}

/*checkout pages fix for double back-end error when address check appears*/
.feedback--error-backend + .feedback--error-backend {
	display: none;
}

.bottom-margin-16pixels {
	margin-bottom: 16px;
}

.checkoutMsg {
	width: 100%;
	color: #ffffff;
	padding: 10px;
	background-color: #3399cc;
}

.sameAddress {
	font-style: italic;
	font-size: small;
}

.hidden {
	display: none;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.btn--paypal .btn__text {
	color: rgb(102, 102, 102);
	font-size: .875rem;
}

.btn--paypal {
	margin-top: 1.25rem;
	background-color: #eee;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	border: 1px solid transparent;
	border-radius: 0;
	display: inline-block;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.22222;
	padding: .5rem 1rem;
	text-align: center;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
