* {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.panel {
	margin: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; text-align: left; overflow: hidden; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.panel-header {
	border-width: 1px; border-style: solid;
}
.panel-body {
	border-width: 1px; border-style: solid;
}
.panel-header {
	padding: 5px; position: relative;
}
.panel-title {
	background: url("images/blank.gif") no-repeat;
}
.panel-header-noborder {
	border-width: 0px 0px 1px;
}
.panel-body {
	padding: 0px; overflow: auto; border-top-width: 0px;
}
.panel-body-noheader {
	border-top-width: 1px;
}
.panel-body-noborder {
	border-width: 0px;
}
.panel-body-nobottom {
	border-bottom-width: 0px;
}
.panel-with-icon {
	padding-left: 18px;
}
.panel-icon {
	top: 50%; height: 16px; overflow: hidden; margin-top: -8px; position: absolute;
}
.panel-tool {
	top: 50%; height: 16px; overflow: hidden; margin-top: -8px; position: absolute;
}
.panel-icon {
	left: 5px; width: 16px;
}
.panel-tool {
	width: auto; right: 5px;
}
.panel-tool a {
	margin: 0px 0px 0px 2px; width: 16px; height: 16px; vertical-align: top; display: inline-block; opacity: 0.6;
}
.panel-tool a:hover {
	border-radius: 2px; opacity: 1; background-color: rgb(238, 238, 238); -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px;
}
.panel-loading {
	padding: 11px 0px 10px 30px;
}
.panel-noscroll {
	overflow: hidden;
}
.panel-fit {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; height: 100%; overflow: hidden;
}
.panel-fit body {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; height: 100%; overflow: hidden;
}
.panel-loading {
	background: url("images/loading.gif") no-repeat 10px 10px;
}
.panel-tool-close {
	background: url("images/panel_tools.png") no-repeat -16px 0px;
}
.panel-tool-min {
	background: url("images/panel_tools.png") no-repeat 0px 0px;
}
.panel-tool-max {
	background: url("images/panel_tools.png") no-repeat 0px -16px;
}
.panel-tool-restore {
	background: url("images/panel_tools.png") no-repeat -16px -16px;
}
.panel-tool-collapse {
	background: url("images/panel_tools.png") no-repeat -32px 0px;
}
.panel-tool-expand {
	background: url("images/panel_tools.png") no-repeat -32px -16px;
}
.panel-header {
	border-color: rgb(223, 223, 223);
}
.panel-body {
	border-color: rgb(223, 223, 223);
}
.panel-header {
	background-color: rgb(250, 250, 250);
}
.panel-body {
	color: rgb(64, 64, 64); font-size: 14px; background-color: rgb(255, 255, 255);
}
.panel-title {
	height: 20px; color: rgb(64, 64, 64); line-height: 20px; font-size: 14px; font-weight: bold;
}
.panel-footer {
	background: rgb(250, 250, 250); border: 1px solid rgb(223, 223, 223); border-image: none; overflow: hidden;
}
.panel-footer-noborder {
	border-width: 1px 0px 0px;
}
.panel-hleft {
	position: relative;
}
.panel-hright {
	position: relative;
}
.panel-hleft > .panel-body {
	position: absolute;
}
.panel-hright > .panel-body {
	position: absolute;
}
.panel-hleft > .panel-header {
	float: left;
}
.panel-hright > .panel-header {
	float: right;
}
.panel-hleft > .panel-body {
	border-top-width: 1px; border-left-width: 0px;
}
.panel-hright > .panel-body {
	border-top-width: 1px; border-right-width: 0px;
}
.panel-hleft > .panel-body-nobottom {
	border-right-width: 0px; border-bottom-width: 1px;
}
.panel-hright > .panel-body-nobottom {
	border-bottom-width: 1px; border-left-width: 0px;
}
.panel-hleft > .panel-footer {
	right: 0px; position: absolute;
}
.panel-hright > .panel-footer {
	left: 0px; position: absolute;
}
.panel-hleft > .panel-header-noborder {
	border-width: 0px 1px 0px 0px;
}
.panel-hright > .panel-header-noborder {
	border-width: 0px 0px 0px 1px;
}
.panel-hleft > .panel-body-noborder {
	border-width: 0px;
}
.panel-hright > .panel-body-noborder {
	border-width: 0px;
}
.panel-hleft > .panel-body-noheader {
	border-left-width: 1px;
}
.panel-hright > .panel-body-noheader {
	border-right-width: 1px;
}
.panel-hleft > .panel-footer-noborder {
	border-width: 0px 0px 0px 1px;
}
.panel-hright > .panel-footer-noborder {
	border-width: 0px 1px 0px 0px;
}
.panel-hleft > .panel-header .panel-icon {
	left: 50%; top: 5px; margin-top: 0px; margin-left: -8px;
}
.panel-hright > .panel-header .panel-icon {
	left: 50%; top: 5px; margin-top: 0px; margin-left: -8px;
}
.panel-hleft > .panel-header .panel-title {
	transform-origin: 0% 0%; left: 25px; top: 5px; bottom: auto; white-space: nowrap; position: absolute; -ms-word-wrap: normal; min-width: 16px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(90deg); -moz-transform-origin: 0 0; -o-transform: rotate(90deg); -o-transform-origin: 0 0;
}
.panel-hright > .panel-header .panel-title {
	transform-origin: 0% 0%; left: 25px; top: 5px; bottom: auto; white-space: nowrap; position: absolute; -ms-word-wrap: normal; min-width: 16px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(90deg); -moz-transform-origin: 0 0; -o-transform: rotate(90deg); -o-transform-origin: 0 0;
}
.panel-hleft > .panel-header .panel-title-up {
	transform-origin: 0% 16px; left: 21px; top: auto; text-align: right; bottom: 0px; white-space: nowrap; position: absolute; -ms-word-wrap: normal; min-width: 16px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(-90deg); -moz-transform-origin: 0 0; -o-transform: rotate(-90deg); -o-transform-origin: 0 0;
}
.panel-hright > .panel-header .panel-title-up {
	transform-origin: 0% 16px; left: 21px; top: auto; text-align: right; bottom: 0px; white-space: nowrap; position: absolute; -ms-word-wrap: normal; min-width: 16px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(-90deg); -moz-transform-origin: 0 0; -o-transform: rotate(-90deg); -o-transform-origin: 0 0;
}
.panel-hleft > .panel-header .panel-with-icon.panel-title-up {
	padding-right: 18px; padding-left: 0px;
}
.panel-hright > .panel-header .panel-with-icon.panel-title-up {
	padding-right: 18px; padding-left: 0px;
}
.panel-hleft > .panel-header .panel-tool {
	left: 50%; top: auto; width: 16px; height: auto; bottom: 5px; margin-top: 0px; margin-left: -8px;
}
.panel-hright > .panel-header .panel-tool {
	left: 50%; top: auto; width: 16px; height: auto; bottom: 5px; margin-top: 0px; margin-left: -8px;
}
.panel-hleft > .panel-header .panel-tool a {
	margin: 2px 0px 0px;
}
.panel-hright > .panel-header .panel-tool a {
	margin: 2px 0px 0px;
}
.accordion {
	border-width: 1px; border-style: solid; overflow: hidden;
}
.accordion .accordion-header {
	border-width: 0px 0px 1px; cursor: pointer;
}
.accordion .accordion-body {
	border-width: 0px 0px 1px;
}
.accordion-noborder {
	border-width: 0px;
}
.accordion-noborder .accordion-header {
	border-width: 0px 0px 1px;
}
.accordion-noborder .accordion-body {
	border-width: 0px 0px 1px;
}
.accordion-collapse {
	background: url("images/accordion_arrows.png") no-repeat 0px 0px;
}
.accordion-expand {
	background: url("images/accordion_arrows.png") no-repeat -16px 0px;
}
.accordion {
	background: rgb(255, 255, 255); border-color: rgb(223, 223, 223);
}
.accordion .accordion-header {
	background: rgb(250, 250, 250); filter: none;
}
.accordion .accordion-header-selected {
	background: rgb(238, 238, 238);
}
.accordion .accordion-header-selected .panel-title {
	color: rgb(51, 153, 204);
}
.accordion .panel-last > .accordion-header {
	border-bottom-color: rgb(250, 250, 250);
}
.accordion .panel-last > .accordion-body {
	border-bottom-color: rgb(255, 255, 255);
}
.accordion .panel-last > .accordion-header-selected {
	border-bottom-color: rgb(223, 223, 223);
}
.accordion .panel-last > .accordion-header-border {
	border-bottom-color: rgb(223, 223, 223);
}
.accordion > .panel-hleft {
	float: left;
}
.accordion > .panel-hleft > .panel-header {
	border-width: 0px 1px 0px 0px;
}
.accordion > .panel-hleft > .panel-body {
	border-width: 0px 1px 0px 0px;
}
.accordion > .panel-hleft.panel-last > .accordion-header {
	border-right-color: rgb(250, 250, 250);
}
.accordion > .panel-hleft.panel-last > .accordion-body {
	border-right-color: rgb(255, 255, 255);
}
.accordion > .panel-hleft.panel-last > .accordion-header-selected {
	border-right-color: rgb(223, 223, 223);
}
.accordion > .panel-hleft.panel-last > .accordion-header-border {
	border-right-color: rgb(223, 223, 223);
}
.accordion > .panel-hright {
	float: right;
}
.accordion > .panel-hright > .panel-header {
	border-width: 0px 0px 0px 1px;
}
.accordion > .panel-hright > .panel-body {
	border-width: 0px 0px 0px 1px;
}
.accordion > .panel-hright.panel-last > .accordion-header {
	border-left-color: rgb(250, 250, 250);
}
.accordion > .panel-hright.panel-last > .accordion-body {
	border-left-color: rgb(255, 255, 255);
}
.accordion > .panel-hright.panel-last > .accordion-header-selected {
	border-left-color: rgb(223, 223, 223);
}
.accordion > .panel-hright.panel-last > .accordion-header-border {
	border-left-color: rgb(223, 223, 223);
}
.window {
	border-width: 1px; border-style: solid; padding: 5px; overflow: hidden;
}
.window .window-header {
	background: none; padding: 0px 0px 6px;
}
.window .window-body {
	border-width: 0px 1px 1px; border-style: solid;
}
.window .window-body-noheader {
	border-top-width: 1px;
}
.window .panel-body-nobottom {
	border-bottom-width: 0px;
}
.window .window-header .panel-icon {
	top: 50%; margin-top: -11px;
}
.window .window-header .panel-tool {
	top: 50%; margin-top: -11px;
}
.window .window-header .panel-icon {
	left: 1px;
}
.window .window-header .panel-tool {
	right: 1px;
}
.window .window-header .panel-with-icon {
	padding-left: 18px;
}
.window-proxy {
	overflow: hidden; position: absolute;
}
.window-proxy-mask {
	position: absolute; opacity: 0.05;
}
.window-mask {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; font-size: 1px; position: absolute; opacity: 0.4;
}
.window {
	border-radius: 4px; position: absolute; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.window-shadow {
	border-radius: 4px; position: absolute; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.window-shadow {
	background: rgb(204, 204, 204); box-shadow: 2px 2px 3px #cccccc; -moz-box-shadow: 2px 2px 3px #cccccc; -webkit-box-shadow: 2px 2px 3px #cccccc;
}
.window {
	border-color: rgb(223, 223, 223);
}
.window .window-body {
	border-color: rgb(223, 223, 223);
}
.window {
	background-color: rgb(250, 250, 250);
}
.window-proxy {
	border: 1px dashed rgb(223, 223, 223); border-image: none;
}
.window-proxy-mask {
	background: rgb(238, 238, 238);
}
.window-mask {
	background: rgb(238, 238, 238);
}
.window .panel-footer {
	border: 1px solid rgb(223, 223, 223); border-image: none; top: -1px; position: relative;
}
.window-thinborder {
	padding: 0px;
}
.window-thinborder .window-header {
	padding: 5px 5px 6px;
}
.window-thinborder .window-body {
	border-width: 0px;
}
.window-thinborder .window-footer {
	border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-right-width: medium; border-bottom-width: medium; border-left-width: medium; border-right-style: none; border-bottom-style: none; border-left-style: none;
}
.window-thinborder .window-header .panel-icon {
	margin-top: -9px; margin-right: 5px; margin-left: 5px;
}
.window-thinborder .window-header .panel-tool {
	margin-top: -9px; margin-right: 5px; margin-left: 5px;
}
.window-noborder {
	border: 0px currentColor; border-image: none;
}
.window.panel-hleft .window-header {
	padding: 0px 6px 0px 0px;
}
.window.panel-hright .window-header {
	padding: 0px 0px 0px 6px;
}
.window.panel-hleft > .panel-header .panel-title {
	left: 16px; top: auto;
}
.window.panel-hright > .panel-header .panel-title {
	top: auto; right: 16px;
}
.window.panel-hleft > .panel-header .panel-title-up {
	bottom: 0px;
}
.window.panel-hright > .panel-header .panel-title-up {
	bottom: 0px;
}
.window.panel-hleft .window-body {
	border-width: 1px 1px 1px 0px;
}
.window.panel-hright .window-body {
	border-width: 1px 0px 1px 1px;
}
.window.panel-hleft .window-header .panel-icon {
	left: 0px; top: 1px; margin-top: 0px;
}
.window.panel-hright .window-header .panel-icon {
	left: auto; top: 1px; right: 1px; margin-top: 0px;
}
.window.panel-hleft .window-header .panel-tool {
	left: 50%; top: auto; right: auto; bottom: 1px; margin-top: 0px; margin-right: 0px; margin-left: -11px;
}
.window.panel-hright .window-header .panel-tool {
	left: 50%; top: auto; right: auto; bottom: 1px; margin-top: 0px; margin-right: 0px; margin-left: -11px;
}
.window.panel-hright .window-header .panel-tool {
	left: auto; right: 1px;
}
.window-thinborder.panel-hleft .window-header {
	padding: 5px 6px 5px 5px;
}
.window-thinborder.panel-hright .window-header {
	padding: 5px 5px 5px 6px;
}
.window-thinborder.panel-hleft > .panel-header .panel-title {
	left: 21px;
}
.window-thinborder.panel-hleft > .panel-header .panel-title-up {
	bottom: 5px;
}
.window-thinborder.panel-hright > .panel-header .panel-title-up {
	bottom: 5px;
}
.window-thinborder.panel-hleft .window-header .panel-icon {
	margin-top: 5px;
}
.window-thinborder.panel-hright .window-header .panel-icon {
	margin-top: 5px;
}
.window-thinborder.panel-hleft .window-header .panel-tool {
	left: 16px; bottom: 5px;
}
.window-thinborder.panel-hright .window-header .panel-tool {
	left: 16px; bottom: 5px;
}
.dialog-content {
	overflow: auto;
}
.dialog-toolbar {
	padding: 2px 5px; position: relative;
}
.dialog-tool-separator {
	margin: 2px 1px; height: 24px; border-right-color: rgb(255, 255, 255); border-left-color: rgb(223, 223, 223); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left;
}
.dialog-button {
	padding: 5px; top: -1px; text-align: right; position: relative;
}
.dialog-button .l-btn {
	margin-left: 5px;
}
.dialog-toolbar {
	background: rgb(250, 250, 250); border-width: 1px; border-style: solid;
}
.dialog-button {
	background: rgb(250, 250, 250); border-width: 1px; border-style: solid;
}
.dialog-toolbar {
	border-color: rgb(223, 223, 223);
}
.dialog-button {
	border-color: rgb(223, 223, 223);
}
.window-thinborder .dialog-toolbar {
	border-top-color: rgb(250, 250, 250); border-right-color: transparent; border-left-color: transparent; border-right-width: medium; border-left-width: medium; border-right-style: none; border-left-style: none;
}
.window-thinborder .dialog-button {
	padding: 5px 8px 8px; top: 0px; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-right-width: medium; border-bottom-width: medium; border-left-width: medium; border-right-style: none; border-bottom-style: none; border-left-style: none;
}
.l-btn {
	margin: 0px; padding: 0px; text-align: center; line-height: normal; overflow: hidden; text-decoration: none; vertical-align: middle; display: inline-block; cursor: pointer;
}
.l-btn-plain {
	border-width: 0px; padding: 1px;
}
.l-btn-left {
	margin: 0px; padding: 0px; overflow: hidden; vertical-align: top; display: inline-block; position: relative;
}
.l-btn-text {
	margin: 0px 6px; padding: 0px; width: auto; line-height: 28px; font-size: 14px; vertical-align: top; display: inline-block;
}
.l-btn-icon {
	top: 50%; width: 16px; height: 16px; line-height: 16px; font-size: 1px; margin-top: -8px; display: inline-block; position: absolute;
}
.l-btn span span .l-btn-empty {
	margin: 0px; width: 16px; height: 24px; font-size: 1px; vertical-align: top; display: inline-block;
}
.l-btn span .l-btn-icon-left {
	background-position: left; padding: 0px 0px 0px 20px;
}
.l-btn span .l-btn-icon-right {
	background-position: right; padding: 0px 20px 0px 0px;
}
.l-btn-icon-left .l-btn-text {
	margin: 0px 6px 0px 26px;
}
.l-btn-icon-left .l-btn-icon {
	left: 6px;
}
.l-btn-icon-right .l-btn-text {
	margin: 0px 26px 0px 6px;
}
.l-btn-icon-right .l-btn-icon {
	right: 6px;
}
.l-btn-icon-top .l-btn-text {
	margin: 20px 4px 0px;
}
.l-btn-icon-top .l-btn-icon {
	margin: 0px 0px 0px -8px; left: 50%; top: 4px;
}
.l-btn-icon-bottom .l-btn-text {
	margin: 0px 4px 20px;
}
.l-btn-icon-bottom .l-btn-icon {
	margin: 0px 0px 0px -8px; left: 50%; top: auto; bottom: 4px;
}
.l-btn-left .l-btn-empty {
	margin: 0px 6px; width: 16px;
}
.l-btn-plain:hover {
	padding: 0px;
}
.l-btn-focus {
	outline: rgb(0, 0, 255) dotted thin;
}
.l-btn-large .l-btn-text {
	line-height: 44px;
}
.l-btn-large .l-btn-icon {
	width: 32px; height: 32px; line-height: 32px; margin-top: -16px;
}
.l-btn-large .l-btn-icon-left .l-btn-text {
	margin-left: 40px;
}
.l-btn-large .l-btn-icon-right .l-btn-text {
	margin-right: 40px;
}
.l-btn-large .l-btn-icon-top .l-btn-text {
	line-height: 24px; margin-top: 36px; min-width: 32px;
}
.l-btn-large .l-btn-icon-top .l-btn-icon {
	margin: 0px 0px 0px -16px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-text {
	line-height: 24px; margin-bottom: 36px; min-width: 32px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-icon {
	margin: 0px 0px 0px -16px;
}
.l-btn-large .l-btn-left .l-btn-empty {
	margin: 0px 6px; width: 32px;
}
.l-btn {
	background: repeat-x rgb(250, 250, 250); border-radius: 4px; border: 1px solid rgb(223, 223, 223); border-image: none; color: rgb(64, 64, 64); -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.l-btn:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(64, 64, 64); filter: none;
}
.l-btn-plain {
	background: none; border-width: 0px; filter: none;
}
.l-btn-outline {
	border-width: 1px; border-color: rgb(204, 204, 204); padding: 0px;
}
.l-btn-plain:hover {
	background: rgb(238, 238, 238); border-radius: 4px; border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(64, 64, 64); -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.l-btn-disabled {
	background: rgb(250, 250, 250); color: rgb(64, 64, 64); cursor: default; opacity: 0.5;
}
.l-btn-disabled:hover {
	background: rgb(250, 250, 250); color: rgb(64, 64, 64); cursor: default; opacity: 0.5;
}
.l-btn-disabled .l-btn-text {
	
}
.l-btn-disabled .l-btn-icon {
	
}
.l-btn-plain-disabled {
	background: none;
}
.l-btn-plain-disabled:hover {
	background: none;
}
.l-btn-selected {
	background: rgb(51, 153, 204); filter: none;
}
.l-btn-selected:hover {
	background: rgb(51, 153, 204); filter: none;
}
.l-btn-plain-selected {
	background: rgb(51, 153, 204);
}
.l-btn-plain-selected:hover {
	background: rgb(51, 153, 204);
}
.textbox {
	margin: 0px; padding: 0px; border-radius: 4px; border: 1px solid rgb(223, 223, 223); border-image: none; overflow: hidden; vertical-align: middle; display: inline-block; white-space: nowrap; position: relative; background-color: rgb(255, 255, 255); -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.textbox .textbox-text {
	margin: 0px; padding: 0px 4px; border-radius: 4px; border: 0px currentColor; border-image: none; height: 28px; line-height: 28px; font-size: 14px; vertical-align: top; white-space: normal; outline-style: none; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; resize: none;
}
.textbox textarea.textbox-text {
	line-height: normal;
}
.textbox .textbox-text::-ms-clear {
	display: none;
}
.textbox .textbox-text::-ms-reveal {
	display: none;
}
.textbox textarea.textbox-text {
	white-space: pre-wrap;
}
.textbox .textbox-prompt {
	color: rgb(170, 170, 170); font-size: 14px;
}
.textbox .textbox-bgicon {
	background-position: 3px; padding-left: 21px;
}
.textbox .textbox-button {
	padding: 0px; border-radius: 0px; top: 0px; vertical-align: top; position: absolute; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.textbox .textbox-button:hover {
	padding: 0px; border-radius: 0px; top: 0px; vertical-align: top; position: absolute; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.textbox .textbox-button-right {
	border-width: 0px 0px 0px 1px; right: 0px;
}
.textbox .textbox-button-right:hover {
	border-width: 0px 0px 0px 1px; right: 0px;
}
.textbox .textbox-button-left {
	border-width: 0px 1px 0px 0px; left: 0px;
}
.textbox .textbox-button-left:hover {
	border-width: 0px 1px 0px 0px; left: 0px;
}
.textbox .textbox-button-top {
	border-width: 0px 0px 1px; left: 0px;
}
.textbox .textbox-button-top:hover {
	border-width: 0px 0px 1px; left: 0px;
}
.textbox .textbox-button-bottom {
	border-width: 1px 0px 0px; left: 0px; top: auto; bottom: 0px;
}
.textbox .textbox-button-bottom:hover {
	border-width: 1px 0px 0px; left: 0px; top: auto; bottom: 0px;
}
.textbox-addon {
	top: 0px; position: absolute;
}
.textbox-label {
	margin: 0px; width: 80px; height: 30px; line-height: 30px; overflow: hidden; padding-right: 5px; vertical-align: middle; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.textbox-label-after {
	padding-right: 0px; padding-left: 5px;
}
.textbox-label-top {
	padding: 0px; width: auto; display: block;
}
.textbox-disabled {
	opacity: 0.6;
}
.textbox-label-disabled {
	opacity: 0.6;
}
.textbox-icon {
	background-position: center; width: 18px; height: 20px; overflow: hidden; text-decoration: none; vertical-align: top; display: inline-block; cursor: pointer; outline-style: none; opacity: 0.6;
}
.textbox-icon-disabled {
	cursor: default;
}
.textbox-icon-readonly {
	cursor: default;
}
.textbox-icon:hover {
	opacity: 1;
}
.textbox-icon-disabled:hover {
	opacity: 0.6;
}
.textbox-focused {
	border-color: rgb(198, 198, 198); box-shadow: 0px 0px 3px 0px #dfdfdf; -moz-box-shadow: 0 0 3px 0 #dfdfdf; -webkit-box-shadow: 0 0 3px 0 #dfdfdf;
}
.textbox-invalid {
	border-color: rgb(255, 168, 168); background-color: rgb(255, 255, 255);
}
.form-floating-label.form-field .textbox-text {
	padding: 0px;
}
.form-floating-label.form-field .textbox-label {
	transition:0.3s; height: 20px; line-height: 20px; font-size: 12px; position: relative; z-index: 9;
}
.form-floating-label.form-field-empty .textbox-label {
	font-size: 14px; cursor: text; transform: translate(0px, 25px);
}
.form-floating-label.form-field-empty.form-field-focused .textbox-label {
	font-size: 12px; cursor: default; transform: translate(0px, 0px);
}
.passwordbox-open {
	background: url("images/passwordbox_open.png") no-repeat center;
}
.passwordbox-close {
	background: url("images/passwordbox_close.png") no-repeat center;
}
.filebox .textbox-value {
	left: -5000px; top: 0px; vertical-align: top; position: absolute;
}
.filebox-label {
	background: url("images/blank.gif") no-repeat; left: 0px; top: 0px; width: 100%; height: 100%; display: inline-block; position: absolute; z-index: 10; cursor: pointer;
}
.l-btn-disabled .filebox-label {
	cursor: default;
}
.combo-arrow {
	width: 18px; height: 20px; overflow: hidden; vertical-align: top; display: inline-block; cursor: pointer; opacity: 0.6;
}
.combo-arrow-hover {
	opacity: 1;
}
.combo-panel {
	overflow: auto;
}
.combo-arrow {
	background: url("images/combo_arrow.png") no-repeat center;
}
.combo-panel {
	background-color: rgb(255, 255, 255);
}
.combo-arrow {
	background-color: rgb(250, 250, 250);
}
.combo-arrow-hover {
	background-color: rgb(238, 238, 238);
}
.combo-arrow:hover {
	background-color: rgb(238, 238, 238);
}
.combo .textbox-icon-disabled:hover {
	cursor: default;
}
.combobox-item {
	padding: 6px 4px; line-height: 20px; font-size: 14px;
}
.combobox-group {
	padding: 6px 4px; line-height: 20px; font-size: 14px;
}
.combobox-stick {
	padding: 6px 4px; line-height: 20px; font-size: 14px;
}
.combobox-item-disabled {
	opacity: 0.5;
}
.combobox-gitem {
	padding-left: 10px;
}
.combobox-group {
	font-weight: bold;
}
.combobox-stick {
	font-weight: bold;
}
.combobox-stick {
	background: inherit; left: 1px; top: 1px; right: 1px; position: absolute;
}
.combobox-item-hover {
	color: rgb(64, 64, 64); background-color: rgb(238, 238, 238);
}
.combobox-item-selected {
	color: rgb(51, 153, 204); background-color: rgb(238, 238, 238);
}
.combobox-icon {
	width: 16px; height: 16px; margin-right: 2px; vertical-align: middle; display: inline-block;
}
.tagbox {
	cursor: text;
}
.tagbox .textbox-text {
	float: left;
}
.tagbox-label {
	background: rgb(238, 238, 238); margin: 4px 0px 0px 4px; padding: 0px 20px 0px 4px; border-radius: 4px; color: rgb(64, 64, 64); text-decoration: none; vertical-align: top; float: left; display: block; position: relative; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.tagbox-remove {
	background: url("images/tagbox_icons.png") no-repeat -16px; top: 50%; width: 16px; height: 16px; right: 2px; margin-top: -8px; display: block; position: absolute; opacity: 0.6;
}
.tagbox-remove:hover {
	opacity: 1;
}
.textbox-disabled .tagbox-label {
	cursor: default;
}
.textbox-disabled .tagbox-remove:hover {
	cursor: default; opacity: 0.6;
}
.layout {
	margin: 0px; padding: 0px; overflow: hidden; position: relative; z-index: 0;
}
.layout-panel {
	overflow: hidden; position: absolute;
}
.layout-body {
	min-height: 1px; min-width: 1px;
}
.layout-panel-east {
	z-index: 2;
}
.layout-panel-west {
	z-index: 2;
}
.layout-panel-north {
	z-index: 3;
}
.layout-panel-south {
	z-index: 3;
}
.layout-expand {
	padding: 0px; font-size: 1px; position: absolute; z-index: 1; cursor: pointer;
}
.layout-expand .panel-header {
	background: none; overflow: hidden; filter: none;
}
.layout-expand .panel-body {
	background: none; overflow: hidden; filter: none;
}
.layout-expand .panel-header {
	border-bottom-width: 0px;
}
.layout-expand .panel-body {
	position: relative;
}
.layout-expand .panel-body .panel-icon {
	left: 50%; top: 0px; margin-top: 0px; margin-left: -8px;
}
.layout-expand-west .panel-header .panel-icon {
	display: none;
}
.layout-expand-east .panel-header .panel-icon {
	display: none;
}
.layout-expand-title {
	transform-origin: 0% 0%; left: 21px; top: 0px; white-space: nowrap; position: absolute; -ms-word-wrap: normal; transform: rotate(90deg); -webkit-transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(90deg); -moz-transform-origin: 0 0; -o-transform: rotate(90deg); -o-transform-origin: 0 0;
}
.layout-expand-title-up {
	transform-origin: 0% 0%; left: 0px; top: 0px; text-align: right; padding-left: 5px; white-space: nowrap; position: absolute; -ms-word-wrap: normal; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(-90deg); -moz-transform-origin: 0 0; -o-transform: rotate(-90deg); -o-transform-origin: 0 0;
}
.layout-expand-with-icon {
	top: 18px;
}
.layout-expand .panel-body-noheader .layout-expand-title {
	top: 5px;
}
.layout-expand .panel-body-noheader .panel-icon {
	top: 5px;
}
.layout-expand .panel-body-noheader .layout-expand-with-icon {
	top: 23px;
}
.layout-split-proxy-h {
	font-size: 1px; display: none; position: absolute; z-index: 5;
}
.layout-split-proxy-v {
	font-size: 1px; display: none; position: absolute; z-index: 5;
}
.layout-split-proxy-h {
	width: 5px; cursor: e-resize;
}
.layout-split-proxy-v {
	height: 5px; cursor: n-resize;
}
.layout-mask {
	background: rgb(250, 250, 250); position: absolute; z-index: 4; opacity: 0.1;
}
.layout-button-up {
	background: url("images/layout_arrows.png") no-repeat -16px -16px;
}
.layout-button-down {
	background: url("images/layout_arrows.png") no-repeat -16px 0px;
}
.layout-button-left {
	background: url("images/layout_arrows.png") no-repeat 0px 0px;
}
.layout-button-right {
	background: url("images/layout_arrows.png") no-repeat 0px -16px;
}
.layout-split-proxy-h {
	background-color: rgb(204, 204, 204);
}
.layout-split-proxy-v {
	background-color: rgb(204, 204, 204);
}
.layout-split-north {
	border-bottom-color: rgb(255, 255, 255); border-bottom-width: 5px; border-bottom-style: solid;
}
.layout-split-south {
	border-top-color: rgb(255, 255, 255); border-top-width: 5px; border-top-style: solid;
}
.layout-split-east {
	border-left-color: rgb(255, 255, 255); border-left-width: 5px; border-left-style: solid;
}
.layout-split-west {
	border-right-color: rgb(255, 255, 255); border-right-width: 5px; border-right-style: solid;
}
.layout-expand {
	background-color: rgb(250, 250, 250);
}
.layout-expand-over {
	background-color: rgb(250, 250, 250);
}
.tabs-container {
	overflow: hidden;
}
.tabs-header {
	border-width: 1px 1px 0px; border-style: solid; padding: 2px 0px 0px; overflow: hidden; position: relative;
}
.tabs-scroller-left {
	border-width: 1px; border-style: solid; top: auto; width: 18px; bottom: 0px; font-size: 1px; display: none; position: absolute; cursor: pointer;
}
.tabs-scroller-right {
	border-width: 1px; border-style: solid; top: auto; width: 18px; bottom: 0px; font-size: 1px; display: none; position: absolute; cursor: pointer;
}
.tabs-scroller-left {
	left: 0px;
}
.tabs-scroller-right {
	right: 0px;
}
.tabs-tool {
	border-width: 1px; border-style: solid; padding: 1px; bottom: 0px; overflow: hidden; position: absolute;
}
.tabs-header-plain .tabs-tool {
	padding: 0px 1px;
}
.tabs-wrap {
	margin: 0px; padding: 0px; left: 0px; width: 100%; overflow: hidden; position: relative;
}
.tabs-scrolling {
	margin-right: 18px; margin-left: 18px;
}
.tabs-disabled {
	opacity: 0.3;
}
.tabs {
	border-width: 0px 0px 1px; border-style: solid; margin: 0px; padding: 0px 0px 0px 4px; width: 50000px; height: 26px; list-style-type: none;
}
.tabs li {
	margin: 0px 4px -1px 0px; padding: 0px; border: 0px currentColor; border-image: none; float: left; display: inline-block; position: relative;
}
.tabs li .tabs-inner {
	border-width: 1px; border-style: solid; margin: 0px; padding: 0px 10px; border-radius: 4px 4px 0px 0px; height: 25px; text-align: center; line-height: 25px; text-decoration: none; display: inline-block; white-space: nowrap; cursor: pointer; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;
}
.tabs li.tabs-selected .tabs-inner {
	font-weight: bold;
}
.tabs li.tabs-selected .tabs-inner:hover {
	cursor: default; pointer: default;
}
.tabs li a.tabs-close {
	padding: 0px; top: 50%; height: 12px; overflow: hidden; font-size: 1px; margin-top: -6px; display: block; position: absolute;
}
.tabs-p-tool {
	padding: 0px; top: 50%; height: 12px; overflow: hidden; font-size: 1px; margin-top: -6px; display: block; position: absolute;
}
.tabs li a.tabs-close {
	width: 12px; right: 5px; opacity: 0.6;
}
.tabs-p-tool {
	right: 16px;
}
.tabs-p-tool a {
	margin: 0px; width: 12px; height: 12px; font-size: 1px; display: inline-block; opacity: 0.6;
}
.tabs li a.tabs-close:hover {
	cursor: pointer; opacity: 1;
}
.tabs-p-tool a:hover {
	cursor: pointer; opacity: 1;
}
.tabs-with-icon {
	padding-left: 18px;
}
.tabs-icon {
	left: 10px; top: 50%; width: 16px; height: 16px; margin-top: -8px; position: absolute;
}
.tabs-title {
	font-size: 14px;
}
.tabs-closable {
	padding-right: 8px;
}
.tabs-panels {
	border-width: 0px 1px 1px; border-style: solid; margin: 0px; padding: 0px; overflow: hidden;
}
.tabs-header-bottom {
	border-width: 0px 1px 1px; padding: 0px 0px 2px;
}
.tabs-header-bottom .tabs {
	border-width: 1px 0px 0px;
}
.tabs-header-bottom .tabs li {
	margin: -1px 4px 0px 0px;
}
.tabs-header-bottom .tabs li .tabs-inner {
	border-radius: 0px 0px 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;
}
.tabs-header-bottom .tabs-tool {
	top: 0px;
}
.tabs-header-bottom .tabs-scroller-left {
	top: 0px; bottom: auto;
}
.tabs-header-bottom .tabs-scroller-right {
	top: 0px; bottom: auto;
}
.tabs-panels-top {
	border-width: 1px 1px 0px;
}
.tabs-header-left {
	border-width: 1px 0px 1px 1px; padding: 0px; float: left;
}
.tabs-header-right {
	border-width: 1px 1px 1px 0px; padding: 0px; float: right;
}
.tabs-header-left .tabs-wrap {
	height: 100%;
}
.tabs-header-right .tabs-wrap {
	height: 100%;
}
.tabs-header-left .tabs {
	border-width: 0px 1px 0px 0px; padding: 4px 0px 0px 2px; height: 100%;
}
.tabs-header-right .tabs {
	border-width: 0px 0px 0px 1px; padding: 4px 2px 0px 0px; height: 100%;
}
.tabs-header-left .tabs li {
	width: 100%; display: block; position: relative;
}
.tabs-header-right .tabs li {
	width: 100%; display: block; position: relative;
}
.tabs-header-left .tabs li {
	margin: 0px -1px 4px 0px; left: auto; right: 0px; float: right;
}
.tabs-header-right .tabs li {
	margin: 0px 0px 4px -1px; left: 0px; right: auto; float: left;
}
.tabs-justified li .tabs-inner {
	padding-right: 0px; padding-left: 0px;
}
.tabs-header-left .tabs li .tabs-inner {
	border-radius: 4px 0px 0px 4px; text-align: left; padding-right: 10px; padding-left: 10px; display: block; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;
}
.tabs-header-right .tabs li .tabs-inner {
	border-radius: 0px 4px 4px 0px; text-align: left; padding-right: 10px; padding-left: 10px; display: block; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;
}
.tabs-panels-right {
	border-width: 1px 1px 1px 0px; float: right;
}
.tabs-panels-left {
	border-width: 1px 0px 1px 1px; float: left;
}
.tabs-header-noborder {
	border: 0px currentColor; border-image: none;
}
.tabs-panels-noborder {
	border: 0px currentColor; border-image: none;
}
.tabs-header-plain {
	background: none; border: 0px currentColor; border-image: none;
}
.tabs-pill {
	padding-bottom: 3px;
}
.tabs-header-bottom .tabs-pill {
	padding-top: 3px; padding-bottom: 0px;
}
.tabs-header-left .tabs-pill {
	padding-right: 3px;
}
.tabs-header-right .tabs-pill {
	padding-left: 3px;
}
.tabs-header .tabs-pill li .tabs-inner {
	border-radius: 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.tabs-header-narrow {
	padding: 0px;
}
.tabs-header-narrow .tabs-narrow {
	padding: 0px;
}
.tabs-narrow li {
	margin-right: -1px; margin-left: 0px;
}
.tabs-header-bottom .tabs-narrow li {
	margin-right: -1px; margin-left: 0px;
}
.tabs-narrow li.tabs-last {
	margin-right: 0px;
}
.tabs-header-bottom .tabs-narrow li.tabs-last {
	margin-right: 0px;
}
.tabs-header-left .tabs-narrow {
	padding-top: 0px;
}
.tabs-header-right .tabs-narrow {
	padding-top: 0px;
}
.tabs-header-left .tabs-narrow li {
	margin-right: -1px; margin-bottom: -1px;
}
.tabs-header-left .tabs-narrow li.tabs-last {
	margin-bottom: 0px;
}
.tabs-header-right .tabs-narrow li.tabs-last {
	margin-bottom: 0px;
}
.tabs-header-right .tabs-narrow li {
	margin-bottom: -1px; margin-left: -1px;
}
.tabs-scroller-left {
	background: url("images/tabs_icons.png") no-repeat 1px rgb(250, 250, 250);
}
.tabs-scroller-right {
	background: url("images/tabs_icons.png") no-repeat -15px rgb(250, 250, 250);
}
.tabs li a.tabs-close {
	background: url("images/tabs_icons.png") no-repeat -34px;
}
.tabs li .tabs-inner:hover {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64); filter: none;
}
.tabs li.tabs-selected .tabs-inner {
	color: rgb(64, 64, 64); background-color: rgb(255, 255, 255);
}
.tabs li .tabs-inner {
	color: rgb(64, 64, 64); background-color: rgb(250, 250, 250);
}
.tabs-header {
	background-color: rgb(250, 250, 250);
}
.tabs-tool {
	background-color: rgb(250, 250, 250);
}
.tabs-header-plain {
	background: none;
}
.tabs-header {
	border-color: rgb(223, 223, 223);
}
.tabs-scroller-left {
	border-color: rgb(223, 223, 223);
}
.tabs-scroller-right {
	border-color: rgb(223, 223, 223);
}
.tabs-tool {
	border-color: rgb(223, 223, 223);
}
.tabs {
	border-color: rgb(223, 223, 223);
}
.tabs-panels {
	border-color: rgb(223, 223, 223);
}
.tabs li .tabs-inner {
	border-color: rgb(223, 223, 223);
}
.tabs li.tabs-selected .tabs-inner {
	border-color: rgb(223, 223, 223);
}
.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
	border-color: rgb(223, 223, 223);
}
.tabs-header-left .tabs li.tabs-selected .tabs-inner {
	border-color: rgb(223, 223, 223);
}
.tabs-header-right .tabs li.tabs-selected .tabs-inner {
	border-color: rgb(223, 223, 223);
}
.tabs-p-tool a:hover {
	background-color: rgb(238, 238, 238);
}
.tabs li a.tabs-close:hover {
	background-color: rgb(238, 238, 238);
}
.tabs-scroller-over {
	background-color: rgb(238, 238, 238);
}
.tabs li.tabs-selected .tabs-inner {
	border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
}
.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
	border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: solid;
}
.tabs-header-left .tabs li.tabs-selected .tabs-inner {
	border-right-color: rgb(255, 255, 255); border-right-width: 1px; border-right-style: solid;
}
.tabs-header-right .tabs li.tabs-selected .tabs-inner {
	border-left-color: rgb(255, 255, 255); border-left-width: 1px; border-left-style: solid;
}
.tabs-header .tabs-pill li.tabs-selected .tabs-inner {
	background: rgb(238, 238, 238); border-color: rgb(223, 223, 223); color: rgb(51, 153, 204); filter: none;
}
.datagrid .panel-body {
	overflow: hidden; position: relative;
}
.datagrid-view {
	overflow: hidden; position: relative;
}
.datagrid-view1 {
	top: 0px; overflow: hidden; position: absolute;
}
.datagrid-view2 {
	top: 0px; overflow: hidden; position: absolute;
}
.datagrid-view1 {
	left: 0px;
}
.datagrid-view2 {
	right: 0px;
}
.datagrid-mask {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; opacity: 0.3;
}
.datagrid-mask-msg {
	border-width: 2px; border-style: solid; padding: 10px 5px 10px 30px; top: 50%; width: auto; height: 36px; margin-top: -20px; display: none; position: absolute;
}
.datagrid-empty {
	left: 0px; top: 0px; width: 100%; height: 25px; text-align: center; line-height: 25px; position: absolute;
}
.datagrid-sort-icon {
	padding: 0px; display: none;
}
.datagrid-toolbar {
	border-width: 0px 0px 1px; border-style: solid; padding: 1px 2px; height: auto;
}
.datagrid-btn-separator {
	margin: 2px 1px; height: 24px; border-right-color: rgb(255, 255, 255); border-left-color: rgb(223, 223, 223); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left;
}
.datagrid .datagrid-pager {
	border-width: 1px 0px 0px; border-style: solid; margin: 0px; display: block;
}
.datagrid .datagrid-pager-top {
	border-width: 0px 0px 1px;
}
.datagrid-header {
	border-width: 0px 0px 1px; border-style: solid; overflow: hidden; cursor: default;
}
.datagrid-header-inner {
	width: 10000px; float: left;
}
.datagrid-header-row {
	height: 32px;
}
.datagrid-row {
	height: 32px;
}
.datagrid-header td {
	border-width: 0px 1px 1px 0px; border-style: dotted; margin: 0px; padding: 0px;
}
.datagrid-body td {
	border-width: 0px 1px 1px 0px; border-style: dotted; margin: 0px; padding: 0px;
}
.datagrid-footer td {
	border-width: 0px 1px 1px 0px; border-style: dotted; margin: 0px; padding: 0px;
}
.datagrid-cell {
	margin: 0px; padding: 0px 4px; height: 18px; line-height: 18px; overflow: hidden; font-size: 14px; white-space: nowrap; -ms-word-wrap: normal;
}
.datagrid-cell-group {
	margin: 0px; padding: 0px 4px; height: 18px; line-height: 18px; overflow: hidden; font-size: 14px; white-space: nowrap; -ms-word-wrap: normal;
}
.datagrid-header-rownumber {
	margin: 0px; padding: 0px 4px; height: 18px; line-height: 18px; overflow: hidden; font-size: 14px; white-space: nowrap; -ms-word-wrap: normal;
}
.datagrid-cell-rownumber {
	margin: 0px; padding: 0px 4px; height: 18px; line-height: 18px; overflow: hidden; font-size: 14px; white-space: nowrap; -ms-word-wrap: normal;
}
.datagrid-header .datagrid-cell {
	height: auto;
}
.datagrid-header .datagrid-cell span {
	font-size: 14px;
}
.datagrid-cell-group {
	text-align: center; -ms-text-overflow: ellipsis;
}
.datagrid-header-rownumber {
	margin: 0px; padding: 0px; width: 30px; text-align: center;
}
.datagrid-cell-rownumber {
	margin: 0px; padding: 0px; width: 30px; text-align: center;
}
.datagrid-body {
	margin: 0px; padding: 0px; overflow: auto; -ms-zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
	padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
	overflow: hidden;
}
.datagrid-footer {
	overflow: hidden;
}
.datagrid-footer-inner {
	border-width: 1px 0px 0px; border-style: solid; width: 10000px; float: left;
}
.datagrid-row-editing .datagrid-cell {
	height: auto;
}
.datagrid-header-check {
	padding: 0px; width: 27px; height: 18px; text-align: center; overflow: hidden; font-size: 1px;
}
.datagrid-cell-check {
	padding: 0px; width: 27px; height: 18px; text-align: center; overflow: hidden; font-size: 1px;
}
.datagrid-header-check input {
	margin: 0px; padding: 0px; width: 15px; height: 18px;
}
.datagrid-cell-check input {
	margin: 0px; padding: 0px; width: 15px; height: 18px;
}
.datagrid-resize-proxy {
	top: 0px; width: 1px; height: 10000px; display: none; position: absolute; cursor: e-resize;
}
.datagrid-body .datagrid-editable {
	margin: 0px; padding: 0px;
}
.datagrid-body .datagrid-editable table {
	width: 100%; height: 100%;
}
.datagrid-body .datagrid-editable td {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
.datagrid-view .datagrid-editable-input {
	margin: 0px; padding: 2px 4px; border-radius: 0px; border: 1px solid rgb(223, 223, 223); border-image: none; font-size: 14px; outline-style: none; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.datagrid-view .validatebox-invalid {
	border-color: rgb(255, 168, 168);
}
.datagrid-sort .datagrid-sort-icon {
	background: url("images/datagrid_icons.png") no-repeat -64px; padding: 0px 13px 0px 0px; display: inline;
}
.datagrid-sort-desc .datagrid-sort-icon {
	background: url("images/datagrid_icons.png") no-repeat -16px; padding: 0px 13px 0px 0px; display: inline;
}
.datagrid-sort-asc .datagrid-sort-icon {
	background: url("images/datagrid_icons.png") no-repeat 0px; padding: 0px 13px 0px 0px; display: inline;
}
.datagrid-row-collapse {
	background: url("images/datagrid_icons.png") no-repeat -48px;
}
.datagrid-row-expand {
	background: url("images/datagrid_icons.png") no-repeat -32px;
}
.datagrid-mask-msg {
	background: url("images/loading.gif") no-repeat 5px rgb(255, 255, 255);
}
.datagrid-header {
	background-color: rgb(255, 255, 255);
}
.datagrid-td-rownumber {
	background-color: rgb(255, 255, 255);
}
.datagrid-cell-rownumber {
	color: rgb(64, 64, 64);
}
.datagrid-resize-proxy {
	background: rgb(204, 204, 204);
}
.datagrid-mask {
	background: rgb(238, 238, 238);
}
.datagrid-mask-msg {
	border-color: rgb(223, 223, 223);
}
.datagrid-toolbar {
	background: rgb(250, 250, 250);
}
.datagrid-pager {
	background: rgb(250, 250, 250);
}
.datagrid-header {
	border-color: rgb(223, 223, 223);
}
.datagrid-toolbar {
	border-color: rgb(223, 223, 223);
}
.datagrid-pager {
	border-color: rgb(223, 223, 223);
}
.datagrid-footer-inner {
	border-color: rgb(223, 223, 223);
}
.datagrid-header td {
	border-color: rgb(223, 223, 223);
}
.datagrid-body td {
	border-color: rgb(223, 223, 223);
}
.datagrid-footer td {
	border-color: rgb(223, 223, 223);
}
.datagrid-htable {
	color: rgb(64, 64, 64); border-collapse: separate;
}
.datagrid-btable {
	color: rgb(64, 64, 64); border-collapse: separate;
}
.datagrid-ftable {
	color: rgb(64, 64, 64); border-collapse: separate;
}
.datagrid-row-alt {
	background: rgb(250, 250, 250);
}
.datagrid-row-over {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64); cursor: default;
}
.datagrid-header td.datagrid-header-over {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64); cursor: default;
}
.datagrid-row-selected {
	background: rgb(238, 238, 238); color: rgb(51, 153, 204);
}
.datagrid-row-editing .textbox {
	border-radius: 0px; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.datagrid-row-editing .textbox-text {
	border-radius: 0px; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.datagrid-header .datagrid-filter-row td.datagrid-header-over {
	background: inherit;
}
.datagrid-split-proxy {
	left: 0px; top: 0px; width: 1px; height: 100%; border-left-color: rgb(51, 153, 204); border-left-width: 1px; border-left-style: solid; position: absolute;
}
.datagrid-moving-proxy {
	padding: 0px 4px; border: 1px solid rgb(51, 153, 204); border-image: none; height: 32px; line-height: 32px;
}
.propertygrid .datagrid-view1 .datagrid-body td {
	border-width: 0px 1px 0px 0px; padding-bottom: 1px;
}
.propertygrid .datagrid-group {
	border-width: 0px 0px 1px; border-style: solid; overflow: hidden;
}
.propertygrid .datagrid-group span {
	font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
	border-color: rgb(223, 223, 223);
}
.propertygrid .datagrid-view1 .datagrid-group {
	border-color: rgb(250, 250, 250);
}
.propertygrid .datagrid-view2 .datagrid-group {
	border-color: rgb(223, 223, 223);
}
.propertygrid .datagrid-group {
	background: rgb(250, 250, 250);
}
.propertygrid .datagrid-view1 .datagrid-body {
	background: rgb(250, 250, 250);
}
.propertygrid .datagrid-view1 .datagrid-row-over {
	background: rgb(250, 250, 250);
}
.propertygrid .datagrid-view1 .datagrid-row-selected {
	background: rgb(250, 250, 250);
}
.datalist .datagrid-header {
	border-width: 0px;
}
.datalist .datagrid-group {
	border-width: 0px 0px 1px; border-style: solid; border-color: rgb(223, 223, 223); height: 25px; line-height: 25px; overflow: hidden; font-weight: bold; background-color: rgb(255, 255, 255);
}
.m-list .m-list-group {
	border-width: 0px 0px 1px; border-style: solid; border-color: rgb(223, 223, 223); height: 25px; line-height: 25px; overflow: hidden; font-weight: bold; background-color: rgb(255, 255, 255);
}
.datalist .datagrid-group-expander {
	display: none;
}
.datalist .datagrid-group-title {
	padding: 0px 4px;
}
.datalist .datagrid-btable {
	width: 100%; table-layout: fixed;
}
.datalist .datagrid-row td {
	border-style: solid; border-right-color: transparent; border-left-color: transparent; border-bottom-width: 0px;
}
.datalist-lines .datagrid-row td {
	border-bottom-width: 1px;
}
.datalist .datagrid-cell {
	padding: 2px 4px; width: auto; height: auto; line-height: 18px; overflow: hidden; white-space: nowrap; position: relative; -ms-text-overflow: ellipsis;
}
.m-list li {
	padding: 2px 4px; width: auto; height: auto; line-height: 18px; overflow: hidden; white-space: nowrap; position: relative; -ms-text-overflow: ellipsis;
}
.datalist-link {
	margin: -2px -4px; padding: 2px 16px 2px 4px; color: rgb(64, 64, 64); line-height: 18px; overflow: hidden; text-decoration: none; display: block; white-space: nowrap; position: relative; cursor: pointer; -ms-text-overflow: ellipsis;
}
.m-list li > a {
	margin: -2px -4px; padding: 2px 16px 2px 4px; color: rgb(64, 64, 64); line-height: 18px; overflow: hidden; text-decoration: none; display: block; white-space: nowrap; position: relative; cursor: pointer; -ms-text-overflow: ellipsis;
}
.datalist-link::after {
	border-width: 1px 1px 0px 0px; border-style: solid; top: 50%; width: 8px; height: 8px; right: 6px; margin-top: -4px; display: block; position: absolute; content: ""; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);
}
.m-list li > a::after {
	border-width: 1px 1px 0px 0px; border-style: solid; top: 50%; width: 8px; height: 8px; right: 6px; margin-top: -4px; display: block; position: absolute; content: ""; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);
}
.m-list {
	list-style: none; margin: 0px; padding: 0px;
}
.m-list li {
	border-width: 0px 0px 1px; border-style: solid; border-color: rgb(223, 223, 223);
}
.m-list li > a:hover {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64);
}
.m-list .m-list-group {
	padding: 0px 4px;
}
.pagination {
	padding: 2px; -ms-zoom: 1;
}
.pagination table {
	height: 30px; float: left;
}
.pagination td {
	border: 0px currentColor; border-image: none;
}
.pagination-btn-separator {
	margin: 3px 1px; height: 24px; border-right-color: rgb(255, 255, 255); border-left-color: rgb(223, 223, 223); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left;
}
.pagination .pagination-num {
	border-width: 1px; border-style: solid; margin: 0px 2px; padding: 2px; width: 3em; height: auto; text-align: center; font-size: 14px;
}
.pagination-page-list {
	border-width: 1px; border-style: solid; margin: 0px 6px; padding: 1px 2px; width: auto; height: auto;
}
.pagination-info {
	margin: 0px 6px; padding: 0px; height: 30px; line-height: 30px; font-size: 14px; float: right;
}
.pagination span {
	font-size: 14px;
}
.pagination-link .l-btn-text {
	margin: 0px; padding: 0px 0.5em; width: auto; text-align: center; min-width: 28px; box-sizing: border-box;
}
.pagination-first {
	background: url("images/pagination_icons.png") no-repeat 0px;
}
.pagination-prev {
	background: url("images/pagination_icons.png") no-repeat -16px;
}
.pagination-next {
	background: url("images/pagination_icons.png") no-repeat -32px;
}
.pagination-last {
	background: url("images/pagination_icons.png") no-repeat -48px;
}
.pagination-load {
	background: url("images/pagination_icons.png") no-repeat -64px;
}
.pagination-loading {
	background: url("images/loading.gif") no-repeat center;
}
.pagination-page-list {
	border-color: rgb(223, 223, 223);
}
.pagination .pagination-num {
	border-color: rgb(223, 223, 223);
}
.calendar {
	border-width: 1px; border-style: solid; padding: 1px; overflow: hidden;
}
.calendar table {
	width: 100%; height: 100%; font-size: 14px; border-collapse: separate; table-layout: fixed;
}
.calendar table td {
	font-size: 14px;
}
.calendar table th {
	font-size: 14px;
}
.calendar-noborder {
	border: 0px currentColor; border-image: none;
}
.calendar-header {
	height: 36px; position: relative;
}
.calendar-title {
	height: 36px; text-align: center; line-height: 36px;
}
.calendar-title span {
	padding: 0px 3px; border-radius: 4px; top: 0px; height: 28px; line-height: 28px; font-size: 14px; display: inline-block; position: relative; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-prevmonth {
	border-radius: 4px; top: 50%; width: 16px; height: 16px; font-size: 1px; margin-top: -8px; position: absolute; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-nextmonth {
	border-radius: 4px; top: 50%; width: 16px; height: 16px; font-size: 1px; margin-top: -8px; position: absolute; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-prevyear {
	border-radius: 4px; top: 50%; width: 16px; height: 16px; font-size: 1px; margin-top: -8px; position: absolute; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-nextyear {
	border-radius: 4px; top: 50%; width: 16px; height: 16px; font-size: 1px; margin-top: -8px; position: absolute; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-prevmonth {
	background: url("images/calendar_arrows.png") no-repeat -16px 0px; left: 30px;
}
.calendar-nextmonth {
	background: url("images/calendar_arrows.png") no-repeat -32px 0px; right: 30px;
}
.calendar-prevyear {
	background: url("images/calendar_arrows.png") no-repeat 0px 0px; left: 10px;
}
.calendar-nextyear {
	background: url("images/calendar_arrows.png") no-repeat -48px 0px; right: 10px;
}
.calendar-body {
	position: relative;
}
.calendar-body th {
	text-align: center;
}
.calendar-body td {
	text-align: center;
}
.calendar-day {
	padding: 1px; border-radius: 4px; border: 0px currentColor; border-image: none; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-other-month {
	opacity: 0.3;
}
.calendar-disabled {
	cursor: default; opacity: 0.6;
}
.calendar-menu {
	padding: 5px; left: 0px; top: 0px; width: 180px; height: 150px; overflow: hidden; font-size: 14px; display: none; position: absolute;
}
.calendar-menu-year-inner {
	text-align: center; padding-bottom: 5px;
}
.calendar-menu-year {
	border-width: 1px; border-style: solid; margin: 0px; padding: 0px; border-radius: 4px; width: 80px; text-align: center; line-height: 26px; font-size: 14px; font-weight: bold; outline-style: none; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; resize: none;
}
.calendar-menu-prev {
	border-radius: 4px; width: 25px; height: 28px; vertical-align: top; display: inline-block; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-menu-next {
	border-radius: 4px; width: 25px; height: 28px; vertical-align: top; display: inline-block; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-menu-prev {
	background: url("images/calendar_arrows.png") no-repeat 5px; margin-right: 10px;
}
.calendar-menu-next {
	background: url("images/calendar_arrows.png") no-repeat -44px; margin-left: 10px;
}
.calendar-menu-month {
	border-radius: 4px; text-align: center; font-weight: bold; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.calendar-body th {
	color: rgb(141, 141, 141);
}
.calendar-menu-month {
	color: rgb(141, 141, 141);
}
.calendar-day {
	color: rgb(64, 64, 64);
}
.calendar-sunday {
	color: rgb(204, 34, 34);
}
.calendar-saturday {
	color: rgb(0, 238, 0);
}
.calendar-today {
	color: rgb(0, 0, 255);
}
.calendar-menu-year {
	border-color: rgb(223, 223, 223);
}
.calendar {
	border-color: rgb(223, 223, 223);
}
.calendar-header {
	background: rgb(250, 250, 250);
}
.calendar-body {
	background: rgb(255, 255, 255);
}
.calendar-menu {
	background: rgb(255, 255, 255);
}
.calendar-body th {
	background: rgb(250, 250, 250); padding: 4px 0px;
}
.calendar-hover {
	color: rgb(64, 64, 64); background-color: rgb(238, 238, 238);
}
.calendar-nav-hover {
	color: rgb(64, 64, 64); background-color: rgb(238, 238, 238);
}
.calendar-menu-hover {
	color: rgb(64, 64, 64); background-color: rgb(238, 238, 238);
}
.calendar-hover {
	padding: 0px; border: 1px solid rgb(204, 204, 204); border-image: none;
}
.calendar-selected {
	padding: 0px; border: 1px solid rgb(51, 153, 204); border-image: none; color: rgb(51, 153, 204); background-color: rgb(238, 238, 238);
}
.calendar-info {
	padding: 10px 20px; height: 70px; font-size: 28px; background-color: rgb(250, 250, 250);
}
.calendar-info .year {
	font-size: 16px;
}
.datebox-calendar-inner {
	height: 250px;
}
.datebox-button {
	padding: 4px 0px; text-align: center;
}
.datebox-button a {
	line-height: 22px; font-size: 14px; font-weight: bold; text-decoration: none; opacity: 0.6;
}
.datebox-button a:hover {
	opacity: 1;
}
.datebox-current {
	float: left;
}
.datebox-close {
	float: left;
}
.datebox-close {
	float: right;
}
.datebox .combo-arrow {
	background-position: center; background-image: url("images/datebox_arrow.png");
}
.datebox-button {
	background-color: rgb(250, 250, 250);
}
.datebox-button a {
	color: rgb(64, 64, 64);
}
.spinner-arrow {
	margin: 0px; padding: 0px; width: 18px; overflow: hidden; vertical-align: top; display: inline-block; opacity: 1;
}
.spinner-arrow.spinner-button-top {
	background-color: rgb(250, 250, 250);
}
.spinner-arrow.spinner-button-bottom {
	background-color: rgb(250, 250, 250);
}
.spinner-arrow.spinner-button-left {
	background-color: rgb(250, 250, 250);
}
.spinner-arrow.spinner-button-right {
	background-color: rgb(250, 250, 250);
}
.spinner-arrow-up {
	width: 100%; height: 50%; color: rgb(64, 64, 64); font-size: 1px; display: block; outline-style: none; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.spinner-arrow-down {
	width: 100%; height: 50%; color: rgb(64, 64, 64); font-size: 1px; display: block; outline-style: none; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.spinner-button-updown {
	opacity: 1;
}
.spinner-button-updown .spinner-button-top {
	width: 100%; height: 50%; display: block; position: relative;
}
.spinner-button-updown .spinner-button-bottom {
	width: 100%; height: 50%; display: block; position: relative;
}
.spinner-button-updown .spinner-arrow-up {
	left: 50%; top: 50%; width: 16px; height: 16px; margin-top: -8px; margin-left: -8px; position: absolute; cursor: pointer; opacity: 1;
}
.spinner-button-updown .spinner-arrow-down {
	left: 50%; top: 50%; width: 16px; height: 16px; margin-top: -8px; margin-left: -8px; position: absolute; cursor: pointer; opacity: 1;
}
.spinner-button-updown .spinner-button-top {
	cursor: pointer; opacity: 0.6;
}
.spinner-button-updown .spinner-button-bottom {
	cursor: pointer; opacity: 0.6;
}
.spinner-button-updown .spinner-button-top:hover {
	opacity: 1;
}
.spinner-button-updown .spinner-button-bottom:hover {
	opacity: 1;
}
.spinner-button-updown .spinner-arrow-up {
	background-color: transparent;
}
.spinner-button-updown .spinner-arrow-down {
	background-color: transparent;
}
.spinner-button-updown .spinner-arrow-up:hover {
	background-color: transparent;
}
.spinner-button-updown .spinner-arrow-down:hover {
	background-color: transparent;
}
.spinner-arrow-hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.spinner-button-top:hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.spinner-button-bottom:hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.spinner-button-left:hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.spinner-button-right:hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.spinner-arrow-up:hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.spinner-arrow-down:hover {
	opacity: 1; background-color: rgb(238, 238, 238);
}
.textbox-disabled .spinner-button-top:hover {
	cursor: default; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.textbox-disabled .spinner-button-bottom:hover {
	cursor: default; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.textbox-disabled .spinner-button-left:hover {
	cursor: default; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.textbox-disabled .spinner-button-right:hover {
	cursor: default; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.textbox-icon-disabled .spinner-arrow-up:hover {
	cursor: default; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.textbox-icon-disabled .spinner-arrow-down:hover {
	cursor: default; opacity: 0.6; background-color: rgb(250, 250, 250);
}
.spinner .textbox-icon-disabled {
	opacity: 0.6;
}
.spinner-arrow-up {
	background: url("images/spinner_arrows.png") no-repeat 1px rgb(250, 250, 250);
}
.spinner-arrow-down {
	background: url("images/spinner_arrows.png") no-repeat -15px rgb(250, 250, 250);
}
.spinner-button-up {
	background: url("images/spinner_arrows.png") no-repeat -32px;
}
.spinner-button-down {
	background: url("images/spinner_arrows.png") no-repeat -48px;
}
.progressbar {
	border-width: 1px; border-style: solid; border-radius: 4px; overflow: hidden; position: relative; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.progressbar-text {
	text-align: center; position: absolute;
}
.progressbar-value {
	border-radius: 4px 0px 0px 4px; width: 0px; overflow: hidden; position: relative; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;
}
.progressbar {
	border-color: rgb(223, 223, 223);
}
.progressbar-text {
	color: rgb(64, 64, 64); font-size: 14px;
}
.progressbar-value {
	color: rgb(51, 153, 204); background-color: rgb(238, 238, 238);
}
.progressbar-value .progressbar-text {
	color: rgb(51, 153, 204); background-color: rgb(238, 238, 238);
}
.searchbox-button {
	width: 18px; height: 20px; overflow: hidden; vertical-align: top; display: inline-block; cursor: pointer; opacity: 0.6;
}
.searchbox-button-hover {
	opacity: 1;
}
.searchbox .l-btn-plain {
	padding: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; vertical-align: top; opacity: 0.6; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.searchbox .l-btn-plain:hover {
	padding: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; opacity: 1; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.searchbox a.m-btn-plain-active {
	border-radius: 0px; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.searchbox .m-btn-active {
	border-width: 0px 1px 0px 0px; border-radius: 0px; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.searchbox .textbox-button-right {
	border-width: 0px 0px 0px 1px;
}
.searchbox .textbox-button-left {
	border-width: 0px 1px 0px 0px;
}
.searchbox-button {
	background: url("images/searchbox_button.png") no-repeat center;
}
.searchbox .l-btn-plain {
	background: rgb(250, 250, 250);
}
.searchbox .l-btn-plain-disabled {
	opacity: 0.5;
}
.searchbox .l-btn-plain-disabled:hover {
	opacity: 0.5;
}
.slider-disabled {
	opacity: 0.5;
}
.slider-h {
	height: 22px;
}
.slider-v {
	width: 22px;
}
.slider-inner {
	border-width: 1px; border-style: solid; border-radius: 4px; top: 7px; height: 6px; position: relative;
}
.slider-handle {
	top: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; display: block; position: absolute;
}
.slider-tip {
	top: -22px; line-height: 12px; font-size: 14px; display: inline-block; white-space: nowrap; position: absolute;
}
.slider-rule {
	top: 15px; position: relative;
}
.slider-rule span {
	border-width: 0px 0px 0px 1px; border-style: solid; height: 5px; font-size: 0px; display: inline-block; position: absolute;
}
.slider-rulelabel {
	top: 20px; position: relative;
}
.slider-rulelabel span {
	font-size: 14px; display: inline-block; position: absolute;
}
.slider-v .slider-inner {
	left: 7px; top: 0px; width: 6px; float: left;
}
.slider-v .slider-handle {
	left: 50%; margin-top: -10px;
}
.slider-v .slider-tip {
	left: -10px; margin-top: -6px;
}
.slider-v .slider-rule {
	left: 16px; top: 0px; float: left;
}
.slider-v .slider-rule span {
	border-width: 1px 0px 0px; border-style: solid; width: 5px; border-left-color: currentColor;
}
.slider-v .slider-rulelabel {
	left: 23px; top: 0px; float: left;
}
.slider-handle {
	background: url("images/slider_handle.png") no-repeat;
}
.slider-inner {
	background: rgb(250, 250, 250); border-color: rgb(223, 223, 223);
}
.slider-rule span {
	border-color: rgb(223, 223, 223);
}
.slider-rulelabel span {
	color: rgb(64, 64, 64);
}
.menu {
	border-width: 1px; border-style: solid; margin: 0px; padding: 2px; overflow: hidden; position: absolute;
}
.menu-inline {
	position: relative;
}
.menu-item {
	border-width: 1px; border-style: solid; margin: 0px; padding: 0px; overflow: hidden; white-space: nowrap; position: relative; cursor: pointer;
}
.menu-text {
	height: 20px; line-height: 20px; padding-left: 28px; float: left;
}
.menu-icon {
	left: 2px; top: 50%; width: 16px; height: 16px; margin-top: -8px; position: absolute;
}
.menu-rightarrow {
	top: 50%; width: 16px; height: 16px; right: 0px; margin-top: -8px; position: absolute;
}
.menu-line {
	left: 26px; top: 0px; height: 2000px; font-size: 1px; position: absolute;
}
.menu-sep {
	margin: 3px 0px 3px 25px; font-size: 1px;
}
.menu-noline .menu-line {
	display: none;
}
.menu-noline .menu-sep {
	margin-right: 0px; margin-left: 0px;
}
.menu-active {
	border-radius: 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.menu-item-disabled {
	cursor: default; opacity: 0.5;
}
.menu-text {
	font-size: 14px;
}
.menu-text span {
	font-size: 14px;
}
.menu-shadow {
	background: rgb(204, 204, 204); border-radius: 4px; position: absolute; box-shadow: 2px 2px 3px #cccccc; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -moz-box-shadow: 2px 2px 3px #cccccc; -webkit-box-shadow: 2px 2px 3px #cccccc;
}
.menu-rightarrow {
	background: url("images/menu_arrows.png") no-repeat -32px;
}
.menu-line {
	border-right-color: rgb(255, 255, 255); border-left-color: rgb(223, 223, 223); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
.menu-sep {
	border-top-color: rgb(223, 223, 223); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.menu {
	border-color: rgb(238, 238, 238); color: rgb(64, 64, 64); background-color: rgb(255, 255, 255);
}
.menu-content {
	background: rgb(255, 255, 255);
}
.menu-item {
	border-color: transparent; _border-color: #fff;
}
.menu-active {
	background: rgb(238, 238, 238); border-color: rgb(204, 204, 204); color: rgb(64, 64, 64);
}
.menu-active-disabled {
	background: none; border-color: transparent; color: rgb(64, 64, 64);
}
.m-btn-downarrow {
	top: 50%; width: 16px; height: 16px; right: 0px; font-size: 1px; margin-top: -8px; display: inline-block; position: absolute;
}
.s-btn-downarrow {
	top: 50%; width: 16px; height: 16px; right: 0px; font-size: 1px; margin-top: -8px; display: inline-block; position: absolute;
}
.m-btn-active {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(64, 64, 64); filter: none;
}
.s-btn-active {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(64, 64, 64); filter: none;
}
.m-btn-plain-active {
	background: none; border-width: 1px; border-style: solid; padding: 0px; border-radius: 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.s-btn-plain-active {
	background: none; border-width: 1px; border-style: solid; padding: 0px; border-radius: 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.m-btn .l-btn-left .l-btn-text {
	margin-right: 20px;
}
.m-btn .l-btn-icon-right .l-btn-text {
	margin-right: 40px;
}
.m-btn .l-btn-icon-right .l-btn-icon {
	right: 20px;
}
.m-btn .l-btn-icon-top .l-btn-text {
	margin-right: 4px; margin-bottom: 14px;
}
.m-btn .l-btn-icon-bottom .l-btn-text {
	margin-right: 4px; margin-bottom: 34px;
}
.m-btn .l-btn-icon-bottom .l-btn-icon {
	top: auto; bottom: 20px;
}
.m-btn .l-btn-icon-top .m-btn-downarrow {
	left: 50%; top: auto; bottom: 0px; margin-left: -8px;
}
.m-btn .l-btn-icon-bottom .m-btn-downarrow {
	left: 50%; top: auto; bottom: 0px; margin-left: -8px;
}
.m-btn-line {
	font-size: 1px; display: none; position: absolute;
}
.m-btn .l-btn-left .m-btn-line {
	border-width: 0px 0px 0px 1px; border-style: solid; border-color: rgb(204, 204, 204); width: 16px; height: 500px; right: 0px;
}
.m-btn .l-btn-icon-top .m-btn-line {
	border-width: 1px 0px 0px; left: 0px; width: 500px; height: 16px; bottom: 0px;
}
.m-btn .l-btn-icon-bottom .m-btn-line {
	border-width: 1px 0px 0px; left: 0px; width: 500px; height: 16px; bottom: 0px;
}
.m-btn-large .l-btn-icon-right .l-btn-text {
	margin-right: 56px;
}
.m-btn-large .l-btn-icon-bottom .l-btn-text {
	margin-bottom: 50px;
}
.m-btn-downarrow {
	background: url("images/menu_arrows.png") no-repeat 0px;
}
.s-btn-downarrow {
	background: url("images/menu_arrows.png") no-repeat 0px;
}
.m-btn-plain-active {
	border-color: rgb(204, 204, 204); color: rgb(64, 64, 64); background-color: rgb(238, 238, 238);
}
.s-btn-plain-active {
	border-color: rgb(204, 204, 204); color: rgb(64, 64, 64); background-color: rgb(238, 238, 238);
}
.s-btn:hover .m-btn-line {
	display: inline-block;
}
.s-btn-active .m-btn-line {
	display: inline-block;
}
.s-btn-plain-active .m-btn-line {
	display: inline-block;
}
.l-btn:hover .s-btn-downarrow {
	border-width: 0px 0px 0px 1px; border-style: solid; border-color: rgb(204, 204, 204);
}
.s-btn-active .s-btn-downarrow {
	border-width: 0px 0px 0px 1px; border-style: solid; border-color: rgb(204, 204, 204);
}
.s-btn-plain-active .s-btn-downarrow {
	border-width: 0px 0px 0px 1px; border-style: solid; border-color: rgb(204, 204, 204);
}
.messager-body {
	padding: 10px 10px 30px; overflow: auto;
}
.messager-button {
	padding: 5px; text-align: center;
}
.messager-button .l-btn {
	width: 70px;
}
.messager-icon {
	margin: 0px 10px 10px 0px; width: 32px; height: 32px; float: left;
}
.messager-error {
	background: url("images/messager_icons.png") no-repeat -64px 0px;
}
.messager-info {
	background: url("images/messager_icons.png") no-repeat 0px 0px;
}
.messager-question {
	background: url("images/messager_icons.png") no-repeat -32px 0px;
}
.messager-warning {
	background: url("images/messager_icons.png") no-repeat -96px 0px;
}
.messager-progress {
	padding: 10px;
}
.messager-p-msg {
	margin-bottom: 5px;
}
.messager-body .messager-input {
	padding: 4px 0px; border: 1px solid rgb(223, 223, 223); border-image: none; width: 100%; outline-style: none;
}
.window-thinborder .messager-button {
	padding-bottom: 8px;
}
.tree {
	margin: 0px; padding: 0px; list-style-type: none;
}
.tree li {
	white-space: nowrap;
}
.tree li ul {
	margin: 0px; padding: 0px; list-style-type: none;
}
.tree-node {
	height: 26px; white-space: nowrap; cursor: pointer;
}
.tree-hit {
	cursor: pointer;
}
.tree-expanded {
	margin: 4px 0px; width: 16px; height: 18px; overflow: hidden; vertical-align: middle; display: inline-block;
}
.tree-collapsed {
	margin: 4px 0px; width: 16px; height: 18px; overflow: hidden; vertical-align: middle; display: inline-block;
}
.tree-folder {
	margin: 4px 0px; width: 16px; height: 18px; overflow: hidden; vertical-align: middle; display: inline-block;
}
.tree-file {
	margin: 4px 0px; width: 16px; height: 18px; overflow: hidden; vertical-align: middle; display: inline-block;
}
.tree-checkbox {
	margin: 4px 0px; width: 16px; height: 18px; overflow: hidden; vertical-align: middle; display: inline-block;
}
.tree-indent {
	margin: 4px 0px; width: 16px; height: 18px; overflow: hidden; vertical-align: middle; display: inline-block;
}
.tree-expanded {
	background: url("images/tree_icons.png") no-repeat -18px 0px;
}
.tree-expanded-hover {
	background: url("images/tree_icons.png") no-repeat -50px 0px;
}
.tree-collapsed {
	background: url("images/tree_icons.png") no-repeat 0px 0px;
}
.tree-collapsed-hover {
	background: url("images/tree_icons.png") no-repeat -32px 0px;
}
.tree-lines .tree-expanded {
	background: url("images/tree_icons.png") no-repeat -144px 0px;
}
.tree-lines .tree-root-first .tree-expanded {
	background: url("images/tree_icons.png") no-repeat -144px 0px;
}
.tree-lines .tree-collapsed {
	background: url("images/tree_icons.png") no-repeat -128px 0px;
}
.tree-lines .tree-root-first .tree-collapsed {
	background: url("images/tree_icons.png") no-repeat -128px 0px;
}
.tree-lines .tree-node-last .tree-expanded {
	background: url("images/tree_icons.png") no-repeat -80px 0px;
}
.tree-lines .tree-root-one .tree-expanded {
	background: url("images/tree_icons.png") no-repeat -80px 0px;
}
.tree-lines .tree-node-last .tree-collapsed {
	background: url("images/tree_icons.png") no-repeat -64px 0px;
}
.tree-lines .tree-root-one .tree-collapsed {
	background: url("images/tree_icons.png") no-repeat -64px 0px;
}
.tree-line {
	background: url("images/tree_icons.png") no-repeat -176px 0px;
}
.tree-join {
	background: url("images/tree_icons.png") no-repeat -192px 0px;
}
.tree-joinbottom {
	background: url("images/tree_icons.png") no-repeat -160px 0px;
}
.tree-folder {
	background: url("images/tree_icons.png") no-repeat -208px 0px;
}
.tree-folder-open {
	background: url("images/tree_icons.png") no-repeat -224px 0px;
}
.tree-file {
	background: url("images/tree_icons.png") no-repeat -240px 0px;
}
.tree-loading {
	background: url("images/loading.gif") no-repeat center;
}
.tree-checkbox0 {
	background: url("images/tree_icons.png") no-repeat -208px -18px;
}
.tree-checkbox1 {
	background: url("images/tree_icons.png") no-repeat -224px -18px;
}
.tree-checkbox2 {
	background: url("images/tree_icons.png") no-repeat -240px -18px;
}
.tree-title {
	margin: 4px 0px; padding: 0px 2px; height: 18px; line-height: 18px; font-size: 14px; text-decoration: none; vertical-align: middle; display: inline-block; white-space: nowrap;
}
.tree-node-proxy {
	border-width: 1px; border-style: solid; padding: 0px 2px 0px 20px; line-height: 20px; font-size: 14px; z-index: 9900000;
}
.tree-dnd-icon {
	left: 2px; top: 50%; width: 16px; height: 18px; margin-top: -9px; display: inline-block; position: absolute;
}
.tree-dnd-yes {
	background: url("images/tree_icons.png") no-repeat -256px 0px;
}
.tree-dnd-no {
	background: url("images/tree_icons.png") no-repeat -256px -18px;
}
.tree-node-top {
	border-top-color: red; border-top-width: 1px; border-top-style: dotted;
}
.tree-node-bottom {
	border-bottom-color: red; border-bottom-width: 1px; border-bottom-style: dotted;
}
.tree-node-append .tree-title {
	border: 1px dotted red; border-image: none;
}
.tree-editor {
	margin: 0px; padding: 0px 4px; border: 1px solid rgb(223, 223, 223); border-image: none; top: 0px; width: 80px; height: 26px; line-height: 26px; font-size: 14px; vertical-align: middle; position: absolute; outline-style: none;
}
.tree-node-proxy {
	border-color: rgb(223, 223, 223); color: rgb(64, 64, 64); background-color: rgb(255, 255, 255);
}
.tree-node-hover {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64);
}
.tree-node-selected {
	background: rgb(238, 238, 238); color: rgb(51, 153, 204);
}
.tree-node-disabled {
	cursor: default; opacity: 0.5;
}
.tree-node-hidden {
	display: none;
}
.inputbox {
	margin: 0px; padding: 0px; overflow: hidden; vertical-align: middle; display: inline-block; white-space: nowrap;
}
.validatebox-invalid {
	border-color: rgb(255, 168, 168); color: rgb(64, 64, 64); background-color: rgb(255, 255, 255);
}
.tooltip {
	border-width: 1px; border-style: solid; padding: 5px; border-radius: 4px; display: none; position: absolute; z-index: 9900000; opacity: 1; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.tooltip-content {
	font-size: 14px;
}
.tooltip-arrow-outer {
	border: 6px solid transparent; width: 0px; height: 0px; line-height: 0; font-size: 0px; position: absolute;
}
.tooltip-arrow {
	border: 6px solid transparent; width: 0px; height: 0px; line-height: 0; font-size: 0px; position: absolute;
}
.tooltip-arrow {
	
}
.tooltip-right .tooltip-arrow-outer {
	margin: -6px 0px 0px -13px; left: 0px; top: 50%;
}
.tooltip-right .tooltip-arrow {
	margin: -6px 0px 0px -12px; left: 0px; top: 50%;
}
.tooltip-left .tooltip-arrow-outer {
	margin: -6px -13px 0px 0px; top: 50%; right: 0px;
}
.tooltip-left .tooltip-arrow {
	margin: -6px -12px 0px 0px; top: 50%; right: 0px;
}
.tooltip-top .tooltip-arrow-outer {
	margin: 0px 0px -13px -6px; left: 50%; bottom: 0px;
}
.tooltip-top .tooltip-arrow {
	margin: 0px 0px -12px -6px; left: 50%; bottom: 0px;
}
.tooltip-bottom .tooltip-arrow-outer {
	margin: -13px 0px 0px -6px; left: 50%; top: 0px;
}
.tooltip-bottom .tooltip-arrow {
	margin: -12px 0px 0px -6px; left: 50%; top: 0px;
}
.tooltip {
	border-color: rgb(223, 223, 223); color: rgb(64, 64, 64); background-color: rgb(255, 255, 255);
}
.tooltip-right .tooltip-arrow-outer {
	border-right-color: rgb(223, 223, 223);
}
.tooltip-right .tooltip-arrow {
	border-right-color: rgb(255, 255, 255);
}
.tooltip-left .tooltip-arrow-outer {
	border-left-color: rgb(223, 223, 223);
}
.tooltip-left .tooltip-arrow {
	border-left-color: rgb(255, 255, 255);
}
.tooltip-top .tooltip-arrow-outer {
	border-top-color: rgb(223, 223, 223);
}
.tooltip-top .tooltip-arrow {
	border-top-color: rgb(255, 255, 255);
}
.tooltip-bottom .tooltip-arrow-outer {
	border-bottom-color: rgb(223, 223, 223);
}
.tooltip-bottom .tooltip-arrow {
	border-bottom-color: rgb(255, 255, 255);
}
.switchbutton {
	background: rgb(223, 223, 223); margin: 0px; padding: 0px; border-radius: 4px; border: 1px solid rgb(223, 223, 223); border-image: none; overflow: hidden; text-decoration: none; vertical-align: middle; display: inline-block; cursor: pointer; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.switchbutton-inner {
	left: -1px; top: -1px; overflow: hidden; display: inline-block; position: relative;
}
.switchbutton-on {
	border-radius: 4px; height: 100%; text-align: center; font-size: 14px; float: left; display: inline-block; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.switchbutton-off {
	border-radius: 4px; height: 100%; text-align: center; font-size: 14px; float: left; display: inline-block; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.switchbutton-handle {
	border-radius: 4px; height: 100%; text-align: center; font-size: 14px; float: left; display: inline-block; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.switchbutton-on {
	background: rgb(238, 238, 238); color: rgb(51, 153, 204);
}
.switchbutton-off {
	color: rgb(64, 64, 64); background-color: rgb(255, 255, 255);
}
.switchbutton-on {
	border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;
}
.switchbutton-reversed .switchbutton-off {
	border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;
}
.switchbutton-off {
	border-radius: 0px 4px 4px 0px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;
}
.switchbutton-reversed .switchbutton-on {
	border-radius: 0px 4px 4px 0px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;
}
.switchbutton-handle {
	border: 1px solid rgb(223, 223, 223); border-image: none; left: 50%; top: 0px; color: rgb(64, 64, 64); position: absolute; box-shadow: 0px 0px 3px 0px #dfdfdf; background-color: rgb(255, 255, 255); -moz-box-shadow: 0 0 3px 0 #dfdfdf; -webkit-box-shadow: 0 0 3px 0 #dfdfdf;
}
.switchbutton-value {
	left: -5000px; top: 0px; position: absolute;
}
.switchbutton-disabled {
	opacity: 0.5;
}
.switchbutton-disabled {
	cursor: default;
}
.switchbutton-readonly {
	cursor: default;
}
.switchbutton:focus {
	box-shadow: 0px 0px 3px 0px #dfdfdf; -moz-box-shadow: 0 0 3px 0 #dfdfdf; -webkit-box-shadow: 0 0 3px 0 #dfdfdf;
}
.radiobutton {
	border-radius: 50%; border: 2px solid rgb(51, 153, 204); border-image: none; position: relative;
}
.radiobutton-inner {
	background: rgb(51, 153, 204); border-radius: 50%; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; transform: scale(0.6);
}
.radiobutton-disabled {
	opacity: 0.6;
}
.radiobutton-value {
	left: -999px; width: 1px; height: 1px; overflow: hidden; position: absolute;
}
.checkbox {
	border-radius: 4px; border: 2px solid rgb(51, 153, 204); border-image: none; position: relative; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.checkbox-checked {
	background: rgb(51, 153, 204); border: 0px currentColor; border-image: none;
}
.checkbox-inner {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.checkbox path {
	stroke-width: 2px;
}
.checkbox-disabled {
	opacity: 0.6;
}
.checkbox-value {
	left: -999px; width: 1px; height: 1px; overflow: hidden; position: absolute;
}
.sidemenu .tree-hit {
	background-image: none;
}
.sidemenu-default-icon {
	width: 0px; background-image: none;
}
.sidemenu .accordion .accordion-header {
	background: none; border-bottom-color: transparent;
}
.sidemenu .accordion .accordion-body {
	background: none; border-bottom-color: transparent;
}
.sidemenu .accordion .accordion-header {
	color: rgb(64, 64, 64);
}
.sidemenu .accordion-header .panel-title {
	height: 30px; color: rgb(64, 64, 64); line-height: 30px;
}
.sidemenu .accordion-header:hover {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64);
}
.sidemenu .tree-node-hover {
	background: rgb(238, 238, 238); color: rgb(64, 64, 64);
}
.sidemenu .tree-node-selected {
	background: rgb(238, 238, 238); color: rgb(51, 153, 204); border-right-color: rgb(51, 153, 204); border-right-width: 2px; border-right-style: solid;
}
.sidemenu .tree-node {
	height: 40px;
}
.sidemenu .tree-title {
	margin: 11px 0px;
}
.sidemenu .tree-node-nonleaf {
	position: relative;
}
.sidemenu .tree-node-nonleaf::after {
	background: url("images/accordion_arrows.png") no-repeat 0px 0px; top: 50%; width: 16px; height: 16px; right: 5px; margin-top: -8px; display: inline-block; position: absolute; content: "";
}
.sidemenu .tree-node-nonleaf-collapsed::after {
	background: url("images/accordion_arrows.png") no-repeat -16px 0px;
}
.sidemenu-collapsed .panel-icon {
	left: 50%; margin-left: -8px;
}
.sidemenu-collapsed .collapsed-icon {
	position: relative;
}
.sidemenu-collapsed .collapsed-text {
	text-align: center;
}
.sidemenu-tooltip {
	margin: 0px -12px; padding: 0px; border: 0px currentColor; border-image: none;
}
.sidemenu-tooltip.tooltip-left {
	margin: 0px 12px;
}
.sidemenu-tooltip .tooltip-arrow-outer {
	display: none;
}
.sidemenu-tooltip .tooltip-arrow {
	display: none;
}
.timepicker-panel .clock-wrap {
	position: relative;
}
.timepicker-panel .clock {
	background: rgb(250, 250, 250); border-radius: 50%; left: 50%; top: 50%; color: rgb(64, 64, 64); position: absolute;
}
.timepicker-panel .clock .item {
	border-radius: 50%; left: 50%; top: 50%; width: 32px; height: 32px; margin-top: -16px; margin-left: -16px; position: absolute; z-index: 9; cursor: pointer; user-select: none;
}
.timepicker-panel .clock .item-selected {
	background: rgb(51, 153, 204); color: rgb(51, 153, 204);
}
.timepicker-panel .clock .hand {
	transform-origin: center bottom; left: 50%; top: 20px; width: 2px; bottom: 50%; margin-left: -1px; position: absolute; z-index: 1; background-color: rgb(51, 153, 204); -webkit-transform-origin: center bottom; will-change: transform;
}
.timepicker-panel .clock .hand .drag {
	border-radius: 100%; border: 14px solid rgb(51, 153, 204); border-image: none; left: -15px; top: -16px; width: 4px; height: 4px; position: absolute; box-sizing: content-box; background-color: rgb(51, 153, 204);
}
.timepicker-panel .clock .center {
	border-radius: 50%; left: 50%; top: 50%; width: 6px; height: 6px; position: absolute; transform: translate(-50%, -50%); background-color: rgb(51, 153, 204);
}
.timepicker-panel .panel-header {
	border: 0px currentColor; border-image: none; height: 70px; font-size: 36px; position: relative;
}
.timepicker-panel .body {
	position: relative;
}
.timepicker-panel .panel-header .ampm {
	right: 20px; padding-left: 10px; font-size: 16px; position: absolute;
}
.timepicker-panel .panel-header .sep {
	opacity: 0.6;
}
.timepicker-panel .panel-header .title {
	cursor: pointer; opacity: 0.6;
}
.timepicker-panel .panel-header .title:hover {
	opacity: 1;
}
.timepicker-panel .panel-header .title-selected {
	cursor: default; opacity: 1;
}
.timepicker-panel .panel-header .title-selected:hover {
	cursor: default; opacity: 1;
}
.textbox {
	border-radius: 0px; border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.textbox-focused {
	border-color: transparent transparent rgb(51, 153, 204); box-shadow: 0px 0px 3px 0px transparent; -moz-box-shadow: 0 0 3px 0 transparent; -webkit-box-shadow: 0 0 3px 0 transparent;
}
.textbox .textbox-button {
	background-color: transparent;
}
.textbox .textbox-button-left {
	border-color: transparent;
}
.textbox .textbox-button-right {
	border-color: transparent;
}
.textbox .textbox-button-top {
	border-color: transparent;
}
.textbox .textbox-button-bottom {
	border-color: transparent;
}
.form-floating-label.form-field .textbox-label {
	color: rgb(141, 141, 141);
}
.form-floating-label.form-field-focused .textbox-label {
	color: rgb(51, 153, 204);
}
.combo-arrow {
	background-color: transparent;
}
.combo-arrow:hover {
	background-color: transparent;
}
.spinner-arrow-up {
	background-color: transparent;
}
.spinner-arrow-up:hover {
	background-color: transparent;
}
.spinner-arrow-down {
	background-color: transparent;
}
.spinner-arrow-down:hover {
	background-color: transparent;
}
.spinner-arrow.spinner-button-top {
	background-color: transparent;
}
.spinner-arrow.spinner-button-bottom {
	background-color: transparent;
}
.datagrid-header .datagrid-cell {
	color: rgb(166, 166, 166);
}
.datagrid-cell-group {
	color: rgb(166, 166, 166);
}
.datagrid-header td {
	border-style: solid; border-right-color: transparent; border-left-color: transparent;
}
.datagrid-body td {
	border-style: solid; border-right-color: transparent; border-left-color: transparent;
}
.datagrid-footer td {
	border-style: solid; border-right-color: transparent; border-left-color: transparent;
}
.datagrid-row-alt .datagrid-td-rownumber {
	background-color: rgb(250, 250, 250);
}
.datagrid-row-over .datagrid-td-rownumber {
	background-color: rgb(238, 238, 238);
}
.datagrid-row-selected .datagrid-td-rownumber {
	background-color: rgb(238, 238, 238);
}
.datagrid-row-selected .datagrid-cell-rownumber {
	color: rgb(51, 153, 204);
}
.datagrid-filter-row .textbox {
	border: 1px solid rgb(223, 223, 223); border-image: none;
}
.datagrid-editable .textbox {
	border: 1px solid rgb(223, 223, 223); border-image: none;
}
.datagrid-editable .textbox-invalid {
	border-color: rgb(255, 168, 168);
}
.tree-node {
	border-left-color: transparent; border-left-width: 2px; border-left-style: solid;
}
.tree-node-selected {
	border-left-color: rgb(51, 153, 204); border-left-width: 2px; border-left-style: solid;
}
.calendar-header {
	background: none;
}
.calendar-body th {
	background: none;
}
.calendar-selected {
	background: rgb(51, 153, 204); border-color: transparent; color: rgb(255, 255, 255);
}
.calendar-selected.calendar-saturday {
	background: rgb(0, 238, 0);
}
.calendar-selected.calendar-sunday {
	background: rgb(204, 34, 34);
}
.calendar-info {
	background: rgb(51, 153, 204); color: rgb(255, 255, 255);
}
.tabs-header {
	padding-top: 0px;
}
.tabs-tool {
	padding-top: 0px;
}
.tabs li {
	margin-bottom: 0px;
}
.tabs li .tabs-inner {
	background: none; border-color: transparent; border-radius: 4px; color: rgb(64, 64, 64); border-right-width: 0px; border-left-width: 0px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.tabs li .tabs-inner:hover {
	background: none; border-color: transparent; border-radius: 4px; color: rgb(64, 64, 64); border-right-width: 0px; border-left-width: 0px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}
.tabs li.tabs-selected .tabs-inner {
	background: none; border-color: transparent transparent rgb(51, 153, 204); border-radius: 0px; color: rgb(51, 153, 204); font-weight: normal; border-bottom-width: 2px; border-bottom-style: solid;
}
.tabs-header-bottom .tabs li .tabs-inner {
	border-top-color: transparent; border-top-width: 2px; border-top-style: solid;
}
.tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
	border-top-color: rgb(51, 153, 204); border-bottom-color: currentColor; border-top-width: 2px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: none;
}
.tabs-header-left .tabs li .tabs-inner {
	border-right-color: transparent; border-right-width: 2px; border-right-style: solid;
}
.tabs-header-left .tabs li.tabs-selected .tabs-inner {
	border-top-color: transparent; border-right-color: rgb(51, 153, 204); border-bottom-color: transparent; border-right-width: 2px; border-right-style: solid;
}
.tabs-header-right .tabs li .tabs-inner {
	border-left-color: transparent; border-left-width: 2px; border-left-style: solid;
}
.tabs-header-right .tabs li.tabs-selected .tabs-inner {
	border-top-color: transparent; border-bottom-color: transparent; border-left-color: rgb(51, 153, 204); border-left-width: 2px; border-left-style: solid;
}
.l-btn-selected {
	color: rgb(255, 255, 255);
}
.l-btn-selected:hover {
	color: rgb(255, 255, 255);
}
.slider-handle {
	background: rgb(51, 153, 204); border-radius: 50%; -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%;
}
.menu-shadow {
	filter: none; box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.combo-p {
	filter: none; box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.menu {
	padding: 3px 0px; border: 0px currentColor; border-image: none;
}
.menu-icon {
	left: 4px;
}
.menu-active {
	background: rgb(238, 238, 238); border-color: transparent; border-radius: 0px; color: rgb(51, 153, 204);
}
.menu-active-disabled {
	background: none; border-color: transparent; color: rgb(64, 64, 64);
}
.window {
	background-color: rgb(255, 255, 255);
}
.window-proxy {
	border-color: rgb(204, 204, 204);
}
.window-shadow {
	filter: none; box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 13px 19px 2px rgba(0,0,0,0.14), 0px 5px 24px 4px rgba(0,0,0,0.12); -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.window-mask {
	background: rgb(0, 0, 0);
}
.sidemenu .tree-node-selected {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.timepicker-panel .clock .item-selected {
	color: rgb(255, 255, 255);
}
.timepicker-panel .panel-header {
	color: rgb(255, 255, 255); background-color: rgb(51, 153, 204);
}
.timepicker-panel .clock .hand .drag {
	background-color: rgb(255, 255, 255);
}
