header {
  background-color: #438eb9;
  padding: 5px 15px;
}
header .pull-right ul {
  list-style: none;
}
header .pull-right ul .top-menu {
  color: white;
  margin-top: 25px;
  position: relative;
}
header .pull-right ul .top-menu .welcome {
  display: inline-block;
  min-width: 120px;
  text-align: right;
}
header .pull-right ul .top-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
  top: 100%;
  padding: 0;
  z-index: 1;
}
header .pull-right ul .top-menu .sub-menu li {
  padding: 8px 5px;
  text-align: center;
}
header .pull-right ul .top-menu .sub-menu li:first-child {
  border-bottom: 1px solid #dddddd;
}
header .pull-right ul .top-menu .sub-menu a {
  color: #333333;
}
header .pull-right ul .top-menu .sub-menu a b {
  margin: 0 10px;
}
header .pull-right ul .top-menu:hover .sub-menu {
  display: block;
}
.content {
  position: absolute;
  top: 81px;
  width: 100%;
  bottom: 0;
}
.content .conten-container {
  width: 100%;
  height: 100%;
}
.content .left-menu {
  height: 100%;
  border-right: 1px solid #ddd;
  overflow-y: auto;
}
.content .left-menu .accordion {
  background-color: #f9f9f9;
  padding-left: 0;
  width: 170px;
  height: 100%;
}
.content .left-menu .accordion .link {
  border-bottom: 1px solid #cccccc;
  color: #4D4D4D;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 15px 15px 42px;
  position: relative;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.content .left-menu .accordion li {
  list-style-type: none;
}
.content .left-menu .accordion li:last-child .link {
  border-bottom: 0;
}
.content .left-menu .accordion li i {
  color: #595959;
  font-size: 18px;
  left: 12px;
  position: absolute;
  top: 16px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.content .left-menu .accordion li i.glyphicon-chevron-right {
  font-size: 16px;
  left: auto;
  right: 12px;
}
.content .left-menu .accordion li.open .link {
  color: #5291ad;
}
.content .left-menu .accordion li.open i {
  color: #5291ad;
}
.content .left-menu .accordion li.open i.glyphicon-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content .left-menu .accordion a.active .link {
  color: #5291ad;
}
.content .left-menu .accordion a.active i {
  color: #5291ad;
}
.content .left-menu .accordion .submenu {
  background: #e6e6e6;
  display: none;
  font-size: 14px;
  padding-left: 0;
}
.content .left-menu .accordion .submenu li {
  border-bottom: 1px solid #cccccc;
}
.content .left-menu .accordion .submenu a {
  color: #333;
  display: block;
  padding: 12px 0 12px 42px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.content .left-menu .accordion .submenu a:hover,
.content .left-menu .accordion .submenu a.active {
  background: #5291ad;
  color: #ffffff;
}
.content .right-content {
  margin-left: 175px;
  height: 100%;
  padding: 15px 15px 0 15px;
}
/*新建、修改表单*/
.edit-form .table td {
  border: none;
}
.edit-form .table td label {
  font-weight: 500;
}
.edit-form .table td label:after {
  content: "*";
  display: inline;
  color: white;
}
.edit-form .table td label.not-allow-empty:after {
  color: red;
}
.edit-form .table td .check-span {
  padding-right: 15px;
}
.edit-form .table td .form-control {
  display: inherit;
  vertical-align: top;
}
.edit-form .table td .simple-input {
  width: 350px;
}
.edit-form .submit-bar .btn {
  margin: 0 10px;
}
/*分页*/
.pagination li a.active {
  background-color: #438eb9;
  color: white;
}
/*文件上传*/
.fileUpload {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
}
.fileUpload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 75pt;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*留言*/
.message {
  border-width: 0 1px 1px 1px;
  border-color: #dddddd;
  border-style: solid;
  padding: 10px;
  position: relative;
}
.message:first-child {
  border-top: 1px solid #dddddd;
}
.message .operate {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: white;
}
.message:hover .operate {
  display: block;
}
.message p {
  margin-bottom: 0;
}
.message p .text-info {
  color: #438eb9;
}
.message p .text-center {
  color: red;
}
.message .admin-reply {
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 5px;
}
.login {
  height: 100%;
  background: url("../../images/banner.jpg") no-repeat;
  background-position: right bottom;
  min-height: 500px;
  position: relative;
  background-size: cover;
}
.login .login-container {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 400px;
  margin-top: -220px;
  top: 50%;
}
.login .login-container .login-name {
  border: 1px solid white;
  margin: 15px;
}
.login .login-container .login-name p {
  text-align: center;
  color: white;
  font-size: 16px;
  letter-spacing: 10px;
}
.login .login-container .login-name p.big-name {
  font-size: 20px;
  letter-spacing: 15px;
  margin: 15px;
}
.login .login-container .remeber {
  color: #6f686d;
}
.login .login-container #error {
  display: inline-block;
  float: right;
}
.login .login-container form {
  margin: 40px 15px 10px 15px;
}
.login .login-container form .input-group {
  margin-bottom: 15px;
}
.login .login-container form .input-group .input-group-addon img {
  height: 19px;
}
.login .login-container form .input-group .form-control {
  height: 40px;
}
.login .login-container form .form-group .form-control {
  display: inherit;
  width: 284px;
  float: left;
  margin-right: 15px;
  height: 40px;
}
.login .login-container form .form-group #authImage {
  width: 70px;
  height: 36px;
  margin-top: 2px;
}
.login .login-container form .form-group .btn-block {
  background-color: #47a5d0;
  border-color: #47a5d0;
  height: 40px;
  padding-top: 10px;
}
.login .copyright {
  position: absolute;
  width: 100%;
  bottom: 0px;
  /* margin-top: 76px; */
  color: #ddd;
}
.table tbody td a {
  margin-right: 10px;
}
.nav-table td {
  vertical-align: middle !important;
}
#loadingImg {
  width: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.logo {
  height: 71px;
}
#imgcollection img {
  max-width: 150px;
  height: auto !important;
}
.block-span {
  padding: 0 10px;
}
.simple-select {
  display: inline-block !important;
  width: initial;
  min-width: 170px;
  vertical-align: middle !important;
  margin-right: 15px;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  min-width: 339px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-backdrop {
  z-index: -1;
}
.toolbar .search {
  width: 220px;
}
.toolbar .glyphicon {
  color: white;
}
.form_datetime {
  width: 389px;
  display: inline-table;
  vertical-align: text-top;
}
.form_datetime .form-control {
  background-color: white;
}
.copy-form label {
  width: 109px;
  font-weight: 500;
}
.copy-form label input[type=radio] {
  margin-right: 5px;
}
.search-bar ul {
  padding-left: 0;
  margin: 15px 0;
}
.search-bar ul li {
  float: left;
  list-style: none;
}
