.egForm {
	margin: 35px 0 5px 0;
	padding: 10px;
	position: relative;
	/*background: #ebf7fe;*/
    /*width: 700px;*/
}

.egGrid {
	height: 360px;
}

.egGrid > div {
	height: 300px;
}

.egGrid > div > div {
	height: 300px;
}

.egEntity, .egGrid {
	
}

.egEntity .validation-summary-errors {
}

.egEntity > header, .egGrid > header {
    height: 60px;
	color: white;
	/*background: gray;*/
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
}

.egEntity > header .buttons, .egGrid > header .buttons {
	position: absolute;
	right: 0px;
    top: 13px;
}

.egSection {
	position: relative;
	min-height: 100px;
}

	.egSection > header {
		/*color: #0066aa;
	font-family: RWEHeadlineCondensedRegular,Tahoma,Arial,Helvetica,sans-serif;*/
		color: #003865;
		font-family: Cambria;
		font-size: 20px;
		font-weight: normal;
		padding-bottom: 4px;
		padding-top: 14px;
		text-transform: uppercase;
	}

.egSection > div {
	background: white;
}

.egSection > div > table {
	width: 100%;
}

.egField {
}

.egField .editorNoLabel {
	border-bottom: 2px solid #CCCCCC;
	padding: 6px 0;
}

.egField .label, .egField .labelOpt {
	width: 300px;
	border-bottom: 2px solid #CCCCCC;
	margin-right:10px;
	padding: 6px;
}

.egField .labelOpt label {
	font-weight: normal;
}

.egField .label label {
	font-weight: 600;
}

.egField .editor {
	border-bottom: 2px solid #CCCCCC;
	padding: 6px;
}

.egField:last-child .label, .egField:last-child .labelOpt, .egField:last-child .editor {
	border-bottom: none;
}

.egField .editor > input[type='number'], .egField .editor input[type='text'], .egField .editor textarea {
	margin: 0;
	width: 374px;
}

.egField .editor > textarea {
	resize: vertical;
}

.egField .editor > .k-datepicker, .egField .editor > .k-datetimepicker, .egField .editor > .k-dropdown, .egField .editor > .k-numerictextbox {
	width: 100%;
}

.egField .editor > .k-numerictextbox {
	width: 386px;
}

.egField .k-grid {
	/*height: 258px;*/
	width: 660px;
    min-height: 60px;
    max-height: 400px;
}

.egGrid .k-grid td, .egField .k-grid td {
	padding: 1px 4px;
}

.egForm .smallButton {
	padding: 2px 8px;
}


.quickTable .k-grid.qt-table .k-grid-header table tr th {
    white-space:normal;
    text-overflow:clip;
    vertical-align: top;
}


.k-grid tr td {
    border-width: 1px 0 1px 1px !important;
}

