/** {
	font-size:14px;
}*/
@font-face {
  font-family: "台北黑體";
  src: url("../font/TaipeiSansTCBeta-Regular.ttf") format("truetype");
}

body {
  font-family:helvetica,tahoma,verdana,sans-serif;
  padding:20px;
  font-size:14px;
	margin:0;
}

@media print {
	@page {
		margin: 0;
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}

	body {
		margin: 1.6cm;
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}

	:root {
		-webkit-print-color-adjust:exact;
		color-adjust: exact;
	}
}

/*@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);*/
/*@import url(url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);*/

/* fix light image overflow */
.lb-container {
  /*padding: 0 !important;*/
}

.lb-outerContainer {
  padding: 0px;
  /*border-bottom-right-radius:0;
  border-bottom-left-radius:0;*/
}
.lb-container {
  padding: 0;
}
.lb-dataContainer {
/*  background-color: white;
  padding:0 10px;*/
}
.lb-data {
/*  padding: 0 4px;
  color: #444;*/
}

h1 {
  font-size:28px;
  font-weight:bold;
  margin:0;
}
h2 {
  font-size:18px;
  font-weight:bold;
  margin:0;
  margin-bottom:15px;
}
.spinner .spinner-text {
  font-size:14px;
}
.demo-info{
	background:#FFFEE6;
	color:#8F5700;
	padding:12px;
}
.demo-tip{
	width:16px;
	height:16px;
	margin-right:8px;
	float:left;
}
.system {
  font-size:22px;
  font-weight:bold;
}
.item-img{
  display:inline-block;
  vertical-align:middle;
  width:16px;
  height:16px;
}
.item-text{
  display:inline-block;
  vertical-align:middle;
  padding:3px 0 3px 3px;
}
.combo-arrow {
  width: 24px;
}

.msgNotice {
  color: navy;
}
.msgError {
  color: red;
}
.msgSuccess {
  color: #008000;
}
.msgWarning {
  color: Brown;
}
.disableGrdView
{
  /* Do not display it on entry */
  display: block;

  /* Display it on the layer with index 1001.
     Make sure this is the highest z-index value
     used by layers on that page */
  z-index:1001;

  /* make it cover the whole screen */
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;

  /* make it white but fully transparent */
  background-color: gray;
  opacity:.1;
  filter: alpha(opacity=1);
}

/* Icon */
#desktop-area{
/*  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  */
}
.icon-box {
  /*position:absolute;*/
  cursor:pointer;
}
.icon, .icon-box {
  bottom: auto;
  left: auto;
  position: absolute !important;
  right: auto;
  top: auto;
  background: url(../images/gui/trans_white.png) no-repeat -99999px -99999px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px 1px 6px;
  text-align: center;
  text-shadow: #000 0 1px 2px;
  width: 70px;
  top:20px;
  left:20px
}
.logo, .logo-box {
  bottom: auto;
  left: auto;
  position: absolute !important;
  right: auto;
  top: auto;
  background: url(../images/gui/trans_white.png) no-repeat -99999px -99999px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px 1px 6px;
  text-align: center;
  text-shadow: #000 0 1px 2px;
  top:10px;
  left:0px
}
.logo img {
  background: url(../images/gui/trans_black.png) no-repeat -99999px -99999px;
  display: block;
  margin: 0 auto 5px;
  width: 200px;
}
.icon.active {
  background: url(../images/gui/trans_black.png);
}
.icon img {
  background: url(../images/gui/trans_black.png) no-repeat -99999px -99999px;
  display: block;
  margin: 0 auto 5px;
  width: 32px;
  height: 32px;
}
.icon:hover {
  background-position: 0 0;
  background-repeat: repeat;
  border: 1px solid #fff;
  padding: 5px 0 5px;
}
a.icon, .icon-box > a{
  text-decoration: none;
  outline: 0;
}
.icon-box > a{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.icon-left2 { left: 110px; }
.icon-left3 { left: 200px; }
.icon-left4 { left: 290px; }
.icon-left5 { left: 380px; }
.icon-left6 { left: 470px; }
.icon-left7 { left: 560px; }
.icon-left8 { left: 650px; }
.icon-top2 { top: 100px; }
.icon-top3 { top: 180px; }
.icon-top4 { top: 260px; }
.icon-top5 { top: 340px; }
.icon-top6 { top: 420px; }
.editform:input {
  white-space: nowrap;
}
.state{
  padding: 3px;
  position: absolute;
  right: 4px;
  background: #E2E2E2;
  color: Brown;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  border: solid 1px;
  border-color: Silver;
}

.btn-maintain {
  position: absolute;
  right: 42px;
}
.btn-restore-hist {
  position: absolute;
  right: 100px;
}

#datetime {
  /*padding: 5px;*/
  /*top: 34px;*/
  /*right: 98px;*/
  /*position: fixed;*/
  /*background: #F4F4F4;*/
  /*color: #000080;*/
/*  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/
  /*-webkit-background-clip: padding-box;*/
  /*border: solid 1px;*/
  /*border-color: Silver;*/
}

