﻿body, form {
    padding: 0;
    margin: 0;
    overflow: hidden;
    /*min-height: 440px;*/
    min-width: 300px;
}

.title {
    float: left;
    padding: 1px 4px 2px;
    font-size: 2.2em;
}

.main-menu {
    float: right !important;
    margin: 8px 0 4px;
}

.grid,
.grid .dxgvHSDC,
.grid .dxgvCSD {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.detailPanel {
    height: 148px;
    padding: 12px;
    box-sizing: border-box;
}

.detailPanel.bar {
    height: auto !important;
}

.detailPanel.bar.expanded {
    border-top-width: 0 !important;
}

.editorContainer {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 8px;
    float: left;
    min-width: 30px;
}

.editor {
    width: 100%;
}

.editorCaption {
    width: 104px;
}

@media all and (max-width: 600px) {
    .detailPanel {
        height: 370px;
    }

    .editorContainer {
        width: 100%;
        margin-right: 0;
    }
}

.dxbButton_MetropolisBlue div.dxb{
    padding: 1px 7px 1px !important;
}