@charset "UTF-8";
body {
  margin: 0;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* background-color: #2f4050; */
  background-color: #212d38;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
  min-width: 1400px;
  overflow-x: auto;
}

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.autoLoginLoading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.autoLoginLoading .loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
}

.autoLoginLoading .loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.autoLoginLoading .loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

#lodopPrintTip {
  position: fixed;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.5);
}
.is-opened {
  border-left: 4px solid #3b91fd;
}
.is-opened .el-submenu__title {
  background: #0c1319 !important;
}
.el-submenu.is-opened span {
  color: #fff;
}
.el-submenu.is-opened i {
  color: #fff;
}

.btn {
  cursor: pointer;
}

.vc {
  width: 100%;
  overflow-x: hidden;
}

* {
  word-break: break-all;
}

.margin-left-20 {
  margin-left: 20px;
}

.text-center {
  text-align: center;
}

.java110_loading {
  width: 100%;
  height: 100%;
  z-index: 2300;
  position: fixed;
}

.java110_step {
  width: 80%;
  margin: 20px auto 50px auto;
}

.no_display {
  display: none;
}

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

h2 {
  font-size: 24px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

h3 {
  font-size: 16px;
}

.block {
  display: block;
}

.arrow {
  float: right;
}

.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
}

.navbar-static-side {
  z-index: 1;
  position: absolute;
  width: 220px;
}

.nav.metismenu > li {
  display: block;
  width: 100%;
  position: relative;
}

.nav.metismenu .dropdown-menu > li > a {
  padding: 3px 20px;
  display: block;
}

.nav.navbar-right > li > a {
  color: #999c9e;
}

.nav > li.active > a {
  color: #ffffff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}

.vc .nav-header {
  transition: all 0.4s;
}

.nav-header {
  padding: 0 25px;
  background-color: #182633;
  /* background-color: #2f4050; */
  /* background-image: url(patterns/header-profile.png); */
  display: flex !important;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  height: 80px;
  cursor: pointer;
}

.nav-header img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.nav-header a {
  color: #dfe4ed;
}

.nav.sideNav {
  /* max-height: calc(100vh - 90px); */
  /* overflow: auto; */
}
/* .nav.sideNav::-webkit-scrollbar {
  height: 0;
  width: 0;
  color: transparent;
} */
.nav.sideNav > li {
  width: 100%;
}

.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0;
  width: 100%;
}

body.mini-navbar.fixed-sidebar .profile-element,
.block {
  display: block !important;
}

.fixed-sidebar.mini-navbar .nav-second-level.collapsing li a,
.nav-second-level.collapsing li a {
  min-width: 220px;
}

.body-small .nav-second-level.collapsing li a,
.mini-navbar .nav-second-level.collapsing li a {
  min-width: 140px;
}

.nav-third-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li .nav-third-level li a {
  padding-left: 62px;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar
  .nav
  li:hover
  > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 160px;
  height: auto;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}

.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

.mini-navbar .nav .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2f4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}

.canvas-menu.mini-navbar .nav-second-level {
  background: #293846;
}

.mini-navbar li.active .nav-second-level {
  left: 65px;
}

body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small
  .navbar-fixed-top {
  left: 220px;
}

body.mini-navbar .navbar-static-side {
  width: 70px;
}

body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none;
}

body.canvas-menu .profile-element {
  display: block;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none;
}

body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}

body.mini-navbar .logo-element {
  display: block;
}

body.canvas-menu .logo-element {
  display: none;
}

body.mini-navbar .nav-header {
  padding: 0;
  /* background-color: #1ab394; */
  background-color: #3b91fd;
}

body.canvas-menu .nav-header {
  padding: 33px 25px;
}

body.mini-navbar #vc-page {
  margin: 0 0 0 70px;
}

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}

body.canvas-menu.mini-navbar #vc-page,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

body.fixed-sidebar.mini-navbar #vc-page {
  margin: 0 0 0 0;
}

body.body-small.fixed-sidebar.mini-navbar #vc-page {
  margin: 0 0 0 220px;
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}

body.fixed-sidebar.mini-navbar
  .navbar-default
  .nav
  > li
  > .nav-second-level
  li
  a {
  font-size: 12px;
  border-radius: 3px;
}

