html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  background-color: #F6F7F6;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
dl,
dt,
dd,
em,
label {
  font-style: normal;
  font-weight: normal;
}
.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.row.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.row.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutter-40 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.gutter-30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.gutter-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row.gutter-25 > [class*="col-"] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.gutter-15 > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row.gutter-0 > [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.btn,
.form-control,
.thumbnail,
.well,
.breadcrumb {
  border-radius: 0;
  box-shadow: none !important;
  outline: 0 !important;
}
.btn.btn-primary {
  border-color: #649f76;
}
.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-outline.btn-primary {
  color: #649f76;
  background-color: #edf2ef;
}
.btn.btn-outline.btn-primary:hover,
.btn.btn-outline.btn-primary:focus {
  background-color: #649f76;
  color: #fff;
}
.form-control:focus {
  border-color: #649f76;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
  border-width: 1px;
  font-weight: normal;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fafafa;
}
.table.table-grid > thead > tr > th,
.table.table-grid > thead > tr > td,
.table.table-grid > tbody > tr > th,
.table.table-grid > tbody > tr > td {
  border-color: transparent;
}
.table.table-bordered.table-horizontal > thead > tr > th,
.table.table-bordered.table-horizontal > thead > tr > td,
.table.table-bordered.table-horizontal > tbody > tr > th,
.table.table-bordered.table-horizontal > tbody > tr > td {
  border-left: 0;
  border-right: 0;
}
.dropdown.dropdown-hover:hover .dropdown-menu {
  display: block;
}
.modal .modal-close {
  float: right;
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  outline: 0 !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA0klEQVQ4T6WTvRGDMAyFpQK3YZNkg8AmbpjKDZuEbJBsQm0XysnBPv+KAkpz79OTnoRw8UPWL8uyAcDNOTev67pLTK31OAzDCwB2Y8wcAYj4JKKPBAliRHwQ0dsYM3kA/1BKsYt7D5KKAeBrrZ3YrQecQXpi1kVAD8Lv3DPbTiuHwhmgBfFVOuLKQaud4y32XCZUOQguEtsgpdNsIe35qNhNpxpiOTAGSBFnMfamLe1JXCQpKmlPslVu5ZxOvXCylbcwhvU8OyaeCRHxMf1v4cr3Ay0A5xEOvDHwAAAAAElFTkSuQmCC") center center no-repeat;
  opacity: 0.5;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 1;
  background-color: #f2f2f2;
}
.modal .modal-content {
  border-radius: 0;
  border: 0;
}
.pagination > li + li {
  margin-left: 6px;
}
.pagination > li {
  float: left;
}
.pagination > li > a {
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #E0E0E0;
  text-align: center;
  border-radius: 0 !important;
  color: #666;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #fff;
  color: #61B091;
}
.pagination > li.active > a {
  border-color: #61B091;
  color: #61B091;
  background-color: #fff;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  background-color: #61B091;
  border-color: #61B091;
  color: #fff;
}
.pagination > li.previous > a,
.pagination > li.next > a {
  font-size: 0;
}
.pagination > li.previous > a:before,
.pagination > li.next > a:before,
.pagination > li.previous > a:after,
.pagination > li.next > a:after {
  position: relative;
  top: 6px;
}
.pagination > li.previous > a:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAjElEQVQoU42RsRGAIAxFkwJqN1E30E2oGAoaNtERdBNrKPDiHV5QRNJQ8N/l/3yEj1FKdUKIhb6ttWOSYUmfxIg4AMBujKH3mhfwFHvvJ+fcUQT+xNmGFnEGaK03AOjJ89MGz3lnSECMcQshzNx3ESBLUsqVttSg7EotUPGstU2fxXHot2kKyewBb/oEVAJpDVMrcHsAAAAASUVORK5CYII=");
}
.pagination > li.next > a:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAh0lEQVQoU4XRsRGAIAwAwKSA2k3UDXQTKoaChk10BNzEGop4KbyLGpAGDvIkEAQxvPeZiKjWuqaUTnl2r/ENAGAkotxCD+CcG6y1ew89AGf7Qx/wh1SgoRjjzPtdYIzZEHECgCOEwLMO+B0yuJSy3N+sProV/MnQu7nbOK5ZliGbq3UaWsEML7LjdQ0q49lOAAAAAElFTkSuQmCC");
}
.pagination.pagination-jumper {
  margin-left: 25px;
}
.pagination.pagination-jumper .form-control {
  width: 34px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #E0E0E0;
  text-align: center;
}
div.dataTables_wrapper table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_footer {
  padding-top: 25px;
  color: #666;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_footer div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_footer div.dataTables_info {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_footer div.dataTables_paginate {
  font-size: 0;
}
div.dataTables_wrapper div.dataTables_footer div.dataTables_paginate ul.pagination {
  margin: 0;
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_footer div.dataTables_paginate ul.pagination > li > a {
  outline: 0 !important;
}
div.dataTables_wrapper div.dataTables_footer .dataTables_info span {
  padding-left: 5px;
  padding-right: 5px;
}
