.searchPanel{
    border-radius: 10px;
    border: 1px solid #8b8d8b ;
    height: 95%;
    padding: 1.5% 1%;
    overflow: hidden;
}

.searchPanel img{
    max-height: 35px;
}
.frmUserRoleSearch{
    /*overflow: hidden;*/
    height: 5%;
    position: relative;
    margin-bottom: 10px;
}

.frmSearch{
    position: relative;
    width: 98%;
    height: 90%;

    background-color: azure;

    margin-left: 1%;
}

.frmSearchImgSetting{
    position: relative;
    height: 90%;
    max-height: 25px;
    vertical-align: middle;
    cursor: pointer;
}

.frmSearch .gallerySign{
    position: relative;
    height: 90%;
    max-height: 35px;

}