/* 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;
}
.input {
  font-size: 1em;
  font-style: normal;
  color: #000;
  padding: 6px 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: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html,
body,
dialog,
taskbar {
  min-width: 319px;
}
body {
  padding: 0 12px;
  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;
}
h2#title {
  text-transform: uppercase;
  cursor: pointer;
}
a {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  color: #000;
}
a > img {
  margin-left: 10px;
  vertical-align: middle;
}
a > span {
  vertical-align: middle;
}
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(/cache/paragraph-black:ic48.svg);
}
ul#htmlElement > li#image1 {
  background-image: url(/cache/image-black:ic48.svg);
}
ul#htmlElement > li#videos {
  background-image: url(/cache/youtube:ic48.svg);
}
ul#htmlElement > li#lists {
  background-image: url(/cache/list-ul:ic48.svg);
}
ul#htmlElement > li#images {
  background-image: url(/cache/tpl-image-group-black:ic48.svg);
}
ul#htmlElement > li#calendar {
  background-image: url(/cache/calendar-black:ic48.svg);
}
ul#htmlElement > li#form {
  background-image: url(/cache/file-post:ic48.svg);
}
ul#htmlElement > li#article {
  background-image: url(/cache/tpl-image-text-black:ic64.svg);
}
ul#htmlElement > li#product {
  background-image: url(/cache/grid-3x3-gap-fill:ic64.svg);
}
i.iButton#save {
  background: url(/cache/save-1-p0n:ic24.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(/cache/three-dots:ic32.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(/cache/add-black:ic32.svg) center no-repeat;
}
pagecode part > tool > ul li#remove {
  background: url(/cache/remove-black:ic24.svg) center no-repeat;
}
pagecode part > tool > ul li#edit {
  background: url(/cache/edit-fill:ic20.svg) center no-repeat;
}
pagecode part > tool > ul li:hover {
  background-color: #c8c8c8;
}
pagecode part > tool:hover > ul {
  display: block;
}
mark,
markLayer {
  display: none;
  position: absolute;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #AAA;
  background: url(/cache/loader-28:ic32.svg) center no-repeat rgba(255, 255, 255, 0.88);
}
.mark {
  display: none;
  position: absolute;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
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(/cache/category-black5:ic48.svg);
}
h3 {
  font-size: 0.9em;
}
h4 {
  font-size: 0.7em;
}
button {
  display: block;
  padding: 6px 12px;
  font-size: 1em;
  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, #e6e6e6 5%, #f9f9f9 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(/cache/close-black:ic48.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(/cache/save-1-p0n:ic48.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: 1em;
  font-style: normal;
  color: #000;
  padding: 6px 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: 24px;
  width: auto !important;
}
.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, #e6e6e6 5%, #f9f9f9 100%);
}
select {
  display: inline-block;
  font-size: 1em;
  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: 6px 12px;
}
select:hover {
  background: linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 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, #e6e6e6 5%, #f9f9f9 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: 1em;
  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 */
.select_dropdown {
  display: inline-block;
  font-size: 1em;
  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(/cache/arrow-down:ic48.svg) no-repeat calc(100% - 6px) center / 10px;
}
.select_dropdown:hover {
  background: linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 100%);
}
.select_dropdown:hover {
  /* background: [background-image] [background-position] / [background-size] [background-repeat] [background-attachment] [background-origin] [background-clip] [background-color]; */
  background: url(/cache/arrow-up:ic48.svg) no-repeat calc(100% - 6px) center / 10px, linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 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(/cache/close-black:ic48.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: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  width: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin: 0 0 0 0;
}
.select_dropdown > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #AAA;
  width: 100%;
  cursor: pointer;
}
.select_dropdown > ul li:last-child {
  border-bottom: none;
}
.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 14px;
  font-size: 9.800000000000001pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
