/*
MODULE_VERSION = "$Revision: 1853 $"
MODULE_DATE = "$Date: 2022-08-29 15:01:17 -0600 (Mon, 29 Aug 2022) $"
*/

body {
	margin: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body, td, th, select, input, textarea, button, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table {
	border-collapse: collapse;
	display: table;
}

table, td, th, button, label, div, img {
	overflow:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

pre {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

button {
	width: 80px;
/*	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ec5ee), color-stop(1, #569ee0) );
	background:-moz-linear-gradient( center top, #8ec5ee 5%, #569ee0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec5ee', endColorstr='#569ee0');
    border:1px solid #84bbf3;
	background-color:#8ec5ee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#FFF;*/
	cursor: pointer;
	padding:1px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
}

button.blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ec5ee), color-stop(1, #569ee0) );
	background:-moz-linear-gradient( center top, #8ec5ee 5%, #569ee0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec5ee', endColorstr='#569ee0');
    border:1px solid #84bbf3;
	background-color:#8ec5ee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#FFF;
	cursor: pointer;
	padding:1px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
}


textarea {
    margin: 0px;
	resize: none;
}

input[type=text], input[type=password], textarea, select {
    width: 60px;
    border: 1px solid #BBB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:1px;
    background-color:#FFF;
}

input[disabled=disabled]{
    color: #666;
}

.invalid_input {
    color: #FFFFFF;
    background-color: #FA5858 !important;
}

list{
	padding: 0px;
}

div.label {
	padding-top: 3px;
    padding-bottom: 1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.label[disabled=disabled], span[disabled=disabled]  {
	color: #999;
	/*background-color: initial;*/
}

div[focused=yes] {
	/*outline: 1px solid #CEECF5;*/
	box-shadow: 0px 0px 4px -1px #00ffff;
}

div:focus {
	outline-style: none;
}

img:focus {
	outline-style: none;
}

img.disabled {
	filter: grayscale(100%) brightness(2) contrast(75%);
}

.default {
	position: absolute;
	overflow: hidden;
}

.center {
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
}

div.round-corner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.disabled {
	/* background-color: #EEE; */
}

/* Picker division*/
div.picker {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 0px;
	margin: 0px;
	z-index: 40000;
}

/* Select wraper */
div.select-wraper {
    height:20px;
    border: 1px solid #BBB;
    background: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-right: 4px;
}

img.select-icon {
	top: 0px;
	right: 0px;
	pointer-events: none;
	height: 100%
}

div.select-wraper select {
    -webkit-appearance: none;
    background-color: transparent;
    border-style: none;
	margin:auto;
	top:0;
	bottom:0;
	position:absolute;
    box-shadow:none;
}

/* Date picker */
div.date-input {
	height: 20px;
	border: 1px solid #CCC;
	padding-left: 2px;
	padding-right: 2px;
}

div.date-icon {
	right: 0px;
	width: 20px;
	height: 100%;
	cursor: pointer;
	background: url(/media/image/date.gif);
}

div.time-icon {
	right: 0px;
	width: 20px;
	height: 100%;
	cursor: pointer;
	background: url(/media/image/clock.gif);
}


input.date-input {
    left: -1px;
    top: -1px;
	border-style: none;
	height: 17px;
}

table.datepicker-header {
	background-color: #CCC;
	width: 100%;
	text-align: center;
	border-style: none;
}

td.prev-month {
	width: 20px;
	cursor: pointer;
	background : url(/media/image/left.png) center no-repeat;
}

td.next-month {
	width: 20px;
	cursor: pointer;
	background : url(/media/image/right.png) center no-repeat;
}

table.datepicker-body {
	border-style: none;
}

tr.datepicker-week {
	border-bottom: 1px solid #CCC;
}

td.date {
	text-align: center;
	cursor: pointer;
}

td.date[state=selected] {
	background-color: #CCC;
	font-weight: bold;
}

td.date[state=month-out] {
	color: #BBB;
}

td.date:hover {
	background-color:#E0F2F7;
}

div.hms {
	padding-top: 2px;
	padding-bottom: 1px;
}

div.hms[state=selected] {
	background-color: #8EC5EE;
	font-weight: bold;
}

div.hms:hover {
	background-color:#E0F2F7;
}

/* Color picker */
div.color-icon {
	right: 0px;
	width: 20px;
	height: 100%;
	cursor: pointer;
	background: url(/media/image/color.gif);
}

div.color-icon[disabled=disabled] {
	background: url(/media/image/color-disable.gif);
}

div.color-input {
	height: 20px;
    border: 1px solid #BBB;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color:#FFF;
	padding-left: 2px;
	padding-right: 2px;
}

input.color-input {
    left: -1px;
    top: -1px;
    height: 17px;
    background: transparent;
    border-style: none;
}

/* Tabs */
div.tabs {
	border-style: none;
	background-color: transparent;
}

div.tabs:disabled {
	background-color: transparent;
}

div.tab-header-ctr {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	border: none;
}

div.tab-header {
	top: 0px;
	left: 14px;
	height: 23px;
	border: none;
}

img.tab-header_left_btn {
	top: 3px;
	left: 0px;
	cursor: pointer;
	visibility: hidden;
}

img.tab-header_right_btn {
	top: 3px;
	right: 0px;
	cursor: pointer;
	visibility: hidden;
}

div.tab-body {
	left: 0px;
	border: 1px solid #BBB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.tab {
	top: 0px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 8px;
	border: 1px solid #BBB;
	background-color: #EEE;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	cursor: pointer;
}

div.tab-icon {
	left: 2px;
	top: 2px;
	height: 16px;
	width: 16px;
}

div.tab-label{
	white-space: nowrap;
	max-width: 120px;
	text-overflow: ellipsis;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

div.tab[selected=yes] {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

div.tab-content {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-style: none;
	visibility: hidden;
/*    display: none;*/
}

div.tab-content[selected=yes] {
	visibility: inherit;
/*    display: block;*/
}

div.fieldsetCtnr {
    background-color: transparent !important;
    border-style: none;
}

/* Fieldset */
div.fieldset {
	border: 1px solid #BBB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	left: 0px;
	border-radius: 3px;
}

div.legend {
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
	left: 10px;
	top:0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
}

/* Slider */
div.sliderBarH{
	left: 0px;
	width: 100%;
	top: 5px;
	height:8px;
	border: 1px solid #BBB;
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px 1px rgba(210, 210, 210, 0.5);
}

div.sliderValueH{
	left: 0px;
	top: 0px;
	height:100%;
	border-style: none;
	border-radius: 3px;
	background: #8ec5ee;
	transition: 0.05s;
}


div.sliderH{
	left: 0px;
	top: 0px;
	width: 13px;
	height: 20px;
	background: url(/media/image/slid_h.png) center no-repeat;
	cursor: pointer;
}

div.sliderBarV{
	left: 5px;
	width:8px;
	top: 0px;
	height: 100%;
	border: 1px solid #BBB;
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px 1px rgba(210, 210, 210, 0.5);
}

div.sliderValueV{
	left: 0px;
	bottom: 0px;
	width:100%;
	border-style: none;
	border-radius: 3px;
	background: #8ec5ee;
	transition: 0.05s;
}

div.sliderV{
	width:22px;
	height:15px;
	background : url(/media/image/slid_v.png) center no-repeat;
	cursor: pointer;
}

/* Scale marker style */
div.scaleMarkV{
	height: 1px;
	width: 5px;
	background-color: #000;
	border-style: none;
}

div.scaleMarkH{
	height: 5px;
	width: 1px;
	background-color: #000;
	border-style: none;
}

/* Grid style */
div.grid {
	overflow: hidden;
    background-color: #FFF;
	border: 1px solid #BBB;
    border-radius: 3px;
    width: 200px;
    height: 100px;
}

div.gridScroll{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

div.gridContent {
	position: absolute;
	left:0px;
	top:0px;
	border-width:0px;
	overflow: hidden;
	pointer-events: none;
}

table.gridTable{
	position: absolute;
	left:0px;
	top:0px;
	table-layout: fixed;
	border-collapse: collapse;
	border-style: none;
	cursor: default;
	overflow: hidden;
	margin: 0 auto;
	pointer-events: auto;
}

tr.gridHeader{
	background-color:#EEE;
}

td.gridHeader{
	/*height: 100%;*/
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*margin: 0 auto;*/
	text-align:center;
	vertical-align: middle;
	border-top-width: 0px;
	background-repeat: no-repeat;
    background-position: right; 
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

span.gridHeader{
	display: block;
	text-shadow: 1px 1px #FFF;
	/*font-weight: bold;*/
	color: #444;
}

tr.gridData{
	background-color: #FFF;
}

tr.gridData:nth-child(odd){
	background-color: #F9F9F9;
}

tr.gridData:hover > td{
	background-color: #E0F2F7 !important;
}

tr.gridData[selected=yes] > td{
	background-color: #A9D0F5 !important;
}

tr.gridData[statistic=yes]{
	background-color: #F3F3F3 !important;
}

td.gridData{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0px;
}

span.gridData {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

td.gridData[selected=yes]{
	background-color: #E0F2F7 !important;
}

img.gridSort {
	float: right;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
}

div.gridColResizer{
	position: absolute;
	border-style: none;
	cursor: col-resize;
	top: 0px;
	width: 6px;
	pointer-events: auto;
}

img.gridIcon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
}

/* listview */
div.listview{
	margin: 0px;
	padding: 0px;
	overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #BBB;
}

div.listviewIcon{
	width: 180px;
	height: 22px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

div.listviewIcon:hover{
	background-color: #E0F2F7;
}

div.listviewIcon[selected=yes]{
	background-color: #A9D0F5;
}

img.listviewIconImg{
	padding-top: 4px;
	max-width: 20px;
	max-height: 20px;
}

div.listviewIconLabel{
	left: 20px;
	width: 120px;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
}

/* Grid style */
div.treeRoot{
	margin: 0px;
    background-color: #FFF;
	padding: 0px;
	overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #BBB;
}

div.treeDisp{
	position: relative;
	margin:0px;
	padding:0px;
	border-width:0px;
	height: 18px;
	background-repeat: no-repeat;
}

img.treeIcon{
	position: relative;
	float: left;
	width:16px;
	height:18px;
}

img.treeNodeIcon{
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	padding-left: 4px;
	margin-right: 4px;
}

div.treeNodeLabel{
	position: relative;
	float: left;
	padding-top: 1px;
	height:18px;
	cursor: default;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

div.treeNodeLabel[selected=yes] {
	background-color: #A9D0F5;
}

div.treeNodeLabel:hover{
	background-color: #E0F2F7;
}


div.nodeDiv{
	position: relative;
	padding-left: 20px;
	background-repeat: repeat-y;
}

/* Dialog style */
div.dialog {
	width: 200px;
	height: 140px;
	overflow: hidden;
	border: 2px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 6px 6px 8px #CCC;
	-moz-box-shadow:    6px 6px 8px #CCC;
	box-shadow:         6px 6px 8px #CCC;
	z-index: 20000;
}

div.dialogContent{
	background-color: #FFF;
	left: 0px;
	top: 20px;
	width: 100%;
}

div.dragBar {
	width: 100%;
	height: 20px;
	background-color: #CCC;
}

div.dialogClose {
    width: 16px;
    height: 16px;
    float: right;
    margin: 2px 1px 2px 1px;
	background-image:url(/media/image/dlg-btn.png);
	background-position: -48px -16px;
}

div.dialogClose:hover {
	background-position: -48px 0px;
}

div.dialogMax {
    width: 16px;
    height: 16px;
    float: right;
    margin: 2px 1px 2px 1px;
    background-image:url(/media/image/dlg-btn.png);
    background-position: -16px -16px;
}

div.dialogMax:hover {
    background-position: -16px 0px;
}

div.dialogRestore {
    width: 16px;
    height: 16px;
    float: right;
    margin: 2px 1px 2px 1px;
    background-image:url(/media/image/dlg-btn.png);
    background-position: -32px -16px;
}

div.dialogRestore:hover {
    background-position: -32px 0px;
}


div.dialogMin {
    width: 16px;
    height: 16px;
    float: right;
    margin: 2px 1px 2px 1px;
    background-image:url(/media/image/dlg-btn.png);
    background-position: 0px -16px;
}

div.dialogMin:hover {
    background-position: 0px 0px;
}

div.dialogTitle {
	cursor: default;
	text-transform: capitalize;
	text-shadow: 1px 1px #666;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFF;
    display: inline-block;
    text-overflow: ellipsis;
}

div.dialogMask{
/*	left: 0px;
	top: 0px;*/
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: rgba(220,220,220,0.7);
}

div.ligthGrayMask{
/*	left: 0px;
	top: 0px;*/
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: rgba(220,220,220,0.1);
}


div.dialogMaskHidden{
	width: 0px;
	height: 0px;
}

div.dialogResizer{
	width: 12px;
	height: 12px;
	right: 0px;
	bottom:0px;
	cursor: nwse-resize;
}

div.dialogResizer:hover{
	background-image: url(/media/image/dlg-btn.png);
    background-position: -64px 0px
}

/*Menu styles*/
div.menu{
	cursor: default;
	z-index: 20000;
	min-width: 200px;
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #AAA;
	border-right-color: #AAA;
	border-top-color: #DDD;
	border-left-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 3px #CCC;
	-moz-box-shadow:    3px 3px 3px #CCC;
	box-shadow:         3px 3px 3px #CCC;
}

div.menuItem{
	margin: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 100%;
	height: 18px;
}

div.menuItem:hover{
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(left, #CCC 85%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(85%,#CCC), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #CCC 80%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #CCC 85%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #CCC 85%,#eee 100%); /* IE10+ */
	background: linear-gradient(to right, #CCC 85%,#eee 100%); /* W3C */
}

div.menuIcon{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin-left: 6px;
}

div.menuIcon[disabled=disabled]{
	filter: grayscale(100%) brightness(3) contrast(50%);
	background-color: rgba(0, 0, 0, 0);
}

div.menuLabel{
	left: 26px;
	max-width: 200px;
	min-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0);
}

div.menuShortcut{
	color: #999;
	min-width: 10px;
	height: 16px;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

div.menuSeperator{
	width: 100%;
	height: 1px;
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(left, #EEE 0%, #CCC 15%, #CCC 85%, #EEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#EEE), color-stop(15%,#CCC), color-stop(85%,#CCC), color-stop(100%,#EEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #EEE 0%,#CCC 15%,#CCC 85%,#EEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #EEE 0%,#CCC 15%,#CCC 85%,#EEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #EEE 0%,#CCC 15%,#CCC 85%,#EEE 100%); /* IE10+ */
	background: linear-gradient(to right, #EEE 0%,#CCC 15%,#CCC 85%,#EEE 100%);
}
/* ICON */
div.icon{
    width: 36px;
    height: 36px;
    padding: 2px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.icon:hover{
    border: 1px solid #CCC;
}

div.icon:active{
    border: 1px solid #CCC;
}

div.icon[checked=yes] {
    border: 1px solid #AAA;
    background-color: #BBB;
}


/*Toobar styles*/
div.toolbar{
	color: #666;
	width: 100%;
	height: 26px;
	z-index: 1000;
	overflow: hidden;
	background: #EEE; /* Old browsers */
	background: linear-gradient(to bottom, #FFF 0%,#ddd 100%);
	/*border-bottom: 1px solid #CCC;*/
}

div.toolbarIcon {
	min-width: 16px;
	cursor: default;
	height: 16px;
	padding: 2px;
	border: 1px solid rgba(255, 255, 255, 0);
	background: transparent;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.toolbarIcon[disabled=disabled]{
	filter: grayscale(100%) opacity(85%);
	cursor: default;
}

div.toolbarIcon > div{
	width: 16px;
	height: 16px;
	float: left;
}

div.toolbarIcon > span{
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
}

div.toolbarIcon:not([disabled=disabled]):hover{
	border: 1px solid #CCC;
	background: linear-gradient(to top, #EEE 0%,#DDD 100%);
}

div.toolbarIcon[checked=yes] {
	border: 1px solid #BBB;
	background:#CCC;
}

div.toolbarSperator{
	margin-top: 2px;
	margin-bottom: 2px;
	width: 1px;
	height: 18px;
	background: #DDD; /* Old browsers */
	background: linear-gradient(to bottom, #DDD 0%,#888 50%,#888 51%,#CCC 100%);
}

div.spliter{
	border-style: none;
}

div.spliterBarHorizontal{
	border-style: none;
	width: 100%;
	height: 6px;
	cursor: ns-resize;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

div.spliterBarVertical{
	border-style: none;
	width: 6px;
	height: 100%;
	cursor: ew-resize;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

div.gaugeInvisible {
	left: -1000px;
	top: -1000px;
	width: 0px;
	height:0px;
	visibility: hidden;
}

div.gaugeContent {
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	border-style: none;
}

div.dialogPointer {
    width: 32px;
    height: 32px;
    background-image: url(/media/image/pointer.png);
    pointer-events: none;
    z-index: 20001;
}

div.trendSolid {
	width:20px;
}

div.trendDashed {
	width:3px;
	margin-left:5px;
	float:left;
}

div.trendDotted {
	width:2px;
	margin-left:2px;
	float:left;
}

div.trendLegend {
	font-size: 10px;
	cursor: pointer;
}

div.trendLegendVertical {
	font-size: 10px;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	cursor: pointer;
}


img.comboIcon {
	right: 0px;
	background-color:#DDD;
	padding: 3px 2px 1px 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

div.numberHint {
	position: absolute;
	top: 0px;
	right: 2px;
	width:12px !important;
	height:10px !important;
	background-color:rgba(255, 0, 0, 0.6);
	color:white;
	border-radius: 50%;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding:1px, 0px 0px 0px;
}

.noPointerEvent {	/* Prevent canvas to capture mouse events. Doesn't work on IE*/
	pointer-events: none;
}

.animLogo{
	-webkit-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	-o-transition:1s ease-in-out;
	transition:1s ease-in-out
	}

.animLogo:hover{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	transform:rotateY(360deg)
	}
/*Page Loading */
@-moz-keyframes pageLoader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pageLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pageLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.pageLoader:not(:required) {
  -moz-animation: pageLoader 1250ms infinite linear;
  -webkit-animation: pageLoader 1250ms infinite linear;
  animation: pageLoader 1250ms infinite linear;
  border: 8px solid #81BEF7;
  border-right-color: transparent;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  pointer-events: none;
}

span.msgTitle {
	font-size: 18pt;
	font-weight: bold;
}
span.msgAttr {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #888;
	float: left;
	padding-right: 30px;
}
div.msgContent {
	padding: 20px 20px;
	border: 1px solid #D8D8D8;
	overflow: auto;
	background-color: #FFF;
	user-select: auto;
}

div.notification {
	position: absolute;
	overflow: auto;
    top: 20px;
    right: 20px;
    width: 260px;
    height: 120px;
    padding: 10px 10px;
    background-color: #F6F6F6;
    z-index: 2000;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px rgba(168,168,168,1);
}

div.notification_msg {
    border: 1px solid #F6F6F6;
    position: relative;
}

div.notification_msg:hover {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
}

.switch{
    background-color: #5882FA;
    border-radius: 7px;
    height: 16px !important;
    width: 30px !important;
}

.switch-button {
    position: relative;
	left: 16px;
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FFF;
    pointer-events: none;
}

.switch[state=off]
{   background-color: #D8D8D8 !important;
}

div.navigators {
    position: relative;
    bottom: 0px;
    height: 48px !important;
    background-color: #F2F2F2;
	border-top: 1px solid #D8D8D8;
    width: 100%;
}

div.navigator {
    position: static;
    height: 48px;
    padding-top: 5px;
    float: left;
    font-size: 9px;
    text-align: center;
}


/* Accordion style */
.accordions {
	/*width: 100% !important; */
    overflow-y: hidden; 
    min-height: 150px;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.accordion {
    box-sizing: border-box;
	height: 22px;
	width: 100% !important;
    overflow: hidden;
	border-bottom: 1px solid #CCC; 
}

.accordion-title-bar {
    height: 22px;
    box-sizing: border-box;
    color: #666;
    padding: 5px;
    width: 100%;
	background-color: #EEE;
}

.accordion-content {
    top: 22px;
    box-sizing: border-box;
    color: #666;
    padding: 4px;
    width: 100%;
    overflow: auto; 
    height: 300px;
}

/* May use it later
.accordion-title {
    font-weight: bold;
    white-space: nowrap;
	text-overflow: ellipsis;
    color: #333;
    float: left;
    max-width: 50%;
    background-color: #EEE;
}
*/

.chip {
    position: static !important;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    float: left;
}

.dchip {
    padding-top: 2px;
    padding-bottom: 2px;
	min-width: 100px;
}

.chip-3-1 {
    position: static;
    box-sizing: border-box;
    white-space: nowrap;
	text-overflow: ellipsis;
    width: calc(100% - 110px);
    float: left;
}

.chip-3-2 {
    box-sizing: border-box;
    position: static;
    width: 60px;
    text-align: right;
    padding-right: 2px;
    float: left;
}

.chip-3-3 {
    box-sizing: border-box;
    position: static;
    width: 50px;
    float: left;
	padding-left: 4px;
	text-overflow: ellipsis;
}


@media screen and (min-width: 300px) {
    .chip { width: 100%; }    
}

@media screen and (min-width: 600px) {
    .chip { width: 50%; }    
}

@media screen and (min-width: 900px) {
    .chip { width: 33.333%; }    
}


/*
MODULE_VERSION = "$Revision: 1853 $";
MODULE_DATE = "$Date: 2022-08-29 15:01:17 -0600 (Mon, 29 Aug 2022) $";
*/
