#dashboard {
	padding: 5px;
}
#dashboard.popout.dashboard.widget {
	margin: 0;
	padding: 0;
}

/* Informaion Popup */
#dashboard-menu-popout {
    width: 300px;
}
#dashboard-menu-popout.popup.po-tip>div {
	background-color: #fcfcfc;
    line-height: 18px;
    max-height: 300px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    _overflow: visible;
    _overflow-x: hidden;
    _height: 0;
}
#dashboard-menu-popout.popup.po-tip div.msg {
	font-style: italic;
	padding: 7px 0 0;
	text-align: center
}
#dashboard-menu-popout.popup.po-tip div.msg:first-child {
	padding: 0;
}
#dashboard-menu-popout.popup.po-tip div.po-tbl {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#dashboard-menu-popout.popup.po-tip div.po-tbl>div {
	display: table-row;
}
#dashboard-menu-popout.popup.po-tip div.po-tbl>div>strong,
#dashboard-menu-popout.popup.po-tip div.po-tbl>div>span {
	display: table-cell;
	font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#dashboard-menu-popout.popup.po-tip div.po-tbl>div>span {
	float: none;
	text-align: right;
}


/* Dialog Dashboard Provided */
#dlgDashboardProvided .tblwpr {
	height: 200px;
}

/* Dialog Dashboard */
#dlgDashboard { width: 620px; }
#dlgDashboard .properties .opt label { width: 80px; }
#dlgDashboard .properties .opt.opt-desc textarea { height: 40px; }

#dlgDashboard select[name=refresh] {
	margin-right: 3px;
}

#dlgDashboard ul.selection {
	float: right;
	list-style: none;
	margin-left: 5px;
}
#dlgDashboard ul.selection>li {
    width: 40px;
}
#dlgDashboard ul.selection>li a {
	border: 1px solid #bbb;
	color: #212121;
	display: block;
	text-align: center;
}
#dlgDashboard ul.selection>li a:hover {
	background-color: #ccc;
}
#dlgDashboard ul.selection>li span {
    display: block;
    height: 18px;
    line-height: 18px;
    width: 14px;
}
#dlgDashboard ul.selection ul {
	list-style: none;
	position: absolute;
	visibility: hidden;
    z-index: 1000;
}
#dlgDashboard ul.selection ul li a {
	background-color: #f4f4f4;
	border: 1px solid #bbb;
	border-width: 1px 1px 0 0;
    height: 18px;
	line-height: 18px;
}
#dlgDashboard ul.selection .arrow {
	float: right;
    font-size: 1.1em;
}
#dlgDashboard ul.selection .icon {
	display: block;
    font-size: 1.3em;
	text-align: center;
    width: 24px;
}

#dlgDashboard ul.selection ul.icons {
	border: 1px solid #bbb;
	border-width: 0 0 1px 1px;
	width: 175px;
}
#dlgDashboard ul.selection ul.icons li {
    float: left;
}

#dlgDashboard .widgets { margin-bottom: 5px; }
#dlgDashboard .widgets .widgets_list {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 175px;
	margin-bottom: 5px;
}
#dlgDashboard .widgets table { table-layout: fixed; }
#dlgDashboard .widgets table tr th { border-width: 0; }
#dlgDashboard .widgets table tr td {
	border-width: 1px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#dlgDashboard .widgets table.tbl .name { width: auto; }
#dlgDashboard .widgets table.tbl .component { width: 120px; }
#dlgDashboard .widgets table.tbl .stylename { width: 120px; }
#dlgDashboard .widgets table.tbl .ctrl { width: 16px; }
#dlgDashboard .widgets table .add td { border-width: 0; }
#dlgDashboard .widgets table .add td a { text-decoration: underline; white-space: nowrap; }
#dlgDashboard .widgets .ctrl_line {
    display: table;
    float: none;
    margin-bottom: 5px;
    table-layout: fixed;
    text-align: right;
    width: 100%;
}
#dlgDashboard .widgets .ctrl_line label {
    display: inline-block;
    float: none;
}
#dlgDashboard .widgets .ctrl_line select.txt {
    display: inline-block;
    float: none;
    height: 22px;
    margin: 0;
}
#dlgDashboard .dlgButtons .opt {
	float: left;
}

