.ARK_BOX {
  position: fixed;
  width: 390px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  z-index: 10000000000 !important;
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 17px;
  font-size: 16px;
  top: 0;
  right: 0;
  font-family: PingFangSC-Medium;
}

.ARK_BOX input[disabled] {
  cursor: not-allowed;
}

.ARK_BOX .ARK_TITLE {
  width: 72px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
  font-family: inherit;
}

.ARK_BOX .fl {
  float: left;
}

.ARK_BOX .pb-20 {
  padding-bottom: 20px;
}

.ARK_BOX .textR {
  text-align: right;
}

.ARK_BOX button {
  border: 0;
}

.ARK_BOX button:focus, .ARK_BOX button:active {
  border: 0;
  outline: 0;
}

.ARK_BOX .ARK_TITLE.MID {
  font-size: 14px;
  line-height: 14px;
  color: #252d39;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.ARK_BOX .ARK_TITLE.SM {
  font-size: 13px;
  line-height: 33px;
  color: #4c6072;
  width: 56px;
  display: inline-block;
  text-align: right;
}

.ARK_BOX_HEADER {
  font-size: 16px;
  text-align: left;
  color: #333333;
  cursor: move;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 17px 29px 17px;
  left: 0;
  background-color: #ffffff;
}

.ARK_CONTENT {
  height: 100%;
  position: relative;
  /* top: 170px; */
  width: 100%;
  left: 0;
  /* padding: 0 17px; */
  padding-top: 165px;
}

.ARK_EVENT {
  position: absolute;
  top: 70px;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  padding: 0 17px 10px 17px;
  z-index: 1;
}

.ARK_BOX_PAGE {
  position: relative;
  color: #666666;
  font-size: 12px;
}

.ARK_BOX_EVENT_ID .v-radio-wrapper, .ARK_BOX_PAGE .v-radio-wrapper {
  font-size: 14px;
  line-height: 30px;
  color: #252d39;
  font-weight: 400;
  font-stretch: normal;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin-right: 16px;
}

.ARK_BOX_EVENT_ID label, .ARK_BOX_PAGE label {
  font-size: 12px;
  bottom: 0;
  margin: 0;
  max-width: 100%;
}

.ARK_BOX_EVENT_ID .v-radio-wrapper span, .ARK_BOX_PAGE .v-radio-wrapper span {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  font-stretch: normal;
}

