/*==================================================
  Shared/Global Styles (全局样式)
==================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  background: #fff;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  width: 100%;
  height: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
  background: #e9e9e9;
  overflow-x: hidden;
  font-family: "Open Sans", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.49;
  color: #666666;
  background-color: #ffffff;
  /* Fix for webkit rendering */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3498db;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1d6fa5;
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
a.link-unstyled {
  color: #666;
}
a.link-unstyled:hover,
a.link-unstyled:focus,
a.link-unstyled:active {
  color: #222;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 75%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 88%;
}
h1 small,
.h1 .small {
  font-size: 70%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 11px;
  color: #999999;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #f8cd73;
  padding: .2em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.49;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 16.25px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote.blockquote-rounded {
    border-radius: 11px;
}
blockquote.blockquote-thin {
    border-width: 3px;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.49;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.49;
}
#main {
  position: relative;
  min-height: 100%;
  background: #eeeeee;
}
/* psuedo background */
#main:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eeeeee;
}
.text-center{text-align: center !important}
.text-left{text-align: left !important}
.text-right{text-align: right !important}
.page-header {
  padding-bottom: 16.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #dddddd;
}
.content-header {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.content-header h1,
.content-header h2,
.content-header h3,
.content-header h4 {
  line-height: 30px;
}
.micro-header {
  color: #999;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

/*==================================================
  Grid System（栅格系统）
====================================================
  A. Grid System : Base (栅格系统：基础样式)
================================================= */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
@media (min-width: 768px) {
  .container {
    width: 742px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 1062px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
.container-sm {
  max-width: 640px;
}
.container-md {
  max-width: 860px;
}
.container-lg {
  max-width: 1000px;
}
.container-xl {
  max-width: 1200px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
.row {
  margin-left: -11px;
  margin-right: -11px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1140px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
/* ==============================================
  B. Grid System：Responsive (栅格系统：响应式类)
================================================= */
@-ms-viewport {
  width: device-width;
}
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*==================================================
            Form 表单
====================================================
  1. Form : Base (表单：基础样式)
================================================= */
.as-form-control{
    display: block;
    width: 100%;
    height: 39px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.as-input-sm,.as-form-horizontal .as-form-group-sm .as-form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.as-form-group{
    position: relative;
    margin-bottom: 15px;
    /*display: table;*/
    /*overflow: hidden;*/
}
.as-form-group:before, .as-form-group:after{
    content: "";
    display: table;
}
.as-form-group:after{
    clear: both;
}
.as-control-label{
    text-align: right;
    margin-bottom: 0px;
    font-weight: 500;
    padding-top: 9px;
}
.as-form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
textarea.as-form-control{
    height: auto;
    line-height: 1.49;
    padding-top: 8px;
    padding-bottom: 8px;
}
.as-form-control[disabled], .as-form-control[readonly]{
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1;
}
.as-form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.as-form-inline{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.as-input-group{
    position: relative;
    display: table;
    border-collapse: separate;
}
/*==================================================
  2. input (表单：input输入框)
================================================= */
/*input输入框右边功能图标样式*/
.as-append-icon{
    position: absolute;
    left: 23px;
    top: 9px;
    font-size: 14px;
}
.as-append-icon.right{
    left: auto;
    right: 23px;
}
/*input输入框左边图标样式*/
.as-input-icon{
    min-width: 40px;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    color: #3498db;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-right: 0px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.as-input-icon:first-child{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.as-input-group .as-form-control:last-child{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*Input输入框微调按钮*/
.as-icon-button{
    z-index: 3;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 50%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.as-icon-up{
    top: 8px
}
.as-icon-down{
    bottom: 8px
}
.as-input-group > a:link,.as-input-group > a:visited,.as-input-group > a:hover,.as-input-group > a:active {
  text-decoration:none;
}
/*==================================================
            Labels 标签
==================================================== */
.label {
  display: inline;
  padding: .3em .7em .4em;
  font-size: 84%;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label.label-xs {
  padding: 0 .35em .1em;
  font-size: 75%;
}
.label.label-sm {
  padding: .1em .65em .2em;
  font-size: 75%;
}
.label.label-lg {
  padding: .4em .9em .5em;
  font-size: 95%;
}
.label.label-rounded {
  padding: .2em 0.85em .3em;
  border-radius: 1em;
}
.label.label-rounded.label-xs {
  padding: 0 .35em .1em;
}
.label.label-rounded.label-sm {
  padding: .1em .65em .2em;
}
.label.label-rounded.label-lg {
  padding: .4em .9em .5em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

/*============================================
        自定义Radios and Checkboxes
============================================*/
.radio input[type="radio"],
.as-radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.as-checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,.checkbox + .checkbox {
    margin-top: -5px;
}
.as-radio-inline,.as-checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.as-radio-inline + .as-radio-inline,
.as-checkbox-inline + .as-checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.as-radio-inline.disabled,
.as-checkbox-inline.disabled,
fieldset[disabled] .as-radio-inline,
fieldset[disabled] .as-checkbox-inline {
    cursor: not-allowed;
}
.as-radio-custom,.as-checkbox-custom {
    background-color: transparent;
    color: inherit;
}
/* hide default input */
.as-radio-custom input,.as-checkbox-custom input {
    display: none;
}
.as-checkbox-custom label:empty,.as-radio-custom label:empty {
    padding-left: 10px;
}
/* radio container */
.as-radio-custom label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
}
/* radio border */
.as-radio-custom label:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 64px;
    width: 20px;
    height: 20px;
    border: 2px solid #666;
}
/* check radio icon */
.as-radio-custom input[type=radio]:checked + label:after, .BUG label:after,
.as-radio-custom input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 64px;
    width: 10px;
    height: 10px;
    color: #666;
    background-color: #666;
}
/* alt style - square */
.as-radio-custom.square label:before{
    border-radius: 2px;
}
.as-radio-custom.square input[type=radio]:checked + label:after,
.as-radio-custom.square input[type=checkbox]:checked + label:after {
    border-radius: 2px;
}
/* checkbox container */
.as-checkbox-custom label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
}
/* checkbox border */
.as-checkbox-custom label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 21px;
    background-color: #FFF;
    border: 1px solid #b9b9b9;
    border-width: 2px;
    border-radius: 2px;
}
/* checked state icon */
.as-checkbox-custom input[type=checkbox]:checked + label:after,
.as-checkbox-custom input[type=radio]:checked + label:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    color: #b9b9b9;
    transform: rotate(-13deg);
}
/* alt style - filled bg ".fill" */
.as-checkbox-custom.fill label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.as-checkbox-custom.fill label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    width: 22px;
    height: 21px;
    background-color:#b9b9b9;
}
.as-checkbox-custom.fill input[type=checkbox]:checked + label:after,
.as-checkbox-custom.fill input[type=radio]:checked + label:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    color: #fff !important;
    transform: rotate(-13deg);
}
/*==================================================
            Badges 徽章
==================================================== */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge-btn{
  margin: 15px 0px;
  display: inline-block;
  position: relative;
}
.badge-btn .btn .badge{
    position: absolute;
    top: -7px;
    right: -5px;
    padding: 3px 6px;
    opacity: 0.95;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3498db;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/*===============================================
  Panel : Base (面板：基础样式)
================================================= */
.as-panel{
    position: relative;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 0px;
    margin-bottom: 27px;
}
.as-panel-header{
    position: relative;
    padding: 0px 8px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;

}
.as-panel-icon {
    padding-left: 5px;
}
.as-panel-title{
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #999999;
    margin: 0px;
}
.as-panel-controls{
    float: right;
    margin:0px;
    padding: 0px 8px;
    display: block;
    cursor: pointer;
    border-left: 1px solid #e2e2e2;
}
.as-panel-controls > a{
    display: inline-block;
    width: 26px;
    color: #999999;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}
.as-panel.panel-border {
  border-style: solid;
  border-width: 0;
}
.as-panel.panel-border.top {
  border-top-width: 5px;
}
.as-panel.panel-border.right {
  border-right-width: 5px;
}
.as-panel.panel-border.bottom {
  border-bottom-width: 5px;
}
.as-panel.panel-border.left {
  border-left-width: 5px;
}
.as-panel.panel-border > .as-panel-header {
  background-color: #fafafa;
  border-color: #e2e2e2;
  border-top: 1px solid transparent;
}
.as-panel.panel-border > .as-panel-header > .as-panel-title {
  color: #999999;
}
.as-panel.panel-border.panel-default {
  border-color: #DDD;
}
.as-panel.panel-border.panel-default > .as-panel-header {
  border-top: 1px solid transparent;
}
.as-panel-controls >a:link {text-decoration:none;}
.as-panel-controls >a:visited {text-decoration:none;}
.as-panel-controls >a:hover {text-decoration:none;color: #0088CC;}
.as-panel-controls >a:active {text-decoration:none;}

/* 工具栏 */
.as-panel-menu {
    padding: 10px 14px;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
}
div.table_filter {
    float: right;
  text-align: right;
}
div.table_filter label {
    padding: 0; 
    margin: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
    display: inline-block;
    max-width: 100%;
    font-weight: 600;
}
div.table_filter input {
  margin-left: 0.5em;
  display: inline-block;
    width: auto;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 2px;
}
.btn-default {
    color: #666666;
    border-color: #D4D4D4;
}
.btn-default.light:hover,
.btn-default.light:focus,
.btn-default.light:active,
.btn-default.light.active,
.open > .dropdown-toggle.btn-default.light {
    background-color: #ececec;
    border-color: #D4D4D4;
}
.as-panel-body{
    padding: 15px;
    position: relative;
    border: 1px solid #e2e2e2;
    border-top: none;
 }
.as-panel-body:before, .as-panel-body:after{
    content: "";
    display: table;
}
.as-panel-body:after{
    clear: both;
}
.panel-body-top{
  border-top: 1px solid #e2e2e2;
}
.panel-editbox {
    padding: 12px 16px;
}

.panel-colorbox, .panel-editbox {
    position: relative;
    display: none;
    text-align: center;
    padding: 9px;
    color: #AAA;
    background-color: #f9f9f9;
    border-left: 2px dashed #d9d9d9;
    border-right: 2px dashed #d9d9d9;
    border-bottom: 1px solid #ddd;
    border-color: #e8e8e8;
}

.panel-editbox input {
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    color: #AAA;
    font-size: 16px;
}
.as-panel-footer {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  border-top: none;
  background: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/*==================================================
    Panel Tab: Tabs (Tab面板：Tabs样式)
================================================= */
/*==========Based Tabs===================== */
.panel-tabs > a:link,.panel-tabs > a:visited,.panel-tabs > a:hover,.panel-tabs > a:active,
.tabs-left > a:link,.tabs-left > a:visited,.tabs-left > a:hover,.tabs-left > a:active {
  text-decoration:none;
}
/* Tabs Wrapper */
.tab-block {
    position: relative;
}
/* Tabs Content */
.tab-block .tab-content {
    overflow: auto;
    position: relative;
    z-index: 10;
    min-height: 125px;
    padding: 16px 12px;
    border: 1px solid #e2e2e2;
    background-color: #FFF;
}
.panel-tabs {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* nav tab item */
.panel-tabs > li {
    position: relative;
    float: left;
    margin-bottom: -1px;
}
/* nav tab item link */
.panel-tabs > li > a {
    color: #AAA;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding: 9px 20px 11px;
    border-radius: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
/* nav tab item link:hover */
.panel-tabs > li > a:hover {
    color: #444;
    background-color: transparent;
}
/* nav tab item active link:focus:hover */
.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background: #ffffff;
}
/* nav tab item active link:focus:hover */
.panel-tabs > li.active > a {
    border-left-color: #DDD;
    border-right-color: #DDD;
}
.panel-tabs > li.active:last-child > a {
    border-right-color: transparent;
}
/* Unlike normal tabs, panel tabs alignment
 * to the rightside. This option aligns them left */
.panel-tabs-left {
    left: 0;
}
.panel-tabs-left > li.active:first-child > a {
    border-left-color: transparent;
}
.panel-tabs-left > li.active:last-child > a {
    border-right-color: #DDD;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
/*============Tabs Left========================= */
.tabs-left {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* nav tab item */
.tabs-left > li {
    float: none;
    margin: 0 -1px -1px 0;
    position: relative;
    display: block;
}
/* nav tab item link */
.tabs-left > li > a {
    padding: 14px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid transparent;
    border-color: #DDD;
    background: #fafafa;
    position: relative;
    display: block;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-left > li.active > a,
.tab-block .tabs-left > li.active > a:hover,
.tab-block .tabs-left > li.active > a:focus {
    color: #555;
    border-color: #DDD #FFF #DDD #DDD;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #FFF;
}
/*============Tabs Right======================= */
.tabs-right {
    float: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* nav tab item */
.tabs-right > li {
    float: none;
    margin: 0 0 -1px -1px;
    position: relative;
    display: block;
}
/* nav tab item link */
.tabs-right > li > a {
    padding: 14px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid transparent;
    border-color: #DDD;
    background: #fafafa;
    position: relative;
    display: block;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-right > li.active > a,
.tab-block .tabs-right > li.active > a:hover,
.tab-block .tabs-right > li.active > a:focus {
    color: #555;
    border-color: #DDD #DDD #DDD #FFF;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #FFF;
}
/*==========Active Item Border=================== */
/* tabs left */
.tab-block .tabs-border.tabs-left > li.active > a {
    margin-left: -1px;
    border-left: 2px solid #3498db;
    display: block;
}
/* tabs right */
.tab-block .tabs-border.tabs-right > li.active > a {
    margin-right: -1px;
    border-right: 2px solid #3498db;
    display: block;
}

/* panel tabs */
.panel-tabs.panel-tabs-border > li.active > a {
    margin-top: -1px;
    border-top: 2px solid #3498db;
    display: block;
}

/*==================================================
            PROGRESS 进度条
=====================================================*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #ececec;
  border-radius: 4px;
  box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  background-color: #999999;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress {
  height: 18px;
  border-radius: 2px;
}
.progress.progress-bar-xxs {
  height: 3px;
  border-radius: 2px;
}
.progress.progress-bar-xxs .progress-bar {
  line-height: 3px;
}
.progress.progress-bar-xs {
  height: 6px;
  border-radius: 2px;
}
.progress.progress-bar-xs .progress-bar {
  line-height: 6px;
}
.progress.progress-bar-sm {
  height: 10px;
  border-radius: 2px;
}
.progress.progress-bar-sm .progress-bar {
  line-height: 10px;
}
.progress.progress-bar-lg {
  height: 20px;
}
.progress.progress-bar-lg .progress-bar {
  line-height: 20px;
}
.progress.progress-bar-xl {
  height: 24px;
}
.progress.progress-bar-xl .progress-bar {
  line-height: 24px;
}
.progress.right .progress-bar {
  float: right;
}
.progress.vertical {
  height: 100%;
  min-height: 200px;
  width: 22px;
  position: relative;
}
.progress.vertical .progress-bar {
  width: 100%;
  position: absolute;
  font-size: 11px;
  line-height: 20px;
}
.progress.vertical.bottom .progress-bar {
  bottom: 0;
}
.progress {
  height: 18px;
  border-radius: 2px;
}
.progress.vertical.progress-bar-sm {
  width: 16px;
}
.progress.vertical.progress-bar-lg {
  width: 30px;
}
.progress.vertical.progress-bar-xl {
  width: 40px;
}

/*==================================================
            Wells 文本框
==================================================== */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 3px;
}
.well-sm {
    padding: 9px;
    border-radius: 2px;
}
.well.well-xs {
    padding: 6px;
    border-radius: 2px;
}
.well.well-clean {
    border-radius: 0;
    border-color: #DDD;
    box-shadow: none;
}

/*==================================================
  Media Groups
==================================================== */
.media {
    color: #999999;
    font-weight: 600;
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    color: #555555;
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}

/*==========================================
           SWITCH 开关按钮
============================================*/
div.as-switch label {
    display: block;
    position: relative;
    color: transparent;
    background: #ddd;
    text-indent: 100%;
    width: 52px;
    height: 26px;
    cursor: pointer;
    transition: left 0.15s ease-out;
    border-radius: 2px;
}
div.as-switch input {
    display: none;
}
div.as-switch input + label {
    margin-left: 0;
    margin-right: 0;
}
div.as-switch label:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
div.as-switch input:checked + label {
    background: #2ba6cb;
}
div.as-switch input:checked + label:after {
    left: 29px;
}
div.as-switch label {
    width: 52px;
    height: 26px;
}
div.as-switch label:after {
    width: 19px;
    height: 19px;
}
div.as-switch input:checked + label:after {
    left: 29px;
}
div.as-switch label {
    color: transparent;
    background: #dddddd;
}
div.as-switch label:after {
    background: #ffffff;
}
div.as-switch input:checked + label {
    background: #2ba6cb;
}
/* Switch Sizes */
div.as-switch.switch-lg label {
    width: 65px;
    height: 32px;
}
div.as-switch.switch-lg label:after {
    width: 26px;
    height: 26px;
}
div.as-switch.switch-lg input:checked + label:after {
    left: 35px;
}
div.as-switch.switch-sm label {
    width: 45px;
    height: 22px;
}
div.as-switch.switch-sm label:after {
    width: 16px;
    height: 16px;
}
div.as-switch.switch-sm input:checked + label:after {
    left: 26px;
}
div.as-switch.switch-xs label {
    width: 39px;
    height: 19px;
}
div.as-switch.switch-xs label:after {
    width: 13px;
    height: 13px;
}
div.as-switch.switch-xs input:checked + label:after {
    left: 22px;
}
div.as-switch.radius label {
    border-radius: 4px;
}
div.as-switch.radius label:after {
    border-radius: 3px;
}
/* Switch Option - Rounded */
div.as-switch.round {
    border-radius: 1000px;
}
div.as-switch.round label {
    border-radius: 26px;
}
div.as-switch.round label:after {
    border-radius: 26px;
}
/* Switch Option - Inline */
.as-switch.switch-inline {
    display: inline-block;
}
.as-switch.switch-inline + .as-switch.switch-inline {
    margin-left: 15px;
}

/*==========================================
        Alert 提示框
============================================*/
.alert {
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.alert .close {
  color: #666666;
}
.alert .close:hover {
  color: #666666;
}
.alert hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  color: #ffffff;
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert.alert-micro,
.alert .alert-sm {
  font-size: 13px;
  padding: 9px 35px 9px 9px;
  border-radius: 0;
}
.alert.alert-sm {
  padding: 12px 35px 12px 12px;
}
.alert.alert-border {
  border: 1px solid transparent;
}
.alert.alert-border-right {
  border-right-width: 6px;
}
.alert.alert-border-top {
  border-top-width: 3px;
}
.alert.alert-border-bottom {
  border-bottom-width: 3px;
}
.alert.alert-border-left {
  padding-left: 15px;
  border-left-width: 6px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: -21px;
  color: #FFF;
  opacity: 0.3;
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
  color: #FFF;
  opacity: 1;
}

/*==============================================
           BUTTON 样式
================================================= */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.49;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-gradient {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
}
.btn.btn-rounded {
  border-radius: 20px;
}
.btn-link {
  color: #3498db;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1d6fa5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn.btn-alt {
  position: relative;
  padding: 7px 11px;
  margin: 5px 3px;
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fbfbfb;
  border-radius: 1px;
  border: 1px solid #EEE;
  border-left: 4px solid #EEE;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.btn.btn-alt.item-active,
.btn.btn-alt:hover,
.btn.btn-alt:focus {
  color: #666 !important;
  background-color: #fefefe !important;
}
.btn.btn-alt.btn-gradient {
  background-color: #f0f0f0;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.14);
  border-left: 4px solid #DDD;
}
.btn.btn-alt.btn-gradient:hover,
.btn.btn-alt.btn-gradient:focus {
  background-color: #eee;
}
.btn.btn-alt.item-checked {
  opacity: 1;
  color: #666;
  border-left-color: #70ca63 !important;
  transition: all 0.2s ease;
}
.holder-style {
  display: block;
  padding: 9px 16px;
  color: #AAA;
  background-color: #f1f1f1;
  outline: 2px dashed #d9d9d9;
  border: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.holder-style:hover,
.holder-style:focus {
  cursor: pointer;
  color: #777;
  background-color: #EEE;
  outline: 2px dashed #aaa;
  border: 0;
  text-decoration: none;
}
.holder-style.holder-active {
  background-color: #FFF;
  outline-color: #70ca63;
}
.holder-style .holder-icon {
  color: #AAA;
  font-size: 30px;
  padding-bottom: 10px;
}
.holder-style:hover .holder-icon,
.holder-style:focus .holder-icon,
.holder-style.holder-active .holder-icon {
  color: #70ca63;
}
.btn-dimmer.btn,
.btn-dimmer .btn {
  opacity: 0.5;
}
.btn-dimmer.btn:hover,
.btn-dimmer .btn:hover,
.btn-dimmer.btn.item-active,
.btn-dimmer .btn.item-active {
  opacity: 1;
}

/*==================================================
  Button Groups 按钮组
==================================================== */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*==================================================
  Pnotify
==================================================== */
/* -- Notice */
.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999;
}
.ui-pnotify .alert {
  border-radius: 0;
}
/* Hides position: fixed from IE6 */
html > body > .ui-pnotify {
  position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack_top_left,
.ui-pnotify.stack_bottom_left {
  left: 15px;
  right: auto;
}
.ui-pnotify.stack_bottom_right,
.ui-pnotify.stack_bottom_left {
  bottom: 25px;
  right: 8px;
  top: auto;
}
.ui-pnotify.stack_bottom_right {
  right: 12px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}
.ui-pnotify.stack_bar_top {
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
}
.ui-pnotify.stack_bar_top .alert {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.ui-pnotify.stack_bar_bottom {
  right: auto;
  top: auto;
  left: auto;
  margin-left: 15%;
  bottom: 0;
  border-radius: 0;
}
/*wrapper */
.ui-pnotify {
  top: 70px;
  right: 8px;
}
/*with icon*/
.ui-pnotify-icon,
.ui-pnotify-icon span {
  font-size: 30px;
  min-height: 40px;
  line-height: 40px;
  padding-right: 3px;
}

/*==================================================
  Tooltips
==================================================== */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
/*===============================================
    A. Bootstrap Tooltips
================================================= */
/* white tooltips */
.tooltip-white.in {
    opacity: 1;
}
.tooltip-white {
    min-width: 60px;
    transition: opacity 0.3s ease;
}
.tooltip-white .tooltip-inner {
    background-color: #FFF;
    color: #555;
    font-weight: 600;
    border-radius: 2px;
}
.tooltip-white.top .tooltip-arrow {
    border-top-color: #FFF;
}
.tooltip-white.bottom .tooltip-arrow {
    border-bottom-color: #FFF;
}
.tooltip-white.right .tooltip-arrow {
    border-right-color: #FFF;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #FFF;
}
/*==================================================================
  B. Input Tooltips
===================================================================*/
.as-form-group .tooltip {
    position: absolute;
    /*z-index: -1;*/
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: normal;
    background: #666;
    -webkit-transition: margin 0.6s, opacity 0.6s;
    -moz-transition: margin 0.6s, opacity 0.6s;
    -ms-transition: margin 0.6s, opacity 0.6s;
    -o-transition: margin 0.6s, opacity 0.6s;
    transition: margin 0.6s, opacity 0.6s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.as-form-group .tooltip > em {
    padding: 12px;
    font-style: normal;
    display: block;
    position: static;
}
.as-form-group .tooltip:after {
    content: '';
    position: absolute;
}
.as-form-group .gui-input + .tooltip,
.as-form-group .gui-textarea + .tooltip {
    opacity: 1;
    z-index: 999;
}
/*==================================================================
      1. Tooltip - Left
===================================================================*/
.as-form-group .tip-left {
    top: 1px;
    margin-right: -20px;
}
.as-form-group .tip-left:after {
    top: 12px;
    left: 100%;
    border-left: 8px solid #666;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.as-form-group .gui-input + .tip-left,
.as-form-group .gui-textarea + .tip-left {
    margin-right: 5px;
    right: 100%;
    left: auto;
}
/*==================================================================
      2. Tooltip - Right
===================================================================*/
.as-form-group .tip-right {
    top: 1px;
    margin-left: -20px;
}
.as-form-group .tip-right:after {
    top: 12px;
    right: 100%;
    border-right: 8px solid #666;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.as-form-group .gui-input + .tip-right,
.as-form-group .gui-textarea + .tip-right {
    left: 100%;
    margin-left: 5px;
}
/*==================================================================
      3. Tooltip - Right/Top
===================================================================*/
.as-form-group .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px;
}
.as-form-group .tip-right-top:after {
    top: 100%;
    right: 12px;
    border-top: 8px solid #666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.as-form-group .gui-input + .tip-right-top,
.as-form-group .gui-textarea + .tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px;
}
/*==================================================================
      4. Tooltip - Left/Top
===================================================================*/
.as-form-group .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px;
}
.as-form-group .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.as-form-group .gui-input + .tip-left-top,
.as-form-group .gui-textarea + .tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px;
}
/*==================================================================
      5. Tooltip - Right/Bottom
===================================================================*/
.as-form-group .tip-right-bottom {
    top: 100%;
    margin-top: -20px;
}
.as-form-group .tip-right-bottom:after {
    right: 12px;
    bottom: 100%;
    border-bottom: 8px solid #666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.as-form-group .gui-input + .tip-right-bottom,
.as-form-group .gui-textarea + .tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0;
}
/*==================================================================
      6. Tooltip - Left/Bottom
===================================================================*/
.as-form-group .tip-left-bottom {
    top: 100%;
    margin-top: -20px;
}
.as-form-group .tip-left-bottom:after {
    left: 12px;
    bottom: 100%;
    border-bottom: 8px solid #666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.as-form-group .gui-input + .tip-left-bottom,
.as-form-group .gui-textarea + .tip-left-bottom {
    margin-top: 10px;
    right: auto;
    left: 0;
}

/*==================================================
          Pagination 分页
==================================================== */
.as-page {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.as-page > li {
    display: inline;
}
.as-page > li:first-child > a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.as-page > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.as-page > .disabled > a,
.as-page > .disabled > a:hover,
.as-page > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.as-page > li > a {
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.7;
    text-decoration: none;
    color: #37bc9b;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.as-page > .active > a,
.as-page > .active > a:hover,
.as-page > .active > a:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #58ceb1;
    border-color: #58ceb1;
    cursor: default;
}

/*==================================================
          Combobox
==================================================== */
.as-comboboxpicker {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  position: relative;
}
.as-comboboxpicker .combobox-selection {
  border: 1px #ddd solid; 
  border-radius:2px;
  padding: 8px; 
  padding-right: 12px; 
  background-color: #eee; 
  cursor: pointer;
}
.as-comboboxpicker .open {
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px; 
}
.as-comboboxpicker .combobox-selection span{
  height: 22px;
}
.as-comboboxpicker .combobox-option {
  display:block;
  position: absolute;
  background-color: #fff;
  border: 1px #ddd solid;
  border-top:none;
  z-index: 999;
  width: 100%;
  border-bottom-right-radius: 2px; 
  border-bottom-left-radius: 2px; 
}
.as-comboboxpicker .input-picker {
  padding: 6px;
}
.as-comboboxpicker .selected {
  background-color: #eee;
}
.as-comboboxpicker b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  float: right;
  position: relative;
  top: -12px;
}
.as-comboboxpicker .open b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.as-comboboxpicker span {
  display: block; 
  width: 100%;
}
.as-comboboxpicker input {
  width:100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd; 
  outline: none;
}
.as-comboboxpicker ul {
  list-style: none;
  margin: 0px;
  padding: 0px; 
  overflow: auto; 
  height: 250px;
}
.as-comboboxpicker li {
  font-size:14px; 
  padding: 6px 8px; 
}
.as-comboboxpicker li:hover {
  background: #37bc9b;
  color: white;
}

/*==================================================
          Calendar
==================================================== */
.as-calendar[readonly] {
  cursor: pointer;
  background-color: #eee;
  opacity: 1;
}
.as-calendar:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.as-calendarpicker {
  font-family: 微软雅黑, Tahoma, Geneva, sans-serif; 
  font-size: 12px;
  border: 1px #ddd solid;
  background-color: #fff;
  width: 100%;
  max-width:250px;
  display:block;
  position:absolute;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.as-calendarpicker ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.as-calendarpicker ul li{
  padding: 0.6em 0.6em;
}
.as-calendarpicker table {
  padding: 1em;
}
.as-calendarpicker table th{
  width: 4em;
  height:2.6em;
  text-align: center;
}
.as-calendarpicker table td{
  width: 4em;
  height:2.6em;
  text-align: center;
}
.as-calendarpicker a {
  text-decoration: none;
}
.as-calendarpicker .day{
  border-radius: 2px;
}
.as-calendarpicker .day:hover,.Minute:hover,.hour:hover,.prev:hover,.next:hover,.prevY:hover,.nextY:hover{
  cursor: pointer;
  background-color: #eee;
}
.as-calendarpicker .active{
  background: #3ec7a5 !important;
  color: #FFF !important;
}
.as-calendarpicker .today{
  color: #37bc9b;
}
.as-calendarpicker .prevMonth,.nextMonth{
  color: #bbb;
}
.as-calendarpicker .toolbar:hover{
  cursor: pointer;
}
.as-calendarpicker .toolbar a{
  width: 100%;
}

/*==================================================
  Tables（数据表格）
====================================================
  A. Tables : DataTables (表格：数据表格)
==================================================*/
/* DataTable */
table.dataTable {
    margin: 0 !important;
}
/* Table Row Changes */
table.dataTable tr.odd {
    background-color: #fff;
}
/* Table Header Changes */
table.dataTable thead th {
    background: #f9f9f9;
    padding: 10px;
}
/* Table Footer Changes */
table.dataTable tfoot th {
    border-top: 1px solid #ddd;
    padding: 4px 18px 4px 10px;
    font-weight: 600;
    background: #f2f2f2;
}
/* DataTable panel-menu, commonly holds filters */
.dt-panelmenu {
    padding: 10px 14px;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
}
/* DataTable panel-footer, commonly holds paginator */
.dt-panelfooter {
    padding: 6px 14px;
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
}
/* DataTable Length */
.dataTables_length {
    float: left;
}
.dataTables_length select {
    margin: 0 5px;
}
/* DataTable Filter */
.dataTables_filter {
    float: right;
}
.dataTables_length label,
.dataTables_filter label {
    margin: 0;
}
div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
}
/* table 选中效果 */
.as-table.dataTable tbody tr.active td,
.as-table.dataTable tbody tr.active th {
  color: #555;
  border-color: #EEE;
  background-color: #FFFEF0 !important;
}
.as-table.dataTable tbody tr.active:hover td,
.as-table.dataTable tbody tr.active:hover th {
  color: #555;
  border-color: #EEE;
  background-color: #FAF9DF !important;
}
@media (min-width: 768px) {
  .form-inline .as-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .as-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* DataTable Search bar */
table.dataTable .form-control {
    width: 100%;
}
/* DataTable Footer Elements */
div.dataTables_info {
    float: left;
    padding-top: 12px;
}
div.dataTables_paginate {
    margin-top: 5px;
}
/* Filter Returned No results Pane */
table.dataTable td.dataTables_empty {
    padding: 50px !important;
    background: #f6f6f6 !important;
}
/* Datatables abc filter */
.dt-abc-filter {
    padding: 4px 0;
}
.dt-abc-filter span {
    cursor: pointer;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 600;
    color: #4a89dc;
    display: inline-block;
}
.dt-abc-filter .abc-label {
    color: #999;
    padding: 0 3px;
}
/* Contextual Row Filter Example */
table.dataTable tr.row-label td {
    background: #f6f6f6;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}
/*
 * Table Selected/Active Row
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
    color: #555;
    border-color: #EEE;
    background-color: #FFFEF0 !important;
}
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
    color: #555;
    border-color: #EEE;
    background-color: #FAF9DF !important;
}
/*
 * DataTable Modals
 * 
 */
.DTE .DTE_Header {
    background-color: #fafafa;
}
.DTE .DTE_Header h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.DTE .DTE_Body {
    min-height: 100px;
}
.DTE .DTE_Body:before,
.DTE .DTE_Body:after {
    content: " ";
    display: table;
}
.DTE .DTE_Body:after {
    clear: both;
}
.DTE .DTE_Body:before,
.DTE .DTE_Body:after {
    content: " ";
    display: table;
}
.DTE .DTE_Body:after {
    clear: both;
}
/*
 * DataTables Editor Addon - Checkbox
 */
.fchild-checkbox.dataTable thead th.sorting_disabled {
    background: #FFF;
}
.fchild-checkbox.dataTable tr td:first-child {
    text-align: center;
}
.fchild-checkbox.dataTable tr td:first-child:before {
    content: "\f096";
    /* fa-square-o */
    font-family: FontAwesome;
    color: #BBB;
}
.fchild-checkbox.dataTable tr.active td:first-child:before {
    content: "\f046";
    /* fa-check-square-o */
    color: #555;
}
.fchild-checkbox.dataTable tr td.dataTables_empty:first-child:before {
    content: "";
}
div.DTE_Inline div.DTE_Field input {
    background-color: #FFFEF0;
}
/*
 * PRINTING
 * Print display styles
 */
.DTTT_Print #content_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
.DTTT_print_info {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #ffffff;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* W3C */
    /* IE6-9 */
    opacity: 0.95;
    border: 1px solid black;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}
.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}
tr.shown + tr {
    background-color: #f7f7f7;
}
td.details-control {
    /*background: url("details_open.png"!*tpa=http://admindesigns.com/demos/absolute/1.1/assets/img/plugins/details_open.png*!) no-repeat center center;*/
    cursor: pointer;
}
tr.shown td.details-control {
    /*background: url("details_close.png"!*tpa=http://admindesigns.com/demos/absolute/1.1/assets/img/plugins/details_close.png*!) no-repeat center center;*/
}
/* datatable 分页 */
div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate ul.as-page {
	margin: 2px 0;
	white-space: nowrap;
}
/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
/* ====================================================
  B. Tables : Basic Table (表格：基础表格)
==================================================== */
td,
th {
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
th {
    text-align: left;
}
.as-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.as-table > thead > tr > th,
.as-table > tbody > tr > th,
.as-table > tfoot > tr > th,
.as-table > thead > tr > td,
.as-table > tbody > tr > td,
.as-table > tfoot > tr > td {
    padding: 9px;
    line-height: 1.49;
    vertical-align: middle;
    border-top: 1px solid #eeeeee;
}
.as-table > thead > tr > th {
    font-weight: 600;
    vertical-align: bottom;
    border-bottom: 1px solid #eeeeee;
}
.as-table > caption + thead > tr:first-child > th,
.as-table > colgroup + thead > tr:first-child > th,
.as-table > thead:first-child > tr:first-child > th,
.as-table > caption + thead > tr:first-child > td,
.as-table > colgroup + thead > tr:first-child > td,
.as-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.as-table > tbody + tbody {
    border-top: 2px solid #eeeeee;
}
.as-table tbody > tr:first-child > td {
    border-top: 0;
}
.as-table .as-table {
    margin-bottom: 0;
    background-color: #ffffff;
}
.as-table-condensed > thead > tr > th,
.as-table-condensed > tbody > tr > th,
.as-table-condensed > tfoot > tr > th,
.as-table-condensed > thead > tr > td,
.as-table-condensed > tbody > tr > td,
.as-table-condensed > tfoot > tr > td {
    padding: 5px;
}
/*
.as-table-bordered {
    border: 1px solid #eeeeee;
}
*/
.as-table-bordered > thead > tr > th,
.as-table-bordered > tbody > tr > th,
.as-table-bordered > tfoot > tr > th,
.as-table-bordered > thead > tr > td,
.as-table-bordered > tbody > tr > td,
.as-table-bordered > tfoot > tr > td {
    border: 1px solid #eeeeee;
}
.as-table-bordered > thead > tr > th,
.as-table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.as-table-striped > tbody > tr:nth-child(odd) > td,
.as-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.as-table-hover > tbody > tr:hover > td,
.as-table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
.as-table-curved > tbody > tr > td:first-child {
    border-radius: 4px 0 0 4px;
}
.as-table-curved > tbody > tr > td:last-child {
    border-radius: 0 4px 4px 0;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.as-table > thead > tr > td.default,
.as-table > tbody > tr > td.default,
.as-table > tfoot > tr > td.default,
.as-table > thead > tr > th.default,
.as-table > tbody > tr > th.default,
.as-table > tfoot > tr > th.default,
.as-table > thead > tr.default > td,
.as-table > tbody > tr.default > td,
.as-table > tfoot > tr.default > td,
.as-table > thead > tr.default > th,
.as-table > tbody > tr.default > th,
.as-table > tfoot > tr.default > th {
    color: #777;
    border-color: #ddd;
    background-color: #f0f0f0;
}
.as-table-hover > tbody > tr > td.default:hover,
.as-table-hover > tbody > tr > th.default:hover,
.as-table-hover > tbody > tr.default:hover > td,
.as-table-hover > tbody > tr:hover > .default,
.as-table-hover > tbody > tr.default:hover > th {
    background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .as-table-responsive {
      width: 100%;
      margin-bottom: 14.25px;
      overflow-y: hidden;
      overflow-x: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #eeeeee;
      -webkit-overflow-scrolling: touch;
  }
  .as-table-responsive > .as-table {
      margin-bottom: 0;
  }
  .as-table-responsive > .as-table > thead > tr > th,
  .as-table-responsive > .as-table > tbody > tr > th,
  .as-table-responsive > .as-table > tfoot > tr > th,
  .as-table-responsive > .as-table > thead > tr > td,
  .as-table-responsive > .as-table > tbody > tr > td,
  .as-table-responsive > .as-table > tfoot > tr > td {
      white-space: nowrap;
  }
  .as-table-responsive > .as-table-bordered {
      border: 0;
  }
  .as-table-responsive > .as-table-bordered > thead > tr > th:first-child,
  .as-table-responsive > .as-table-bordered > tbody > tr > th:first-child,
  .as-table-responsive > .as-table-bordered > tfoot > tr > th:first-child,
  .as-table-responsive > .as-table-bordered > thead > tr > td:first-child,
  .as-table-responsive > .as-table-bordered > tbody > tr > td:first-child,
  .as-table-responsive > .as-table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
  }
  .as-table-responsive > .as-table-bordered > thead > tr > th:last-child,
  .as-table-responsive > .as-table-bordered > tbody > tr > th:last-child,
  .as-table-responsive > .as-table-bordered > tfoot > tr > th:last-child,
  .as-table-responsive > .as-table-bordered > thead > tr > td:last-child,
  .as-table-responsive > .as-table-bordered > tbody > tr > td:last-child,
  .as-table-responsive > .as-table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
  }
  .as-table-responsive > .as-table-bordered > tbody > tr:last-child > th,
  .as-table-responsive > .as-table-bordered > tfoot > tr:last-child > th,
  .as-table-responsive > .as-table-bordered > tbody > tr:last-child > td,
  .as-table-responsive > .as-table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
  }
}
/********* footer——分页 ************/
.dt-panelfooter {
  padding: 6px 14px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
}
div.table_paginate {
  margin-top: 5px;
  white-space: nowrap;
  text-align: right;
}
div.table_paginate ul.table_pagination {
  margin: 2px 0;
  white-space: nowrap;
}
.table_pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px;
}
.table_pagination > li {
  display: inline;
}
.table_pagination > li:first-child > a,
.table_pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.table_pagination > li:last-child > a,
.table_pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.table_pagination > .disabled > span,
.table_pagination > .disabled > span:hover,
.table_pagination > .disabled > span:focus,
.table_pagination > .disabled > a,
.table_pagination > .disabled > a:hover,
.table_pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.table_pagination > li > a,
.table_pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.49;
  text-decoration: none;
  color: #3498db;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.table_pagination > .active > a,
.table_pagination > .active > span,
.table_pagination > .active > a:hover,
.table_pagination > .active > span:hover,
.table_pagination > .active > a:focus,
.table_pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  cursor: default;
}
.table_pagination > li > a,
.table_pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.49;
  text-decoration: none;
  color: #3498db;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/************************************************
            loading
*************************************************/
.loading{
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  overflow: hidden;
  text-align: center;
}
.loading p{
  position: relative;
  background-color: #fff;
  text-align: center;
  width:150px;
  margin: auto;
  padding: 10px;
  top: 50%;
  color:black;
  font-weight: bold;
}

/*===============================================
  listbox (列表选择器)
=================================================*/
.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}
.bootstrap-duallistbox-container label {
  display: block;
}
form.hide-list-label .bootstrap-duallistbox-container label {
  display: none !important;
}
.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  position: relative;
  top: 2px;
  font-size: 11px;
}
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 50%;
  padding: 6px 12px;
}
.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 50%;
  padding: 6px 12px;
}
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}
.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 4px 5px;
}
.bootstrap-duallistbox-container.moveonselect select option {
  cursor: pointer;
}
.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  margin: 0 0 -1px 0;
}
.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display: none;
}
.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
  margin: 0 !important;
}
/*===============================================
  Imgshape (图片类)
================================================= */
/*图片形状*/
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto
}
.img-rounded {
  border-radius: 6px;

}
.img-circle {
  border-radius: 50%;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*缩略图*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/*===============================================
        Process 流程进度样式
================================================= */
/* 支付进度 */
.lc-process {width: 100%;height: 26px;zoom: 1;}
.lc-process:after{display: block; clear: both; height: 0; content: "\0020";}
.lc-process .unit,
.lc-process .current,
.lc-process .past{float: left; display: inline; height: 26px; width: 22%; background: #ccc; text-align: center; color: #fff; font-size: 14px; line-height: 26px;}
.lc-process .current{background: #0099DA;}
.lc-process .past{background: #9cddf5; color: #fff;}
.lc-process .arrow,
.lc-process .arrow-current,
.lc-process .arrow-complete,
.lc-process .arrow-past{position: relative; float: left; display: inline; width: 2%; height: 26px; overflow: hidden; background: #ccc;}
.lc-process .lc-next{position: absolute; display: block; left: 0; top: -3px; height: 0; width: 0; overflow: hidden; border: solid 10px transparent; border-width: 16px 10px; _border-color: black; _filter: chroma(color=black); border-left-color: #fff;}
.lc-process .lc-prev{position: absolute; display: block; left: 0; top: 0; height: 0; width: 0; overflow: hidden; border: solid 10px transparent; border-width: 13px 8px; _border-color: black; _filter: chroma(color=black); border-left-color: #ccc;}
.lc-process .arrow-current .lc-prev{border-left-color: #0099DA;}
.lc-process .arrow-complete{background: #0099DA;}
.lc-process .arrow-complete .lc-prev{border-left-color: #9cddf5;}
.lc-process .arrow-past{background: #9cddf5;}
.lc-process .arrow-past .lc-prev{border-left-color: #9cddf5;}.lc-table{width: 100%; max-width: 100%; border-collapse: collapse; border-spacing: 0; color: #333;}


/*===============================================
  HELPERS (帮助类)
=================================================
  A. List Helpers（list帮助类，li标签的pt样式）
================================================= */
/* list item spacing helpers */
.list-spacing-3 li + li {
    padding-top: 3px;
}
.list-spacing-5 li + li {
    padding-top: 5px;
}
.list-spacing-8 li + li {
    padding-top: 8px;
}
.list-spacing-10 li + li {
    padding-top: 10px;
}
.list-spacing-15 li + li {
    padding-top: 15px;
}
/*divide li items with border and extra spacing*/
.list-divide-items {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}
.list-divide-items li + li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #EEE;
}
/*===============================================
  B. Height Helpers
=================================================*/
/* Height helpers, primarly used with panel widgets */
.fixed-height .panel-body {
    overflow: auto;
}
.hover-height {
    overflow: hidden;
    transition: all 0.2s ease;
}
.mh-20 {
    max-height: 20px !important;
}
.mh-25 {
    max-height: 25px !important;
}
.mh-30 {
    max-height: 30px !important;
}
.mh-35 {
    max-height: 35px !important;
}
.mh-40 {
    max-height: 40px !important;
}
.mh-50 {
    max-height: 50px !important;
}
.mh-100 {
    max-height: 100px !important;
}
.mh-200 {
    max-height: 200px !important;
}
.mh-300 {
    max-height: 300px !important;
}
.mh-400 {
    max-height: 400px !important;
}
.mh-500 {
    max-height: 500px !important;
}
.mh-600 {
    max-height: 600px !important;
}
.mh-700 {
    max-height: 700px !important;
}
.mh-800 {
    max-height: 800px !important;
}
.mh-900 {
    max-height: 900px !important;
}
.mh-1000 {
    max-height: 1000px !important;
}
.h-20 {
    height: 20px !important;
}
.h-25 {
    height: 25px !important;
}
.h-30 {
    height: 30px !important;
}
.h-35 {
    height: 35px !important;
}
.h-40 {
    height: 40px !important;
}
.h-50 {
    height: 50px !important;
}
.h-80 {
    height: 80px !important;
}
.h-100 {
    height: 100px !important;
}
.h-120 {
    height: 120px !important;
}
.h-150 {
    height: 150px !important;
}
.h-170 {
    height: 170px !important;
}
.h-200 {
    height: 200px !important;
}
.h-300 {
    height: 300px !important;
}
.h-400 {
    height: 400px !important;
}
.h-500 {
    height: 500px !important;
}
.h-600 {
    height: 600px !important;
}
.h-700 {
    height: 700px !important;
}
.h-800 {
    height: 800px !important;
}
.h-900 {
    height: 900px !important;
}
.h-1000 {
    height: 1000px !important;
}
/*===============================================
  C. General/Misc Helpers
================================================= */
/* Transform Center Helper(experimental) */
.t-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* BG Helpers */
.bg-none {
    background-color: transparent !important;
}
/* box-shadow Helpers */
.no-boxshadow {
    box-shadow: none !important;
}
/* height helpers */
.h-a {
    height: auto !important;
}
/* overflow Helpers */
.of-a {
    overflow: auto !important;
}
.of-h {
    overflow: hidden !important;
}
.of-v {
    overflow: visible !important;
}
.of-x-a {
    overflow-x: auto !important;
}
.of-x-h {
    overflow-x: hidden !important;
}
.of-x-v {
    overflow-x: visible !important;
}
.of-y-a {
    overflow-y: auto !important;
}
.of-y-h {
    overflow-y: hidden !important;
}
.of-y-v {
    overflow-y: visible !important;
}
/* Center Grid Column Helper */
.center-column {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
/* Vertical Align Helpers */
.va-t {
    vertical-align: top !important;
}
.va-m {
    vertical-align: middle !important;
}
.va-b {
    vertical-align: bottom !important;
}
.va-s {
    vertical-align: super !important;
}
/* Relative Position Helper */
.posr {
    position: relative !important;
}
/* Inline Block Helper */
.ib,
.inline-object {
    display: inline-block !important;
}
/* pointer cursor */
.cursor {
    cursor: pointer !important;
}
/* Useful for emphasizing a disabled input */
.option-disabled {
    opacity: 0.6 !important;
}
/* unstyled input */
.input-unstyled,
.input-unstyled:hover,
.input-unstyled:focus {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}
/*===============================================
  D. Text Helpers
================================================= */
.text-uppercase {
    text-transform: uppercase !important;
}
.fw200 {
    font-weight: 200 !important;
}
.fw300 {
    font-weight: 300 !important;
}
.fw400 {
    font-weight: 400 !important;
}
.fw600 {
    font-weight: 600 !important;
}
.fs3 {
    font-size: 4px !important;
}
.fs4 {
    font-size: 4px !important;
}
.fs5 {
    font-size: 5px !important;
}
.fs6 {
    font-size: 6px !important;
}
.fs7 {
    font-size: 7px !important;
}
.fs8 {
    font-size: 8px !important;
}
.fs9 {
    font-size: 9px !important;
}
.fs10 {
    font-size: 10px !important;
}
.fs11 {
    font-size: 11px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs13 {
    font-size: 13px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs15 {
    font-size: 15px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs17 {
    font-size: 17px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs22 {
    font-size: 22px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs26 {
    font-size: 26px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fs35 {
    font-size: 35px !important;
}
.fs40 {
    font-size: 40px !important;
}
.fs45 {
    font-size: 45px !important;
}
.fs50 {
    font-size: 50px !important;
}
.fs60 {
    font-size: 60px !important;
}
.fs70 {
    font-size: 70px !important;
}
.fs80 {
    font-size: 80px !important;
}
.fs90 {
    font-size: 90px !important;
}
.fs100 {
    font-size: 100px !important;
}
/*===============================================
  E. Padding Helpers
================================================= */
.pn {
    padding: 0 !important;
}
.p1 {
    padding: 1px !important;
}
.p2 {
    padding: 2px !important;
}
.p3 {
    padding: 3px !important;
}
.p4 {
    padding: 4px !important;
}
.p5 {
    padding: 5px !important;
}
.p6 {
    padding: 6px !important;
}
.p7 {
    padding: 7px !important;
}
.p8 {
    padding: 8px !important;
}
.p10 {
    padding: 10px !important;
}
.p12 {
    padding: 12px !important;
}
.p15 {
    padding: 15px !important;
}
.p20 {
    padding: 20px !important;
}
.p25 {
    padding: 25px !important;
}
.p30 {
    padding: 30px !important;
}
.p35 {
    padding: 35px !important;
}
.p40 {
    padding: 40px !important;
}
.p50 {
    padding: 50px !important;
}
.ptn {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.prn {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.pbn {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pln {
    padding-left: 0 !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl50 {
    padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.pv8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pv15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pv25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.pv30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pv40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pv50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.ph5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.ph8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.ph10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ph20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.ph25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.ph40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.ph50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
    .ptn-lg {
        padding-top: 0 !important;
    }
    .prn-lg {
        padding-right: 0 !important;
    }
    .pbn-lg {
        padding-bottom: 0 !important;
    }
    .pln-lg {
        padding-left: 0 !important;
    }
    .pt5-lg {
        padding-top: 5px !important;
    }
    .pr5-lg {
        padding-right: 5px !important;
    }
    .pb5-lg {
        padding-bottom: 5px !important;
    }
    .pl5-lg {
        padding-left: 5px !important;
    }
}
@media (min-width: 992px) {
    .ptn-md {
        padding-top: 0 !important;
    }
    .prn-md {
        padding-right: 0 !important;
    }
    .pbn-md {
        padding-bottom: 0 !important;
    }
    .pln-md {
        padding-left: 0 !important;
    }
    .pt5-md {
        padding-top: 5px !important;
    }
    .pr5-md {
        padding-right: 5px !important;
    }
    .pb5-md {
        padding-bottom: 5px !important;
    }
    .pl5-md {
        padding-left: 5px !important;
    }
}
/*===============================================
  F. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
    margin-left: auto;
    margin-right: auto;
}
.mn {
    margin: 0 !important;
}
.m1 {
    margin: 1px !important;
}
.m2 {
    margin: 2px !important;
}
.m3 {
    margin: 3px !important;
}
.m4 {
    margin: 4px !important;
}
.m5 {
    margin: 5px !important;
}
.m8 {
    margin: 8px !important;
}
.m10 {
    margin: 10px !important;
}
.m15 {
    margin: 15px !important;
}
.m20 {
    margin: 20px !important;
}
.m25 {
    margin: 25px !important;
}
.m30 {
    margin: 30px !important;
}
.m35 {
    margin: 35px !important;
}
.m40 {
    margin: 40px !important;
}
.m50 {
    margin: 50px !important;
}
.mtn {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mrn {
    margin-right: 0 !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mbn {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mln {
    margin-left: 0 !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml50 {
    margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.mv10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mv15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mv20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mv25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.mv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mv40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mv50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mv70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.mh5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mh15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mh20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mh25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mh30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mh40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mh50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mh70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
    margin-top: -5px !important;
}
.mtn10 {
    margin-top: -10px !important;
}
.mtn15 {
    margin-top: -15px !important;
}
.mtn20 {
    margin-top: -20px !important;
}
.mtn30 {
    margin-top: -30px !important;
}
.mrn5 {
    margin-right: -5px !important;
}
.mrn10 {
    margin-right: -10px !important;
}
.mrn15 {
    margin-right: -15px !important;
}
.mrn20 {
    margin-right: -20px !important;
}
.mrn30 {
    margin-right: -30px !important;
}
.mbn5 {
    margin-bottom: -5px !important;
}
.mbn10 {
    margin-bottom: -10px !important;
}
.mbn15 {
    margin-bottom: -15px !important;
}
.mbn20 {
    margin-bottom: -20px !important;
}
.mbn30 {
    margin-bottom: -30px !important;
}
.mln5 {
    margin-left: -5px !important;
}
.mln10 {
    margin-left: -10px !important;
}
.mln15 {
    margin-left: -15px !important;
}
.mln20 {
    margin-left: -20px !important;
}
.mln30 {
    margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}
.mvn10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
.mvn15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}
.mvn20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}
.mvn30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.mhn10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.mhn15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.mhn20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.mhn30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
/*===============================================
  G. LineHeight Helpers
================================================= */
.lh0 {
    line-height: 0 !important;
}
.lh5 {
    line-height: 5px !important;
}
.lh10 {
    line-height: 10px !important;
}
.lh15 {
    line-height: 15px !important;
}
.lh20 {
    line-height: 20px !important;
}
.lh25 {
    line-height: 25px !important;
}
.lh30 {
    line-height: 30px !important;
}
.lh35 {
    line-height: 35px !important;
}
.lh40 {
    line-height: 40px !important;
}
/*===============================================
  H. Border Helpers
================================================= */
/* Border Disables */
.br-l-n {
    border-left: none !important;
}
.br-r-n {
    border-right: none !important;
}
.br-t-n {
    border-top: none !important;
}
.br-b-n {
    border-bottom: none !important;
}
.br-n {
    border: none !important;
}
.br-v-n {
    border-top: none !important;
    border-bottom: none !important;
}
.br-h-n {
    border-left: none !important;
    border-right: none !important;
}
/* Default Borders */
.br-a {
    border: 1px solid #eeeeee !important;
}
.br-l {
    border-left: 1px solid #eeeeee !important;
}
.br-r {
    border-right: 1px solid #eeeeee !important;
}
.br-t {
    border-top: 1px solid #eeeeee !important;
}
.br-b {
    border-bottom: 1px solid #eeeeee !important;
}
/* Border Style */
.br-dashed {
    border-style: dotted !important;
}
/* Border Radius */
.br0 {
    border-radius: 0px !important;
}
.br1 {
    border-radius: 1px !important;
}
.br2 {
    border-radius: 2px !important;
}
.br3 {
    border-radius: 3px !important;
}
.br4 {
    border-radius: 4px !important;
}
.br6 {
    border-radius: 6px !important;
}
.br8 {
    border-radius: 8px !important;
}
.br12 {
    border-radius: 12px !important;
}
.br24 {
    border-radius: 24px !important;
}
.br64 {
    border-radius: 64px !important;
}
/* Border Width */
.bw1 {
    border-width: 1px !important;
}
.bw2 {
    border-width: 2px !important;
}
.bw3 {
    border-width: 3px !important;
}
.bw4 {
    border-width: 4px !important;
}
.bw5 {
    border-width: 5px !important;
}
.bw8 {
    border-width: 8px !important;
}
.bw10 {
    border-width: 10px !important;
}
.bw15 {
    border-width: 15px !important;
}
/*Border Colors Generate contextual modifier classes for colorizing the alert.
*/
.br-white {
    border-color: #ffffff !important;
}
.br-lighter {
    border-color: #eeeeee !important;
}
.br-light {
    border-color: #e7e7e7 !important;
}
.br-grey {
    border-color: #d9d9d9 !important;
}
.br-greyer {
    border-color: #cccccc !important;
}
.br-dark {
    border-color: #3b3f4f !important;
}
.br-dark-light {
    border-color: #51566c !important;
}
.br-primary {
    border-color: #3498db !important;
}
.br-primary-light {
    border-color: #5faee3 !important;
}
.br-info {
    border-color: #3bafda !important;
}
.br-info-light {
    border-color: #66c1e2 !important;
}
.br-success {
    border-color: #70ca63 !important;
}
.br-success-light {
    border-color: #93d789 !important;
}
.br-warning {
    border-color: #f6bb42 !important;
}
.br-warning-light {
    border-color: #f8cd73 !important;
}
.br-danger {
    border-color: #df5640 !important;
}
.br-danger-light {
    border-color: #e67d6c !important;
}
.br-alert {
    border-color: #967adc !important;
}
.br-alert-light {
    border-color: #b6a2e7 !important;
}
.br-system {
    border-color: #37bc9b !important;
}
.br-system-light {
    border-color: #58ceb1 !important;
}
.br-tp-top {
    border-top-color: rgba(0, 0, 0, 0.1);
}
.br-tp-right {
    border-right-color: rgba(0, 0, 0, 0.1);
}
.br-tp-left {
    border-left-color: rgba(0, 0, 0, 0.1);
}
/*===============================================
  I. Max Width Helpers
================================================= */
.fluid-width {
    width: 100% !important;
}
.mw10 {
    max-width: 10px !important;
}
.mw20 {
    max-width: 20px !important;
}
.mw30 {
    max-width: 30px !important;
}
.mw35 {
    max-width: 35px !important;
}
.mw40 {
    max-width: 40px !important;
}
.mw45 {
    max-width: 45px !important;
}
.mw50 {
    max-width: 50px !important;
}
.mw60 {
    max-width: 60px !important;
}
.mw80 {
    max-width: 80px !important;
}
.mw100 {
    max-width: 100px !important;
}
.mw140 {
    max-width: 140px !important;
}
.mw160 {
    max-width: 160px !important;
}
.mw180 {
    max-width: 180px !important;
}
.mw200 {
    max-width: 200px !important;
}
.mw240 {
    max-width: 240px !important;
}
.mw280 {
    max-width: 280px !important;
}
.mw320 {
    max-width: 320px !important;
}
.mw400 {
    max-width: 400px !important;
}
.mw450 {
    max-width: 450px !important;
}
.mw500 {
    max-width: 500px !important;
}
.mw600 {
    max-width: 600px !important;
}
.mw700 {
    max-width: 700px !important;
}
.mw800 {
    max-width: 800px !important;
}
.mw900 {
    max-width: 900px !important;
}
.mw1000 {
    max-width: 1000px !important;
}
.mw1100 {
    max-width: 1100px !important;
}
.mw1200 {
    max-width: 1200px !important;
}
/*Regular Width Helpers. Primarily used
on tables, feel free to add more*/
.w20 {
    width: 20px !important;
}
.w30 {
    width: 30px !important;
}
.w40 {
    width: 40px !important;
}
.w50 {
    width: 50px !important;
}
.w75 {
    width: 75px !important;
}
.w100 {
    width: 100px !important;
}
.w125 {
    width: 125px !important;
}
.w150 {
    width: 150px !important;
}
.w175 {
    width: 175px !important;
}
.w200 {
    width: 200px !important;
}
.w225 {
    width: 225px !important;
}
.w250 {
    width: 250px !important;
}
.w275 {
    width: 275px !important;
}
.w300 {
    width: 300px !important;
}
.w320 {
    width: 320px !important;
}
.w350 {
    width: 350px !important;
}
.w375 {
    width: 375px !important;
}
.w400 {
    width: 400px !important;
}
.w450 {
    width: 450px !important;
}
.mnw20 {
    min-width: 20px !important;
}
.mnw30 {
    min-width: 30px !important;
}
.mnw40 {
    min-width: 40px !important;
}
.mnw50 {
    min-width: 50px !important;
}
.mnw75 {
    min-width: 75px !important;
}
.mnw100 {
    min-width: 100px !important;
}
.mnw125 {
    min-width: 125px !important;
}
.mnw150 {
    min-width: 150px !important;
}
.mnw175 {
    min-width: 175px !important;
}
.mnw200 {
    min-width: 200px !important;
}
.mnw250 {
    min-width: 250px !important;
}
.mnw300 {
    min-width: 300px !important;
}
.mnw435 {
    min-width: 435px !important;
}
.mnw500 {
    min-width: 500px !important;
}
.mnw700 {
    min-width: 700px !important;
}
.mnw1000 {
    min-width: 1000px !important;
}
/*===============================================
  J. Utility Helpers
================================================= */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#topbar:before,
#topbar:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#topbar:after {
    clear: both;
}
.center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center-children > div {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*===============================================
  K. Dividers 辅助线
================================================= */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
hr {
    margin: 35px 0;
    border-top: 1px solid #DDD;
}
hr.alt {
    border-top: 1px dashed #cccccc;
}
hr.short {
    margin: 20px 0;
}
hr.tall {
    margin: 55px 0;
}
hr.dotted {
    border-style: dotted;
}
.divider {
    height: 1px;
    margin: 25px 0;
    background: #e2e2e2;
}

hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
/*===============================================
  L. Quick Float 快速浮动
================================================= */
.highlight pre code {
  font-size: inherit;
  color: #333;
}
.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

/*==================================================
  Theme Skin - 主题皮肤
====================================================
  A.Theme Skin：BACKGROUND 背景色
================================================= */
.bg-primary {
  background-color: #3498db !important;
  color: #e1f0fa;
}
a.bg-primary:hover {
  background-color: #217dbb !important;
}
.bg-primary .text-muted {
  color: #b0dbf8;
}
.bg-primary .text-darken {
  color: #217dbb;
}
.bg-primary.light {
  background-color: #4ea5e0 !important;
}
.bg-primary.lighter {
  background-color: #5faee3 !important;
}
.bg-primary.dark {
  background-color: #2489cc !important;
}
.bg-primary.darker {
  background-color: #217dbb !important;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
  color: #ffffff;
}
.bg-success {
  background-color: #70ca63 !important;
  color: #fcfefb;
}
a.bg-success:hover {
  background-color: #4fbb3f !important;
}
.bg-success .text-muted {
  color: #d6f5d1;
}
.bg-success .text-darken {
  color: #4fbb3f;
}
.bg-success.light {
  background-color: #85d27a !important;
}
.bg-success.lighter {
  background-color: #93d789 !important;
}
.bg-success.dark {
  background-color: #5bc24c !important;
}
.bg-success.darker {
  background-color: #4fbb3f !important;
}
.bg-success .open > a,
.bg-success .open > a:hover,
.bg-success .open > a:focus {
  color: #ffffff;
}
.bg-info {
  background-color: #3bafda !important;
  color: #e7f5fa;
}
a.bg-info:hover {
  background-color: #2494be !important;
}
.bg-info .text-muted {
  color: #b6e6f8;
}
.bg-info .text-darken {
  color: #2494be;
}
.bg-info.light {
  background-color: #55badf !important;
}
.bg-info.lighter {
  background-color: #66c1e2 !important;
}
.bg-info.dark {
  background-color: #27a2cf !important;
}
.bg-info.darker {
  background-color: #2494be !important;
}
.bg-info .open > a,
.bg-info .open > a:hover,
.bg-info .open > a:focus {
  color: #ffffff;
}
.bg-warning {
  background-color: #f6bb42 !important;
  color: #ffffff;
}
a.bg-warning:hover {
  background-color: #f4a911 !important;
}
.bg-warning .text-muted {
  color: #fff0d2;
}
.bg-warning .text-darken {
  color: #f4a911;
}
.bg-warning.light {
  background-color: #f7c65f !important;
}
.bg-warning.lighter {
  background-color: #f8cd73 !important;
}
.bg-warning.dark {
  background-color: #f5b025 !important;
}
.bg-warning.darker {
  background-color: #f4a911 !important;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
  color: #ffffff;
}
.bg-danger {
  background-color: #df5640 !important;
  color: #fcf1ef;
}
a.bg-danger:hover {
  background-color: #ca3922 !important;
}
.bg-danger .text-muted {
  color: #fac6be;
}
.bg-danger .text-darken {
  color: #ca3922;
}
.bg-danger.light {
  background-color: #e36d5a !important;
}
.bg-danger.lighter {
  background-color: #e67d6c !important;
}
.bg-danger.dark {
  background-color: #db3f26 !important;
}
.bg-danger.darker {
  background-color: #ca3922 !important;
}
.bg-danger .open > a,
.bg-danger .open > a:hover,
.bg-danger .open > a:focus {
  color: #ffffff;
}
.bg-alert {
  background-color: #967adc !important;
  color: #ffffff;
}
a.bg-alert:hover {
  background-color: #7652d1 !important;
}
.bg-alert .text-muted {
  color: #f5f2fd;
}
.bg-alert .text-darken {
  color: #7652d1;
}
.bg-alert.light {
  background-color: #a992e2 !important;
}
.bg-alert.lighter {
  background-color: #b6a2e7 !important;
}
.bg-alert.dark {
  background-color: #8362d6 !important;
}
.bg-alert.darker {
  background-color: #7652d1 !important;
}
.bg-alert .open > a,
.bg-alert .open > a:hover,
.bg-alert .open > a:focus {
  color: #ffffff;
}
.bg-system {
  background-color: #37bc9b !important;
  color: #cef1e8;
}
a.bg-system:hover {
  background-color: #2b957a !important;
}
.bg-system .text-muted {
  color: #9eeeda;
}
.bg-system .text-darken {
  color: #2b957a;
}
.bg-system.light {
  background-color: #48c9a9 !important;
}
.bg-system.lighter {
  background-color: #58ceb1 !important;
}
.bg-system.dark {
  background-color: #30a487 !important;
}
.bg-system.darker {
  background-color: #2b957a !important;
}
.bg-system .open > a,
.bg-system .open > a:hover,
.bg-system .open > a:focus {
  color: #ffffff;
}
.bg-dark {
  background-color: #3b3f4f !important;
  color: #9fa4b7;
}
a.bg-dark:hover {
  background-color: #252832 !important;
}
.bg-dark .text-muted {
  color: #717eb2;
}
.bg-dark .text-darken {
  color: #252832;
}
.bg-dark.light {
  background-color: #484d61 !important;
}
.bg-dark.lighter {
  background-color: #51566c !important;
}
.bg-dark.dark {
  background-color: #2e313d !important;
}
.bg-dark.darker {
  background-color: #252832 !important;
}
.bg-dark .open > a,
.bg-dark .open > a:hover,
.bg-dark .open > a:focus {
  color: #ffffff;
}
.bg-light {
  background-color: #FAFAFA;
  color: #666;
}
a.bg-light:hover {
  background-color: #e8e8e8 !important;
}
.bg-light .text-muted {
  color: #999;
}
.bg-light .text-darken {
  color: #222;
}
.bg-light.light {
  background-color: #FEFEFE;
}
.bg-light.lighter {
  background-color: #FFF;
}
.bg-light.dark {
  background-color: #F2F2F2;
}
.bg-light.darker {
  background-color: #E7E7E7;
}
.bg-white {
  background-color: #FAFAFA;
  color: #666;
  background-color: #FFF !important;
}
a.bg-white:hover {
  background-color: #ededed !important;
}
.bg-white .text-muted {
  color: #999;
}
.bg-white .text-darken {
  color: #222;
}
.bg-white.light {
  background-color: #FEFEFE;
}
.bg-white.lighter {
  background-color: #FFF;
}
.bg-white.dark {
  background-color: #F2F2F2;
}
.bg-white.darker {
  background-color: #E7E7E7;
}

/*==================================================
  B.Theme Skin：BADGES 徽章，信息提示icon
================================================= */
.badge-default {
  background-color: #777777 !important;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #5e5e5e;
}
.badge-primary {
  background-color: #3498db !important;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #217dbb;
}
.badge-success {
  background-color: #70ca63 !important;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #4fbb3f;
}
.badge-info {
  background-color: #3bafda !important;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #2494be;
}
.badge-warning {
  background-color: #f6bb42 !important;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #f4a911;
}
.badge-danger {
  background-color: #df5640 !important;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #ca3922;
}
.badge-alert {
  background-color: #967adc !important;
}
.badge-alert[href]:hover,
.badge-alert[href]:focus {
  background-color: #7652d1;
}
.badge-system {
  background-color: #37bc9b !important;
}
.badge-system[href]:hover,
.badge-system[href]:focus {
  background-color: #2b957a;
}
.badge-dark {
  background-color: #3b3f4f !important;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  background-color: #252832;
}

/*==================================================
  C.Theme Skin：LABELS
================================================= */
.label-muted {
  background-color: #aaaaaa;
}
.label-muted[href]:hover,
.label-muted[href]:focus {
  background-color: #919191;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3498db;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #217dbb;
}
.label-success {
  background-color: #70ca63;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4fbb3f;
}
.label-info {
  background-color: #3bafda;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2494be;
}
.label-warning {
  background-color: #f6bb42;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f4a911;
}
.label-danger {
  background-color: #df5640;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ca3922;
}
.label-alert {
  background-color: #967adc;
}
.label-alert[href]:hover,
.label-alert[href]:focus {
  background-color: #7652d1;
}
.label-system {
  background-color: #37bc9b;
}
.label-system[href]:hover,
.label-system[href]:focus {
  background-color: #2b957a;
}
.label-dark {
  background-color: #3b3f4f;
}
.label-dark[href]:hover,
.label-dark[href]:focus {
  background-color: #252832;
}

/*==================================================
  D.Theme Skin：BUTTON 按钮
====================================================*/
.btn-default {
  color: #666666;
  background-color: #f0f0f0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.15);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #666666;
  background-color: #eaeaea;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f0f0f0;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #f0f0f0;
  background-color: #666666;
}
.btn-default.btn-gradient {
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.09);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}
.btn-default.light {
  background-color: #FAFAFA;
}
.btn-default.light:hover,
.btn-default.light:focus,
.btn-default.light:active,
.btn-default.light.active,
.open > .dropdown-toggle.btn-default.light {
  background-color: #ececec;
}
.btn-default.dark {
  background-color: #e8e8e8;
}
.btn-default.dark:hover,
.btn-default.dark:focus,
.btn-default.dark:active,
.btn-default.dark.active,
.open > .dropdown-toggle.btn-default.dark {
  background-color: #e1e1e1;
}
.btn-primary {
  color: #ffffff;
  background-color: #3498db;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2384c6;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-primary.light {
  background-color: #4ea5e0;
}
.btn-primary.light:hover,
.btn-primary.light:focus,
.btn-primary.light:active,
.btn-primary.light.active,
.open > .dropdown-toggle.btn-primary.light {
  background-color: #2489cc;
}
.btn-primary.dark {
  background-color: #2489cc;
}
.btn-primary.dark:hover,
.btn-primary.dark:focus,
.btn-primary.dark:active,
.btn-primary.dark.active,
.open > .dropdown-toggle.btn-primary.dark {
  background-color: #2077b2;
}
.btn-success {
  color: #ffffff;
  background-color: #70ca63;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #56c046;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #70ca63;
  border-color: #70ca63;
}
.btn-success .badge {
  color: #70ca63;
  background-color: #ffffff;
}
.btn-success.light {
  background-color: #85d27a;
}
.btn-success.light:hover,
.btn-success.light:focus,
.btn-success.light:active,
.btn-success.light.active,
.open > .dropdown-toggle.btn-success.light {
  background-color: #5bc24c;
}
.btn-success.dark {
  background-color: #5bc24c;
}
.btn-success.dark:hover,
.btn-success.dark:focus,
.btn-success.dark:active,
.btn-success.dark.active,
.open > .dropdown-toggle.btn-success.dark {
  background-color: #4cb33d;
}
.btn-info {
  color: #ffffff;
  background-color: #3bafda;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #269dc9;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3bafda;
  border-color: #3bafda;
}
.btn-info .badge {
  color: #3bafda;
  background-color: #ffffff;
}
.btn-info.light {
  background-color: #55badf;
}
.btn-info.light:hover,
.btn-info.light:focus,
.btn-info.light:active,
.btn-info.light.active,
.open > .dropdown-toggle.btn-info.light {
  background-color: #27a2cf;
}
.btn-info.dark {
  background-color: #27a2cf;
}
.btn-info.dark:hover,
.btn-info.dark:focus,
.btn-info.dark:active,
.btn-info.dark.active,
.open > .dropdown-toggle.btn-info.dark {
  background-color: #228eb6;
}
.btn-warning {
  color: #ffffff;
  background-color: #f6bb42;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f4ae1d;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.btn-warning .badge {
  color: #f6bb42;
  background-color: #ffffff;
}
.btn-warning.light {
  background-color: #f7c65f;
}
.btn-warning.light:hover,
.btn-warning.light:focus,
.btn-warning.light:active,
.btn-warning.light.active,
.open > .dropdown-toggle.btn-warning.light {
  background-color: #f5b025;
}
.btn-warning.dark {
  background-color: #f5b025;
}
.btn-warning.dark:hover,
.btn-warning.dark:focus,
.btn-warning.dark:active,
.btn-warning.dark.active,
.open > .dropdown-toggle.btn-warning.dark {
  background-color: #efa50b;
}
.btn-danger {
  color: #ffffff;
  background-color: #df5640;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d53c24;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #df5640;
  border-color: #df5640;
}
.btn-danger .badge {
  color: #df5640;
  background-color: #ffffff;
}
.btn-danger.light {
  background-color: #e36d5a;
}
.btn-danger.light:hover,
.btn-danger.light:focus,
.btn-danger.light:active,
.btn-danger.light.active,
.open > .dropdown-toggle.btn-danger.light {
  background-color: #db3f26;
}
.btn-danger.dark {
  background-color: #db3f26;
}
.btn-danger.dark:hover,
.btn-danger.dark:focus,
.btn-danger.dark:active,
.btn-danger.dark.active,
.open > .dropdown-toggle.btn-danger.dark {
  background-color: #c13720;
}
.btn-alert {
  color: #ffffff;
  background-color: #967adc;
}
.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  color: #ffffff;
  background-color: #7e5cd4;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  background-image: none;
}
.btn-alert.disabled,
.btn-alert[disabled],
fieldset[disabled] .btn-alert,
.btn-alert.disabled:hover,
.btn-alert[disabled]:hover,
fieldset[disabled] .btn-alert:hover,
.btn-alert.disabled:focus,
.btn-alert[disabled]:focus,
fieldset[disabled] .btn-alert:focus,
.btn-alert.disabled:active,
.btn-alert[disabled]:active,
fieldset[disabled] .btn-alert:active,
.btn-alert.disabled.active,
.btn-alert[disabled].active,
fieldset[disabled] .btn-alert.active {
  background-color: #967adc;
  border-color: #967adc;
}
.btn-alert .badge {
  color: #967adc;
  background-color: #ffffff;
}
.btn-alert.light {
  background-color: #a992e2;
}
.btn-alert.light:hover,
.btn-alert.light:focus,
.btn-alert.light:active,
.btn-alert.light.active,
.open > .dropdown-toggle.btn-alert.light {
  background-color: #8362d6;
}
.btn-alert.dark {
  background-color: #8362d6;
}
.btn-alert.dark:hover,
.btn-alert.dark:focus,
.btn-alert.dark:active,
.btn-alert.dark.active,
.open > .dropdown-toggle.btn-alert.dark {
  background-color: #704acf;
}
.btn-system {
  color: #ffffff;
  background-color: #37bc9b;
}
.btn-system:hover,
.btn-system:focus,
.btn-system:active,
.btn-system.active,
.open > .dropdown-toggle.btn-system {
  color: #ffffff;
  background-color: #2e9e83;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-system:active,
.btn-system.active,
.open > .dropdown-toggle.btn-system {
  background-image: none;
}
.btn-system.disabled,
.btn-system[disabled],
fieldset[disabled] .btn-system,
.btn-system.disabled:hover,
.btn-system[disabled]:hover,
fieldset[disabled] .btn-system:hover,
.btn-system.disabled:focus,
.btn-system[disabled]:focus,
fieldset[disabled] .btn-system:focus,
.btn-system.disabled:active,
.btn-system[disabled]:active,
fieldset[disabled] .btn-system:active,
.btn-system.disabled.active,
.btn-system[disabled].active,
fieldset[disabled] .btn-system.active {
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.btn-system .badge {
  color: #37bc9b;
  background-color: #ffffff;
}
.btn-system.light {
  background-color: #48c9a9;
}
.btn-system.light:hover,
.btn-system.light:focus,
.btn-system.light:active,
.btn-system.light.active,
.open > .dropdown-toggle.btn-system.light {
  background-color: #30a487;
}
.btn-system.dark {
  background-color: #30a487;
}
.btn-system.dark:hover,
.btn-system.dark:focus,
.btn-system.dark:active,
.btn-system.dark.active,
.open > .dropdown-toggle.btn-system.dark {
  background-color: #298d74;
}
.btn-dark {
  color: #ffffff;
  background-color: #3b3f4f;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #2b2e39;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #3b3f4f;
  border-color: #3b3f4f;
}
.btn-dark .badge {
  color: #3b3f4f;
  background-color: #ffffff;
}
.btn-dark.light {
  background-color: #484d61;
}
.btn-dark.light:hover,
.btn-dark.light:focus,
.btn-dark.light:active,
.btn-dark.light.active,
.open > .dropdown-toggle.btn-dark.light {
  background-color: #2e313d;
}
.btn-dark.dark {
  background-color: #2e313d;
}
.btn-dark.dark:hover,
.btn-dark.dark:focus,
.btn-dark.dark:active,
.btn-dark.dark.active,
.open > .dropdown-toggle.btn-dark.dark {
  background-color: #21232c;
}

/*==================================================
  E.Theme Skin：ALT BUTTON
================================================= */

/*==================================================
  F.Theme Skin：CHECKBOX/RADIO 单选框/复选框
================================================= */
.as-radio-custom.radio-primary label:before,
.as-checkbox-custom.checkbox-primary label:before {
    border-color: #4ea5e0;
}
.as-radio-custom.radio-primary input[type=radio]:checked + label:after,
.as-radio-custom.radio-primary input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-primary input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-primary input[type=radio]:checked + label:after {
    background-color: #4ea5e0;
    color: #4ea5e0;
}
.as-checkbox-custom.fill.checkbox-primary label:before {
    background-color: #4ea5e0;
}
.as-radio-custom.radio-success label:before,
.as-checkbox-custom.checkbox-success label:before {
    border-color: #85d27a;
}
.as-radio-custom.radio-success input[type=radio]:checked + label:after,
.as-radio-custom.radio-success input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-success input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-success input[type=radio]:checked + label:after {
    background-color: #85d27a;
    color: #85d27a;
}
.as-checkbox-custom.fill.checkbox-success label:before {
    background-color: #85d27a;
}
.as-radio-custom.radio-info label:before,
.as-checkbox-custom.checkbox-info label:before {
    border-color: #55badf;
}
.as-radio-custom.radio-info input[type=radio]:checked + label:after,
.as-radio-custom.radio-info input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-info input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-info input[type=radio]:checked + label:after {
    background-color: #55badf;
    color: #55badf;
}
.as-checkbox-custom.fill.checkbox-info label:before {
    background-color: #55badf;
}
.as-radio-custom.radio-warning label:before,
.as-checkbox-custom.checkbox-warning label:before {
    border-color: #f7c65f;
}
.as-radio-custom.radio-warning input[type=radio]:checked + label:after,
.as-radio-custom.radio-warning input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-warning input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-warning input[type=radio]:checked + label:after {
    background-color: #f7c65f;
    color: #f7c65f;
}
.as-checkbox-custom.fill.checkbox-warning label:before {
    background-color: #f7c65f;
}
.as-radio-custom.radio-danger label:before,
.as-checkbox-custom.checkbox-danger label:before {
    border-color: #e36d5a;
}
.as-radio-custom.radio-danger input[type=radio]:checked + label:after,
.as-radio-custom.radio-danger input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-danger input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-danger input[type=radio]:checked + label:after {
    background-color: #e36d5a;
    color: #e36d5a;
}
.as-checkbox-custom.fill.checkbox-danger label:before {
    background-color: #e36d5a;
}
.as-radio-custom.radio-alert label:before,
.as-checkbox-custom.checkbox-alert label:before {
    border-color: #a992e2;
}
.as-radio-custom.radio-alert input[type=radio]:checked + label:after,
.as-radio-custom.radio-alert input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-alert input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-alert input[type=radio]:checked + label:after {
    background-color: #a992e2;
    color: #a992e2;
}
.as-checkbox-custom.fill.checkbox-alert label:before {
    background-color: #a992e2;
}
.as-radio-custom.radio-system label:before,
.as-checkbox-custom.checkbox-system label:before {
    border-color: #48c9a9;
}
.as-radio-custom.radio-system input[type=radio]:checked + label:after,
.as-radio-custom.radio-system input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-system input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-system input[type=radio]:checked + label:after {
    background-color: #48c9a9;
    color: #48c9a9;
}
.as-checkbox-custom.fill.checkbox-system label:before {
    background-color: #48c9a9;
}
.as-radio-custom.radio-dark label:before,
.as-checkbox-custom.checkbox-dark label:before {
    border-color: #484d61;
}
.as-radio-custom.radio-dark input[type=radio]:checked + label:after,
.as-radio-custom.radio-dark input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-dark input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-dark input[type=radio]:checked + label:after {
    background-color: #484d61;
    color: #484d61;
}
.as-checkbox-custom.fill.checkbox-dark label:before {
    background-color: #484d61;
}
.as-radio-custom.radio-light label:before,
.as-checkbox-custom.checkbox-light label:before {
    border-color: #eee;
}
.as-radio-custom.radio-light input[type=radio]:checked + label:after,
.as-radio-custom.radio-light input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-light input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-light input[type=radio]:checked + label:after {
    background-color: #666;
    color: #666 !important;
}
.as-checkbox-custom.fill.checkbox-light label:before {
    background-color: #eee;
}
.as-radio-custom.radio-disabled label:before,
.as-checkbox-custom.checkbox-disabled label:before {
    border-color: #b9b9b9;
}
.as-radio-custom.radio-disabled input[type=radio]:checked + label:after,
.as-radio-custom.radio-disabled input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-disabled input[type=checkbox]:checked + label:after,
.as-checkbox-custom.checkbox-disabled input[type=radio]:checked + label:after {
    background-color: #b9b9b9;
    color: #b9b9b9;
}
.as-checkbox-custom.fill.checkbox-disabled label:before {
    background-color: #b9b9b9;
}

/*==================================================
  G.Theme Skin：PANEL 面板
================================================= */
.panel-primary.panel-border {
  border-color: #3498db;
}
.panel-primary > .as-panel-header {
  color: #ffffff;
  background-color: #3498db;
  border-color: #2282c1;
}
.panel-primary > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #3498db;
}
.panel-primary > .as-panel-header .badge {
  color: #3498db;
  background-color: #ffffff;
}
.panel-primary > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #3498db;
}
.panel-primary > .as-panel-body.fill {
  color: #FFF;
  border-color: #6cb5e5;
  background-color: #6cb5e5;
}
.panel-primary > .as-panel-body.border {
  border: 3px solid #3498db;
}
.panel-success.panel-border {
  border-color: #70ca63;
}
.panel-success > .as-panel-header {
  color: #ffffff;
  background-color: #70ca63;
  border-color: #52bf43;
}
.panel-success > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #70ca63;
}
.panel-success > .as-panel-header .badge {
  color: #70ca63;
  background-color: #ffffff;
}
.panel-success > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #70ca63;
}
.panel-success > .as-panel-body.fill {
  color: #FFF;
  border-color: #9ddb94;
  background-color: #9ddb94;
}
.panel-success > .as-panel-body.border {
  border: 3px solid #70ca63;
}
.panel-info.panel-border {
  border-color: #3bafda;
}
.panel-info > .as-panel-header {
  color: #ffffff;
  background-color: #3bafda;
  border-color: #2599c5;
}
.panel-info > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #3bafda;
}
.panel-info > .as-panel-header .badge {
  color: #3bafda;
  background-color: #ffffff;
}
.panel-info > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #3bafda;
}
.panel-info > .as-panel-body.fill {
  color: #FFF;
  border-color: #73c6e5;
  background-color: #73c6e5;
}
.panel-info > .as-panel-body.border {
  border: 3px solid #3bafda;
}
.panel-warning.panel-border {
  border-color: #f6bb42;
}
.panel-warning > .as-panel-header {
  color: #ffffff;
  background-color: #f6bb42;
  border-color: #f4ac19;
}
.panel-warning > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #f6bb42;
}
.panel-warning > .as-panel-header .badge {
  color: #f6bb42;
  background-color: #ffffff;
}
.panel-warning > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #f6bb42;
}
.panel-warning > .as-panel-body.fill {
  color: #FFF;
  border-color: #f9d281;
  background-color: #f9d281;
}
.panel-warning > .as-panel-body.border {
  border: 3px solid #f6bb42;
}
.panel-danger.panel-border {
  border-color: #df5640;
}
.panel-danger > .as-panel-header {
  color: #ffffff;
  background-color: #df5640;
  border-color: #d13b23;
}
.panel-danger > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #df5640;
}
.panel-danger > .as-panel-header .badge {
  color: #df5640;
  background-color: #ffffff;
}
.panel-danger > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #df5640;
}
.panel-danger > .as-panel-body.fill {
  color: #FFF;
  border-color: #e98879;
  background-color: #e98879;
}
.panel-danger > .as-panel-body.border {
  border: 3px solid #df5640;
}
.panel-alert.panel-border {
  border-color: #967adc;
}
.panel-alert > .as-panel-header {
  color: #ffffff;
  background-color: #967adc;
  border-color: #7b58d3;
}
.panel-alert > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #967adc;
}
.panel-alert > .as-panel-header .badge {
  color: #967adc;
  background-color: #ffffff;
}
.panel-alert > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-alert > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #967adc;
}
.panel-alert > .as-panel-body.fill {
  color: #FFF;
  border-color: #bfaeea;
  background-color: #bfaeea;
}
.panel-alert > .as-panel-body.border {
  border: 3px solid #967adc;
}
.panel-system.panel-border {
  border-color: #37bc9b;
}
.panel-system > .as-panel-header {
  color: #ffffff;
  background-color: #37bc9b;
  border-color: #2d9a7f;
}
.panel-system > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #37bc9b;
}
.panel-system > .as-panel-header .badge {
  color: #37bc9b;
  background-color: #ffffff;
}
.panel-system > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-system > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #37bc9b;
}
.panel-system > .as-panel-body.fill {
  color: #FFF;
  border-color: #64d2b6;
  background-color: #64d2b6;
}
.panel-system > .as-panel-body.border {
  border: 3px solid #37bc9b;
}
.panel-dark.panel-border {
  border-color: #3b3f4f;
}
.panel-dark > .as-panel-header {
  color: #ffffff;
  background-color: #3b3f4f;
  border-color: #282b36;
}
.panel-dark > .as-panel-header + .panel-collapse > .as-panel-body {
  border-top-color: #3b3f4f;
}
.panel-dark > .as-panel-header .badge {
  color: #3b3f4f;
  background-color: #ffffff;
}
.panel-dark > .as-panel-header > .as-panel-title {
  color: #ffffff;
}
.panel-dark > .panel-footer + .panel-collapse > .as-panel-body {
  border-bottom-color: #3b3f4f;
}
.panel-dark > .as-panel-body.fill {
  color: #FFF;
  border-color: #575d75;
  background-color: #575d75;
}
.panel-dark > .as-panel-body.border {
  border: 3px solid #3b3f4f;
}

/*==================================================
  H.Theme Skin：PROGRESS 进度条
================================================= */
.progress-bar-default {
  background-color: #999999;
}
.progress-bar-default.light {
  background-color: #a2a2a2;
}
.progress-bar-default.dark {
  background-color: #909090;
}
.progress-striped .progress-bar-default {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary {
  background-color: #3498db;
}
.progress-bar-primary.light {
  background-color: #43a0de;
}
.progress-bar-primary.dark {
  background-color: #2690d7;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #70ca63;
}
.progress-bar-success.light {
  background-color: #7ccf70;
}
.progress-bar-success.dark {
  background-color: #64c556;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3bafda;
}
.progress-bar-info.light {
  background-color: #4ab5dd;
}
.progress-bar-info.dark {
  background-color: #2ca9d7;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f6bb42;
}
.progress-bar-warning.light {
  background-color: #f7c153;
}
.progress-bar-warning.dark {
  background-color: #f5b531;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #df5640;
}
.progress-bar-danger.light {
  background-color: #e2644f;
}
.progress-bar-danger.dark {
  background-color: #dc4831;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-alert {
  background-color: #967adc;
}
.progress-bar-alert.light {
  background-color: #a188e0;
}
.progress-bar-alert.dark {
  background-color: #8b6cd8;
}
.progress-striped .progress-bar-alert {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-system {
  background-color: #37bc9b;
}
.progress-bar-system.light {
  background-color: #3ec7a5;
}
.progress-bar-system.dark {
  background-color: #33ae90;
}
.progress-striped .progress-bar-system {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-dark {
  background-color: #3b3f4f;
}
.progress-bar-dark.light {
  background-color: #434759;
}
.progress-bar-dark.dark {
  background-color: #333745;
}
.progress-striped .progress-bar-dark {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*==================================================
  I.Theme Skin：SWITCH 仿IOS 开关按钮
=================================================*/
div.as-switch.switch-primary input:checked + label {
    background-color: #3498db;
}
div.as-switch.switch-success input:checked + label {
    background-color: #70ca63;
}
div.as-switch.switch-info input:checked + label {
    background-color: #3bafda;
}
div.as-switch.switch-warning input:checked + label {
    background-color: #f6bb42;
}
div.as-switch.switch-danger input:checked + label {
    background-color: #df5640;
}
div.as-switch.switch-alert input:checked + label {
    background-color: #967adc;
}
div.as-switch.switch-system input:checked + label {
    background-color: #37bc9b;
}
div.as-switch.switch-dark input:checked + label {
    background-color: #3b3f4f;
}

/*==================================================
  J.Theme Skin：TEXT COLOR 文本颜色
================================================= */
.text-white {
  color: #ffffff;
}
a.text-white:hover {
  color: #808080;
}
.text-white-light {
  color: #ffffff;
}
.text-white-lighter {
  color: #ffffff;
}
.text-white-dark {
  color: #f6f6f6;
}
.text-white-darker {
  color: #ececec;
}
.text-muted {
  color: #999999;
}
a.text-muted:hover {
  color: #191919;
}
.text-muted-light {
  color: #a2a2a2;
}
.text-muted-lighter {
  color: #acacac;
}
.text-muted-dark {
  color: #909090;
}
.text-muted-darker {
  color: #868686;
}
.text-primary {
  color: #3498db;
}
a.text-primary:hover {
  color: #02090e;
}
.text-primary-light {
  color: #43a0de;
}
.text-primary-lighter {
  color: #54a8e1;
}
.text-primary-dark {
  color: #2690d7;
}
.text-primary-darker {
  color: #2384c6;
}
.text-success {
  color: #70ca63;
}
a.text-success:hover {
  color: #0f220c;
}
.text-success-light {
  color: #7ccf70;
}
.text-success-lighter {
  color: #8ad480;
}
.text-success-dark {
  color: #64c556;
}
.text-success-darker {
  color: #56c046;
}
.text-info {
  color: #3bafda;
}
a.text-info:hover {
  color: #030e13;
}
.text-info-light {
  color: #4ab5dd;
}
.text-info-lighter {
  color: #5bbce0;
}
.text-info-dark {
  color: #2ca9d7;
}
.text-info-darker {
  color: #269dc9;
}
.text-warning {
  color: #f6bb42;
}
a.text-warning:hover {
  color: #362503;
}
.text-warning-light {
  color: #f7c153;
}
.text-warning-lighter {
  color: #f8c867;
}
.text-warning-dark {
  color: #f5b531;
}
.text-warning-darker {
  color: #f4ae1d;
}
.text-danger {
  color: #df5640;
}
a.text-danger:hover {
  color: #1b0805;
}
.text-danger-light {
  color: #e2644f;
}
.text-danger-lighter {
  color: #e47361;
}
.text-danger-dark {
  color: #dc4831;
}
.text-danger-darker {
  color: #d53c24;
}
.text-alert {
  color: #967adc;
}
a.text-alert:hover {
  color: #211245;
}
.text-alert-light {
  color: #a188e0;
}
.text-alert-lighter {
  color: #ae98e4;
}
.text-alert-dark {
  color: #8b6cd8;
}
.text-alert-darker {
  color: #7e5cd4;
}
.text-system {
  color: #37bc9b;
}
a.text-system:hover {
  color: #000000;
}
.text-system-light {
  color: #3ec7a5;
}
.text-system-lighter {
  color: #4ecbac;
}
.text-system-dark {
  color: #33ae90;
}
.text-system-darker {
  color: #2e9e83;
}
.text-dark {
  color: #3b3f4f;
}
a.text-dark:hover {
  color: #000000;
}
.text-dark-light {
  color: #434759;
}
.text-dark-lighter {
  color: #4b5065;
}
.text-dark-dark {
  color: #333745;
}
.text-dark-darker {
  color: #2b2e39;
}
.text-tp {
  color: rgba(0, 0, 0, 0.2);
}
a.text-tp:hover {
  color: rgba(0, 0, 0, 0.3);
}

/*==================================================
  K.Theme Skin：ALERT 提示框
================================================= */
.alert-primary {
  background-color: #57aae1;
}
.alert-primary.alert-border-right {
  border-right-color: #1f74ae;
}
.alert-primary.alert-border-top {
  border-top-color: #1f74ae;
}
.alert-primary.alert-border-bottom {
  border-bottom-color: #1f74ae;
}
.alert-primary.alert-border-left {
  border-left-color: #1f74ae;
}
.alert-primary.light {
  background-color: #75b9e7;
}
.alert-primary.dark {
  background-color: #2791d9;
}
.alert-primary.pastel {
  color: #1d6fa5;
  background-color: #b6daf2;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-primary.pastel .alert-link {
  color: #1d6fa5;
}
.alert-primary.pastel.alert-micro {
  border-color: #5faee3;
}
.alert-primary.pastel .close {
  color: #1d6fa5;
}
.alert-primary.pastel .close:hover {
  color: #1d6fa5;
}
.alert-success {
  background-color: #8cd481;
}
.alert-success.alert-border-right {
  border-right-color: #4aaf3c;
}
.alert-success.alert-border-top {
  border-top-color: #4aaf3c;
}
.alert-success.alert-border-bottom {
  border-bottom-color: #4aaf3c;
}
.alert-success.alert-border-left {
  border-left-color: #4aaf3c;
}
.alert-success.light {
  background-color: #a4dd9c;
}
.alert-success.dark {
  background-color: #66c658;
}
.alert-success.pastel {
  color: #47a839;
  background-color: #d9f1d5;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-success.pastel .alert-link {
  color: #47a839;
}
.alert-success.pastel.alert-micro {
  border-color: #93d789;
}
.alert-success.pastel .close {
  color: #47a839;
}
.alert-success.pastel .close:hover {
  color: #47a839;
}
.alert-info {
  background-color: #5dbde0;
}
.alert-info.alert-border-right {
  border-right-color: #218ab1;
}
.alert-info.alert-border-top {
  border-top-color: #218ab1;
}
.alert-info.alert-border-bottom {
  border-bottom-color: #218ab1;
}
.alert-info.alert-border-left {
  border-left-color: #218ab1;
}
.alert-info.light {
  background-color: #7bc9e6;
}
.alert-info.dark {
  background-color: #2eaad8;
}
.alert-info.pastel {
  color: #2084a9;
  background-color: #bce4f2;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-info.pastel .alert-link {
  color: #2084a9;
}
.alert-info.pastel.alert-micro {
  border-color: #66c1e2;
}
.alert-info.pastel .close {
  color: #2084a9;
}
.alert-info.pastel .close:hover {
  color: #2084a9;
}
.alert-warning {
  background-color: #f8c969;
}
.alert-warning.alert-border-right {
  border-right-color: #eba10b;
}
.alert-warning.alert-border-top {
  border-top-color: #eba10b;
}
.alert-warning.alert-border-bottom {
  border-bottom-color: #eba10b;
}
.alert-warning.alert-border-left {
  border-left-color: #eba10b;
}
.alert-warning.light {
  background-color: #f9d58b;
}
.alert-warning.dark {
  background-color: #f5b633;
}
.alert-warning.pastel {
  color: #e19b0b;
  background-color: #fdf0d4;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-warning.pastel .alert-link {
  color: #e19b0b;
}
.alert-warning.pastel.alert-micro {
  border-color: #f8cd73;
}
.alert-warning.pastel .close {
  color: #e19b0b;
}
.alert-warning.pastel .close:hover {
  color: #e19b0b;
}
.alert-danger {
  background-color: #e57563;
}
.alert-danger.alert-border-right {
  border-right-color: #bd3520;
}
.alert-danger.alert-border-top {
  border-top-color: #bd3520;
}
.alert-danger.alert-border-bottom {
  border-bottom-color: #bd3520;
}
.alert-danger.alert-border-left {
  border-left-color: #bd3520;
}
.alert-danger.light {
  background-color: #ea9082;
}
.alert-danger.dark {
  background-color: #dd4a33;
}
.alert-danger.pastel {
  color: #b4331e;
  background-color: #f5cac3;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-danger.pastel .alert-link {
  color: #b4331e;
}
.alert-danger.pastel.alert-micro {
  border-color: #e67d6c;
}
.alert-danger.pastel .close {
  color: #b4331e;
}
.alert-danger.pastel .close:hover {
  color: #b4331e;
}
.alert-alert {
  background-color: #b09ae4;
}
.alert-alert.alert-border-right {
  border-right-color: #6d46ce;
}
.alert-alert.alert-border-top {
  border-top-color: #6d46ce;
}
.alert-alert.alert-border-bottom {
  border-bottom-color: #6d46ce;
}
.alert-alert.alert-border-left {
  border-left-color: #6d46ce;
}
.alert-alert.light {
  background-color: #c6b7ec;
}
.alert-alert.dark {
  background-color: #8c6ed9;
}
.alert-alert.pastel {
  color: #663dcc;
  background-color: #f6f3fc;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-alert.pastel .alert-link {
  color: #663dcc;
}
.alert-alert.pastel.alert-micro {
  border-color: #b6a2e7;
}
.alert-alert.pastel .close {
  color: #663dcc;
}
.alert-alert.pastel .close:hover {
  color: #663dcc;
}
.alert-system {
  background-color: #50ccad;
}
.alert-system.alert-border-right {
  border-right-color: #288971;
}
.alert-system.alert-border-top {
  border-top-color: #288971;
}
.alert-system.alert-border-bottom {
  border-bottom-color: #288971;
}
.alert-system.alert-border-left {
  border-left-color: #288971;
}
.alert-system.light {
  background-color: #6cd4ba;
}
.alert-system.dark {
  background-color: #34b091;
}
.alert-system.pastel {
  color: #26816a;
  background-color: #a7e5d6;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-system.pastel .alert-link {
  color: #26816a;
}
.alert-system.pastel.alert-micro {
  border-color: #58ceb1;
}
.alert-system.pastel .close {
  color: #26816a;
}
.alert-system.pastel .close:hover {
  color: #26816a;
}
.alert-default {
  color: #888;
  background-color: #f0f0f0;
}
.alert-default .alert-link {
  color: #777;
}
.alert-default.alert-border-right {
  border-right-color: #cfcfcf;
}
.alert-default.alert-border-top {
  border-top-color: #cfcfcf;
}
.alert-default.alert-border-bottom {
  border-bottom-color: #cfcfcf;
}
.alert-default.alert-border-left {
  border-left-color: #cfcfcf;
}
.alert-default.pastel,
.alert-default.light {
  background-color: #fdfdfd;
  border-color: rgba(0, 0, 0, 0.15);
}
.alert-default.dark {
  background-color: #e6e6e6;
}
.alert-dark {
  background-color: #626984;
}
.alert-dark.alert-border-right {
  border-right-color: #1f2129;
}
.alert-dark.alert-border-top {
  border-top-color: #1f2129;
}
.alert-dark.alert-border-bottom {
  border-bottom-color: #1f2129;
}
.alert-dark.alert-border-left {
  border-left-color: #1f2129;
}
.alert-dark.pastel,
.alert-dark.light {
  color: #676e89;
  background-color: #d0d3dc;
}
.alert-dark.pastel .alert-link,
.alert-dark.light .alert-link {
  color: #51566c;
}
.alert-dark.dark {
  background-color: #4a4f63;
}

/*==================================================
  L.Theme Skin：INPUT 输入框
================================================= */
.has-primary .help-block,
.has-primary .as-control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .as-radio-inline,
.has-primary .as-checkbox-inline,
.has-primary .as-append-icon {
    color: #3498db;
}
.has-primary .as-form-control {
    border-color: #5faee3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-primary .as-form-control:focus {
    border-color: #217dbb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #8bc4ea;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #8bc4ea;
}
.has-success .help-block,
.has-success .as-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .as-radio-inline,
.has-success .as-checkbox-inline,
.has-success .as-append-icon {
  color: #70ca63;
}
.has-success .as-form-control {
  border-color: #93d789;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .as-form-control:focus {
  border-color: #4fbb3f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #b6e4af;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #b6e4af;
}
.has-info .help-block,
.has-info .as-control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .as-radio-inline,
.has-info .as-checkbox-inline,
.has-info .as-append-icon {
  color: #3bafda;
}
.has-info .as-form-control {
  border-color: #66c1e2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .as-form-control:focus {
  border-color: #2494be;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #91d2ea;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #91d2ea;
}
.has-warning .help-block,
.has-warning .as-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .as-radio-inline,
.has-warning .as-checkbox-inline,
.has-warning .as-append-icon {
  color: #f6bb42;
}
.has-warning .as-form-control {
  border-color: #f8cd73;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .as-form-control:focus {
  border-color: #f4a911;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #fbdea3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #fbdea3;
}
.has-error .help-block,
.has-error .as-control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .as-radio-inline,
.has-error .as-checkbox-inline,
.has-error .as-append-icon {
  color: #df5640;
}
.has-error .as-form-control {
  border-color: #e67d6c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .as-form-control:focus {
  border-color: #ca3922;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #eea397;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #eea397;
}
.has-alert .help-block,
.has-alert .as-control-label,
.has-alert .radio,
.has-alert .checkbox,
.has-alert .as-radio-inline,
.has-alert .as-checkbox-inline,
.has-alert .as-append-icon {
  color: #967adc;
}
.has-alert .as-form-control {
  border-color: #b6a2e7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-alert .as-form-control:focus {
  border-color: #7652d1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #d6cbf1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #d6cbf1;
}
.has-system .help-block,
.has-system .as-control-label,
.has-system .radio,
.has-system .checkbox,
.has-system .as-radio-inline,
.has-system .as-checkbox-inline,
.has-system .as-append-icon {
  color: #37bc9b;
}
.has-system .as-form-control {
  border-color: #58ceb1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-system .as-form-control:focus {
  border-color: #2b957a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #7fdac3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #7fdac3;
}

/*================================================
      M.Theme Skin：BLOCKQUOTE 文本框
 ================================================*/
blockquote.blockquote-primary {
  border-color: #3498db;
}
blockquote.blockquote-success {
  border-color: #70ca63;
}
blockquote.blockquote-info {
  border-color: #3bafda;
}
blockquote.blockquote-warning {
  border-color: #f6bb42;
}
blockquote.blockquote-danger {
  border-color: #df5640;
}
blockquote.blockquote-alert {
  border-color: #967adc;
}
blockquote.blockquote-system {
  border-color: #37bc9b;
}
blockquote.blockquote-dark {
  border-color: #3b3f4f;
}

/*================================================
      N.Theme Skin：Table 表格
 ================================================*/
.as-table > thead > tr > td.active,
.as-table > tbody > tr > td.active,
.as-table > tfoot > tr > td.active,
.as-table > thead > tr > th.active,
.as-table > tbody > tr > th.active,
.as-table > tfoot > tr > th.active,
.as-table > thead > tr.active > td,
.as-table > tbody > tr.active > td,
.as-table > tfoot > tr.active > td,
.as-table > thead > tr.active > th,
.as-table > tbody > tr.active > th,
.as-table > tfoot > tr.active > th {
  color: #a9a9a9;
  border-color: #ffffff;
  background-color: #ffffff;
}
.as-table > thead > tr.active + tr > th,
.as-table > tbody > tr.active + tr > th,
.as-table > tfoot > tr.active + tr > th,
.as-table > thead > tr.active + tr > td,
.as-table > tbody > tr.active + tr > td,
.as-table > tfoot > tr.active + tr > td {
  border-top: 1px solid #ffffff;
}
.as-table-hover > tbody > tr > td.active:hover,
.as-table-hover > tbody > tr > th.active:hover,
.as-table-hover > tbody > tr.active:hover > td,
.as-table-hover > tbody > tr:hover > .active,
.as-table-hover > tbody > tr.active:hover > th {
  background-color: #ffffff;
}
.as-table > thead > tr > td.default,
.as-table > tbody > tr > td.default,
.as-table > tfoot > tr > td.default,
.as-table > thead > tr > th.default,
.as-table > tbody > tr > th.default,
.as-table > tfoot > tr > th.default,
.as-table > thead > tr.default > td,
.as-table > tbody > tr.default > td,
.as-table > tfoot > tr.default > td,
.as-table > thead > tr.default > th,
.as-table > tbody > tr.default > th,
.as-table > tfoot > tr.default > th {
  color: #b3b3b3;
  border-color: #ffffff;
  background-color: #ffffff;
}
.as-table > thead > tr.default + tr > th,
.as-table > tbody > tr.default + tr > th,
.as-table > tfoot > tr.default + tr > th,
.as-table > thead > tr.default + tr > td,
.as-table > tbody > tr.default + tr > td,
.as-table > tfoot > tr.default + tr > td {
  border-top: 1px solid #ffffff;
}
.as-table-hover > tbody > tr > td.default:hover,
.as-table-hover > tbody > tr > th.default:hover,
.as-table-hover > tbody > tr.default:hover > td,
.as-table-hover > tbody > tr:hover > .default,
.as-table-hover > tbody > tr.default:hover > th {
  background-color: #ffffff;
}
.as-table > thead > tr > td.primary,
.as-table > tbody > tr > td.primary,
.as-table > tfoot > tr > td.primary,
.as-table > thead > tr > th.primary,
.as-table > tbody > tr > th.primary,
.as-table > tfoot > tr > th.primary,
.as-table > thead > tr.primary > td,
.as-table > tbody > tr.primary > td,
.as-table > tfoot > tr.primary > td,
.as-table > thead > tr.primary > th,
.as-table > tbody > tr.primary > th,
.as-table > tfoot > tr.primary > th {
  color: #196090;
  border-color: #82c0e9;
  background-color: #b6daf2;
}
.as-table > thead > tr.primary + tr > th,
.as-table > tbody > tr.primary + tr > th,
.as-table > tfoot > tr.primary + tr > th,
.as-table > thead > tr.primary + tr > td,
.as-table > tbody > tr.primary + tr > td,
.as-table > tfoot > tr.primary + tr > td {
  border-top: 1px solid #82c0e9;
}
.as-table-hover > tbody > tr > td.primary:hover,
.as-table-hover > tbody > tr > th.primary:hover,
.as-table-hover > tbody > tr.primary:hover > td,
.as-table-hover > tbody > tr:hover > .primary,
.as-table-hover > tbody > tr.primary:hover > th {
  background-color: #c7e3f5;
}
.as-table > thead > tr > td.success,
.as-table > tbody > tr > td.success,
.as-table > tfoot > tr > td.success,
.as-table > thead > tr > th.success,
.as-table > tbody > tr > th.success,
.as-table > tfoot > tr > th.success,
.as-table > thead > tr.success > td,
.as-table > tbody > tr.success > td,
.as-table > tfoot > tr.success > td,
.as-table > thead > tr.success > th,
.as-table > tbody > tr.success > th,
.as-table > tfoot > tr.success > th {
  color: #3f9532;
  border-color: #afe1a8;
  background-color: #d9f1d5;
}
.as-table > thead > tr.success + tr > th,
.as-table > tbody > tr.success + tr > th,
.as-table > tfoot > tr.success + tr > th,
.as-table > thead > tr.success + tr > td,
.as-table > tbody > tr.success + tr > td,
.as-table > tfoot > tr.success + tr > td {
  border-top: 1px solid #afe1a8;
}
.as-table-hover > tbody > tr > td.success:hover,
.as-table-hover > tbody > tr > th.success:hover,
.as-table-hover > tbody > tr.success:hover > td,
.as-table-hover > tbody > tr:hover > .success,
.as-table-hover > tbody > tr.success:hover > th {
  background-color: #e7f6e4;
}
.as-table > thead > tr > td.info,
.as-table > tbody > tr > td.info,
.as-table > tfoot > tr > td.info,
.as-table > thead > tr > th.info,
.as-table > tbody > tr > th.info,
.as-table > tfoot > tr > th.info,
.as-table > thead > tr.info > td,
.as-table > tbody > tr.info > td,
.as-table > tfoot > tr.info > td,
.as-table > thead > tr.info > th,
.as-table > tbody > tr.info > th,
.as-table > tfoot > tr.info > th {
  color: #1c7393;
  border-color: #88cfe9;
  background-color: #bce4f2;
}
.as-table > thead > tr.info + tr > th,
.as-table > tbody > tr.info + tr > th,
.as-table > tfoot > tr.info + tr > th,
.as-table > thead > tr.info + tr > td,
.as-table > tbody > tr.info + tr > td,
.as-table > tfoot > tr.info + tr > td {
  border-top: 1px solid #88cfe9;
}
.as-table-hover > tbody > tr > td.info:hover,
.as-table-hover > tbody > tr > th.info:hover,
.as-table-hover > tbody > tr.info:hover > td,
.as-table-hover > tbody > tr:hover > .info,
.as-table-hover > tbody > tr.info:hover > th {
  background-color: #cdebf6;
}
.as-table > thead > tr > td.warning,
.as-table > tbody > tr > td.warning,
.as-table > tfoot > tr > td.warning,
.as-table > thead > tr > th.warning,
.as-table > tbody > tr > th.warning,
.as-table > tfoot > tr > th.warning,
.as-table > thead > tr.warning > td,
.as-table > tbody > tr.warning > td,
.as-table > tfoot > tr.warning > td,
.as-table > thead > tr.warning > th,
.as-table > tbody > tr.warning > th,
.as-table > tfoot > tr.warning > th {
  color: #c88a0a;
  border-color: #fadb9a;
  background-color: #fdf0d4;
}
.as-table > thead > tr.warning + tr > th,
.as-table > tbody > tr.warning + tr > th,
.as-table > tfoot > tr.warning + tr > th,
.as-table > thead > tr.warning + tr > td,
.as-table > tbody > tr.warning + tr > td,
.as-table > tfoot > tr.warning + tr > td {
  border-top: 1px solid #fadb9a;
}
.as-table-hover > tbody > tr > td.warning:hover,
.as-table-hover > tbody > tr > th.warning:hover,
.as-table-hover > tbody > tr.warning:hover > td,
.as-table-hover > tbody > tr:hover > .warning,
.as-table-hover > tbody > tr.warning:hover > th {
  background-color: #fef7e8;
}
.as-table > thead > tr > td.danger,
.as-table > tbody > tr > td.danger,
.as-table > tfoot > tr > td.danger,
.as-table > thead > tr > th.danger,
.as-table > tbody > tr > th.danger,
.as-table > tfoot > tr > th.danger,
.as-table > thead > tr.danger > td,
.as-table > tbody > tr.danger > td,
.as-table > tfoot > tr.danger > td,
.as-table > thead > tr.danger > th,
.as-table > tbody > tr.danger > th,
.as-table > tfoot > tr.danger > th {
  color: #ac311d;
  border-color: #eea79c;
  background-color: #f7d6d0;
}
.as-table > thead > tr.danger + tr > th,
.as-table > tbody > tr.danger + tr > th,
.as-table > tfoot > tr.danger + tr > th,
.as-table > thead > tr.danger + tr > td,
.as-table > tbody > tr.danger + tr > td,
.as-table > tfoot > tr.danger + tr > td {
  border-top: 1px solid #eea79c;
}
.as-table-hover > tbody > tr > td.danger:hover,
.as-table-hover > tbody > tr > th.danger:hover,
.as-table-hover > tbody > tr.danger:hover > td,
.as-table-hover > tbody > tr:hover > .danger,
.as-table-hover > tbody > tr.danger:hover > th {
  background-color: #fae5e2;
}
.as-table > thead > tr > td.alert,
.as-table > tbody > tr > td.alert,
.as-table > tfoot > tr > td.alert,
.as-table > thead > tr > th.alert,
.as-table > tbody > tr > th.alert,
.as-table > tfoot > tr > th.alert,
.as-table > thead > tr.alert > td,
.as-table > tbody > tr.alert > td,
.as-table > tfoot > tr.alert > td,
.as-table > thead > tr.alert > th,
.as-table > tbody > tr.alert > th,
.as-table > tfoot > tr.alert > th {
  color: #542fb2;
  border-color: #c6b7ec;
  background-color: #ece7f9;
}
.as-table > thead > tr.alert + tr > th,
.as-table > tbody > tr.alert + tr > th,
.as-table > tfoot > tr.alert + tr > th,
.as-table > thead > tr.alert + tr > td,
.as-table > tbody > tr.alert + tr > td,
.as-table > tfoot > tr.alert + tr > td {
  border-top: 1px solid #c6b7ec;
}
.as-table-hover > tbody > tr > td.alert:hover,
.as-table-hover > tbody > tr > th.alert:hover,
.as-table-hover > tbody > tr.alert:hover > td,
.as-table-hover > tbody > tr:hover > .alert,
.as-table-hover > tbody > tr.alert:hover > th {
  background-color: #f9f7fd;
}
.as-table > thead > tr > td.system,
.as-table > tbody > tr > td.system,
.as-table > tfoot > tr > td.system,
.as-table > thead > tr > th.system,
.as-table > tbody > tr > th.system,
.as-table > tfoot > tr > th.system,
.as-table > thead > tr.system > td,
.as-table > tbody > tr.system > td,
.as-table > tfoot > tr.system > td,
.as-table > thead > tr.system > th,
.as-table > tbody > tr.system > th,
.as-table > tfoot > tr.system > th {
  color: #206d5a;
  border-color: #77d7c0;
  background-color: #a7e5d6;
}
.as-table > thead > tr.system + tr > th,
.as-table > tbody > tr.system + tr > th,
.as-table > tfoot > tr.system + tr > th,
.as-table > thead > tr.system + tr > td,
.as-table > tbody > tr.system + tr > td,
.as-table > tfoot > tr.system + tr > td {
  border-top: 1px solid #77d7c0;
}
.as-table-hover > tbody > tr > td.system:hover,
.as-table-hover > tbody > tr > th.system:hover,
.as-table-hover > tbody > tr.system:hover > td,
.as-table-hover > tbody > tr:hover > .system,
.as-table-hover > tbody > tr.system:hover > th {
  background-color: #b7eadd;
}
.as-table > thead > tr > td.dark,
.as-table > tbody > tr > td.dark,
.as-table > tfoot > tr > td.dark,
.as-table > thead > tr > th.dark,
.as-table > tbody > tr > th.dark,
.as-table > tfoot > tr > th.dark,
.as-table > thead > tr.dark > td,
.as-table > tbody > tr.dark > td,
.as-table > tfoot > tr.dark > td,
.as-table > thead > tr.dark > th,
.as-table > tbody > tr.dark > th,
.as-table > tfoot > tr.dark > th {
  color: #3b3f4f;
  border-color: #999eb3;
  background-color: #bcbfcd;
}
.as-table > thead > tr.dark + tr > th,
.as-table > tbody > tr.dark + tr > th,
.as-table > tfoot > tr.dark + tr > th,
.as-table > thead > tr.dark + tr > td,
.as-table > tbody > tr.dark + tr > td,
.as-table > tfoot > tr.dark + tr > td {
  border-top: 1px solid #999eb3;
}
.as-table-hover > tbody > tr > td.dark:hover,
.as-table-hover > tbody > tr > th.dark:hover,
.as-table-hover > tbody > tr.dark:hover > td,
.as-table-hover > tbody > tr:hover > .dark,
.as-table-hover > tbody > tr.dark:hover > th {
  background-color: #c8cbd6;
}

.as-comboboxpicker .active {
  background-color: #37bc9b;
}
.as-comboboxpicker .selected {
  background-color: #eee;
}
