

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif
}

label {
  font-weight: 700
}

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

#app,
html {
  height: 100%
}

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

.no-padding {
  padding: 0 !important
}

.padding-content {
  padding: 4px 0
}

a:active,
a:focus {
  outline: none
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none
}

div:focus {
  outline: none
}

.fr {
  float: right
}

.fl {
  float: left
}

.pr-5 {
  padding-right: 5px
}

.pl-5 {
  padding-left: 5px
}

.block {
  display: block
}

.pointer {
  cursor: pointer
}

.inlineBlock {
  display: block
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

aside a {
  color: #337ab7;
  cursor: pointer
}

aside a:hover {
  color: #20a0ff
}

.app-container {
  padding: 20px
}

.components-container {
  margin: 30px 50px;
  position: relative
}

.pagination-container {
  margin-top: 30px
}

.text-center {
  text-align: center
}

.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: position .6s ease;
  transition: position .6s ease;
  background: -webkit-gradient(linear, left top, right top, from(#20b6f9), color-stop(0, #20b6f9), color-stop(100%, #2178f1), to(#2178f1));
  background: linear-gradient(90deg, #20b6f9, #20b6f9 0, #2178f1 100%, #2178f1 0)
}

.sub-navbar .subtitle {
  font-size: 20px;
  color: #fff
}

.sub-navbar.deleted,
.sub-navbar.draft {
  background: #d0d0d0
}

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer
}

.link-type:focus:hover,
.link-type:hover {
  color: #20a0ff
}

.filter-container {
  padding-bottom: 10px
}

.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px
}

.multiselect {
  line-height: 16px
}

.multiselect--active {
  z-index: 1000 !important
}

.showRightPanel {
  overflow: hidden;
  position: relative;
  width: calc(100% - 15px)
}

.rightPanel-background {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(.7, .3, .1, 1);
  transition: opacity .3s cubic-bezier(.7, .3, .1, 1);
  background: rgba(0, 0, 0, .2);
  z-index: -1
}

.rightPanel {
  width: 100%;
  max-width: 260px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all .25s cubic-bezier(.7, .3, .1, 1);
  transition: all .25s cubic-bezier(.7, .3, .1, 1);
  -webkit-transform: translate(100%);
  transform: translate(100%);
  background: #fff;
  z-index: 40000
}

.show {
  -webkit-transition: all .3s cubic-bezier(.7, .3, .1, 1);
  transition: all .3s cubic-bezier(.7, .3, .1, 1)
}

.show .rightPanel-background {
  z-index: 20000;
  opacity: 1;
  width: 100%;
  height: 100%
}

.show .rightPanel {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.handle-button {
  width: 48px;
  height: 48px;
  position: absolute;
  left: -48px;
  text-align: center;
  font-size: 24px;
  border-radius: 6px 0 0 6px !important;
  z-index: 0;
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
  line-height: 48px
}

.handle-button i {
  font-size: 24px;
  line-height: 48px
}

.app-main {
  min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden
}

.fixed-header+.app-main {
  padding-top: 50px
}

.hasTagsView .app-main {
  min-height: calc(100vh - 84px)
}

.hasTagsView .fixed-header+.app-main {
  padding-top: 84px
}

.el-popup-parent--hidden .fixed-header {
  padding-right: 15px
}

.app-breadcrumb.el-breadcrumb {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px
}

.app-breadcrumb.el-breadcrumb .no-redirect {
  color: #97a8be;
  cursor: text
}

.hamburger {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px
}

.hamburger.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.message-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding-right: 8px
}

.screenfull-svg {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;
  width: 20px;
  height: 20px;
  vertical-align: 10px
}

.header-search {
  font-size: 0 !important
}

.header-search .search-icon {
  cursor: pointer;
  font-size: 18px;
  vertical-align: middle
}

.header-search .header-search-select {
  font-size: 18px;
  -webkit-transition: width .2s;
  transition: width .2s;
  width: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle
}

.header-search .header-search-select .el-input__inner {
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle
}

.header-search.show .header-search-select {
  width: 210px;
  margin-left: 10px
}

.navbar {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
  box-shadow: 0 1px 4px rgba(0, 21, 41, .08)
}

.navbar .hamburger-container {
  line-height: 46px;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-tap-highlight-color: transparent
}

.navbar .hamburger-container:hover {
  background: rgba(0, 0, 0, .025)
}

.navbar .breadcrumb-container {
  float: left
}

.navbar .errLog-container {
  display: inline-block;
  vertical-align: top
}

.navbar .right-menu {
  float: right;
  height: 100%;
  line-height: 50px
}

.navbar .right-menu:focus {
  outline: none
}

.navbar .right-menu .right-menu-item {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom
}

.navbar .right-menu .right-menu-item.hover-effect {
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s
}

.navbar .right-menu .right-menu-item.hover-effect:hover {
  background: rgba(0, 0, 0, .025)
}

.navbar .right-menu .avatar-container {
  margin-right: 30px
}

.navbar .right-menu .avatar-container .avatar-wrapper {
  margin-top: 5px;
  position: relative
}

.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px
}

