body {
  background: #EDF0F4;
}

/* 
a {
  color: #7DADFF;
}

.btn {
  padding: 8px 16px;
  border: 0;
  border-radius: 2px;
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #1163EE;
}

.btn-default {
  background-color: #FFFFFF;
  color: #555555;
  border: solid 1px rgba(165, 181, 205, 0.6);
}

.btn-default:hover,
.btn-default:focus {
  border-color: transparent;
}

.btn-success.btn-add,
.btn-success.btn-add,
.btn-success.btn-edit,
.btn-success.btn-edit,
.btn-success.btn-add:active:hover,
.btn-success.btn-add:active:focus,
.btn-success.btn-edit:active:hover,
.btn-success.btn-edit:active:focus,
.btn-danger.faupload:active:focus,
.btn-danger.btn-import:active:focus {
  color: #fff;
  background-color: #1163EE;
}

.btn-danger.btn-del,
.btn-danger.btn-del,
.btn-danger.btn-del:active:hover,
.btn-danger.btn-del:active:focus {
  color: #fff;
  background: #FA5151;
}

.btn-success.btn-editone,
.btn-danger.btn-delone {
  padding: 4px 8px;
}

.btn-success.btn-editone:active:hover,
.btn-success.btn-editone:active:focus,
.btn-danger.btn-delone:active:hover,
.btn-danger.btn-delone:active:focus {
  background: rgba(40, 120, 255, 0.15);
  color: #1163EE;
}

.btn[type="submit"] {
  color: #fff;
  background-color: #1163EE;
}

.btn.dropdown-toggle {
  background-color: #fff;
  color: #222;
  border: 1px solid rgba(165, 181, 205, 0.4000);
} */

.label-info {
  background: rgba(40, 120, 255, 0.15);
  color: #1163EE;
}

.form-control {
  height: 36px;
  border: 1px solid rgba(165, 181, 205, 0.4000);
  vertical-align: middle;
}

.content-wrapper,
.right-side,
.main-footer {
  margin-left: 246px;
}

.multipletab.multiplenav .content-wrapper,
.multipletab.multiplenav .right-side {
  padding-top: 105px;
}

.index-new {
  /* padding: 30px; */
  display: flex;
  align-items: flex-start;
}

.index-new .notice {
  width: 288px;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 24px;
}

.index-new .notice .head {
  height: 14px;
  line-height: 14px;
  padding-left: 6px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #222;
}

.index-new .notice .head .more {
  display: inline-block;
  padding-right: 14px;
  background: url(../indeximg/icon_more.png) center right no-repeat;
  background-size: 14px;
  font-size: 12px;
  color: #999999;
}

.index-new .notice .head::after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #1163EE;
  position: absolute;
  top: 0;
  left: 0;
}

.index-new .notice .list .item {
  display: block;
  margin-bottom: 6px;
  padding: 8px;
  background: rgba(165, 181, 205, 0.1000);
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
  color: #555555;
  cursor: pointer;
  transition: all .2s;
}

.index-new .notice .list .item div {
  height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-new .notice .list .item .date {
  color: #999999;
}

.index-new .notice .list .item:hover {
  color: #FFFFFF;
  background-color: #1163EE;
}

.index-new .notice .list .item:hover .date {
  color: #FFFFFF;
}

.index-new .icons {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.index-new .icons .link {
  width: calc(20% - 24px);
  margin: 0px 24px 24px 0px;
  padding: 40px 30px;
  background: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.index-new .icons .link:hover {
  /* background: linear-gradient(0deg, rgba(17, 99, 238, 0.06) 0%, rgba(17, 99, 238, 0) 100%); */
}

.index-new .icons .link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #1163EE;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all .2s;
}

.index-new .icons .link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -62px;
  bottom: -22px;
  background: linear-gradient(0deg, rgba(17, 99, 238, 0.06) 0%, rgba(17, 99, 238, 0) 100%);
  border-radius: 2px;
  opacity: 0;
}

.index-new .icons .link:hover:before {
  top: 0;
  height: 100%;
}

.index-new .icons .link:hover:after {
  opacity: 1;
}

.index-new .icons .link img {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

.index-new .icons .link .cont {
  flex: 1;
  line-height: 20px;
}

.index-new .icons .link .cont .tit {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.index-new .icons .link .cont .sub {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.skin-new .main-sidebar {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  z-index: 1300 !important;
  top: 0;
  padding-top: 0;
  width: 246px;
}

.logo-side {
  display: block;
  height: 56px;
  /* padding: 10px 18px 0px 18px; */
  /* background: linear-gradient(270deg, #4690FF 0%, #1C5DDB 100%); */
  background-color: #089344;
  box-shadow: 0px 2px 12px 0px rgba(40, 45, 53, 0.4);
  overflow: hidden;
}

.logo-side img {
  display: block;
  width: 214px;
  height: auto;
  margin: 10px 18px 0px 15px;
}


.skin-new .sidebar-menu li a {
  color: #4E5969;
}

.sidebar-menu li>a::after {
  /* content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 1;
  opacity: 0; */
}

.skin-new .sidebar-menu li.treeview-open>a {
  font-weight: bold;
  color: #1163EE;
}

.skin-new .sidebar-menu .treeview-menu.menu-open li a {
  background: #F4F6F7;
}

.skin-new .sidebar-menu>li.active>a {
  color: #fff;
  /* background: linear-gradient(90deg, #1163EE 0%, rgba(15, 150, 247, 0.5) 100%); */
  background: linear-gradient(90deg, #089344 0%, rgba(15, 247, 158, 0.349) 100%);
}

.skin-new .sidebar-menu>li.active>a::after {
  /* opacity: 1; */
}

.skin-new .sidebar-menu .treeview-menu.menu-open {
  background: #F4F6F7;
}

.skin-new .sidebar-menu .menu-open li.active a {
  color: #1163EE;
}

.skin-new #header .navbar-static-top {
  min-height: 56px;
  margin-left: 246px;
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 50px !important;
}

.skin-new .main-header .sidebar-toggle:hover {
  color: #1163EE;
}

.skin-new #firstnav .nav-addtabs {
  left: 100px;
  top: 3px;
}

#firstnav {
  height: 56px !important;
}

#firstnav .nav-addtabs {
  height: 56px;
  top: 0 !important;
  display: flex;
  justify-content: center;
  width: calc(100%) !important;
}

#firstnav .nav-addtabs>li {
  padding: 0px 8px;
}

