/* select 外观 */
.chosen-container-single .chosen-single {
  height: 30px;
  line-height: 28px;
}

/* select 外观 */
.form-control {
  height: 30px;
  line-height: 28px;
}

select.form-control {
  font-size: 12px;
}

/* 多选框 */
.chosen-container-multi .chosen-choices {
  border-radius: 4px;
}

.chosen-choices {
  max-height: 30px;
  overflow: auto;
}

.panel-heading {
  padding: 0px;
}

.form-group {
  margin-bottom: 5px;
}

.panel-body-action {
  padding: 2px 0px 0px 0px;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-heading h3 {
  font-size: 12px;
  margin: 5px 0;
}

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

.dark .table-striped>tbody>tr:nth-child(odd)>td,
.dark .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: rgba(128, 128, 128, 0.5);
}

.dark,
.dark .fixed-table-loading,
.dark .main-content,
.dark .header-section,
.dark .dropdown-toggle,
.dark .panel,
.dark .form-control,
.dark .chosen-choices,
.dark .chosen-single,
.dark .modal-content,
.dark .modal-msg-header,
.dark .textarea_input,
.dark .textarea_options,
.dark .chosen-container .chosen-drop,
.dark .chosen-container .chosen-drop ul,
.dark .open>.dropdown-menu,
.dark .dropdown-menu>li>a,
.dark .pagination>li>a,
.dark .pagination>li>span {
  background-color: rgb(25, 26, 28);
  color: white;
}

.dark .secondsSawcashSummary {
  color: wheat;
}

.secondsSawcashSummary {
  color: #7a7676;
}

.dark .dropdown-menu {
  border: 1px solid #ccc;
}

.dark .btn-default {
  background-color: rgb(25, 26, 28);
  color: white;
}

.dark .header-section .toggle-btn {
  color: grey;
}

.dark .left-side-collapsed .custom-nav>li.nav-hover>a,
.dark .left-side-collapsed .custom-nav>li.nav-hover.active>a {
  background: gray;
}

.dark .custom-nav>li.nav-active>a,
.dark .custom-nav .sub-menu-list>li.active>a,
.dark .table-hover>tbody>tr>td:hover,
.dark .table-hover>tbody>tr>th:hover,
.dark .table-hover>tbody>tr:hover>td,
.dark .table-hover>tbody>tr:hover>th {
  background-color: gray;
}

.dark .round_button.black.selcet {
  border: 1px solid white;
}


/* 左侧导航栏问题 */
.left-side-collapsed .custom-nav .menu-all-list.nav-list-c>a {
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
}

/* 左侧导航栏红点问题 */
.left-side-collapsed .custom-nav .menu-all-list.nav-list-c .fa-angle-right-red-notify-1 {
  position: fixed;
  left: 25px;
  line-height: 0px;
  float: left;
}

.left-side-collapsed .custom-nav .menu-all-list.nav-list-c .fa-angle-right-red-notify-2 {
  position: fixed;
  left: 60px;
  line-height: 0px;
  float: left;
}

/* 悬浮 */
.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
  left: 50px;
  top: 10px;
}

.amountFlay_box {
  position: fixed;
  width: 100px;
  /* background-color: red; */
  /* top: 300px;
  left: 1000px; */
  z-index: 1000;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: red;
  font-weight: bold;
  text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
  animation: amountFlay_box_move 4s infinite;
}

.scroll_waterfall_loadding {
  position: fixed;
  /* right: 10px;
  top: 762px; */
  right: calc(50% - 15px);
  top: calc(50% - 15px);
  /* display: grid; */
  z-index: 1000;
  background: whitesmoke;
  padding: 10px;
  border-radius: 13px;
  border: 1px solid #ccc;
  /* display: none; */
}

.scroll_waterfall_loadding img {
  display: block;
  width: 30px;
  height: 30px;
}

@keyframes amountFlay_box_move {
  0% {
    transform: translateY(0);
    /* 起始位置 */
  }

  100% {
    transform: translateY(-400px);
    opacity: 0;
    /* 终止位置 */
  }
}

/*  禁用table滚动事件 */
.panel-body .fixed-table-body {
  overflow-y: hidden;
  overflow-x: hidden;
}
