body {
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Sans GB","Microsoft YaHei","黑体",Helvetica,Arial,Tahoma,sans-serif;
  font-size: 14px;
  min-width: 1200px;
}

.main-wrapper {
  width: 1200px;
  margin: auto;
}
.main-wrapper > h3 {
  padding: 12px 0 6px;
}

.main-height-wrapper {
  min-height: 550px;
}

:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

/*移除chrome input自动填充样式*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.navbar.navbar-fixed-top {
  margin: 0;
}

/*页面标题*/
.page-heading {
  margin-bottom: 40px;
  border-bottom: 3px solid #dce901;
  text-align: center;
}
.page-heading h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}

a,
a:hover {
  color: #0093e1;
}

a.title,
a.title:hover {
  color: #333;
}

a.title:hover {
  text-decoration: none;
}

.panel-border-none {
  border: none;
}

.long-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


/* 下次把改动放进bootstrap */
.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.modal-footer .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.modal-footer .btn-primary {
  color: #fff;
  background-color: #0093e1;
  border-color: #0082c8;
}
.modal-footer .btn-primary:hover {
  color: #fff;
  background-color: #0082c8;
  border-color: #0082c8;
}
/* 使modal弹框位于屏幕中央 */
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/**/

.asteroid {
  color: red;
}

.breadcrumb-dark {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-dark > li > a {
  color: #999;
}
.breadcrumb-dark > .active {
  color: #333;
  font-weight: bold;
}
h1.bread {
  font-size: 18px;
}

.pagination .active a, .pagination .active a:hover {
  z-index: 3;
  background-color: #16afcb;
  border-color: transparent;
  cursor: default;
  color: #fff;
}

.pagination>li>a:hover {
  z-index: 2;
  background-color: inherit;
  border-color: #999;
}