#firstnav .nav-addtabs>li>a {
  height: 56px !important;
  line-height: 56px !important;
  color: white;
  border: 0 !important;
  font-size: 16px;
}

#firstnav .nav-addtabs>li>a>i {
  display: none;
}

#firstnav .nav-addtabs>li.active>a {
  padding: 0 24px;
  border-radius: 0;
  border: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}

#firstnav .nav-addtabs>li.active>a:hover,
#firstnav .nav-addtabs>li.active>a:focus,
#firstnav .nav-addtabs>li>a:hover,
#firstnav .nav-addtabs>li>a:focus {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  font-weight: 700;
  color: #fff;
}

.skin-new #secondnav {
  top: 56px;
  background: none;
  box-shadow: none;
  padding: 15px;
  padding-bottom: 0;
  height: auto;
  background: #EDF0F4;
}

.skin-new #secondnav .nav-addtabs>li {
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
  border: 0;
  border-left: solid 2px #A5B5CD;
  padding: 0px 20px 0px 12px;
  background: #fff;
}

#secondnav .nav-addtabs>li.active,
#secondnav .nav-addtabs>li:hover,
#secondnav .nav-addtabs>li:focus {
  border-left: solid 2px #1163EE;
}

.skin-new #secondnav .nav-addtabs>li>a {
  margin: 0;
  color: #888 !important;
  background: #fff;
  font-size: 12px;
}

.skin-new #secondnav .nav-addtabs>li:hover>a,
.skin-new #secondnav .nav-addtabs>li.active>a {
  color: #222 !important;
}

.skin-new #secondnav .nav-addtabs>li .close-tab {
  width: 12px;
  height: 12px;
  right: 8px;
  font-size: 12px;
  margin-top: -10px;
}

.skin-new #secondnav .btn-default:hover,
.skin-new #secondnav .btn-default:active,
.skin-new #secondnav .btn-default.hover {
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(165, 181, 205, 0.6000);
}

.nav>li>a>img.circle {
  width: 28px;
  height: auto;
}

.li-trash {
  padding-top: 4px;
}

.navbar-nav>li {
  height: 100%;
}

.navbar-nav>li.user-menu {
  margin-right: 36px;
}

.skin-new .navbar-custom-menu>.navbar-nav>li>a:hover,
.skin-new .navbar-custom-menu>.navbar-nav>li>a:active,
.skin-new .navbar-custom-menu>.navbar-nav>li>a:focus {
  background: none;
  color: #fff;
}

.skin-new .main-header::before,
.skin-new .main-header::after {
  content: '';
  position: fixed;
  top: 0;
  z-index: 1;
}

.skin-new .main-header {
  /* background: linear-gradient(270deg, #4690FF 0%, #1C5DDB 100%); */
  background-color: #089344;
  /* box-shadow: 0px 2px 12px 0px rgba(40, 45, 53, 0.4); */
}

.skin-new .main-header::before {
  width: 408px;
  height: 56px;
  left: 0;
  /* background: url(../indeximg/hbg1@2x.png) left center no-repeat; */
  background-size: cover;
}

.skin-new .main-header::after {
  width: 540px;
  height: 56px;
  right: 0;
  /* background: url(../indeximg/hbg2@2x.png) left center no-repeat; */
  background-size: cover;
}