.pnlWait, .pnlWaitDesktop{
  /* Do not display it on entry */
  display: block;

  /* Display it on the layer with index 1001.
     Make sure this is the highest z-index value
     used by layers on that page */
  z-index:1001;

  /* make it cover the whole screen */
  position: absolute;
  top: 28px;
  left: 0%;
  width: 100%;
  height: 100%;

  /* make it white but fully transparent */
  background-color: #FFFFFF;
  /*opacity:.1;*/
  /*filter: alpha(opacity=1);*/
}
/* for form use */
.pnlWaitDesktop{
  top: 0px;
}
.accordion .accordion-header-selected {
  background: none repeat scroll 0 0 #FFE2A7;
}
.accordion{
  border-width: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
}
.panel-tool a:hover {
  background-color: transparent; /*#FFE2A7;*/
}
.panel-body {
/*    background-color: #EEFAFD;
    color: #000000;*/
}

.readonly{
  background-color:#E2E2E2; /*#F4F4F4;*/
/*  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;*/
}
.focus{
  background-color: #BEFCFF;
}
input, textarea {
  border: 1px solid #BBBBBB;
  background: #fff;
  /* 邊角圓弧化，不同瀏器覧設定不同　*/
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.l-btn-disabled:hover {
  color: #444;
  cursor: default;
  filter: alpha(opacity=50);
}

/* .tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
  width: 18px;
} */

.window-proxy-mask, .window-mask {
  background: none repeat scroll 0 0 #CCCCCC; /*#FAFAFA;*/
}

.ref-search-icon {
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  margin-left:-2px
}

.memo-edit-icon {
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  margin-top:-10px;
  margin-left:-2px
}

.slide-out-div{
  padding: 16px 6px 0 6px;
  width: 200px;
  height: 250px;
  background: #f2f2f2;
  border: silver 1px solid;
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  opacity:.85;
  filter: alpha(opacity=85);
  right: 0;
}

.slide-out-div2{
  width: 930px;
  height: 32px;
  right: 0;
  padding: 8px;
}

#pnl-dropdown-body, #topMenu {
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #ededed 49%, #c1c1c1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(49%,#ededed), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}

#pnl-dropdown-body{
  white-space: nowrap;
  opacity:.75;
  filter: alpha(opacity=75);
  padding: 3px 10px 5px 10px;
  overflow-y:hidden;
  overflow-x:hidden;
  /*background: #E2E2E2;*/
  border: 0;
  /*background: #83D8FF;*/
}

