﻿.kg-commander__command__send {
    border: none; 
    float: left; 
    display: block; 
    margin-left: 5px; 
    box-sizing: border-box; 
    height: 32px;
    width: 15px;
}

.kg-form_commander .kg-form__bottom-actions {
    display: none;
}

.kg-commander__command__input {
    display: inline-block;    
}

.kg-commander__command__actions {
    display: inline-block;
    float: right;
    padding: 6px;    
}

.kg-commander__command__actions--not-visible {
    display: none;
}

.kg-form_commander 
.kg-form__header-container {
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    width: 100%;
    display: table;
}

.kg-form_commander 
.kg-form__header {
    display: inline-block;    
    font-family: Verdana;    
    width: auto;
    margin: 5px;
    float: left;
}

.kg-form_commander 
.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: middle;
    float: right;
}

.kg-commander__command__actions__ok {
    color: white;
    background-color: rgb(27,163,225);
    border: none;
    height: 32px;
    width: 100px;
    font-family: Verdana;
    margin-right: 4px;
}

.kg-commander__command__actions__cancel {
    color: white;
    background-color: gray;
    border: none;
    height: 32px;
    float: right;
    width: 100px;
    font-family: Verdana;
}