

.inactive {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}
.inactive, 
.inactive:hover {
    background: #a0a0a0;
}
a.inactive[disabled] {
    pointer-events: none;
}
.highlight {
    border: 1px solid #4b9626;
    background: #f1f7ec url('//images2.drct2u.com/content/images/responsive/highlight.png') no-repeat 10px 10px;
    padding: 10px;
    padding: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    color: #4b9626;
    font-weight: normal;
}
.highlight ul {
    margin: 0;
    padding-left: 30px;
    padding-left: 3rem;
    list-style: none;
}
.highlightText {
	border: 1px solid #d99e05;
	background: #f6d171;
	padding: 8px;
	padding: 0.8rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #3b372e;
}
.highlightText span {
    color: #4b9626;
    font-weight: bold;
}
.errorMessage {
    background-image: none;
    border: 1px solid #E10020;
    background: #FEEFF1 url('//images2.drct2u.com/content/images/responsive/error.png') no-repeat 10px 10px;
    color: #E10020;
    padding: 10px;
    padding: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

ul.errorMessage {
	padding: 10px 10px 10px 40px;
    padding: 1rem 1rem 1rem 4rem;
    list-style: none;
}
.gridOne.oneFull ul.errorMessage {
	margin-top: 0;
}

div.validationErrors {
    display: none;
}
div.parsley-success input, input.parsley-success, select.parsley-success {
    border: 1px solid #4b9626;
    background: #FFF no-repeat 10px 10px;
    color: #4b9626;
}
.parsley-errors-list {
    display: none;
}
.newCardNumberErrorsContainer .parsley-errors-list {
	display: block;
}
/* parsley input field error */
input.parsley-error, select.parsley-error {
    border: 1px solid #E10020;
    background: #FEEFF1 no-repeat 10px 10px;
    color: #E10020;
}