strong,
b {
  font-weight: bold;
}
i {
  font-family: Helvetica;
}
em.invalid {
  font-size: 11px;
  line-height: 14px;
  color: #DD0000;
}
input.invalid,
select.invalid,
textarea.invalid {
  border-color: #DD0000;
}
.copyUserData {
  cursor: pointer;
}
#content {
  padding-bottom: 80px;
}
#content .pagination li {
  cursor: pointer;
}
.form-group input[type="checkbox"].form-control {
  width: auto !important;
  height: auto !important;
}
h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 15px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 15px;
}
.bm-upload-list {
  padding: 20px 0 0 0;
}
.file-schema1 {
  margin: 5px 5px 5px 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.file-schema1 .file-schema1-img img {
  height: 150px;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.file-schema1 .file-schema1-title {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
  display: none;
}
.file-schema1 .file-schema1-btns {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 10px;
  left: 0px;
  text-align: right;
}
.file-schema1 .file-schema1-btns a {
  color: red;
}
/** bmAlert
* ------------------------ */
#bm_alert {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
}
#bm_alert p.bm_alert_hide {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #FFF;
  line-height: 20px;
  cursor: pointer;
}
#bm_alert p.bm_alert_pic {
  display: none;
}
#bm_alert div {
  display: none;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #656565;
  font-size: 15px;
  color: #282b40;
}
#bm_alert div.notify {
  background: rgba(223, 240, 216, 0.95);
  border-color: #d6e9c6;
  color: #3c763d;
}
#bm_alert div.error {
  background: rgba(242, 222, 222, 0.95);
  border-color: #ebccd1;
  color: #a94442;
}
/*# sourceMappingURL=app.css.map */