/* Dialog Widget */
#dlgDashboardWidget { width: 600px; }
.dlg-widget .properties .opt label {
	min-width: 90px;
    padding-right: 5px;
    width: auto;
}
.dlg-widget .properties .opt select.right {
	float: right;
	margin-left: 3px;
}
.dlg-widget .tab_prop {
	min-height: 240px;
}
.dlg-widget .properties .opt.custom .chk { margin-top: 4px; }
.dlg-widget .groups,
.dlg-widget .fields,
.dlg-widget .clients {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 125px;
}
.dlg-widget .component-c .properties.client .opt label {
	margin-right: 5px;
	width: auto;
}
.dlg-widget .clients table { table-layout: fixed; }
.dlg-widget .clients table tr th { border-width: 0 1px 1px 1px; }
.dlg-widget .clients table tr td {
	border-width: 0 1px 1px 1px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dlg-widget .clients.disable table tr td {
	cursor: default;
}
.dlg-widget .clients table .radio { display: none; }
.dlg-widget .clients table .color { padding: 0; width: 22px; }
.dlg-widget .clients table .color .shape { margin-right: 0; }
.dlg-widget .clients table .data { display: none; }
.dlg-widget .clients-opt {
	margin-top: 5px;
	text-align: right;
}
.dlg-widget .clients.predict table .radio { display: table-cell; }
.dlg-widget .clients.predict table .color { display: none; }
.dlg-widget .clients-opt a {
	   cursor: pointer;
	   text-decoration: underline;
}
.dlg-widget .clients-opt.disable a {
	color: #888;
	cursor: default;
	text-decoration: none;
}
.dlg-widget .queryparams,
.dlg-widget .thresholds,
.dlg-widget .layout,
.dlg-widget .reports {
	background-color: #fff;
	border: 1px solid #bbb;
}
.dlg-widget .thresholds td { border-width: 0; }
.dlg-widget .thresholds td.threshold { padding-top: 0; padding-bottom: 0; }
.dlg-widget .thresholds td.threshold span {
	float: left;
	line-height: 22px;
	margin: 0 5px 0 3px;
}
.dlg-widget .thresholds td.threshold input.txt {
	text-align: center;
	width: 50px;
}
.dlg-widget .thresholds tr:first-child td { padding-top: 2px; }
.dlg-widget .queryparams .name { width: 30%; }
.dlg-widget .queryparams .type { width: 20%; }
.dlg-widget .queryparams .value { width: 50%; }
.dlg-widget .queryparams .value input { width: 100%; }
.dlg-widget .layout .name {	width: 40%; }
.dlg-widget .layout .value { width: 60%; }
.dlg-widget .layout .select select { width: 100%; }
.dlg-widget .layout .input input { width: 100%; }
.dlg-widget .layout .color .shape { margin: 4px 3px; }
.dlg-widget .layout .color div { padding: 2px 3px 2px 0; }
.dlg-widget .layout .color select { margin: 0; width: 100%; }
.dlg-widget .layout .sort select.major { width: 100%; }
.dlg-widget .layout .sort select.minor {
	float: right;
	margin-left: 3px;
}
.dlg-widget .reports .name { width: auto; }
.dlg-widget .reports .name em { font-style: italic; }
.dlg-widget .reports .option { border-right: 0; width: 150px; }
.dlg-widget .reports .select { border-right: 0; width: 150px; }
.dlg-widget .reports .select select { width: 100%; }

.dlg-widget .layout .ico-flag,
.dlg-widget .layout .ico-push {
	display: block;
    font-size: 12px;
	float: right;
	text-align: center;
	width: 14px;
}
.dlg-widget .layout .ico-flag {
    font-size: 6px;
}
.dlg-widget .layout th .ico-push {
}
.dlg-widget .layout td .ico-push {
	color: #58bb51;
}
.dlg-widget .properties.note:has(.ico) {
	display: table;
    margin: 5px 0 0;
    padding: 0;
}
.dlg-widget .properties.note:has(.ico):after {
	display: table-row;
}
.dlg-widget .properties.note span.ico {
	display: table-cell;
    font-size: 30px;
    padding: 5px 3px 5px 5px;
    vertical-align: middle;
}
.dlg-widget .properties.note p {
	display: table-cell;
	margin: 0;
    padding: 5px 5px 5px 3px;
	vertical-align: middle;
}

.dlg-widget .tab-ctrl {
	margin-top: 5px;
    text-align: right;
}
.dlg-widget .tab-ctrl label {
    font-weight: bold;
    line-height: 22px;
    margin-right: 10px;
    text-align: right;
}
.dlg-widget .tab-ctrl select[name=id_storedreport] {
    min-width: 300px;
}
.dlg-widget .tab-ctrl select[name=runoption] {
    min-width: 100px;
}

.dlg-widget .properties .property-ctrl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
.dlg-widget .properties .property-ctrl:after {
	display: table-row;
}
.dlg-widget .properties .property-ctrl>div {
	display: table-cell;
	padding: 2px 3px;
}
.dlg-widget .properties .property-ctrl>div:first-child {
	padding-left: 0;
}
.dlg-widget .properties .property-ctrl>div:last-child {
	padding-right: 0;
}
.dlg-widget .properties .property-ctrl .tp-rpt {
}
.dlg-widget .properties .property-ctrl .tp-opt {
	width: 145px;
}
.dlg-widget .properties .property-ctrl .tp-btn {
	width: 70px;
}
.dlg-widget .properties .property-ctrl>div select,
.dlg-widget .properties .property-ctrl>div input {
	width: 100%;
}

/* Dialog Widget - Slider */
.dlg-widget .properties.slider-ui {
	overflow: visible;
}
.dlg-widget .slider-ui .slider-ctrl {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	empty-cells: show;
	margin-bottom: 2px;
	overflow: visible;
	table-layout: fixed;
	width: 100%;
}
.dlg-widget .slider-ui .slider-ctrl:after {
	display: table-row;
}
.dlg-widget .slider-ui .slider-ctrl>div {
	display: table-cell;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	overflow: hidden;
	padding: 0 3px;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}
.dlg-widget .slider-ui .slider-ctrl>label {
	display: table-cell;
	line-height: 20px;
	width: 80px;
}
.dlg-widget .slider-ui .slider-ctrl>.start,
.dlg-widget .slider-ui .slider-ctrl>.end {
	text-align: center;
	width: 95px;
}
.dlg-widget .slider-ui .slider-ctrl>.range {
	text-align: center;
	overflow: visible;
	padding: 4px 7px 7px;
}
.dlg-widget .slider.ui-slider {
	border-color: #bbb;
	border-radius: 2px;
	height: 8px;
}
.dlg-widget .slider .ui-slider-range {
	background-color: #ccc;
	background-image: none;
	border-color: #bbb;
	height: 8px;
}
.dlg-widget .slider .ui-slider-handle {
	background-color: #ccc;
	background-image: none;
	border-color: #bbb;
	border-radius: 2px;
	height: 12px;
	width: 12px;
}
.dlg-widget .slider .ui-slider-range-tooltip {
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0;
	color: #212121;
    font-family: Arial, Helvetica, Serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	padding: 2px 5px;
	position: absolute;
	top: -27px;
	left: -10px;
}
.dlg-widget .slider .ui-state-focus {
	background-color: #ccc;
}
.dlg-widget .slider .ui-slider-handle.ui-state-hover {
	border-color: #666;
}

.dlg-widget .tblr {
	display: table;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
.dlg-widget .tblr:after {
	display: table-row;
}
.dlg-widget .tblr .tblc {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
}
.dlg-widget .tblr .tblc:first-child {
	padding-left: 0;
}
.dlg-widget .tblwp {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 180px;
	margin-bottom: 5px;
}
.dlg-widget .tblwp thead tr th {
	border-right: 0;
	border-left: 0;
}
.dlg-widget .tblwp table .color { padding: 0; width: 22px; }
.dlg-widget .tblwp table .color .shape { margin-right: 0; }
.dlg-widget .tblwp table .data {
	display: none;
}
.dlg-widget .properties .opt.threshold .chk {
    margin-top: 4px;
}
.dlg-widget .shape {
    margin: 2px 3px;
}
.dlg-widget .query>h5,
.dlg-widget .textbox>h5 {
	background-color: #000;
    color: #fff;
	font-weight: bold;
	line-height: 18px;
    padding: 2px 3px;
}
.dlg-widget .query>h5>a.btn,
.dlg-widget .textbox>h5>a.btn {
	color: #fff;
    display: block;
	float: right;
    text-align: center;
	width: 20px;
}
.dlg-widget .query>h5>a.btn:hover,
.dlg-widget .textbox>h5>a.btn:hover {
	color: #bbb;
}
.dlg-widget .query textarea,
.dlg-widget .textbox textarea {
	height: 175px;
	width: 100%;
}

/* Dialog Widget - popup */
.dlg-widget .popup-help {
    width: 720px;
}
.dlg-widget .popup-help.popup-help-textbox {
    width: 580px;
}
.dlg-widget .popup-help>div {
    padding: 5px 0 0;
}
.dlg-widget .popup-help>div:last-child {
    margin-bottom: 5px;
}
.dlg-widget .popup-help .header {
    border-bottom: 1px solid #bbb;
	padding: 0 10px;
}
.dlg-widget .popup-help .sections {
	overflow-y: auto;
	height: 200px;
}
.dlg-widget .popup-help h3 {
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 20px;
	padding: 0;
    margin-bottom: 5px;
}
.dlg-widget .popup-help h4 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}
.dlg-widget .popup-help pre.code {
    background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin: 10px 20px;
    padding: 5px;
}
.dlg-widget .popup-help ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
}
.dlg-widget .popup-help ul li strong:after {
	content: ":";
	display: inline-block;
	margin: 0 5px;
}
.dlg-widget .popup-help ul li blockquote {
	font-style: italic;
	margin: 5px 0 5px 20px;
}
.dlg-widget .popup-help .section {
	margin: 5px 0 0;
	padding: 3px 5px 0;
}
.dlg-widget .popup-help .section:last-child {
	margin: 5px 0;
}