#topMenu{
  height:30px;
  /*background: #E2E2E2;*/
  padding:0;
  overflow:hidden;
  border: 0;
}
.easyui-numberbox, .numberbox-f {
  text-align: right;
}
.al-left {
  text-align: left;
}
.al-right {
  text-align: right;
}
.al-center {
  text-align: center;
}
.sp-replacer {
  padding: 2px;
  width: 18px;
  border: 0;
}
.sp-dd{
  display: none;
}
.sp-preview {
  height: 16px;
  width: 16px;
}
.rep-display, .ref-display, .no-modify, .no-input {
  background-color:#E2E2E2;
}
.hidden{
  visibility: hidden
}

.textbox,
.textbox-text,
.validatebox-text,
.menu-text, .menu-text span,
.datagrid-cell,
a.l-btn span span.l-btn-text,
.panel-body,
.combo .combo-text,
.tree-title,
.panel-title,
.combobox-item, .combobox-group,
.tabs-title,
.tooltip-content,
.textbox .textbox-text,
.datagrid-view .datagrid-editable-input {
  font-size: 14px;
}
.tooltip {
  background-color: #FFFFFF; /*#F0F0F0;*/
  /*border-color: #008040;*/
  color: gray;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.pnl-toolbar {
  padding: 0px;
  border: 0;
  overflow-y: hidden;
}

.ucase {
  text-transform:uppercase;
}

.lcase{
  text-transform:lowercase;
}

.capitalize {
  text-transform:capitalize;
}

.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w190 { width: 190px; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w290 { width: 290px; }
.w300 { width: 300px; }
.w310 { width: 310px; }
.w320 { width: 320px; }
.w330 { width: 330px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w360 { width: 360px; }
.w370 { width: 370px; }
.w380 { width: 380px; }
.w390 { width: 390px; }
.w400 { width: 400px; }
.w410 { width: 410px; }
.w420 { width: 420px; }
.w430 { width: 430px; }
.w440 { width: 440px; }
.w450 { width: 450px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w480 { width: 480px; }
.w490 { width: 490px; }
.w500 { width: 500px; }
.w510 { width: 510px; }
.w520 { width: 520px; }
.w500 { width: 500px; }
.w540 { width: 540px; }
.w550 { width: 550px; }
.w560 { width: 560px; }
.w570 { width: 570px; }
.w580 { width: 580px; }
.w590 { width: 590px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w800 { width: 800px; }
.w900 { width: 900px; }

.gradient-gray {
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #d6d6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcfcfc 0%,#d6d6d6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
.oneline {
  resize: none;
  overflow:hidden;
}

/*.datagrid-header .datagrid-cell{
  line-height:normal;
  height:auto;
}*/

.altop {
  vertical-align:top;
}

/**
 * Color
 */

.red, .clRed, .cl-red {
  color: red;
}
.brown, .clBrown, .cl-brown {
  color: #8F0222;
}
.blue, .clBlue, .cl-blue {
  color: blue;
}
.green, .clGreen, .cl-green {
  color: green;
}
.lime, .clLime, .cl-lime {
  color: lime;
}
.navy, .clNavy, .cl-navy {
  color: navy;
}
.yellow, .clYelow, .cl-yellow {
  color: yellow;
}
.white, .clWhite, .cl-white{
  color: white;
}
.silver {
  color: silver;
}
.bg-pink {
  background-color: #FFBBBB;
}
.bg-silver {
  background-color: #E2E2E2;
}
.bg-navy {
  background-color: navy;
}
.bg-white {
  background-color: white;
}
.bg-sky {
  background-color: #6698FF;
}
.bg-lightblue {
  background-color: #ADD8E6;
}
.bg-lime {
  background-color: lime;
}
.bg-orange {
  background-color: orange;
}
.bg-brown {
  background-color: #A52A2A;
}
.bg-cyan {
  background-color: #00FFFF;
}
.bg-magenta {
  background-color: #FF00FF;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.font-bold {
  font-weight:bold;
}

.zoom-up{
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  position: absolute;
  top: 6px;
  right: 3px;
  z-index:1001;
  cursor: pointer;
  background:url('../images/zoom.png') no-repeat center center;
}
.zoom-up:hover{
  background:url('../images/zoom-red.png') no-repeat center center;
}
.collapse-view{
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  position: absolute;
  top: 6px;
  right: 26px;
  z-index:1001;
  cursor: pointer;
  background:url('../images/collapse.png') no-repeat center center;
}
.collapse-view:hover{
  background:url('../images/collapse-red.png') no-repeat center center;
}
.filter-rows {
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  position: absolute;
  top: 3px;
  right: 21px;
  z-index:1001;
  cursor: pointer;
  background:url('../images/filter.png') no-repeat center center;
}

.message-switch{
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  position: absolute;
  bottom: 8px;
  right: 20px;
  z-index:1002;
  cursor: pointer;
  background:url('../images/collapse.png') no-repeat center center;
}
.message-switch:hover{
  /*border: 1px solid red;*/
  background:url('../images/collapse.png') no-repeat center center;
}

.msgbox {
  width: 550px;
  height: 29px;
  border: 1px solid transparent;
  position: absolute;
  /* top: 33px;
  right: 72px; */
  top: 6px;
  right: 1px;
  z-index:1002;
  cursor: pointer;
  background-color: #000;
  color:#fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 20px;
  /* opacity: 0.7; */
  display: none;
  overflow: hidden;
}

#marquee {
  width: 524px;
  height: 100%;
  line-height: 250%;
  cursor: pointer;
  border: 0;
  background-color: #000;
  /* background: linear-gradient(45deg, #5E005E, #306161); */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 20px;
  /* opacity: 0.8; */
  /* display: none; */
  overflow: hidden;
}

#btn-marquee {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -4px;
  right: 0px;
  font-size: 24px;
  color: #BBBBBB;
}

#btn-marquee::after {
  content: '☜';
}

.input-label {
  width: 147px;
  height:25px;
  line-height:25px;
  padding-left:3px;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ace_editor , .ace_editor div .ace_editor span {
  font-size: 14px;  /*!important*/
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;  /*!important*/
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: .6;
}

.k-viewhtml-dialog > textarea{
  height: 500px;
  width: 800px;
  overflow-y:scroll;
}

.secret {
  display: none;
}

.memo-content {
  /* font-family:helvetica,tahoma,verdana,sans-serif; */
  font-family: "台北黑體"!important;;
  /* width: calc( 100vw - 14.25vw )!important; */
  width: 100%;
  /* width: 1108px; */
  background: unset;
  border: unset;
  padding: 10px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: hidden;
  /* overflow-wrap: break-word; */
  word-wrap: break-word;
  white-space: initial;

  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #dedee0;;
}

.memo-content > p {
  display: block;
  margin-block-start: 0em;
  margin-bottom: 1em;
  line-break: auto;
  overflow-wrap:break-word;
}

.memo-content > ol > li,
.memo-content > ul > li {
  padding: 3pt;
}

.memo-content > h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* chat */
.k-card .image-attachment {
  max-height: 120px;
}

.chat-box {
  height: 460px;
  width: 280px;
  position: fixed;
  right: 10px;
  background: #fff;
  padding: 5px;
  bottom: 70px;
  display: none;
  box-shadow: 0px 0px 2px 2px #ddd;
  z-index: 9999;
}

.chat-icon {
  width: 42px;
  height: 42px;
  background: #f9d752;
  position: fixed;
  bottom: 22px;
  right: 14px;
  z-index:1003;
  cursor: pointer;
  background:url('../images/message.svg') no-repeat center center;
}

/* .blinking {
  animation: blink 0.8s ease-in infinite;
}

@keyframes blink {
  from, to { opacity: 1 }
  50% { opacity: 0 }
} */


@keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0; }
  to { opacity: 1.0; }
}

@-webkit-keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0; }
  to { opacity: 1.0; }
}

