/* ===================================
 * utils start
 * ==================================*/
.db {
  display: block;
}
.db-imp {
  display: block !important;
}
.dn {
  display: none;
}
.dn-imp {
  display: none !important;
}
.dib {
  display: inline-block;
}
.cf:after {
  display: "table";
  content: " ";
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.vam {
  display: inline-block;
  vertical-align: middle;
}
.bbn {
  border-bottom: none !important;
}
.bn-imp {
  border: none !important;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs15 {
  font-size: 15px;
}
.bg-white {
  background-color: #fff;
}
.bg-white-imp {
  background-color: #fff !important;
}
/* ===================================
 * utils end
 * ==================================*/


/* ===================================
 * page override start
 * ==================================*/
 .table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  /*background-color: #f5f5f5;*/
  background-color: rgba(255, 153, 0, 0.08);
}
.login-layout .login-box .widget-main {
   padding-top: 12px;
   padding-bottom: 14px;
 }
/*
.page {
  line-height: 30px;
  text-align: right;
  height: 30px;
  overflow: hidden;
  margin-top: -6px;
  width: auto;
}
.page .info {
  display: inline-block;
}
.page .info+ div {
  display: inline-block;
}
.page a {
  border: 1px solid #E3E3E3;
  padding: 3px 5px;
  background-color: #FFF;
  text-decoration: none;
}
.page a:hover {
  background: #F5F5F5;
}
.page span.current {
  border: 1px solid #FFF;
  padding: 3px 8px;
  color: #FFF;
  background: #5A85B2;
}
*/
.page {
  float: right;
}
.page span.current {
  background-color: #438eb9;
  color: #fff;
}
.pagination {
  display: block;
}
.set-time-btn {
  color: #fff !important;
  padding: 3px 9px 4px;
  margin-right: 3px;
}
.set-time-btn:hover {
  background-color: #3498DB;
  text-decoration: none;
}
.btn-minier {
  margin-bottom: 6px;
}
/* ===================================
 * page override end
 * ==================================*/


/* ===================================
 * plugin override start
 * ==================================*/
.pika-button {
  text-align: center;
}
.pika-title select {
  height: auto;
  padding: 0;
}
.selectize-dropdown.text {
  background-color: #fff;
}
.noty_theme__bootstrap-v4 .noty_body {
  display: flex;
  min-height: 45px;
  align-items: center;
  line-height: 1.6;
}
.noty_theme__bootstrap-v4 .noty_icon {
  margin-right: 5px;
  font-size: 15px;
}
.noty_theme__bootstrap-v4 .noty_text {
  font-size: 14px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 20px;
}
/* ===================================
 * plugin override end
 * ==================================*/


/* ===================================
 * override start
 * ==================================*/
#menu {
  padding: 2px 0px 8px 14px;
  height: 52px;
  margin: 0 -15px 10px;
}
#menu a {
  margin-top: 10px;
}
#menu .menu-lnk {
  background: none;
  padding: 0 10px;
}
#menu .menu-lnk:hover {
  background: none;
  color: #337ab7;
}
#menu .menu-lnk:last-of-type {
  margin-right: 20px;
}
.text {
  padding: 0;
  background: none;
}
select.text {
  background-color: #fff;
  width: auto;
}
.emphasize-text {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.text.emphasize-text,
textarea.text.emphasize-text,
input[type=text].text.emphasize-text,
input[disabled].text.emphasize-text,
select.emphasize-text,
select.emphasize-text option {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.table {
  margin-bottom: 0;
}
.tfoot {
  height: 48px;
  overflow: visible;
}
.tfoot > .page {
  float: right;
  margin-left: 5px;
}
.tfoot > .page .info {
  float: left;
  margin-top: 6px;
}
.pagination ul>li {
  overflow: hidden;
}
.ordered-table thead tr .header {
  background-position: 100% 50%;
  padding-right: 15px;
}
.ordered-table thead tr .asc, .ordered-table thead tr .desc {
  background-image: linear-gradient(to bottom,#eaeaea 0,#e0e0e0 100%);
  position: relative;
}
.ordered-table thead tr .asc:after, .ordered-table thead tr .desc:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: -1%;
  top: 50%;
  background: url(../images/asc.gif) no-repeat 50% 0;
}
.ordered-table thead tr .desc:after {
  background-image: url(../images/desc.gif);
}
.search-bar {
  margin-bottom: 10px;
}
.anniu1 {
  padding-top: 0px;
}
.anniu1:hover {
  background-color: #f59300;
}
.main-content-inner {
  position: relative;
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before {
  text-indent: -33px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  vertical-align:middle;
}
.tablez td.name {
  background-color: #EEF3F7;
  padding: 8px 5px;
  color: #1D3652;
  font-weight: bold;
  border-right: 2px dotted #FFF;
}
.tablez td {
  padding: 10px 5px;
  border-bottom: 1px solid #EEE;
  text-align: center;
  color: #F00;
  font-weight: bold;
}
.tablez td.names {
  border-right: 0px none;
}
.navbar.h-navbar {
  box-shadow: none !important;
}
.ace-nav .nav-user-photo {
  display: none;
}
.user-info {
  padding-top: 8px;
}
.ace-nav>li.light-blue>a {
  padding-left: 10px;
}
.text.pikaday {
  min-width: 90px;
}
.navbar-buttons {
  margin-right: -10px;
}
@media only screen and (max-width: 479px) {
  .navbar:not(.navbar-collapse) .navbar-header[role="navigation"] {
    float: right !important;
  }
  .navbar {
    position: static;
  }
  .navbar:not(.navbar-collapse) .navbar-header.fl-imp {
    float: left !important;
  }
  .navbar-fixed-top+.main-container {
    padding-top: 0;
  }
  #menu {
    width: 100%;
    min-width: auto;
    margin: 0;
  }
  .page-content {
    padding: 8px 10px 0;
  }
  .page-content > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.nav > .header-item {
  color: #fff;
  padding: 0px 15px 0 0;
  border: none;
}
.nav > .header-item-notice {
  cursor: pointer;
}
.nav > .header-item > .fa-volume-off {
  font-size: 17px;
  position: relative;
  top: 1px;
  right: 2px;
}
.nav .header-notice-num-wrp {
  display: inline-block;
  width: 60px;
}
.nav .header-notice-num {
  font-size: 12px;
  background-color: #f00;
  color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
}
.nav > .header-username {
  color: #fff;
  padding: 0 15px 0 0;
  border: none;
}
.nav > .header-username > .fa-user {
  font-size: 14px;
  margin-right: 1px;
}
.nav > .logout-lnk {
  border: none;
}
.nav > .logout-lnk > a {
  background-color: #62A8D1;
  width: 65px;
}
.nav > .logout-lnk > a:hover {
  background-color: #579ec8;
}
.nav > .logout-lnk .fa-sign-out {
  font-size: 14px;
}
/* ===================================
 * override end
 * ==================================*/


/* ===================================
 * css3加载 start
 * ==================================*/
.loader-wrp {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1020;
  background-color: rgba(255,255,255,0.8);
  height: 500px;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(79, 185, 216, 0.2);
  border-right: 1.1em solid rgba(79, 185, 216, 0.2);
  border-bottom: 1.1em solid rgba(79, 185, 216, 0.2);
  border-left: 1.1em solid rgb(79, 185, 216);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader {
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0 auto;
  margin-top: -50px;
  margin-left: -50px;
}
/* ===================================
 * css3加载 end
 * ==================================*/

.tooltip-rectangle {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  opacity: 1;
  z-index: 10;
}
.tooltip-circle {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  opacity: 1;
  z-index: 10;
}
.tooltip-circle-green {
  background-color: #0D8B28;
}
.tooltip-circle-blue {
  background-color: #3498DB;
}

/* 用户列表的账户等级后面的图标 */
.user-cert-info-wrp i {
  margin-right: 4px;
  color: #bbb;
}
.user-cert-info-wrp i:nth-of-type(1) {
  margin-left: 7px;
}
.user-cert-info-wrp i.on {
  color: #3498DB;
}

/* 理财计划 */
.lend-plan form {
  float: left;
  width: 51%;
  min-width: 860px;
  margin-right: 10px;
}
.lend-plan form [type="submit"] {
  margin: 15px 5px 0 5px;
}
.lend-plan form .plan-table-item .fa-close {
  display: none;
}
.lend-plan form .plan-table-item:hover .fa-close {
  display: block;
}
.lend-plan form .fa-close {
  font-size: 16px;
  color: rgb(255, 65, 54);
  cursor: pointer;
  text-align: center;
}
.plan-table-item {
  background-color: #F1F5F9;
}
.plan-table-item td.name {
  background-color: #F1F5F9;
}
.lend-plan-list-outer2-wrp {
  float: left;
  width: 47%;
  padding-top: 52px;
  position: relative;
}
.lend-plan-list-outer2-wrp > label {
  position: absolute;
  left: 242px;
  top: 7px;
}
.lend-plan-list-wrp {
  float: left;
  width: 240px;
  border: 1px solid #eee;
  margin-top: 5px;
}
.lend-plan-list-wrp:nth-child(2), .lend-plan-list-wrp:nth-child(3) {
  margin-left: -1px;
}
.lend-plan-list-wrp:not(:last-child) {
  /*border-right: none;*/
}
.lend-plan-list-wrp .item {
  border-bottom: 1px solid #eee;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.lend-plan-list-wrp .item:hover {
  background-color: #F1F5F9;
}
.lend-plan-list-wrp .item.selected {
  background-color: #F1F5F9;
}
.lend-plan-list-wrp .item:last-child {
  border-bottom: none;
}
.lend-plan-list-wrp .item > i {
  display: none;
  color: #666;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.lend-plan-list-wrp .item:hover > i {
  display: block;
}