.select_dropdown > ul li:hover {
  background-color: #EEE;
}
.select_dropdown > ul li:hover > ul {
  display: block;
}
.select_dropdown > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 0;
  top: 0;
}
.select_dropdown > ul li ul[pos="right"] {
  left: 0;
  margin-left: 100%;
}
.select_dropdown > ul li ul[pos="left"] {
  right: 0;
  margin-right: 100%;
}
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, #e6e6e6 5%, #f9f9f9 100%);
}
div.category > nav > i > img {
  height: 20px;
  border-radius: 4px;
}
div.category > nav > i:hover {
  background: linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 100%);
}
div.category > nav > i#grpsTrash {
  background-image: url(/cache/trash-black:ic22.svg);
}
div.category > nav > i#grpsRemove {
  background-image: url(/cache/remove-black:ic22.svg);
}
div.category > nav > i#grpsMove {
  background-image: url(/cache/move:ic22.svg);
}
div.category > nav > i#grpsSort {
  background-image: url(/cache/sort-alpha-down:ic22.svg);
}
div.category > nav > i#grpsEdit {
  background-image: url(/cache/edit-fill:ic22.svg);
}
div.category > nav > i#grpsAdd {
  background-image: url(/cache/plus01-black:ic22.svg);
}
div.category > nav > i#grpsAsideOnOff {
  background-image: url(/cache/arrow-close:ic22.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(/cache/ban:ic14.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, #e6e6e6 5%, #f9f9f9 100%);
}
.searchMulti_v1 > span {
  display: block;
  width: 32px;
  height: 30px;
  margin: 0;
  padding: 6px 12px;
  background: url(/cache/magnifier-1:ic48.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: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  color: #000;
  line-height: 1em;
}
.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(/cache/search-02-black:ic48.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: 1em;
  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;
}
.searchMulti_v1:hover .layer {
  display: block;
}
toolbar {
  display: block;
  position: fixed;
  left: 0;
  bottom: 8%;
  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 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.5);
}
toolbar > a#tick {
  display: block;
  cursor: pointer;
}
toolbar > a#tick.open {
  background: url(/cache/arrow-left-cqi:ic24.svg) center no-repeat, #ffffff;
  width: 48px;
  height: 32px;
}
toolbar > a#tick.close {
  background: url(/cache/arrow-right-sxz:ic24.svg) center no-repeat, #ffffff;
  position: absolute;
  right: 0;
  bottom: 10px;
  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;
  width: 32px;
  height: 48px;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.5);
}
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(/cache/plus01-black:ic24.svg);
}
toolbar ul > li#category {
  background-image: url(/cache/category-black:ic24.svg);
}
toolbar ul > li#library {
  background-image: url(/cache/book2:ic24.svg);
}
toolbar ul > li#config {
  background-image: url(/cache/config-black:ic24.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(/cache/brand-html5:ic48.svg);
}
toolbar ul > li > div > ul li#imgLib {
  background-image: url(/cache/image-library-black:ic48.svg);
}
toolbar ul > li > div > ul li#iconLib {
  background-image: url(/cache/icon-7ny:ic.svg);
}
toolbar ul > li > div > ul li#logoLib {
  background-image: url(/cache/logo-ot4:ic.svg);
}
toolbar ul > li:hover > div {
  display: block;
}
/* PAGINATION */
.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: 6px 12px;
  cursor: pointer;
  width: 32px;
  height: 28px;
  border: 1px solid #AAA;
  border-radius: 4px;
}
.pagination > i:hover {
  background: linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 100%);
}
.pagination > i#back {
  background: url(/cache/arrow-left-cqi:ic48.svg) no-repeat center;
  background-size: 24px;
}
.pagination > i#back:hover {
  background: url(/cache/arrow-left-cqi:ic48.svg) no-repeat center, linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 100%);
  background-size: 28px;
}
.pagination > i#next {
  background: url(/cache/arrow-right-sxz:ic48.svg) no-repeat center;
  float: right;
  background-size: 24px;
}
.pagination > i#next:hover {
  background: url(/cache/arrow-right-sxz:ic48.svg) no-repeat center, linear-gradient(to bottom, #e6e6e6 5%, #f9f9f9 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;
}
/* 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: 6px;
    background-color: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #AAA;
    border-radius: 4px;
  }
  .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: 6px;
    background-color: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #AAA;
    border-radius: 4px;
    padding-top: 20px !important;
  }
  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: none;
  width: 98%;
  height: 98%;
  margin: 1%;
  padding: 1%;
  font: normal normal 0.9em Gotham, "Helvetica Neue", Helvetica, Arial, tahoma, verdana, "sans-serif";
}
dialog > button#close {
  position: absolute;
  top: 6px;
  right: 6px;
}
box {
  position: fixed;
  z-index: 200000;
  opacity: 0;
  margin: 1px;
  padding: 8px;
  width: auto;
  height: auto;
}
box.atTop {
  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.atLeft {
  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.atRight {
  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;
}
box.atBottom {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
box.atCenter {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
dialog,
box {
  background: #ffffff;
  border: 1px solid #999;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px 0px;
  text-align: left;
}
dialog > header,
box > header {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
dialog > container,
box > container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
dialog > container > nav,
box > container > nav {
  display: inline-block;
  width: 100%;
  position: sticky;
  z-index: 1000;
  right: 0;
  top: 0;
  margin: 0;
  padding: 8px 8px 2px 8px;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}
dialog > container > nav > i,
box > container > nav > i {
  display: block;
  float: right;
  position: relative;
  margin-left: 8px !important;
}
dialog > container > nav > i > ul,
box > container > nav > i > ul {
  display: none;
  margin: 2px 0 0 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  padding: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  width: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
dialog > container > nav > i > ul li,
box > container > nav > i > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #AAA;
  width: 100%;
  cursor: pointer;
}
dialog > container > nav > i > ul li:last-child,
box > container > nav > i > ul li:last-child {
  border-bottom: none;
}
dialog > container > nav > i > ul li img,
box > container > nav > i > ul li img,
dialog > container > nav > i > ul li input[type="checkbox"],
box > 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 {
  width: 16px;
  height: 16px;
}
dialog > container > nav > i > ul li a,
box > container > nav > i > ul li a {
  display: block;
  margin: 0;
  padding: 10px 14px;
  font-size: 9.800000000000001pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
dialog > container > nav > i > ul li:hover,
box > container > nav > i > ul li:hover {
  background-color: #EEE;
}
dialog > container > nav > i > ul li:hover > ul,
box > container > nav > i > ul li:hover > ul {
  display: block;
}
dialog > container > nav > i > ul li ul,
box > container > nav > i > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 10000;
  padding: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 0;
  top: 0;
}
dialog > container > nav > i > ul li ul[pos="right"],
box > 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"] {
  right: 0;
  margin-right: 100%;
}
alert > p#notify {
  display: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 10px 6px;
}
alert > div {
  display: flex;
  justify-content: center;
}
alert > div button {
  display: inline-block;
  margin: 10px;
}
box > container {
  height: auto;
}
dialog > container {
  height: 94%;
}
.alertBox {
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  box {
    width: 96%;
  }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  box {
    width: 80%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  box {
    width: 60%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1024px) {
  box {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  box {
    width: 40%;
  }
}
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: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  width: auto;
  padding: 0;
  display: none;
  top: 0;
  margin: 30px 0 0 0;
  right: 0;
}
tabs > ul > i > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #AAA;
  width: 100%;
  cursor: pointer;
}
tabs > ul > i > ul li:last-child {
  border-bottom: none;
}
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 14px;
  font-size: 9.800000000000001pt;
  font-style: normal;
  white-space: nowrap;
  text-transform: capitalize;
}
tabs > ul > i > ul li:hover {
  background-color: #EEE;
}
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: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 0;
  top: 0;
}
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: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  width: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
tabs > div > nav > i > ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #AAA;
  width: 100%;
  cursor: pointer;
}
tabs > div > nav > i > ul li:last-child {
  border-bottom: none;
}
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 14px;
  font-size: 9.800000000000001pt;
  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 > ul {
  display: block;
}
tabs > div > nav > i > ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 2000;
  padding: 6px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 0;
  top: 0;
}
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;
  }
}
