/* CUSTOMER DETAILS PAGE STYLES */

.customer-details-wrapper .details-entry-wrapper{
	border:1px solid #28367b;
	border-radius:5px;
	
}

.customer-details-wrapper .details-entry-wrapper label{
	color:#28367b;
}

.customer-details-wrapper form .form-group.has-error .validationErrorMessage{
	color:#c41415;
}

/* Extra Small */
@media screen and (max-width: 575px){
}

/* Small */
@media screen and (min-width: 576px){
}

@media screen and (min-width:768px){
}

/* Large */
@media screen and (min-width: 992px){
}

/* X-Large */
@media ( min-width :1200px){
}

/* XX-Large */
@media screen and (min-width: 1400px){
}