.ARK_BOX_EVENT_ID .v-radio-wrapper span.wbText, .ARK_BOX_PAGE .v-radio-wrapper span.wbText {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.ARK_BOX_EVENT_ID .v-radio-ARK, .ARK_BOX_PAGE .v-radio-ARK {
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.ARK_BOX_EVENT_ID .boxRadio, .ARK_BOX_PAGE .boxRadio {
  width: 270px;
  display: inline-grid;
}

.ARK_BOX_PAGE .ml-24 {
  margin-left: 24px;
}

.ARK_BOX_PAGE.mb-15 {
  margin-bottom: 15px;
}

.ARK_BOX_PAGE.mb-16 {
  margin-bottom: 16px;
}

.ARK_BOX_EVENT_ID.mb-40 {
  margin-bottom: 40px;
}

.ARK_BOX .ml-12 {
  margin-left: 12px;
}

.ARK_BOX .mr-12 {
  margin-right: 12px;
}

.ARK_BOX .mr-25 {
  margin-right: 25px;
}

.ARK_BOX .ml-8 {
  margin-left: 8px;
}

.ARK_BOX .fr {
  float: right;
}

.ARK_BOX_EVENT_ID .v-radio-checked .v-radio-inner, .ARK_BOX_PAGE .v-radio-checked .v-radio-inner {
  border-color: #0098e1;
  background-color: #0098e1;
}

.ARK_BOX_EVENT_ID .v-radio-wrapper-disabled .v-radio-checked .v-radio-inner, .ARK_BOX_PAGE .v-radio-wrapper-disabled .v-radio-checked .v-radio-inner {
  border-color: #ddd;
  background-color: #ddd;
}

.ARK_BOX_EVENT_ID .v-radio-checked .v-radio-inner {
  background-color: #fff;
  border-radius: 7px;
}

.ARK_BOX_EVENT_ID .v-radio-checked .v-radio-inner:after {
  background-color: #0098e1;
}

.ARK_BOX_EVENT_ID .v-radio-inner:after, .ARK_BOX_PAGE .v-radio-inner:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ARK_BOX_PAGE .v-radio-inner {
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  border: 1px solid #d7dde4;
  border-radius: 2px;
  background-color: #fff;
  transition: #d7dde4 0.2s ease-in-out, #fff 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}

.ARK_BOX_EVENT_ID .v-radio-inner {
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  border: 1px solid #d7dde4;
  border-radius: 7px;
  background-color: #fff;
  transition: #d7dde4 0.2s ease-in-out, #fff 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}

.ARK_BOX_PAGE .v-radio-checked .v-radio-inner:after {
  transform: rotate(45deg) scale(0.8);
}

.ARK_BOX_EVENT_ID .v-radio-wrapper.v-radio-wrapper-disabled, .ARK_BOX_PAGE .v-radio-wrapper.v-radio-wrapper-disabled {
  color: #ddd;
}

.ARK_BOX_EVENT_ID .v-radio-wrapper.v-radio-wrapper-disabled .wbText, .ARK_BOX_PAGE .v-radio-wrapper.v-radio-wrapper-disabled .wbText {
  color: #ddd;
}

.ARK_BOX_EVENT_ID .v-radio-wrapper-disabled, .ARK_BOX_PAGE .v-radio-wrapper-disabled {
  cursor: not-allowed;
  color: #ddd;
}

.ARK_BOX_PAGE .v-radio-inner:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}

.ARK_BOX_EVENT_ID .v-radio-inner:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 2px;
  left: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.ARK_BOX_EVENT_ID input[type=checkbox],
.ARK_BOX_EVENT_ID input[type=radio],
.ARK_BOX_PAGE input[type=checkbox],
.ARK_BOX_PAGE input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.ARK_BOX_EVENT_ID .v-radio-input, .ARK_BOX_PAGE .v-radio-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.ARK_BOX_CENTER {
  line-height: 16px;
  font-size: 16px;
}

.ARK_BOX_SMALL {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}

.ARK_BOX_SMALL span {
  color: #0097e0;
}

.ARK_BOX_EVENT_ID {
  position: relative;
  margin-bottom: 6px;
}

.ARK_BOX .ARK_title {
  /* width: 70px; */
  /* height: 36px; */
  text-align: right;
  /* display: inline-block; */
  font-size: 14px;
  line-height: 36px;
  margin-right: 9px;
  color: #666666;
}

.ARK_BOX ul, .ARK_BOX li {
  list-style: none;
}

.ARK_BOX .PROLIST {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  max-height: 360px;
  border: 1px solid transparent;
}

.ARK_BOX_EVENT_ID input, .ARK_BOX_PAGE input, .ARK_BOX_EVENT_ID select {
  width: 274px;
  height: 30px;
  background-color: transparent;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  outline: 0 none !important;
  margin-left: 16px;
}

.ARK_BOX_EVENT_ID input.error {
  border-color: #e00000;
}

.ARK_BOX_EVENT_ID input.PROID {
  width: 246px;
  margin-left: 12px;
  background-color: #f4f9fd;
}

.ARK_BOX_EVENT_ID input.PROVALUE {
  width: 188px;
  margin-left: 12px;
  background-color: #f4f9fd;
}

.ARK_BOX_EVENT_ID input.PROVALUE.width246 {
  width: 246px;
}

.ARK_BOX_EVENT_ID input.PROREX {
  width: 216px;
  margin-left: 12px;
  background-color: #f4f9fd;
}

.ARK_BOX .PROTYPE, .ARK_BOX .PAGETYPE {
  width: 246px;
  margin-left: 12px;
  background-color: #f4f9fd;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAIxJREFUCB1jzG9dJv6f6Zf/pMqEWQxYQF77vBQmDtatTAyMfxT+//vXn9c6vwldXV77/FqG/4yT/n//L8c0sSruJDMTg+9/hv/FyIpBiv7/+1/BxPjfB6SGEWZKQfs8p7//GDYzMjD2MjAx/AYpAhkwoTJpH0gNXCGIA1MMYiMrAvExQG7bInsQRpcAAB00POpoifV7AAAAAElFTkSuQmCC) no-repeat scroll right center transparent;
  cursor: pointer;
}

.ARK_BOX input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbbec4;
}

.ARK_BOX input:-ms-input-placeholder {
  font-size: 14px;
  color: #bbbec4;
}

.ARK_BOX input::placeholder {
  font-size: 14px;
  color: #bbbec4;
}

.ARK_BOX input:focus, .ARK_BOX input:hover {
  border-color: #57a3f3;
}

.ARK_BOX input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbbec4;
}

.ARK_BOX input:-ms-input-placeholder {
  font-size: 14px;
  color: #bbbec4;
}

.ARK_BOX input::placeholder {
  font-size: 14px;
  color: #bbbec4;
}

.ARK_BOX input:focus, .ARK_BOX input:hover {
  border-color: #57a3f3;
}

.ARK_BOX_EVENT_ID_ERROR {
  display: none;
  position: absolute;
  bottom: -19px;
  left: 79px;
  font-weight: 700;
  font-size: 12px;
  color: red;
}

.ARK_BOX_ChOICE {
  width: 199px;
  height: 95px;
  float: left;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.ARK_BOX_ChOICE .ARK_BOX_LIKENUM {
  font-size: 12px;
  color: #0098e1;
  line-height: 30px;
  width: 100%;
}

.ARK_BOX_ChOICE span {
  float: left;
  margin-left: 18px;
}

.ARK_BOX_ChOICE input {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.ARK_BOX_ChOICE input + label {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #999999;
}

.ARK_BOX_ChOICE input + label:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px dashed #d4d4d4;
}

.ARK_BOX_ChOICE input + label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px dashed #d4d4d4;
}

.ARK_BOX_ChOICE input:checked + label:after {
  content: "+";
  color: #0098e1;
  border: 1px dashed #0098e1;
}

.ARK_BOX_ChOICE input:checked + label:before {
  content: "+";
  color: #0098e1;
  border: 1px dashed #0098e1;
}

.ARK_BOX_SAVE {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e5eef4;
  height: 60px;
  padding-top: 13px;
  /* padding: 15px; */
  background-color: #ffffff;
  padding-left: 245px;
}

#ARK_BOX_SAVE {
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -o-transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 6px 15px;
  text-align: center;
  touch-action: manipulation;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 60px;
  height: 32px;
  border-radius: 15px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  background-color: #0098e1;
  outline: 0 none !important;
}

