﻿@charset "UTF-8";
.height0 {
  height: 0;
  width: 0;
}

/* popup for new article */
.cms-popup-container a {
  text-decoration: none !important;
}
.cms-popup-container.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: translateX(0%);
}
.cms-popup-container.show .cms-popup-overlay {
  opacity: 0.16;
}
.cms-popup-container.news-view-detail .cms-popup-content {
  transform: translateX(100%);
  transition: all ease 400ms;
}
.cms-popup-container.news-view-detail .cms-popup-content.show {
  transform: translateX(0%);
}
.cms-popup-container.news-view-detail .plugin-wrapper {
  top: 0px;
  height: 100%;
}
.cms-popup-container .cms-popup-item {
  background: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  position: absolute;
  top: 1px;
  right: 0px;
  height: calc(100% - 1px);
  width: calc(100% - 60px);
}
.cms-popup-container .cms-popup-item .cms-popup-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ffffff;
  border-bottom: solid 1px #dbdbdb;
  height: 49px;
  flex: none;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 1px;
  justify-content: flex-start;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-toolbar .cms-popup-title {
  margin: 0;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-toolbar .cms-popup-title i {
  margin-right: 10px;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-toolbar .cms-popup-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #3e3e3e;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url(../images/icon_close_15x15.png) 8px no-repeat;
  padding: 6px 10px 4px 30px;
  border: 0;
  outline: none !important;
  transition: all 0.3s ease;
  border-radius: 20px;
  right: 10px;
  top: 10px;
  position: absolute;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-toolbar .cms-popup-close:hover {
  background-color: #bbb;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-body-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 -5px 5px -5px #ddd;
  z-index: 99;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  border-top: solid 1px #ddd;
  box-shadow: 0 0px 5px #ddd;
  background-color: #f2f2f2;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-footer .autosave-label {
  position: absolute;
  left: 2.5rem;
  top: 1rem;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-footer .btn-default {
  margin: 0 5px;
}
.cms-popup-container .cms-popup-item .cms-popup-content .cms-popup-footer .btn-default.red {
  background: #dc3545;
  color: #fff;
}
.cms-popup-container .cms-popup-item .cms-popup-content .post-view-container .cms-editor-container {
  padding-top: 40px;
  overflow: auto;
  height: 100%;
}
.cms-popup-container .cms-popup-item .cms-popup-content .post-view-container .cms-sidebar-right-panel.active {
  position: relative;
  right: auto;
}

.cms-plugin-popup .plugin-wrapper {
  top: 0;
  height: 100%;
  height: 100%;
}

#PostBomd .suggest-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  color: #444343;
  display: flex;
  flex-grow: 1;
  position: relative;
}
#PostBomd .suggest-item .avatar {
  width: 60px;
  max-height: 60px;
  margin-right: 10px;
  float: left;
  flex: none;
  object-fit: cover;
}
#PostBomd .suggest-item .news-title {
  font-weight: 600;
  font-size: 14px;
}
#PostBomd .suggest-item .news-sapo {
  display: none;
}
#PostBomd .suggest-item .publish-date {
  font-size: 12px;
  color: #8e8e8e;
}
#PostBomd .suggest-item .publish-date > span {
  font-size: 12px;
  margin-right: 10px;
}
#PostBomd .suggest-item .publish-date > span:last-child {
  margin-right: 0;
}

.choice-templates-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
  padding: 15px 20px;
}
.choice-templates-wrap .flex-row-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.choice-templates-wrap .template-item {
  width: 172px;
  height: 226px;
  display: block;
  background-image: url(../images/sprite_news_templates.png);
  background-repeat: no-repeat;
  background-color: transparent;
  margin-right: 40px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  border: 2px solid;
  border-color: transparent;
}
.choice-templates-wrap .template-item:hover {
  border-color: #333;
}
.choice-templates-wrap .template-item.size-m {
  background-position: -221px -9px;
}
.choice-templates-wrap .template-item.magazine-icon {
  background-position: -8px -265px;
}
.choice-templates-wrap .template-item.magazine-zip-icon {
  background-position: -1108px -528px;
}
.choice-templates-wrap .template-item.rolling-news-icon {
  background-position: -221px -265px;
}
.choice-templates-wrap .template-item.mini-magazine-icon {
  background-position: -442px -531px;
}
.choice-templates-wrap .template-item.l-blank-icon {
  background-position: -888px -9px;
}
.choice-templates-wrap .template-item .template-name {
  font-size: 14px;
  font-weight: bold;
  color: #5a5c5d;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 43px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 43px;
}
.choice-templates-wrap .row-title {
  color: #003865;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-height: 800px) {
  .choice-templates-wrap .template-item {
    width: 160px;
    height: 210px;
    width: 160px;
    height: 210px;
    background-size: 1200px;
  }
  .choice-templates-wrap .template-item.size-m {
    background-position: -204px -6px;
  }
  .choice-templates-wrap .template-item.magazine-icon {
    background-position: -6px -244px;
  }
  .choice-templates-wrap .template-item.magazine-zip-icon {
    background-position: -1027px -489px;
  }
  .choice-templates-wrap .template-item.rolling-news-icon {
    background-position: -203px -244px;
  }
  .choice-templates-wrap .template-item.mini-magazine-icon {
    background-position: -408px -490px;
  }
  .choice-templates-wrap .template-item.l-blank-icon {
    background-position: -821px -7px;
  }
}

.cms-popup-container .cms-popup-item.animate {
  transition: all 0.3s ease;
  transition-delay: 600ms;
  transform: translateX(0);
}
.cms-popup-container.news-view-detail .cms-editor-container {
  padding-top: 40px;
  overflow: auto;
}
.cms-popup-container.news-view-detail .cms-editor-container .cms-body-inner {
  margin-bottom: 0;
}

.cms-editor-container .magazine-cover {
  margin: -40px -20px 40px;
}
.cms-editor-container .magazine-cover .image-cover {
  width: 100%;
  object-fit: cover;
}
.cms-editor-container .magazine-cover .btn-change-cover {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  left: 80px;
  position: absolute;
  top: 75px;
  background-color: #f0ad4e;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  z-index: 10;
}
.cms-editor-container .magazine-cover .btn-change-cover:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}
.cms-editor-container .magazine-cover .btn-change-cover.mobile {
  left: 146px;
  font-size: 30px;
}
.cms-editor-container .magazine-cover .btn-change-cover.video {
  left: 210px;
  top: 76px;
}