body.canvas-menu.mini-navbar
  .navbar-default
  .nav
  > li
  > .nav-second-level
  li
  a {
  font-size: 13px;
  border-radius: 3px;
}

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0;
}

body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px;
}

.top-navigation.mini-navbar #vc-page,
.top-navigation.body-small.fixed-sidebar.mini-navbar #vc-page,
.mini-navbar .top-navigation #vc-page,
.body-small.fixed-sidebar.mini-navbar .top-navigation #vc-page,
.canvas-menu #vc-page {
  margin: 0;
}

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px;
}

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important;
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px;
}

body.mini-navbar .branding {
  display: none;
}

body.mini-navbar.fixed-sidebar .profile-element,
.block {
  display: block !important;
}

body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px;
}

body.mini-navbar.fixed-sidebar .logo-element {
  display: none;
}

.mini-navbar .metismenu .collapse {
  opacity: 0;
}

.mini-navbar .metismenu .collapse.in {
  opacity: 1;
}

.mini-navbar .metismenu .collapse a {
  display: none;
}

.mini-navbar .metismenu .collapse.in a {
  display: block;
}

body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}

body.rtls.mini-navbar #vc-page {
  margin: 0 70px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar #vc-page {
  margin: 0 0 0 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar #vc-page {
  margin: 0 220px 0 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}

body.rtls .top-navigation #vc-page,
body.rtls.mini-navbar .top-navigation #vc-page,
body.rtls.mini-navbar.top-navigation #vc-page {
  margin: 0;
}

.body-small.rtls.mini-navbar .navbar-static-side {
  display: block;
}

.rtls.fixed-sidebar.body-small .navbar-static-side {
  display: none;
  z-index: 2001;
  position: fixed;
  width: 220px;
}

.rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
  display: block;
}

.rtls .ltr-support {
  direction: ltr;
}

.rtls.mini-navbar .nav-second-level,
.rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px;
}

.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}

.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}

.skin-2.mini-navbar .nav-header {
  background: #213a53;
}

.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}

.md-skin .mini-navbar .nav-second-level {
  background-color: inherit;
}

.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}

.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}

.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f8f8f9;
}

.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}

.md-skin.mini-navbar.fixed-sidebar .nav-second-level li a {
  padding-left: 52px;
}

.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

.md-skin.fixed-sidebar.mini-navbar #vc-page {
  margin: 0 0 0 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar #vc-page {
  margin: 0 0 0 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  background-color: #ffffff;
}

.body-small.mini-navbar .navbar-static-side {
  display: block;
}

.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
  display: block;
}

.m-t-xs {
  margin-top: 5px;
}

.font-bold {
  font-weight: 600;
}

.nav > li.active {
  border-left: 4px solid #3b91fd;
  /* background: #293846; */
  background: #182633;
}

.nav > li.noChlid.active {
  background: #293846;
}

.nav > li.active > a {
  color: #ffffff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}

.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}

.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
  display: block;
}

.nav > li > a i {
  /* margin-right: 6px; */
  /* font-size: 16px; */
}

.nav > li > a .fa {
  margin-right: 3px;
  font-size: 16px;
}

.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 0.25em;
  line-height: 1;
  white-space: nowrap;
}

.label-primary,
.badge-primary {
  /* background-color: #1ab394; */
  background-color: #3b91fd;
  color: #ffffff;
}

.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 0px;
  top: 12px;
  border-radius: 12px;
}

.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #ffffff;
}

.nav .label,
.ibox .label {
  font-size: 10px;
}

.ibox-title .label {
  margin-left: 4px;
}

.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

.metismenu .collapse.in {
  display: block;
}

.metismenu .collapse {
  display: none;
}

ul.nav-second-level {
  /* background: #293846; */
  background: #182633;
}

.nav-second-level li:last-child {
  padding-bottom: 10px;
}

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 52px;
}

/************************************************page********************************************************/
.vc-body .nav-header {
  transition: all 0.4s;
}

.vc-body .navbar-static-side,
.vc-body .nav-header,
.vc-body li.active,
.vc-body #vc-page,
.vc-body .footer {
  /* -webkit-transition: all 0.4s; */
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* transition: all 0.4s; */
}

