﻿input {
  line-height: 32px;
}

li a.nav-active-item {
  background: #D7E600;
  color: #fff;
  opacity: 1 !important;
}



.head-top {
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: 1001;
  position: fixed;
  top: 0;
  background: #000;
}

.head-top-nosidebar {
  width: 55px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: 1001;
  position: fixed;
  top: 0;
  background: #000;
}

.head-logo {
  width: 80px;
}

.sidebar-icon {
  margin-right: 20px;
}

.nosidebar-icon {
  margin-right: 5px;
}

.sidebar-hide {
  display: none;
}

.nav-nosidebar {
  margin-left: -125px;
}

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

.dropdown-menu-sidebar {
  margin-left: 35px
}

.dropdown-menu-nosidebar {
  margin-left: -110px
}

.side-nav li.panel a .fa:not(.fa-angle-down) {
  margin: 0 6px;
  font-size: 16px;
}

.head-top-leftp {
  line-height: 60px;
  float: left;
  background-color: #00547C;
  width: 30%;
}

.head-top-rightp {
  line-height: 60px;
  float: left;
  background-color: #006FA5;
  width: 70%;
}

.prompt-bar {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #24344E;
}

.prompt-bar-two {
  color: #000000 !important;
}

.prompt-bar-three {
  color: #bbb;
}

.table-label-width {
  min-width: 0;
  max-width: 180px;
}

.list_back {
  position: relative;
}

.back_detail {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  min-height: 1000px;
}

.back_detail .prompt-bar {
  background: #eee;
}

.back_detail .col-md-12 {
  height: 550px;
}

.back_detail .modal {
  top: 60px;
  bottom: auto !important;
}

.back_detail_clear {
  clear: both
}