#ARK_BOX_SAVE:active {
  background-color: #0086c7;
  border-color: #0086c7;
  color: #f2f2f2;
}

#ARK_BOX_SAVE:hover,
#ARK_BOX_SAVE:focus {
  background-color: #47c3ff;
  border-color: #47c3ff;
  color: #fff;
}

#ARK_BOX_CANCEL {
  /* margin-top: 15px; */
  width: 60px;
  height: 32px;
  /* float: right; */
  font-size: 14px;
  line-height: 30px;
  border: 0;
  background-color: #ffffff;
  color: #999999;
  cursor: pointer;
  outline: 0 none !important;
}

#ARK_BOX_CANCEL:focus,
#ARK_BOX_SAVE:focus {
  border: 0;
}

.ARK_EVENT_LIST {
  border: 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  min-width: 80px;
  min-height: 13px;
  position: absolute;
  top: 20px;
  left: 500px;
  padding: 0;
  max-width: 250px;
  z-index: 100000;
}

.ARK_EVENT_LIST a.ARK_EVENT {
  max-width: 110px;
  height: 24px;
  line-height: 24px;
  color: #0098e1;
  margin: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: underline !important;
  cursor: pointer;
}

.ARK_SHOW {
  display: block !important;
  visibility: visible !important;
}

.debugLog {
  top: 0;
  left: 0;
  position: absolute;
  width: 260px;
  min-height: 270px;
  padding: 20px;
  z-index: 999999999;
}

.debugLog .l-list {
  position: relative;
  overflow: hidden;
}

.debugLog .l-list div {
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  word-break: break-word;
}