/* Dialog Widget - Query & Sortables */
.dlg-widget .tblr {
	display: table;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
.dlg-widget .tblr:after {
	display: table-row;
}
.dlg-widget .tblr .tblc {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
}
.dlg-widget .tblr .tblc:first-child {
	padding-left: 0;
}
.dlg-widget .tblwp {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 180px;
}
.dlg-widget .tblwp thead tr th {
	border-right: 0;
	border-left: 0;
}
.dlg-widget .tblwp table .color { padding: 0; width: 22px; }
.dlg-widget .tblwp table .color .shape { margin-right: 0; }
.dlg-widget .tblwp table .data {
	display: none;
}
.dlg-widget .shape {
    margin: 2px 3px;
}
.dlg-widget .queryargs {
	height: 180px;
}

.dlg-widget .queryargs .color {
    max-width: unset;
    min-width: unset;
    padding: 2px 3px;
    text-align: left;
    width: auto;
}
.dlg-widget .queryargs .color .shape {
	margin: 2px 3px 2px 0px;
}
.dlg-widget .queryargs .color div {
	padding: 0;
}
.dlg-widget .queryargs .color input {
	margin: 0;
	width: 100%;
}
.dlg-widget .queryargs .select>input[type=text] {
	float: right;
	margin-left: 3px;
	width: 120px;
}
.dlg-widget .queryargs .sortables>.sort-items {
    background-color: #fff;
    border: 1px solid #bbb;
    display: block;
    padding: 1px 1px 0;
    white-space: normal;
    overflow: hidden;
    _overflow: visible;
    _overflow-x: hidden;
    _height: 0;
}
.dlg-widget .queryargs .sortables>.sort-items>div {
    background-color: #f2f9ff;
    background-color: #fff;
    border: 1px solid #bbb;
    cursor: grab;
    float: left;
	line-height: 18px;
    margin: 0 2px 1px 0;
}
.dlg-widget .queryargs .sortables>.sort-items>div .shape {
    margin: 1px;
}
.dlg-widget .queryargs .sortables>.sort-items>div span {
    margin-left: 2px;
    display: inline-block;
    line-height: 16px;
}
.dlg-widget .queryargs .sortables>.sort-items>div a.param-delete {
    color: inherit;
    display: block;
    float: right;
    height: 16px;
    margin-left: 3px;
    text-align: center;
    width: 16px;
}
.dlg-widget .queryargs .sortables>.sort-items>a.param-add {
    background-color: #eee;
    border: 1px solid #bbb;
    color: inherit;
    display: block;
    float: left;
	line-height: 18px;
    margin: 0 2px 1px 0;
    padding: 0 5px;
}
.dlg-widget .tblwpr .name { width: 20%; }
.dlg-widget .tblwpr .value { width: 70%; }
.dlg-widget .tblwpr .select select {
    margin-bottom: 0;
	width: 100%;
}
.dlg-widget .tblwpr .input input {
    margin-bottom: 0;
	width: 100%;
}
.dlg-widget .tblwpr .color select { width: 100%; }
.dlg-widget .tblwpr .sort select.major { width: 100%; }
.dlg-widget .tblwpr .sort select.minor {
	float: right;
	margin-left: 3px;
}
.dlg-widget .tblwpr.thresholds td {
	border-width: 0;
}
.dlg-widget .tblwpr.thresholds td.threshold {
	padding-top: 0;
	padding-bottom: 0;
}
.dlg-widget .tblwpr.thresholds td.threshold span {
	float: left;
	line-height: 22px;
	margin: 0 5px 0 3px;
}
.dlg-widget .tblwpr.thresholds td.threshold input.txt {
	text-align: center;
	width: 50px;
}
.dlg-widget .tblwpr.thresholds tr:first-child td {
	padding-top: 2px;
}
.dlg-widget .row {
    border-collapse: collapse;
    display: table;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
}
.dlg-widget .row:before {
    display: table-row;
}
.dlg-widget .row .column {
    display: table-cell;
    padding-right: 5px;
    vertical-align: top;
}
.dlg-widget .row .column:last-child {
    padding-right: 0;
}

/* Dialog Widget Custom Query */
#dlgDashboardWidgetCustomQueries {
	width: 650px;
}
#dlgDashboardWidgetCustomQueries .tblwpr {
	height: 250px;
}
#dlgDashboardWidgetCustomQueries .tbl .name {
	width: auto;
}
#dlgDashboardWidgetCustomQueries .tbl .widgettype {
	width: 70px;
}
#dlgDashboardWidgetCustomQueries .tbl .widgets {
	text-align: center;
	width: 100px;
}
#dlgDashboardWidgetCustomQuery {
	margin: 45px;
}
#dlgDashboardWidgetCustomQuery .dlgContent {
    min-height: 300px;
    min-width: 300px;
}
#dlgDashboardWidgetCustomQuery .row .column:first-child {
    width: 50%;
}
#dlgDashboardWidgetCustomQuery .property-general label {
    min-width: 60px;
    width: 60px;
}
#dlgDashboardWidgetCustomQuery .property-general textarea {
	height: 60px;
}
#dlgDashboardWidgetCustomQuery .property-params {
	overflow-x: auto;
	padding: 5px;
}
#dlgDashboardWidgetCustomQuery .property-params .params.tblwpr {
    min-height: 80px;
	min-width: 550px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:first-child,
