@charset "UTF-8";
/*Fantasy Common*/
/*SCSS共用變數設定*/
/*photos*/
/*bt======未整理*/
/*CSS Default設定*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");

body {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 0.01em;
  direction: ltr;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body .open_hideBlock .dataTables_scrollBody {
  overflow-y: hidden !important;
}

body .open_hideBlock:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}

html {
  -webkit-tap-highlight-color: transparent;
}

div,
section,
article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none;
}

a {
  color: #584b8d;
  text-shadow: none !important;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  -o-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

p {
  margin-bottom: 0;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
  line-height: 1;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
label,
select,
textarea {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 20px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input:disabled,
textarea:disabled {
  background-color: #fff;
  cursor: default;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* .t-a-c {
  text-align: center;
}

.t-a-l {
  text-align: left;
}

.t-a-r {
  text-align: right;
}

.mrg-0 {
  margin: 0;
}

.mrg-b-5 {
  margin: 0 0 5px 0;
}

.mrg-l-10 {
  margin: 0 0 0 10px;
}

.mrg-l-20 {
  margin: 0 0 0 20px;
}

.mrg-l-30 {
  margin: 0 0 0 30px;
}

.mrg-r-10 {
  margin: 0 10px 0 0;
}

.mrg-r-20 {
  margin: 0 20px 0 0;
}

.mrg-r-30 {
  margin: 0 30px 0 0;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 100%;
}

.nor_style {
  display: block;
}

.row_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cul_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-900 {
  font-weight: 900;
}

.modal.show {
  display: block;
}

.container-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.page-container .header .d-flex .brand-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-container .header .d-flex .brand-name:after {
  content: '';
  width: 1px;
  height: 19px;
  margin: 0 18px;
  background-color: #e5e5e5;
  display: block;
}

.page-container .header .d-flex .brand-name p {
  font-weight: normal;
  font-size: 13px;
  color: black;
  margin-bottom: 0;
}

.page-container .header .d-flex .preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-container .header .d-flex .preview:after {
  content: '';
  width: 1px;
  height: 19px;
  margin: 0 18px;
  background-color: #e5e5e5;
  display: block;
}

.page-container .header .d-flex .preview p {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: black;
  margin-bottom: 0;
}

.page-container .header .d-flex .user-name {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: black;
}

.page-container .header .d-flex .other-option {
  margin-left: 17px;
}

.page-container .header .d-flex .other-option span {
  display: block;
  font-size: 15px;
}

.datepicker table tr td.selected {
  background-color: #999999;
}

/*為了我們自己動態控制圓圈進度條所改*/
.circle_pace {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress_circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.progress_circle .shadow {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.progress_circle .pie {
  width: 100%;
  height: 100%;
  clip: rect(0, 36px, 36px, 18px);
  position: absolute;
  left: 0;
  top: 0;
}

.progress_circle .half_circle {
  border: 3px solid #775bc2;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  clip: rect(0, 18px, 36px, 0);
  position: absolute;
  left: 0;
  top: 0;
}

.progress_circle:after {
  content: attr(data-value);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.total_pace {
  width: 88px;
  height: 88px;
}

.total_pace .shadow {
  border: 10px solid rgba(255, 255, 255, 0.8);
}

.total_pace .progress_circle .half_circle {
  border-width: 10px;
}

.total_pace .progress_circle:after {
  color: #fff;
}

.mini_circle_pace {
  width: 38px;
  height: 38px;
}

.mini_circle_pace .shadow {
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.mini_circle_pace .progress_circle .half_circle {
  border-color: #e5dbff;
}

.mini_circle_pace .progress_circle:after {
  color: #fff;
}

/*因為表格內容放置右邊隱藏選單的關係，所以把表格的表單z-index提高才不會被右邊隱藏選單遮住*/
div.cs-skin-slide.cs-active,
.select2-dropdown,
.datepicker.dropdown-menu,
.daterangepicker.dropdown-menu,
.bootstrap-timepicker-widget.dropdown-menu {
  z-index: 1001 !important;
}

/*Date Range的兩個日期欄位太窄，把寬度加寬*/
.input-group .form-control {
  width: 50%;
}

/*阻擋視窗*/
.block_out {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.block_out .box {
  width: 35%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.block_out .progress-circle-indeterminate {
  width: 100px;
  height: 100px;
}

.block_out.show {
  z-index: 14;
  visibility: visible;
  opacity: 1;
}

.block_out.show .box {
  background-color: white;
}


/*Fantasy Layout*/
body.mobile .sidebar-menu {
  overflow: hidden;
}

.mainBody {
  width: 100%;
  height: 100%;
  padding-left: 60px;
}

/*============================================================
                            共用(end)
============================================================*/
/*============================================================
                        左邊Slide
============================================================*/
.mainNav {
  width: 300px;
  left: -240px;
  background-color: #202020;
  position: fixed;
  z-index: 10;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-box-shadow: 3px 0px 7px rgba(15, 15, 15, 0.6);
  box-shadow: 3px 0px 7px rgba(15, 15, 15, 0.6);
}

.mainNav .navHeader {
  color: #fff;
  padding: 20px 20px 25px 16px;
  clear: both;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mainNav .navHeader .fantasyLogo {
  width: 21px;
  height: 23px;
}

.mainNav .navHeader h2 {
  color: #fff;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: 6px 0;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateX(3px);
  -ms-transform: rotate(180deg) translateX(3px);
  transform: rotate(180deg) translateX(3px);
}

.mainNav .sidebar-menu {
  height: calc(100% - 50px);
  position: relative;
  width: 100%;
}

.mainNav .sidebar-menu .menu-items {
  height: calc(100% - 10px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainNav .sidebar-menu .menu-items li {
  display: block;
  padding: 0;
  clear: right;
}

.mainNav .sidebar-menu .menu-items li::before {
  display: table;
  content: " ";
  clear: both;
}

.mainNav .sidebar-menu .menu-items li:hover a .title {
  color: #fff;
}

.mainNav .sidebar-menu .menu-items li:hover a .icon-arrow {
  color: #26d4b5;
}

.mainNav .sidebar-menu .menu-items li:active>a .title,
.mainNav .sidebar-menu .menu-items li:open>a .title {
  color: #666;
}

.mainNav .sidebar-menu .menu-items li a {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  outline: 0 !important;
  text-shadow: none !important;
  text-decoration: none;
  clear: both;
  width: 100%;
  min-height: 40px;
  padding: 0 16px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  -o-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.mainNav .sidebar-menu .menu-items li a .icon {
  width: 14px;
  margin-right: 20px;
  -webkit-transform: translateX(225px);
  -ms-transform: translateX(225px);
  transform: translateX(225px);
}

.mainNav .sidebar-menu .menu-items li a .icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon {
  font-size: 15px;
  margin-top: -3px;
  margin-right: 8px;
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-dashbord::before {
  content: "\e905";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-cms::before {
  content: "\e904";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-fms::before {
  content: "\e908";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-tables::before {
  content: "\e913";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-photos::before {
  content: "\e90d";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-seo-tool::before {
  content: "\e90f";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-logs::before {
  content: "\e909";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-ams::before {
  content: "\e901";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-support::before {
  content: "\e911";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-setting::before {
  content: "\e910";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a>.sidebar-icon.icon-system::before {
  content: "\e912";
  color: white;
}

.mainNav .sidebar-menu .menu-items li a .title {
  width: 80%;
  float: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}

.mainNav .sidebar-menu .menu-items li a .icon-arrow {
  margin-left: auto;
  display: none;
  margin-top: -3px;
}

.mainNav .sidebar-menu .menu-items li a .icon-arrow:after {
  display: inline-block;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
  -webkit-transition: all 0.12s ease;
  -o-transition: all 0.12s ease;
  transition: all 0.12s ease;
}

.mainNav.open {
  -webkit-transform: translate(240px, 0px);
  -ms-transform: translate(240px, 0px);
  transform: translate(240px, 0px);
}

.mainNav.open .navHeader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 0 25px 0;
}

.mainNav.open .navHeader .fantasyLogo {
  width: 35px;
  height: 40px;
}

.mainNav.open .navHeader h2 {
  font-size: 24px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mainNav.open .menu-items li.open a .icon {
  color: #fff;
}

.mainNav.open .menu-items li a {
  padding: 0 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mainNav.open .menu-items li a>.sidebar-icon {
  margin-right: 14px;
}

.mainNav.open .menu-items li a .icon-arrow {
  display: block;
}

.mainNav.open .menu-items li a .icon {
  color: #fff;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.mainNav.open .menu-items li a .title {
  display: block;
}

/*============================================================
                        左邊Slide(end)
============================================================*/
/*header 最上方header*/
.mainBody .header {
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: 0;
  padding: 0 56px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainBody .header .blockCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: cgIN .5s ease 1s both;
  animation: cgIN .5s ease 1s both;
}

@-webkit-keyframes cgIN {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cgIN {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mainBody .header .blockCover div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mainBody .header .blockCover div:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #5e5e5e;
  margin: 0 18px;
  display: block;
}

.mainBody .header .blockCover div:first-child:before {
  display: none;
}

.mainBody .header .blockCover div p {
  margin: 0;
  line-height: 1;
  height: 100%;
}

.mainBody .header .blockCover .blockLogo {
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mainBody .header .blockCover .blockLogo p {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  text-transform: lowercase;
  -webkit-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}

.mainBody .header .blockCover .blockName p {
  font-size: 0.875rem;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  color: #5e5e5e;
}

.mainBody .header .inforCover {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: cgIN .5s ease 1s both;
  animation: cgIN .5s ease 1s both;
}

@keyframes cgIN {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mainBody .header .inforCover a.previewButton,
.mainBody .header .inforCover .projectName,
.mainBody .header .inforCover .userName {
  color: #000;
  margin-right: 30px;
  position: relative;
}

.mainBody .header .inforCover a.previewButton::before,
.mainBody .header .inforCover .projectName::before,
.mainBody .header .inforCover .userName::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #a7a7a7;
  position: absolute;
  top: 5px;
  right: -14px;
}

.mainBody .header .inforCover .userName {
  margin-right: 15px;
}

.mainBody .header .inforCover .userName::before {
  display: none;
}

.mainBody .header .inforCover .userPhoto .profile-dropdown-toggle {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  padding: 0;
}

/*Layout Content-Scrollbox*/
.mainBody .mainContent {
  /*開啟或關閉內容區塊 CONTENT 的 sidebar*/
}

.mainBody .mainContent.content-sidebar-open .content .content-sidebar {
  width: 0;
}

@media screen and (max-width: 1550px) {
  .mainBody .mainContent.content-sidebar-open .content .content-sidebar {
    min-width: 300px;
  }
}

.mainBody .mainContent.content-sidebar-open .content .inner-content {
  width: 100%;
}

.mainBody .mainContent .content .content-sidebar {
  background-color: #424242;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  width: 300px;
  min-width: 0;
  margin-top: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

@media screen and (max-width: 1550px) {
  .mainBody .mainContent .content .content-sidebar {
    width: 0;
  }
}

.mainBody .mainContent .content .content-sidebar .scroll-wrapper>.scroll-content {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu {
  height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar {
  width: 300px;
  list-style: none;
  height: auto !important;
  padding-bottom: 0;
  background-color: #000;
  overflow: visible;
  position: fixed;
  top: 60px;
  z-index: 12;
  -webkit-box-shadow: 0 3px 6px rgba(15, 15, 15, 0.5);
  box-shadow: 0 3px 6px rgba(15, 15, 15, 0.5);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #000 transparent transparent transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar>li {
  display: block;
  padding: 0;
  clear: right;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .icon {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  width: 16px;
  text-align: center;
  display: block;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .iconSquare {
  content: '';
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
  background-color: #fff;
  display: block;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .arrow {
  width: 12px;
  height: 12px;
  text-align: center;
  float: right;
  padding-right: 0;
  margin-bottom: 3px;
  position: relative;
  opacity: .5;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .arrow:before {
  content: "\f105";
  font-size: 16px;
  font-weight: 300;
  font-family: FontAwesome;
  text-shadow: none;
  text-shadow: none;
  display: block;
  margin: 0;
  position: absolute;
  top: -1px;
  left: calc(50% - 2px);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.open>a .content .icon,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.active>a .content .icon {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.open>a .title,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.active>a .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .title {
  width: 100%;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.tool {
  padding: 0 28px 10px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.tool .tool-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar.tool .tool-box a {
  padding: 0 5px;
  min-width: 25px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .sub-menu {
  margin: 0 0 20px 0;
  display: none;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .sub-menu li a {
  font-size: 13px;
  line-height: 1.2;
  white-space: normal;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .sub-menu li a.title-box {
  padding: 8px 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1 {
  padding: 0 28px;
  min-height: 50px;
  font-size: 14px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 50px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1>a .title {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1>a .icon-open-menu {
  width: 40px;
  text-align: center;
  font-size: 21px;
  position: absolute;
  right: 14px;
  left: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1>a .sub-menu {
  background-color: transparent !important;
  padding: 0px 0 25px 0;
  margin: 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1.open .icon-open-menu,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1.active .icon-open-menu {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2 {
  margin: 0;
  padding: 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.open>a .arrow {
  color: #000;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.open>a .arrow:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2>a {
  padding: 8px 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2>a ._on,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2>a ._off {
  font-size: 20px;
  color: #000;
  margin-right: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2>a ._off {
  opacity: .5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2 .sub-menu {
  padding: 10px 0 15px 0;
  margin: 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.open>a .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.open>a .arrow.open {
  color: #000;
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.open>a .arrow.open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.active>a ._on {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2.active>a ._off {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2:hover ._on,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2:hover ._off,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-2:hover .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-3 {
  padding: 3px 10px 3px 36px;
  color: white;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-3 .title {
  margin-left: 10px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-3:hover,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-3._on {
  background-color: rgba(0, 0, 0, 0.5);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list {
  padding: 41px 28px 80px 28px;
  height: calc(100vh - 110px);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list {
  display: block;
  padding: 0;
  clear: right;
  position: relative;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list a {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  overflow: hidden;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list .icon {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  width: 16px;
  text-align: center;
  display: block;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list .iconSquare {
  content: '';
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
  background-color: #bfbfbf;
  display: block;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list .title {
  line-height: 1.5;
  width: 100%;
  color: #bfbfbf;
  float: left;
  margin-left: 10px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list .arrow {
  width: 12px;
  height: 12px;
  padding-right: 0;
  margin-bottom: 3px;
  float: right;
  position: relative;
  opacity: .3;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list .arrow:before {
  content: "\f105";
  font-size: 16px;
  font-family: FontAwesome;
  text-shadow: none;
  margin: 0;
  display: block;
  position: absolute;
  top: -1px;
  left: calc(50% - 2px);
  -webkit-transition: .12s ease;
  -o-transition: .12s ease;
  transition: .12s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list .tip {
  width: 30px;
  height: 20px;
  margin-bottom: 0px;
  float: right;
  position: relative;
  opacity: 1;
  background-color: #10b0a1;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 5px;
  display: none;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list.open>a .content .icon,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list.active>a .content .icon {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list.open>a .title,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level_list.active>a .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .icon,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .icon {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .arrow,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .arrow:before,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .arrow:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .iconSquare,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .iconSquare {
  background-color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1:last-child>.sub-menu::after {
  display: none;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1:last-child>.sub-menu .level-2:last-child::after {
  height: 16px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a .icon {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  width: 16px;
  text-align: center;
  display: block;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .icon {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>.sub-menu {
  background-color: transparent;
  display: none;
  list-style: none;
  clear: both;
  padding: 5px 0 5px 26px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>.sub-menu::before {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 6px;
  top: 29px;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>.sub-menu::after {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 6px;
  bottom: -9px;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2 {
  padding: 6px 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .arrow,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .arrow:before,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .arrow:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .iconSquare,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .iconSquare {
  background-color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a {
  padding: 0 0 0 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a .title {
  color: #bfbfbf;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .iconSquare {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  padding: 5px 0 5px 5px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>.sub-menu::before {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 19px;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2::before {
  content: "";
  display: inline-block;
  border-top: 1px dashed #6c6c6c;
  width: 20px;
  height: 1px;
  position: absolute;
  left: -18px;
  top: 15px;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2::after {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3 {
  padding: 6px 0 5px 22px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .arrow,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .arrow:before,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .arrow:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .iconSquare,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .iconSquare {
  background-color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a {
  padding: 0 0 0 3px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a .title {
  color: #bfbfbf;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a .arrow.open {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a .arrow.open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .iconSquare {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  padding: 5px 0 5px 5px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3::before {
  content: "";
  border-top: 1px dashed #6c6c6c;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 16px;
  display: block;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3::after {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3:last-child::after {
  content: "";
  height: 16px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3:last-child::before {
  left: 0;
  top: 15px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>.sub-menu .level-4.active .iconSquare,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>.sub-menu .level-4.active .iconSquare {
  background-color: #10cfbd;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4 {
  padding: 6px 0 5px 22px;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .arrow,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.active>a .arrow {
  opacity: 1;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .arrow:before,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.active>a .arrow:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .iconSquare,
.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.active>a .iconSquare {
  background-color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a {
  padding: 0;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .title {
  color: #fff;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4::before {
  content: "";
  border-top: 1px dashed #6c6c6c;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4::after {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: -12px;
  background-color: transparent;
}

.mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4:last-child::after {
  content: "";
  left: 0px;
  top: -17px;
}

.fms_theme .content .content-sidebar .sidebar-menu .body-list .level-1::before {
  content: "";
  border-left: 1px dashed #6c6c6c;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 8px;
  top: -5px;
  background-color: transparent;
}

.fms_theme .content .content-sidebar .sidebar-menu .body-list .level-1:first-child::before {
  display: none;
}

.full-height {
  height: 100% !important;
}

.page-container .page-content-wrapper .content {
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-container .page-content-wrapper .content .inner-content {
  width: calc(100% - 300px);
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1550px) {
  .page-container .page-content-wrapper .content .inner-content {
    min-width: 100%;
  }
}

.page-container .page-content-wrapper.mainContent {
  min-height: 100%;
  position: relative;
  z-index: 0;
}

.page-container .page-content-wrapper.content-sidebar-open .jumbotron .inner {
  padding: 0 56px 0 42px;
}

.page-container .page-content-wrapper.content-sidebar-open .content-head {
  width: calc(100% - 172px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/*jumbotron 佈告欄 > 目前位址 wade 以下未整理*/
.jumbotron {
  overflow: visible;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #ededed;
  border-radius: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.jumbotron .inner {
  height: 50px;
  padding: 0 56px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1550px) {
  .jumbotron .inner {
    padding: 0 56px 0 40px;
  }
}

.jumbotron .inner .inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumbotron .inner .inner-left .switch-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  cursor: pointer;
}

.jumbotron .inner .inner-left .switch-menu .bar {
  display: block;
  width: 3px;
  height: 16px;
  background-color: black;
}

.jumbotron .inner .inner-left .switch-menu .bar:not(:last-child) {
  margin-right: 3px;
}

.jumbotron .inner .inner-left .breadcrumb {
  font-size: 12px;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}

.jumbotron .inner .inner-left .breadcrumb .breadcrumb-item {
  line-height: 24px;
  padding: 0;
  margin: 0;
  float: left;
}

.jumbotron .inner .inner-left .breadcrumb .breadcrumb-item:last-child {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.jumbotron .inner .inner-left .breadcrumb .breadcrumb-item:last-child a {
  color: #000;
}

.jumbotron .inner .inner-left .breadcrumb .breadcrumb-item a {
  color: #7b7d82;
}

.jumbotron .inner .inner-left .breadcrumb .breadcrumb-item a:hover {
  color: #000;
}

.jumbotron .inner .inner-left .breadcrumb>.breadcrumb-item+.breadcrumb-item::before {
  font-family: FontAwesome;
  padding: 0 10px;
  color: #000;
  content: "\f105";
}

.jumbotron .inner .total p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}

.jumbotron .inner .total span {
  display: block;
}

.jumbotron .inner .total .text {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #010101;
}

.jumbotron .inner .total .num {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #010101;
}

/* content-scrollbox : wade */
.inner-content .content-scrollbox {
  height: calc(100vh - 110px);
}

.content-wrap {
  padding: 0 56px;
}

.content-wrap .content-head {
  width: calc(100% - 472px);
  min-height: 130px;
  background-color: white;
  padding-top: 25px;
  position: fixed;
  z-index: 2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1550px) {
  .content-wrap .content-head {
    min-width: calc(100vw - 172px);
  }
}

.content-wrap .content-head h1 {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: -0.08px;
}

.content-wrap .content-head h1::before {
  content: '';
  display: inline-block;
  width: 57px;
  height: 6px;
  background-color: black;
  margin-right: 12px;
}

.content-wrap .content-head h1 i {
  font-size: 16px;
  display: block;
  margin: 0 0 2px 10px;
}

.content-wrap .content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-wrap .content-nav .navleft,
.content-wrap .content-nav .navright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-wrap .content-nav .btn-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 24px;
}

.content-wrap .content-nav .btn-item>a {
  display: block;
  padding: 0;
  color: #000;
}

.content-wrap .content-nav .btn-item [class^="icon-"],
.content-wrap .content-nav .btn-item [class*=" icon-"] {
  font-size: 12px;
  margin-right: 4px;
  color: black;
}

.content-wrap .content-nav .btn-item .text {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: black;
}

.content-wrap .content-nav .navleft .btn-item:hover::before {
  opacity: 1;
  bottom: 0px;
}

.content-wrap .content-nav .navleft .btn-item.active::before {
  opacity: 1;
}

/* .content-wrap .content-nav .navleft .btn-item:first-child::before {
      opacity: 0;
      position: absolute;
      bottom: 0;
      left: 13%;
      -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
      content: '';
      width: calc(100% - 40px);
      height: 4px;
      background-color: #10cfbd;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .content-wrap .content-nav .navleft .btn-item:first-child:hover::before {
      opacity: 1; } */
.content-wrap .content-nav .navleft .btn-item::before {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(100% - 48px);
  height: 4px;
  background-color: #10cfbd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fms_theme .content-wrap .content-nav .navleft .btn-item::before {
  background-color: #775bc2;
}

.content-wrap .content-nav .navleft .btn-item::before:first-child {
  padding-left: 0;
}

.content-wrap .content-nav .navleft .btn-item::before:last-child {
  padding-right: 0;
}

.content-wrap .content-nav .navright .search-data {
  width: 0;
  padding: 4px 0;
  border: none;
  border-bottom: 2px solid #10cfbd;
  -webkit-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  transition: 0.4s !important;
}

.content-wrap .content-nav .navright .search-data.active {
  width: 200px;
  margin: 0 4px;
}

.content-wrap .content-nav .navleft .btn-item:not(:last-child)::after,
.content-wrap .content-nav .navright .btn-item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: #d1d1d1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-wrap .content-body {
  padding: 134px 0 60px 0;
}

.dropdown>.dropdown-menu.profile-dropdown::before,
.dropdown>.dropdown-menu.profile-dropdown::after {
  display: inline-block;
  position: absolute;
}

.dropdown>.dropdown-menu.profile-dropdown::before {
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.dropdown>.dropdown-menu.profile-dropdown::after {
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}

.dropdown>.dropdown-menu.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown>.dropdown-menu.dropdown-menu-left.profile-dropdown::before {
  top: -7px;
  left: 15px;
}

.dropdown>.dropdown-menu.dropdown-menu-left.profile-dropdown::after {
  top: -6px;
  left: 16px;
}

.dropdown>.dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown>.dropdown-menu.dropdown-menu-right.profile-dropdown:before {
  top: -7px;
  right: 15px;
}

.dropdown>.dropdown-menu.dropdown-menu-right.profile-dropdown:after {
  top: -6px;
  right: 16px;
}

.dropdown .dropdown-item {
  padding-left: 0px;
  line-height: 35px;
  color: #000000;
  padding: 0 20px;
  border-radius: 3px;
  display: block;
  clear: both;
  white-space: nowrap;
  text-align: left;
  opacity: 1;
}

.dropdown .dropdown-item>i {
  padding-left: 0px;
  line-height: 35px;
  color: #000000;
  border-radius: 3px;
  clear: both;
  white-space: nowrap;
  text-align: left;
}

.dropdown .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #10cfbd;
}

.dropdown .dropdown-item:hover i {
  color: #fff;
}

.dropdown .dropdown-item:first-child {
  padding-top: 9px;
}

.dropdown .dropdown-item i {
  color: #000;
}

/*Layout Content Datatable*/
.card-block.table_mode.lp_mode {
  padding: 0 50px;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner {
  padding-right: 0 !important;
  width: 100% !important;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTable {
  padding-right: 0 !important;
  width: 100% !important;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  max-height: calc(100vh - 217px) !important;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .dataTables_empty {
  font-weight: bold;
  height: 50vh;
  background-color: #f3f3f3;
  border-bottom: 1px solid #000;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic {
  min-width: 350px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic .head_img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic .head_img img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic p {
  word-break: break-all;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic .tool {
  width: 50px;
  margin-left: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic .tool span {
  padding: 5px !important;
  cursor: pointer;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text_pic:hover .tool {
  opacity: 1;
}

.card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tbody .text {
  padding: 0 0 0 10px !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.fmsAjaxArea .card-block.table_mode.lp_mode .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  max-height: calc(100vh - 343px) !important;
}

.table tbody tr.selected td {
  background: #f1f1f1;
}

.mainContent .pageCountContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainContent .pageCountContent .page-count {
  color: #000;
}

.mainContent .pageCountContent .page-count span {
  font-weight: bold;
}

.content-sidebar-open .datatable .tables .fake-thead {
  width: calc(100% - 171px) !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.datatable .tables {
  font-weight: bold;
  color: black;
  width: 100%;
  margin-bottom: 20px;
}

.datatable .tables tr {
  height: 50px;
}

.datatable .tables th {
  font-size: 12px;
  cursor: pointer;
}

.datatable .tables thead .fake-thead {
  position: fixed;
  height: 50px;
  border: 1px solid #000000;
  /* border-top: 2px solid #373737; */
  /* border-bottom: 2px solid #373737; */
  background-color: #fff;
  -webkit-transform: translate(-1px, -25px);
  -ms-transform: translate(-1px, -25px);
  transform: translate(-1px, -25px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  left: auto;
  top: auto;
}

.datatable .tables thead .fake-th {
  white-space: nowrap;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 3px 20px 0 20px;
  z-index: 1;
  -moz-user-select: none;
  /* for Firefox */
  -webkit-user-select: none;
  /* for Chrome */
}

.datatable .tables thead .fake-th.active .sort::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.datatable .tables thead .fake-th.first {
  height: 100%;
  padding: 0;
  margin: 2px 10px 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datatable .tables thead .fake-th:not(.first) {
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
}

.datatable .tables thead .fake-th .sort {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}

.datatable .tables thead .fake-th .sort::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #c1c1c1 transparent transparent transparent;
  margin-left: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.datatable .tables thead .w_TableMaintitle .fake-th {
  padding: 3px 20px 0 0;
}

.datatable .tables thead .text-center .fake-th {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datatable .tables tbody {
  border-bottom: 1px solid black;
}

.datatable .tables tbody>tr:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.datatable .tables tbody>tr {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.datatable .tables tbody>tr:hover{
  background-color: #daeffd;
}

.datatable .tables tbody>tr.selected {
  background-color: #eee;
}

.datatable .tables tbody td {
  padding: 0;
  margin: 0;
}

.datatable .tables tbody td:hover .file-edit{
  opacity: 1;
}

.datatable .tables tbody td .tableMaintitle.is_delete .file-edit{
  display: none;
}

.datatable .tables tbody .tableMaintitle {
  min-width: 300px;
  cursor: pointer;
  padding: 20px 40px 20px 20px;
}

.datatable .tables tbody .tableMaintitle .title-img {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}

.datatable .tables tbody .tableMaintitle .title-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.datatable .tables tbody .tableMaintitle .title-img img.w-auto {
  width: auto !important;
}

.datatable .tables tbody .tableMaintitle .title-img img.h-auto {
  height: auto !important;
}

.datatable .tables tbody .tableMaintitle .title-name {
  float: left;
}

.datatable .tables tbody .tableMaintitle .file-edit{
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}

.datatable .tables tbody .tableMaintitle .file-edit > span{
  font-size: 16px;
}

.datatable .tables tbody .tableContent {
  min-height: 45px;
  margin: 20px 20px 20px 20px;
}

.datatable .tables tbody .tableContent .select-item {
  margin: 2px 0 0 0;
}

.datatable .tables tbody .tableMaintitle,
.datatable .tables tbody .tableContent {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.datatable .tables .fake-thead {
  width: calc(100% - 471px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1550px) {
  .datatable .tables .fake-thead {
    min-width: calc(100vw - 171px);
  }
}

@media screen and (max-width: 1550px) {
  .datatable .tables .rwdhide {
    display: none;
  }
}

.datatable .tables .text-center .tableContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datatable .tables .w50,
.datatable .tables .w_Check,
.datatable .tables .text-center.w50 .fake-th,
.datatable .tables .text-center.w_Check .fake-th {
  width: 50px;
}

.datatable .tables .w80,
.datatable .tables .w_Sort,
.datatable .tables .w_Status,
.datatable .tables .text-center.w80 .fake-th,
.datatable .tables .text-center.w_Sort .fake-th,
.datatable .tables .text-center.w_Status .fake-th {
  width: 80px;
}

.datatable .tables .w100,
.datatable .tables .w_Preview,
.datatable .tables .w_Admin,
.datatable .tables .text-center.w100 .fake-th,
.datatable .tables .text-center.w_Preview .fake-th,
.datatable .tables .text-center.w_Admin .fake-th {
  width: 100px;
}

.datatable .tables .w120,
.datatable .tables .text-center.w120 .fake-th {
  width: 120px;
}

.datatable .tables .w130,
.datatable .tables .text-center.w130 .fake-th {
  width: 130px;
}

.datatable .tables .w140,
.datatable .tables .text-center.w140 .fake-th {
  width: 140px;
}

.datatable .tables .w150,
.datatable .tables .text-center.w150 .fake-th {
  width: 150px;
}

.datatable .tables .w160,
.datatable .tables .w_Category,
.datatable .tables .text-center.w160 .fake-th,
.datatable .tables .text-center.w_Category .fake-th {
  width: 160px;
}

.datatable .tables .w170,
.datatable .tables .w_Update,
.datatable .tables .text-center.w170 .fake-th,
.datatable .tables .text-center.w_Update .fake-th {
  width: 170px;
}

.datatable .tables .w180,
.datatable .tables .text-center.w180 .fake-th {
  width: 180px;
}

.datatable .tables .select-item {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 2px 0 0 0;
  cursor: pointer;
}

.datatable .tables .fake-th.first .select-item {
  margin: 0 0 1px 0;
}

.datatable .tables .select-item input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.datatable .tables .check-circle {
  font-size: 12px;
  color: white;
  background-color: white;
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.datatable .tables .check-circle::before {
  display: none;
}

.datatable .tables input:checked+.check-circle {
  background-color: #000;
  border: none;
}

.datatable .tables input:checked+.check-circle::before {
  display: block;
}

.datatable .pageCountContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.datatable .pageCountContent .page-count {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  color: #010101;
  font-size: 12px;
}

.datatable .pageCountContent .page-count span {
  font-weight: bold;
}

.datatable .pageCountContent .page-select .pagination .page-item:first-child .page-link {
  color: black;
}

.datatable .pageCountContent .page-select .pagination .page-item:last-child .page-link {
  color: black;
}

.datatable .pageCountContent .page-select .pagination .page-item.active .page-link {
  background: none;
  color: black;
}

.datatable .pageCountContent .page-select .page-link {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  font-weight: bold;
  border: none;
  color: #c6c6c6;
  padding: .5rem .5rem;
  font-size: 12px;
}

.datatable .pageCountContent .page-select .page-link:hover {
  background: none;
  color: black;
}

/*Layout Content DetailEditor*/
/*============================================================
                    AjaxEditor
============================================================*/
.ajaxContainer {
  width: 100%;
  opacity: 0;
  display: none;
}

.ajaxContainer.active {
  display: block;
}

.ajaxContainer.open {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajaxContainer.remove {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.detailEditor .tips {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detailEditor .tips .title {
  margin-bottom: 5px;
}

.hiddenArea,
.cmsAjaxArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  z-index: 11;
  display: none;
}

.hiddenArea:before,
.cmsAjaxArea:before {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hiddenArea.active,
.cmsAjaxArea.active {
  display: block;
  opacity: 0;
}

.hiddenArea.open,
.cmsAjaxArea.open {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hiddenArea.remove,
.cmsAjaxArea.remove {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea .ajaxItem,
.cmsAjaxArea .ajaxItem {
  width: 80%;
  max-width: 1920px;
  min-width: 1300px;
  height: 100vh;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.hiddenArea .ajaxItem.active,
.cmsAjaxArea .ajaxItem.active {
  display: block;
}

.hiddenArea .ajaxItem.open,
.cmsAjaxArea .ajaxItem.open {
  display: block;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hiddenArea .ajaxItem.remove,
.cmsAjaxArea .ajaxItem.remove {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn {
  height: 50px;
  position: absolute;
  left: 80px;
  right: auto;
  bottom: 0;
  z-index: 10;
  width: calc(100% - 460px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul {
  height: 100%;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul .check,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul .check {
  background-color: #10cfbd;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul .trash,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul .trash {
  background-color: #424242;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul .file,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul .file {
  background-color: #c5c5c5;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul .remove,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul .remove {
  border: solid 1px #414141;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul .remove span,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul .remove span {
  color: #414141;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul li,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul li {
  width: 100%;
  height: 50px;
  border-radius: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul li p,
.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul li span,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul li p,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul li span {
  color: #fff;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul li span,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul li span {
  margin-right: 8px;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul a,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul a p,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul a p {
  margin: 0;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn ul a span,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn ul a span {
  margin: 0 8px 0 0;
  position: static;
  display: block;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn .btnGroup .remove,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn .btnGroup .remove {
  background-color: #c5c5c5;
  border: none;
}

.hiddenArea .ajaxItem .hiddenArea_frame_controlBtn .btnGroup .remove span,
.cmsAjaxArea .ajaxItem .hiddenArea_frame_controlBtn .btnGroup .remove span {
  color: #fff;
}

.detailEditor {
  width: 100% !important;
  color: #000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.detailEditor .editorBody {
  width: 100%;
  height: 100vh;
  padding: 0 80px;
  overflow: hidden;
  z-index: 1;
}

.detailEditor .editorBody .editorHeader {
  width: calc(100% - 460px);
  background-color: #fff;
  padding: 20px 0 0 0;
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 1;
}

.detailEditor .editorBody .editorHeader .info .title {
  position: relative;
}

.detailEditor .editorBody .editorHeader .info h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  height: 55px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailEditor .editorBody .editorHeader .control {
  margin: 54px 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detailEditor .editorBody .editorHeader .control .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailEditor .editorBody .editorHeader .control .btnGroup .check {
  background-color: #10cfbd;
}

.detailEditor .editorBody .editorHeader .control .btnGroup .trash {
  background-color: #424242;
}

.detailEditor .editorBody .editorHeader .control .btnGroup .file {
  background-color: #c5c5c5;
}

.detailEditor .editorBody .editorHeader .control .btnGroup .remove {
  border: solid 1px #414141;
}

.detailEditor .editorBody .editorHeader .control .btnGroup .remove span {
  color: #414141;
}

.detailEditor .editorBody .editorHeader .control .btnGroup li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  margin-right: 6px;
  position: relative;
}

.detailEditor .editorBody .editorHeader .control .btnGroup li:last-child {
  margin-right: 0;
}

.detailEditor .editorBody .editorHeader .control .btnGroup li a {
  width: 100%;
  height: 100%;
  display: block;
}

.detailEditor .editorBody .editorHeader .control .btnGroup li a:not(.btn) {
  opacity: 1;
}

.detailEditor .editorBody .editorHeader .control .btnGroup li span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detailEditor .editorBody .editorHeader .control .btnGroup .close_btn {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.detailEditor .editorBody .editorHeader p {
  margin: 0;
}

.detailEditor .editorBody .editorHeader .title:after {
  content: '';
  width: 100%;
  height: 4px;
  max-width: 135px;
  margin-top: 7px;
  background-color: #10cfbd;
  display: block;
}

.detailEditor .editorBody .editorHeader .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detailEditor .editorBody .editorHeader .area .control {
  margin: 16px 0 0 auto;
}

.detailEditor .editorBody .editorContent {
  width: 100%;
  margin: 150px 80px 100px 0;
  clear: both;
}

.detailEditor .editorBody .editorContent.scroll-wrapper>.scroll-element.scroll-x {
  display: none;
}

.detailEditor .editorBody .editorContent.scroll-wrapper>.scroll-element.scroll-y {
  visibility: hidden;
}

.detailEditor .editorBody .scroll-element {
  opacity: 0 !important;
}

.detailEditor .editorNav {
  width: 100%;
  min-width: 220px;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  border-right: solid 0;
  overflow: hidden;
  position: relative;
}

.detailEditor .editorNav .control {
  width: 300px;
  height: 170px;
  background-color: #fff;
  padding: 74px 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 1;
}

.detailEditor .editorNav .control .sub_title {
  font-size: 0.8rem;
  font-weight: 900;
  color: #000;
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.detailEditor .editorNav .control .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.detailEditor .editorNav .control .btnGroup .check {
  background-color: #10cfbd;
}

.detailEditor .editorNav .control .btnGroup .trash {
  background-color: #424242;
}

.detailEditor .editorNav .control .btnGroup .file {
  background-color: #c5c5c5;
}

.detailEditor .editorNav .control .btnGroup .remove {
  border: solid 1px #414141;
}

.detailEditor .editorNav .control .btnGroup .remove span {
  color: #414141;
}

.detailEditor .editorNav .control .btnGroup li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  margin-right: 6px;
  position: relative;
}

.detailEditor .editorNav .control .btnGroup li:last-child {
  margin-right: 0;
}

.detailEditor .editorNav .control .btnGroup li a {
  width: 100%;
  height: 100%;
  display: block;
}

.detailEditor .editorNav .control .btnGroup li a:not(.btn) {
  opacity: 1;
}

.detailEditor .editorNav .control .btnGroup li span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detailEditor .editorNav .control .btnGroup .close_btn {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.detailEditor .editorNav ul.navGroup {
  padding: 170px 60px 50px 0;
}

.detailEditor .editorNav ul.navGroup li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.detailEditor .editorNav ul.navGroup li p {
  color: #000;
  padding: 8px 12px 8px 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.detailEditor .editorNav ul.navGroup li a.active p {
  color: #fff;
  background-color: #424242;
}

.uploadArea.open {
  z-index: 13;
  opacity: 1;
}

.infoArea.open {
  z-index: 13;
  opacity: 1;
}

.main_container {
  height: 100%;
  overflow: hidden;
}

.main_container_frame {
  background-color: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  position: relative;
}

.main_container_frame .ajaxItem {
  width: 100%;
  max-width: none;
  height: calc(100% - 50px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  overflow: hidden;
}

.main_container_frame .ajaxItem {
  padding: 25px 50px 25px 50px;
}

.main_container_frame .ajaxItem .editorHeader .control {
  margin-top: 0;
}

.main_container_frame .hiddenArea_frame_controlBtn {
  position: relative;
}

.____summernote .note-editor.note-frame {
  border: solid 1px #c7c7c7;
}

.state_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.state_button li {
  width: 100%;
  max-width: 165px;
}

.datepicker-range {
  max-width: 510px;
  border: solid 1px #c7c7c7;
}

.datepicker-range input {
  border: none;
}

.datepicker-range .input-group-addon {
  background-color: #c7c7c7;
  color: #000;
  min-width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file_date .name {
  font-weight: 900;
  margin-right: 3px;
}

.color_picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color_picker .ticket_field {
  border: solid 1px #c7c7c7;
  border-left: none;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.color_picker .ticket_field p {
  line-height: 1;
}

.sp-replacer {
  border: solid 1px #c7c7c7;
  background-color: #fff;
  width: 100%;
  max-width: 220px;
}

.sp-preview {
  width: 90%;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border: solid 1px #c7c7c7;
}

.sp-dd {
  color: #888888;
}

.sp-color,
.sp-hue,
.sp-clear,
.sp-alpha-inner,
.sp-initial {
  border: none;
}

.sp-input,
.sp-input:focus {
  border: solid 1px #c7c7c7;
}

.sp-container {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-container .btn_group {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sp-container .btn_group .click_btn {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-container .btn_group .click_btn span {
  margin-right: 8px;
}

.sp-container .btn_group .save {
  background-color: #10cfbd;
}

.sp-container .btn_group .cancel {
  background-color: #424242;
}

.sp-container .title {
  font-size: 0.75rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.sp-container:after {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background-color: #c7c7c7;
  position: absolute;
  left: 50%;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-picker-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-palette-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.sp-picker-container,
.sp-palette-container {
  float: none;
  padding-bottom: 0;
  padding: 20px;
  margin: 0;
}

/*============================================================
                    共同右邊滑動隱藏區塊(end)
============================================================*/
/*============================================================
                    
============================================================*/
/*============================================================
    內容段落編輯 ， 應用/解決方案/商品關聯 ， 檔案下載關聯  
============================================================*/
.hiddenArea .text p {
  font-size: 0.8125rem;
  font-family: 'MyriadPro-Regular', '微軟正黑體';
  height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.hiddenArea .check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .check_box .content_input {
  display: inline-block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.hiddenArea .check_box .content_inputBox {
  cursor: pointer;
  position: relative;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  display: inline-block !important;
}

.hiddenArea .check_box .content_inputBox:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.hiddenArea .check_box.show .content_inputBox:before {
  border-width: 8.5px;
  border-color: #000;
}

.hiddenArea .check_box.show .content_inputBox:after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff;
  position: absolute;
  top: -2px;
  font-size: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hiddenArea .sort_number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .sort_number p {
  font-family: 'MyriadPro-Regular';
  font-size: 1.875rem;
  text-align: center;
}

.hiddenArea .switch_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .switch_btn .switchery {
  width: 35px;
  height: 20px;
}

.hiddenArea .switch_btn .switchery>small {
  width: 20px;
  height: 20px;
}

.hiddenArea .edit_btnGroup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .edit_btnGroup span {
  margin: 0 10px;
}

.hiddenArea .paragraph_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea .paragraph_type span {
  margin-right: 12px;
  padding-top: 5px;
}

.hiddenArea .file_detail_box {
  color: #fff;
  background-color: #464646;
  border: solid 1px #10cfbd;
  -webkit-box-shadow: 5px 5px 6px #b5b5b5;
  box-shadow: 5px 5px 6px #b5b5b5;
  padding: 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  -ms-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.hiddenArea .file_detail_box.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.hiddenArea .file_detail_box .info_detail {
  padding: 0;
}

.hiddenArea .file_detail_box p {
  font-weight: 300;
}

.hiddenArea .file_detail_box span {
  color: #10cfbd;
  font-weight: 900;
  margin-right: 5px;
}

.hiddenArea .file_detail_box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #464646 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hiddenArea .img_title .title {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hiddenArea .img_title .subtitle {
  font-size: 0.8125rem;
}

.hiddenArea .scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
  opacity: 1;
}

.file_path_frame {
  width: 50vw;
}

.file_path_frame .set_btn {
  margin-bottom: 20px;
}

.file_path_frame .open_file_path_btn {
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  font-size: 0.8125rem;
  width: 100%;
  padding: 10px 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file_path_frame .open_file_path_btn p {
  padding-right: 20px;
}

.file_path_frame .open_file_path_btn .icon {
  margin-left: auto;
  display: block;
}

.file_path_frame .close_file_path_btn {
  cursor: pointer;
}

.file_path_frame .close_file_path_btn .fbtn {
  border-radius: 3px;
  background-color: #775bc2;
  width: 100px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file_path_frame .close_file_path_btn p {
  color: #fff;
}

.file_path_frame .content-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

.file_path_frame .content-sidebar.show_path_box {
  -webkit-animation-name: content-sidebar-show;
  animation-name: content-sidebar-show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.file_path_frame .content-sidebar.unshow_path_box {
  -webkit-animation-name: content-sidebar-unshow;
  animation-name: content-sidebar-unshow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes content-sidebar-show {
  0% {
    left: 0;
    z-index: -1;
  }

  99% {
    left: -300px;
    z-index: -1;
  }

  100% {
    left: -300px;
    z-index: 1;
  }
}

@keyframes content-sidebar-show {
  0% {
    left: 0;
    z-index: -1;
  }

  99% {
    left: -300px;
    z-index: -1;
  }

  100% {
    left: -300px;
    z-index: 1;
  }
}

@-webkit-keyframes content-sidebar-unshow {
  0% {
    left: -300px;
    z-index: -1;
  }

  100% {
    left: 0px;
    z-index: -1;
  }
}

@keyframes content-sidebar-unshow {
  0% {
    left: -300px;
    z-index: -1;
  }

  100% {
    left: 0px;
    z-index: -1;
  }
}

.inventory {
  border-bottom: solid 1px #c7c7c7;
  padding: 35px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inventory .input {
  padding: 10px 12px;
}

.inventory .input input {
  width: 100%;
}

.inventory .subtitle {
  font-size: 0.85rem;
  font-weight: 900;
  width: 100%;
  margin-bottom: 16px;
}

.inventory>.title {
  width: 100%;
  max-width: 200px;
  min-width: 150px;
  padding: 10px 50px 0 0;
}

.inventory .title img {
  display: block;
}

.inventory .title .add {
  color: #fff;
  display: none;
}

.inventory>.inner {
  width: calc(100% - 165px);
  width: 100%;
}

.inventory .no_selfie img {
  display: none;
}

.inventory .no_selfie .add {
  display: block;
}

.inventory .with_icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inventory .with_icon input {
  border: none;
}

.inventory .with_icon .remove {
  cursor: pointer;
  padding: 13px;
}

.inventory .owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inventory .owner img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}

.inventory .owner .name {
  font-weight: 900;
}

.inventory .upload_frame {
  cursor: pointer;
  background-color: #f0f0f0;
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inventory .file_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}

.inventory .file_box .form-name {
  width: 100%;
  font-size: 1rem;
  font-weight: 900;
  color: #000;
}

.inventory .psbox {
  position: relative;
}

.inventory .psbox.gray {
  color: #c7c7c7;
}

.inventory .psbox .icon {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inventory:last-child {
  border-bottom: none;
}

.sortStatusSet.inventory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sortStatusSet.inventory>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.sortStatusSet.inventory>.inner .state_button {
  width: 100%;
}

.sortStatusSet .state_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sortStatusSet .normal_input {
  border: none;
  max-width: 50px;
  height: 35px;
  background-color: #ececec;
  margin-right: 20px;
  text-align: center;
}

.sortStatusSet .ios_switch,
.sortStatusSet .____ios_switch {
  margin-right: 20px;
}

.sortStatusSet .tips {
  margin: 0;
}

.fileDownloadConnect .text span {
  margin-right: 12px;
  padding-top: 5px;
}

.file_authority input[type="password"] {
  font-size: 0.875rem;
  letter-spacing: 1px;
}

.hiddenArea .composite_btn {
  margin: 20px 0 45px 0;
}

.hiddenArea .composite_btn .tips {
  margin-bottom: 20px;
}

.hiddenArea .composite_btn .box {
  width: 100%;
  height: 80px;
  border: solid 1px #c7c7c7;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiddenArea .composite_btn .box li {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-right: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea .composite_btn .box li span {
  margin-bottom: 6px;
}

.hiddenArea .composite_btn .box li:last-child {
  border-right: none;
}

.hiddenArea .composite_btn .box li:hover {
  background-color: #f3f3f3;
}

.hiddenArea .content_box .no_content {
  width: 100%;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .content_box .no_content .title {
  font-size: 2.25rem;
  font-family: 'MyriadPro-Semibold';
  margin-bottom: 30px;
}

.hiddenArea .content_box .no_content .text {
  font-size: 1rem;
  font-family: 'MyriadPro-Regular';
  max-width: 350px;
  text-align: center;
}

.hiddenArea .content_box .content_a {
  margin: 0 auto;
}

.hiddenArea .content_box .content_a .tabulation_head {
  margin-bottom: 5px;
}

.hiddenArea .content_box .content_a .tabulation_head .item {
  position: relative;
}

.hiddenArea .content_box .content_a .tabulation_head .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hiddenArea .content_box .content_a .tabulation_head .item:last-child:after {
  display: none;
}

.hiddenArea .content_box .content_a .tabulation_head .sort_number p {
  font-size: 0.8125rem;
}

.hiddenArea .content_box .content_a .tabulation_body .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiddenArea .content_box .content_a .tabulation_body .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hiddenArea .content_box .content_a .tabulation_body .item:last-child:after {
  display: none;
}

.hiddenArea .content_box .content_a .tabulation_body .quill_partImg .item:after {
  display: none;
}

.hiddenArea .content_box .content_a .tabulation_body .list {
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea .content_box .content_a .s_img {
  max-width: 80px;
  max-height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.hiddenArea .content_box .content_a .s_img img {
  max-width: 100%;
  max-height: 100%;
}

.hiddenArea .content_box .content_a .text {
  width: 100%;
  padding: 0 20px;
}

.hiddenArea .content_box .content_a .text .s_img {
  max-width: 60px;
  padding: 0;
  margin-right: 10px;
}

.hiddenArea .content_box .content_a .check_box {
  min-width: 70px;
  height: 100%;
}

.hiddenArea .content_box .content_a .sort_number {
  min-width: 70px;
}

.hiddenArea .content_box .content_a .switch_btn {
  min-width: 80px;
}

.hiddenArea .content_box .content_a .edit_btnGroup {
  min-width: 105px;
}

.hiddenArea .content_box .content_a .paragraph_type {
  width: 100%;
  max-width: 210px;
  padding: 0 20px;
}

.hiddenArea .content_box .content_a .file_capacity {
  width: 100%;
  max-width: 120px;
  text-align: center;
}

.hiddenArea .content_box .content_a .file_capacity p {
  width: 100%;
}

.hiddenArea .content_box .content_a .tabulation_head .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiddenArea .content_box .content_a .tabulation_body .list {
  width: 100%;
  min-height: 70px;
  border: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiddenArea .content_box .content_a .tabulation_body .list.chosen {
  border: solid 1px #000;
  background-color: #f3f3f3;
}

.hiddenArea .content_box .content_a .tabulation_body .list.chosen .text input {
  background-color: #f3f3f3;
}

.hiddenArea .content_box .content_a .tabulation_body .list .edit_btnGroup span {
  cursor: pointer;
}

.hiddenArea .detailEditor .btn_ctable {
  cursor: pointer;
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_img .inventory .table_head {
    border-right: none;
    border-bottom: none;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_img .inventory .table_head .table_head_th {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_img .inventory .table_head .table_head_th .td {
    width: 33.333%;
    border-bottom: solid 1px #c7c7c7;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_img .inventory .table_head .table_head_th .td:last-child {
    border-right: solid 1px #c7c7c7;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_table .inventory .table_head .table_head_th {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_table .inventory .table_head .table_head_th .td {
    width: 50%;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_table .inventory .table_head .table_head_th .td.tool_btn {
    width: 25%;
    border-bottom: solid 1px #c7c7c7;
  }
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .part_table .inventory .table_head .table_head_th .td:last-child {
    border-right: solid 1px #c7c7c7;
  }
}

.hiddenArea .detailEditor .list_frame .part_table .inventory .table_head .table_head_th .td p {
  font-size: 0.75rem;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiddenArea .detailEditor .list.stack_state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hiddenArea .detailEditor .list_box {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea .detailEditor .list_frame {
  width: 100%;
  background-color: #fff;
  display: none;
}

.hiddenArea .detailEditor .list_frame .list_headBar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea .detailEditor .list_frame .list_headBar li {
  cursor: pointer;
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #464646;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea .detailEditor .list_frame .list_headBar li p {
  font-size: 0.875rem;
}

.hiddenArea .detailEditor .list_frame .list_headBar li.now {
  background-color: #10cfbd;
}

.hiddenArea .detailEditor .list_frame .list_headBar li.now:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #10cfbd transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hiddenArea .detailEditor .list_frame .list_body {
  padding: 60px 10% 0 10%;
}

@media (max-width: 1500px) {
  .hiddenArea .detailEditor .list_frame .list_body {
    padding: 60px 5% 0 5%;
  }
}

.hiddenArea .detailEditor .list_frame .list_body .list_bodyL {
  display: none;
}

.hiddenArea .detailEditor .list_frame .list_body .list_bodyL.part_table {
  max-width: 720px;
  margin: 0 auto;
}

.hiddenArea .detailEditor .list_frame .list_body .list_bodyL:first-child {
  display: block;
}

.hiddenArea .detailEditor .list_frame .list_body .list_bodyL.part_img .check_box {
  position: relative;
}

.hiddenArea .detailEditor .list_frame .list_part_body .inventory:first-child {
  padding-top: 0;
}

.hiddenArea .detailEditor .list_frame .inventory {
  padding: 35px 0 35px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head {
  border: solid 1px #c7c7c7;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th {
  border-top: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th:first-child {
  border-top: none;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .para_set {
  height: 100%;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .para_set .select_object {
  height: 100%;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .para_set .select_object p {
  padding-left: 25px;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td {
  cursor: pointer;
  width: 100%;
  padding: 9px 0;
  border-right: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td span {
  margin-right: 5px;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.input,
.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.dropdown {
  padding: 0;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.input>span,
.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.dropdown>span {
  width: 40px;
  height: 100%;
  margin: 0;
  border-left: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.input input,
.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.dropdown input {
  padding: 10px;
  border: none;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.input .quill_select,
.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.dropdown .quill_select {
  width: 100%;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.input:hover,
.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td.dropdown:hover {
  background-color: inherit;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td:hover {
  background-color: #c7c7c7;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td:last-child {
  border-right: none;
}

.hiddenArea .detailEditor .list_frame .inventory .table_head .table_head_th .td .select_object {
  padding: 0;
  border: none;
}

.hiddenArea .detailEditor .list_frame .inventory .table_box {
  border: solid 1px #c7c7c7;
}

.hiddenArea .detailEditor .list_frame .inventory .table_box.quill_partImg {
  border-top: none;
}

/*============================================================
    內容段落編輯 ， 應用/解決方案/商品關聯 ， 檔案下載關聯  
============================================================*/
.scroll-wrapper>.scroll-element.scroll-x .scroll-bar {
  display: none;
}

/*
    這裡是從 2019 / 02 / 12 開始調整
    盡可能將各個欄位標準化
    讓元件有特定樣式
*/
.inventory.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inventory.row .status {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-left: 1px solid #e5e5e5;
}

.inventory.row .status:first-child {
  border: none;
}

.inventory.row .status>.status_text {
  margin: 0 0 0 20px;
}

.inventory.row .status>.status_description {
  margin: 0;
}

.tab_box {
  position: relative;
}

.tab_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab_head .tab_btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c7c7c7;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 -1px;
  cursor: pointer;
}

.tab_head .tab_btn:first-child,
.tab_head .tab_btn:last-child {
  margin: 0;
}

.tab_head .tab_btn.active {
  background-color: #fff;
  border-bottom: none;
}

.tab_head .tab_btn p {
  font-size: 14px;
}

.tab_head .tab_btn p .en {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.tab_body {
  display: none;
  border: 1px solid #c7c7c7;
  border-top: none;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tab_body.active {
  display: block;
}

.tab_body .tab_content {
  padding: 0 100px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-style: none;
}

.tab_body .tab_content::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

.tab_body .tab_content::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: transparent;
}

.tab_body .tab_content::-webkit-scrollbar-track {
  background-color: transparent;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
}

.status.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.status_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}

.status_text.left {
  text-align: left;
}

.status_text .timestamp {
  font-size: 13px;
}

.status_description {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  margin: 25px 0 0 0;
}

.status_description.center {
  text-align: center;
  margin: 30px auto 0 auto;
  max-width: 510px;
}

.status_description a {
  color: #10cfbd;
}

.status_description ul {
  font-weight: bold;
}

.status_description ul.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.status_description ul li {
  margin: 5px 0;
}

.space_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkBtn {
  width: 360px;
  height: 55px;
  background-color: #10cfbd;
  font-weight: bold;
  border-width: 0px;
  border-color: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.checkBtn.normal {
  background-color: transparent;
  color: black;
  border: 1px solid #000;
}

.tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 15px 0;
}

.tips .title {
  color: #10cfbd;
  font-size: 0.75rem;
  font-weight: 900;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tips .title:after {
  content: ':';
  display: block;
  color: #000;
  margin: 0 8px 0 5px;
}

.tips p {
  font-size: 0.75rem;
}

.unorderList {
  position: relative;
  width: 100%;
  border-top: 5px solid black;
  margin: 25px 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}

.unorderList:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid black;
}

.unorderList .processItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid black;
  font-weight: bold;
  font-size: 13px;
}

.unorderList .processItem:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 35px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.unorderList .processItem>div {
  border-left: 1px solid gray;
}

.unorderList .processItem>div:first-child {
  border: none;
}

.unorderList .processItem:first-child:after {
  display: none;
}

.unorderList .processItem .processIndex,
.unorderList .processItem .processReviewer,
.unorderList .processItem .timestamp,
.unorderList .processItem .processStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 25px;
}

.unorderList .processItem .processIndex {
  -webkit-box-flex: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
  text-align: center;
}

.unorderList .processItem .processIndex .num {
  font-size: 32px;
}

.unorderList .processItem .processReviewer {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.unorderList .processItem .processReviewer .reviewPhoto {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
}

.unorderList .processItem .processReviewer .reviewId {
  margin-left: 15px;
  word-break: keep-all;
  line-height: 23px;
}

.unorderList .processItem .timestamp {
  -webkit-box-flex: 2.5;
  -ms-flex-positive: 2.5;
  flex-grow: 2.5;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.unorderList .processItem .timestamp div {
  margin-top: 8px;
}

.unorderList .processItem .timestamp div:first-child {
  margin: 0;
}

.unorderList .processItem .processStatus {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.unorderList .processItem .processStatus>.enText {
  font-size: 18px;
}

.unorderList .processItem .processStatus>.twText {
  margin-top: 10px;
}

.unorderList .log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 0 0;
}

.unorderList .log .logIndex {
  padding: 0 10px;
  font-size: 30px;
}

.unorderList .log:last-child .logCintent {
  border: none;
}

.unorderList .log .logCintent {
  margin-left: 25px;
  border-bottom: 1px solid #000;
  padding: 0 0 50px 0;
}

.unorderList .log .logCintent p {
  margin: 16px 0;
}

.unorderList .log .logCintent p:last-child,
.unorderList .log .logCintent p:first-child {
  margin: 0;
}

.unorderList .log .logCintent p a {
  color: #10cfbd;
}

.unorderList.unactive {
  overflow: hidden;
}

.toggleBtn {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.submit_lbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.submit_lbox.open {
  display: block;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.5);
}

.submit_lbox.open .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.submit_lbox .frame {
  height: 0;
  overflow: hidden;
}

.message {
  width: 580px;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.message .topBar {
  position: relative;
  height: 5px;
  background-color: #13bfaf;
}

.message .topBar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-color: #1c1c1c;
}

.message .content {
  padding: 50px 85px;
  position: relative;
}

.message .content i.closeBtn {
  position: absolute;
  padding: 11px 13px;
  top: 20px;
  right: 20px;
  background-color: #fafafa;
  cursor: pointer;
}

.message .content .logoImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message .content .logoImg h2 {
  margin-left: 10px;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
}

.message .content hr {
  margin: 30px 0;
}

.error,
.warning {
  background-color: #ff3971;
}

.error.inText,
.warning.inText {
  display: inline;
  background-color: transparent;
  color: #ff3971;
}

.success {
  background-color: #10cfbd;
}

.success.inText {
  display: inline;
  background-color: transparent;
  color: #10cfbd;
}

.secondary {
  background-color: #424242;
}

.secondary.inText {
  display: inline;
  background-color: transparent;
  color: #424242;
}

.null {
  background-color: #c5c5c5;
}

.null.inText {
  display: inline;
  background-color: transparent;
  color: #c5c5c5;
}

/*============================================================
                    AjaxEditor
============================================================*/
.original_LiveTitle {
  font-size: 12px;
  color: #464646;
  padding-bottom: 8px;
  display: block;
}

.detailEditor .tips {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.detailEditor .tips .title {
  margin-bottom: 5px;
}

.hiddenArea.cms {
  width: 80%;
  max-width: 1920px;
  min-width: 1300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

@media (max-width: 1700px) {
  .hiddenArea.cms {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .hiddenArea.cms {
    width: 85%;
  }
}

@media (max-width: 1100px) {
  .hiddenArea.cms {
    width: 90%;
  }
}

.hiddenArea.cms:before {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hiddenArea.cms.open {
  z-index: 11;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.hiddenArea.cms.open .hiddenArea_frame {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
  -webkit-transition: all 0.5s ease 0.7s;
  -moz-transition: all 0.5s ease 0.7s;
  -ms-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
}

.hiddenArea.cms.remove {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.hiddenArea.cms.remove .hiddenArea_frame {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea.cms .detailEditor {
  width: 100% !important;
  color: #000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*editorBody*/
  /*editorNav*/
}

.hiddenArea.cms .detailEditor .editorBody {
  width: 100%;
  height: 100vh;
  padding: 0 80px;
  overflow: hidden;
  z-index: 1;
  /*editorHeader*/
  /*editorContent*/
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader {
  padding: 31px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #c7c7c7;
  position: fixed;
  top: 0;
  width: calc(100% - 460px);
  background-color: #fff;
  z-index: 1;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .info {
  width: 80%;
  max-width: 1035px;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control {
  margin: 0 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup .check {
  background-color: #10cfbd;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup .trash {
  background-color: #424242;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup .file {
  background-color: #c5c5c5;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup .remove {
  border: solid 1px #414141;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup .remove span {
  color: #414141;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  margin-right: 6px;
  position: relative;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup li a {
  width: 100%;
  height: 100%;
  display: block;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup li a:not(.btn) {
  opacity: 1;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .btnGroup li span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .control .sub_title {
  font-size: 1rem;
  font-weight: 900;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .title {
  position: relative;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .close_btn {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader p {
  margin: 0;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader h3 {
  font-size: 1.2rem;
  margin: 25px 0;
  padding-right: 10px;
  line-height: 1.5;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .form-name {
  font-size: 1rem;
  font-weight: 900;
  color: #000;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .title:after {
  content: '';
  width: 100%;
  height: 4px;
  max-width: 135px;
  margin-top: 7px;
  background-color: #10cfbd;
  display: block;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hiddenArea.cms .detailEditor .editorBody .editorHeader .area .control {
  margin: 16px 0 0 auto;
}

.hiddenArea.cms .detailEditor .editorBody .editorContent {
  width: 100%;
  margin: 150px 80px 80px 0;
  clear: both;
}

.hiddenArea.cms .detailEditor .editorBody .editorContent.scroll-wrapper>.scroll-element.scroll-x {
  display: none;
}

.hiddenArea.cms .detailEditor .editorBody .editorContent.scroll-wrapper>.scroll-element.scroll-y {
  visibility: hidden;
}

.hiddenArea.cms .detailEditor .editorBody .editorContent .inventory .productImage .frame .box .icon {
  background-color: #10cfbd;
}

.hiddenArea.cms .detailEditor .editorBody .scroll-element {
  opacity: 0 !important;
}

.hiddenArea.cms .detailEditor .editorNav {
  width: 100%;
  min-width: 220px;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  border-right: solid 0;
  overflow: hidden;
  position: relative;
}

.hiddenArea.cms .detailEditor .editorNav ul li {
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea.cms .detailEditor .editorNav ul li p {
  color: #000;
  width: 100%;
  padding: 8px 12px 8px 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hiddenArea.cms .detailEditor .editorNav ul li.active p {
  color: #FFF;
  background-color: #434343;
}
.cms .detailEditor .editorNav ul li.active p {
    color: #FFF;
    background-color: #434343;
}

.hiddenArea.cms .hiddenArea_frame {
  height: 100vh;
  background-color: #fff;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_box {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1365px) {
  .hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_box {
    padding: 25px 50px 70px 50px;
  }
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn {
  height: 50px;
  position: absolute;
  left: 80px;
  right: auto;
  bottom: 20px;
  z-index: 10;
  width: calc(100% - 460px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul {
  height: 100%;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul .check {
  background-color: #10cfbd;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul .trash {
  background-color: #424242;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul .file {
  background-color: #c5c5c5;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul .remove {
  border: solid 1px #414141;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul .remove span {
  color: #414141;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul li {
  width: 100%;
  height: 50px;
  border-radius: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul li p,
.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul li span {
  color: #fff;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul li span {
  margin-right: 8px;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul a p {
  margin: 0;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn ul a span {
  margin: 15px 8px 0 0;
  position: static;
  display: block;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn .btnGroup .remove {
  background-color: #c5c5c5;
  border: none;
}

.hiddenArea.cms .hiddenArea_frame .hiddenArea_frame_controlBtn .btnGroup .remove span {
  color: #fff;
}

.uploadArea.open {
  z-index: 13;
  opacity: 1;
}

.infoArea.open {
  z-index: 13;
  opacity: 1;
}

.main_container {
  height: 100%;
  overflow: hidden;
}

.main_container_frame {
  background-color: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  position: relative;
}

.main_container_frame .hiddenArea_frame {
  width: 100%;
  max-width: none;
  height: calc(100% - 50px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  overflow: hidden;
}

.main_container_frame .hiddenArea_frame_box {
  padding: 25px 50px 25px 50px;
}

.main_container_frame .hiddenArea_frame_box .editorHeader .control {
  margin-top: 0;
}

.main_container_frame .hiddenArea_frame_controlBtn {
  position: relative;
}

.____summernote .note-editor.note-frame {
  border: solid 1px #c7c7c7;
}

.state_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.state_button li {
  width: 100%;
  max-width: 165px;
}

.datepicker-range {
  max-width: 100%;
  border: solid 1px #c7c7c7;
  z-index: 0;
}

.datepicker-range input {
  border: none;
}

.datepicker-range .input-group-addon {
  background-color: #c7c7c7;
  color: #000;
  min-width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file_date .name {
  font-weight: 900;
  margin-right: 3px;
}

.color_picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color_picker .ticket_field {
  border: solid 1px #c7c7c7;
  border-left: none;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.color_picker .ticket_field p {
  line-height: 1;
}

.sp-replacer {
  border: solid 1px #c7c7c7;
  background-color: #fff;
  width: 100%;
  max-width: 200px;
}

.sp-preview {
  width: 90%;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border: solid 1px #c7c7c7;
}

.sp-dd {
  color: #888888;
}

.sp-color,
.sp-hue,
.sp-clear,
.sp-alpha-inner,
.sp-initial {
  border: none;
}

.sp-input,
.sp-input:focus {
  border: solid 1px #c7c7c7;
}

.sp-container {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border: solid 1px #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-container .btn_group {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sp-container .btn_group .click_btn {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-container .btn_group .click_btn span {
  margin-right: 8px;
}

.sp-container .btn_group .save {
  background-color: #10cfbd;
}

.sp-container .btn_group .cancel {
  background-color: #424242;
}

.sp-container .title {
  font-size: 0.75rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.sp-container:after {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background-color: #c7c7c7;
  position: absolute;
  left: 50%;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-picker-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-palette-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.sp-picker-container,
.sp-palette-container {
  float: none;
  padding-bottom: 0;
  padding: 20px;
  margin: 0;
}

/*============================================================
                    共同右邊滑動隱藏區塊(end)
============================================================*/
/*============================================================
                    
============================================================*/
/*============================================================
    內容段落編輯 ， 應用/解決方案/商品關聯 ， 檔案下載關聯  
============================================================*/
.hiddenArea .text p {
  font-size: 0.8125rem;
  font-family: 'MyriadPro-Regular', '微軟正黑體';
  height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.hiddenArea .check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .check_box .content_input {
  display: inline-block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.hiddenArea .check_box .content_inputBox {
  cursor: pointer;
  position: relative;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  display: inline-block !important;
}

.hiddenArea .check_box .content_inputBox:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.hiddenArea .check_box.show .content_inputBox:before {
  border-width: 8.5px;
  border-color: #000;
}

.hiddenArea .check_box.show .content_inputBox:after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff;
  position: absolute;
  top: -2px;
  font-size: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hiddenArea .sort_number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .sort_number p {
  font-family: 'MyriadPro-Regular';
  font-size: 1.875rem;
  text-align: center;
}

.hiddenArea .switch_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .switch_btn .switchery {
  width: 35px;
  height: 20px;
}

.hiddenArea .switch_btn .switchery>small {
  width: 20px;
  height: 20px;
}

.hiddenArea .edit_btnGroup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiddenArea .edit_btnGroup span {
  margin: 0 10px;
}

.hiddenArea .paragraph_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hiddenArea .paragraph_type span {
  margin-right: 12px;
  padding-top: 5px;
}

.hiddenArea .file_detail_box {
  color: #fff;
  background-color: #464646;
  border: solid 1px #10cfbd;
  -webkit-box-shadow: 5px 5px 6px #b5b5b5;
  box-shadow: 5px 5px 6px #b5b5b5;
  padding: 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  -ms-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.hiddenArea .file_detail_box.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.hiddenArea .file_detail_box .info_detail {
  padding: 0;
}

.hiddenArea .file_detail_box p {
  font-weight: 300;
}

.hiddenArea .file_detail_box span {
  color: #10cfbd;
  font-weight: 900;
  margin-right: 5px;
}

.hiddenArea .file_detail_box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #464646 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hiddenArea .img_title .title {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hiddenArea .img_title .subtitle {
  font-size: 0.8125rem;
}

.hiddenArea .scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
  opacity: 1;
}

.file_path_frame {
  width: 50vw;
}

.file_path_frame .set_btn {
  margin-bottom: 20px;
}

.file_path_frame .open_file_path_btn {
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  font-size: 0.8125rem;
  width: 100%;
  padding: 10px 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file_path_frame .open_file_path_btn p {
  padding-right: 20px;
}

.file_path_frame .open_file_path_btn .icon {
  margin-left: auto;
  display: block;
}

.file_path_frame .close_file_path_btn {
  cursor: pointer;
}

.file_path_frame .close_file_path_btn .fbtn {
  border-radius: 3px;
  background-color: #775bc2;
  width: 100px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file_path_frame .close_file_path_btn p {
  color: #fff;
}

.file_path_frame .content-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

.file_path_frame .content-sidebar.show_path_box {
  -webkit-animation-name: content-sidebar-show;
  animation-name: content-sidebar-show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.file_path_frame .content-sidebar.unshow_path_box {
  -webkit-animation-name: content-sidebar-unshow;
  animation-name: content-sidebar-unshow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes content-sidebar-show {
  0% {
    left: 0;
    z-index: -1;
  }

  99% {
    left: -300px;
    z-index: -1;
  }

  100% {
    left: -300px;
    z-index: 1;
  }
}

@keyframes content-sidebar-unshow {
  0% {
    left: -300px;
    z-index: -1;
  }

  100% {
    left: 0px;
    z-index: -1;
  }
}

/*============================================================
                AjaxEditor
============================================================*/
.fmsAjaxArea:before {
  background-color: #170b38c7;
}

.fmsAjaxArea .ajaxItem {
  width: 95vw;
  height: 92vh;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.fmsAjaxArea .ajaxItem.open {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.fmsAjaxArea .ajaxItem .ajaxContainer {
  height: auto;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody {
  padding: 0;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody {
  padding: 0;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .header {
  display: none !important;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent {
  height: calc(92vh - 50px) !important;
  min-height: auto !important;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content {
  height: 100% !important;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .content-sidebar {
  margin-top: 60px;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar {
  top: 0;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list {
  padding-bottom: 50px;
  height: calc(92vh - 110px);
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content {
  height: calc(92vh - 110px);
  min-height: auto;
  margin-top: 60px;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content .jumbotron {
  width: calc(100% - 300px);
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content .jumbotron .inner-right {
  display: block;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content .jumbotron .inner-right .close_btn {
  color: #000;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content .content-scrollbox {
  height: calc(92vh - 110px);
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content .content-scrollbox .content-head {
  width: calc(100% - 412px);
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .inner-content .content-scrollbox .content-body {
  padding: 130px 0 0 0;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .mainContent .content .datatable .fake-thead {
  width: calc(100% - 412px);
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .mainBody .ajax_control_btn {
  display: block;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .hiddenArea_frame_controlBtn.ajax_control_btn {
  width: 100%;
  position: static;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .hiddenArea_frame_controlBtn.ajax_control_btn .btnGroup .check {
  background-color: #000;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .hiddenArea_frame_controlBtn.ajax_control_btn .selected {
  background-color: #000;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .hiddenArea_frame_controlBtn.ajax_control_btn .setting {
  background-color: #775ac2;
}

.fmsAjaxArea .ajaxItem .ajaxContainer .detailEditor .hiddenArea_frame_controlBtn.ajax_control_btn .close_ajax_btn {
  background-color: #c5c5c5;
}

.fmsDetailAjaxArea {
  z-index: 14 !important;
}

.fmsDetailAjaxArea .ajaxItem {
  width: 90%;
  max-width: 800px;
  min-width: 500px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody {
  height: calc(100vh - 50px);
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader {
  width: 100%;
  border: none;
  position: static;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info {
  width: 100%;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .title {
  position: static;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .title:after {
  background-color: #775bc2;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area h3 {
  width: 100%;
  margin: 15px 30px 15px 0;
  word-break: break-all;
  min-height: 55px;
  height: auto;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area .control {
  position: static;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area .control .btnGroup .check {
  background-color: #775bc2;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent {
  margin-top: 0;
  margin-bottom: 50px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px 0;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 5px solid #775ac2;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame {
  background-color: #3d4042;
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img {
  width: auto;
  max-width: 520px;
  max-height: 240px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img.auto {
  width: 200px !important;
  height: 200px !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img.w-auto {
  width: auto !important;
  height: 200px !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img.h-auto {
  height: auto !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .info_box {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .toolBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .toolBtn .icon {
  cursor: pointer;
  width: 33px;
  height: 33px;
  margin-bottom: 1px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory>.title {
  padding-top: 0;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .hiddenArea_frame_controlBtn {
  width: calc(100% - 160px);
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer .hiddenArea_frame_controlBtn .btnGroup .check {
  background-color: #775bc2;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsDetail .detailEditor .editorBody .editorContent .box_block_frame .inventory {
  padding: 20px 0;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsDetail .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsDetail .detailEditor .editorBody .editorContent .box_block_frame .inventory .title {
  padding: 0;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsDetail_edit .editorContent .inventory {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsFolder_add .editorContent .inventory {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsFolder_edit .editorContent .inventory {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .subtitle,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .subtitle,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .subtitle {
  position: relative;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .subtitle .en_title,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .subtitle .en_title,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .subtitle .en_title {
  font-size: 1.125rem;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .subtitle .icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .subtitle .icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .subtitle .icon {
  margin-right: 5px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list {
  width: 100%;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  border-top: none;
  padding: 14px 25px;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list .option,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list .option,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list .option {
  position: relative;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list .option:after,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list .option:after,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list .option:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list .option:last-child:after,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list .option:last-child:after,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list .option:last-child:after {
  display: none;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list:first-child,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list:first-child,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list:first-child {
  border-top: solid 1px #c7c7c7;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_img,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_img,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_img {
  width: 42px;
  height: 40px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_img img,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_img img,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_img img {
  max-width: 42px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_title,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_title,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_title p,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_title p,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_title p {
  margin-right: 12px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_capacity,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_capacity,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_capacity {
  width: 120px;
  text-align: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_tool,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_tool,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_tool {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_tool .icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_tool .icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_tool .icon {
  cursor: pointer;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list_tool span,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list_tool span,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list_tool span {
  margin: 0;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list:hover,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list:hover,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list:hover {
  border: solid 1px #ff0000;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list:hover .list_capacity p,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list:hover .list_capacity p,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list:hover .list_capacity p {
  color: #ff0000;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_list .list:first-child:hover,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_list .list:first-child:hover,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_list .list:first-child:hover {
  border-top: solid 1px #ff0000;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_icon {
  color: #fff;
  cursor: pointer;
  background-color: #775bc2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -20px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .list_tool,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .list_tool,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .list_tool {
  text-align: right;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .list_tool .icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .list_tool .icon,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .list_tool .icon {
  cursor: pointer;
  margin-left: 8px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .list_tool .icon:first-child,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .list_tool .icon:first-child,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .list_tool .icon:first-child {
  margin-left: 0;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .list.upload_ok,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .list.upload_ok,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .list.upload_ok {
  background-color: #775bc2;
  color: #fff;
  border: solid 1px #775bc2;
  border-top: solid 1px #c7c7c7;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .list.upload_ok:first-child,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .list.upload_ok:first-child,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .list.upload_ok:first-child {
  border-top: #775bc2;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_frame_info .center_box,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_frame_info .center_box,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_frame_info .center_box {
  margin: 20px 0;
  text-align: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_frame_info .center_box span,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_frame_info .center_box span,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_frame_info .center_box span {
  font-size: 3rem;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_frame_info .center_box .tick,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_frame_info .center_box .tick,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_frame_info .center_box .tick {
  font-size: 1.5rem;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: solid 4px #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_frame_info .info_box,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_frame_info .info_box,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_frame_info .info_box {
  text-align: center;
  color: #464646;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_frame_info .info_box .en,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_frame_info .info_box .en,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_frame_info .info_box .en {
  color: #000;
  font-size: 1.125rem;
  font-weight: 900;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory .upload_frame,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory .upload_frame,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory .upload_frame {
  height: 240px;
}

.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload .editorContent .inventory.uploading .info_box,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_done .editorContent .inventory.uploading .info_box,
.fmsDetailAjaxArea .ajaxItem .ajaxContainer.fmsUpload_ing .editorContent .inventory.uploading .info_box {
  color: #fff;
}

/*============================================================
                AjaxEditor
============================================================*/
.amsDetailAjaxArea {
  z-index: 13 !important;
}

.amsDetailAjaxArea .ajaxItem {
  width: 90%;
  max-width: 950px;
  min-width: 750px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody {
  height: calc(100vh - 50px);
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader {
  width: 100%;
  position: static;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info {
  width: 100%;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .title {
  position: static;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .title:after {
  background-color: #3a9eea;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area h3 {
  width: 100%;
  margin: 15px 30px 15px 0;
  word-break: break-all;
  min-height: 55px;
  height: auto;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area .control {
  position: static;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .area .control .btnGroup .check {
  background-color: #3a9eea;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorHeader .info .tips {
  margin-top: 0;
  margin-bottom: 15px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent {
  margin-top: 0;
  margin-bottom: 50px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0 30px 0;
  border-bottom: solid 1px #000;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 5px solid #775ac2;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame {
  background-color: #3d4042;
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img {
  width: auto;
  max-width: 520px;
  max-height: 240px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img.auto {
  width: 200px !important;
  height: 200px !important;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img.w-auto {
  width: auto !important;
  height: 200px !important;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .img_box img.h-auto {
  height: auto !important;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .file_frame_info .info_box {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .toolBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.fileInformation .file_frame .toolBtn .icon {
  cursor: pointer;
  width: 33px;
  height: 33px;
  margin-bottom: 1px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style>.inner {
  width: 36vw;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style>.inner .file_date p {
  font-weight: bold;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style>.title {
  width: 8.5vw;
  padding-top: 0;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .title .img_box {
  cursor: pointer;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .title .img_box img {
  width: 100%;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .subtitle {
  font-size: 1rem;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  width: 100%;
  margin-bottom: 0;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .subtitle.t-a-c {
  font-size: 12px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .info_text {
  width: 100%;
  line-height: 25px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .info_text .title {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .info_text p {
  font-size: 12px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box {
  border-bottom: solid 1px #eaeaea;
  font-family: '微軟正黑體';
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box:last-child {
  border-bottom: none;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box:not(:last-child) {
  margin-bottom: 20px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box .state_button {
  width: 100%;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box .radio label {
  margin: 0;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box .radio input {
  position: absolute;
  left: 0;
  top: 0;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box .radio input[type=radio]:checked+label:before {
  border-color: #3a9eea;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .inner_box .state_button li {
  width: auto;
  max-width: none;
  position: relative;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .ios_switch .box {
  width: 30px;
  height: 10px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .detailEditor .editorBody .editorContent .box_block_frame .inventory.row_style .ios_switch .box .ball {
  width: 15px;
  height: 15px;
  top: -5px;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .hiddenArea_frame_controlBtn {
  width: calc(100% - 160px);
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer .hiddenArea_frame_controlBtn .btnGroup .check {
  background-color: #3a9eea;
}

.amsDetailAjaxArea .tips {
  margin-top: 15px;
}

.amsDetailAjaxArea .tips .title {
  color: #3a9eea;
}

.amsDetailAjaxArea .btnGroup .check {
  background-color: #3a9eea;
}

.amsDetailAjaxArea .no_selfie .img_box {
  background-color: #3a9eea;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer.ams_manager .editorContent .inventory {
  padding: 30px 0;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer.ams_manager .editorContent .inventory.row_style .inner .inner_box {
  padding: 0;
  border: none;
}

.amsDetailAjaxArea .ajaxItem .ajaxContainer.ams_manager .editorContent .inventory.row_style .inner .inner_box:first-child {
  padding: 0;
  border: none;
}

.singleEditor .editorRow,
.detailEditor .editorRow {
  border-bottom: solid 1px #c7c7c7;
  padding: 35px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.singleEditor .editorRow .editTitle,
.detailEditor .editorRow .editTitle {
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.5;
  width: 100%;
  max-width: 200px;
  min-width: 150px;
  padding: 10px 50px 0 0;
}

.singleEditor .editorRow .editContent,
.detailEditor .editorRow .editContent {
  width: 100%;
}

.singleEditor .editorRow .editContent .groupCover .objects,
.detailEditor .editorRow .editContent .groupCover .objects {
  padding: 20px 0;
}

.singleEditor .editorRow .editContent .groupCover .objects:first-child,
.detailEditor .editorRow .editContent .groupCover .objects:first-child {
  padding-top: 0;
}

.singleEditor .editorRow .editContent .groupCover .objects:last-child,
.detailEditor .editorRow .editContent .groupCover .objects:last-child {
  padding-bottom: 0;
}

.singleEditor .editorRow .editContent .groupCover .objects .objectsTitle,
.detailEditor .editorRow .editContent .groupCover .objects .objectsTitle {
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  min-width: 150px;
  padding: 0 50px 10px 0;
}

.singleEditor .editorRow .editContent .groupCover .objects .objectsTips,
.detailEditor .editorRow .editContent .groupCover .objects .objectsTips {
  font-size: 0.75rem;
  line-height: 1.85;
  width: 100%;
  padding-top: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.singleEditor .editorRow .editContent .groupCover .objects .objectsTips .tipsTitle,
.detailEditor .editorRow .editContent .groupCover .objects .objectsTips .tipsTitle {
  color: #10cfbd;
  font-weight: 900;
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
  display: inline;
  margin-right: 10px;
  padding: 0;
}

.singleEditor .editorRow .editContent .groupCover .objects .objectsTips .tipsTitle::after,
.detailEditor .editorRow .editContent .groupCover .objects .objectsTips .tipsTitle::after {
  content: ":";
  color: #000;
  margin-left: 9px;
  display: inline-block;
}

.singleEditor .editorRow .no_selfie img,
.detailEditor .editorRow .no_selfie img {
  display: none;
}

.singleEditor .editorRow .no_selfie .add,
.detailEditor .editorRow .no_selfie .add {
  display: block;
}

.singleEditor .editorRow .with_icon,
.detailEditor .editorRow .with_icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleEditor .editorRow .with_icon input,
.detailEditor .editorRow .with_icon input {
  border: none;
}

.singleEditor .editorRow .with_icon .remove,
.detailEditor .editorRow .with_icon .remove {
  cursor: pointer;
  padding: 13px;
}

.singleEditor .editorRow .owner,
.detailEditor .editorRow .owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleEditor .editorRow .owner img,
.detailEditor .editorRow .owner img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}

.singleEditor .editorRow .owner .name,
.detailEditor .editorRow .owner .name {
  font-weight: 900;
}

.singleEditor .editorRow .file_frame,
.detailEditor .editorRow .file_frame {
  background-color: #c7c7c7;
  width: 100%;
  height: 30vw;
  max-height: 450px;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 1300px) {

  .singleEditor .editorRow .file_frame,
  .detailEditor .editorRow .file_frame {
    height: 40vw;
  }
}

.singleEditor .editorRow .file_frame .toolBtn,
.detailEditor .editorRow .file_frame .toolBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.singleEditor .editorRow .file_frame .icon,
.detailEditor .editorRow .file_frame .icon {
  cursor: pointer;
  width: 33px;
  height: 33px;
  margin-bottom: 1px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.singleEditor .editorRow .file_frame_info,
.detailEditor .editorRow .file_frame_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
}

.singleEditor .editorRow .file_frame_info .img_box,
.detailEditor .editorRow .file_frame_info .img_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleEditor .editorRow .file_frame_info .img_box img,
.detailEditor .editorRow .file_frame_info .img_box img {
  max-height: 260px;
  margin: 0 auto 50px auto;
  display: block;
  -webkit-box-shadow: 5px 5px 10px #a7a7a7;
  box-shadow: 5px 5px 10px #a7a7a7;
}

.singleEditor .editorRow .file_frame_info .info_box,
.detailEditor .editorRow .file_frame_info .info_box {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1400px) {

  .singleEditor .editorRow .file_frame_info .info_box,
  .detailEditor .editorRow .file_frame_info .info_box {
    bottom: 20px;
  }
}

.singleEditor .editorRow .file_frame_info .info_box .type,
.detailEditor .editorRow .file_frame_info .info_box .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleEditor .editorRow .file_frame_info .info_box .number,
.detailEditor .editorRow .file_frame_info .info_box .number {
  font-weight: 900;
  margin: 0 2px;
}

.singleEditor .editorRow .file_frame_info .info_box i,
.detailEditor .editorRow .file_frame_info .info_box i {
  font-style: normal;
  margin: 0 5px;
}

.singleEditor .editorRow .upload_frame,
.detailEditor .editorRow .upload_frame {
  cursor: pointer;
  background-color: #f0f0f0;
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.singleEditor .editorRow .upload_list .list,
.detailEditor .editorRow .upload_list .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  border-top: none;
  padding: 14px 25px;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.singleEditor .editorRow .upload_list .list .option,
.detailEditor .editorRow .upload_list .list .option {
  position: relative;
}

.singleEditor .editorRow .upload_list .list .option:after,
.detailEditor .editorRow .upload_list .list .option:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.singleEditor .editorRow .upload_list .list .option:last-child:after,
.detailEditor .editorRow .upload_list .list .option:last-child:after {
  display: none;
}

.singleEditor .editorRow .upload_list .list:first-child,
.detailEditor .editorRow .upload_list .list:first-child {
  border-top: solid 1px #c7c7c7;
}

.singleEditor .editorRow .upload_list .list_img,
.detailEditor .editorRow .upload_list .list_img {
  width: 42px;
  height: 40px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.singleEditor .editorRow .upload_list .list_img img,
.detailEditor .editorRow .upload_list .list_img img {
  max-width: 42px;
}

.singleEditor .editorRow .upload_list .list_title,
.detailEditor .editorRow .upload_list .list_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleEditor .editorRow .upload_list .list_title p,
.detailEditor .editorRow .upload_list .list_title p {
  margin-right: 12px;
}

.singleEditor .editorRow .upload_list .list_capacity,
.detailEditor .editorRow .upload_list .list_capacity {
  width: 120px;
  text-align: center;
}

.singleEditor .editorRow .upload_list .list_tool,
.detailEditor .editorRow .upload_list .list_tool {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.singleEditor .editorRow .upload_list .list_tool .icon,
.detailEditor .editorRow .upload_list .list_tool .icon {
  cursor: pointer;
}

.singleEditor .editorRow .file_detail_list .file_frame,
.detailEditor .editorRow .file_detail_list .file_frame {
  margin-bottom: 25px;
}

.singleEditor .editorRow .file_detail_list .file_frame_info,
.detailEditor .editorRow .file_detail_list .file_frame_info {
  padding: 20px 60px;
}

.singleEditor .editorRow .file_detail_list .list,
.detailEditor .editorRow .file_detail_list .list {
  border-bottom: solid 1px #c7c7c7;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.singleEditor .editorRow .file_detail_list .list:last-child,
.detailEditor .editorRow .file_detail_list .list:last-child {
  border-bottom: none;
}

.singleEditor .editorRow .file_detail_list .title,
.detailEditor .editorRow .file_detail_list .title {
  width: 25%;
  max-width: 140px;
  padding-right: 12px;
}

.singleEditor .editorRow .file_detail_list .info,
.detailEditor .editorRow .file_detail_list .info {
  width: 85%;
}

.singleEditor .editorRow .file_box,
.detailEditor .editorRow .file_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}

.singleEditor .editorRow .file_box .form-name,
.detailEditor .editorRow .file_box .form-name {
  width: 100%;
  font-size: 1rem;
  font-weight: 900;
  color: #000;
}

.singleEditor .editorRow .psbox,
.detailEditor .editorRow .psbox {
  position: relative;
}

.singleEditor .editorRow .psbox.gray,
.detailEditor .editorRow .psbox.gray {
  color: #c7c7c7;
}

.singleEditor .editorRow .psbox .icon,
.detailEditor .editorRow .psbox .icon {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.singleEditor .inventory:last-child,
.detailEditor .inventory:last-child {
  border-bottom: none;
}

.singleEditor .content-nav {
  display: none;
}

.singleEditor .inventory {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.singleEditor .editorBody {
  height: 100% !important;
  padding: 132px 50px 0 0 !important;
  overflow: hidden !important;
}

.singleEditor .editorBody .editorHeader {
  height: 0;
}

.singleEditor .editorBody .editorHeader .info {
  display: none;
}

.singleEditor .editorBody .editorHeader .control .btnGroup {
  position: fixed;
  top: 132px;
  right: 58px;
  z-index: 2;
}

.singleEditor .editorBody .editorContent {
  width: calc(100% - 258px) !important;
}

.singleEditor .editorNav {
  width: 100% !important;
  min-width: auto !important;
  max-width: 200px !important;
  height: 100% !important;
  padding: 132px 0 0 0 !important;
  border-right: solid 0 !important;
  background-color: transparent !important;
  position: fixed !important;
  top: 105px !important;
  right: 58px;
  z-index: 2;
}

.singleEditor .editorNav p {
  color: #000;
}

/*d_editor_objects*/
.____input {
  width: 100%;
}

.normal_input,
.____input input {
  color: #000;
  width: 100%;
  padding: 10px 12px;
  border-radius: 0;
  border: solid 1px #c7c7c7;
  background-color: #efefef;
}

.normal_input::-webkit-input-placeholder,
.____input input::-webkit-input-placeholder {
  color: #333;
}

.normal_input:focus,
.____input input:focus {
  border: solid 1px #000;
  background-color: #fff;
}

.normal_input:focus::-webkit-input-placeholder,
.____input input:focus::-webkit-input-placeholder {
  color: #000;
}

.____tagsinput.bootstrap-tagsinput {
  width: 100%;
  color: #000;
  padding: 10px 12px;
  border-radius: 0;
  border: solid 1px #c7c7c7;
  background-color: #efefef;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.____tagsinput.bootstrap-tagsinput .tag {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  background-color: #000;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  margin: 6px -5px 5px 7px;
  padding: 2px 20px 4px 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.____tagsinput.bootstrap-tagsinput .tag:hover {
  color: #000;
  background-color: #fff;
}

.____tagsinput.bootstrap-tagsinput .tag:hover [data-role="remove"] {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.____tagsinput.bootstrap-tagsinput .tag [data-role="remove"] {
  font-size: 12px;
  font-weight: normal;
  margin: 1px 10px 0 0;
  float: left;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.____tagsinput.bootstrap-tagsinput .tag [data-role="remove"]::after {
  font-family: 'pages-icon';
  content: "\e60a";
  padding: 1px 0 0 0;
  display: block;
}

.____tagsinput.bootstrap-tagsinput input {
  color: #000;
  width: auto;
  min-width: auto;
  background-color: transparent;
  padding: 10px 12px;
  margin: 0;
  border-radius: 0;
  border: 0;
}

.____tagsinput.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #333;
}

.____tagsinput.bootstrap-tagsinput input:focus {
  border: 0;
  background-color: transparent;
}

.____tagsinput.bootstrap-tagsinput input:focus::-webkit-input-placeholder {
  color: #000;
}

.____tagsinput.onfocus {
  border: solid 1px #000;
  background-color: #fff;
}

textarea,
.normal_textarea,
.____normal_textarea {
  color: #000;
  width: 100%;
  height: 150px;
  padding: 10px 12px;
  border-radius: 0;
  border: solid 1px #c7c7c7;
  background-color: #efefef;
  white-space: pre-wrap;
}

textarea::-webkit-input-placeholder,
.normal_textarea::-webkit-input-placeholder,
.____normal_textarea::-webkit-input-placeholder {
  color: #333;
}

textarea:focus,
.normal_textarea:focus,
.____normal_textarea:focus {
  border: solid 1px #000;
  background-color: #fff;
}

textarea:focus::-webkit-input-placeholder,
.normal_textarea:focus::-webkit-input-placeholder,
.____normal_textarea:focus::-webkit-input-placeholder {
  color: #000;
}

.switch,
.____switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  margin-bottom: 0;
}

.switch input,
.____switch input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.switch input:checked+.slider,
.____switch input:checked+.slider {
  background-color: #000;
}

.switch input:focus+.slider,
.____switch input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

.switch input:checked+.slider:before,
.____switch input:checked+.slider:before {
  -webkit-transform: translate(17px, -50%);
  -ms-transform: translate(17px, -50%);
  transform: translate(17px, -50%);
}

.switch .slider,
.____switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dedede;
  border: 1px solid #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.switch .slider.round,
.____switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before,
.____switch .slider.round:before {
  border-radius: 50%;
}

.switch .slider:before,
.____switch .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  background-color: white;
  -webkit-box-shadow: 1px 0px 5px #888888;
  box-shadow: 1px 0px 5px #888888;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.ios_switch,
.____ios_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ios_switch .title,
.____ios_switch .title {
  word-break: keep-all;
}

.ios_switch input,
.____ios_switch input {
  display: none;
}

.ios_switch .box,
.____ios_switch .box {
  cursor: pointer;
  background-color: #ccc;
  border: solid 1px #ccc;
  border-radius: 20px;
  width: 43px;
  height: 25px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ios_switch .ball,
.____ios_switch .ball {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ios_switch.s_ball .box,
.____ios_switch.s_ball .box {
  width: 37px;
  height: 22px;
}

.ios_switch.s_ball .ball,
.____ios_switch.s_ball .ball {
  width: 20px;
  height: 20px;
  left: 15px;
}

.ios_switch.on .ball,
.____ios_switch.on .ball {
  left: 19px;
}

.ios_switch.on .box,
.____ios_switch.on .box {
  background-color: #313131;
  border: solid 1px #313131;
  border-color: #000;
}

.picture_box,
.____picture_box {
  width: 100%;
  background-color: #efefef;
  border: solid 1px #c7c7c7;
  padding: 40px 40px 20px 40px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.picture_box .frame,
.____picture_box .frame {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.picture_box .frame .box,
.____picture_box .frame .box {
  min-height: 99px;
  border: solid 1px #fff;
  background-color: #ccc;
  width: 177.78px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.picture_box .frame .box .icon,
.____picture_box .frame .box .icon {
  cursor: pointer;
  background-color: #10cfbd;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.picture_box .frame .box .icon:before,
.____picture_box .frame .box .icon:before {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.picture_box .frame .info,
.____picture_box .frame .info {
  padding: 5px 0 0 0;
}

.picture_box .frame .info p,
.____picture_box .frame .info p {
  font-weight: 900;
  text-align: center;
}

.picture_box .frame img,
.____picture_box .frame img {
  cursor: pointer;
  max-width: 100%;
}

.picture_box .frame .tool,
.____picture_box .frame .tool {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.picture_box .frame .t_icon,
.____picture_box .frame .t_icon {
  cursor: pointer;
  background-color: #fff;
  width: 33px;
  height: 33px;
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.picture_box .has_img .box .icon,
.____picture_box .has_img .box .icon {
  display: none;
}

.picture_box .has_img .box:hover,
.____picture_box .has_img .box:hover {
  border: solid 1px #10cfbd;
}

.picture_box .has_img .box:hover .tool,
.____picture_box .has_img .box:hover .tool {
  opacity: 1;
  visibility: visible;
}

.____select2.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.____select2+.select2.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.____select2+.select2 .selection .select2-selection {
  background-image: none !important;
  border-radius: 0 !important;
  border: 1px solid #c7c7c7 !important;
  padding: 10px 12px !important;
  -webkit-transition: border 0.2s linear 0s !important;
  -o-transition: border 0.2s linear 0s !important;
  transition: border 0.2s linear 0s !important;
}

.____select2+.select2 .selection .select2-selection.select2-selection--single {
  background-color: #efefef !important;
  height: 42px;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple {
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 0 !important;
  min-height: 42px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: text;
  -webkit-user-select: none;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  padding: 0 8px;
  margin: 10px 10px;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin: 0;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 10px 12px;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  line-height: 1.5;
  background-color: #000;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 6px -5px 5px 7px;
  padding: 2px 20px 4px 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  font-weight: 900;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover,
.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited,
.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active {
  color: #000;
  background-color: #efefef;
  border: 1px solid #000;
}

.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove,
.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited .select2-selection__choice__remove,
.____select2+.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active .select2-selection__choice__remove {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.____select2+.select2 .selection .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 1.5;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.____select2+.select2 .selection .select2-selection .select2-selection__rendered input {
  width: 100% !important;
}

.____select2+.select2 .selection .select2-selection .select2-selection__arrow {
  width: 20px;
  height: 26px;
  border: 0px;
  background: transparent;
  position: absolute;
  top: auto;
  bottom: 7px;
  right: 12px !important;
  left: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.____select2+.select2 .selection .select2-selection .select2-selection__arrow b {
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.____select2+.select2 .selection .select2-selection:hover .select2-selection__arrow b {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.____select2+.select2.select2-container--open .selection .select2-selection {
  background-image: none !important;
  border-radius: 0 !important;
  border: 1px solid #c7c7c7 !important;
  padding: 10px 12px !important;
  -webkit-transition: border 0.2s linear 0s !important;
  -o-transition: border 0.2s linear 0s !important;
  transition: border 0.2s linear 0s !important;
}

.____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  padding: 10px 12px !important;
  -webkit-transition: border 0.2s linear 0s !important;
  -o-transition: border 0.2s linear 0s !important;
  transition: border 0.2s linear 0s !important;
  height: 42px;
}

.____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  -webkit-transition: border 0.2s linear 0s !important;
  -o-transition: border 0.2s linear 0s !important;
  transition: border 0.2s linear 0s !important;
  padding: 0 !important;
}

.____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin: 0;
}

.____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  width: auto !important;
  margin: 0;
  padding: 10px 12px;
}

.____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #000 !important;
}

.____select2+.select2 .select2-selection__clear {
  cursor: pointer;
  padding: 0 10px;
  float: right;
  font-weight: bold;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.____select2+.select2 .select2-selection__clear:hover,
.____select2+.select2 .select2-selection__clear:visited,
.____select2+.select2 .select2-selection__clear:active {
  color: #000;
}

.____select2+.select2 .select2-selection__clear:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container.select2-container--default.select2-container--open {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container.select2-container--default.select2-container--open .select2-search--dropdown {
  background: #eee !important;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7c7c7 !important;
}

.select2-container.select2-container--default.select2-container--open .select2-search--dropdown::before {
  content: "SEARCH";
  color: #333;
  display: inline-block;
  width: 80px;
  height: 20px;
  font-weight: bold;
}

.select2-container.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

.select2-container.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field:focus {
  color: #000;
}

.select2-container.select2-container--default.select2-container--open .select2-results {
  margin: 0;
  display: block;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option .select2-results__group {
  color: #000;
  cursor: default;
  display: block;
  padding: 25px 0 10px 30px !important;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option .select2-results__option--highlighted {
  padding: 20px;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option.select2-results__message {
  padding: 25px 30px 0 30px !important;
}

.select2-container.select2-container--default.select2-container--open .select2-results>.select2-results__options {
  max-height: 350px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0 0 25px 0;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option[role=group] {
  padding: 0;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option[aria-selected] {
  cursor: pointer;
  padding: 7px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.select2-container.select2-container--default.select2-container--open .select2-results .select2-results__option[aria-selected]::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 10px;
  background-color: #000;
  display: block;
  -webkit-transition: .12s .5s;
  -o-transition: .12s .5s;
  transition: .12s .5s;
}

.select2-container.select2-container--default.select2-container--open .select2-results li {
  color: #000;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  padding: 0;
  display: block;
  background-color: white;
  border: 1px solid #c7c7c7;
  /* border-top-left-radius: 0; */
  /* border-top-right-radius: 0; */
  /* border-bottom-right-radius: 2px; */
  /* border-bottom-left-radius: 2px; */
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  z-index: 790;
}

.select2-container .select2-results__option--highlighted {
  font-size: 18px;
  padding: 15px 35px !important;
  background-color: #c7c7c7 !important;
  border-radius: 0;
  color: #000 !important;
}

.c-datepicker-picker {
  -webkit-transform: translate(0px, -450px);
  -ms-transform: translate(0px, -450px);
  transform: translate(0px, -450px);
}

/*plugin*/
/*

* Override Pages default styles or create your own styles here

*/
/*============================================================
                        批次修改視窗
============================================================*/
.batch-modify .modal-dialog {
  width: 70vw;
  max-width: none;
}

.batch-modify .modal-content {
  max-height: 70vh;
  overflow: hidden;
}

.batch-modify .modal-content .modal-header {
  min-height: 70px;
}

/*============================================================
                        批次修改視窗(end)
============================================================*/
/*

* Override Pages default styles or create your own styles here

*/
/*============================================================
  
============================================================*/
.quill_table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 720px;
  max-height: 570px;
  margin-top: 45px;
  position: relative;
}

.quill_table .check_box {
  width: 17px !important;
}

.quill_table .base_f {
  font-family: 'MyriadPro-Regular';
}

.quill_table .table_title {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quill_table .table_title .board p {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_table .table_title .board p:first-child:after {
  content: '';
  width: 2px;
  height: 5px;
  background-color: #000;
  margin: 0 8px;
  display: block;
}

.quill_table .table_title .bar {
  max-width: 600px;
  overflow: hidden;
}

.quill_table .table_title .bar .bar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quill_table .table_title .box {
  max-width: 120px;
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_table .row {
  width: 100%;
  max-height: 110px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.quill_table .row.solid {
  border: solid 1px #000;
}

.quill_table .row .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #c7c7c7;
  border-bottom: solid 1px #c7c7c7;
  max-width: 120px;
  min-width: 120px;
  height: 110px;
  padding: 0 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_table .row .box p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.quill_table .row .check_box {
  width: 17px;
  position: absolute;
  left: 0;
  top: 0;
  min-width: inherit !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.quill_table .row .check_box .content_inputBox:before {
  border-radius: inherit;
}

.quill_table .row .inner_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_table .row .inner_btn span {
  cursor: pointer;
  color: #fff;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_table .row .inner_btn .editor {
  background-color: #17c0b0;
}

.quill_table .row .inner_btn .connect {
  background-color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.quill_table .row_hd .box {
  background-color: #f3f3f3;
}

.quill_table .row_hd .inner {
  background-color: #464646;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  left: 0;
  bottom: 0;
}

.quill_table .row_hd .inner p {
  line-height: 1.3;
}

.quill_table .row_hd .inner span {
  cursor: pointer;
  color: #a3a3a3;
}

.quill_table .row_hd .inner_btn {
  bottom: 16px;
}

.quill_table .q_head {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_table .q_head .static {
  max-width: 600px;
  position: relative;
}

.quill_table .q_head .bill {
  background-color: #fff;
  max-width: 120px;
  position: relative;
  z-index: 2;
}

.quill_table .q_head .bill .inner {
  background-color: #13bfaf;
}

.quill_table .q_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_table .q_body .static {
  overflow: hidden;
  min-width: 120px;
  max-height: 440px;
}

.quill_table .q_body .static .row {
  max-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.quill_table .q_body .no_static {
  width: 100%;
  overflow: hidden;
  max-height: 440px;
  max-width: 600px;
  margin-bottom: 0px !important;
}

.quill_table .text_editor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 402px;
  height: 260px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}

.quill_table .text_editor:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 0 10px;
  border-color: #464646 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quill_table .text_editor .note-btn {
  vertical-align: inherit;
}

.quill_table .text_editor .note-editor.note-frame {
  border: solid 1px #10cfbd;
}

.quill_table .text_editor .note-toolbar {
  border: none;
  padding: 0;
  max-height: 50px;
}

.quill_table .text_editor .note-toolbar .note-btn-group {
  margin: 0;
}

.quill_table .text_editor .note-toolbar button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin: 0;
  border: none;
  border-radius: 0;
  border-right: solid 1px #e6e6e6;
  background-color: #f0f0f0;
}

.quill_table .text_editor .note-toolbar .save {
  background-color: #10cfbd;
}

.quill_table .text_editor .note-toolbar .save i {
  color: #fff;
}

.quill_table .text_editor .note-toolbar .cancel {
  background-color: #9e9e9e;
}

.quill_table .text_editor .note-toolbar .cancel i {
  color: #fff;
}

.quill_table .text_editor .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #464646;
  color: #fff;
}

.quill_table .text_editor .note-editor.note-frame .note-editing-area .note-editable * {
  color: #fff;
}

.quill_table .text_editor .note-mybutton .click_btn {
  cursor: pointer;
}

.quill_table .text_editor .note-mybutton .save {
  border: none;
}

.quill_table .text_editor .note-mybutton .cancel {
  border: none;
}

.quill_table .link_editor {
  border: solid 1px #10cfbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 390px;
  height: 290px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
  background-color: #464646;
}

.quill_table .link_editor:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 0 10px;
  border-color: #464646 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quill_table .link_editor .link_head {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.quill_table .link_editor .link_head .title p {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  font-family: 'MyriadPro-Semibold';
}

.quill_table .link_editor .link_head .btn_group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_table .link_editor .link_head .click_btn {
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_table .link_editor .link_head .save {
  background-color: #10cfbd;
}

.quill_table .link_editor .link_head .unlink {
  background-color: #000;
}

.quill_table .link_editor .link_head .cancel {
  background-color: #9e9e9e;
}

.quill_table .link_editor .link_body {
  padding: 20px;
}

.quill_table .link_editor .quill_select {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_table .link_editor .quill_select .select_object {
  width: calc(100% - 40px);
  max-height: 35px;
}

.quill_table .link_editor .quill_select .select_list {
  width: calc(100% - 40px);
  top: 35px;
}

.quill_table .link_editor .quill_select .icon {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #10cfbd;
  color: #fff;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_table .link_editor .typeing {
  position: relative;
}

.quill_table .link_editor .typeing:after {
  content: '';
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background-color: #10cfbd;
  display: block;
}

.quill_table .link_editor .typeing input {
  border: none;
  background-color: inherit;
  color: #fff;
  height: 30px;
}

.quill_table .link_editor .typeing .icon {
  cursor: pointer;
  color: #9e9e9e;
  height: 100%;
  padding-top: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
}

.quill_table .link_editor .tips span:after {
  color: #fff !important;
}

.quill_table .link_editor .tips p {
  color: #fff;
}

/*============================================================
  
============================================================*/
/*段落 table css*/
/*

* Override Pages default styles or create your own styles here

*/
/*============================================================
  
============================================================*/
.quill_select {
  position: relative;
}

.quill_select.open .select_object {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.quill_select.open .select_wrapper {
  max-height: 250px;
  border-bottom: solid 1px #c7c7c7;
}

.quill_select .select_object {
  cursor: pointer;
  width: 100%;
  padding: 10px 12px;
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_select .select_object .arrow {
  margin-left: auto;
}

.quill_select .select_object .h_icon {
  margin-right: 5px;
}

.quill_select .select_object p {
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.quill_select .select_object .pad-left-25 {
  padding-left: 25px;
}

.quill_select .select_wrapper {
  border-bottom: none;
  border-left: solid 1px #c7c7c7;
  border-right: solid 1px #c7c7c7;
  background-color: #fff;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.quill_select .select_list {
  width: 100%;
  height: auto;
  max-height: 250px;
  min-height: 1px;
  padding: 10px 12px;
}

.quill_select .select_list .search_bar {
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.quill_select .select_list .category {
  font-weight: 900;
  font-size: 1rem;
}

.quill_select .select_list li {
  cursor: pointer;
  padding: 5px 0 5px 12px;
}

.quill_select .select_list li p {
  font-size: 0.875rem;
}

.quill_select .select_list li:hover {
  color: #fff;
  background-color: #464646;
}

.quill_select.multi_select .select_object {
  padding: 10px 12px 7px;
}

.quill_select.multi_select .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quill_select.multi_select .title span {
  margin-right: 2px;
}

.quill_select.multi_select .title .name {
  font-style: normal;
}

.quill_select.multi_select .title .number {
  font-style: normal;
  margin-right: 4px;
}

.quill_select.multi_select .title .item {
  background-color: #515151;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 3px;
  display: block;
}

.quill_select.multi_select .title .icon_remove {
  margin-left: 30px;
}

/*============================================================
  
============================================================*/
/*下拉選單css*/
/*

* Override Pages default styles or create your own styles here

*/
/*============================================================

============================================================*/
.quill_partImg .sort_number {
  width: 50px;
}

.quill_partImg .text {
  max-width: 415px;
}

.quill_partImg .text .type {
  font-weight: 900;
  margin-bottom: 5px;
}

.quill_partImg .edit {
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quill_partImg .edit span {
  cursor: pointer;
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_partImg .edit_thumbnail {
  position: relative;
}

.quill_partImg .edit_thumbnail .base {
  width: 100px;
  height: 100px;
  background-color: #000;
}

.quill_partImg .edit_thumbnail .upper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.quill_partImg .edit_thumbnail .upper .play_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quill_partImg .edit_thumbnail .upper .play_btn span {
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #fff;
}

.quill_partImg .edit_thumbnail .upper .play_btn:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
}

.quill_partImg .edit_thumbnail .upper .click_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.quill_partImg .edit_thumbnail .upper p {
  cursor: pointer;
  color: #fff;
  width: 50%;
  min-height: 21px;
  text-align: center;
}

.quill_partImg .edit_thumbnail .upper p.green {
  background-color: #10cfbd;
}

.quill_partImg .edit_thumbnail .upper p.gray {
  background-color: #464646;
}

.quill_partImg li {
  border-bottom: solid 1px #c7c7c7;
  padding: 25px 0 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quill_partImg li:last-child {
  border-bottom: none;
}

.partImg_lightBox {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.partImg_lightBox.open {
  opacity: 1;
  visibility: visible;
}

.partImg_lightBox .frame {
  width: 100%;
  max-width: 850px;
  background-color: #464646;
  padding: 45px;
  position: relative;
  -webkit-box-shadow: 8px 8px 15px #404040;
  box-shadow: 8px 8px 15px #404040;
}

.partImg_lightBox .neon_light {
  position: absolute;
  left: 0;
  top: 0;
}

.partImg_lightBox .neon_light span {
  width: 295px;
  height: 6px;
  background-color: #10cfbd;
  display: block;
}

.partImg_lightBox .close_btn {
  position: absolute;
  right: 5px;
  top: 20px;
}

.partImg_lightBox .close_btn span {
  cursor: pointer;
  color: #fff;
  padding: 10px;
}

.partImg_lightBox .content_box {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  max-height: 420px;
  background-color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.partImg_lightBox .content_box .photo {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partImg_lightBox .content_box .describe {
  color: #8e8e8e;
  font-size: 0.75rem;
}

.partImg_lightBox .content_box .play_btn {
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.partImg_lightBox .content_text .border {
  color: #fff;
}

.partImg_lightBox .content_text .border li {
  padding: 15px 0;
  border-bottom: solid 1px #8e8e8e;
}

.partImg_lightBox .content_text .border li:last-child {
  border-bottom: none;
}

.partImg_lightBox .content_text .input_area {
  position: relative;
}

.partImg_lightBox .content_text .input_area .icon {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partImg_lightBox .content_text .input_area textarea {
  color: #10cfbd;
  width: 90%;
  height: 50px;
  resize: none;
  background-color: inherit;
  border: none;
}

.partImg_lightBox .content_text .input_area textarea::-webkit-input-placeholder {
  color: #10cfbd;
}

.partImg_lightBox .content_text .input_area textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #10cfbd;
}

.partImg_lightBox .content_text .input_area textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #10cfbd;
}

.partImg_lightBox .content_text .input_area textarea:-ms-input-placeholder {
  color: #10cfbd;
}

.partImg_lightBox .content_text .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partImg_lightBox .content_text .bar .title {
  font-size: 1rem;
}

.partImg_lightBox .content_text .bar .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partImg_lightBox .content_text .bar .switch p {
  color: #8e8e8e;
  font-size: 0.75rem;
  font-weight: 900;
  margin-top: 10px;
  margin-right: 10px;
}

.partImg_lightBox .content_text .notice .tips span:after {
  color: #fff;
}

.partImg_lightBox .content_text .notice .tips .icon:after {
  display: none;
}

.partImg_lightBox .for_photo .content_box {
  padding: 20px 40px;
}

.partImg_lightBox .for_photo .content_box .photo {
  margin-bottom: 20px;
}

.partImg_lightBox .for_photo .content_box .photo img {
  -webkit-box-shadow: 8px 8px 15px #000;
  box-shadow: 8px 8px 15px #000;
  max-width: 100%;
  max-height: 340px;
}

.partImg_lightBox .for_photo .content_box .describe {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.partImg_lightBox .video_embed .content_box .videoBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partImg_lightBox .video_embed .content_box .videoBox iframe {
  width: 100%;
  height: 100%;
}

.partImg_lightBox .video_embed .content_box .photo {
  overflow: hidden;
}

.partImg_lightBox .video_embed .content_box .photo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.partImg_lightBox .video_embed .content_box .photo img {
  width: 100%;
  height: 100%;
}

/*============================================================

============================================================*/
/*段落 img css*/
/*

* Override Pages default styles or create your own styles here

*/
/*============================================================
  
============================================================*/
.quill_input_tag {
  position: relative;
}

.quill_input_tag .box {
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  padding: 10px 12px;
}

.quill_input_tag .addBtn {
  margin: 0;
  padding: 0;
  font-size: 13px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 12px;
  top: 13px;
  cursor: pointer;
}

.quill_input_tag .input {
  border: none;
}

.quill_input_tag .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quill_input_tag .order .list {
  background-color: #515151;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quill_input_tag .order .list p {
  font-size: 13px;
  font-family: 微軟正黑體;
  margin-right: 10px;
  max-width: calc(100% - 16px);
  overflow: hidden;
}

.quill_input_tag .order .delete_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2px;
  cursor: pointer;
}

/*
2018/02/14 新增
*/
.quill_input_tag.haveBtn ul,
.quill_input_tag.haveBtn input {
  max-width: calc(100% - 80px);
  overflow: hidden;
}

.quill_input_tag.haveBtn ul li,
.quill_input_tag.haveBtn input li {
  max-width: 100%;
}

/*============================================================
  
============================================================*/
/*plugin*/
/*

* Override Pages default styles or create your own styles here

*/
@-webkit-keyframes ajax_open {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@keyframes ajax_open {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@-webkit-keyframes ajax_close {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@keyframes ajax_close {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

.fms_lbox {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}

.fms_lbox .frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fms_lbox.open {
  background-color: rgba(105, 105, 105, 0.6);
  z-index: 13;
}

.fms_lbox .page-container .header .blockCover .title {
  margin-left: 0;
}

.fms_lbox .fms_theme .lbox-close-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fms_lbox .fms_theme .ajax_control_btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fms_lbox .lbox-login-option {
  display: none !important;
}

.fms_lbox .ajax_fms {
  width: 100%;
  padding: 0;
  height: 100vh;
}

.fms_lbox .page-container {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  padding: 0;
}

.fms_lbox .page-container .control_btn li {
  width: calc(100% / 3);
}

.fms_lbox .header {
  padding: 0 40px 0 28px;
  position: relative !important;
  opacity: 1;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.fms_lbox .page-content-wrapper {
  height: calc(100% - 110px) !important;
  min-height: inherit;
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.3s;
  -moz-transition: all 0.7s ease 0.3s;
  -ms-transition: all 0.7s ease 0.3s;
  -o-transition: all 0.7s ease 0.3s;
  transition: all 0.7s ease 0.3s;
}

.fms_lbox .content {
  padding-top: 0 !important;
  height: 100%;
  min-height: inherit;
}

.fms_lbox .inner-content {
  width: calc(100% - 300px);
  margin-left: 0;
}

.fms_lbox .content-sidebar {
  width: 300px;
}

@media (max-width: 1365px) {
  .fms_lbox .content-sidebar {
    width: 50px;
  }
}

.ajax_fms .close_ajax_btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ajax_fms .hiddenArea_frame_box .editorHeader .info {
  width: 100%;
  max-width: none;
}

.ajax_fms .table_mode {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.ajax_fms .table_mode.open {
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajax_fms .main-table .box.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ajax_fms .table-box .content-head {
  padding: 0px 50px 30px 50px;
}

.ajax_fms .table-box .content-head .subtitle {
  margin-top: 50px;
}

.ajax_fms .light_box_img {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.ajax_fms .light_box_img .for_scroll {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll;
}

.ajax_fms .light_box_img .inner_box {
  width: 40vw;
  height: 100%;
  position: relative;
}

.ajax_fms .light_box_img .close_btn {
  cursor: pointer;
  color: #fff;
  background-color: #775bc2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ajax_fms .light_box_img .img {
  margin: 50px 0;
  position: relative;
}

.ajax_fms .light_box_img img {
  max-width: 100%;
}

.ajax_fms .light_box_img.open {
  z-index: 11;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.ajax_fms .light_box_img.close {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajax_fms .content-sidebar .sidebar-menu .body-list li .content {
  border-bottom: none;
}

.ajax_fms .sidebar-menu .body-list>li>ul.sub-menu li>a>.arrow:before,
.ajax_fms .sidebar-menu .body-list>li>ul.sub-menu li>a>.arrow.open:before {
  margin: 0;
}

.ajax_fms .content-sidebar .sidebar-menu .body-list .level-1.open>a .icon,
.ajax_fms .content-sidebar .sidebar-menu .body-list .level-2.open>a .icon {
  color: #775bc2 !important;
}

.ajax_fms .content-sidebar .sidebar-menu .body-list .level-1.open2>a .icon,
.ajax_fms .content-sidebar .sidebar-menu .body-list .level-2.open2>a .icon {
  color: #775bc2 !important;
}

.ajax_fms .content-sidebar .sidebar-menu .head-bar .line {
  background-color: #775bc2;
}

.ajax_fms .content-sidebar .sidebar-menu .body-list li .i_open {
  display: none;
}

.ajax_fms .content-sidebar .sidebar-menu .body-list li.open>a .i_open {
  display: block;
}

.ajax_fms .content-sidebar .sidebar-menu .body-list li.open>a .i_close {
  display: none;
}

.ajax_fms .content-sidebar .body-list li {
  position: relative;
}

.ajax_fms .content-sidebar .body-list a {
  position: relative;
  overflow: visible !important;
}

.ajax_fms .grid_mode {
  height: calc(100% - 100px);
}

.ajax_fms .grid_mode .list {
  width: calc(20% - 20px);
}

.ajax_fms .grid_mode .list:nth-child(5n) {
  margin-right: 20px;
}

.ajax_control_btn {
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ajax_control_btn .list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  color: #fff;
  height: auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.7s ease 0.6s;
  -moz-transition: all 0.7s ease 0.6s;
  -ms-transition: all 0.7s ease 0.6s;
  -o-transition: all 0.7s ease 0.6s;
  transition: all 0.7s ease 0.6s;
}

.ajax_control_btn .close_ajax_btn {
  background-color: #c5c5c5;
}

.ajax_control_btn .close_ajax_btn p {
  margin-left: 5px;
}

.ajax_control_btn .setting p {
  margin-left: 5px;
}

.ajax_control_btn .selected {
  background-color: #000;
}

.ajax_control_btn .number {
  color: #fff;
  margin: 0 5px;
}

/*plugin*/
/*

* Override Pages default styles or create your own styles here

*/
@keyframes ajax_open {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@keyframes ajax_close {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

.ams_lbox.go_animation .title_section {
  opacity: 1;
  visibility: visible;
}

.ams_lbox.go_animation .search_section {
  opacity: 1;
  visibility: visible;
}

.ams_lbox.go_animation .table_section {
  opacity: 1;
  visibility: visible;
}

.ams_lbox.go_animation .ajax_control_btn .list {
  opacity: 1;
  visibility: visible;
}

.ams_lbox {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}

.ams_lbox .frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ams_lbox.open {
  background-color: rgba(105, 105, 105, 0.6);
  z-index: 13;
}

.ams_lbox.open .box_container {
  -webkit-animation-name: ajax_open;
  animation-name: ajax_open;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ams_lbox.remove {
  background-color: rgba(105, 105, 105, 0);
}

.ams_lbox.remove .box_container {
  -webkit-animation-name: ajax_close;
  animation-name: ajax_close;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ams_lbox .ajax_ams {
  width: 100%;
  max-width: 1825px;
  padding: 0;
  height: 95vh;
  max-height: 95vh;
}

@media (max-height: 1024px) {
  .ams_lbox .ajax_ams {
    height: 95vh;
  }
}

.ajax_ams .box_container {
  background-color: #3a9eea;
}

.ajax_ams .title_section {
  color: #fff;
  background-color: #3a9eea;
  padding: 10px 50px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.ajax_ams .title_section .info {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
}

.ajax_ams .title_section .info p {
  font-size: 1.125rem;
}

.ajax_ams .title_section .close_ajax_btn {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ajax_ams .search_section {
  background-color: #000;
  color: #fff;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0.3s;
  -moz-transition: all 0.7s ease 0.3s;
  -ms-transition: all 0.7s ease 0.3s;
  -o-transition: all 0.7s ease 0.3s;
  transition: all 0.7s ease 0.3s;
}

.ajax_ams .search_section .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ajax_ams .search_section .title_area:after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  margin: 0 20px;
  background-color: #c7c7c7;
}

.ajax_ams .search_section .title_area span {
  margin-right: 10px;
}

.ajax_ams .search_section .title_area p {
  color: #3a9eea;
  line-height: 1;
}

.ajax_ams .search_section .clear_btn {
  cursor: pointer;
  padding: 10px;
}

.ajax_ams .search_section .clear_btn p {
  font-size: 0.75rem;
  line-height: 1;
}

.ajax_ams .table_section {
  background-color: #fff;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0.6s;
  -moz-transition: all 0.7s ease 0.6s;
  -ms-transition: all 0.7s ease 0.6s;
  -o-transition: all 0.7s ease 0.6s;
  transition: all 0.7s ease 0.6s;
}

.ajax_ams .ajax_control_btn {
  background-color: rgba(255, 255, 255, 0);
}

.ajax_ams .ajax_control_btn .list {
  -webkit-transition: all 0.7s ease 0.9s;
  -moz-transition: all 0.7s ease 0.9s;
  -ms-transition: all 0.7s ease 0.9s;
  -o-transition: all 0.7s ease 0.9s;
  transition: all 0.7s ease 0.9s;
}

.ajax_ams .ajax_control_btn .setting {
  background-color: #3a9eea;
}

.ajax_ams .keyin_area {
  width: 100%;
}

.ajax_ams .keyin_area input {
  background-color: #000;
  border: none;
  width: 100%;
}

.ajax_ams .keyin_area ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.ajax_ams .keyin_area ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.ajax_ams table td {
  padding: 0px 18px !important;
}

/*plugin*/
/*

* Override Pages default styles or create your own styles here

*/
@keyframes ajax_open {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@keyframes ajax_close {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

.ams_lbox.go_animation .title_section {
  opacity: 1;
  visibility: visible;
}

.ams_lbox.go_animation .search_section {
  opacity: 1;
  visibility: visible;
}

.ams_lbox.go_animation .table_section {
  opacity: 1;
  visibility: visible;
}

.ams_lbox.go_animation .ajax_control_btn .list {
  opacity: 1;
  visibility: visible;
}

.ams_lbox {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}

.ams_lbox .frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ams_lbox.open {
  background-color: rgba(105, 105, 105, 0.6);
  z-index: 13;
}

.ams_lbox.open .box_container {
  -webkit-animation-name: ajax_open;
  animation-name: ajax_open;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ams_lbox.remove {
  background-color: rgba(105, 105, 105, 0);
}

.ams_lbox.remove .box_container {
  -webkit-animation-name: ajax_close;
  animation-name: ajax_close;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ams_lbox .ajax_ams {
  width: 90%;
  max-width: 1280px;
  min-width: 750px;
  padding: 0;
  height: 100vh;
  max-height: 85vh;
}

.ajax_ams .box_container {
  background-color: #3a9eea;
}

.ajax_ams .title_section {
  color: #fff;
  background-color: #3a9eea;
  padding: 10px 50px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.ajax_ams .title_section .info {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
}

.ajax_ams .title_section .info p {
  font-size: 1.125rem;
}

.ajax_ams .title_section .close_ajax_btn {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ajax_ams .search_section {
  background-color: #000;
  color: #fff;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0.3s;
  -moz-transition: all 0.7s ease 0.3s;
  -ms-transition: all 0.7s ease 0.3s;
  -o-transition: all 0.7s ease 0.3s;
  transition: all 0.7s ease 0.3s;
}

.ajax_ams .search_section .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ajax_ams .search_section .title_area:after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  margin: 0 20px;
  background-color: #c7c7c7;
}

.ajax_ams .search_section .title_area span {
  margin-right: 10px;
}

.ajax_ams .search_section .title_area p {
  color: #3a9eea;
  line-height: 1;
}

.ajax_ams .search_section .clear_btn {
  cursor: pointer;
  padding: 10px;
}

.ajax_ams .search_section .clear_btn p {
  font-size: 0.75rem;
  line-height: 1;
}

.ajax_ams .table_section {
  background-color: #fff;
  height: calc(85vh - 92px);
  padding: 50px 50px 0 50px;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.7s ease 0.6s;
  -moz-transition: all 0.7s ease 0.6s;
  -ms-transition: all 0.7s ease 0.6s;
  -o-transition: all 0.7s ease 0.6s;
  transition: all 0.7s ease 0.6s;
}

.ajax_ams .ajax_control_btn {
  background-color: rgba(255, 255, 255, 0);
}

.ajax_ams .ajax_control_btn .list {
  width: 33.3%;
  -webkit-transition: all 0.7s ease 0.9s;
  -moz-transition: all 0.7s ease 0.9s;
  -ms-transition: all 0.7s ease 0.9s;
  -o-transition: all 0.7s ease 0.9s;
  transition: all 0.7s ease 0.9s;
}

.ajax_ams .ajax_control_btn .setting {
  background-color: #3a9eea;
}

.ajax_ams .keyin_area {
  width: 100%;
}

.ajax_ams .keyin_area input {
  background-color: #000;
  color: white;
  border: none;
  width: 100%;
}

.ajax_ams .keyin_area ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ajax_ams .keyin_area :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.ajax_ams .keyin_area ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.ajax_ams table td {
  padding: 0px 18px !important;
}

/*plugin*/
/*這元件目前不會作用 wade*/
.select_Box {
  position: relative;
}

.select_Box[data-type="path"] .select_Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding: 10px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.select_Box[data-type="path"] .select_Btn p.title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select_Box[data-type="path"] .select_Btn p.title:before {
  content: '\f07c';
  font-family: FontAwesome;
  margin-right: 6.5px;
}

.select_Box[data-type="path"] .select_Btn i.arrow {
  margin-left: auto;
}

.select_Box[data-type="path"] .select_Btn.active {
  border-radius: 3px 3px 0 0;
  border-bottom-color: transparent;
}

.select_Box[data-type="lightBox"] .select_Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding: 10px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.select_Box[data-type="lightBox"] .select_Btn p.title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select_Box[data-type="lightBox"] .select_Btn i.arrow {
  margin-left: auto;
}

.select_Box[data-type="lightBox"] .select_Btn.active {
  border-radius: 3px 3px 0 0;
  border-bottom-color: transparent;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  max-height: 250px;
  background-color: white;
  z-index: 9;
  overflow: auto;
  border: 1px solid transparent;
  -webkit-overflow-style: none;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list::-webkit-scrollbar-thumb {
  width: 0;
  background-color: transparent;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list::-webkit-scrollbar-track {
  background-color: transparent;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list.active {
  border: 1px solid #c7c7c7;
  border-radius: 0 0 3px 3px;
  border-top-color: transparent;
  border-top: none;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li {
  position: relative;
  cursor: pointer;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li p.title {
  position: relative;
  padding: 10px 40px;
}

.select_Box[data-type="path"] .select_Btn + ul.option_list li p.title span.arrow {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select_Box[data-type="path"] .select_Btn + ul.option_list li.last-option p.title span.arrow{
  display: none;
}

.select_Box[data-type="path"] .select_Btn + ul.option_list li p.title span.arrow::before{
  content: "\f105";
  font-size: 16px;
  font-family: FontAwesome;
  margin: 0;
  font-weight: normal;
  line-height: 12px;
  transform: rotate(0deg);
  -webkit-transition: transform .12s ease;
  -o-transition: transform .12s ease;
  transition: transform .12s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li.open > p.title span.arrow::before{
  transform: rotate(90deg);
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li p.title .determine {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: white;
  z-index: 9;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li p.title:before {
  content: "\f07b";
  font-family: FontAwesome;
  margin-right: 6.5px;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li.open>p:before,
.select_Box[data-type="path"] .select_Btn+ul.option_list li.focus>p:before {
  content: "\f07c";
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li.open>p:before {
  color: #785ac1;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li.focus>p {
  background-color: #785ac1;
  color: white;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li.focus>p:before {
  color: #fff;
}

.select_Box[data-type="path"] .select_Btn+ul.option_list li ul.option_list {
  display: none;
}

.icon.left {
  margin-right: 5px;
}

/*plugin*/
/*chImgLightBox*/
.chImgLightBox {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.chImgLightBox .for_scroll {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.chImgLightBox .inner_box {
  position: relative;
}

.chImgLightBox .close_btn {
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chImgLightBox .img {
  position: relative;
}

.chImgLightBox img {
  width: auto;
  max-height: 80vh;
}

.chImgLightBox.open {
  z-index: 14;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.chImgLightBox.close {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.cms_theme .chImgLightBox .close_btn {
  background-color: #10cfbd;
}

.fms_theme .chImgLightBox .close_btn {
  background-color: #775bc2;
}

.ams_theme .chImgLightBox .close_btn {
  background-color: #3a9eea;
}

/*cardHeader*/
.card-header,
.card-footer {
  padding: 50px 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-header .btn-area,
.card-footer .btn-area {
  width: 100%;
}

.card-header .subtitle,
.card-footer .subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.card-header .subtitle .btn-group,
.card-footer .subtitle .btn-group {
  margin: 0;
  padding: 0;
}

.card-header .subtitle .btn-group li,
.card-footer .subtitle .btn-group li {
  list-style-type: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-header .subtitle .btn-group li a span,
.card-footer .subtitle .btn-group li a span {
  color: #fff;
}

.card-header .subtitle .arrow-group,
.card-footer .subtitle .arrow-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-header .subtitle .arrow-group p,
.card-footer .subtitle .arrow-group p {
  margin: 0;
  font-weight: 900;
}

.card-header .subtitle .arrow-group span,
.card-footer .subtitle .arrow-group span {
  cursor: pointer;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #dcdcdc;
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-header .subtitle .arrow-group span.nowPage,
.card-footer .subtitle .arrow-group span.nowPage {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-header .subtitle .arrow-group span.nowPage.active .pageSelectorBox,
.card-footer .subtitle .arrow-group span.nowPage.active .pageSelectorBox {
  visibility: visible;
  opacity: 1;
}

.card-header .subtitle .arrow-group span.nowPage.active .pageSelectorBox:before,
.card-footer .subtitle .arrow-group span.nowPage.active .pageSelectorBox:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.card-header .subtitle .arrow-group span:last-child,
.card-footer .subtitle .arrow-group span:last-child {
  margin-right: 0;
}

.card-header .subtitle .arrow-group .text,
.card-footer .subtitle .arrow-group .text {
  margin-right: 12px;
}

.card-header .subtitle .arrow-group .arrow,
.card-footer .subtitle .arrow-group .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-header a:not(.btn) {
  opacity: 1;
}

.card-header.fixed {
  width: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.card-footer {
  padding: 0;
  padding-top: 10px;
  background-color: transparent;
}

.card-footer .subtitle {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pageSelectorBox {
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  background-color: #464646;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.pageSelectorBox.inTop {
  top: 45px;
}

.pageSelectorBox.inTop:before {
  top: -20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #424242;
}

.pageSelectorBox.inBottom {
  bottom: 45px;
}

.pageSelectorBox.inBottom:before {
  bottom: -20px;
  border-top: 10px solid #424242;
  border-bottom: 10px solid transparent;
}

.pageSelectorBox:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.pageSelectorBox .innerBox {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-style: none;
}

.pageSelectorBox .innerBox::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

.pageSelectorBox .innerBox::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #6a6a6a;
}

.pageSelectorBox .innerBox::-webkit-scrollbar-track {
  background-color: transparent;
}

.pageSelectorBox .pageNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.cms_theme .card-header .arrow-group span.active,
.cms_theme .card-header .arrow-group span:hover,
.cms_theme .card-footer .arrow-group span.active,
.cms_theme .card-footer .arrow-group span:hover {
  border: solid 3px #10cfbd;
}

.cms_theme .card-header .arrow-group span .pageSelectorBox .pageNum,
.cms_theme .card-footer .arrow-group span .pageSelectorBox .pageNum {
  color: #10cfbd;
}

.cms_theme .card-header .arrow-group span .pageSelectorBox .pageNum:hover,
.cms_theme .card-footer .arrow-group span .pageSelectorBox .pageNum:hover {
  color: #fff;
}

.fms_theme .card-header .arrow-group .mode_btn:hover {
  border: solid 3px #dcdcdc;
}

.fms_theme .card-header .arrow-group .mode_btn.open {
  border: solid 3px #775bc2;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .9;
  position: fixed;
  z-index: 1999;
  top: 0;
  right: auto;
  left: 0;
}

.pace.pace-inactive {
  display: none;
}

.pace .pace-progress {
  width: 100%;
  height: 3px;
  background: #000;
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
}

.pace .pace-progress .pace-progress-inner {
  width: 100px;
  height: 100%;
  display: block;
  opacity: 1.0;
  position: absolute;
  right: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  width: 50px;
  height: 50px;
  border: solid 8px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 50px;
  background: url(../img/progress/progress-circle-success.svg) no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: auto;
  left: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

.scroll-wrapper>.scroll-element {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  opacity: 0;
}

.scroll-wrapper>.scroll-element div {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.scroll-wrapper>.scroll-element .scroll-element_outer {
  opacity: .6;
}

.scroll-wrapper>.scroll-element .scroll-bar {
  background-color: #a5a5a5;
  opacity: 1;
}

.scroll-wrapper>.scroll-element:hover.scroll-x .scroll-element_outer {
  opacity: 1;
}

.scroll-wrapper>.scroll-element:hover.scroll-x .scroll-element_outer .scroll-bar {
  min-height: 7px;
  height: 7px;
}

.scroll-wrapper>.scroll-element:hover.scroll-y .scroll-element_outer {
  opacity: 1;
}

.scroll-wrapper>.scroll-element:hover.scroll-y .scroll-element_outer .scroll-bar {
  min-width: 7px;
  width: 15px;
}

.scroll-wrapper>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 4px;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 1px;
  top: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer .scroll-element_size {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrolly_visible {
  opacity: 1;
  display: block;
}

.tooltip .tooltip-inner {
  text-align: left;
  max-width: 300px;
  padding: 20px 30px;
  opacity: 1;
  border-radius: 0;
}

/*系統登入*/
.wddLoginMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wddLoginMain .login_sec {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  max-width: 450px;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wddLoginMain .login_sec .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.wddLoginMain .login_sec .title .fantasylogo {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
}

.wddLoginMain .login_sec .title .fantasylogo .fantasyver {
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
}

.wddLoginMain .login_sec h2 {
  font-size: 1rem;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
}

.wddLoginMain .login_sec #accountForm {
  width: 100%;
  margin-bottom: 15px;
}

.wddLoginMain .login_sec .forwho {
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
  font-size: .5rem;
  color: #000;
  line-height: 1.8;
}

.wddLoginMain .login_sec .forwho span {
  font-weight: bold;
  padding-left: 10px;
}

.wddLoginMain .login_sec .input_box {
  border-radius: 50px;
  border: solid 1px #7b7b7b;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wddLoginMain .login_sec .input_box label {
  display: block;
  margin: 0 10px;
  color: #000;
  font-weight: bold;
}

.wddLoginMain .login_sec input {
  border: none;
  border: none;
  text-align: center;
  width: 100%;
}

.wddLoginMain .login_btn {
  cursor: pointer;
  color: #fff;
  font-size: 0.8rem;
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 50px;
  background-color: #10cfbd;
  background: -webkit-linear-gradient(315deg, #e9ff00 0%, #00d8ff 25%, #007bff 50%, #9d00ff 75%, #ff0061 100%);
  background: -o-linear-gradient(315deg, #e9ff00 0%, #00d8ff 25%, #007bff 50%, #9d00ff 75%, #ff0061 100%);
  background: linear-gradient(135deg, #e9ff00 0%, #00d8ff 25%, #007bff 50%, #9d00ff 75%, #ff0061 100%);
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.wddLoginMain .login_btn:hover {
  background-color: black;
}

.wddLoginMain .bg_sec {
  width: calc(100% - 450px);
}

.wddLoginMain .bg_photo {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*cms*/
.cms_theme .mainNav {
  border-right: 1px solid #10cfbd;
}

.cms_theme .mainBody .header .blockCover .blockLogo P {
  color: #10cfbd;
}

.cms_theme .mainBody .header .blockCover .blockName p {
  font-size: 0.875rem;
  color: #5e5e5e;
}

.cms_theme .mainBody .mainContent .content .content-sidebar {
  background-color: #424242;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar {
  background: #10b0a1 !important;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar::after {
  border-color: #10b0a1 transparent transparent transparent !important;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-1 .sub-menu {
  background-color: transparent !important;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 .title {
  color: white;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-3 {
  color: white;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 {
  background: none;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2.open>a .title {
  color: #fff;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li a {
  color: #fff;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .icon,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .icon {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .arrow::before,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .arrow::before {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .iconSquare,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .icon {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .arrow {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .arrow::before,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .arrow::before {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .iconSquare,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .arrow {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .arrow::before,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .arrow::before {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .iconSquare,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .arrow {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .arrow::before,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.avtive>a .arrow::before {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .iconSquare,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.avtive>a .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .arrow {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .iconSquare {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .content .icon,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.active>a .content .icon {
  color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .circle,
.cms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.active>a .circle {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element .scroll-element_outer {
  opacity: .6;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element .scroll-bar {
  background-color: #000;
  opacity: 1;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element:hover.scroll-y .scroll-element_outer {
  opacity: 1;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element:hover.scroll-y .scroll-element_outer .scroll-bar {
  min-width: 7px;
  width: 15px;
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-head h1::before {
  background-color: #10cfbd;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body .datatable .tables input:checked+.check-circle {
  background-color: #10cfbd;
  border: none;
}

.cms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body .datatable .tables thead .fake-th.active .sort::after {
  border-color: #10cfbd transparent transparent transparent;
}

.cms_theme .mainBody .hiddenArea {
  width: 90%;
  max-width: 1920px;
  min-width: 1300px;
}

@media (max-width: 1700px) {
  .cms_theme .mainBody .hiddenArea {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .cms_theme .mainBody .hiddenArea {
    width: 85%;
  }
}

@media (max-width: 1100px) {
  .cms_theme .mainBody .hiddenArea {
    width: 90%;
  }
}

.cms_theme .mainBody .hiddenArea .editorHeader .title:after {
  background-color: #10cfbd;
}

.cms_theme .mainBody .hiddenArea .btnGroup .check {
  background-color: #10cfbd;
}

.cms_theme .mainBody .hiddenArea .tips .title {
  color: #10cfbd;
}

.cms_theme .mainBody .ajax_ams .title_section,
.cms_theme .mainBody .ajax_ams .box_container,
.cms_theme .mainBody .ajax_ams .ajax_control_btn .setting {
  background-color: #10cfbd;
}

.cms_theme .mainBody .ajax_ams .search_section .title_area p {
  color: #10cfbd;
}

.cms_theme.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left .switch-menu .bar {
  background-color: #10cfbd;
}

.cms_theme .pace .pace-progress {
  background: #10cfbd;
}

.cms_theme .pace .pace-activity {
  border-top-color: #10cfbd;
  border-left-color: #10cfbd;
}

.cms_theme .tips .title {
  color: #10cfbd;
}

.cms_theme .normal_input:focus,
.cms_theme .____input input:focus {
  border: solid 1px #10cfbd;
}

.cms_theme .____tagsinput .tag {
  background-color: #10cfbd;
  border: 1px solid #10cfbd;
}

.cms_theme .____tagsinput .tag.onfocus {
  border: solid 1px #10cfbd;
}

.cms_theme textarea:focus,
.cms_theme .normal_textarea:focus,
.cms_theme .____normal_textarea:focus {
  border: solid 1px #10cfbd;
}

.cms_theme .switch input:checked+.slider {
  background-color: #10cfbd !important;
  border: 1px solid #10cfbd !important;
}

.cms_theme .dark_theme .switch input:checked+.slider {
  background-color: #10cfbd !important;
  border: 1px solid #10cfbd !important;
}

.cms_theme .ios_switch.on .box,
.cms_theme .____ios_switch.on .box {
  background-color: #10cfbd;
  border: solid 1px #10cfbd;
  border-color: #10cfbd;
}

.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #10cfbd;
}

.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover,
.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited,
.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active {
  color: #000;
  background-color: #fff;
  border: 1px solid #10cfbd;
}

.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove,
.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited .select2-selection__choice__remove,
.cms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active .select2-selection__choice__remove {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.cms_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #10cfbd !important;
}

.cms_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple {
  border: 1px solid #10cfbd !important;
}

.cms_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #10cfbd !important;
}

.cms_theme .____select2+.select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  color: #333;
}

.cms_theme .____select2+.select2 .select2-selection:hover .select2-selection__arrow b {
  border-color: #10cfbd transparent transparent transparent;
}

.cms_theme .____select2+.select2 .select2-selection__clear:hover {
  color: #10cfbd;
}

.cms_theme .select2-container--open.select2-container .select2-results__option--highlighted {
  background-color: #10cfbd !important;
  color: #fff !important;
}

/*fms*/
.fms_theme .mainNav {
  border-right: 1px solid #775bc2;
}

.fms_theme .mainBody .ajax_control_btn {
  width: 100%;
  display: none;
}

.fms_theme .mainBody .header .blockCover .blockLogo P {
  color: #775bc2;
}

.fms_theme .mainBody .header .blockCover .blockName p {
  font-size: 0.875rem;
  color: #5e5e5e;
}

.fms_theme .mainBody .mainContent .content .content-sidebar {
  background-color: #424242;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar {
  background: #775bc2 !important;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar::after {
  border-color: #775bc2 transparent transparent transparent !important;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-1 .sub-menu {
  background-color: transparent !important;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 .title {
  color: white;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-3 {
  color: white;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 {
  background: none;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2.open>a .title {
  color: #fff;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li a {
  color: #fff;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .fa-lock:before {
  color: #775bc2 !important;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .icon,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .arrow,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .icon,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .arrow {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .iconSquare,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .icon {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .arrow {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .arrow.open,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .arrow.open {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .iconSquare,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .arrow {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .arrow.open,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .arrow.open {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .iconSquare,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .arrow {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .arrow.open,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.avtive>a .arrow.open {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .iconSquare,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.avtive>a .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .arrow {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .iconSquare {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .content .icon,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.active>a .content .icon {
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .circle,
.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.active>a .circle {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list>a .iconFolder._open {
  display: none;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list>a .iconFolder._close {
  display: block;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .arrow:before {
  color: #775bc2 !important;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .iconFolder._open {
  display: block;
  color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .iconFolder._close {
  display: none;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-head {
  padding: 0px 50px 30px 50px;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-head .subtitle {
  margin-top: 50px;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element .scroll-element_outer {
  opacity: .6;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element .scroll-bar {
  background-color: #000;
  opacity: 1;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element:hover.scroll-y .scroll-element_outer {
  opacity: 1;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element:hover.scroll-y .scroll-element_outer .scroll-bar {
  min-width: 7px;
  width: 15px;
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-head h1::before {
  background-color: #775bc2;
}

.fms_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body .datatable .tables thead .fake-th.active .sort::after {
  border-color: #775bc2 transparent transparent transparent;
}

.fms_theme .mainBody .hiddenArea .editorHeader .title:after {
  background-color: #775bc2;
}

.fms_theme .mainBody .hiddenArea .btnGroup .check {
  background-color: #775bc2;
}

.fms_theme .mainBody .hiddenArea .tips .title {
  color: #775bc2;
}

.fms_theme .mainBody .ajax_ams .title_section,
.fms_theme .mainBody .ajax_ams .box_container,
.fms_theme .mainBody .ajax_ams .ajax_control_btn .setting {
  background-color: #775bc2;
}

.fms_theme .mainBody .ajax_ams .search_section .title_area p {
  color: #775bc2;
}

.fms_theme.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left .switch-menu .bar {
  background-color: #775bc2;
}

.fms_theme .pace .pace-progress {
  background: #775bc2;
}

.fms_theme .pace .pace-activity {
  border-top-color: #775bc2;
  border-left-color: #775bc2;
}

.fms_theme .tips .title {
  color: #775bc2;
}

.fms_theme .normal_input:focus,
.fms_theme .normal_input input:focus {
  border: solid 1px #775bc2;
}

.fms_theme .switch input:checked+.slider {
  background-color: #775bc2 !important;
  border: 1px solid #775bc2 !important;
}

.fms_theme .ios_switch.on .box,
.fms_theme .____ios_switch.on .box {
  background-color: #775bc2;
  border: solid 1px #775bc2;
  border-color: #775bc2;
}

.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #775bc2;
}

.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover,
.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited,
.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active {
  color: #000;
  background-color: #fff;
  border: 1px solid #775bc2;
}

.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove,
.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited .select2-selection__choice__remove,
.fms_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active .select2-selection__choice__remove {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fms_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #775bc2 !important;
}

.fms_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple {
  border: 1px solid #775bc2 !important;
}

.fms_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #775bc2 !important;
}

.fms_theme .____select2+.select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  color: #333;
}

.fms_theme .____select2+.select2 .select2-selection:hover .select2-selection__arrow b {
  border-color: #775bc2 transparent transparent transparent;
}

.fms_theme .____select2+.select2 .select2-selection__clear:hover {
  color: #775bc2;
}

.fms_theme .select2-container--open.select2-container .select2-results__option--highlighted {
  background-color: #775bc2 !important;
  color: #fff !important;
}

/*ams*/
.ams_theme .pace .pace-progress {
  background: #3a9eea;
}

.ams_theme .pace .pace-activity {
  border-top-color: #3a9eea;
  border-left-color: #3a9eea;
}

.ams_theme .mainNav {
  border-right: 1px solid #3a9eea;
}

.ams_theme .mainBody .header .blockCover .blockLogo P {
  color: #3a9eea;
}

.ams_theme .mainBody .header .blockCover .blockName p {
  font-size: 0.875rem;
  color: #5e5e5e;
}

.ams_theme .mainBody .mainContent .content .content-sidebar {
  background-color: #424242;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar {
  background: #3a9eea !important;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar::after {
  border-color: #3a9eea transparent transparent transparent !important;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-1 .sub-menu {
  background-color: transparent !important;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 .title {
  color: white;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-3 {
  color: white;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 {
  background: none;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2.open>a .title {
  color: #fff;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar li a {
  color: #fff;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .icon,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .icon {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .arrow::before,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .arrow::before {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.open>a .iconSquare,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1.active>a .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .icon {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>a:hover .arrow {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .arrow::before,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .arrow::before {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.open>a .iconSquare,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2.active>a .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .arrow {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>a:hover .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .arrow::before,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .arrow::before {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.open>a .iconSquare,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3.active>a .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .arrow {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3>a:hover .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .arrow::before,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.avtive>a .arrow::before {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.open>a .iconSquare,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4.avtive>a .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .arrow {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4>a:hover .iconSquare {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .content .icon,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.active>a .content .icon {
  color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.open>a .circle,
.ams_theme .mainBody .mainContent .content .content-sidebar .sidebar-menu .level_list.active>a .circle {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element .scroll-element_outer {
  opacity: .6;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element .scroll-bar {
  background-color: #000;
  opacity: 1;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element:hover.scroll-y .scroll-element_outer {
  opacity: 1;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .scroll-element:hover.scroll-y .scroll-element_outer .scroll-bar {
  min-width: 7px;
  width: 15px;
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-head h1::before {
  background-color: #3a9eea;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body .datatable .tables input:checked+.check-circle {
  background-color: #3a9eea;
  border: none;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body .datatable .tables thead .fake-th.active .sort::after {
  border-color: #3a9eea transparent transparent transparent;
}

.ams_theme .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body .datatable .tables .title-img {
  border-radius: 50px;
  background-color: #ececec;
}

.ams_theme .mainBody .hiddenArea {
  width: 90%;
  max-width: 1920px;
  min-width: 1300px;
}

@media (max-width: 1700px) {
  .ams_theme .mainBody .hiddenArea {
    width: 80%;
  }
}

@media (max-width: 1400px) {
  .ams_theme .mainBody .hiddenArea {
    width: 85%;
  }
}

@media (max-width: 1100px) {
  .ams_theme .mainBody .hiddenArea {
    width: 90%;
  }
}

.ams_theme .mainBody .hiddenArea .editorHeader .title:after {
  background-color: #3a9eea;
}

.ams_theme .mainBody .hiddenArea .btnGroup .check {
  background-color: #3a9eea;
}

.ams_theme .mainBody .hiddenArea .tips .title {
  color: #3a9eea;
}

.ams_theme .mainBody .ajax_ams .title_section,
.ams_theme .mainBody .ajax_ams .box_container,
.ams_theme .mainBody .ajax_ams .ajax_control_btn .setting {
  background-color: #3a9eea;
}

.ams_theme .mainBody .ajax_ams .search_section .title_area p {
  color: #3a9eea;
}

.ams_theme.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left .switch-menu .bar {
  background-color: #3a9eea;
}

.ams_theme .tips .title {
  color: #3a9eea;
}

.ams_theme .normal_input:focus,
.ams_theme .____input input:focus {
  border: solid 1px #3a9eea;
}

.ams_theme .____tagsinput .tag {
  background-color: #3a9eea;
  border: 1px solid #3a9eea;
}

.ams_theme .____tagsinput .tag.onfocus {
  border: solid 1px #3a9eea;
}

.ams_theme textarea:focus,
.ams_theme .normal_textarea:focus,
.ams_theme .____normal_textarea:focus {
  border: solid 1px #3a9eea;
}

.ams_theme .switch input:checked+.slider {
  background-color: #3a9eea !important;
  border: 1px solid #3a9eea !important;
}

.ams_theme .dark_theme .switch input:checked+.slider {
  background-color: #3a9eea !important;
  border: 1px solid #3a9eea !important;
}

.ams_theme .ios_switch.on .box,
.ams_theme .____ios_switch.on .box {
  background-color: #3a9eea;
  border: solid 1px #3a9eea;
  border-color: #3a9eea;
}

.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #3a9eea;
}

.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover,
.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited,
.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active {
  color: #000;
  background-color: #fff;
  border: 1px solid #3a9eea;
}

.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove,
.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited .select2-selection__choice__remove,
.ams_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active .select2-selection__choice__remove {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.ams_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #3a9eea !important;
}

.ams_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple {
  border: 1px solid #3a9eea !important;
}

.ams_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #3a9eea !important;
}

.ams_theme .____select2+.select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  color: #333;
}

.ams_theme .____select2+.select2 .select2-selection:hover .select2-selection__arrow b {
  border-color: #3a9eea transparent transparent transparent;
}

.ams_theme .____select2+.select2 .select2-selection__clear:hover {
  color: #3a9eea;
}

.ams_theme .select2-container--open.select2-container .select2-results__option--highlighted {
  background-color: #3a9eea !important;
  color: #fff !important;
}

.quill_sidebarWall {
  width: 100px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999999;
  background-color: rgba(255, 255, 255, 0);
}

.quill_sidebarWall.close {
  display: none;
}

.sidebar-menu .body-list>li>ul.sub-menu li>a>.arrow:before,
.sidebar-menu .body-list>li>ul.sub-menu li>a>.arrow.open:before {
  margin: 0;
}

.content-sidebar .sidebar-menu .body-list li .i_open {
  display: none;
}

.content-sidebar .sidebar-menu .body-list li.open>a .i_open {
  display: block;
}

.content-sidebar .sidebar-menu .body-list li.open>a .i_close {
  display: none;
}

.content-sidebar .body-list li {
  position: relative;
}

.content-sidebar .body-list a {
  position: relative;
  overflow: visible !important;
}

.main-table .box.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-box .content-head {
  padding: 0px 50px 30px 50px;
}

.table-box .content-head .subtitle {
  margin-top: 50px;
}

.table-box .card-block tbody tr .box.text_pic .head_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.table-box .card-block tbody tr .box.text_pic .head_img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hiddenArea_frame_box .editorHeader .info {
  width: 100%;
  max-width: none;
}

.ams_theme .productImage .frame .box {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ams_theme .productImage .has_img:hover .box {
  border-color: #3a9eea;
}

.ams_theme .productImage .frame .box .icon {
  background-color: #3a9eea;
}

.ams_theme .productImage .tips {
  margin: 0;
}

/*photos*/
.photos_theme {
  background-color: #0f0f0f;
}

.photos_theme .mainNav {
  border-right: 1px solid #e31567;
}

.photos_theme .pace .pace-progress {
  background: #e31567;
}

.photos_theme .pace .pace-activity {
  border-top-color: #e31567;
  border-left-color: #e31567;
}

.photos_theme .mainBody .header {
  border-bottom: 1px solid #242424;
}

.photos_theme .mainBody .header .blockCover .blockLogo P {
  color: #e31567;
}

.photos_theme .mainBody .header .blockCover .blockName p {
  font-size: 0.875rem;
  font-family: 'MyriadPro-Light';
  color: #b0b0b0;
}

.photos_theme .mainBody .header .blockCover .blockName:before {
  background-color: #3a3a3a;
}

.photos_theme .mainBody .header .inforCover a.previewButton,
.photos_theme .mainBody .header .inforCover .projectName,
.photos_theme .mainBody .header .inforCover .userName {
  color: #969696;
}

.photos_theme .mainBody .header .inforCover a.previewButton::before,
.photos_theme .mainBody .header .inforCover .projectName::before,
.photos_theme .mainBody .header .inforCover .userName::before {
  content: "";
  background-color: #3a3a3a;
}

.photos_theme .mainBody .header .inforCover a.previewButton:hover {
  color: #e31567;
  font-weight: bold;
}

.photos_theme .mainBody .mainContent .content .inner-content {
  width: calc(100vw - 60px);
  background-color: transparent;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox {
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosToolNav {
  width: 51px;
  height: calc(100vh - 60px);
  border-left: solid 1px #242424;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosToolNav .navGroup {
  width: 100%;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosToolNav .navGroup .navBt {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border-bottom: solid 1px #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosToolNav .navGroup .navBt:hover .fa {
  font-size: 1rem;
  color: #bababa;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .cropperCover {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container {
  width: 75%;
  height: 100%;
  min-height: 350px;
  max-height: 800px;
  margin-bottom: -1px;
  -webkit-animation: img-container .5s ease 0s both;
  animation: img-container .5s ease 0s both;
}

@-webkit-keyframes img-container {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes img-container {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container #cropperimage {
  opacity: 0;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container {
  -webkit-animation: cropperin .5s ease 0s both;
  animation: cropperin .5s ease 0s both;
}

@-webkit-keyframes cropperin {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cropperin {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box {
  opacity: 0;
  -webkit-animation: cropperin .5s ease .5s both;
  animation: cropperin .5s ease .5s both;
}

@keyframes cropperin {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox {
  width: auto;
  height: auto;
  position: absolute;
  bottom: -22px;
  right: 0;
  opacity: .8;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup {
  width: 124px;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Winfor,
.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Hinfor,
.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Xinfor,
.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Yinfor {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  background-color: #e31567;
  min-width: 62px;
  height: 22px;
  padding: 5px;
  display: inline-block;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Xinfor,
.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Winfor {
  padding: 5px 5px 5px 10px;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosBody .photosContent .img-container .cropper-container .cropper-crop-box .cropper-inforBox .cropper-inforGroup .cropper-Hinfor {
  padding: 5px 10px 5px 5px;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor {
  width: 300px;
  height: calc(100vh - 60px);
  border-left: solid 1px #242424;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-preview {
  width: 100%;
  height: 260px;
  margin-right: -1rem;
  border-bottom: solid 1px #242424;
  padding: 20px;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-preview .img-preview {
  float: left;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  overflow: hidden;
  border: solid 1px #e31567;
  -webkit-filter: drop-shadow(6px 6px 5px black);
  filter: drop-shadow(6px 6px 5px black);
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-preview .img-preview.preview-md {
  height: 6.75rem;
  width: 12rem;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-preview .img-preview::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
  background-size: 5%;
  opacity: .5;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-data {
  padding: 40px;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-data .input-group-prepend,
.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-data .input-group-append {
  padding-top: 6px;
}

.photos_theme .mainBody .mainContent .content .content-scrollbox .photosInfor .docs-data input {
  width: 100px;
  text-align: center;
  height: 20px;
  color: #fff;
  background-color: #0f0f0f;
  border-bottom: 1px solid #5a5a5a;
}

label.btn {
  margin-bottom: 0;
}

.d-flex>.btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.carbonads {
  border-radius: .25rem;
  border: 1px solid #ccc;
  font-size: .875rem;
  overflow: hidden;
  padding: 1rem;
}

.carbon-wrap {
  overflow: hidden;
}

.carbon-img {
  clear: left;
  display: block;
  float: left;
}

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px;
}

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none;
}

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}

.footer {
  font-size: .875rem;
  overflow: hidden;
}

.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.heart:hover {
  color: #ff4136;
}

.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.heart::after {
  background-color: #fff;
  content: "♥";
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  z-index: 1;
}

.img-container,
.img-preview {
  background-color: none;
  text-align: center;
  width: 100%;
}

.img-container>img {
  width: 100%;
}

.img-preview {
  float: left;
  margin-bottom: .5rem;
  margin-right: .5rem;
  overflow: hidden;
}

.img-preview>img {
  max-width: 100%;
}

.preview-lg {
  height: 9rem;
  width: 16rem;
}

.preview-sm {
  height: 2.25rem;
  width: 4rem;
}

.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}

.docs-data>.input-group {
  margin-bottom: .5rem;
}

.docs-data .input-group-prepend .input-group-text {
  min-width: 4rem;
}

.docs-data .input-group-append .input-group-text {
  min-width: 3rem;
}

.docs-buttons>.btn,
.docs-buttons>.btn-group,
.docs-buttons>.form-control {
  margin-bottom: .5rem;
  margin-right: .25rem;
}

.docs-toggles>.btn,
.docs-toggles>.btn-group,
.docs-toggles>.dropdown {
  margin-bottom: .5rem;
}

.docs-tooltip {
  display: block;
  margin: -.5rem -.75rem;
  padding: .5rem .75rem;
}

.docs-tooltip>.icon {
  margin: 0 -.25rem;
  vertical-align: top;
}

.tooltip-inner {
  white-space: normal;
}

.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
  white-space: nowrap;
}

.btn-toggle {
  padding: .5rem;
}

.btn-toggle>.docs-tooltip {
  margin: -.5rem;
  padding: .5rem;
}

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -1rem !important;
  }

  .btn-group-crop>.btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .btn-group-crop .docs-tooltip {
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.docs-options .dropdown-menu {
  width: 100%;
}

.docs-options .dropdown-menu>li {
  font-size: .875rem;
  padding: .125rem 1rem;
}

.docs-options .dropdown-menu .form-check-label {
  display: block;
}

.docs-cropped .modal-body {
  text-align: center;
}

.docs-cropped .modal-body>img,
.docs-cropped .modal-body>canvas {
  max-width: 100%;
}

/*style*/
.dark_theme {
  background: #0c0c0c;
}

.dark_theme .mainNav:after {
  content: "";
  width: 1px;
  height: 100vh;
  background-color: #1c1c1c;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.dark_theme .mainBody .header {
  border-bottom: 1px solid #1c1c1c;
}

.dark_theme .mainBody .header .blockName p {
  color: #b0b0b0;
}

.dark_theme .mainBody .inforCover .projectName,
.dark_theme .mainBody .inforCover .previewButton,
.dark_theme .mainBody .inforCover .userName,
.dark_theme .mainBody .inforCover .userPhoto {
  color: #b0b0b0;
}

.dark_theme .mainBody .inforCover .projectName::before,
.dark_theme .mainBody .inforCover .previewButton::before,
.dark_theme .mainBody .inforCover .userName::before,
.dark_theme .mainBody .inforCover .userPhoto::before {
  background-color: #1c1c1c;
}

.dark_theme .mainContent .content .content-sidebar {
  background: transparent !important;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar {
  background: #585858;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar::after {
  border-color: #585858 transparent transparent transparent;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-1 .sub-menu {
  background-color: transparent !important;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 .title {
  color: white;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-3 {
  color: white;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2 {
  background: none;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar li.level-2.open>a .title {
  color: #fff;
}

.dark_theme .mainContent .content .content-sidebar .sidebar-menu .head-bar li a {
  color: #fff;
}

.dark_theme .mainContent .inner-content {
  background: #0c0c0c !important;
}

.dark_theme .mainContent .inner-content .jumbotron {
  background-color: transparent;
  border-bottom: 1px solid #1c1c1c;
}

.dark_theme .mainContent .inner-content .jumbotron .inner {
  height: 49px;
}

.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left .switch-menu .bar {
  background-color: #fff;
}

.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left nav .breadcrumb .breadcrumb-item a {
  color: #b0b0b0;
}

.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left nav .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.dark_theme .mainContent .inner-content .jumbotron .inner .inner-left nav .breadcrumb>.breadcrumb-item+.breadcrumb-item::before {
  color: #1c1c1c;
}

.dark_theme .mainContent .inner-content .jumbotron .inner .total .text,
.dark_theme .mainContent .inner-content .jumbotron .inner .total .num {
  color: #b0b0b0;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head {
  background-color: #0c0c0c;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head h1 {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navleft a {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navleft a.btn-item {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navleft a.btn-item .text {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navleft a.btn-item span:first-child {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navleft a.btn-item:not(:last-child)::after {
  content: '';
  background-color: #1c1c1c;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navright a.btn-item .text {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navright a.btn-item span:first-child {
  color: #fff;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navright a .search-data {
  background-color: #0c0c0c;
}

.dark_theme .mainContent .inner-content .content-scrollbox .content-wrap .content-head .content-nav .navright a:not(:last-child)::after {
  content: '';
  background-color: #1c1c1c;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1::before {
  content: "";
  border-left: 1px dashed #3a3a3a !important;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>.sub-menu::before {
  content: "";
  border-left: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-1>.sub-menu::after {
  content: "";
  border-left: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2>.sub-menu::before {
  content: "";
  border-left: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2::before {
  content: "";
  border-top: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-2::after {
  content: "";
  border-left: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3::before {
  content: "";
  border-top: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-3::after {
  content: "";
  border-left: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4::before {
  content: "";
  border-top: 1px dashed #3a3a3a;
}

.dark_theme.fms_theme .mainContent .content .content-sidebar .sidebar-menu .body-list .level-4::after {
  content: "";
  border-left: 1px dashed #3a3a3a;
}

.dark_theme .datatable .tables {
  color: #b0b0b0;
}

.dark_theme .datatable .tables thead .fake-thead {
  border: 1px solid #393939;
  background-color: #1f1f1f;
}

.dark_theme .datatable .tables thead .fake-th .sort::after {
  border-color: #5d5d5d transparent transparent transparent;
}

.dark_theme .datatable .tables tbody {
  border-bottom: 1px solid #1c1c1c;
}

.dark_theme .datatable .tables tbody tr:not(:first-child) {
  border-top: 1px solid #1c1c1c;
}

.dark_theme .datatable .tables tbody>tr {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.dark_theme .datatable .tables tbody>tr.selected {
  background-color: #2e2e2e;
}

.dark_theme .datatable .tables .check-circle {
  color: #000;
  background-color: #0c0c0c;
}

.dark_theme .tooltip {
  font-family: "CenturyGothic", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "Myriad Pro-Regular", sans-serif;
}

.dark_theme .tooltip .tooltip-inner {
  background-color: #585858;
}

.dark_theme .tooltip .tooltip-inner::before {
  border-top-color: #585858;
}

.dark_theme .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #585858;
}

.dark_theme .tips .title {
  color: #10cfbd;
}

.dark_theme .normal_input:focus,
.dark_theme .normal_input input:focus {
  border: solid 1px #10cfbd;
}

.dark_theme textarea:focus,
.dark_theme .normal_textarea:focus,
.dark_theme .____normal_textarea:focus {
  border: solid 1px #10cfbd;
}

.dark_theme .switch input:checked+.slider {
  border: 1px solid #0c0c0c !important;
}

.dark_theme .switch .slider {
  background-color: #202020 !important;
  border: 1px solid #444 !important;
}

.dark_theme .switch .slider:before {
  background-color: #000 !important;
}

.dark_theme .ios_switch.on .box,
.dark_theme .____ios_switch.on .box {
  background-color: #10cfbd;
  border: solid 1px #10cfbd;
  border-color: #10cfbd;
}

.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #10cfbd;
}

.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover,
.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited,
.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active {
  color: #000;
  background-color: #fff;
  border: 1px solid #10cfbd;
}

.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove,
.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:visited .select2-selection__choice__remove,
.dark_theme .____select2+.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice:active .select2-selection__choice__remove {
  color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.dark_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #10cfbd !important;
}

.dark_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple {
  border: 1px solid #10cfbd !important;
}

.dark_theme .____select2+.select2.select2-container--open .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #10cfbd !important;
}

.dark_theme .____select2+.select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  color: #333;
}

.dark_theme .____select2+.select2 .select2-selection:hover .select2-selection__arrow b {
  border-color: #10cfbd transparent transparent transparent;
}

.dark_theme .____select2+.select2 .select2-selection__clear:hover {
  color: #10cfbd;
}

.dark_theme .select2-container--open.select2-container .select2-results__option--highlighted {
  background-color: #10cfbd !important;
  color: #fff !important;
}

/*ui*/
.uiv2 {
  background-color: #000;
}

.uiv2 .mainNav {
  background-color: rgba(8, 8, 8, 0.92);
}

.uiv2.sidebar-visible .mainNav {
  background-color: rgba(8, 8, 8, 0.92);
}

.uiv2 .mainBody .header {
  width: 100%;
  height: 60px;
  padding: 0 28px;
  margin: 0;
  position: static;
  background-color: #2e2e2e;
}

.uiv2 .mainBody .header .blockCover {
  width: 200px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

@media screen and (max-width: 1550px) {
  .uiv2 .mainBody .header .blockCover {
    position: absolute;
    z-index: 100;
    top: 0;
    left: calc(50% - 72px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: blockCover-cgIN .5s ease 1s both;
    animation: blockCover-cgIN .5s ease 1s both;
    opacity: 0;
  }

  @-webkit-keyframes blockCover-cgIN {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes blockCover-cgIN {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .uiv2 .mainBody .header .blockCover .blockName p {
    color: #000 !important;
    text-align: center;
  }
}

.uiv2 .mainBody .header .blockCover .blockLogo {
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.uiv2 .mainBody .header .blockCover .blockName {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.uiv2 .mainBody .header .blockCover .blockName p {
  font-size: 12px !important;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff !important;
}

.uiv2 .mainBody .header .blockCover:hover .blockLogo {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.uiv2 .mainBody .header .blockCover:hover .blockName {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

.uiv2 .mainBody .header .blockCover div::before {
  display: none;
}

.uiv2 .mainBody .header .inforCover {
  position: absolute;
  left: auto;
  right: 56px;
  top: auto;
  z-index: 4;
}

.uiv2 .mainBody .mainContent .content .content-sidebar {
  background-color: #2e2e2e !important;
}

.uiv2 .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1 {
  min-height: 60px;
}

.uiv2 .mainBody .mainContent .content .content-sidebar .sidebar-menu .head-bar .level-1>a {
  min-height: 60px;
}

.uiv2 .mainBody .mainContent .content .inner-content .jumbotron {
  width: calc(100% - 360px);
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
}

@media screen and (max-width: 1550px) {
  .uiv2 .mainBody .mainContent .content .inner-content .jumbotron {
    width: calc(100% - 60px);
  }
}

.uiv2 .mainBody .mainContent .content .inner-content .jumbotron .inner {
  height: 60px;
  padding: 0 56px;
}

@media screen and (max-width: 1550px) {
  .uiv2 .mainBody .mainContent .content .inner-content .jumbotron .inner {
    padding: 0 56px;
  }
}

.uiv2 .mainBody .mainContent .content .inner-content .jumbotron .inner .total {
  display: none;
}

.uiv2 .mainBody .mainContent .content .inner-content .content-scrollbox {
  height: calc(100vh - 60px);
}

.uiv2 .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-head {
  padding: 20px 0;
}

.uiv2 .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-head .content-nav {
  padding-top: 5px;
}

.uiv2 .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-head .content-nav .btn-item {
  min-height: 30px;
  padding: 0px 24px;
}

.uiv2 .mainBody .mainContent .content .inner-content .content-scrollbox .content-wrap .content-body {
  padding: 130px 0 60px 0;
}

.uiv2.header-blockcover-open .header {
  /* text-align: center; */
}

.uiv2.header-blockcover-open .header .blockCover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: calc(50% - 72px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: blockCover-cgIN .5s ease 1s both;
  animation: blockCover-cgIN .5s ease 1s both;
  opacity: 0;
}

@-webkit-keyframes blockCover-cgIN {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blockCover-cgIN {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.uiv2.header-blockcover-open .header .blockCover .blockName p {
  color: #000 !important;
  text-align: center;
}

.uiv2.header-blockcover-open .mainContent.content-sidebar-open .inner-content .jumbotron {
  width: calc(100% - 60px);
}

.uiv2.header-blockcover-open .mainContent.content-sidebar-open .inner-content .jumbotron .inner {
  padding: 0 56px !important;
}

.uiv2.fms_theme.dark_theme .header {
  background-color: #0c0c0c !important;
}

.uiv2.fms_theme.dark_theme .mainBody .mainContent .content .content-sidebar {
  background-color: #0c0c0c !important;
}

.uiv2.fms_theme.dark_theme .mainBody .mainContent .content .inner-content {
  border-left: 1px solid #1c1c1c !important;
  margin-left: -1px;
}

.uiv2.fms_theme.dark_theme .mainBody .mainContent .content .inner-content .jumbotron {
  border-left: 1px solid #1c1c1c !important;
  margin-left: -1px;
}

.uiv2.fms_theme .fmsAjaxArea .inner-right .close_btn {
  color: #fff !important;
}

.uiv2.dark_theme .mainContent .content .content-sidebar {
  background-color: #2e2e2e !important;
}

.uiv2.dark_theme .jumbotron {
  background-color: #0c0c0c !important;
  border: 0 !important;
}

/*# sourceMappingURL=FantasyAllcss.css.map */