.debugLog .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(47, 50, 58, 0.8);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.debugLog .cha {
  position: absolute;
  right: 20px;
  color: rgba(255, 255, 255, 0.5);
  top: 20px;
  cursor: pointer;
  font-size: 14px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.ARK_HOVER, .ARK_CLICK {
  outline: 1px solid #e00000 !important;
  outline-offset: -1px !important;
  /*position: absolute;*/
  /*background-color: red !important*/
}

.ARK_SHOW_DISPOSE {
  position: absolute !important;
  z-index: 999999999 !important;
  background-color: rgba(20, 137, 226, 0.2);
  border: dashed 3px #1489e2 !important;
}

.ARK_SHOW_DISPOSE.ARK_NO_LIGHT {
  display: none !important;
}

.ARK_SHOW_DISPOSE:hover, .ARK_SHOW_DISPOSE.ARK_NO_LIGHT:hover {
  background-color: rgba(20, 137, 226, 0);
}

.ARK_SAVE_DISPOSE {
  position: absolute !important;
  z-index: 999999999 !important;
  background-color: rgba(20, 137, 226, 0.2);
  border: solid 3px #1489e2;
}

.ARK_SAVE_CLICK {
  position: absolute !important;
  z-index: 999999999 !important;
  background-color: transparent;
  border: solid 3px #1489e2;
}

.ARK_IS_EDIT {
  position: absolute !important;
  bottom: -21px !important;
  left: -3px !important;
  background-color: #1489e2 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #ffffff !important;
  padding: 3px 5px !important;
  white-space: nowrap;
  margin: 0 !important;
  display: block !important;
}

.ARK_SAVE_DISPOSE.ARK_NO_LIGHT {
  display: none !important;
}

.ARK_SAVE_DISPOSE:hover, .ARK_SAVE_DISPOSE.ARK_NO_LIGHT:hover {
  background-color: rgba(20, 137, 226, 0);
}

.ARK_SAVE_PRO {
  position: absolute !important;
  z-index: 999999999 !important;
  background-color: rgba(255, 163, 0, 0.1);
  border: solid 2px #ffa300;
}

.ARK_SAVE_PRO.ARK_NO_LIGHT {
  display: none !important;
}

.ARK_NONE {
  display: none;
}

.ARK_CLICK_ELE {
  position: absolute !important;
  /* width : 2px;
  height : 2px; */
  z-index: 999999999 !important;
  display: none;
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* background-color: rgba(20, 137, 226, 0.2); */
  border: solid 3px #1489e2;
  /* transform:none */
}

.ARK_PRO_ELE {
  position: absolute !important;
  /* width : 2px;
  height : 2px; */
  z-index: 999999999 !important;
  display: none;
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* background-color: rgba(20, 137, 226, 0.2); */
  border: solid 3px #ffa300;
  /* transform:none */
}

.ARK_ADD_PRO {
  width: 100%;
  height: 40px;
  background-color: #f4f9fd;
  border: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #1489e2;
}

.ARK_ADD_PRO img {
  margin-right: 9px;
  margin-bottom: 3px;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  position: relative;
  display: unset;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ARK_PRO_ITEM {
  background-color: #f4f9fd;
  border: 0;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px 16px;
  display: inline-block;
  position: relative;
}

.ARK_ICON {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 4px;
  margin-top: 6px;
}

.ARK_ICON.ICON_XQ {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAelJREFUSA3VVs0rRFEUP+d6UdQg7PwBFmwsZGspbHxtNGJDFjNRU2bykZJBioyiLGawZC//gKyQj8X4LLKRkiym8N49zp28STPPu9M0s3Dqde89H7/fOfed++7Do5OrVkLYJKJayKMg4hMSDBkKXAAMNzfW7ecRHw5Pr9sAaRMOT+KUT+DfWAqbky+sFJzAyCb/wNJO2eeXNQ8E3YTEZeNuZVX1xMxwR0IXnxXB55cZJYJ2ELCBAEJKGHl9falmcK+OQLtFvvBuDYP3AooAEHr4KWaSIBH2ja7EKnQE2goM/Cg3uc+EkPfSgnXVciiwFSRv1ofh4eWbG4m2gpWQ95YBHhCKUr6CGRDwZjXY/+gGrmzaCpQTCtGFUpaqeVIkvRtFRo+9dBtTWbk5RUIDxyaUxW2fElF6uRz0ntlrtzErgnSAhEwE/HM79el6p3VOBEByktA694eje2MLsQYnYFuXG4GK5j7l9u02JZz5wluzNmD66PqSxxa3m6RlDUgQF4CJOz7JmcJEiNTJhqlMo6aLTClbGHQEQHLGTuE/OsK7v6yuW7QWGlzklp/+KzilF6TOiqO4EqiISGhwVkfChy53ghQJinGeZ3w9+Ug/Cyg+UH6O8v9vNHX7Jy9ox/pyVyrM5J9FoX9bvgFfDa+ln7mJKwAAAABJRU5ErkJggg==) no-repeat;
}

.ARK_ICON.ICON_XQ:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAd1JREFUSA3dljlLA1EQgGde4i2aIiESVPwB2tpbilYabUSwUqwEjQd4NCkkRhQsFFL4A7QX/4SFRyF4gEnwiuAFKnH3jbOrayRu9oWYNAaS3fdm5vvevF2yi77lRCfpEAOgRijqB5PogmG3AUeEkdRU804x+d5osot0ioE3Eqdign+yDLb4OVGK85IL3Pms2h+9rpH0vghEQUIgJNgq87hnL0cCL6r6vARSpjcBsJtQbAiQgi/aaPpR9zJ8UCVQblHD2pWPgf2IGBJEdQRYDogzDB5oWb33qATKDnRNqzchQp5LHdaBbSzr5O3CtHit49iDk0TZQWq86ZSJF7zyTK4wHHhyORaIO8GNmLIDEyBcvSChGkAzhyjFE7iozxwofjKrcki8CwX2XJV4bKXU1lcd3U407ltjp2NegmzA8+NLyB+Nt2bP240LEhDJOZ3wwBdJbPtXEm12YGuuIIFZzHcRAQV1DfZ9S8mwBcw+Ol7khpVEu6bRkABxKN/oLLv4W4TUw+fzdnFHgf4OHVw0KvkWAvNrhzDn7OUcctyi1HRThDMWcmK/Agw5zZXjKDCK7iabw0oJ/UFgSQTiNAL++vdEgBssr9jN1cG/eKJh0nhA52yxwMAnk98sSv3a8gEW3qVw8YWlQQAAAABJRU5ErkJggg==) no-repeat;
}