.blinking {
  animation:fade 500ms infinite;
  -webkit-animation:fade 500ms infinite;
}

.k-widget {
  font-family: "台北黑體";
}

.desktop-icon {
  border: 1px solid transparent;
  padding: 5px 0 5px;
}

.desktop-icon:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(../images/gui/trans_white.png) no-repeat -99999px -99999px;
  border: 1px solid #fff;
  padding: 5px 0 5px;
  color: white;
  background-position: 0 0;
  background-repeat: repeat;
}

.desktop-icon > .notification-badge-top {
  position: absolute;
  top: 8px;
  right: 16px;
  border-radius: 50%;
}

.desktop-icon > .notification-badge {
  padding: 2px 4px;
}

/* wijmo */
/*
.wj-flexgrid {
  margin-bottom: 12px;
}
.wj-flexgrid .wj-cell {
  padding: 7px;
}
.wj-cells .wj-row:hover .wj-cell:not(.wj-state-selected):not(.wj-state-multi-selected) {
  transition: all 0.3s;
  background: #eaf2ff;
}
.wj-cells .wj-cell.wj-state-multi-selected {
  color:#000;
}

.ctx-menu {
  padding: 3px;
  min-width: 120px;
  background: rgb(221, 250, 255);
  overflow: hidden;
}
.ctx-menu .wj-listbox-item {
  margin: 6px;
}
.grdToolbar {
  position: fixed;
  right: 46px;
  bottom: 64px;
  height: 32px;
  width: 100px;
  background: #fff;
  padding: 0px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0px 0px 1px 1px #ddd;
  opacity: 0.85;
} */