#vc-page {
  /* position: inherit; */
  margin: 0 0 0 220px;
  min-height: 100vh;
  padding: 0 0px;
  position: relative;
}

.gray-bg,
.bg-muted {
  background-color: #f3f3f4;
}

.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}

.navbar.navbar-static-top {
  padding: 0;
  width: 100%;
  align-items: inherit;
}

.navbar {
  border: 0;
}

.navbar-fixed-top,
.navbar-static-top {
  background: #f3f3f4;
}

/*************************************btn****************************************/
.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left;
}

.btn {
  border-radius: 3px;
  font-size: inherit;
}

.btn-primary {
  color: #fff;
  /* background-color: #1ab394;
  border-color: #1ab394; */
  background-color: #3b91fd;
  border-color: #3b91fd;
}

.btn-xs {
  font-size: 12px;
  padding: 2px 10px;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

.btn-reset {
  background: white;
  border: 1px solid #b8bec3;
  margin-right: 10px;
}
.btn-reset .fa-refresh {
  color: #3b91fd !important;
}

.btn-cancel {
  background: white;
  border: 1px solid #b8bec3;
  color: #333333;
  /* margin-right: 10px; */
}
.btn-cancel:hover {
  background: rgb(92, 178, 248, 0.3);
  border: 1px solid rgb(92, 178, 248);
  color: #0069d9;
  /* margin-right: 10px; */
}
.btn-cancel .fa-times {
  font-size: 14px;
  color: #fa7f7f !important;
  margin-right: 2px;
}

.el-button--small2 {
  font-size: 13px !important;
  padding: 8px 10px !important;
}

.nav.navbar-top-links .dropdown-toggle::after {
  display: none;
}

.navbar-right {
  margin-right: -15px;
}

.navbar-top-links li {
  display: inline-block;
  align-self: center;
}

.navbar-top-links li:last-child {
  margin-right: 30px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.nav.navbar-right > li > a {
  color: #999c9e;
}

.nav.navbar-top-links a {
  font-size: 14px;
}

.navbar-top-links li a {
  padding: 20px 15px;
  min-height: 50px;
}

.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.profile-element .dropdown-toggle::after {
  display: none;
}

.navbar-static-top .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
  display: block;
  padding: 3px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1ab394;
  outline: 0;
}

.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.dropdown-item {
  width: auto;
}

.link-block a {
  font-size: 10px;
  color: inherit;
}

.text-muted {
  color: #888888 !important;
}

.m-r-sm {
  margin-right: 10px;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-static-top .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  margin-left: auto;
}

.dropdown-messages,
.dropdown-alerts {
  padding: 10px 10px 10px 10px;
}

.link-block {
  font-size: 12px;
  padding: 10px;
}

.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}

.nav.navbar-top-links .link-block a {
  font-size: 12px;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.vc-wrapper {
  padding: 0 20px;
}

.vc-content {
  padding: 20px 20px 40px;
}

.white-bg {
  background-color: #ffffff;
}

.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}

.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
}

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: none;
}

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  text-align: right;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  overflow: auto;
}

.ibox-content {
  clear: both;
}

/* .modal-backdrop {
  z-index: 2040 !important;
}

.modal {
  z-index: 2050 !important;
} */
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

/* .modal-dialog {
  z-index: 2200;
} */
.modal-body {
  padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
  background: #f8fafb;
}

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
  display: block;
}

.modal-height {
  height: 560px !important;
  overflow-y: auto !important;
}

.modal-btn-area {
  display: flex;
  justify-content: flex-end;
}

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.inmodal .modal-title {
  font-size: 26px;
}

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

.modal-footer {
  margin-top: 0;
}

body.modal-open {
  padding-right: inherit !important;
}

body.modal-open .animated {
  animation-fill-mode: initial;
  /* z-index: inherit; */
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.table > thead > tr > th {
  border-top: 0;
}

.table-no-data {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0 !important;
  color: rgb(129, 129, 129);
  border-top: none !important;
}

.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.no-margins {
  margin: 0 !important;
}

h1 {
  font-size: 30px;
}

.stat-percent {
  float: right;
}

.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #ffffff;
}

.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}

.space-25 {
  margin: 25px 0;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-navy {
  color: #1ab394 !important;
}

.category-list li {
  display: block;
}

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

.category-list li a .text-navy {
  color: #1ab394;
}

.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}