.ARK_ICON.ICON_XQ.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAd5JREFUSA21VksvA1EYPbcvfUTr0SKUKIkm3SBIhA0bicR/YCFYCz9CIuwtLST+gKTCko2FV1dEE1rxiFIh02o7ve6dZph4zL2k/ZLJfczcc8733TMzlwSWE+NUxRpAgyhrkCSxYob4lxKJ+SFfsLvJUVb4o9scVvefkxauvNzgXGmPJpgGGUFlo+IENhn96WwRGycviN3n4XEQjLa7MN7lBpFYLCRQi8DKfhpPmSLGOl14UFRsxl5RpMBE2C2kEJboPJXDZbqA2X4v4k95BH12jIRc2IlnhOD8ASGBUijhUEJxzKwXPVcQqrUhU2CpSYSQIFxvg83KzExLFWeV0Wof8dsl4CUy8DgsmOv3gbAM9Ai4rZjs9epD01aYAV890FIFu+XTM5EGB2qcUkvFe/BVHq/91pnCXKV+vfXjWE6GYWk2TzWbLmynsH78ikcB0Z8JdK4CS2D3QsFiNIW9q6w+/a01fdEOb3I4vctptlTp5yYbUbhbj27fMNzmNE5/9E0JDq6zpup0lICH+fiXMC3RdJ8Xg60/KzPiNf6XgDuTfyJEJP8m4Cp1ktEOl9Y3Kuf9Zq8Vobrf32rTPdDBOMlUT7V26XOyrekeyIKYPccISJL/oMsdJUx2sqj0seUdh92PWTODHHwAAAAASUVORK5CYII=) no-repeat;
}

.ARK_ICON.ICON_REX {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAphJREFUSA3VVk1oE0EUnrfZxpRqCoVajCKJMbWIpa2mklLQm9CKF1HwIIgitAdPoicFo1i8K168CSIIgvTi1VOTCpIfQkvW0qQk0Vil21Rl02ySfb4Rp7i7LkpJDg7svnlv3vu+N29mZxbiCWUCgT1BxH2sRQ0Y0xjArLRTmoZYUilKjE1FRg69bhE+S6c/dWlG5REi09lcIoutAv4dZz6T66PkVyn59rTI4IFVKvvuthGItNtOIAsmq6TpSVTDtwyYF5DVaDzm9njuhg/7y3PJ7DPSR3kMH5M75NPHBw8WuW5tjgQrKytucg7v6PN2Ges1b72m39Rrmy/JNg4Ix8Al3ZABFxrNDmP0iL9kBRa6I4FwCPt8GvW1bPZLVK2qlXw+7ymv64y2YGl0qD8n/JzkP60BL9d6VT3LkOUCgcAmB6PA3kS24Hu3vNztBM7tf50B38ux1Pvv9HXmJNl1QYAZRvNpVdN0YLBItglht0obAZVi15qmRsnxFgAYBPAQGZ53e+Vz4WBwYwtAck2OD4eSQp9LKjOdnZ2Pjw7s/yhsXNpKpOrqXmA4LZzGRvpniOSN/rU+y+sv7DaJeLFeqwatdhsBZU3VMLex4dB1hlAoV/TnfD1+jmLzZDy9dGY+tXTK7G3WbARi2O/36/QN3Oc6cSLN5AqVajGTKXTT6fuCrCfQMC7zJ7ZQ7BFxVmlbA8qQDj8+DzDI+Y4IIL1B/du/9KiwC0mHpuiapI2gx93zYa2pSvGkchVcrq1FNEVZFDQaQTTYHmRS3jJk36YDA73f4inlkoF4jzWajlM3A8EGSHAtMhQqme2ktes+4EQc23GRbZls0/D/EvArk3beZ4lepfmkMrnNCvwxjF/62NAf0JH7Ctr92/ID4uMOd90r/84AAAAASUVORK5CYII=) no-repeat;
}