#dlgDashboardWidgetCustomQuery .property-params tr td:first-child {
	width: 8px !important;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(2),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(2) {
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(3),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(3) {
	max-width: 100px;
	width: 100px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(4),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(4) {
	text-align: center;
	min-width: 60px;
	max-width: 60px;
	width: 60px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(5),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(5) {
	text-align: center;
	min-width: 60px;
	max-width: 60px;
	width: 60px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(6),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(6) {
	min-width: 80px;
	max-width: 100px;
	width: 100px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(7),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(7) {
	border-right: 0;
	max-width: 80px;
	width: 80px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(8),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(8) {
	border-left: 0;
	border-right: 0;
	min-width: 16px;
	max-width: 16px;
	width: 16px;
}
#dlgDashboardWidgetCustomQuery .property-params tr th:nth-child(9),
#dlgDashboardWidgetCustomQuery .property-params tr td:nth-child(9) {
	border-left: 0;
	border-right: 0;
	width: 16px;
	min-width: 16px;
	max-width: 16px;
}
#dlgDashboardWidgetCustomQuery .property-query {
	padding: 5px;
}
#dlgDashboardWidgetCustomQuery .property-query .opt label {
    float: none;
    margin-bottom: 3px;
    padding-right: 0;
    padding-left: 3px;
}
#dlgDashboardWidgetCustomQuery .property-query .opt label .btn {
	float: right;
	margin-left: 2px;
}
#dlgDashboardWidgetCustomQuery .property-query .opt label .btn.checked {
	background-color: #999;
	color: #fff;
}
#dlgDashboardWidgetCustomQuery .property-query .opt label .btn.remote input {
	display: none;
}
#dlgDashboardWidgetCustomQuery .property-query .opt textarea[name=query] {
    height: 150px;
    min-height: 118px;
	margin-bottom: 0;
}
#dlgDashboardWidgetCustomQuery .property-restricted {
	padding: 5px 5px 3px;
}
#dlgDashboardWidgetCustomQuery .property-results {
    margin-bottom: 0;
    padding: 5px;
}