.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}

table.table-mail tr td {
  padding: 12px;
}

.table-mail .check-mail {
  padding-left: 20px;
}

.table-mail .mail-date {
  padding-right: 20px;
}

.star-mail,
.check-mail {
  width: 40px;
}

.fileinput > .file {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.delete_button {
  color: #dc3545;
}

.java110_loading {
  width: 100%;
  height: 100%;
  z-index: 2300;
  position: fixed;
}

.java110_loading > div {
  margin: 70px auto;
}

.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.sk-spinner-wave div {
  /* background-color: #1ab394; */
  background-color: #3b91fd;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.wizard > .actions .vc_disabled a,
.wizard > .actions .vc_disabled a:hover,
.wizard > .actions .vc_disabled a:active {
  background: #fff;
  color: #888;
}

.wizard > .steps .vc_disabled a,
.wizard > .steps .vc_disabled a:hover,
.wizard > .steps .vc_disabled a:active {
  background: #fff;
  color: #888;
  cursor: default;
}

.wizard > .steps > ul > li {
  width: 33.33%;
}

.java110_step {
  width: 80%;
  margin: 20px auto 50px auto;
}

.form-group span.required {
  color: #f00;
  font-size: 100%;
}

/**  修复select2 和 modal bug  **/
.select2-dropdown {
  z-index: 10050 !important;
}

.select2-drop {
  z-index: 10050 !important;
}

.select2-search-choice-close {
  margin-top: 0 !important;
  right: 2px !important;
  min-height: 10px;
}

.select2-search-choice-close:before {
  color: black !important;
}

/*防止select2不会自动失去焦点*/
.select2-container {
  /* z-index: 16000 !important; */
  width: 100%;
}

.select2-drop-mask {
  z-index: 15990 !important;
}

.select2-drop-active {
  z-index: 15995 !important;
}

.uploadImage img {
  border-radius: 8px;
  /*margin-right: 10px;*/
}

.uploadImage .uploadButton {
  width: 100px;
  height: 100px;
  border: 1px dashed #888;
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
}

.uploadImage .uploadButton i {
  font-size: 24px;
  color: #888;
}

/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px;
}

.file-manager h5 {
  text-transform: uppercase;
}

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}

.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

.category-list li {
  display: block;
}

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

.category-list li a .text-navy {
  color: #1ab394;
}

.category-list li a .text-primary {
  color: #1c84c6;
}

.category-list li a .text-info {
  color: #23c6c8;
}

.category-list li a .text-danger {
  color: #ef5352;
}

.category-list li a .text-warning {
  color: #f8ac59;
}

.file-manager h5.tag-title {
  margin-top: 20px;
}

.tag-list li {
  float: left;
}

.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.file-manager .hr-line-dashed {
  margin: 15px 0;
}

.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}

.file .icon {
  padding: 15px 10px;
  text-align: center;
}

.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}

.file-control.active {
  text-decoration: underline;
}

.file .icon i {
  font-size: 70px;
  color: #dadada;
}

.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}

.file-name small {
  color: #676a6c;
}

/**
滚动条 处理

**/
::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

.carousel_div1 {
  background: url(../img/login-bg.png) fixed center center;
}

.carousel_div2 {
  background: url(../img/login-bg1.png) fixed center center;
}

.carousel_div3 {
  background: url(../img/BG-A.png) fixed center center;
}

.layer_notice {
  background: #5fb878 none repeat scroll 0 0;
  float: left;
  height: 75px;
  overflow: hidden;
  padding: 10px;
  width: 330px;
}

.layer_notice ul li {
  color: #fff;
}

.video-player {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
}

.video_mask {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.3);
}

#login_carousel {
  background: url(../img/login-bg.png) fixed center center;
  background-size: 100% auto;
}

.login {
  width: 420px;
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  right: 155px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
  box-sizing: border-box;
}

.login h1 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  margin: 0;
}

.login h2 {
  font-size: 20px;
  font-weight: 500;
  color: #5b5b5b;
  line-height: 28px;
  margin-top: 4px;
  margin-bottom: 32px;
}

.login .copyright {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  margin-top: 14px;
}

.form_code {
  position: relative;
}