.ARK_ICON.ICON_REX:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAApdJREFUSA3VVk1oE1EQnnmbxNTSVEq3wSQFsQcvXsR6VbwUWtGDKHgQbEVIDyK2te1BwSgWSSoiahE9aAURBEF68aonwZO3gpco2STabq2GNml+d5wHfSW72yCU5ODCMv/fvJl5+96ifs8YpBo8A6AINOlBwAIiLAT8u0exO24YLETNqd73TcKH4OzPdsuqPiK0ytAdT1GzgOtxeh4sBfWEsSTqlc3kl68Gl4iop2UJ1GJbnsCjMjlpjEg8njU+I2GAbSVC+gTetlsrY/qP7oTxCgmObMaUvB5xIjsRNpwYUm5Ywfw8+ICg37tHOwS4a0AQ5LFcfLsJclgIcU34fIOaz3MqMx5KbwcudQ0rUAHZaKjAfOFA3Iz9guKffS/Iv26mwRKQNseCSemHY8rbTRtWUO8q27WqlU4jQPL7CBalDWuo98bN0P6nq531vk7+nxXIvTyXMNYJIQma55wCIKi+3IBauZiDRdYNKr2TuhJwKzp+w0aMHa/zOi1AfMizOBvobD+TjHbltgA0bWhlIvxFyXoiNeOntjljWs8qnaSuFq1plTABjionczIyw+fUh7VcfkH2X+mdlAjPF7HS59S7EpAG3Gr7szzVO84tSuXN9Gs5D2kli44FZzMnexLZAbu3XXIlUObhYSgLhDtSRkQ62B+5CESLz5/kOnnLvkGioxZZI8Rv5L7RpeKc1DUDrHHH+byNIfcf4KYK+Hgcq8zf2JRjSq8on8qKtVFXgo6aN7OKVcFf6yUQ2tYQbVEOAcnq40r2+vzWN4fJ/aF9ndbX9ETmAgfdBqvWsHQ7EPHuEpczVyJpu56lVt0HMpHEbjhk10p2qPh/E8grk7f3MleAaT5vhnbYgW3D5KVPpcpdAnqHrf5t+QvWh/ZinlE//gAAAABJRU5ErkJggg==) no-repeat;
}

.ARK_ICON.ICON_REX.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAoVJREFUSA3VVj1oFEEUfm9m9/aye3eJcgkELxLsTGklqI2doqJga2UTRIyVYqUoFsEfLAQxomBnJ7axsbGzsbMxSi6/Rwioud292533nDEZk+zeiYZc4YPlzcz73vvem7czuzh4v36CFUwBcA12SRAwRIQ3laI/jtXJet136N5wH7zfpfjQUk5xKeJrKdCiMJnvZnCTpCfTuOqrx7qSc5qgNxIIWGXmoZ4R2LR7TuBYpqxmgfj1B7wExkCXmkiBHweK/Kxf8sqXprgDDGPGx9iqRZqouLicjWHmXQkSEC4RjdV8Ohprkm8tuLAa4mR/mS8y8cHAEY+8As4gMlUEdwz+RwKbjSch9oBjH2BqNsJ3bSELAATC4caAVPMW103/VQ/MdjUSPK4Pz3yBVNsEUynvWWu71TaIUrfgZr3rFlmnz2s4vXEy58tFecNkbyRSeCtM01QkODMawBWLz+pcBUmK/mxTXF0HIhWEeIUM4b4Arg86yScboOTBxIEynxoN6FfweoiXTEXWbnWOICQaSonPW8CIr15IwR8Wmvhgff+tZbtOFJwMKX+f5QhAyu2eerY/4IcIvLTwne+afhhAK8FDy5E8thTh4ZzDloU8wYbRBUoKAp5bbK0EtyXyTJvdUgFxWld5KFJ8pkV4Ok64YnFZnW+yUgAoAYl4JOCn1kEyqZEAngC3QZPp632r6KLirfPNcY7AF6KxwizmQjzrFZzfTd10yY/SRNUYuNrn0kLWmiNwHQ59KW7GBOOtOO3POnSa6/zXPEdMlqVqZO05AgMY9umtVub5B9Fb20G6NrkDdkdL/y9Bk2Av6itMV4BzixEc2VH9XZzMR38llJf1m/Uae/3b8hNICftztdejQwAAAABJRU5ErkJggg==) no-repeat;
}

