﻿.kg-form {
    border-style: inset;
    border-width: 1px;    
    border-color: lightgray;
    box-shadow: 0 0 10px darkgray;
    display: inline-block;    
    vertical-align: top;
}

.kg-form_default {
    margin: 20px;
    width: 370px;
}

.kg-form_tree {
    margin: 20px;
}

.kg-form_tree .kg-form__header{
    min-height: 28px;
}

.kg-form_tree .kg-form__close{
    float: right;
}


.kg-form_row {
    flex-direction: row;
}

.kg-form_commander {
    margin: 5px;
    width: 99%;
}

.kg-form_network {
    margin: 20px;    
    width: 900px;
    resize: both;
    overflow: auto;
}

.kg-form_instanceList {
    margin: 20px;    
    width: 370px;    
}

.kg-form__header-container {
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.kg-form__header {
    display: inline-block;
    width: 325px;
    font-family: Verdana;
    margin-left: 5px;
    margin-top: 3px;
}

.kg-form_network .kg-form__header-container {
    height: 32px;   
}

.kg-form_network .kg-form__header {
    width: 800px;   
}

.kg-form__close {
    padding: 0;
    border: none;
    background: url(/components/instance/close-form.png) no-repeat;
    background-position: center;
    background-size: 20px 20px;
    height: 32px;
    width: 32px;
    vertical-align: top;
}

/*.kg-form__custom {
    border: none;
    padding: 5px;
    background-color: whitesmoke;
}*/

.kg-form__top-actions {
    position: relative;
    border: none;
    /*border-top-style: solid;
    border-top-color: lightgray;
    border-top-width: 1px;*/
    padding: 5px;
    background-color: whitesmoke;
}

.kg-form__top-actions_empty {
    position: relative;
    display: none;
}

.kg-form__bottom-actions {
    border-top-style: solid;
    border-top-color: lightgray;
    border-top-width: 1px;
    /*padding: 10px;*/
    background-color: whitesmoke;
}

.kg-form__button {
    height: 24px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.kg-form__text-button {
    color: white;
    background-color: rgb(27,163,225);
    border: 2px solid rgb(27,163,225);
    height: 24px;
    min-width: 70px;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 5px;
    margin-right: 5px;
}

.kg-instance-form__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-form__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-form__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-form__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-instance-form__delete {
    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-form__actions-menu {
    padding: 0;
    border: none;
    background: url(/images/icons/actions_menu.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    float: right;
}

.kg-instance-form__content {
    padding: 0;
    border: none;
    background: url(/images/icons/content.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;    
}

.kg-instance-form__network {
    padding: 0;
    border: none;
    background: url(/images/icons/network.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    float: right;
}

.kg-instance-form__statistics {
    padding: 0;
    border: none;
    background: url(/images/icons/statistics.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    float: right;
}

.kg-instance-form__merge {
    padding: 0;
    border: none;
    background: url(/images/icons/merge.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    float: right;
}

.kg-instance-form__queries {
    padding: 0;
    border: none;
    background: url(/images/icons/queries.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    float: right;
}

.kg-instance-form__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-form__scene-content {
    display: none;
    padding: 0;
    border: none;
    background: url(/images/icons/scene-content.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-instance-form__export {    
    padding: 0;
    border: none;
    background: url(/images/icons/alt-export.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-instance-form__import {    
    padding: 0;
    border: none;
    background: url(/images/icons/import.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.kg-instance-form__scene-content--visible {
    display: inline-block;
}

.kg-instance-form__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-form_conceptList .kg-context-menu {
    top: 97px;
}

.kg-form_conceptList .kg-autocomplete__input {
    width: 355px;
}

.kg-form__button_clicked {
    border: 1px solid royalblue;
    height: 24px;
}

.kg-form-top-actions__text-buttons > .kg-form__button_clicked {
    background-color: #00b0ff;
}
