.wpfSingleInputSearch {
	position: relative;
}
.wpfSingleInputSearch input{
	width: 100%;
	height: 30px;
    margin: 5px 0px;
}
.wpfSingleInputSearch button{
	position: absolute;
    top: 2px;
    right: 0;
    height: 30px;
    width: 30px;
    background: none;
    border: none;
    font-size: 13px;
    outline: none;
}
.wpfSingleInputSearch button:before {
    content: '\f002';
    font-family: "FontAwesome";
    display: block;
    color: #777;
}
.wpfCollapsible {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 7px;
    line-height: 15px;
}
.wpfValue img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.wpfCustomLoader {
    background-repeat: no-repeat;
    min-width: 30px;
    min-height: 30px;
    max-width: 500px;
    max-height: 500px;
}