﻿.kg-query-list__add {
    padding: 0;
    border: none;
    background: url(/images/icons/create-entity.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-query-list__edit {
    padding: 0;
    border: none;
    background: url(/images/icons/edit-entity.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-query-list__remove {
    padding: 0;
    border: none;
    background: url(/images/icons/delete-entity.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-query-list__search {
    padding: 0;
    border: none;
    background: url(/components/instance/search.svg) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-query-list__execute {
    padding: 0;
    border: none;
    background: url(/images/icons/execute.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    float: right;
}

.kg-query-list__panel {
    border: none;    
    padding: 5px;
    background-color: whitesmoke;
}