﻿/*!
 * WellFrame Web Library
 *
 * Copyright (©) Wellcode Software owned by Khamis Abuelkomboz
 *
 * ALL RIGHTS RESERVED, see http://wellcode.de
 *
 */
.cmd-chart {
    width: 33px;
    height: 33px;
    padding: 0px;
    overflow: hidden;
    float: left;
}

.cmd-chart img {
    width: 100%;
    height: 100%;
}

.container.chart {
    min-height: 500px;
    padding: 3px;
}

.Chart-page .field-Notice {
    height: 2em;
}

.Chart-page .field-SqlCommand,
.Chart-page .field-ChartOptions {
    height: 8em;
}

.item-SqlCommand,
.item-ChartOptions,
.Chart-page .field-SqlCommand,
.Chart-page .field-ChartOptions {
    white-space: pre-wrap;
    font-family: monospace, monospace;
}

.Chart-page .fieldgroup-UserDefined {
    width: 100%;
}

.Chart-page .field-SqlCommand-area,
.Chart-page .field-ChartOptions-area,
.Chart-page.verticalfields .field-SqlCommand-area,
.Chart-page.verticalfields .field-ChartOptions-area {
    width: 50%;
    float: left;
}


div.container.chart > div {
    overflow: hidden;
}