.skin-new #firstnav .sidebar-toggle {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: url(../indeximg/burger@2x.png) center no-repeat;
  background-size: 28px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a {
  width: 246px;
  background: #fff;
  font-weight: 700;
  color: #1163EE;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
  width: 196px;
  background: #F4F6F7;
}

.main-header .sidebar-toggle:before {
  content: none;
}

.bootstrap-table .table>thead>tr>th {
  background: rgba(165, 181, 205, 0.2);
  ;
  border: 0;
  color: #222;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
  border: 0;
  border-bottom: solid 1px rgba(165, 181, 205, 0.2000);
}

.table-bordered>tbody>tr>td {
  color: #555;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background: rgba(165, 181, 205, 0.0600);
}

.pagination>.active>a {
  background-color: #1163EE;
  border-color: #1163EE;
}

.layui-layer-fast {
  border-radius: 4px;
}

.layui-layer-fast .layui-layer-title {
  background: none !important;
  color: #222 !important;
  font-size: 16px;
  border-bottom: solid 1px rgba(165, 181, 205, 0.2000);
  padding-left: 30px;
  position: relative;
  height: 54px;
  line-height: 54px;
}

.layui-layer-fast .layui-layer-title::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 19px;
  width: 2px;
  height: 16px;
  background: #1163EE;
}

.layui-layer-fast .layui-layer-btn {
  background: #fff;
  border-top: solid 1px rgba(165, 181, 205, 0.2000);
  height: auto;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.layui-layer-fast .layui-layer-btn .row {
  margin: 0;
  text-align: right;
}

.layui-layer-fast .layui-layer-setwin>a:after {
  color: #999;
}

.is-dialog .content {
  padding: 16px 24px 0px 24px;
}

.is-dialog .panel-intro .fixed-table-toolbar {
  padding: 0px;
}

.is-dialog .panel-intro .fixed-table-container {
  padding: 0px;
}

.panel-intro>.panel-heading {
  background: #fff;
  border-color: #fff;
  /* padding: 0; */
}

.panel-intro>.panel-heading .nav-tabs>li>a {
  background-color: #fff;
  color: #222222;
  border: 1px solid rgba(165, 181, 205, 0.4000);
  padding: 6px 15px;
  font-size: 13px;
}

.panel-intro>.panel-heading .nav-tabs>li.active>a,
.panel-intro>.panel-heading .nav-tabs>li.active>a:hover,
.panel-intro>.panel-heading .nav-tabs>li.active>a:hover,
.panel-intro>.panel-heading .nav-tabs>li.active>a:focus,
.panel-intro>.panel-heading .nav-tabs>li>a:hover,
.panel-intro>.panel-heading .nav-tabs>li>a:focus {
  background: rgba(40, 120, 255, 0.15);
  color: #1163EE;
}

.bootstrap-table .table:not(.table-condensed)>tbody>tr>th,
.bootstrap-table .table:not(.table-condensed)>tfoot>tr>th,
.bootstrap-table .table:not(.table-condensed)>thead>tr>td,
.bootstrap-table .table:not(.table-condensed)>tbody>tr>td,
.bootstrap-table .table:not(.table-condensed)>tfoot>tr>td {
  height: 40px;
}

.form-group {
  margin-bottom: 12px;
}

.form-horizontal .control-label {
  padding-right: 0;
}

.content {
  /* padding-top: 5px; */
}

.panel-intro {
  background: none;
  border-radius: 0;
}

.panel-intro .panel-body {
  padding: 0;
}

.panel-intro .commonsearch-table {
  background: #fff;
  padding: 15px 15px 5px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.panel-intro .fixed-table-toolbar {
  padding: 5px 15px 0px 15px;
  background: #fff;
  border-radius: 4px 4px 0px 0px;
}

.panel-intro .fixed-table-container {
  padding: 0px 15px;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
}

.panel-intro>.panel-heading .nav-tabs {
  border-bottom: 1px solid rgba(165, 181, 205, 0.2000);
}

.panel-intro>.panel-heading .nav-tabs>li>a {
  background: none;
  border: 0;
  margin: 0;
  padding: 15px 20px;
  border-bottom: solid 2px transparent;
  font-size: 14px;
  line-height: 14px;
  color: #555;
}

.panel-intro>.panel-heading .nav-tabs>li>a:hover {
  background: none;
  border: 0;
  border-bottom: solid 2px #1163EE;
  color: #1163EE;
}

.panel-intro>.panel-heading .nav-tabs>li.active>a {
  background: none !important;
  border: 0;
  border-bottom: solid 2px #1163EE;
  color: #1163EE !important;
  border-bottom-color: #1163EE !important;
}

#channelbar {
  background: #fff;

}

.edit-form {
  background: #fff;
  padding: 0px 15px;
}

.form-inline-new .form-group {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.form-inline-new .control-label {
  width: 80px;
  padding-right: 15px;
}

.form-inline-new .dvinp {
  flex: 1;
}

.fixed-table-pagination .pagination a {
  padding: 7px 12px;
}