
.wc-avatax-address-validation-result {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.wc-avatax-address-validation-result:before {
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success {
	color: #0f834d;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success:before {
	color: #0f834d;
	content: "";
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error {
	color: #e2401c;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error:before {
	color: #e2401c;
	content: "";
}

.wc-avatax-message {
	color: #e2401c;
}

.wc-avatax-message:before {
	color: #e2401c;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

a.selected {
	background-color: #1f75cc;
	color: #fff;
	z-index: 100;
}

.messagepop {
	background-color: #fff;
	border: 1px solid #999;
	cursor: default;
	display: none;
	margin-top: 15px;
	padding: 25px 25px 20px;
	position: absolute;
	text-align: left;
	width: 394px;
	z-index: 50;
}

.messagepop label {
	display: block;
	margin-bottom: 3px;
	padding-left: 15px;
	text-indent: -15px;
}

.messagepop p, .messagepop.div {
	border-bottom: 1px solid #efefef;
	margin: 8px 0;
	padding-bottom: 8px;
}

.ontop {
	background-color: #ccc;
	color: #aaa;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#overlay, #overlayinvalidate {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.messagepop.container {
	background: #fff !important;
	left: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	max-height: 80%;
	outline: 1px solid #000 !important;
	overflow-y: auto !important;
	padding: 30px !important;
	position: fixed !important;
	right: 0;
	top: 15%;
	width: 50% !important;
}

.messagepop hr {
	border: 1px solid #d3d3d3 !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	max-width: 100% !important;
	width: 100% !important;
}

.exemption-zone-select-view {
	overflow: hidden !important;
}
