.actionBtn{
    display: inline-flex;
}
.editImg{
    width: 100px !important;
    height: 100px;
}
.filter-wrap{
	margin-left: auto;
    width: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
.floating-label{
	position: relative;
    width: 20%;
    padding: 0px 4px;
}
.floating-label .input-group-addon{
	position: absolute;
	z-index: 1;
    top: -10px;
    left: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 4px;
    background: rgb(248,249,252);
	background: linear-gradient(180deg, rgba(248,249,252,1) 0%, rgba(248,249,252,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.floating-label .select2-container{
	width: 100% !important;
}
.floating-label .select2-container .select2-selection--single {
	border: 1px solid #d1d3e2;
	height: 38px;
}
.floating-label .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.floating-label .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

@media screen and (max-width: 767px) {
	.filter-wrap{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
  	.floating-label{
	  	width: 50%;
	  	margin: 8px 0;
	}
}