.ARK_ICON.ICON_NUM {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAnZJREFUSA3tVjtok1EU/s5NalJDsa0PUHTwgXRQbAuCUESdfA26mEERjJaqg0Fj0NAuWaxVqaFRESsmoEPBDopD0ElRqi5GB5EaERE7GPERaQyJ+N/juSkJiSV1SLL1LOf+//3u95177rkPehZ/u50Jw8y8FDU0IpogRo/dkCvg8IbOtlgN+TH2MrETxMMYi49zLYlLuQy3BF9fmxX4b37tMyGkdOn42WiPBjaBKaeI7gz1Hrhnxvgv3FyU+235CVgBhYmGhjmhQf++j//ykVnprs42wU03b390UER8BHolvU0MXqlg26+bFo5iMvmOCAvA/AKEdQz6Y3e6VoV87u8Fphmr6PTA7XlCfkQ2TCzc5+loXYI1AH3QpE9R+stegJfJRuoO9x3cqAi7RajFyma6C+QFX7GKMjrbLqC5Ev0DAw56PFmZ5kMhWgvobeafanTdN7454Hkk4lmG7jLfpVZRwAZrvgFqwrfCANmRU22m1SDiiyf2/DB9QSItaUqJSH5MAW98RYFSUDXtigIWbPloFaMYlaRoqk2ckFSRLzTaYsSDLCcCo1nWpTjbQlBlZXosHHOoX8lDcki9d8L5PGOlM1I5WwUcNn08mdwilfNaJi65127OZUzfSGogulm8U9L2VHyZlc1Apb+2a81X2KJL5wLun6RwTSpph7c/Eqf05zcS4XLJ8/nWxTwi/pNmvuE9E3miGXelGFJ2h+t6Gbt8lAk0ki0hEUYFfNUAhwKek6ToqCzuuGTksSK1K9zruWUqSsGxnhmXRSgpkUeUQkfpHigKzR7XxVRUaJStQQVMVb/rL2Bu//wFXVWc0wcbzvzLot7Plr8avfRhA7RvpQAAAABJRU5ErkJggg==) no-repeat;
}

.ARK_ICON.ICON_NUM:hover, .ARK_ICON.ICON_NUM.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAlxJREFUSA3tVktoE2EQ/mY3acSgtTUPsNmCRQRBoT14kqKe6uOgZ/GilNaKFzUm117TBAs+qK2oBw8efRyKnhQFT6IeRKQHH9ktGoPVKGpisjvOn3ZDIm4tJPXUvczs/8983+x88+8uhTPmXrYxBXAMLb3IIh1DPgVOhOF8onu6lfihtLWfbZ5CKJXlVgLXYylsrX5hOfwVgn921bdYBDNTNDM7BOadDC5prN/MJbvuqJxo+kPERjlOjB65tXyaPv4+vuHdn3iLahAdMzOO41ySMdsiif027NuRtHl40zkO2Fx+IuAnhDwq+0fLduVZ7KzZuWSCnsm5dgYdI6LpfMLoC4aNrXJe3rCDRKFkHhJgQyMM5pPd/TrRQQHu+FXB4JIJvha+90pbVoNwTyW9PUJFgO7L2jY42KPW/DruKjsS73pAQNEB71D39ZdnizQN61UgOfjkJjAt+ESbQcTmydhntTdKEkX4IiTVHDdeWU+C+qBmfE8CZ6FyOeu1qkTUeZ95RjQgY9zqUOSjLFGMdSJ27WndohoI1HREUtnjkUx2YG178DmBfkjigApWe/LG3S2iv5Dnrva+WOHq3kRmdpeAryKmxy6waxsIvpWsXge4yA6dfz3cWZA2T8pZ2BdOmU8LP82XzNgoIGPBkHFDNDClgCvhVPaRzXxLaRDw47IL7NoGgkBwzQxBuybjOaECcmeM0xq0ERnPVwLwUId+4GMydl1NlNbWtl1EvyBEORH3qs/v77NOGXMucM2uvK5rrfBwGjTwiGlq+X8QkKU+0E2V+ZfkeUz5s1ju35bf6GXjj9JSLtoAAAAASUVORK5CYII=) no-repeat;
}

.ARK_ICON.ICON_DEL {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAIxJREFUGBlNjjESwjAMBE8y/IfkD/SuQs0DGGjgC5mh4gcZSqjo+QPDf4htcsnII1Xn2/NJcuyHswS8b5f9F24O/b0BcqOE+Yfn6TpsjFNLzo8Q8BGaNBjSNTq+TbN1DtTQiBcKMAWjrVTCOhNE/bK4c8CtiLpC9DeJg53Vek9LwpbHGWQxdVHdpYT2D69xRVCaoaWHAAAAAElFTkSuQmCC) no-repeat;
}

