/* Columns */
/* more */
/* position for layer absolute */
/* border for box with position */
/* box with arrow */
/* Form */
/* button not in form */
/* icons */
/* scroll bar */
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -webkit-box-shadow: transparent;
  border-radius: 10px;
  background: #888;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.menuLayerIcon {
  margin-top: 1px;
}
.menuLayerIcon > li > a {
  padding-left: 34px !important;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.input {
  font-size: 11.5pt;
  font-style: normal;
  color: #000;
  padding: 10px 12px;
  background-color: linear-gradient(to top, #EEE, #fff 30%);
  background: linear-gradient(to top, #EEE, #fff 30%);
  border: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}
.input:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.input[type="search"] {
  background-color: transparent;
  border: none;
}
.input[type="radio"] {
  width: 1.4em;
  height: 1.4em;
  border: none;
  box-shadow: none;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
}
html,
body {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html {
  line-height: 0;
}
html,
body,
dialog,
taskbar {
  min-width: 319px;
}
body {
  line-height: 12pt;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, tahoma, verdana, "sans-serif";
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  background: #FFF;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}
.hidden {
  display: none;
}
h2#title {
  text-transform: uppercase;
  cursor: pointer;
}
a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  color: #000;
}
a.inline {
  display: contents;
  padding: 4px;
  margin: 0;
  width: auto;
}
a.color-blue {
  color: blue;
}
a > img {
  margin-left: 10px;
  vertical-align: middle;
}
a > span {
  vertical-align: middle;
}
a.a1 {
  font-size: 10pt;
  color: #2864c8;
  padding: 10px 6px;
}
ul#notice {
  display: inline;
  width: 100%;
  margin: 0;
  padding: 4px;
}
ul#notice li {
  display: block;
  float: right;
  margin: 2px;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 0.7em;
  line-height: 1em;
}
ul#notice li.date {
  background-color: #FFF;
  color: #333;
  border: 1px solid #DDD;
}
ul#notice li.ticknew {
  background-color: #FA812F;
  color: #EEE;
  border: 1px solid #FA812F;
}
ul#notice li.visitor {
  background-color: #DDD;
  color: #333;
  border: 1px solid #DDD;
}
ul#notice li.group {
  font-weight: bold;
  background-color: #EEE;
  border: 1px solid #DDD;
  text-transform: uppercase;
  padding: 3px 6px;
  cursor: pointer;
}
p > img {
  width: 100%;
  margin: 0;
  border-radius: 6px;
}
p.image1 {
  background-color: #EEE;
  border-radius: 6px;
}
p.image1 > img {
  width: 100%;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
p.image1 > i {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 5px 10px 5px;
  font-style: normal;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* html element */
ul#htmlElement {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#htmlElement > li {
  display: block;
  width: 46px;
  height: 42px;
  float: left;
  margin: 6px;
  border: 1px solid #888;
  border-radius: 6px;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
ul#htmlElement > li#paragraph {
  background-image: url(/icon/paragraph-black.svg);
}
ul#htmlElement > li#image1 {
  background-image: url(/icon/image-black.svg);
}
ul#htmlElement > li#videos {
  background-image: url(/icon/youtube.svg);
}
ul#htmlElement > li#lists {
  background-image: url(/icon/list-ul.svg);
}
ul#htmlElement > li#images {
  background-image: url(/icon/tpl-image-group-black.svg);
}
ul#htmlElement > li#calendar {
  background-image: url(/icon/calendar-black.svg);
}
ul#htmlElement > li#form {
  background-image: url(/icon/file-post.svg);
}
ul#htmlElement > li#article {
  background-image: url(/icon/tpl-image-text-black.svg);
}
ul#htmlElement > li#product {
  background-image: url(/icon/grid-3x3-gap-fill.svg);
}
i.iButton#save {
  background: url(/icon/save-1-p0n.svg) center no-repeat;
}
pagecode {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 1.2em;
}
pagecode part {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.45em;
}
pagecode part > tool {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 30px;
  bottom: 2px;
  right: 2px;
  background: url(/icon/three-dots.svg) center no-repeat, rgba(255, 255, 255, 0);
}
pagecode part > tool > img {
  width: 32px;
}
pagecode part > tool > ul {
  display: none;
  position: absolute;
  bottom: -1px;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
pagecode part > tool > ul li {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #888;
  border-radius: 3px;
  background-color: #ffffff;
}
pagecode part > tool > ul li:last-child {
  margin-bottom: 0;
}
pagecode part > tool > ul li#insert {
  background: url(/icon/add-black.svg) center no-repeat;
}
pagecode part > tool > ul li#remove {
  background: url(/icon/remove-black.svg) center no-repeat;
}
pagecode part > tool > ul li#edit {
  background: url(/icon/edit-fill.svg) center no-repeat;
}
pagecode part > tool > ul li:hover {
  background-color: #c8c8c8;
}
pagecode part > tool:hover > ul {
  display: block;
}
/* mark, markLayer */
mark,
markloader,
.mark {
  display: none;
  position: absolute;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
markloader {
  background: url("/icon/loader-28.svg") center no-repeat rgba(0, 0, 0, 0.05);
  background-size: 36px;
}
h1 {
  font-size: 1.2em;
}
h2 {
  font-size: 1em;
  display: table;
}
h2.subject {
  text-transform: uppercase;
}
h2.title:first-letter {
  text-transform: uppercase;
}
h2 > i {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
h2 > i#subject {
  background-image: url(/icon/category-black5.svg);
}
h3 {
  font-size: 0.9em;
}
h4 {
  font-size: 0.7em;
}
button {
  display: block;
  padding: 10px 12px;
  font-size: 11.5pt;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
  border: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: inset 1px 0px 0px #ffffff;
  text-shadow: 0px 1px 0px #ffffff;
  /* Quill Editor */
}
button:hover {
  background-color: transparent;
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
button:active {
  position: relative;
  top: 1px;
}
button.ql-bold,
button.ql-italic,
button.ql-blockquote,
button.ql-link,
button.ql-video,
button.ql-list,
button.ql-clean {
  margin: 2px 4px !important;
  padding: 2px !important;
}
span.ql-formats {
  margin-right: 4px !important;
}
.btn_close {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 6px;
  top: 6px;
  border: none;
  border-radius: 4px;
  background-size: 24px;
  background: url(/icon/close-black.svg) center no-repeat;
}
.btn_close:hover {
  border: 1px solid #DDD;
}
/* more for dialog, box */
nav.Dialog-Box {
  position: absolute;
  height: 24px;
  right: 30px;
  top: 6px;
}
nav.Dialog-Box i {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  cursor: pointer;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
nav.Dialog-Box i#saveHtml {
  background-image: url(/icon/save-1-p0n.svg);
}
.btnIcon {
  cursor: pointer;
  border: 1px solid #AAA;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
}
.btnIcon:hover {
  background-color: #EEE;
}
input,
textarea {
  overflow: auto;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
form input,
form textarea {
  overflow: auto;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
form input {
  font-size: 11.5pt;
  font-style: normal;
  color: #000;
  padding: 10px 12px;
  background-color: linear-gradient(to top, #EEE, #fff 30%);
  background: linear-gradient(to top, #EEE, #fff 30%);
  border: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}
form input:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
form input[type="search"] {
  background-color: transparent;
  border: none;
}
form input[type="radio"] {
  width: 1.4em;
  height: 1.4em;
  border: none;
  box-shadow: none;
}
form button {
  display: inline-block;
  margin: 10px;
}
form#htmlEdit_paragraph {
  text-align: center;
}
form#htmlEdit_paragraph textarea {
  border-radius: 6px;
  font-size: 11.8pt;
  line-height: 18pt;
  resize: none;
  padding: 10px;
}
form img.captcha {
  height: 36px;
  width: auto !important;
  border-radius: 4px;
}
.iButton {
  font: normal normal 0.9em Gotham, "Helvetica Neue", Helvetica, Arial, tahoma, verdana, "sans-serif";
  margin: auto;
  width: 32px;
  height: 29px;
  padding: 4px 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
  border: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  cursor: pointer;
}
.iButton > img {
  height: 20px;
  border-radius: 4px;
}
.iButton:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
select {
  display: inline-block;
  font-size: 11.5pt;
  align-items: center;
  border: 1px solid #AAA;
  border-radius: 4px;
  color: #000;
  outline: none;
  line-height: 1em;
  text-transform: capitalize;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
  padding: 10px 12px;
}
select:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
.image {
  padding: 1px;
  border: 1px solid #888;
  border-radius: 3px;
}
img#reload {
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50%;
  height: 24px;
}
.alert {
  position: relative;
  cursor: pointer;
}
.alert > alert {
  position: absolute;
  display: none;
  z-index: 1000000;
  min-width: 200px;
  padding: 10px 15px;
  color: #FFF;
  background-color: #000;
  border-radius: 8px;
}
.alert > alert::after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
}
.alert > alert[position="top"] {
  bottom: 100%;
  margin-bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alert > alert[position="top"]::after {
  top: 100%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  border-color: #000 transparent transparent transparent;
}
.alert > alert[position="bottom"] {
  top: 100%;
  margin-top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alert > alert[position="bottom"]::after {
  bottom: 100%;
  margin-bottom: -1px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #000 transparent;
}
.alert > alert[position="left"] {
  right: 100%;
  margin-right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert > alert[position="left"]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: -1px;
  border-color: transparent transparent transparent #000;
}
.alert > alert[position="right"] {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert > alert[position="right"]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: -1px;
  border-color: transparent #000 transparent transparent;
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip:hover tooltip {
  visibility: visible;
}
.tooltip > tooltip {
  visibility: hidden;
  position: absolute;
  padding: 10px 15px;
  color: #FFF;
  background-color: #000;
  border-radius: 8px;
  z-index: -1;
  min-width: 200px;
}
.tooltip > tooltip::after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
}
.tooltip > tooltip[position="top"] {
  bottom: 100%;
  margin-bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip > tooltip[position="top"]::after {
  top: 100%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  border-color: #000 transparent transparent transparent;
}
.tooltip > tooltip[position="bottom"] {
  top: 100%;
  margin-top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip > tooltip[position="bottom"]::after {
  bottom: 100%;
  margin-bottom: -1px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #000 transparent;
}
.tooltip > tooltip[position="left"] {
  right: 100%;
  margin-right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip > tooltip[position="left"]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: -1px;
  border-color: transparent transparent transparent #000;
}
.tooltip > tooltip[position="right"] {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip > tooltip[position="right"]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: -1px;
  border-color: transparent #000 transparent transparent;
}
.sortable_background {
  background: transparent;
}
.sortable_background * {
  opacity: 0;
}
/* icon */
.IconS {
  width: 32px;
  height: 32px;
  padding: 2px;
  margin: 4px;
  background-size: 24px;
}
.IconS2 {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin: 4px;
  background-size: 24px;
}
.IconS3 {
  width: 48px;
  height: 40px;
  padding: 2px;
  background-size: 32px;
}
.IconM {
  width: 48px;
  height: 48px;
  padding: 2px;
  margin: 4px;
  background-size: 28px;
}
.IconM2 {
  width: 52px;
  height: 40px;
  margin: 7.5px;
  background-size: 34px;
}
.iconSmall {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.icon_image {
  display: flex;
  padding: 2px;
  margin: 0;
}
.icon_image:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #CCC;
  border-radius: 4px;
}
.icon_imageText_imgLeft {
  display: block;
  margin: 0;
  padding: 2px;
  font-style: normal;
  cursor: pointer;
  border: 1px solid #AAA;
  border-radius: 4px;
  background: linear-gradient(to top, #EEE, #fff 30%);
}
.icon_imageText_imgLeft:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
.icon_imageText_imgLeft > img {
  float: left;
  height: 22px;
  margin: 2px 4px;
  border-radius: 4px;
}
.icon_imageText_imgLeft > span {
  display: inline-block;
  margin-top: 6px;
  font-size: 11.5pt;
  color: #000;
}
i.tabIconExpt {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 6px;
  border: 1px solid transparent;
}
i.tabIconExpt:hover {
  border-color: #CCC;
  border-radius: 4px;
}
i.tabIconExpt img {
  border-radius: 50%;
  height: 28px;
  margin: 0;
  padding: 0;
}
/* SELECT fix okie */
.select_dropdown {
  display: inline-block;
  font-size: 11.5pt;
  align-items: center;
  border: 1px solid #AAA;
  border-radius: 4px;
  color: #000;
  outline: none;
  line-height: 1em;
  text-transform: capitalize;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
  padding: 3px 24px 3px 3px;
  background: url(/icon/arrow-down.svg) no-repeat calc(100% - 6px) center / 10px;
}
.select_dropdown:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
.select_dropdown:hover {
  /* background: [background-image] [background-position] / [background-size] [background-repeat] [background-attachment] [background-origin] [background-clip] [background-color]; */
  background: url(/icon/arrow-up.svg) no-repeat calc(100% - 6px) center / 10px, linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
.select_dropdown:hover > ul {
  display: block;
}
.select_dropdown > input {
  display: none;
}
.select_dropdown ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.select_dropdown ol li {
  float: left;
  display: grid;
  margin: 0;
  padding: 1px 2px;
}
.select_dropdown ol li img {
  width: 16px;
  height: 16px;
  margin: 2px;
}
.select_dropdown ol li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  font-size: 10pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
  text-overflow: ellipsis;
}
.select_dropdown ol li i {
  display: none;
  width: 18px;
  cursor: pointer;
  background: url(/icon/close-black.svg) no-repeat calc(100% - 2px) center;
  background-size: 12px;
}
.select_dropdown[select="1"] ol li {
  display: block;
  width: 100%;
}
.select_dropdown[select="1"] ol li img {
  display: none;
}
.select_dropdown[select="1Image"] ol li {
  grid-template-columns: 22px 1fr;
  width: 100%;
}
.select_dropdown[select="n"] ol li,
.select_dropdown[select="nImage"] ol li {
  margin-right: 4px;
  padding: 0 1px;
  background-color: #DFDFDF;
  border: 1px solid #CCC;
  border-radius: 6px;
}
.select_dropdown[select="n"] ol li:hover,
.select_dropdown[select="nImage"] ol li:hover {
  background-color: #FEFEFE;
}
.select_dropdown[select="n"] ol li i,
.select_dropdown[select="nImage"] ol li i {
  display: block;
}
.select_dropdown[select="n"] ol li img,
.select_dropdown[select="nImage"] ol li img {
  display: none;
}
.select_dropdown[select="n"] ol li {
  grid-template-columns: 1fr 18px;
}
.select_dropdown[select="nImage"] ol li {
  grid-template-columns: 22px 1fr 18px;
}
.select_dropdown > ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  width: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin: 0;
}
.select_dropdown > ul[position="top"]:after,
.select_dropdown > ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
.select_dropdown > ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
.select_dropdown > ul[position="bottom"]:after,
.select_dropdown > ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.select_dropdown > ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.select_dropdown > ul[position="right-top"]:after,
.select_dropdown > ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.select_dropdown > ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.select_dropdown > ul[position="left-top"]:after,
.select_dropdown > ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.select_dropdown > ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.select_dropdown > ul[position="bottom-right"]:after,
.select_dropdown > ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.select_dropdown > ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.select_dropdown > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #999;
  width: 100%;
  cursor: pointer;
}
.select_dropdown > ul li:first-child {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.select_dropdown > ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
.select_dropdown > ul li img,
.select_dropdown > ul li input[type="checkbox"] {
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}
.select_dropdown > ul li img {
  width: 16px;
  height: 16px;
}
.select_dropdown > ul li a {
  display: block;
  margin: 0;
  padding: 10px 8px;
  width: 100%;
  font-size: 10pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
.select_dropdown > ul li:hover {
  background-color: #EEE;
}
.select_dropdown > ul li:hover:first-of-type {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.select_dropdown > ul li:hover:last-of-type {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
.select_dropdown > ul li:hover > ul {
  display: block;
}
.select_dropdown > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  padding: 0;
  top: 0;
}
.select_dropdown > ul li ul[position="top"]:after,
.select_dropdown > ul li ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul li ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
.select_dropdown > ul li ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
.select_dropdown > ul li ul[position="bottom"]:after,
.select_dropdown > ul li ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul li ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.select_dropdown > ul li ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.select_dropdown > ul li ul[position="right-top"]:after,
.select_dropdown > ul li ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul li ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.select_dropdown > ul li ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.select_dropdown > ul li ul[position="left-top"]:after,
.select_dropdown > ul li ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul li ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.select_dropdown > ul li ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.select_dropdown > ul li ul[position="bottom-right"]:after,
.select_dropdown > ul li ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select_dropdown > ul li ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.select_dropdown > ul li ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.select_dropdown > ul li ul[pos="right"] {
  left: 0;
  margin-left: 100%;
}
.select_dropdown > ul li ul[pos="left"] {
  right: 0;
  margin-right: 100%;
}
.select_dropdown.small > ol a {
  display: none;
}
div.category {
  display: grid;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: 300px 1fr;
  grid-template-areas: "aside main";
  border: 1px solid #CCC;
  border-radius: 6px;
  background-color: #FAFAFA;
}
div.category > nav {
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 1px;
  width: calc(100% - 300px - 3px);
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  background-color: #EEE;
}
div.category > nav > i {
  display: block;
  float: right;
  font: normal normal 0.9em Gotham, "Helvetica Neue", Helvetica, Arial, tahoma, verdana, "sans-serif";
  margin: auto;
  width: 32px;
  height: 29px;
  padding: 4px 5px;
  background-size: 20px;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
  border: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
div.category > nav > i > img {
  height: 20px;
  border-radius: 4px;
}
div.category > nav > i:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
div.category > nav > i > img {
  height: 20px;
  border-radius: 4px;
}
div.category > nav > i:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
div.category > nav > i#grpsTrash {
  background-image: url(/icon/trash-black.svg);
}
div.category > nav > i#grpsRemove {
  background-image: url(/icon/remove-black.svg);
}
div.category > nav > i#grpsMove {
  background-image: url(/icon/move.svg);
}
div.category > nav > i#grpsSort {
  background-image: url(/icon/sort-alpha-down.svg);
}
div.category > nav > i#grpsEdit {
  background-image: url(/icon/edit-fill.svg);
}
div.category > nav > i#grpsAdd {
  background-image: url(/icon/plus01-black.svg);
}
div.category > nav > i#grpsAsideOnOff {
  background-image: url(/icon/arrow-closec22.svg);
  display: none;
}
div.category > aside,
div.category > main {
  display: block;
  min-height: 100%;
  margin: 0;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
div.category > aside {
  grid-area: aside;
  padding-top: 20px;
}
div.category > aside > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.category > aside > ul > li {
  display: block;
  margin: 0;
  padding: 8px 8px 8px 30px;
  font-size: 1.18em;
  background: url(/icon/ban.svg), url(/icon/dot-vert.png), url(/icon/dot-horz.png);
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-position: 8px center, 0 1px, 1px center;
}
div.category > aside > ul > li > a {
  display: block;
  cursor: pointer;
}
div.category > aside > ul > li > a:active {
  color: red;
}
div.category > main {
  grid-area: main;
  padding-top: 50px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 6px;
}
.searchMulti_v1 {
  display: inline-block;
  align-items: center;
  color: #000;
  line-height: 1em;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
}
.searchMulti_v1:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
.searchMulti_v1 > span {
  display: block;
  width: 32px;
  height: 30px;
  margin: 0;
  padding: 10px 12px;
  cursor: pointer;
  background: url(/icon/magnifier-1.svg) center no-repeat;
  background-size: 18px;
  border: 1px solid #AAA;
  border-radius: 4px;
}
.searchMulti_v1 > div {
  position: absolute;
  display: none;
  right: 0;
  margin: 0;
  z-index: 1000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  color: #000;
  line-height: 1em;
}
.searchMulti_v1 > div[position="top"]:after,
.searchMulti_v1 > div[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.searchMulti_v1 > div[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
.searchMulti_v1 > div[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
.searchMulti_v1 > div[position="bottom"]:after,
.searchMulti_v1 > div[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.searchMulti_v1 > div[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.searchMulti_v1 > div[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.searchMulti_v1 > div[position="right-top"]:after,
.searchMulti_v1 > div[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.searchMulti_v1 > div[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.searchMulti_v1 > div[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.searchMulti_v1 > div[position="left-top"]:after,
.searchMulti_v1 > div[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.searchMulti_v1 > div[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.searchMulti_v1 > div[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.searchMulti_v1 > div[position="bottom-right"]:after,
.searchMulti_v1 > div[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.searchMulti_v1 > div[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.searchMulti_v1 > div[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.searchMulti_v1 > div > .searchBox {
  display: grid;
  grid-template-columns: 30px auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #AAA;
  border-radius: 10px;
  background-color: transparent;
  background: linear-gradient(to top, #EEE, #fff 30%);
}
.searchMulti_v1 > div > .searchBox::-webkit-search-cancel-button {
  float: left;
}
.searchMulti_v1 > div > .searchBox > input {
  width: 98%;
  min-width: 200px;
  padding: 8px 0 8px 8px;
  font-size: 1.1em;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.searchMulti_v1 > div > .searchBox > a {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 6px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  background: url(/icon/search-02-black.svg) center no-repeat;
  background-size: 32px;
}
.searchMulti_v1 > div > .searchBox > a:hover {
  background-color: rgba(195, 165, 165, 0.8);
}
.searchMulti_v1 > div > div {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
}
.searchMulti_v1 > div > div > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 4px;
}
.searchMulti_v1 > div > div > ul > li {
  display: block;
}
.searchMulti_v1 > div > div > ul > li label {
  display: table;
  align-items: baseline;
  vertical-align: middle;
  margin: 0;
  padding: 8px;
  line-height: 0.5em;
  font-style: normal;
  font-size: 11.5pt;
  text-transform: capitalize;
  white-space: nowrap;
  text-wrap: nowrap;
}
.searchMulti_v1 > div > div > ul > li label input[type="radio"] {
  display: table-cell;
  margin: 0 8px 0 0;
  width: 1.2em;
  height: 1.2em;
}
toolbar {
  display: block;
  position: fixed;
  z-index: 0;
  left: 0;
  bottom: 12%;
  width: 52px;
  margin: 0;
  padding: 2px 0;
  margin-left: -52px;
  border: 1px solid #888;
  background: #ffffff;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-left-width: 0;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
}
toolbar > a#tick {
  display: block;
  cursor: pointer;
}
toolbar > a#tick.open {
  background: url(/icon/arrow-left-cqi.svg) center no-repeat, #ffffff;
  background-size: 24px;
  width: 48px;
  height: 32px;
}
toolbar > a#tick.close {
  background: url(/icon/arrow-right-sxz.svg) center no-repeat, #ffffff;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -3px;
  border: 1px solid #888;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-left-width: 0;
  margin-right: -32px;
  background-size: 24px;
  width: 32px;
  height: 48px;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
}
toolbar ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
toolbar ul > li {
  display: block;
  float: left;
  position: relative;
}
toolbar ul > li#addItem {
  background-image: url(/icon/plus01-black.svg);
}
toolbar ul > li#QVCloud {
  background-image: url(/icon/qv-cloud-81q.svg);
}
toolbar ul > li#category {
  background-image: url(/icon/category-black.svg);
}
toolbar ul > li#library {
  background-image: url(/icon/book2.svg);
}
toolbar ul > li#config {
  background-image: url(/icon/config-black.svg);
}
toolbar ul > li > div {
  display: none;
  position: absolute;
  margin: 0;
  padding: 12px;
  right: 0;
  z-index: 1001;
  margin-right: -194px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #999;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px 0px;
}
toolbar ul > li > div > h6 {
  display: inline-block;
  padding: 0 0 10px 5px;
  margin: 0;
  width: 100%;
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
}
toolbar ul > li > div > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  height: auto;
}
toolbar ul > li > div > ul li#html {
  background-image: url(/icon/brand-html5.svg);
}
toolbar ul > li > div > ul li#imgLib {
  background-image: url(/icon/image-library-black.svg);
}
toolbar ul > li > div > ul li#iconLib {
  background-image: url(/icon/icon-7ny.svg);
}
toolbar ul > li > div > ul li#logoLib {
  background-image: url(/icon/logo-ot4.svg);
}
toolbar ul > li:hover > div {
  display: block;
}
/* PAGINATION */
/* lam them class small */
.pagination {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.pagination > span {
  display: none;
  cursor: pointer;
  font-size: 11pt;
  text-align: center;
}
.pagination > i {
  display: block;
  float: left;
  margin: 0 1px;
  padding: 10px 12px;
  cursor: pointer;
  width: 32px;
  height: 28px;
  border: 1px solid #AAA;
  border-radius: 4px;
}
.pagination > i:hover {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
.pagination > i#back {
  background: url(/icon/arrow-left-cqi.svg) no-repeat center;
  background-size: 24px;
}
.pagination > i#back:hover {
  background: url(/icon/arrow-left-cqi.svg) no-repeat center, linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
  background-size: 28px;
}
.pagination > i#next {
  background: url(/icon/arrow-right-sxz.svg) no-repeat center;
  float: right;
  background-size: 24px;
}
.pagination > i#next:hover {
  background: url(/icon/arrow-right-sxz.svg) no-repeat center, linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
  background-size: 28px;
}
.pagination > ul {
  display: flex;
  float: left;
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 240px;
  height: auto;
}
.pagination > ul > li {
  display: block;
  float: left;
  margin: 0 2px;
  padding: 0;
}
.pagination > ul > li a {
  display: block;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #AAA;
  border-radius: 4px;
}
.pagination > ul > li a:hover {
  background: #EEE;
  cursor: pointer;
}
.pagination > ul > li.active a {
  border-color: #888;
  box-shadow: inset 0 0 3px #888;
}
.pagination.small > span {
  display: inline-block;
}
.pagination.small > i {
  display: none;
}
.pagination.small > ul {
  display: none;
  position: absolute;
  float: none;
  width: auto;
  min-width: 206px;
  max-width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  margin-left: -40px;
}
.pagination.small > ul[position="top"]:after,
.pagination.small > ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pagination.small > ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
.pagination.small > ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
.pagination.small > ul[position="bottom"]:after,
.pagination.small > ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pagination.small > ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.pagination.small > ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.pagination.small > ul[position="right-top"]:after,
.pagination.small > ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pagination.small > ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.pagination.small > ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.pagination.small > ul[position="left-top"]:after,
.pagination.small > ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pagination.small > ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
.pagination.small > ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
.pagination.small > ul[position="bottom-right"]:after,
.pagination.small > ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pagination.small > ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
.pagination.small > ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
.pagination.small > ul > li {
  margin: 4px !important;
}
.pagination.small:hover > ul {
  display: block;
}
.pagination.small a {
  padding: 6px auto;
  width: 40px;
  text-align: center;
}
/* ANIMATION EFFECTS */
.spin360:hover {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.imgSpin360:hover > img {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animation-bounce {
  animation-name: bounce;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
/* ---------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .grid-autoColumn {
    width: 96%;
    margin: 2%;
  }
  .dialogBox {
    width: 96%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .grid-autoColumn {
    width: 46%;
    margin: 2%;
  }
  .dialogBox {
    width: 96%;
  }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  .grid-autoColumn {
    width: 46%;
    margin: 2%;
  }
  .dialogBox {
    width: 94%;
  }
}
@media screen and (max-width: 570px) {
  div.category {
    grid-template-columns: 1fr 0;
  }
  div.category > nav {
    width: calc(100% - 1px);
    border: 1px solid #EFEFEF;
    border-bottom-color: #CCC;
  }
  div.category > aside {
    width: 100%;
    padding-top: 50px;
  }
  div.category > main {
    display: none;
  }
  .pagination > span {
    display: inline-block;
  }
  .pagination > i {
    display: none;
  }
  .pagination > ul {
    display: none;
    position: absolute;
    float: none;
    width: auto;
    min-width: 206px;
    max-width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
    border: 1px solid #AAA;
    border-radius: 6px;
    margin-left: -40px;
  }
  .pagination > ul[position="top"]:after,
  .pagination > ul[position="top"]:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagination > ul[position="top"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255, 255, 255, 0.98);
    border-width: 8px;
    margin-left: -8px;
  }
  .pagination > ul[position="top"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-top-color: #AAA;
    border-width: 9px;
    margin-left: -9px;
  }
  .pagination > ul[position="bottom"]:after,
  .pagination > ul[position="bottom"]:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagination > ul[position="bottom"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.98);
    border-width: 6px;
    margin-left: -6px;
  }
  .pagination > ul[position="bottom"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #AAA;
    border-width: 7px;
    margin-left: -7px;
  }
  .pagination > ul[position="right-top"]:after,
  .pagination > ul[position="right-top"]:before {
    right: 100%;
    top: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagination > ul[position="right-top"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0.98);
    border-width: 8px;
    margin-top: -8px;
  }
  .pagination > ul[position="right-top"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-right-color: #AAA;
    border-width: 9px;
    margin-top: -9px;
  }
  .pagination > ul[position="left-top"]:after,
  .pagination > ul[position="left-top"]:before {
    left: 100%;
    top: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagination > ul[position="left-top"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0.98);
    border-width: 8px;
    margin-top: -8px;
  }
  .pagination > ul[position="left-top"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-left-color: #AAA;
    border-width: 9px;
    margin-top: -9px;
  }
  .pagination > ul[position="bottom-right"]:after,
  .pagination > ul[position="bottom-right"]:before {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagination > ul[position="bottom-right"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.98);
    border-width: 6px;
    margin-left: -6px;
  }
  .pagination > ul[position="bottom-right"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #AAA;
    border-width: 7px;
    margin-left: -7px;
  }
  .pagination > ul > li {
    margin: 4px !important;
  }
  .pagination:hover > ul {
    display: block;
  }
  .pagination a {
    padding: 6px auto;
    width: 40px;
    text-align: center;
  }
  .select_dropdown {
    width: auto;
  }
  .select_dropdown ol a {
    display: none !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 720px) {
  div.category {
    grid-template-columns: 0 1fr;
  }
  div.category > nav {
    width: 100%;
  }
  div.category > nav > i#grpsAsideOnOff {
    display: block;
  }
  div.category > aside {
    display: block;
    width: 300px;
    min-height: 90%;
    max-height: 90%;
    z-index: 1000;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
    border: 1px solid #AAA;
    border-radius: 6px;
    padding-top: 20px !important;
  }
  div.category > aside[position="top"]:after,
  div.category > aside[position="top"]:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  div.category > aside[position="top"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255, 255, 255, 0.98);
    border-width: 8px;
    margin-left: -8px;
  }
  div.category > aside[position="top"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-top-color: #AAA;
    border-width: 9px;
    margin-left: -9px;
  }
  div.category > aside[position="bottom"]:after,
  div.category > aside[position="bottom"]:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  div.category > aside[position="bottom"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.98);
    border-width: 6px;
    margin-left: -6px;
  }
  div.category > aside[position="bottom"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #AAA;
    border-width: 7px;
    margin-left: -7px;
  }
  div.category > aside[position="right-top"]:after,
  div.category > aside[position="right-top"]:before {
    right: 100%;
    top: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  div.category > aside[position="right-top"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0.98);
    border-width: 8px;
    margin-top: -8px;
  }
  div.category > aside[position="right-top"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-right-color: #AAA;
    border-width: 9px;
    margin-top: -9px;
  }
  div.category > aside[position="left-top"]:after,
  div.category > aside[position="left-top"]:before {
    left: 100%;
    top: 24px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  div.category > aside[position="left-top"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0.98);
    border-width: 8px;
    margin-top: -8px;
  }
  div.category > aside[position="left-top"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-left-color: #AAA;
    border-width: 9px;
    margin-top: -9px;
  }
  div.category > aside[position="bottom-right"]:after,
  div.category > aside[position="bottom-right"]:before {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  div.category > aside[position="bottom-right"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.98);
    border-width: 6px;
    margin-left: -6px;
  }
  div.category > aside[position="bottom-right"]:before {
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #AAA;
    border-width: 7px;
    margin-left: -7px;
  }
  div.category > main {
    width: 100%;
  }
  .pagination > ul {
    max-width: 150px;
  }
  .select_dropdown {
    width: 80px;
  }
  .select_dropdown ol a {
    display: block !important;
  }
  .dialogBox {
    width: 90%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .grid-autoColumn {
    width: 30.33%;
    margin: 1.5%;
  }
  .dialogBox {
    width: 70%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1024px) {
  .grid-autoColumn {
    width: 22%;
    margin: 1.5%;
  }
  .dialogBox {
    width: 66%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1112px) {
  .grid-autoColumn {
    width: 18%;
    margin: 1%;
  }
  .dialogBox {
    width: 60%;
  }
}
@media screen and (min-width: 1112px) and (max-width: 1280px) {
  .grid-autoColumn {
    width: 18%;
    margin: 1%;
  }
  .dialogBox {
    width: 56%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .grid-autoColumn {
    width: 15.066%;
    margin: 0.8%;
  }
  .dialogBox {
    width: 50%;
  }
}
@media screen and (min-width: 1366px) {
  .grid-autoColumn {
    width: 12.68%;
    margin: 0.8%;
  }
  .dialogBox {
    width: 50%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  /*.grid-autoColumn { width:9.5%; margin:0.25%; } */
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  /*.grid-autoColumn { width:9.5%; margin:0.25%; } */
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  /*.grid-autoColumn { width:9.5%; margin:0.25%; } */
}
dialog {
  position: absolute;
  z-index: 100000;
  display: block;
  margin: 3px;
  padding: 8px;
  width: calc(100% - (3px*2) - 2px);
  height: calc(100% - (3px*2) - 2px);
  min-width: 360px;
  top: 0;
  left: 0;
  background: #ffffff;
  font: normal normal 0.9em Gotham, "Helvetica Neue", Helvetica, Arial, tahoma, verdana, "sans-serif";
  border: 1px solid #999;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
}
dialog.top {
  height: 40%;
  top: -4px;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
dialog.right {
  width: 35%;
  max-width: 400px;
  left: auto;
  right: -4px;
  border-right: none;
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-right-width: 0;
}
dialog.bottom {
  top: auto;
  bottom: -4px;
  height: 40%;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
dialog.left {
  left: -3px;
  width: 35%;
  border-left: none;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-left-width: 0;
}
box,
alert {
  position: absolute;
  z-index: 200000;
  margin: 0;
  padding: 6px;
  width: auto;
  height: auto;
  background: #ffffff;
  top: 0;
  left: 0;
  border: 1px solid #999;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
}
box.small,
alert.small {
  width: 98%;
  max-width: 450px;
  min-width: 370px;
}
box.medium,
alert.medium {
  width: 550px;
}
box.top,
alert.top {
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
box.left,
alert.left {
  right: auto;
  border-left: none;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-left-width: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
box.right,
alert.right {
  left: auto;
  right: 0;
  border-right: none;
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-right-width: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
box.bottom,
alert.bottom {
  top: auto;
  bottom: 0;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
box.center,
alert.center {
  border-radius: 6px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
box.topLeft,
alert.topLeft,
box.topLeft-horz,
alert.topLeft-horz {
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6px;
}
box.topRight,
alert.topRight,
box.topRight-horz,
alert.topRight-horz {
  left: auto;
  right: 0;
  border-top: none;
  border-left: none;
  border-bottom-left-radius: 6px;
}
box.bottomLeft,
alert.bottomLeft,
box.bottomLeft-horz,
alert.bottomLeft-horz {
  top: auto;
  bottom: 0;
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 6px;
}
box.bottomRight,
alert.bottomRight,
box.bottomRight-horz,
alert.bottomRight-horz {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0;
  border-right: 0;
  border-top-left-radius: 6px;
}
dialog,
box,
alert {
  text-align: left;
}
dialog > i.btn_close,
box > i.btn_close,
alert > i.btn_close {
  position: absolute;
  top: 4px;
  right: 4px;
}
dialog > header,
box > header,
alert > header {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}
dialog > container,
box > container,
alert > container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
dialog > container > nav,
box > container > nav,
alert > container > nav {
  display: inline-block;
  width: 100%;
  position: sticky;
  z-index: 1000;
  right: 0;
  top: 0;
  margin: 0;
  padding: 4px 0;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}
dialog > container > nav > i,
box > container > nav > i,
alert > container > nav > i {
  display: block;
  float: right;
  position: relative;
  margin-left: 8px !important;
}
dialog > container > nav > i:first-child,
box > container > nav > i:first-child,
alert > container > nav > i:first-child {
  margin-left: 0 !important;
}
dialog > container > nav > i > ul,
box > container > nav > i > ul,
alert > container > nav > i > ul {
  display: none;
  margin: 2px 0 0 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  width: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
dialog > container > nav > i > ul[position="top"]:after,
box > container > nav > i > ul[position="top"]:after,
alert > container > nav > i > ul[position="top"]:after,
dialog > container > nav > i > ul[position="top"]:before,
box > container > nav > i > ul[position="top"]:before,
alert > container > nav > i > ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul[position="top"]:after,
box > container > nav > i > ul[position="top"]:after,
alert > container > nav > i > ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
dialog > container > nav > i > ul[position="top"]:before,
box > container > nav > i > ul[position="top"]:before,
alert > container > nav > i > ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
dialog > container > nav > i > ul[position="bottom"]:after,
box > container > nav > i > ul[position="bottom"]:after,
alert > container > nav > i > ul[position="bottom"]:after,
dialog > container > nav > i > ul[position="bottom"]:before,
box > container > nav > i > ul[position="bottom"]:before,
alert > container > nav > i > ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul[position="bottom"]:after,
box > container > nav > i > ul[position="bottom"]:after,
alert > container > nav > i > ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
dialog > container > nav > i > ul[position="bottom"]:before,
box > container > nav > i > ul[position="bottom"]:before,
alert > container > nav > i > ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
dialog > container > nav > i > ul[position="right-top"]:after,
box > container > nav > i > ul[position="right-top"]:after,
alert > container > nav > i > ul[position="right-top"]:after,
dialog > container > nav > i > ul[position="right-top"]:before,
box > container > nav > i > ul[position="right-top"]:before,
alert > container > nav > i > ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul[position="right-top"]:after,
box > container > nav > i > ul[position="right-top"]:after,
alert > container > nav > i > ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
dialog > container > nav > i > ul[position="right-top"]:before,
box > container > nav > i > ul[position="right-top"]:before,
alert > container > nav > i > ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
dialog > container > nav > i > ul[position="left-top"]:after,
box > container > nav > i > ul[position="left-top"]:after,
alert > container > nav > i > ul[position="left-top"]:after,
dialog > container > nav > i > ul[position="left-top"]:before,
box > container > nav > i > ul[position="left-top"]:before,
alert > container > nav > i > ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul[position="left-top"]:after,
box > container > nav > i > ul[position="left-top"]:after,
alert > container > nav > i > ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
dialog > container > nav > i > ul[position="left-top"]:before,
box > container > nav > i > ul[position="left-top"]:before,
alert > container > nav > i > ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
dialog > container > nav > i > ul[position="bottom-right"]:after,
box > container > nav > i > ul[position="bottom-right"]:after,
alert > container > nav > i > ul[position="bottom-right"]:after,
dialog > container > nav > i > ul[position="bottom-right"]:before,
box > container > nav > i > ul[position="bottom-right"]:before,
alert > container > nav > i > ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul[position="bottom-right"]:after,
box > container > nav > i > ul[position="bottom-right"]:after,
alert > container > nav > i > ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
dialog > container > nav > i > ul[position="bottom-right"]:before,
box > container > nav > i > ul[position="bottom-right"]:before,
alert > container > nav > i > ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
dialog > container > nav > i > ul li,
box > container > nav > i > ul li,
alert > container > nav > i > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #999;
  width: 100%;
  cursor: pointer;
}
dialog > container > nav > i > ul li:first-child,
box > container > nav > i > ul li:first-child,
alert > container > nav > i > ul li:first-child {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
dialog > container > nav > i > ul li:last-child,
box > container > nav > i > ul li:last-child,
alert > container > nav > i > ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
dialog > container > nav > i > ul li img,
box > container > nav > i > ul li img,
alert > container > nav > i > ul li img,
dialog > container > nav > i > ul li input[type="checkbox"],
box > container > nav > i > ul li input[type="checkbox"],
alert > container > nav > i > ul li input[type="checkbox"] {
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}
dialog > container > nav > i > ul li img,
box > container > nav > i > ul li img,
alert > container > nav > i > ul li img {
  width: 16px;
  height: 16px;
}
dialog > container > nav > i > ul li a,
box > container > nav > i > ul li a,
alert > container > nav > i > ul li a {
  display: block;
  margin: 0;
  padding: 10px 8px;
  width: 100%;
  font-size: 10pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
dialog > container > nav > i > ul li:hover,
box > container > nav > i > ul li:hover,
alert > container > nav > i > ul li:hover {
  background-color: #EEE;
}
dialog > container > nav > i > ul li:hover:first-of-type,
box > container > nav > i > ul li:hover:first-of-type,
alert > container > nav > i > ul li:hover:first-of-type {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
dialog > container > nav > i > ul li:hover:last-of-type,
box > container > nav > i > ul li:hover:last-of-type,
alert > container > nav > i > ul li:hover:last-of-type {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
dialog > container > nav > i > ul li:hover > ul,
box > container > nav > i > ul li:hover > ul,
alert > container > nav > i > ul li:hover > ul {
  display: block;
}
dialog > container > nav > i > ul li ul,
box > container > nav > i > ul li ul,
alert > container > nav > i > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 10000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  padding: 0;
  top: 0;
}
dialog > container > nav > i > ul li ul[position="top"]:after,
box > container > nav > i > ul li ul[position="top"]:after,
alert > container > nav > i > ul li ul[position="top"]:after,
dialog > container > nav > i > ul li ul[position="top"]:before,
box > container > nav > i > ul li ul[position="top"]:before,
alert > container > nav > i > ul li ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul li ul[position="top"]:after,
box > container > nav > i > ul li ul[position="top"]:after,
alert > container > nav > i > ul li ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
dialog > container > nav > i > ul li ul[position="top"]:before,
box > container > nav > i > ul li ul[position="top"]:before,
alert > container > nav > i > ul li ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
dialog > container > nav > i > ul li ul[position="bottom"]:after,
box > container > nav > i > ul li ul[position="bottom"]:after,
alert > container > nav > i > ul li ul[position="bottom"]:after,
dialog > container > nav > i > ul li ul[position="bottom"]:before,
box > container > nav > i > ul li ul[position="bottom"]:before,
alert > container > nav > i > ul li ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul li ul[position="bottom"]:after,
box > container > nav > i > ul li ul[position="bottom"]:after,
alert > container > nav > i > ul li ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
dialog > container > nav > i > ul li ul[position="bottom"]:before,
box > container > nav > i > ul li ul[position="bottom"]:before,
alert > container > nav > i > ul li ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
dialog > container > nav > i > ul li ul[position="right-top"]:after,
box > container > nav > i > ul li ul[position="right-top"]:after,
alert > container > nav > i > ul li ul[position="right-top"]:after,
dialog > container > nav > i > ul li ul[position="right-top"]:before,
box > container > nav > i > ul li ul[position="right-top"]:before,
alert > container > nav > i > ul li ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul li ul[position="right-top"]:after,
box > container > nav > i > ul li ul[position="right-top"]:after,
alert > container > nav > i > ul li ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
dialog > container > nav > i > ul li ul[position="right-top"]:before,
box > container > nav > i > ul li ul[position="right-top"]:before,
alert > container > nav > i > ul li ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
dialog > container > nav > i > ul li ul[position="left-top"]:after,
box > container > nav > i > ul li ul[position="left-top"]:after,
alert > container > nav > i > ul li ul[position="left-top"]:after,
dialog > container > nav > i > ul li ul[position="left-top"]:before,
box > container > nav > i > ul li ul[position="left-top"]:before,
alert > container > nav > i > ul li ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul li ul[position="left-top"]:after,
box > container > nav > i > ul li ul[position="left-top"]:after,
alert > container > nav > i > ul li ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
dialog > container > nav > i > ul li ul[position="left-top"]:before,
box > container > nav > i > ul li ul[position="left-top"]:before,
alert > container > nav > i > ul li ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
dialog > container > nav > i > ul li ul[position="bottom-right"]:after,
box > container > nav > i > ul li ul[position="bottom-right"]:after,
alert > container > nav > i > ul li ul[position="bottom-right"]:after,
dialog > container > nav > i > ul li ul[position="bottom-right"]:before,
box > container > nav > i > ul li ul[position="bottom-right"]:before,
alert > container > nav > i > ul li ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
dialog > container > nav > i > ul li ul[position="bottom-right"]:after,
box > container > nav > i > ul li ul[position="bottom-right"]:after,
alert > container > nav > i > ul li ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
dialog > container > nav > i > ul li ul[position="bottom-right"]:before,
box > container > nav > i > ul li ul[position="bottom-right"]:before,
alert > container > nav > i > ul li ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
dialog > container > nav > i > ul li ul[pos="right"],
box > container > nav > i > ul li ul[pos="right"],
alert > container > nav > i > ul li ul[pos="right"] {
  left: 0;
  margin-left: 100%;
}
dialog > container > nav > i > ul li ul[pos="left"],
box > container > nav > i > ul li ul[pos="left"],
alert > container > nav > i > ul li ul[pos="left"] {
  right: 0;
  margin-right: 100%;
}
dialog > container > nav > i:hover > ul,
box > container > nav > i:hover > ul,
alert > container > nav > i:hover > ul {
  display: block;
}
dialog > container > path,
box > container > path,
alert > container > path {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
}
dialog > container > path > div,
box > container > path > div,
alert > container > path > div {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
dialog > container > path > div > a,
box > container > path > div > a,
alert > container > path > div > a {
  font-size: 9pt;
  padding: 2px;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
dialog > container > path > div > a:hover,
box > container > path > div > a:hover,
alert > container > path > div > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
dialog > container > path > div > i,
box > container > path > div > i,
alert > container > path > div > i {
  padding: 0;
  margin: 0;
  font-style: normal;
  color: #888;
}
box > header,
alert > header {
  border-bottom: 1px solid #EEE;
}
alert {
  border-radius: 6px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin-top: -100px;
  min-width: 250px;
}
alert > i.btn_close {
  top: 2px;
  right: 2px;
}
alert > header {
  padding: 4px;
  text-align: center;
}
alert > container {
  margin-top: 6px;
}
alert > container > div {
  width: 100%;
}
alert > container > div._input {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  gap: 0;
  border: 1px solid #AAA;
  border-radius: 4px;
}
alert > container > div._input input {
  padding: 10px 12px;
  font-size: 11.5pt;
  line-height: 1em;
  border: 0;
  background: linear-gradient(to top, #EEE, #fff 30%);
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
alert > container > div._input input:focus {
  background: linear-gradient(to bottom, #eeeeee 1%, #ffffff 100%);
}
alert > container > div._input i {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
}
alert > container > div._input i:hover {
  background-color: #EFEFEF;
}
alert > container > div._input i#submit {
  background-image: url(/icon/arrow-right-h0t.svg);
}
alert > container > div._input i#clear {
  background-image: url(/icon/x.svg);
}
box > container {
  height: auto;
}
dialog > container {
  height: calc(100% - 36px);
}
.alertBox {
  min-width: 300px;
}
@media screen and (max-width: 456px) {
  box {
    max-width: 98%;
  }
}
@media screen and (min-width: 466px) and (max-width: 723px) {
  box {
    max-width: 90%;
  }
}
@media screen and (min-width: 724px) and (max-width: 1023px) {
  box {
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  box {
    max-width: 50%;
  }
}
tabs {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
tabs > ul {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: inset 0 -1px 0 #999;
}
tabs > ul[icon] {
  background-repeat: no-repeat;
  background-position: 4px 8px;
  background-size: 22px;
}
tabs > ul[icon] > li:first-child {
  margin-left: 30px !important;
}
tabs > ul > i {
  display: block;
  float: right;
}
tabs > ul > i:hover > ul {
  display: block;
}
tabs > ul > i > ul {
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  width: auto;
  padding: 0;
  display: none;
  top: 0;
  margin: 30px 0 0 0;
  right: 0;
}
tabs > ul > i > ul[position="top"]:after,
tabs > ul > i > ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
tabs > ul > i > ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
tabs > ul > i > ul[position="bottom"]:after,
tabs > ul > i > ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > ul > i > ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > ul > i > ul[position="right-top"]:after,
tabs > ul > i > ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > ul > i > ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > ul > i > ul[position="left-top"]:after,
tabs > ul > i > ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > ul > i > ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > ul > i > ul[position="bottom-right"]:after,
tabs > ul > i > ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > ul > i > ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > ul > i > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #999;
  width: 100%;
  cursor: pointer;
}
tabs > ul > i > ul li:first-child {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
tabs > ul > i > ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
tabs > ul > i > ul li img,
tabs > ul > i > ul li input[type="checkbox"] {
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}
tabs > ul > i > ul li img {
  width: 16px;
  height: 16px;
}
tabs > ul > i > ul li a {
  display: block;
  margin: 0;
  padding: 10px 8px;
  width: 100%;
  font-size: 10pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
tabs > ul > i > ul li:hover {
  background-color: #EEE;
}
tabs > ul > i > ul li:hover:first-of-type {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
tabs > ul > i > ul li:hover:last-of-type {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
tabs > ul > i > ul li:hover > ul {
  display: block;
}
tabs > ul > i > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  padding: 0;
  top: 0;
}
tabs > ul > i > ul li ul[position="top"]:after,
tabs > ul > i > ul li ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul li ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
tabs > ul > i > ul li ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
tabs > ul > i > ul li ul[position="bottom"]:after,
tabs > ul > i > ul li ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul li ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > ul > i > ul li ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > ul > i > ul li ul[position="right-top"]:after,
tabs > ul > i > ul li ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul li ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > ul > i > ul li ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > ul > i > ul li ul[position="left-top"]:after,
tabs > ul > i > ul li ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul li ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > ul > i > ul li ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > ul > i > ul li ul[position="bottom-right"]:after,
tabs > ul > i > ul li ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > ul > i > ul li ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > ul > i > ul li ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > ul > i > ul li ul[pos="right"] {
  left: 0;
  margin-left: 100%;
}
tabs > ul > i > ul li ul[pos="left"] {
  right: 0;
  margin-right: 100%;
}
tabs > ul > li {
  position: relative;
  bottom: -2px;
  display: inline-block;
  padding: 8px 12px 6px 12px;
  margin: 0 -1px;
  margin-top: 4px;
  background-color: #DDD;
  cursor: pointer;
  font-size: 0.96em;
  vertical-align: middle;
  border: 1px solid #999;
  border-bottom: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
tabs > ul > li:first-child {
  margin-left: 6px;
}
tabs > ul > li[icon] {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 20px;
}
tabs > ul > li[status="active"] {
  bottom: 0;
  padding: 10px 12px 6px 12px;
  background-color: #FFF;
}
tabs > ul > li[icon][status="active"] {
  padding-left: 28px;
}
tabs > div {
  display: none;
  position: relative !important;
  width: 100%;
  height: 92%;
  margin: 0;
  padding: 0;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: none;
}
tabs > div > nav {
  display: inline-block;
  width: 100%;
  position: sticky !important;
  z-index: 1000;
  right: 0;
  top: 0;
  margin: 0;
  padding: 8px 8px 2px 8px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
tabs > div > nav > i {
  display: block;
  float: right;
  position: relative;
  margin-left: 8px !important;
}
tabs > div > nav > i > ul {
  display: none;
  margin: 2px 0 0 0;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  width: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
tabs > div > nav > i > ul[position="top"]:after,
tabs > div > nav > i > ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
tabs > div > nav > i > ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
tabs > div > nav > i > ul[position="bottom"]:after,
tabs > div > nav > i > ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > div > nav > i > ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > div > nav > i > ul[position="right-top"]:after,
tabs > div > nav > i > ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > div > nav > i > ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > div > nav > i > ul[position="left-top"]:after,
tabs > div > nav > i > ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > div > nav > i > ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > div > nav > i > ul[position="bottom-right"]:after,
tabs > div > nav > i > ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > div > nav > i > ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > div > nav > i > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #999;
  width: 100%;
  cursor: pointer;
}
tabs > div > nav > i > ul li:first-child {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
tabs > div > nav > i > ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
tabs > div > nav > i > ul li img,
tabs > div > nav > i > ul li input[type="checkbox"] {
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}
tabs > div > nav > i > ul li img {
  width: 16px;
  height: 16px;
}
tabs > div > nav > i > ul li a {
  display: block;
  margin: 0;
  padding: 10px 8px;
  width: 100%;
  font-size: 10pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
tabs > div > nav > i > ul li:hover {
  background-color: #EEE;
}
tabs > div > nav > i > ul li:hover:first-of-type {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
tabs > div > nav > i > ul li:hover:last-of-type {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-bottom-width: 0;
}
tabs > div > nav > i > ul li:hover > ul {
  display: block;
}
tabs > div > nav > i > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 14px 0px;
  border: 1px solid #AAA;
  border-radius: 6px;
  padding: 0;
  top: 0;
}
tabs > div > nav > i > ul li ul[position="top"]:after,
tabs > div > nav > i > ul li ul[position="top"]:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul li ul[position="top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-left: -8px;
}
tabs > div > nav > i > ul li ul[position="top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-top-color: #AAA;
  border-width: 9px;
  margin-left: -9px;
}
tabs > div > nav > i > ul li ul[position="bottom"]:after,
tabs > div > nav > i > ul li ul[position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul li ul[position="bottom"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > div > nav > i > ul li ul[position="bottom"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > div > nav > i > ul li ul[position="right-top"]:after,
tabs > div > nav > i > ul li ul[position="right-top"]:before {
  right: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul li ul[position="right-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > div > nav > i > ul li ul[position="right-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > div > nav > i > ul li ul[position="left-top"]:after,
tabs > div > nav > i > ul li ul[position="left-top"]:before {
  left: 100%;
  top: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul li ul[position="left-top"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-width: 8px;
  margin-top: -8px;
}
tabs > div > nav > i > ul li ul[position="left-top"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-left-color: #AAA;
  border-width: 9px;
  margin-top: -9px;
}
tabs > div > nav > i > ul li ul[position="bottom-right"]:after,
tabs > div > nav > i > ul li ul[position="bottom-right"]:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
tabs > div > nav > i > ul li ul[position="bottom-right"]:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.98);
  border-width: 6px;
  margin-left: -6px;
}
tabs > div > nav > i > ul li ul[position="bottom-right"]:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #AAA;
  border-width: 7px;
  margin-left: -7px;
}
tabs > div > nav > i > ul li ul[pos="right"] {
  left: 0;
  margin-left: 100%;
}
tabs > div > nav > i > ul li ul[pos="left"] {
  right: 0;
  margin-right: 100%;
}
tabs > div > nav > i:first-child {
  margin-left: 0 !important;
}
tabs > div > nav > i:hover > ul {
  display: block;
}
tabs > div[status="active"] {
  display: block;
}
@media screen and (max-width: 480px) {
  tabs > ul > li {
    padding: 8px 12px;
  }
}