.cms-popup-content .cms-editor-toolbar {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 40px;
  padding: 4px 10px 5px 0;
}
.cms-popup-content .cms-editor-toolbar.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cms-popup-content .cms-editor-toolbar .group-items {
  margin-right: 10px;
  display: flex;
  float: left;
}
.cms-popup-content .cms-editor-toolbar .group-items li {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  border: 1px #d3d3d3 solid;
  margin: 0px;
  border-right: none;
  cursor: pointer;
  position: relative;
}
.cms-popup-content .cms-editor-toolbar .group-items li i {
  color: #222f3e;
}
.cms-popup-content .cms-editor-toolbar .group-items li:hover {
  background: #e2e2e2;
}
.cms-popup-content .cms-editor-toolbar .group-items li:hover i {
  color: #333;
}
.cms-popup-content .cms-editor-toolbar .group-items li.disable::before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 122;
  cursor: not-allowed;
  background: rgba(245, 245, 245, 0.69);
  pointer-events: none;
}
.cms-popup-content .cms-editor-toolbar .group-items > li:last-child {
  border-right: 1px #d3d3d3 solid;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown {
  overflow: visible;
  position: relative;
  z-index: 100;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown .dropdown-panel {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 2px 10px #cccccc;
  right: -1px;
  margin-right: 0px;
  position: absolute;
  top: 32px;
  width: 195px;
  z-index: 110;
  display: none;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown .dropdown-panel .sub-items {
  display: block;
  overflow: hidden;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown .dropdown-panel .sub-items li {
  border: 0;
  padding: 10px;
  margin: 0px;
  width: 39px;
  float: left;
  background: transparent;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown .dropdown-panel .sub-items li i {
  color: #777;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown .dropdown-panel .sub-items li:hover i {
  color: #333;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown .dropdown-panel > label {
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  padding: 10px;
  background: #eee;
  box-sizing: border-box;
  color: #666;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown:hover .dropdown-panel {
  display: block;
}
.cms-popup-content .cms-editor-toolbar .group-items li.dropdown:hover i {
  color: #333;
}
.cms-popup-content .cms-editor-toolbar .btn-preview {
  border: 0;
  border-radius: 3px;
  background: #1095ea;
  border-color: #1095ea;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
}
.cms-popup-content .body-editor-toolbar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.cms-popup-content .body-editor-toolbar .btn-default {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 5px;
  cursor: pointer;
}
.cms-popup-content .body-editor-toolbar .btn-default i {
  margin-right: 2px;
}
.cms-popup-content .body-editor-toolbar .tox-tinymce-inline {
  display: flex !important;
}
.cms-popup-content .body-editor-toolbar .tox-tinymce-inline .tox-toolbar__primary {
  justify-content: center;
}
.cms-popup-content .cms-body-inner-container {
  position: relative;
  background: #f4f4f4;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 20px;
}
.cms-popup-content .cms-editor-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  background: #ffffff;
}
.cms-popup-content .cms-editor-container .cms-body-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 762px;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
}
.cms-popup-content .cms-editor-container .cms-body-inner.news-history-modal {
  width: auto;
}
.cms-popup-content .cms-editor-container .title-sapo-info {
  padding: 20px 30px;
  border: 1px #d3d3d3 solid;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.cms-popup-content .cms-editor-container .title-sapo-info .news-title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: #3a3636;
  border: none !important;
  width: 100%;
  resize: none !important;
  outline: none !important;
  overflow: hidden;
  height: auto;
  min-height: 32px;
}
.cms-popup-content .editor-word-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  border-top: 1px #eee solid;
}
.cms-popup-content .editor-word-count .ck-word-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cms-popup-content .editor-word-count .ck-word-count div {
  margin-left: 20px;
  font-weight: 700;
}
.cms-popup-content .post-view-container .cms-editor-container {
  padding: 40px 0;
}
.cms-popup-content .editor-view-wrapper {
  border: 1px #d3d3d3 solid;
  position: relative;
  overflow-y: auto;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: initial;
}
.cms-popup-content .editor-view-wrapper figcaption {
  display: block;
  background-color: #eee;
  padding: 10px;
  margin-top: 0px !important;
  font-size: 14px;
  text-align: left;
}
.cms-popup-content .editor-view-wrapper figcaption:hover {
  outline: 0px solid #47a4f5;
}
.cms-popup-content .editor-view-wrapper figcaption p:last-child {
  margin-bottom: 0;
}
.cms-popup-content .editor-view-wrapper p {
  margin-bottom: 10px;
}
.cms-popup-content .editor-view-wrapper .title-sapo-info {
  padding: 30px 30px 0px;
  box-shadow: none;
  border: 0;
}
.cms-popup-content .editor-view-wrapper .title-sapo-info .news-title {
  border: 0;
  padding-bottom: 10px;
  line-height: normal;
}
.cms-popup-content .editor-view-wrapper .title-sapo-info .news-sapo {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #565656;
  margin-top: 20px;
  padding: 0px;
  border: none !important;
  outline: none !important;
  resize: none !important;
  color: #888;
}
.cms-popup-content .editor-view-wrapper .title-sapo-info .news-sapo p {
  margin-top: 0;
}
.cms-popup-content .editor-view-wrapper .editor-content {
  padding: 0 30px 20px;
}

.cms-settings-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
}
.cms-settings-sidebar .cms-sidebar-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f8f8f8;
  z-index: 99;
  width: 60px;
  border-left: 1px solid #dadada;
  height: 100%;
  overflow: hidden;
}
.cms-settings-sidebar .cms-sidebar-right .list-items {
  margin: 25px auto;
  list-style: none;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li {
  margin-bottom: 20px;
  position: relative;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li i {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons {
  background-image: url(../images/sidebar-icons.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  flex: none;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons.info {
  background-position: -122px -67px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons.info:hover {
  background-position: -162px -67px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons.config {
  background-position: -122px -132px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons.config:hover {
  background-position: -162px -132px;
  background-color: #ffffff !important;
  border-radius: 20px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons.statistic {
  background-position: -122px -194px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li .sidebar-icons.statistic:hover {
  background-position: -162px -194px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li.active .sidebar-icons.info {
  background-position: -162px -67px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li.active .sidebar-icons.config {
  background-position: -162px -132px;
  background-color: #ffffff !important;
  border-radius: 20px;
}
.cms-settings-sidebar .cms-sidebar-right .list-items li.active .sidebar-icons.statistic {
  background-position: -162px -194px;
}
.cms-settings-sidebar .cms-sidebar-right.hide {
  width: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel {
  width: 0;
  height: 100%;
  padding: 40px 0px 0px;
  border-left: 1px solid #e4e4e4;
  background: #ffffff;
  z-index: 2;
  position: relative;
  transform: translateX(380px);
  transition: transform ease-out 200ms;
}
.cms-settings-sidebar .cms-sidebar-right-panel.absolute {
  z-index: 98;
}
.cms-settings-sidebar .cms-sidebar-right-panel.active {
  transform: translateX(0px);
  width: 360px;
}
@media screen and (max-width: 1279px) {
  .cms-settings-sidebar .cms-sidebar-right-panel.active {
    z-index: 98;
  }
}
.cms-settings-sidebar .cms-sidebar-right-panel .btn-close {
  background: transparent url(../images/icon_close.png) center center no-repeat;
  cursor: pointer;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .btn-close:hover {
  background-color: #eeeeee;
  border-radius: 30px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .panel-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.cms-settings-sidebar .cms-sidebar-right-panel section header {
  min-height: 42px;
  font-size: 15px;
  line-height: 42px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  background: #f3f3f3;
  text-align: center;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info {
  width: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .sticky header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .note-label {
  color: rgb(46, 204, 113);
  margin-right: 5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .rz-dropdown-panel .rz-dropdown-item {
  font-size: 14px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select:hover {
  background: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select.dropdown-zone > .dropdown-toggle {
  border: 1px solid #ced4da;
  height: 2.1875rem;
  border-radius: 1px;
  padding: 5px 10px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-menu {
  padding: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-menu.inner {
  margin-top: 1px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-menu li.disabled {
  cursor: not-allowed;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-menu li a {
  font-size: 14px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-menu li a:hover {
  background: #eee;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .bs-searchbox {
  border: 1px solid #cccccc;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-item:active, .cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .dropdown-item.active {
  background-color: #5897fb !important;
  color: #ffffff !important;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .form-control {
  display: flex;
  width: 100%;
  position: relative;
  height: 26px;
  align-items: center;
  padding: 2px 6px;
  z-index: 1;
  font-size: 14px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select .form-control::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  content: "\f002";
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select > .dropdown-toggle {
  outline: none !important;
  background: #ffffff;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .bootstrap-select > .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-bottom: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .btn-add-avatar,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f3f3f3;
  border: solid 1px #f3f3f3;
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-right: 6px;
  align-items: center;
  justify-content: center;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item {
  position: relative;
  justify-content: center;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .no-avatar {
  background: transparent url(../images/sprite-list.png) 0 0 no-repeat;
  background-position: 0 -406px;
  width: 24px;
  height: 24px;
  display: block;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .box-action-avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row-reverse;
  position: absolute;
  flex-wrap: wrap;
  top: 0;
  z-index: 2;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .box-action-avatar .btn_remove {
  margin: 0 0 0 2px;
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .box-action-avatar .btn_watermark {
  margin: 0 2px 0 0;
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .box-action-avatar .btn_edit {
  margin: 4px 2px;
  color: #ffffff;
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .avatar-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item .uploading-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  color: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item img {
  max-width: 100%;
  max-height: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item:hover .btn_remove,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item:hover .avatar-overlay,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .avatar-item:hover .btn_edit {
  display: inline-block;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .btn-add-avatar {
  color: #d5d5d5;
  background: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .avatar-wrap .btn-add-avatar:hover {
  color: #000000;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .form-group {
  margin-bottom: 20px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .form-group .require::after {
  content: " *";
  color: #eb5757;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .form-control {
  font-size: 14px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .form-control.readonly {
  overflow: hidden;
  height: auto;
  background: #e9ecef;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .readonly {
  overflow: hidden;
  height: auto;
  background: #e9ecef;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .lb-add-related {
  color: #2ea2c7;
  font: bold 12px Arial;
  display: block;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .related-thread {
  color: #329efb;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .related-thread .remove-btn {
  color: #eb5757;
  margin-left: 10px;
  float: right;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper {
  position: relative;
  border-radius: 1px;
  display: block;
  width: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper.show {
  border: 1px solid #ced4da;
  padding-top: 5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper.show .suggest-panel {
  border-bottom: 1px solid #ced4da;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper.show .dropdown-toggle {
  border: 0;
  border-bottom: 1px solid #ced4da;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper.show .zone {
  border: 0;
  margin-top: -5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper.show .zone .dropdown-toggle {
  color: #333;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper.show .same-zone {
  border: 0;
  border-top: 1px solid #ddd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .form-control {
  border-bottom: 1px solid #ced4da;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .primary-topic,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .primary-zone {
  border-radius: 0 2px 2px 0;
  background-color: #0089e0;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
  margin-left: 5px;
  line-height: normal;
  border-radius: 2px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .primary-zone {
  background: #ddd;
  border: 1px solid #bbb;
  color: #000000;
  padding-right: 5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .primary-zone .zone-remove {
  border-left: 1px solid #bbb;
  color: #000000;
  margin-left: 2px;
  padding: 0 2px 0 5px;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-remove {
  cursor: pointer;
  margin-left: 5px;
  color: #ffffff;
  border-left: 1px solid #6eb0f7;
  padding: 0 2px 0 5px;
  text-align: center;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel {
  position: relative;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics .suggest-arrow-border, .cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics .suggest-arrow,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel .suggest-arrow-border,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel .suggest-arrow {
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics .suggest-arrow,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel .suggest-arrow {
  position: absolute;
  top: -15px;
  right: 20px;
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #87a5bb transparent;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics .suggest-arrow-border,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel .suggest-arrow-border {
  top: -13px;
  border-color: transparent transparent #ffffff transparent;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics.show .suggest-arrow-border, .cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics.show .suggest-arrow,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel.show .suggest-arrow-border,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel.show .suggest-arrow {
  display: block;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel {
  position: relative;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper {
  position: absolute;
  bottom: 100%;
  margin: 11px 0;
  width: 100%;
  border: 1px solid #87a5bb;
  z-index: 999;
  background: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  max-height: 350px;
  overflow-y: auto;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item {
  display: flex;
  padding: 5px 10px;
  border-bottom: 0.5px solid #ddd;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item:hover {
  background: #f1f8fe;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item:last-child,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item:last-child {
  border-bottom: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item > .info,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item > .info {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 2px;
  font-size: 14px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item > .info > .title {
  font-weight: 600;
  color: #586877;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .title.tag-title,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item > .info > .title.tag-title {
  font-weight: normal;
  color: #000000;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .topic-suggest-panel .suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .tag-suggest-panel .suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .topic-suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .tag-suggest-wrapper .suggest-item > .info > .description,
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .expert-suggest-panel .suggest-wrapper .suggest-item > .info > .description {
  color: #a5a7ad;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .dropdown-toggle {
  border: 1px solid #ced4da;
  display: block;
  padding: 6px 10px;
  color: #999;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .dropdown-toggle > .selected {
  color: #000000;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .dropdown-toggle::after {
  content: "";
  border: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .dropdown-toggle i {
  float: right;
  margin-top: 4px;
  color: #333;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .multiple-list.topics {
  bottom: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics .suggest-arrow {
  top: -36px;
  border-color: #87a5bb transparent transparent transparent;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .suggest-box-wrapper .suggest-panel-topics .suggest-arrow.suggest-arrow-border {
  top: -38px;
  border-color: #ffffff transparent transparent transparent;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .tag-item {
  background-color: #0089e0;
  display: inline-block;
  padding: 3px 5px 3px 0;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px 5px 15px;
  color: #ffffff;
  position: relative;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .tag-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info.preview .suggest-box-wrapper {
  border: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info.preview .suggest-box-wrapper .primary-zone {
  background: #ddd;
  color: #000000;
  text-align: center;
  padding: 3px 5px;
  border: 1px solid #bbb;
  font-size: 13px;
  border-radius: 2px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info.preview label {
  color: #8e8e8e;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info.preview label::after {
  content: ":";
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list {
  position: relative;
  border-radius: 3px;
  border: 1px solid #87a5bb;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f4f4f4;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  min-height: 25px;
  justify-content: flex-start;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .paging-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .pager-display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .pager-display .page-link {
  cursor: pointer;
  padding: 4px 10px;
  border: 1px solid #cccccc;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .pager-display .page-link.current {
  font-weight: 600;
  color: #000000;
  background: #ddd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .pager-display .page-link.current:hover {
  color: #000000;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .pager-display .page-link:hover {
  color: #007bff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .list-paging .number {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.show {
  display: block;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .checkbox-label {
  color: #444;
  padding-left: 25px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .checkbox-label[data-parent="0"] {
  font-weight: 600;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .checkbox-label[data-visible="1"] {
  color: #999;
  font-weight: 400;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items {
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 270px;
  border-radius: 3px;
  background: #ffffff;
  width: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-item {
  list-style: none;
  display: flex;
  padding: 5px 10px 2px;
  border-bottom: 0.5px solid #ddd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-item:hover {
  background: #f1f8fe;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .suggest-arrow {
  top: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .suggest-arrow-border {
  top: -1px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .close-button {
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 5px;
  background: #1095ea;
  border: 1px solid #1095ea;
  color: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .close-button:hover {
  background: #1095ea;
  color: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item.selected {
  background-color: #1095ea;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item.selected:hover {
  background-color: #1095ea;
  color: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item.selected label {
  color: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item.disabled:hover {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item.disabled:hover label {
  cursor: not-allowed;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item:hover {
  background: #1095ea;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item:hover .checkbox-label {
  color: #ffffff;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item .cms-checkbox input[type=checkbox]:checked + .checkbox-label.disabled {
  color: #999;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item .cms-checkbox input[type=checkbox]:checked + .checkbox-label.disabled:before {
  border-color: #cccccc;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list .select-items .select-item .cms-checkbox input[type=checkbox]:checked + .checkbox-label.disabled:after {
  border-color: #cccccc;
  color: #999;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search {
  position: relative;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .select-items {
  border-radius: 1px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .form-control {
  outline: none;
  padding: 2px 8px;
  border: 1px solid #ced4da;
  height: auto;
  margin-bottom: 2px;
  max-width: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .dropdown-samezone {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 999;
  margin: 0 0 0;
  top: 0;
  background: #ffffff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .dropdown-samezone .list-paging {
  display: flex;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .list-paging {
  margin-bottom: 2px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .list-paging .close-button {
  border: 1px solid #1095ea;
  color: #ffffff;
  margin-right: 5px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .list-paging .icon-search {
  display: flex;
  align-items: center;
  padding: 0 5px;
  justify-content: center;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-left: 0;
  color: #999;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.search .list-paging .form-control {
  margin-bottom: 0;
  border-right: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.expert, .cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.tags, .cms-settings-sidebar .cms-sidebar-right-panel .sidebar-info .multiple-list.topics {
  /*.close-button {
      position: absolute;
      left: 5px;
  }*/
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content {
  padding: 16px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .btn-add-related {
  width: 34px;
  height: 34px;
  border: solid 1px #dfdfdf;
  background: #f9f9f9;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  position: relative;
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search {
  padding: 6px 10px;
  height: 35px;
  font-size: 14px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .royalty-add-btn {
  background: #2ea2c7;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  margin-bottom: 10px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .royalty-add-btn i {
  margin-right: 10px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search {
  position: relative;
  width: 100%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search.zone, .cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search.same-zone {
  padding: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-toggle {
  border: 0;
  margin: 0;
  padding: 0 0 0 10px;
  height: 35px;
  line-height: 35px;
  color: #333;
  border: 0 !important;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-toggle.selected {
  color: #333;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-toggle i {
  margin-top: 0px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .select-items-zone .select-item {
  padding: 4px 10px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search.show .dropdown-for-search {
  display: block;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .search-text {
  height: 31px;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search {
  height: 360px;
  max-height: 360px;
  background: #fff;
  border: 1px solid #87a5bb;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  width: 100%;
  box-shadow: 1px 0 4px #ddd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .search-text {
  border: 0;
  height: 31px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #87a5bb;
  top: auto;
  left: auto;
  right: auto;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .search-text input[type=text] {
  height: 32px;
  border: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone {
  min-width: 100%;
  max-height: 327px;
  overflow: auto;
  padding: 0;
  background: #fff;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item {
  font-size: 15px;
  padding: 4px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item.selected {
  background: #59a6cd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item:hover {
  background: #59a6cd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item:hover .checkbox-label, .cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item:hover label {
  display: block;
  color: #fff;
  background: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item label,
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item .checkbox-label {
  color: #333;
  display: block;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item label[data-visible="1"],
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item .checkbox-label[data-visible="1"] {
  color: #999;
  font-weight: 400;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item label[data-visible="1"]:hover,
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item .checkbox-label[data-visible="1"]:hover {
  color: #ddd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .section-content .dropdown-zone-search .dropdown-for-search .select-items-zone .select-item input {
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .royalty-info .royalty-min {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  align-items: center;
}
.cms-settings-sidebar .cms-sidebar-right-panel .royalty-info .royalty-min:first-child {
  border-bottom: 0;
}
.cms-settings-sidebar .cms-sidebar-right-panel .royalty-info .min-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}
.cms-settings-sidebar .cms-sidebar-right-panel .royalty-info .item-user {
  flex: 1;
  font-weight: bold;
  color: #696969;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cms-settings-sidebar .cms-sidebar-right-panel .royalty-info .item-action {
  cursor: pointer;
}
.cms-settings-sidebar .cms-sidebar-right-panel .royalty-info .item-action:hover {
  color: #dc3545;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #dddddd;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news .list-items .related-item {
  position: relative;
  padding: 10px 10px 10px 0;
  border-top: 1px dotted #dddddd;
  display: flex;
  flex-grow: 1;
  font: normal 13px/18px Arial;
  color: #444343;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news .list-items .related-item img {
  width: 68px;
  float: left;
  margin-right: 10px;
  flex: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news .list-items .related-item .remove-btn {
  color: #8c8c8c;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  display: none;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news .list-items .related-item .remove-btn:hover {
  color: #eb5757;
}
.cms-settings-sidebar .cms-sidebar-right-panel .box-related-news .list-items .related-item:hover .remove-btn {
  display: block;
}

.box-articles-tags .cms-modal-wrapper,
.cms-modal-news-relation .cms-modal-wrapper {
  height: 92%;
  width: 60%;
}
.box-articles-tags .cms-modal-wrapper .btn-close,
.box-articles-tags .cms-modal-wrapper .close-button,
.cms-modal-news-relation .cms-modal-wrapper .btn-close,
.cms-modal-news-relation .cms-modal-wrapper .close-button {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/close-icon.png) no-repeat center center transparent;
  cursor: pointer;
  opacity: 0.8;
  text-indent: -9999px;
  transition: all 0.2s ease;
}
.box-articles-tags .cms-modal-wrapper .btn-close:hover,
.box-articles-tags .cms-modal-wrapper .close-button:hover,
.cms-modal-news-relation .cms-modal-wrapper .btn-close:hover,
.cms-modal-news-relation .cms-modal-wrapper .close-button:hover {
  transform: rotate(90deg);
  opacity: 1;
}
@media (max-width: 1279px) {
  .box-articles-tags .cms-modal-wrapper,
  .cms-modal-news-relation .cms-modal-wrapper {
    width: 80%;
  }
}
.box-articles-tags .cms-modal-content,
.cms-modal-news-relation .cms-modal-content {
  overflow-y: auto;
  padding: 0;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.box-articles-tags .news-list-body,
.cms-modal-news-relation .news-list-body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.box-articles-tags .list-header,
.cms-modal-news-relation .list-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 40px;
  align-items: center;
  background: #dedede;
  margin: 0;
  justify-content: center;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
}
.box-articles-tags .list-search,
.cms-modal-news-relation .list-search {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
  position: relative;
  background: #f2f2f2;
}
.box-articles-tags .list-search .search-form,
.cms-modal-news-relation .list-search .search-form {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
}
.box-articles-tags .list-search .dropdown-zone-search,
.cms-modal-news-relation .list-search .dropdown-zone-search {
  background: #fff;
  position: relative;
}
.box-articles-tags .list-search .dropdown-zone-search .clear-search,
.cms-modal-news-relation .list-search .dropdown-zone-search .clear-search {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 30px;
  align-items: center;
  padding: 0 8px;
  display: none;
  cursor: pointer;
  color: #999;
}
.box-articles-tags .list-search .dropdown-zone-search .clear-search.active,
.cms-modal-news-relation .list-search .dropdown-zone-search .clear-search.active {
  display: flex;
}
.box-articles-tags .list-search .dropdown-zone-search .clear-search:hover,
.cms-modal-news-relation .list-search .dropdown-zone-search .clear-search:hover {
  color: #333;
}
.box-articles-tags .list-search .dropdown-zone-search .search-text,
.cms-modal-news-relation .list-search .dropdown-zone-search .search-text {
  border: 0;
  height: 33px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #87a5bb;
  top: auto;
  left: auto;
  right: auto;
}
.box-articles-tags .list-search .dropdown-zone-search .dropdown-menu,
.cms-modal-news-relation .list-search .dropdown-zone-search .dropdown-menu {
  height: 360px;
  max-height: 360px;
  background: #fff;
  border: 1px solid #87a5bb;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  width: 100%;
  box-shadow: 1px 0 4px #ddd;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone,
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone {
  min-width: 100%;
  max-height: 325px;
  overflow: auto;
  padding: 0;
  background: #fff;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone label[data-parent="0"],
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone label[data-parent="0"] {
  font-weight: 600;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone label[data-visible="1"],
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone label[data-visible="1"] {
  color: #999;
  font-weight: 400;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone .select-item,
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone .select-item {
  font-size: 15px;
  padding: 7px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone .select-item.selected,
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone .select-item.selected {
  background: #59a6cd;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone .select-item:hover,
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone .select-item:hover {
  background: #59a6cd;
}
.box-articles-tags .list-search .dropdown-zone-search .select-items-zone .select-item:hover .checkbox-label, .box-articles-tags .list-search .dropdown-zone-search .select-items-zone .select-item:hover label,
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone .select-item:hover .checkbox-label,
.cms-modal-news-relation .list-search .dropdown-zone-search .select-items-zone .select-item:hover label {
  display: block;
  color: #fff;
  background: none;
}
.box-articles-tags .list-search .dropdown-zone-search .dropdown-toggle,
.cms-modal-news-relation .list-search .dropdown-zone-search .dropdown-toggle {
  width: 100%;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  height: 30px;
  margin-top: -5px;
}
.box-articles-tags .list-search .dropdown-zone-search .dropdown-toggle i,
.cms-modal-news-relation .list-search .dropdown-zone-search .dropdown-toggle i {
  float: right;
  padding: 8px;
}
.box-articles-tags .list-search .dropdown-zone-search .dropdown-toggle::after,
.cms-modal-news-relation .list-search .dropdown-zone-search .dropdown-toggle::after {
  content: none;
}
.box-articles-tags .news-list-item,
.cms-modal-news-relation .news-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f8f8f8;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.box-articles-tags .news-list-item.selectedItem::before,
.cms-modal-news-relation .news-list-item.selectedItem::before {
  position: absolute;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  width: 15px;
  height: 9px;
  border-width: medium medium 3px 3px;
  border-style: none none solid solid;
  border-color: #2ecc71;
  border-image: none;
  background: none repeat scroll 0% 0% rgba(194, 35, 35, 0);
  content: "";
  right: 10px;
  top: 30%;
}
.box-articles-tags .news-list-item:nth-child(2n+1),
.cms-modal-news-relation .news-list-item:nth-child(2n+1) {
  background: #ffffff;
}
.box-articles-tags .news-list-item .img-viewer,
.cms-modal-news-relation .news-list-item .img-viewer {
  width: 90px;
  display: inline-block;
  margin: 0 10px;
}
.box-articles-tags .news-list-item .img-viewer img,
.cms-modal-news-relation .news-list-item .img-viewer img {
  border-radius: 3px;
}
.box-articles-tags .news-list-item .info,
.cms-modal-news-relation .news-list-item .info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.box-articles-tags .news-list-item .info .title,
.cms-modal-news-relation .news-list-item .info .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  width: unset;
  line-height: 1.7;
  font-weight: bold;
}
.box-articles-tags .news-list-item .info .content-item,
.cms-modal-news-relation .news-list-item .info .content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding-left: 10px;
  width: unset;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  padding-right: 30px;
}
.box-articles-tags .news-list-item input[type=checkbox],
.cms-modal-news-relation .news-list-item input[type=checkbox] {
  display: none;
}
.box-articles-tags .news-list-item .label-item,
.cms-modal-news-relation .news-list-item .label-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  padding: 10px;
  align-items: center;
  width: 100%;
}
.box-articles-tags .news-list-item input:checked ~ label,
.cms-modal-news-relation .news-list-item input:checked ~ label {
  background-color: #e0efef;
}
.box-articles-tags .news-list-item input:checked ~ label::before,
.cms-modal-news-relation .news-list-item input:checked ~ label::before {
  position: absolute;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  width: 15px;
  height: 9px;
  border-width: medium medium 3px 3px;
  border-style: none none solid solid;
  border-color: #2ecc71;
  border-image: none;
  background: none repeat scroll 0% 0% rgba(194, 35, 35, 0);
  content: "";
  right: 10px;
  top: 30%;
}
.box-articles-tags .box-pager,
.cms-modal-news-relation .box-pager {
  margin: 0;
  line-height: 50px;
  padding: 0 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
}
.box-articles-tags .footer-btn-news-relation,
.cms-modal-news-relation .footer-btn-news-relation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.box-articles-tags .footer-btn-news-relation .btn,
.cms-modal-news-relation .footer-btn-news-relation .btn {
  margin: 0 5px;
  outline: none;
}

.before-after-popup {
  display: block;
}
.before-after-popup .plugin-wrapper {
  width: 980px;
}
.before-after-popup .before-after-content {
  height: calc(100% - 92px);
  padding: 0 10px !important;
  margin: 0;
  display: flex;
  flex-direction: row;
  font-weight: 600;
}
.before-after-popup .before-after-content .preview-wrapper-left {
  width: 250px;
  border-right: 1px solid #cccccc;
  height: 100%;
  padding: 8px 10px 8px 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.before-after-popup .before-after-content .preview-wrapper-left .preview-first label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
  text-align: center;
}
.before-after-popup .before-after-content .preview-wrapper-left .preview-first img {
  border: 1px solid #ddd;
  cursor: pointer;
  max-width: 100%;
  padding: 3px;
  max-height: 150px;
  margin-bottom: 5px;
}
.before-after-popup .before-after-content .preview-wrapper-left .preview-first center img,
.before-after-popup .before-after-content .preview-wrapper-left .preview-first .center img {
  border: 1px dashed #ddd;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 2px 2px;
  max-height: 150px;
  margin-bottom: 5px;
  object-fit: contain;
}
.before-after-popup .before-after-content .preview-wrapper-left .preview-first center img:hover,
.before-after-popup .before-after-content .preview-wrapper-left .preview-first .center img:hover {
  border: 1px dashed #cccccc;
}
.before-after-popup .before-after-content .preview-wrapper-left .preview-first center img.disabled,
.before-after-popup .before-after-content .preview-wrapper-left .preview-first .center img.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.before-after-popup .before-after-content .preview-wrapper-left input[type=range] {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  width: 100%;
  background: rgba(112, 128, 144, 0.6);
  height: 10px;
  border-radius: 5px;
}
.before-after-popup .before-after-content .preview-wrapper-left input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2c3e50;
  margin-top: -2px;
}
.before-after-popup .before-after-content .preview-wrapper-right {
  overflow: auto;
  position: relative;
  padding: 20px 35px;
  height: 100%;
  background: #f0f3f5;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip {
  width: 610px;
  height: 481px;
  max-width: 640px;
  position: relative;
  padding: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  align-items: center;
  justify-content: center;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-before, .before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-after {
  width: 100%;
  overflow: hidden;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-before img, .before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-after img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: initial;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-slider {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  box-shadow: none;
  width: 610px;
  height: 481px;
  max-width: 610px;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-slider .panel-before,
.before-after-popup .before-after-content .preview-wrapper-right .before-after-slider .panel-after {
  height: 100%;
  position: absolute;
  transition: 0.5s;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-slider:hover .ba-item-before-text, .before-after-popup .before-after-content .preview-wrapper-right .before-after-slider:hover .ba-item-after-text {
  display: none;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip {
  position: relative;
  box-shadow: none;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-before,
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-after {
  height: 100%;
  transition: 0.5s ease-out;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-before {
  position: absolute;
  z-index: 1;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .panel-after {
  position: relative;
  z-index: 0;
  transform: rotateY(-180deg);
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .btn_flip {
  font-size: 14px !important;
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 2;
  display: flex;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding: 1px 5px;
  align-content: center;
  align-items: center;
  background: #fff;
}
.before-after-popup .before-after-content .preview-wrapper-right .before-after-flip .btn_flip .icon {
  width: 25px;
  height: 25px;
  margin-left: 4px;
  display: inline-block;
  background: url(/images/flip_icon.png) no-repeat 0 0/contain;
}

.cms-plugin-popup .plugin-wrapper .plugin-content {
  padding: 10px 0px 10px 20px;
}
.cms-plugin-popup .plugin-wrapper .plugin-content.normal .form-group label {
  font-weight: 600;
  color: #333;
}
.cms-plugin-popup .plugin-wrapper .plugin-content.normal .form-group label.required::after {
  content: " *";
  color: #eb5757;
}
.cms-plugin-popup .plugin-wrapper .plugin-content .inner-content {
  width: 100%;
  padding-right: 20px;
}

.profile-box-popup .plugin-wrapper,
.insert-link-popup .plugin-wrapper,
.crawl-news-popup .plugin-wrapper {
  width: 360px;
}

.box-articles-tags .cms-modal-wrapper {
  width: 70%;
}
.box-articles-tags form.list-search {
  height: auto !important;
}
.box-articles-tags form.list-search .search-box {
  margin-left: 175px;
}
.box-articles-tags .articles-tags-topics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: row;
  overflow: auto;
  height: 100%;
}
.box-articles-tags .articles-tags-topics .link-tabs {
  width: 200px;
  background: #677181;
}
.box-articles-tags .articles-tags-topics .link-tabs .tabs__labels {
  padding: 0px;
  margin: 0;
}
.box-articles-tags .articles-tags-topics .link-tabs .tabs__labels .menu-item {
  color: #96a2af;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: normal;
}
.box-articles-tags .articles-tags-topics .link-tabs .tabs__labels .menu-item i {
  margin-right: 10px;
}
.box-articles-tags .articles-tags-topics .link-tabs .tabs__labels .menu-item.active {
  background-color: #455667;
}
.box-articles-tags .articles-tags-topics .link-tabs input[type=radio]:checked + label {
  content: "";
  background: #455667;
}

.related-news-popup .plugin-wrapper {
  width: 520px;
}
.related-news-popup .plugin-wrapper .plugin-content.normal {
  padding: 0;
}
.related-news-popup .plugin-wrapper .plugin-content .inner-content {
  padding: 10px;
  overflow: auto;
}
.related-news-popup .btn-default {
  outline: none !important;
  min-width: 70px;
}

.profile-box-popup .plugin-wrapper .inner-content {
  overflow-y: auto;
  padding-right: 10px;
}
.profile-box-popup .profile-image img {
  width: 85px;
  margin: 0 auto;
  cursor: pointer;
  height: 85px;
  display: block;
  border-radius: 100%;
  object-fit: cover;
}

.simplequote-popup .plugin-wrapper {
  width: 410px;
}
.simplequote-popup .plugin-wrapper .plugin-content .inner-content {
  padding-right: 10px;
  overflow-y: auto;
}

.simple-image-popup .plugin-wrapper {
  width: 360px;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content {
  padding-right: 10px;
  overflow-y: auto;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .photo-image {
  padding: 10px;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .photo-image img {
  width: 100%;
  object-fit: cover;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .photo-func {
  background: none;
  border-bottom: 1px solid #ddd;
  margin-top: -50px;
  padding: 10px;
  text-align: center;
  z-index: 90;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .photo-func .btn-default {
  z-index: 10;
  box-shadow: none;
  font-size: 13px;
  padding: 3px 10px;
  line-height: 20px;
  min-width: 70px;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .link {
  width: 100%;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .add-new-link {
  float: right;
  color: #333;
  cursor: pointer;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .add-new-link:hover {
  color: green;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .cms-checkbox label {
  font-weight: 400;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .cms-checkbox input[type=radio] + .checkbox-label {
  margin-right: 15px;
}
.simple-image-popup .plugin-wrapper .plugin-content .inner-content .cms-checkbox input[type=radio] + .checkbox-label:before {
  border-radius: 50%;
}

.insert-video-popup .plugin-wrapper {
  width: 400px;
}
.insert-video-popup .video-container video {
  height: 100%;
  width: 100%;
}
.insert-video-popup .video-func {
  text-align: center;
  margin: 10px 0;
}
.insert-video-popup .video-func .btn-default {
  margin: 0 5px;
}

.insert-link-popup .plugin-wrapper {
  width: 430px;
}
.insert-link-popup .link-content-footer {
  text-align: left;
}
.insert-link-popup .link-content-footer a {
  background-image: url(../images/bg_linkfooter.jpg);
  background-repeat: no-repeat;
  color: #004370;
  font-size: 22px;
  font-weight: bold;
  padding-left: 25px;
  text-decoration: none;
}

.import-word-popup .plugin-wrapper {
  width: 400px;
}
.import-word-popup .import-word-content {
  padding: 10px;
}
.import-word-popup .import-word-content .import-content {
  width: 100%;
}

.insert-link-popup .widget-dialogs-file {
  width: 70%;
  max-width: 960px;
}

.widget-dialogs-file .cms-modal-content {
  padding: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.widget-dialogs-file .section-wrap {
  display: flex;
  flex: 1;
  min-height: 500px;
  position: relative;
}
.widget-dialogs-file .section-wrap .section-filter {
  background: #f4f4f4;
  padding: 10px;
  display: flex;
  flex: none;
  justify-content: flex-end;
  align-items: center;
}
.widget-dialogs-file .section-wrap .section-filter form {
  height: auto;
  width: auto;
  background: none;
  display: block;
}
.widget-dialogs-file .section-wrap .section-filter .filter-item {
  margin-left: 0px;
  width: 200px;
  display: inline-block;
}
.widget-dialogs-file .section-wrap .section-filter .filter-item button {
  margin-right: 0;
}
.widget-dialogs-file .section-wrap .section-filter .filter-item.action {
  width: auto;
}
.widget-dialogs-file .section-wrap .section-filter .filter-item .ims-text-input {
  width: 100%;
  display: inline-block;
  border: none;
  position: relative;
}
.widget-dialogs-file .section-wrap .section-filter .filter-item .ims-text-input input {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  height: 32px;
  width: 100%;
  border-radius: 2px;
  padding: 0px 10px;
  margin: 0px;
  font-size: 14px;
  color: #333333;
}
.widget-dialogs-file .section-wrap .left-section {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
.widget-dialogs-file .section-wrap .left-section .section-content {
  max-height: calc(100vh - 280px);
  flex-grow: 1;
  position: relative;
  padding-left: 5px;
  overflow: auto;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item {
  display: inline-flex;
  background: #ffffff;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item label {
  display: inline-block;
  width: 100%;
  border: solid 1px #e8e8e8;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  width: 300px;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item label:hover {
  border: 1px solid #1095ea;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item input[type=radio]:checked + label {
  border: 1px solid #1095ea;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item .file-item-info .file-item-name {
  color: #0f6491;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  display: block;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item .file-item-info .meta-data {
  font-weight: normal;
  font-size: 12px;
  color: #a9a9a9;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item.selected {
  border: 1px solid #1095ea;
}
.widget-dialogs-file .section-wrap .left-section .section-content .file-item .file-item-ext {
  background: #ddd none repeat scroll 0 0;
  color: #333;
  font-weight: bold;
  height: 50px;
  width: 45px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.widget-dialogs-file .section-wrap .right-section {
  width: 300px;
  font-size: 14px;
  position: relative;
}
.widget-dialogs-file .section-wrap .right-section .upload-file, .widget-dialogs-file .section-wrap .right-section .file-detail {
  padding: 5px 15px;
  text-align: center;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .section-header, .widget-dialogs-file .section-wrap .right-section .file-detail .section-header {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  height: 47px;
  border-bottom: 1px solid #f1f1f1;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .alert-message, .widget-dialogs-file .section-wrap .right-section .file-detail .alert-message {
  display: block;
  color: green;
  margin: 10px 0 0;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .file-detail-wrapper, .widget-dialogs-file .section-wrap .right-section .file-detail .file-detail-wrapper {
  margin-top: 20px;
  text-align: left;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .file-detail-wrapper .file-detail-info, .widget-dialogs-file .section-wrap .right-section .file-detail .file-detail-wrapper .file-detail-info {
  margin-bottom: 5px;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .file-detail-wrapper .file-detail-info label, .widget-dialogs-file .section-wrap .right-section .file-detail .file-detail-wrapper .file-detail-info label {
  font-weight: 600;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .file-detail-wrapper .file-detail-info .file-item-name, .widget-dialogs-file .section-wrap .right-section .file-detail .file-detail-wrapper .file-detail-info .file-item-name {
  color: #0f6491;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .file-detail-wrapper .file-detail-info .meta-data, .widget-dialogs-file .section-wrap .right-section .file-detail .file-detail-wrapper .file-detail-info .meta-data {
  font-weight: normal;
  font-size: 12px;
  color: #a9a9a9;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .button-actions .btn-default, .widget-dialogs-file .section-wrap .right-section .file-detail .button-actions .btn-default {
  margin: 0 10px 0 0;
}
.widget-dialogs-file .section-wrap .right-section .upload-file .section-header {
  height: 47px;
  border-bottom: 1px solid #f1f1f1;
}
.widget-dialogs-file .section-wrap .right-section .ims-file-input {
  margin: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
.widget-dialogs-file .section-wrap .right-section .ims-file-input .btn-select-file {
  min-width: 90px;
  white-space: nowrap;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  background: #ffffff;
  border: 1px solid rgba(103, 113, 129, 0.3);
  border-radius: 4px;
  color: #666666;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}
.widget-dialogs-file .section-wrap .right-section .ims-file-input .lb-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  flex-grow: 1;
  line-height: 20px;
  padding: 10px;
  overflow: hidden;
  font-style: italic;
  color: #666;
}
.widget-dialogs-file .section-wrap .right-section .ims-file-input input[type=file] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.widget-dialogs-file .section-wrap .right-section .file-input-wrap {
  position: relative;
  height: 32px;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.widget-dialogs-file .section-wrap .right-section .file-input-wrap input[type=file] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  height: 33px;
}
.widget-dialogs-file .box-pager {
  margin: 0;
  padding: 10px 0;
}

.related-news-popup .news-type-item label {
  width: 123px;
  padding: 5px;
  height: 145px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.5;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.related-news-popup .news-type-item input[type=radio] {
  display: none;
}
.related-news-popup .news-type-item input[type=radio]:checked + label {
  content: "";
  border: 2px solid #33aa65;
  display: block;
  opacity: 1;
}
.related-news-popup .no-data {
  font-size: 13px;
  background: #f9e5e5 none repeat scroll 0 0;
  border: 1px solid #ffd2d2;
  color: #f00;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.albumlayout-popup .plugin-wrapper {
  width: 450px;
}
.albumlayout-popup .plugin-wrapper .plugin-content .inner-content {
  padding-right: 10px;
  overflow-y: auto;
}
.albumlayout-popup .plugin-wrapper .content-row {
  width: 100%;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
}
.albumlayout-popup .plugin-wrapper .album-layout {
  width: 100%;
  display: grid;
  flex-direction: row;
  grid-template-columns: 50% 50%;
}
.albumlayout-popup .plugin-wrapper .album-layout .image-item {
  position: relative;
  margin-bottom: 40px;
  margin-right: 5px;
  transition: all 0.25s ease-in-out;
}
.albumlayout-popup .plugin-wrapper .album-layout .image-item .remove-item {
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  display: none;
  line-height: 18px;
  text-align: center;
}
.albumlayout-popup .plugin-wrapper .album-layout .image-item img {
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.25s ease-in-out;
  object-fit: cover;
}
.albumlayout-popup .plugin-wrapper .album-layout .image-item:hover .remove-item {
  display: block;
  border-radius: 50%;
  background: #ffffff;
  color: #EB5757;
}
.albumlayout-popup .plugin-wrapper .album-layout .image-item .image-comment {
  border: 1px solid #cccccc;
  outline: none;
  margin-top: 2px;
}

.box-content-popup .plugin-wrapper {
  width: 480px;
}
.box-content-popup .plugin-wrapper input[type=range] {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  width: 100%;
  background: rgba(112, 128, 144, 0.6);
  height: 10px;
  border-radius: 5px;
}
.box-content-popup .plugin-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2c3e50;
  margin-top: -2px;
}
.box-content-popup .plugin-wrapper .slide-wrapper {
  padding: 0px 5px 40px 10px;
}
.box-content-popup .plugin-wrapper .slide-wrapper .slide-stick {
  display: flex;
  width: 99.5%;
  border-left: 1px solid #cccccc;
  position: relative;
}
.box-content-popup .plugin-wrapper .slide-wrapper .slide-stick > span {
  position: absolute;
  top: 10px;
  left: -4px;
}
.box-content-popup .plugin-wrapper .slide-wrapper .slide-stick > div {
  flex: 1;
  height: 10px;
  border-right: 1px solid #cccccc;
  position: relative;
}
.box-content-popup .plugin-wrapper .slide-wrapper .slide-stick > div span {
  position: absolute;
  top: 10px;
  right: -8px;
}

.embedcode-popup .plugin-wrapper {
  width: 400px;
}

.firstchar-popup .plugin-wrapper,
.multipart-popup .plugin-wrapper {
  width: 360px;
}

.firstchar-popup .plugin-wrapper .inner-content {
  padding-right: 10px;
  overflow-y: auto;
}
.firstchar-popup .row {
  margin-left: -15px;
  margin-right: 0;
}
.firstchar-popup .photo-image > label {
  width: 120px;
}
.firstchar-popup .photo-image > span {
  cursor: pointer;
  display: inline-block;
  border: 1px dashed #cccccc;
}

.insertcredit-popup .plugin-wrapper {
  width: 500px;
}
.insertcredit-popup .date-picker-overlay {
  height: 35px;
  display: inline-block;
  width: 202px;
  position: absolute;
  z-index: 2;
}
.insertcredit-popup .date-picker-overlay.icon {
  width: 185px;
}
.insertcredit-popup .credit-info .form-control {
  height: 33px;
  margin-right: 2px;
}
.insertcredit-popup .credit-info .credit-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.insertcredit-popup .credit-info .credit-items li {
  padding: 2px;
}
.insertcredit-popup .credit-info .remove-btn {
  width: 32px;
  height: 34px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  margin-left: 2px;
  border-radius: 3px;
  color: #f00;
  background: #ffffff;
  cursor: pointer;
}
.insertcredit-popup .credit-info .remove-btn[disabled] {
  color: #999;
  cursor: not-allowed;
}

.news-page {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.news-page .news-menu-list .box-title {
  margin: 0 0 10px;
}
.news-page .card {
  border-left: 3px solid #003865;
}
.news-page .listing-items .card {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
  padding: 10px;
}
.news-page .listing-items .card:hover > .postItem-action {
  display: block;
  text-align: right;
}
.news-page .listing-items .card-post-item {
  margin-bottom: 20px !important;
  flex: auto;
  width: 100%;
}
.news-page .listing-items .card-post-item:last-child {
  margin-bottom: 0px !important;
}
.news-page .listing-items .postItem-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  flex-flow: row nowrap;
  color: #8392a5;
}
.news-page .listing-items .postitem-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 20px 0 10px;
  align-items: center;
  flex: none;
}
.news-page .listing-items .postItem-thumb {
  flex: 0 0 70px;
  overflow: hidden;
  text-indent: -9999px;
}
.news-page .listing-items .postItem-thumb img {
  display: block;
  background-color: #f8f9fa;
}
.news-page .listing-items .postItem-cat {
  min-width: 150px;
  white-space: nowrap;
  color: #003865;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .listing-items .postItem-date {
  min-width: 200px;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .listing-items .postItem-heading {
  flex: 1 1;
}
.news-page .listing-items .postItem-heading .inside {
  max-width: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.news-page .listing-items .postItem-heading .inside .txt {
  font-size: 13px;
  overflow-wrap: anywhere;
}
.news-page .listing-items .postItem-heading .postItem-title {
  cursor: pointer;
  font-size: 15px;
  color: #495057;
  margin: 0;
}
.news-page .listing-items .rounded {
  border-radius: 0.25rem !important;
}
.news-page .listing-items .btn.btn-secondary {
  border: 1px solid #dee2e6;
  background: #ffffff;
  padding: 5px 12px;
  font-size: 15px;
  min-width: 40px;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease;
  color: #666;
}
.news-page .listing-items .btn.btn-secondary:not(:disabled):not(.disabled).active, .news-page .listing-items .btn.btn-secondary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #003865;
  border-color: #003865;
}
.news-page .listing-items .postItem-action {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.news-page .listing-items .postItem-action .btn-group .btn {
  border: 1px solid #dee2e6;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  min-width: 45px;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease;
  color: #666;
}
.news-page .listing-items .postItem-action .btn-group .btn:hover {
  border-color: #cccccc;
  background: #f1f1f1;
  color: #003865;
}
.news-page .listing-items .postItem-action .btn-group .btn.remove:hover {
  color: #dc3545;
}
.news-page .listing-items .sprite-list {
  background: transparent url(../images/sprite-list.png) 0 0 no-repeat;
}
.news-page .listing-items .sprite-list.ico-processingpost {
  background: none;
  font-size: 15px;
  color: #777;
  display: inline-block;
}
.news-page .listing-items .sprite-list.ico-processingpost::before {
  content: "\f07b";
}
.news-page .listing-items .sprite-list.ico-releasedpost {
  background-position: 0 -77px;
}
.news-page .listing-items .sprite-list.ico-receivedreleasepost {
  background-position: 0 -58px;
}
.news-page .listing-items .sprite-list.ico-waitingreleasepost {
  background-position: 0 -26px;
}
.news-page .listing-items .sprite-list.ico-receivededitpost, .news-page .listing-items .sprite-list.ico-receivededitingpost {
  background-position: 0 -41px;
}
.news-page .listing-items .sprite-list.ico-waitingeditpost, .news-page .listing-items .sprite-list.ico-waitingeditingpost {
  background-position: 0 -12px;
}
.news-page .listing-items .sprite-list.ico-temppost {
  background-position: 0 3px;
}
.news-page .listing-items .sprite-list.ico-returnpost, .news-page .listing-items .sprite-list.ico-myreturnpost {
  background-position: 0 -93px;
}
.news-page .listing-items .sprite-list.ico-takendownpost {
  background-position: -1px -123px;
}
.news-page .listing-items .sprite-list.ico-removedpost {
  background-position: 0 -137px;
}
.news-page .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 20px 8px 20px 20px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f8f8f8;
}
.news-page .search-form .box-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  width: 60%;
}
.news-page .search-form .box-filter .filter-item {
  float: left;
  margin-right: 10px;
}
.news-page .search-form .box-filter .filter-item button,
.news-page .search-form .box-filter .filter-item input[type=text] {
  height: 32px;
  box-shadow: none;
  font-size: 13px;
}
.news-page .search-form .box-filter .filter-item .btn-filter, .news-page .search-form .box-filter .filter-item .input-group {
  border: 1px solid #ced4da;
}
.news-page .search-form .box-filter .filter-item .btn-filter {
  margin-left: 1px;
}
.news-page .search-form .box-filter .search-keyword {
  width: 400px;
}
.news-page .search-form .box-filter .adv-search {
  position: relative;
  display: flex;
}
.news-page .search-form .box-filter .adv-search .arrow-down, .news-page .search-form .box-filter .adv-search .dropdown-toggle {
  min-width: initial;
  height: 32px;
  margin: 0;
  border: 1px solid #ced4da;
  border-left: 0;
  outline: none !important;
  width: 30px;
}
.news-page .search-form .box-filter .btn-default {
  min-width: initial;
  height: 31px;
  margin: 0;
}
.news-page .search-form .input-group-text {
  background: #ffffff;
  border: 0;
}
.news-page .search-form .open-search {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
  background: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
  color: #003865;
}
.news-page .search-form .open-search.up::before {
  content: "\f0d8";
}
.news-page .search-form .open-search:hover {
  background: #e9ecef;
  color: #003865;
}
.news-page .search-form .btn-filter {
  border: 0;
  border-radius: 0;
  width: 40px;
  color: #003865;
  text-align: center;
  font-size: 13px;
  outline: none !important;
  box-shadow: none;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}
.news-page .search-form .btn-filter:hover {
  background: #e9ecef;
}
.news-page .search-form .box-search {
  max-width: 500px;
}
.news-page .search-form .box-search.active {
  display: block;
}
.news-page .search-form .box-search .btn-search {
  width: auto;
  min-width: initial;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0 0 20px 10px;
}
.news-page .search-form .box-search .btn-search.gray {
  color: #666;
}
.news-page .search-form .box-search .btn-search.gray:hover {
  color: #333;
}
.news-page .search-form .box-filter-news-adv {
  display: none;
  border: 1px solid #dbdbdb;
  transform: translate3d(0, 0, 0px) !important;
  border-radius: 2px;
  font-size: 13px;
  width: 100%;
  padding: 15px 20px 5px;
  margin-top: 31px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 10;
  background: #ffffff;
}
.news-page .search-form .box-filter-news-adv label {
  font-size: 13px;
  margin: 0 0;
}
.news-page .search-form .box-filter-news-adv input {
  border: solid 1px #dbdbdb;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.news-page .search-form .box-filter-news-adv input:focus, .news-page .search-form .box-filter-news-adv input:active {
  border: solid 1px #dbdbdb !important;
}
.news-page .search-form .box-filter-news-adv.active, .news-page .search-form .box-filter-news-adv.show {
  display: block;
}

.news-position-manager {
  background: #ffffff;
  display: flex;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  flex-direction: column;
  position: relative;
}
.news-position-manager *[draggable=true]:hover {
  cursor: move;
}
.news-position-manager .top-toolbar {
  background: #f4f4f4;
  border-bottom: solid 1px #dedde0;
  padding: 10px;
  min-height: 50px;
  flex: none;
}
.news-position-manager .top-toolbar .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.news-position-manager .top-toolbar .btn-group .cms-radio input[type=radio]:checked + label {
  background: #ddd;
  height: 31px;
  color: #000000;
  border-color: #B0B0B0;
}
.news-position-manager .top-toolbar .actions-wrap {
  float: right;
}
.news-position-manager .top-toolbar .btn-default {
  display: inline-block;
  height: 32px;
  margin: 0 0 0 0;
}
.news-position-manager .top-toolbar .btn-default.active {
  background: #ddd;
  height: 31px;
  color: #000000;
  border-color: #B0B0B0;
}
.news-position-manager .top-toolbar .btn-default:disabled {
  cursor: not-allowed;
  background: #ddd;
  color: #666;
}
.news-position-manager .top-toolbar .btn-default:hover {
  border-color: #B0B0B0;
}
.news-position-manager .content-wrapper {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: calc(100% - 50px);
}
.news-position-manager .content-wrapper .postions-wrap {
  display: flex;
  flex-grow: 1;
  height: 100%;
  flex-direction: column;
  overflow: auto;
  position: relative;
}
.news-position-manager .content-wrapper .postions-wrap .list-position {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  min-height: 100%;
  padding-top: 20px;
  position: relative;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .row-item {
  margin-left: 10px;
  margin-right: 0;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .row-item .item-move {
  max-width: 230px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .row-item .item-move.being-over {
  z-index: 10;
  opacity: 0.5;
  outline: dotted 1px #665cf3;
  background-image: linear-gradient(#ebebeb, #ffffff);
}
.news-position-manager .content-wrapper .postions-wrap .list-position .row-item .item-move.drag-over {
  background: #faffdd;
  outline: dashed 1px #665cf3;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item {
  position: relative;
  max-width: 230px;
  float: left;
  padding: 0 10px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:first-child {
  flex: auto;
  max-width: 460px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:first-child .item-move {
  max-width: 460px;
  width: 100%;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:first-child .item-move .position-item {
  max-width: 460px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:first-child .item-move .position-item .avatar {
  object-fit: cover;
  height: 290px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:first-child .item-move .position-item .news-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #2d2d2d;
  margin-top: 10px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:first-child .item-move .position-item .news-sapo {
  display: block;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:nth-child(2) .item-move .position-item .avatar {
  object-fit: cover;
  height: 290px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .zone-item .zone-card-item:nth-child(2) .item-move .position-item .info-wrap {
  background-image: linear-gradient(#ebebeb, #ffffff);
  padding: 10px 16px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position.desktop .card-item {
  padding: 0 10px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .warning-message {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.news-position-manager .content-wrapper .postions-wrap .list-position .warning-message .dropdown-zone-search {
  margin-top: 10px;
  font-size: 14px;
  padding-top: 6px;
}
.news-position-manager .content-wrapper .postions-wrap .zone-desktop .section-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0px;
  border-bottom: 1px solid #a4a2a2;
  color: #808080;
  font-size: 20px;
  align-items: center;
}
.news-position-manager .content-wrapper .postions-wrap .zone-desktop .section-title .title {
  flex: 1;
}
.news-position-manager .content-wrapper .postions-wrap .zone-desktop .section-title .zone-select-list {
  float: right;
  min-width: 250px;
  padding-bottom: 10px;
}
.news-position-manager .content-wrapper .postions-wrap .zone-desktop .section-title .zone-select-list .rz-dropdown {
  font-size: 14px;
  padding-top: 6px;
}
.news-position-manager .content-wrapper .postions-wrap .dropdown-zone-search .select-item {
  padding: 3px 10px;
}
.news-position-manager .content-wrapper .postions-wrap .dropdown-zone-search .select-item .child::before {
  content: "-- ";
  color: #333;
}
.news-position-manager .content-wrapper .postions-wrap .dropdown-zone-search .select-item .child[data-visible="1"]::before {
  color: #999;
}
.news-position-manager .content-wrapper .quick-actions {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 35px;
  right: 10px;
  top: 0px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
.news-position-manager .content-wrapper .quick-actions .btn-bomb {
  padding: 0;
  display: flex;
  height: fit-content;
}
.news-position-manager .content-wrapper .quick-actions .btn-bomb i {
  color: #8e8e8e;
}
.news-position-manager .suggest-wrap {
  padding: 0px 20px 20px 20px;
  border-left: 1px solid #dadada;
  box-sizing: border-box;
  width: 360px;
  height: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  position: relative;
  flex: none;
  z-index: 102;
  background-color: #ffffff;
}
.news-position-manager .suggest-wrap .dropdown-zone-search {
  flex: 1;
  background: #ffffff;
  box-shadow: none;
  font-size: 14px;
  height: 32px;
  padding-top: 5px;
}
.news-position-manager .suggest-wrap .btn-search {
  display: inline-block;
  border-radius: 2px;
  margin: 0 0 0 10px;
  float: right;
  box-shadow: none;
  min-width: initial;
  line-height: 30px;
}
.news-position-manager .suggest-wrap .suggest-tabs {
  margin: 0;
  padding: 0 10px;
  border: 0;
  height: 40px;
  border-bottom: solid 1px #c8c8cc;
  color: #666;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-position-manager .suggest-wrap .suggest-tabs li {
  list-style: none;
  float: left;
  position: relative;
  margin-top: 7px;
  white-space: nowrap;
  border: solid 1px #B0B0B0;
  font-weight: normal;
  color: #555;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: none;
  background: #ebebeb;
  margin-right: 6px;
  line-height: 15px;
}
.news-position-manager .suggest-wrap .suggest-tabs li label {
  padding: 8px 10px;
  cursor: pointer;
}
.news-position-manager .suggest-wrap .suggest-tabs li input[type=radio]:checked + label {
  padding-bottom: 9px;
  background: #ffffff;
}
.news-position-manager .suggest-wrap .search-options {
  margin-bottom: 10px;
}
.news-position-manager .suggest-wrap .search-options .dropdown-zone-search .dropdown-menu {
  max-height: 300px;
  height: 300px;
}
.news-position-manager .suggest-wrap .search-options .dropdown-zone-search .dropdown-menu .select-items-zone {
  max-height: 264px;
}
.news-position-manager .suggest-wrap .search-options .select-list {
  margin-right: 10px;
  width: 255px;
  display: inline-block;
}
.news-position-manager .suggest-wrap .search-options .select-items-zone .select-item {
  padding: 3px 10px;
}
.news-position-manager .suggest-wrap .suggest-content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
}
.news-position-manager .suggest-wrap .list-suggest {
  list-style: none;
  width: 100%;
}
.news-position-manager .suggest-wrap .suggest-item {
  z-index: 10;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  color: #444343;
  display: flex;
  flex-grow: 1;
  position: relative;
  z-index: 102 !important;
  background-color: #ffffff !important;
}
.news-position-manager .suggest-wrap .suggest-item .avatar {
  width: 60px;
  max-height: 60px;
  margin-right: 10px;
  float: left;
  flex: none;
  object-fit: cover;
}
.news-position-manager .suggest-wrap .suggest-item .news-title {
  font-weight: 600;
  font-size: 14px;
}
.news-position-manager .suggest-wrap .suggest-item .news-sapo {
  display: none;
}
.news-position-manager .suggest-wrap .suggest-item .publish-date {
  font-size: 12px;
  color: #8e8e8e;
}
.news-position-manager .suggest-wrap .suggest-item .publish-date > span {
  font-size: 12px;
  margin-right: 10px;
}
.news-position-manager .suggest-wrap .suggest-item .publish-date > span:last-child {
  margin-right: 0;
}
.news-position-manager .suggest-wrap .moving {
  z-index: 100;
  background: #ffffff;
  width: 230px;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: dotted 1px #cccccc;
}
.news-position-manager .suggest-wrap .moving .avatar {
  float: none;
  width: 100%;
  max-width: initial;
  max-height: initial;
  height: 140px;
}
.news-position-manager .suggest-wrap .moving .news-title {
  font-size: 16px;
  color: #2d2d2d;
  margin-top: 10px;
  font-weight: 600;
}
.news-position-manager .suggest-wrap .btn-view-more {
  background: #ffffff;
  border: solid 1px #d8d8d8;
  outline: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #f5f5f5;
  color: #607180;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 16px;
  display: block;
  cursor: pointer;
  width: 120px;
  margin: 10px auto;
  text-align: center;
}
.news-position-manager .row-item .suggest-item,
.news-position-manager .row-item .position-item,
.news-position-manager .row-item .position-card {
  margin-bottom: 20px;
  max-width: 230px;
}
.news-position-manager .row-item .suggest-item:hover,
.news-position-manager .row-item .position-item:hover,
.news-position-manager .row-item .position-card:hover {
  cursor: move;
}
.news-position-manager .row-item .suggest-item .avatar,
.news-position-manager .row-item .position-item .avatar,
.news-position-manager .row-item .position-card .avatar {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.news-position-manager .row-item .suggest-item .publish-date,
.news-position-manager .row-item .position-item .publish-date,
.news-position-manager .row-item .position-card .publish-date {
  color: #8e8e8e;
}
.news-position-manager .row-item .suggest-item .publish-date > span,
.news-position-manager .row-item .position-item .publish-date > span,
.news-position-manager .row-item .position-card .publish-date > span {
  font-size: 12px;
  margin-right: 10px;
}
.news-position-manager .row-item .suggest-item .publish-date > span:last-child,
.news-position-manager .row-item .position-item .publish-date > span:last-child,
.news-position-manager .row-item .position-card .publish-date > span:last-child {
  margin-right: 0;
}
.news-position-manager .row-item .suggest-item .news-title,
.news-position-manager .row-item .position-item .news-title,
.news-position-manager .row-item .position-card .news-title {
  font-size: 16px;
  line-height: 1.4;
  color: #2d2d2d;
  margin-top: 10px;
  font-weight: 600;
}
.news-position-manager .row-item .suggest-item .news-sapo,
.news-position-manager .row-item .position-item .news-sapo,
.news-position-manager .row-item .position-card .news-sapo {
  font-size: 16px;
  color: #6c6c6c;
  margin-top: 10px;
  display: none;
}
.news-position-manager .row-item .moving {
  max-width: 230px;
  width: 210px;
  z-index: 100;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: dotted 1px #cccccc;
  opacity: 0.8;
}
.news-position-manager .row-item .display-order {
  background: #4caafd;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
}

.news-edit-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.news-media-select {
  position: relative;
  display: none;
}
.news-media-select input[type=file] {
  opacity: 0;
  position: absolute;
}
.news-media-select.show {
  display: block;
}
.news-media-select .select-crop-media {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 1px;
  height: 100%;
  width: 980px;
  min-width: 300px;
  background: #ffffff;
  transition: transform ease-out 300ms;
  -webkit-transition: -webkit-transform ease-out 300ms;
  -moz-transition: -moz-transform ease-out 300ms;
  box-shadow: #999 7px 0px 11px -8px inset;
}
.news-media-select .select-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.news-media-select .media-select-container {
  width: 980px;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  min-width: 310px;
  box-shadow: #999 7px 0px 11px -8px inset;
  -webkit-box-shadow: #999 7px 0px 11px -8px inset;
  -moz-box-shadow: #999 7px 0px 11px -8px inset;
}
.news-media-select .close-button {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/close-icon.png) no-repeat center center transparent;
  cursor: pointer;
  opacity: 0.8;
  text-indent: -9999px;
  transition: all 0.2s ease;
}
.news-media-select .close-button:hover {
  transform: rotate(90deg);
  opacity: 1;
}
.news-media-select .crop-image-container {
  position: relative;
  min-height: 450px;
  margin: 0 0 10px 0;
  /*overflow: hidden;*/
}
.news-media-select .crop-image-container .crop-image-actions {
  margin: 10px;
  text-align: center;
  justify-content: center;
}
.news-media-select .crop-image-container .crop-image-actions button {
  width: 120px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 7px 15px;
  outline: medium none;
  text-align: center;
  vertical-align: baseline;
  color: #ffffff;
}
.news-media-select .crop-image-container .crop-image-actions .btn-select-image {
  border: 1px solid #0076a3;
  background: -moz-linear-gradient(center top, #00adee, #0078a5) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #00adee, #0078a5) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.news-media-select .crop-image-container .crop-image-actions .btn-crop-image {
  margin-left: 20px;
  border: 1px solid #08a349;
  background: -moz-linear-gradient(center top, #14ee17, #0ca527) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #14ee17, #0ca527) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.news-media-select .crop-image-container .crop-image-wrapper {
  position: relative;
  background: #000000;
  max-height: 450px;
}
@media (min-width: 768px) {
  .news-media-select .crop-image-container .crop-image-wrapper {
    min-height: 450px;
  }
}
.news-media-select .list-crop-image-container {
  position: relative;
  display: flex;
}
.news-media-select .list-crop-image-container .avatar-info {
  padding: 0px 20px;
  float: right;
}
.news-media-select .list-crop-image-container .avatar-info span {
  display: block;
  text-align: right;
  font-size: 14px;
}
.news-media-select .list-crop-image-container .avatar-item {
  background-color: #000000;
  background-image: none !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 5px solid #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  height: 100px;
  margin-right: 0;
  margin-bottom: 10px;
  opacity: 0.8;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.news-media-select .list-crop-image-container .avatar-item img {
  height: 100px;
  object-fit: cover;
}
.news-media-select .list-crop-image-container .avatar-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ff8700;
}
.news-media-select .list-crop-image-container .avatar-item.avatar img {
  width: 150px;
}
.news-media-select .list-crop-image-container .avatar-item.avatar-34 img {
  width: 75px;
}
.news-media-select .list-crop-image-container .avatar-item.avatar-11 img {
  width: 100px;
}
.news-media-select .list-crop-image-container .avatar-item.avatar-fb img {
  width: 190px;
}
.news-media-select .list-crop-image-container .avatar-item .remove {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -99999px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-position: -45px 0;
  background-image: url(../images/avatar-btn.png);
}
.news-media-select .list-crop-image-container .avatar-item:hover .remove {
  background-position: -45px -20px;
}
.news-media-select .select-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  height: 40px;
  text-transform: uppercase;
  color: #6b635b;
  box-shadow: #999 7px 0px 11px -8px inset;
  -webkit-box-shadow: #999 7px 0px 11px -8px inset;
  -moz-box-shadow: #999 7px 0px 11px -8px inset;
}
.news-media-select .content-wrapper {
  height: calc(100% - 92px);
  padding: 10px;
  margin: 0;
  position: relative;
  overflow-y: auto;
}
.news-media-select .upload-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background: #f3f3f3;
  padding: 10% 0;
  border-radius: 12px 12px 0 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.15s linear;
}
.news-media-select .upload-area .btn {
  min-width: 180px;
}
.news-media-select .upload-area .btn i {
  margin-right: 5px;
}
.news-media-select .select-footer {
  z-index: 100;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  background: #eee;
  border-top: 1px solid #cccccc;
  box-shadow: #999 7px 0px 11px -8px inset;
  -webkit-box-shadow: #999 7px 0px 11px -8px inset;
  -moz-box-shadow: #999 7px 0px 11px -8px inset;
}
.news-media-select .select-footer .btn-default {
  margin: 0 10px 0 0;
}
.news-media-select .select-footer .btn-default.submit {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  border: 1px solid #2f5bb7;
  color: #ffffff;
}

.royalty-form-popup {
  z-index: 999;
}
.royalty-form-popup .cms-modal-wrapper {
  max-height: 92%;
  width: 60%;
}
.royalty-form-popup .cms-modal-wrapper .btn-close,
.royalty-form-popup .cms-modal-wrapper .close-button {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/close-icon.png) no-repeat center center transparent;
  cursor: pointer;
  opacity: 0.8;
  text-indent: -9999px;
  transition: all 0.2s ease;
}
.royalty-form-popup .cms-modal-wrapper .btn-close:hover,
.royalty-form-popup .cms-modal-wrapper .close-button:hover {
  transform: rotate(90deg);
  opacity: 1;
}
.royalty-form-popup .cms-modal-content {
  overflow-y: auto;
  padding: 0;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.royalty-form-popup .royalty-form {
  height: 100%;
}
.royalty-form-popup .royalty-form .form-group label {
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
}
.royalty-form-popup .royalty-form .form-group label.require::after, .royalty-form-popup .royalty-form .form-group label.required::after {
  content: " *";
  color: #ed143d;
}
.royalty-form-popup .royalty-form .form-group .rz-dropdown-label {
  font-weight: 400;
}
.royalty-form-popup .royalty-form .form-group .dropdown-select-search, .royalty-form-popup .royalty-form .form-group select {
  padding: 6px;
  height: 35px;
}
.royalty-form-popup .form-footer,
.royalty-form-popup .form-header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.royalty-form-popup .form-footer .list-header,
.royalty-form-popup .form-header .list-header {
  margin: 0;
}
.royalty-form-popup .form-footer .btn-close,
.royalty-form-popup .form-header .btn-close {
  right: 5px;
  left: auto;
  top: 8px;
}
.royalty-form-popup .form-header {
  height: auto;
}
.royalty-form-popup .form-header .title-header {
  padding: 10px 0;
  margin: 0;
}
.royalty-form-popup .form-body {
  padding: 20px 30px;
  height: calc(100% - 100px);
}
.royalty-form-popup .form-body .dropdown-coeftype {
  position: relative;
}
.royalty-form-popup .form-body .dropdown-coeftype .dropdown-toggle {
  width: 100%;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  height: 30px;
  margin-top: -5px;
}
.royalty-form-popup .form-body .dropdown-coeftype .dropdown-toggle::after {
  margin-top: 13px;
  margin-right: 13px;
  float: right;
}
.royalty-form-popup .form-body .coeftype-items {
  right: 0;
  overflow: auto;
  max-height: 325px;
  background: #fff;
  padding: 0;
  top: 0px !important;
  border-radius: 0;
  margin: 0;
  z-index: 1;
}
.royalty-form-popup .form-body .coeftype-items .type-item {
  background: #fff;
}
.royalty-form-popup .form-body .coeftype-items .type-item.selected {
  color: #ffffff;
  background: #2ea2c7;
}
.royalty-form-popup .form-body .coeftype-items .type-item.selected .type-name, .royalty-form-popup .form-body .coeftype-items .type-item.selected .type-desc {
  color: #ffffff;
}
.royalty-form-popup .form-body .coeftype-items .type-name {
  display: block;
  font-weight: 400;
  color: #000000;
}
.royalty-form-popup .form-body .coeftype-items .type-desc {
  font-weight: normal;
  display: block;
  padding-left: 20px;
  color: gray;
  font-size: 13px;
}
.royalty-form-popup .form-body .coeftype-items .select-item {
  padding: 10px;
  transition: background 0.1s ease;
  display: block;
}
.royalty-form-popup .form-body .coeftype-items .select-item:hover {
  color: #ffffff;
  background: #2ea2c7;
}
.royalty-form-popup .form-body .coeftype-items .select-item:hover .type-name, .royalty-form-popup .form-body .coeftype-items .select-item:hover .type-desc {
  color: #ffffff;
}
.royalty-form-popup .form-footer {
  border-top: 1px solid #ddd;
}
.royalty-form-popup .form-footer footer {
  background: none;
}
.royalty-form-popup .form-footer footer .btn-default {
  margin: 0 5px;
  min-width: 70px;
}

.cms-modal-box .cms-modal-content .royalty-message {
  display: block;
}
.cms-modal-box .cms-modal-content .royalty-message .question {
  display: inline-block;
  vertical-align: middle;
}
.cms-modal-box .cms-modal-content .royalty-message .confirm-msg {
  display: inline-block;
}
.cms-modal-box .cms-modal-content .royalty-message .confirm-royalty-title {
  font-weight: 600;
  padding: 0 10px 0 45px;
}
.cms-modal-box .cms-modal-content .royalty-message .confirm-royalty-desc {
  font-size: 13px;
  color: #808080;
  padding: 0 10px 0 45px;
}

.cms-modal-container header {
  height: 40px;
  border-bottom: solid 1px #c8c8cc;
  color: #666;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 8px 10px;
  position: relative;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f2f2f2;
  text-align: left;
}
.cms-modal-container header .text-header {
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 500;
}
.cms-modal-container header .btn_close {
  outline: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  background: url(../images/modal_close_icon.png) center center no-repeat;
  height: 24px;
  width: 24px;
  opacity: 0.8;
  cursor: pointer;
}
.cms-modal-container header .btn_close:active, .cms-modal-container header .btn_close:focus, .cms-modal-container header .btn_close:hover {
  outline: none;
  box-shadow: none;
  opacity: 1;
}
.cms-modal-container footer {
  border-top: solid 1px #c8c8cc;
  height: auto;
  padding: 10px 0;
  text-align: right;
  background-color: #f2f2f2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cms-modal-container footer button, .cms-modal-container footer .btn-default {
  font-size: 13px;
  margin-left: 5px;
}
.cms-modal-container .cms-modal-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 90%;
  width: 700px;
  border-radius: 4px;
  flex-direction: column;
}
.cms-modal-container .news-temp-body {
  width: 100%;
  height: calc(100% - 92px);
  padding: 20px;
  font-size: 16px;
}
.cms-modal-container .news-temp-body .inner-content {
  overflow: auto;
  height: 100%;
}

#PostBomdPopup.show ~ .postions-wrap {
  display: none !important;
}
#PostBomdPopup .plugin-wrapper {
  width: 420px !important;
  left: 60px !important;
  right: auto;
}
#PostBomdPopup .suggest-item .close-button {
  top: 50% !important;
  right: 0 !important;
  left: unset !important;
  transform: translate(0, -50%) !important;
}
#PostBomdPopup .plugin-header .close-button {
  left: unset !important;
  right: 10px !important;
}
#PostBomdPopup .popup-overlay {
  top: 113px !important;
  width: calc(100% - 360px) !important;
}
#PostBomdPopup .plugin-wrapper {
  top: 113px !important;
  height: calc(100% - 113px) !important;
}
#PostBomdPopup .drop-zone {
  border: 2px dashed #ccc;
  color: #999;
  font-size: 15px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#PostBomdPopup .drop-zone.drag-over {
  background-color: #fffa90;
}
#PostBomdPopup .ui-state-highlight {
  background: #fffa90;
}
#PostBomdPopup .warning-message {
  color: #9F6000;
  background-color: #FEEFB3;
  margin-bottom: 10px;
  padding: 5px;
}
#PostBomdPopup .list-bomb {
  list-style: none;
  padding: 0px;
}

#PositionHistory .plugin-wrapper, #PositionHistory .popup-overlay {
  z-index: 103;
}
#PositionHistory .plugin-wrapper {
  width: 800px !important;
}
#PositionHistory .make-scrollbar {
  width: unset !important;
}
#PositionHistory .royalty-listing {
  border-collapse: collapse;
  border: 1px solid #e2e2e2;
  table-layout: fixed;
  width: 100%;
}
#PositionHistory .royalty-listing thead {
  background-color: #f5f5f5;
}
#PositionHistory .royalty-listing th {
  background-color: #f5f5f5;
  font-size: 13px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
}
#PositionHistory .royalty-listing tr:nth-child(odd) {
  background-color: #ffffff;
}
#PositionHistory .royalty-listing tr:nth-child(even) {
  background-color: #f9f9f9;
}
#PositionHistory .royalty-listing tr td {
  padding: 4px 6px;
  border: 1px solid #e2e2e2;
  background-color: #ffffff !important;
}
#PositionHistory .royalty-listing tr td.number {
  text-align: right;
}
#PositionHistory .btn-view-more {
  background: #ffffff;
  border: solid 1px #d8d8d8;
  outline: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #f5f5f5;
  color: #607180;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 16px;
  display: block;
  cursor: pointer;
  width: 120px;
  margin: 10px auto;
  text-align: center;
}

#FolderBoxControl {
  /* The list style
  -------------------------------------------------------------- */
}
#FolderBoxControl .directory-list {
  margin: 0 !important;
}
#FolderBoxControl .directory-list ul {
  margin-left: 5px;
  padding-left: 5px;
}
#FolderBoxControl .directory-list li {
  list-style: none;
  color: #888;
  font-size: 15px;
  font-weight: normal;
}
#FolderBoxControl .directory-list a {
  border-bottom: 1px solid transparent;
  color: #888;
  text-decoration: none;
  transition: all 0.2s ease;
}
#FolderBoxControl .directory-list a:hover {
  border-color: #eee;
  color: #000;
}
#FolderBoxControl .directory-list .folder {
  color: #777;
  font-weight: bold;
}
#FolderBoxControl .directory-list .folder > a {
  color: #777;
  font-weight: bold;
}
#FolderBoxControl .content-directory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
#FolderBoxControl .content-directory:hover {
  background-color: #f0f0f0;
}
#FolderBoxControl .content-directory .menu-item-name {
  cursor: pointer;
  width: 100%;
  padding: 5px 0;
  color: #666666;
}
#FolderBoxControl .content-directory .menu-action {
  position: absolute;
  right: 25px;
}
#FolderBoxControl .content-directory .menu-action:not(.editable-action) {
  display: none;
}
#FolderBoxControl .content-directory .menu-action .menu-action-item {
  padding: 0 5px !important;
  font-size: 13px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #666666;
}
#FolderBoxControl .content-directory:hover .menu-action {
  display: flex;
  align-items: center;
}
#FolderBoxControl .content-directory .editable-action {
  display: flex;
  align-items: center;
}
#FolderBoxControl .folder-name-input {
  width: 100%;
  max-width: 140px;
  height: 30px;
  padding-left: 5px;
  margin-left: 5px;
}
#FolderBoxControl ul, #FolderBoxControl #myUL {
  list-style-type: none;
}
#FolderBoxControl #myUL {
  margin: 0;
  padding: 0;
}
#FolderBoxControl .caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
#FolderBoxControl .caret::before {
  content: "▶";
  color: black;
  display: inline-block;
  margin-right: 6px;
}
#FolderBoxControl .caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
#FolderBoxControl .nested {
  display: none;
}
#FolderBoxControl .active {
  display: block;
}
#FolderBoxControl .control-body .border-secondary .row:hover > .postItem-action {
  display: block;
  text-align: right;
}
#FolderBoxControl .control-body .border-secondary .postItem-action {
  display: none;
  position: absolute;
  top: 0px;
}
#FolderBoxControl .suggest-list {
  position: absolute;
  width: 175px;
  height: fit-content;
  max-height: 200px;
  overflow: auto;
  top: 35px;
  z-index: 2;
  left: 10px;
  margin: 0;
  padding: 0;
}
#FolderBoxControl .suggest-list .suggest-list-item {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #ffffff;
  color: #2c2c2c;
}
#FolderBoxControl .suggest-list .suggest-list-item:hover {
  background-color: #007BFF !important;
  color: #ffffff !important;
}

#bodyMediaListing .listing-item {
  position: relative;
}
#bodyMediaListing .blazor-context-menu {
  position: absolute !important;
  left: 50px !important;
  top: 50px !important;
}

.media-file-manager .item-thumb img {
  max-height: 72px;
  object-fit: cover !important;
}

.royalty-form-popup {
  z-index: 999;
}
.royalty-form-popup .cms-modal-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.royalty-form-popup .cms-modal-wrapper {
  position: relative;
  margin: 0 auto;
  top: auto;
  left: auto;
  transform: none;
  width: 60%;
}
@media (max-width: 1279px) {
  .royalty-form-popup .cms-modal-wrapper {
    width: 80%;
  }
}
.royalty-form-popup .royalty-form {
  height: 100%;
}
.royalty-form-popup .form-body {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.royalty-form-popup .form-body .form-body-inner {
  border-left: 1px solid #ddd;
  padding: 20px 30px;
}
.royalty-form-popup .form-footer,
.royalty-form-popup .form-header {
  height: 50px;
}
.royalty-form-popup .royalty-mark {
  display: grid;
  grid-template-columns: 300px auto;
}
.royalty-form-popup .mark-author .section-content {
  border: 0;
  padding: 10px;
}
.royalty-form-popup .mark-author .section-content .button-group {
  padding: 10px;
}
.royalty-form-popup .mark-author .section-content .button-group .royalty-add-btn {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #2ea2c7 !important;
  color: #ffffff !important;
}
.royalty-form-popup .mark-author .section-content .royalty-min {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.royalty-form-popup .mark-author .section-content .royalty-min:not(:last-child) {
  border-bottom: 1px dashed #c1c1c1;
}
.royalty-form-popup .mark-author .section-content .royalty-min .min-item {
  display: flex;
  margin-right: 10px;
}
.royalty-form-popup .mark-author .section-content .royalty-min .min-item img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.royalty-form-popup .mark-author .section-content .royalty-min .min-item .user-selected {
  color: #2ea2c7 !important;
  font-weight: 600;
}
.royalty-form-popup .mark-author .section-content .royalty-min .royalty-delete-btn {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.post-version-container {
  width: 100%;
}
.post-version-container .version-select {
  align-content: center;
  padding: 15px 0;
  justify-content: center;
  background: #fff;
  border-bottom: solid 1px #dbdbdb;
}
.post-version-container .version-select .filter-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.post-version-container .form-body {
  flex-grow: 1;
  display: flex;
  padding: 30px;
}
.post-version-container .form-body .details {
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding: 5px 10px;
}
.post-version-container .form-body .details > .history {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.post-version-container .form-body .details > .history > .edit-version {
  color: #369;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
}
.post-version-container .form-body .details > .history p {
  margin: 0;
}
.post-version-container .cms-editable-container {
  border: solid 1px #e3e3e3;
  border-radius: 2px;
  background: #fff;
  min-height: 500px;
  padding: 40px 0px 10px 0px;
  width: unset;
  margin: 0 auto;
  flex-shrink: 0;
  overflow-x: hidden;
  height: 100%;
}
.post-version-container .cms-editable-container .title-sapo-info {
  padding: 0 30px;
}
.post-version-container .cms-editable-container .title-sapo-info .txtTitle {
  font-family: Roboto;
  font-size: 28px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #333;
  line-height: 36px;
  font-weight: 700;
  color: #3a3636;
  padding: 0px;
}
.post-version-container .cms-editable-container .title-sapo-info .txtSapo {
  font-family: Roboto;
  font-size: 16px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #252525;
  line-height: 24px;
  font-weight: 700;
  color: #565656;
  margin-top: 20px;
  padding: 0px;
}
.post-version-container .cms-editable-container .editor-wrap {
  padding: 30px 30px 0 30px;
}
.post-version-container .cms-editable-container .vceditor-content {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #252525;
  margin-left: auto;
  margin-right: 30px;
}
.post-version-container .cms-editable-container .vceditor-content {
  width: 640px;
  margin: 0 auto;
  max-width: 100%;
}
.post-version-container .cms-editable-container .vceditor-content {
  margin-left: auto;
  margin-right: 30px;
}
.post-version-container .cms-editable-container .vceditor-content a, .post-version-container .cms-editable-container .vceditor-content .link-inline-content {
  color: #004370 !important;
  text-decoration: none;
}
.post-version-container .cms-editable-container .vceditor-content a:hover, .post-version-container .cms-editable-container .vceditor-content .link-inline-content:hover {
  text-decoration: none;
  border: 0;
}
.post-version-container .version-right,
.post-version-container .version-left {
  width: 50%;
  display: flex;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.post-version-container .version-right > .panel,
.post-version-container .version-left > .panel {
  width: 100%;
  position: relative;
  min-height: 500px;
}

.compare-modal {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.compare-modal .scroll-wrapper > .scroll-wrapper-view {
  padding-right: unset !important;
}
.compare-modal .modal-body {
  flex-grow: 1;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
}
.compare-modal .modal-body .half {
  width: 50%;
  display: flex;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.compare-modal .modal-body > .left.half {
  justify-content: flex-end;
}
.compare-modal .modal-body > .half > .panel {
  width: 100%;
  position: relative;
  min-height: 500px;
}
.compare-modal .modal-body > .half > .panel.no-info {
  justify-content: center;
  align-items: center;
  display: flex;
}
.compare-modal .modal-body .details {
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding: 5px 10px;
}
.compare-modal .modal-body .details > .history {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.compare-modal .modal-body .details > .history > .edit-version {
  color: #336699;
  font-weight: bold;
  cursor: pointer;
}
.compare-modal .modal-body .details > .edit {
  flex-shrink: 0;
}
.compare-modal .ims-editable-container.normal {
  width: unset;
  margin: 0 auto;
  flex-shrink: 0;
  overflow-x: hidden;
}
.compare-modal .ims-editable-container.normal .editor-wrap {
  padding: 30px 30px 0 30px;
}
.compare-modal .ims-editable-container .vceditor-content {
  max-width: 100%;
}
.compare-modal .toolbar.ims-edit-toolbar {
  padding-left: 92px;
}
.compare-modal .toolbar.ims-edit-toolbar > pre {
  margin: auto;
}
.compare-modal .toolbar > .half {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.compare-modal .toolbar > .left.half {
  justify-content: flex-end;
}
.compare-modal .toolbar .item {
  padding-left: 5px;
  padding-right: 5px;
}
.compare-modal .timeline {
  background: #fff;
  padding: 20px 0;
  position: relative;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  width: 900px;
  margin: auto;
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.compare-modal .timeline .left {
  flex: none;
  width: 25%;
  padding: 0 15px;
}
.compare-modal .timeline .left .left-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}
.compare-modal .timeline .left .entry {
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 10px;
  background-color: #f7f7f7;
}
.compare-modal .timeline .left .entry .icon-arrow {
  position: absolute;
  top: -24px;
  left: 48%;
  font-size: 16px;
  color: #8f8f8f;
}
.compare-modal .timeline .left .entry:not(:last-child) {
  margin-bottom: 30px;
}
.compare-modal .timeline .left .entry p {
  line-height: 18px;
  word-wrap: break-word;
}
.compare-modal .timeline .right {
  flex-grow: 1;
  padding: 0 15px;
}
.compare-modal .timeline .right .right-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}
.compare-modal .timeline .right .right-head {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 16px;
}
.compare-modal .timeline .right .right-head .cl1 {
  padding: 5px;
  float: left;
  word-break: break-word;
  line-height: 18px;
  width: 25%;
  text-align: center;
}
.compare-modal .timeline .right .right-head .cl2 {
  padding: 5px;
  float: left;
  word-break: break-word;
  line-height: 18px;
  width: 25%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.compare-modal .timeline .right .right-head .cl3 {
  padding: 5px;
  float: left;
  word-break: break-word;
  line-height: 18px;
  width: 50%;
}
.compare-modal .timeline .right .right-head:nth-child(2n) {
  background-color: #f7f7f7;
}
.compare-modal .timeline .right .right-head a {
  font-weight: bold;
  color: black;
  pointer-events: none;
}
.compare-modal .timeline .right .head {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
.compare-modal .timeline .right .head:nth-child(2n) {
  background-color: #f7f7f7;
}
.compare-modal ins.diffmod {
  text-decoration: none;
  background-color: #d4fcbc;
}
.compare-modal del.diffmod {
  text-decoration: line-through;
  background-color: #fbb6c2;
  color: #555;
}
.compare-modal del.diffmod img {
  opacity: 0.5;
}
.compare-modal .diffmod img {
  margin-bottom: 10px;
}

.safari .compare-modal .modal-body {
  height: 100%;
}

@media screen and (max-width: 900px) {
  body .compare-modal .modal-body {
    flex-grow: 1;
    display: flex;
    padding: 10px;
  }
  body .compare-modal .timeline {
    padding: 30px 5px 0;
    width: 100%;
    max-width: 744px;
  }
}
@media screen and (max-width: 1366px) {
  .compare-modal .ims-editable-container .vceditor-content {
    margin-right: 0px;
  }
}