.ARK_ICON.ICON_I {
  position: absolute;
  top: 9px;
  left: 60px;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAc5JREFUKBV9Uj1PG0EQ3dkjCidcpKBIqIESQYXgT6QgcpEIoQPRINlgCF+mth0+FL4qBDJGSCBZAlHxExBUQAmiJwgQFJjzAXeTeTbrnJDDSnczO++9ud03R+o/a3Rm/bP3bNV//ODfzI45f6rR6G1xMJ3rY+ZxVtwk2IM8EUXqgkhNL032roX5FfHI3Fb9k+flhNikiZJUax0sJLovh+Y3v3DR7+SAM6zUeYR0TybZc4smNabT85O3Id3vrNq61vnhqGvqaCD5TuJ3ft8vFlYLHKzI/htwjVc8nXOka6MI+8PCWCor5fJCHbjsWmLpjX9iud8EjhoWGlE4AidNk8RBAnUNVxVzM+4YJiJfnuqteGIw8JhUez6ftzTGIcDD690MpxTDxzZAicfsHl+4nzSpmmsBInDVEN6LY9PbDYrIbmu07/Xi1PcrOdsZxvGeyGBe4HVIfhiNRv2S29IpFTCnZRy2IVWLwDFvS6k54BVD4qnsrjR5fDsu0wRCzBmapaTzA/XylyWxrYiDwkuxcDKYyXUZDxCx993CqcBk67oB8LAqXy5v5Yf5lf2qfPWTiTpkhC7MIVZH4uzsQtLZM7yqYgNijhgHXIU5ph6OfwHgJr3gZ7nUAgAAAABJRU5ErkJggg==) no-repeat;
  cursor: pointer;
}

.ARK_SCROLLBAR {
  overflow-y: auto;
  overflow-x: hidden;
}

.ARK_DROPDOWN {
  width: 238px;
  will-change: top, left;
  display: none;
  left: 68px;
  top: 33px;
  height: auto;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  z-index: 500;
  background: #fff;
  position: absolute;
  padding: 6px 0 !important;
  max-height: 230px;
  overflow-y: auto;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.ARK_DROPDOWN.TOP {
  top: -120px;
}

.ARK_DROPDOWN li {
  position: relative;
  cursor: pointer;
}

.ARK_DROPDOWN span:hover {
  background: #f0f6fc;
}

.ARK_DROPDOWN span {
  display: block;
  height: 34px;
  margin: 0 1px;
  padding: 0 9px;
  font-size: 14px;
  line-height: 34px;
  color: #4c6072;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.ARK_DROPDOWN .selected span {
  color: #1489e2;
}

.ARK_SCROLLBAR::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ARK_SCROLLBAR:hover::-webkit-scrollbar-thumb {
  background: #e4eaf1;
}

.ARK_SCROLLBAR:hover::-webkit-scrollbar-thumb {
  background: #e4eaf1;
  min-width: 200px;
}

.ARK_SCROLLBAR::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0);
  border-radius: 2px;
}

.ARK_SCROLLBAR::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0);
  border-radius: 2px;
}

.ARK_SCROLLBAR ::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0);
  border-radius: 2px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.ARKTOOLTIP {
  padding: 8px 16px;
  position: absolute;
  z-index: 1070;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 1;
  line-break: auto;
  background: rgba(37, 45, 57, 0.95);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  border: 1px solid #D8E0E9;
}

.ARKTOOLTIP .ARROW {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  margin-top: -10px;
  border-width: 5px 5px 0px;
  border-top-color: rgba(37, 45, 57, 0.95);
  /* right: 0; */
  margin-left: -5px;
}

.ARKTOOLTIP .ARROW.ARKTOP {
  border-width: 5px 5px 0px;
  border-top-color: rgba(37, 45, 57, 0.95);
}

.ARKTOOLTIP .ARROW.ARKRIGHT {
  left: 1px;
  bottom: unset;
  top: 38%;
  margin-left: -5px;
  border-top-color: unset;
  border-right-color: rgba(37, 45, 57, 0.95);
  border-width: 6px 4px 6px 0;
  border-color: transparent rgba(37, 45, 57, 0.95) transparent transparent;
}

.ARKTOOLTIP .ARROW.ARKBOTTOM {
  border-width: 0 5px 5px;
  border-bottom-color: rgba(37, 45, 57, 0.95);
  border-top-color: unset;
  bottom: unset;
  top: 5px;
}

.ARKTOOLTIP .WORDS {
  max-width: 200px;
  color: #ecf3f8;
  text-align: center;
  border-radius: 4px;
  /* white-space: nowrap; */
  line-height: 21px;
}

.ARK_FIXED_BOX {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.4);
}