#dlgDashboardWidgetCustomQueryParams {
	width: 800px;
}
#dlgDashboardWidgetCustomQueryParams .tblwpr {
	height: 250px;
}
#dlgDashboardWidgetCustomQueryParams table .name,
#dlgDashboardWidgetCustomQueryParams table .label {
	width: auto;
}
#dlgDashboardWidgetCustomQueryParams table .param {
	width: 120px;
}
#dlgDashboardWidgetCustomQueryParams table .selection,
#dlgDashboardWidgetCustomQueryParams table .selectable {
	text-align: center;
	width: 60px;
}
#dlgDashboardWidgetCustomQueryParams table .type {
	width: 100px;
}
#dlgDashboardWidgetCustomQueryParams table .default {
	width: 80px;
}

#dlgDashboardWidgetCustomQueryParam {
	width: 750px;
}
#dlgDashboardWidgetCustomQueryParam .opt label {
    min-width: 80px;
}
#dlgDashboardWidgetCustomQueryParam .property-general .opt textarea[name=descr] {
	height: 90px;
}
#dlgDashboardWidgetCustomQueryParam .property-params .ctrl_line {
    display: table;
    float: none;
    table-layout: fixed;
    text-align: right;
    width: 100%;
}
#dlgDashboardWidgetCustomQueryParam .property-params .ctrl_line label {
    display: inline-block;
    float: none;
}
#dlgDashboardWidgetCustomQueryParam .property-params .ctrl_line select.txt {
    display: inline-block;
    float: none;
    height: 22px;
    margin: 0;
}
#dlgDashboardWidgetCustomQueryParam .property-query {
	padding: 5px;
}
#dlgDashboardWidgetCustomQueryParam .property-query .opt label[for=selection] {
	float: none;
    margin-bottom: 3px;
    padding-right: 0;
    padding-left: 3px;
	width: auto;
}
#dlgDashboardWidgetCustomQueryParam .property-query .opt label .btn {
	float: right;
	margin-left: 2px;
}
#dlgDashboardWidgetCustomQueryParam .property-query .opt textarea[name=selection] {
	height: 150px;
}
#dlgDashboardWidgetCustomQueryParam .property-results {
    margin-bottom: 0;
    padding: 5px;
}
#dlgDashboardWidgetCustomQueryParam .property-results .records {
	height: 100px;
}
#dlgDashboardWidgetCustomQueryParam .property-results .records.disable {
	background-color: #f4f4f4;
}


