﻿.kg-instance-list__search-panel {
    width: 100%;
    margin-bottom: 5px;
}

.kg-instance-list__add-search-panel {
    display: none;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.kg-instance-list__add-search-panel--visible {
    display: block;
}

.kg-instance-list .kg-autocomplete__input {
    width: 360px;
}

.kg-instance-list .kg-filter .kg-autocomplete__input {
    width: 320px;
}

.kg-instance-list__add-search-panel__filter .kg-autocomplete__input {
    width: 360px;
}

.kg-instance-list__search {
    padding: 0;
    border: none;
    background: url(/components/instance/search.svg) no-repeat;
    background-position: center;
    background-size: 24px 22px;
    height: 24px;
    width: 22px;
    vertical-align: middle;
}

.kg-instance-list__actions-menu {
    padding: 0;
    border: none;
    background: url(/images/icons/actions_menu.png) no-repeat;
    background-position: center;
    background-size: 24px 22px;
    height: 24px;
    width: 22px;
    vertical-align: middle;
    float: right;
}

.kg-instance-list__create {
    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-instance-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-instance-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-instance-list__flowchart {
    padding: 0;
    border: none;
    background: url(/images/icons/flowchart.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-instance-list__commander {
    padding: 0;
    border: none;
    background: url(/images/icons/commander.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-instance-list__attachment {
    padding: 0;
    border: none;
    background: url(/images/icons/attachment.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;    
}

.kg-instance-list__panel {    
    position: relative;
    padding: 5px;
    background-color: whitesmoke;
    margin-bottom: 2px;
}

.kg-instance-list__filter-by-name {
    width: 360px;
    height: 32px;
    border-width: 1px;
    border-color: darkgray;
    border-style: solid;
    padding: 2px;
    font-family: Verdana;
    box-sizing: border-box;
}

.kg-form_instanceList .kg-context-menu {
    top: 30px;
}

