﻿.edTable {    
    max-height: 600px; 
    overflow-y: auto;
    padding: 6px;
}

.edTable > table:first-child {
    border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
    padding: 2px;
    width: 100%;
}

.edTable > table:first-child>thead,
.edTable > table:first-child>tbody>tr>th,
.edTable > table:first-child>tbody>tr>td,
.edTable > table:first-child>tbody>tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align:top;
}

.edTitle {
    font-weight:bold;
    padding-right:8px;
}

.edField {
    display: block;
    padding-bottom: 5px;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 16px;
    white-space: normal;
}

.edField.edTextBox > input,
.edField.edTextBox > textarea {
    width: 98%;
}

.edInfo {
    color: cadetblue;
    font-weight: bold;
}


.edSubField {
    clear:both;
    min-height:35px;
    padding-left:10px;
    display: block;
}

.edSubVer {
    padding-bottom:5px; 
    display:block;
    width:100%;
}

.edSubHor {
    float:left;
    padding-right:10px;
    vertical-align:middle;
    display:inline-block;
}

.edSubTable table:first-child {
    border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
    padding: 0;
    width: 100%;
}

.edSubTable table:first-child>thead,
.edSubTable table:first-child>tbody>tr>th,
.edSubTable table:first-child>tbody>tr>td,
.edSubTable table:first-child>tbody>tr {
    margin: 0;
    padding: 1px;
    border: 0;
    outline: 0;
    vertical-align:top;
}


/* Simple table*/
table.planeTable {
    border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
    padding: 0;
}

table.planeTable>tbody>tr>td,
table.planeTable>tbody>tr,
table.planeTable>thead,
table.planeTable>tbody>tr>th {
    margin: 0;
    padding: 2px;
    border: 0;
    outline: 0;
    vertical-align:top;
}

table.planeTable>thead,
table.planeTable>tbody>tr>th {
    vertical-align: middle;
}

.editNumber {
    width: 40px;
}

.editNumberRight {
    width: 40px;
    float: right;
}

.editorEnum {
    padding-left: 30px;
    border: 1px;
    border-color: transparent;
}

.editorSelectAll {
    border-width: 1px;
    color: gray; 
    font-size: 11px;
    border-top-style: dashed;
    padding-top: 5px;
    margin-top: 5px;
}

.editorSelectAllInline {
    border-width: 1px;
    color: gray; 
    font-size: 11px;
    /*border-top-style: dashed;*/
    padding-top: 5px;
    margin-top: 5px;
}