service.customsearch.less 1.14 KB
.page-service-customsearch .wev-content{
	bottom: 45px;
	overflow-x: hidden;
}
.page-service-customsearch .wev-footer .wev-btn-wrapper.wev-btn-block {
    border-spacing: 0px;
    width: 100%;
}
.page-service-customsearch .wev-footer .wev-btn {
    border-radius: 0px;
    border: none;
    font-size: @font-size-caption;
	padding: 0px;
    height: 45px;
    line-height: 45px;
}
.page-service-customsearch .wev-footer .wev-btn.wev-btn-reset{
	width: 30%;background-color: #fbe9e9;color: #DD2727;
}
.page-service-customsearch .wev-footer .wev-btn.wev-btn-search{
	width: 70%;background-color: #dd2727;color: #fff;
}
.page-service-customsearch .wev-footer .wev-btn:not(.wev-disabled):active{
	background-color: red !important;
	color: #fff !important;
}
.page-service-customsearch .wev-form{
	border-top: 10px solid #efefef;
}
.page-service-customsearch .wev-loading{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	z-index: 9999;
}
.page-service-customsearch .wev-loading:before{
	margin-right: 0px;
}
.page-service-customsearch .wev-field .wev-field-view-span{
	text-align:left;
}