.form_code .code {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.login_btn {
  width: 100%;
}

.text-white {
  color: whitesmoke;
}

.user {
  width: 330px;
  margin: 0 auto;
  margin-top: 3%;
  border-radius: 4px;
}

.main {
  width: 300px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  text-align: center;
}

a {
  color: #3b91fd;
}

a:hover {
  /* color: aquamarine; */
  color: #9ed4fb;
}

.code {
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.form_code {
  position: relative;
}

.form_code .code {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.text-white {
  color: whitesmoke;
}

.login_btn {
  width: 100%;
}

.margin-0 {
  margin: 0;
}

.margin-lr-0 {
  margin-left: 0;
  margin-right: 0;
}

.margin-xs {
  margin: 5px;
}

.margin-sm {
  margin: 10px;
}

.margin {
  margin: 15px;
}

.margin-lg {
  margin: 20px;
}

.margin-xl {
  margin: 25px;
}

.margin-top-xs {
  margin-top: 5px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-top {
  margin-top: 15px;
}

.margin-top-lg {
  margin-top: 20px;
}

.margin-top-xl {
  margin-top: 25px;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-right-sm {
  margin-right: 10px;
}

.margin-right {
  margin-right: 15px;
}

.margin-right-lg {
  margin-right: 20px;
}

.margin-right-xl {
  margin-right: 25px;
}

.margin-bottom-xs {
  margin-bottom: 5px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.margin-bottom-lg {
  margin-bottom: 20px;
}

.margin-bottom-xl {
  margin-bottom: 25px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-left-xs {
  margin-left: 5px;
}

.margin-left-sm {
  margin-left: 10px;
}

.margin-left {
  margin-left: 15px;
}

.margin-left-lg {
  margin-left: 20px;
}

.margin-left-xl {
  margin-left: 25upx;
}

.margin-lr-xs {
  margin-left: 5px;
  margin-right: 10upx;
}

.margin-lr-sm {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-lr {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-lr-lg {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-lr-xl {
  margin-left: 25px;
  margin-right: 25px;
}

.margin-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-tb-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-tb-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-tb-xl {
  margin-top: 25px;
  margin-bottom: 25px;
}

.padding-0 {
  padding: 0;
}

.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-xs {
  padding: 5px;
}

.padding-sm {
  padding: 10px;
}

.padding {
  padding: 15px;
}

.padding-lg {
  padding: 20px;
}

.padding-xl {
  padding: 25px;
}

.padding-top-xs {
  padding-top: 5px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-top {
  padding-top: 15px;
}

.padding-top-lg {
  padding-top: 20px;
}

.padding-top-xl {
  padding-top: 25px;
}

.padding-right-xs {
  padding-right: 5px;
}

.padding-right-sm {
  padding-right: 10px;
}

.padding-right {
  padding-right: 15px;
}

.padding-right-lg {
  padding-right: 20px;
}

.padding-right-xl {
  padding-right: 25px;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-bottom {
  padding-bottom: 15px;
}

.padding-bottom-lg {
  padding-bottom: 20px;
}

.padding-bottom-xl {
  padding-bottom: 25px;
}

.padding-left-xs {
  padding-left: 5px;
}

.padding-left-sm {
  padding-left: 10px;
}

.padding-left {
  padding-left: 15px;
}

.padding-left-lg {
  padding-left: 20px;
}

.padding-left-xl {
  padding-left: 25px;
}

.padding-lr-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-lr-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-lr {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-lr-lg {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-lr-xl {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-tb-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-tb-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-tb-xl {
  padding-top: 25px;
  padding-bottom: 25px;
}

.border-right {
  border-right: 1px solid #e7eaec;
}

.border-top {
  border-top: 1px solid #e7eaec;
}

.border-bottom {
  border-bottom: 1px solid #e7eaec;
}

.border-left {
  border-left: 1px solid #e7eaec;
}

.select {
  color: #3b91fd;
}

.overflow-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.staff {
  overflow-y: auto;
  height: 400px;
}

.staff div span {
  cursor: pointer;
  background: #ffffff;
  transition-duration: 0.5s;
}

.staff div span i {
  font-size: 10px;
  color: #999;
  font-style: normal;
}

.staff div span:hover {
  font-size: 15px;
  color: #3b91fd !important;
}

.staff div span:hover i {
  font-size: 10px;
  color: #3b91fd !important;
}

.staff::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.staff::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.staff::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.vc-float-left {
  float: left;
}

.vc-float-right {
  float: right;
}

.vc-line {
  width: 100%;
  height: 2px;
  /* background: -webkit-linear-gradient(left, #fff -4%,#1ab394 50%,#fff 100%); */
  background: -webkit-linear-gradient(left, #fff -4%, #3b91fd 50%, #fff 100%);
}

.vc-table-border {
  border: 1px solid #000000;
}

.vc-table-border tr td {
  border: 1px solid #000000;
}

.vc-table-border tr th {
  border: 1px solid #000000;
}

.rj-login-form-item {
  position: relative;
}

.rj-login-icon {
  position: absolute;
  top: 13px;
  left: 0;
  height: 24px;
  width: 24px;
}

.rj-login-icon-right {
  position: absolute;
  top: 13px;
  right: 10px;
}

.rj-login-input {
  border: none;
  border-bottom: 1px solid #ededed;
  height: 50px;
  padding-left: 42px;
}

.rj-login-button {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
  font-size: 22px;
  letter-spacing: 1px;
}

.rj-login-error {
  /* height: 38px; */
  line-height: 1.5;
  color: #ff4040;
  text-align: left;
}

.preview-img {
  cursor: pointer;
}

.long-td,
td {
  word-break: keep-all;
  white-space: nowrap;
  max-width: 250px !important;
  overflow-wrap: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: pre-wrap; */
}

.td-action {
  overflow: visible;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}

.diy-badge {
  width: auto;
  height: 16px;
  border-radius: 8px;
  background-color: #f00;
  color: #fff;
  line-height: 15px;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  vertical-align: middle;
  font-weight: normal;
  min-width: 16px;
  text-align: center;
}

.form-required {
  position: relative;
}

.form-required:before {
  content: "*";
  color: red;
  position: absolute;
  left: -10px;
  /* top: 0; */
}

.nav-tabs-container {
  padding: 20px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.pswp {
  z-index: 3000 !important;
}

.select2-container .select2-selection--single {
  height: 38px;
  padding: 0 0.75rem;
  line-height: 38px;
  border: 1px solid #ced4da;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057;
  font-size: 1rem;
  line-height: 36px;
  padding-left: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6d757d;
  font-size: 1rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  font-size: 20px;
  font-weight: normal;
}

.select2-container--focus {
  border: none;
}

.diy-table {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.diy-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.diy-table-wrap .table {
  margin-bottom: 0;
}

.diy-table .table th,
.diy-table .table td {
  min-width: 80px;
  /* background-color: #fff; */
  line-height: 24px;
  border-bottom: 1px solid #e7eaec;
  border-top: none;
}

.diy-table tr th:nth-last-child(2),
.diy-table tr td:nth-last-child(2) {
  padding-right: 200px;
}

.diy-table .text-action {
  width: 180px;
  position: absolute;
  right: 0;
  background-color: #fff;
  /* box-shadow: 1px 0 5px #ccc; */
}

.diy-table th.text-action {
  border-bottom: 1px solid #e7eaec;
}

.diy-table td.text-action {
  /* border-left: 1px solid #e7eaec; */
  /* background-image: linear-gradient(to left, #e7eaec 1%, #fff 99%); */
  background-size: 3px 100%;
  background-repeat: no-repeat;
  border-top: 1px solid #e7eaec;
  font-size: 0;
}

.diy-table .btn-group {
  margin-left: 5px;
}

/* .search-filter-area .form-group{
  display: flex;
  flex-direction: row;
  height: 38px;
  padding-right: 20px;
}
.search-filter-area .form-group label{
  width: 100px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 38px;
  display: block;
  margin-bottom: 0;
  flex-shrink: 0;
  text-align: center;
}
.search-filter-area .form-group select, .filter-form .form-group input{
  flex-grow: 1;
} */
.search-filter-area .inline-label {
  line-height: 38px;
  font-size: 14px;
  color: #6c757d;
  text-align: right;
  padding-right: 0;
}

.search-filter-area .inline-label-sm {
  line-height: 31px;
  font-size: 14px;
  color: #6c757d;
  text-align: right;
  padding-right: 0;
}

.search-filter-area .search-btn-area .btn {
  margin-top: 30px;
}

._nc .stage {
  padding: 0 !important;
}

._nc .stage1 .slider {
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}

._nc .stage1 .slider {
  height: 45px !important;
}

._nc .stage1 .label {
  line-height: 45px !important;
}

._nc .stage1 .button {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 45px !important;
  height: 45px !important;
}

.split-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}

.split-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 20px;
  left: -9px;
  top: 2px;
  background-color: #3b91fd;
}

/* .form-group label{
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 0;
} */
table label {
  cursor: pointer;
}

.normal-table {
  width: 100%;
}

.normal-table th {
  min-width: 200px;
  line-height: 40px;
  text-align: center;
}

.normal-table td {
  min-width: 200px;
  line-height: 40px;
  text-align: left;
  padding: 0 20px;
}

.normal-table.normal-table-center {
  text-align: center;
}

.normal-table .normal-table-head {
  font-weight: bold;
  width: 100px;
  min-width: 100px;
}

.tree-first-level {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  line-height: 24px;
  height: 24px;
  padding: 0 4px;
  display: inline-block;
}

.tree-first-level:hover {
  background-color: #e7f2f9;
}

.pointer-price {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #d9001b;
}

.timepicker-input[readonly] {
  background-color: #fff;
}

.default-table {
  border: 1px solid #e7eaec;
  margin: 0 auto;
}

.default-table td,
.default-table tr,
.default-table th {
  padding: 5px 10px;
  border-color: #e7eaec;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.print-table {
  width: 100%;
}

.print-table tr {
  min-height: 35px;
  height: 35px;
  line-height: 35px;
}

.print-table th {
  /* padding: 0 10px; */
  text-align: center;
}

.print-table td {
  padding: 0 10px;
  text-align: center;
}

.print-table .tc {
  text-align: center;
}

.print-table .tl {
  text-align: left;
}

.print-table .tr {
  text-align: right;
}

.complex-table {
  width: 100%;
}

.complex-table thead {
  background-color: #f9f9f9;
  /* border-bottom: 1px solid #dee2e6; */
}

.complex-table tbody {
  border-bottom: 1px solid #dee2e6;
}

.complex-table td {
  line-height: 1.42857;
  padding: 8px;
  /* vertical-align: top; */
  border: 1px solid #dee2e6;
}

.complex-table th {
  line-height: 1.42857;
  padding: 8px;
  vertical-align: center;
  border: 1px solid #dee2e6;
}

.diy-dropdown-menu {
  min-width: 120px;
  padding: 0;
}

.diy-dropdown-menu .menu-item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 13px;
}

.diy-dropdown-menu .menu-item:hover {
  color: #3b91fd !important;
  background-color: #e7f0ff;
}

.word-break {
  white-space: normal !important;
  word-break: break-all !important;
}

.list-table {
  margin-bottom: 20px;
}

.list-table .list-table-item {
  border-bottom: 1px dashed #e7eaec;
}

.list-table .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
  cursor: pointer;
}

.list-table .list-header div {
  flex: 0 0 33.333%;
}

.list-header:hover {
  /* background-color: #f9f9f9; */
  background-color: rgba(238, 238, 238, 0.4);
}

.list-table .table {
  margin-top: -15px;
}

img[preview] {
  cursor: pointer;
}

.rich-text-area table,
.rich-text-area table tr th,
.rich-text-area table tr td {
  border: 1px solid #aaa;
}

.rich-text-area table {
  border-collapse: collapse;
  width: 100%;
}

/* 备注样式 */
.remark-td {
  position: relative;
}

.remark-text,
.remark-input {
  position: absolute;
  top: 0;
}

/* 台账报表样式 */
.billing-statements .table-box {
  overflow-x: auto;
}

.billing-statements table {
  border-top: 2px solid #dee2e6;
  min-width: 100%;
  color: #000000;
  white-space: nowrap;
}

.billing-statements table tr th {
  background-color: #e3e3e3;
  border-bottom: 2px solid #d3d3d3;
}

.billing-statements table tr th,
.billing-statements table tr td {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-color: #d3d3d3;
  padding: 8px;
}

.billing-statements table tr td {
  border-bottom: 1px solid #d3d3d3;
}

.charge-input:focus {
  box-shadow: 0 0 0 0;
}

.charge-input[readonly] {
  background-color: #ffffff;
}

.text-full {
  color: #3b91fd;
}

.text-red {
  color: red;
}

/* element输入框下拉框 */
.el-input .el-input__inner,
.custom-select,
.el-select-dropdown__list .el-select-dropdown__item {
  color: #000000;
}

.text-black,
.page-heading,
.ibox-title h5,
.tree-first-level,
.jstree-default .jstree-anchor,
.table,
.form-control,
.form-control:focus,
.form-group {
  color: #000000;
}

.nav-tabs .nav-link {
  color: #495057;
}
.nav-tabs .nav-link.active {
  color: #3b91fd;
}
table.table tbody tr:hover,
table.table-highlight tbody tr:hover {
  background-color: rgba(238, 238, 238, 0.4) !important;
}

.table-no-data:hover {
  background-color: #f9f9f9 !important;
}

/* 面包屑样式开始 */
#breadcrumb .el-tabs--border-card {
  background: transparent;
  border: none;
  box-shadow: 0px 0px 0px #fff;
}
#breadcrumb .el-tabs--border-card > .el-tabs__header {
  background-color: transparent;
  border-bottom-width: 0;
}
#breadcrumb .el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap {
  margin-bottom: 0;
}
#breadcrumb .el-tabs__nav-wrap .el-tabs__nav-prev,
#breadcrumb .el-tabs__nav-wrap .el-tabs__nav-next {
  background-color: #e4ecf5;
  padding: 0 2px;
}
#breadcrumb .breadcrumb .breadcrumb-item {
  color: #999999;
}
#breadcrumb .el-tabs__content {
  background-color: #fff;
}
#breadcrumb .el-tabs--border-card > .el-tabs__header .el-tabs__item {
  background-color: #e4ecf5;
  margin-right: 10px;
  border-radius: 4px 4px 0px 0px;
  color: #666666;
}
#breadcrumb .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
}
#breadcrumb .el-tabs__item.is-active .el-icon-close {
  font-weight: 600;
  font-size: 16px;
}
#breadcrumb .el-tabs__item.is-active .el-icon-close::before {
  color: #3b91fd;
}
#breadcrumb .el-tabs__item.is-active .breadcrumbName {
  color: #0b2742;
}
#breadcrumb .breadcrumb .breadcrumb-item::before {
  content: "";
  padding-right: 0;
}
/* 面包屑样式结束 */

.accessControlDevice .status-badge {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #F56C6C;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.accessControlDevice .status-badge.success {
  background: #008000;
}

.line-wrap .el-input__icon {
  height: auto;
}

.comm-b-title {
  position: relative;
  padding: 8px 22px;
  font-weight: bold;
  font-size: 16px;
  background: #ececec;
  color: #333;
  margin-bottom: 20px;
}

.comm-b-title::after {
  position: absolute;
  top: 12px;
  left: 12px;
  content: ' ';
  height: 16px;
  width: 3px;
  border-radius: 3px;
  background: #0062cc;
}

/* flex 相关 */
.f {
	display: flex;
	display: -webkit-flex;
}
.fd-r {
	flex-direction: row;
}
.fd-rr {
	flex-direction: row-reverse;
}
.fd-c {
	flex-direction: column;
}
.fd-cr {
	flex-direction: column-reverse;
}
.fw-w {
	flex-wrap: wrap;
}
.fw-wr {
	flex-wrap: wrap-reverse;
}
.jc-s {
	justify-content: flex-start;
}
.jc-e {
	justify-content: flex-end;
}
.jc-c {
	justify-content: center;
}
.jc-sa {
	justify-content: space-around;
}
.jc-sb {
	justify-content: space-between;
}
.ai-s {
	align-items: flex-start;
}
.ai-e {
	align-items: flex-end;
}
.ai-c {
	align-items: center;
}
.ac-s {
	align-content: flex-start;
}
.ac-e {
	align-content: flex-end;
}
.ac-c {
	align-content: center;
}
.ac-sa {
	align-content: space-around;
}
.ac-sb {
	align-content: space-between;
}
.f1 {
	flex: 1;
}