.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 25px;
  font-size: 12px
}

.theme-message,
.theme-picker-dropdown {
  z-index: 99999 !important
}

.theme-picker .el-color-picker__trigger {
  height: 26px !important;
  width: 26px !important;
  padding: 2px
}

.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none
}

.drawer-container {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word
}

.drawer-container .drawer-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  line-height: 22px
}

.drawer-container .drawer-item {
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  padding: 12px 0
}

.drawer-container .drawer-switch {
  float: right
}

.sidebarLogoFade-enter-active {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s
}

.sidebarLogoFade-enter,
.sidebarLogoFade-leave-to {
  opacity: 0
}

.sidebar-logo-container {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2b2f3a;
  text-align: center;
  overflow: hidden
}

.sidebar-logo-container .sidebar-logo-link {
  height: 100%;
  width: 100%
}

.sidebar-logo-container .sidebar-logo-link .sidebar-logo {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 12px
}

.sidebar-logo-container .sidebar-logo-link .sidebar-title {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  font-size: 14px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle
}

.sidebar-logo-container.collapse .sidebar-logo {
  margin-right: 0
}

.scroll-container {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%
}

.scroll-container .el-scrollbar__bar {
  bottom: 0
}

.scroll-container .el-scrollbar__wrap {
  height: 49px
}

.tags-view-container {
  height: 34px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8dce5;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04)
}

.tags-view-container .tags-view-wrapper .tags-view-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d8dce5;
  color: #495060;
  background: #fff;
  padding: 0 8px;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 4px
}

.tags-view-container .tags-view-wrapper .tags-view-item:first-of-type {
  margin-left: 15px
}

.tags-view-container .tags-view-wrapper .tags-view-item:last-of-type {
  margin-right: 15px
}

.tags-view-container .tags-view-wrapper .tags-view-item.active {
  background-color: #42b983;
  color: #fff;
  border-color: #42b983
}

.tags-view-container .tags-view-wrapper .tags-view-item.active:before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-right: 2px
}

.tags-view-container .contextmenu {
  margin: 0;
  background: #fff;
  z-index: 3000;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
}

.tags-view-container .contextmenu li {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer
}

.tags-view-container .contextmenu li:hover {
  background: #eee
}

.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.tags-view-wrapper .tags-view-item .el-icon-close:before {
  -webkit-transform: scale(.6);
  transform: scale(.6);
  display: inline-block;
  vertical-align: -3px
}

.tags-view-wrapper .tags-view-item .el-icon-close:hover {
  background-color: #b4bccc;
  color: #fff
}

:export {
  menuText: #bfcbd9;
  menuActiveText: #409eff;
  subMenuActiveText: #f4f4f5;
  menuBg: #304156;
  menuHover: #263445;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px
}

.app-wrapper {
  position: relative;
  height: 100%;
  width: 100%
}

.app-wrapper:after {
  content: "";
  display: table;
  clear: both
}

.app-wrapper.mobile.openSidebar {
  position: fixed;
  top: 0
}

.drawer-bg {
  background: #000;
  opacity: .3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 210px);
  -webkit-transition: width .28s;
  transition: width .28s
}

.hideSidebar .fixed-header {
  width: calc(100% - 54px)
}

.mobile .fixed-header {
  width: 100%
}

.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  fill: currentColor;
  overflow: hidden
}

.svg-external-icon {
  background-color: currentColor;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  display: inline-block
}