/* Dialog Widget Multiselect */
#dlgDashboardWidgetMultiselect .select-list {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 250px;
	margin-bottom: 5px;
}
#dlgDashboardWidgetMultiselect .select-list .uctype {
	width: 100px;
}
#dlgDashboardWidgetMultiselect .sp p {
	text-align: center;
}
#dlgDashboardWidgetMultiselect .sp .opt label {
	width: 50px;
}

#dlgDashboardQueryArgMultiselect .multiselect {
	height: 200px;
	overflow-y: scroll;
}
#dlgDashboardQueryArgMultiselect .multiselect table.tbl td {
    border: 1px solid #eee;
    border-width: 0 1px 1px 1px;
}
#dlgDashboardQueryArgMultiselect .multiselect table.tbl tr td:first-child {
	border-left-width: 0;
}
#dlgDashboardQueryArgMultiselect .multiselect table.tbl tr td:last-child {
	border-right-width: 0;
}



.dlg-widget .popup-help.dashboard-customquery .sections {
    overflow-y: auto;
    height: 350px;
}
.dlg-widget .popup-help.dashboard-customquery .columns {
	margin-bottom: 10px;
}
.dlg-widget .popup-help.dashboard-customquery .sample {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 5px;
}
.dlg-widget .popup-help.dashboard-customquery .sample h5 {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
	padding: 0 5px;
}
.dlg-widget .popup-help.dashboard-customquery .sample pre {
    font-family: monospace;
    padding: 5px;
    overflow: auto;
    max-height: 200px;
}