.org-chart-container {
  position: relative;
  /* height: 420px; */
  border-bottom: 1px solid #aaa;
  /* margin: 0.5rem; */
  overflow: auto;
  text-align: center;
  padding-top: 20px;
}

/* diagram */
.diagram .template .template-name {
  font-weight: bold;
  /* text-decoration: underline; */
  font-size: 12pt;
}

.diagram .template .template-title {
  font-style: italic;
}

.diagram .template .template-button {
  cursor: pointer;
  font-size: 10pt;
  fill: navy;
}

.diagram .template .template-button:hover {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  font-size: 11pt;
}

.dx-popup-content {
  padding: 0;
}

.dx-popup-content .dx-fieldset.buttons {
  display: flex;
  justify-content: flex-end;
}

.dx-popup-content .dx-fieldset.buttons > * {
  margin-left: 8px;
}

.dx-drawer-expand.dx-drawer-right .panel-list {
  float: right;
}
.drawer.window-shadow {
  box-shadow: 0 4px 12px #eee;
  border-radius: 0;
  position: fixed;
}
.drawer.layout-collapsed {
  box-shadow: none;
}
.drawer-mask.window-mask {
  position: fixed;
}
.drawer.layout-panel-east,
.drawer.layout-panel-west {
  bottom: 0;
}

.fancybox-content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.fancybox-iframe {
  -webkit-overflow-scrolling: touch;
}

.tippy-box[data-theme~='light-blue'] {
  background-color: #E0ECFF;
  color: inherit;
  border: 1px solid silver;
}

.tippy-box[data-theme~='light-yellow'] {
  background-color: #FFFFE1;
  color: inherit;
  border: 1px solid silver;
}

.tippy-box[data-theme~='dark'] {
  background-color: #000;
  color: #fff;
  border: 1px solid silver;
}

.mouse-switch {
  width: 50px;
  height: 50px;
  /* border: 1px;
  border-color: #ccc;
  border-style: dashed; */
  position: absolute;
  /* bottom: -4px;
  right: 40px; */
  bottom: -8px;
  right: 50px;
  z-index:1002;
  cursor: pointer;
  background:url('../images/upload-img.png') no-repeat center center;
}

label[for], .datagrid-header-row, .wj-cell.wj-header.wj-filter-off, .wj-cell.wj-header.wj-filter-on,
  .wj-cell.wj-header.wj-colgroup {
  color: gray;
}

.drilldown-link {
  cursor:pointer;
  text-decoration-line:underline;
  text-decoration-style:dotted;
  text-decoration-color:RoyalBlue;
}