/*
 * CSS Transform - Scale and Rotate
 */
* {
  -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 {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Microsoft YaHei", "Arial-normal", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #eeeeee;
}
a {
  background-color: transparent;
  color: #2196f3;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
p,
form,
ul,
ol,
dl,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}
form,
ul,
ol,
dl {
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
aside {
  outline: none;
}
.bh-clearfix,
.bh-container,
.bh-row {
  clear: both;
}
.bh-clearfix:before,
.bh-clearfix:after,
.bh-container:before,
.bh-container:after,
.bh-row:before,
.bh-row:after {
  content: " ";
  display: table;
}
.bh-clearfix:after,
.bh-container:after,
.bh-row:after {
  clear: both;
}
.bh-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bh-pull-right {
  float: right !important;
}
.bh-pull-left {
  float: left !important;
}
.bh-l-inline {
  display: inline-block;
}
.bh-hide {
  display: none !important;
}
.bh-show {
  display: block !important;
}
.bh-str-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bh-m-2 {
  margin: 2px !important;
}
.bh-mh-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.bh-mv-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.bh-mb-2 {
  margin-bottom: 2px !important;
}
.bh-mt-2 {
  margin-top: 2px !important;
}
.bh-p-2 {
  padding: 2px !important;
}
.bh-ph-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.bh-pv-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.bh-pt-2 {
  padding-top: 2px !important;
}
.bh-pb-2 {
  padding-bottom: 2px !important;
}
.bh-m-4 {
  margin: 4px !important;
}
.bh-mh-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.bh-mv-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.bh-mb-4 {
  margin-bottom: 4px !important;
}
.bh-mt-4 {
  margin-top: 4px !important;
}
.bh-p-4 {
  padding: 4px !important;
}
.bh-ph-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.bh-pv-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.bh-pt-4 {
  padding-top: 4px !important;
}
.bh-pb-4 {
  padding-bottom: 4px !important;
}
.bh-m-8 {
  margin: 8px !important;
}
.bh-mh-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.bh-mv-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.bh-mb-8 {
  margin-bottom: 8px !important;
}
.bh-mt-8 {
  margin-top: 8px !important;
}
.bh-p-8 {
  padding: 8px !important;
}
.bh-ph-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.bh-pv-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.bh-pt-8 {
  padding-top: 8px !important;
}
.bh-pb-8 {
  padding-bottom: 8px !important;
}
.bh-m-16 {
  margin: 16px !important;
}
.bh-mh-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.bh-mv-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.bh-mb-16 {
  margin-bottom: 16px !important;
}
.bh-mt-16 {
  margin-top: 16px !important;
}
.bh-p-16 {
  padding: 16px !important;
}
.bh-ph-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.bh-pv-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.bh-pt-16 {
  padding-top: 16px !important;
}
.bh-pb-16 {
  padding-bottom: 16px !important;
}
.bh-m-24 {
  margin: 24px !important;
}
.bh-mh-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.bh-mv-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.bh-mb-24 {
  margin-bottom: 24px !important;
}
.bh-mt-24 {
  margin-top: 24px !important;
}
.bh-p-24 {
  padding: 24px !important;
}
.bh-ph-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.bh-pv-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.bh-pt-24 {
  padding-top: 24px !important;
}
.bh-pb-24 {
  padding-bottom: 24px !important;
}
.bh-m-32 {
  margin: 32px !important;
}
.bh-mh-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.bh-mv-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.bh-mb-32 {
  margin-bottom: 32px !important;
}
.bh-mt-32 {
  margin-top: 32px !important;
}
.bh-p-32 {
  padding: 32px !important;
}
.bh-ph-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.bh-pv-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.bh-pt-32 {
  padding-top: 32px !important;
}
.bh-pb-32 {
  padding-bottom: 32px !important;
}
.bh-w-8 {
  width: 8px !important;
}
.bh-w-12 {
  width: 12px !important;
}
.bh-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.bh-row {
  margin-left: -8px;
  margin-right: -8px;
}
.bh-fm-compact .bh-col-xs-1, .bh-fm-compact .bh-col-sm-1, .bh-fm-compact .bh-col-md-1, .bh-fm-compact .bh-col-lg-1, .bh-fm-compact .bh-col-xs-2, .bh-fm-compact .bh-col-sm-2, .bh-fm-compact .bh-col-md-2, .bh-fm-compact .bh-col-lg-2, .bh-fm-compact .bh-col-xs-3, .bh-fm-compact .bh-col-sm-3, .bh-fm-compact .bh-col-md-3, .bh-fm-compact .bh-col-lg-3, .bh-fm-compact .bh-col-xs-4, .bh-fm-compact .bh-col-sm-4, .bh-fm-compact .bh-col-md-4, .bh-fm-compact .bh-col-lg-4, .bh-fm-compact .bh-col-xs-5, .bh-fm-compact .bh-col-sm-5, .bh-fm-compact .bh-col-md-5, .bh-fm-compact .bh-col-lg-5, .bh-fm-compact .bh-col-xs-6, .bh-fm-compact .bh-col-sm-6, .bh-fm-compact .bh-col-md-6, .bh-fm-compact .bh-col-lg-6, .bh-fm-compact .bh-col-xs-7, .bh-fm-compact .bh-col-sm-7, .bh-fm-compact .bh-col-md-7, .bh-fm-compact .bh-col-lg-7, .bh-fm-compact .bh-col-xs-8, .bh-fm-compact .bh-col-sm-8, .bh-fm-compact .bh-col-md-8, .bh-fm-compact .bh-col-lg-8, .bh-fm-compact .bh-col-xs-9, .bh-fm-compact .bh-col-sm-9, .bh-fm-compact .bh-col-md-9, .bh-fm-compact .bh-col-lg-9, .bh-fm-compact .bh-col-xs-10, .bh-fm-compact .bh-col-sm-10, .bh-fm-compact .bh-col-md-10, .bh-fm-compact .bh-col-lg-10, .bh-fm-compact .bh-col-xs-11, .bh-fm-compact .bh-col-sm-11, .bh-fm-compact .bh-col-md-11, .bh-fm-compact .bh-col-lg-11, .bh-fm-compact .bh-col-xs-12, .bh-fm-compact .bh-col-sm-12, .bh-fm-compact .bh-col-md-12, .bh-fm-compact .bh-col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.bh-fm-compact label.bh-col-xs-1, .bh-fm-compact label.bh-col-sm-1, .bh-fm-compact label.bh-col-md-1, .bh-fm-compact label.bh-col-lg-1, .bh-fm-compact label.bh-col-xs-2, .bh-fm-compact label.bh-col-sm-2, .bh-fm-compact label.bh-col-md-2, .bh-fm-compact label.bh-col-lg-2, .bh-fm-compact label.bh-col-xs-3, .bh-fm-compact label.bh-col-sm-3, .bh-fm-compact label.bh-col-md-3, .bh-fm-compact label.bh-col-lg-3, .bh-fm-compact label.bh-col-xs-4, .bh-fm-compact label.bh-col-sm-4, .bh-fm-compact label.bh-col-md-4, .bh-fm-compact label.bh-col-lg-4, .bh-fm-compact label.bh-col-xs-5, .bh-fm-compact label.bh-col-sm-5, .bh-fm-compact label.bh-col-md-5, .bh-fm-compact label.bh-col-lg-5, .bh-fm-compact label.bh-col-xs-6, .bh-fm-compact label.bh-col-sm-6, .bh-fm-compact label.bh-col-md-6, .bh-fm-compact label.bh-col-lg-6, .bh-fm-compact label.bh-col-xs-7, .bh-fm-compact label.bh-col-sm-7, .bh-fm-compact label.bh-col-md-7, .bh-fm-compact label.bh-col-lg-7, .bh-fm-compact label.bh-col-xs-8, .bh-fm-compact label.bh-col-sm-8, .bh-fm-compact label.bh-col-md-8, .bh-fm-compact label.bh-col-lg-8, .bh-fm-compact label.bh-col-xs-9, .bh-fm-compact label.bh-col-sm-9, .bh-fm-compact label.bh-col-md-9, .bh-fm-compact label.bh-col-lg-9, .bh-fm-compact label.bh-col-xs-10, .bh-fm-compact label.bh-col-sm-10, .bh-fm-compact label.bh-col-md-10, .bh-fm-compact label.bh-col-lg-10, .bh-fm-compact label.bh-col-xs-11, .bh-fm-compact label.bh-col-sm-11, .bh-fm-compact label.bh-col-md-11, .bh-fm-compact label.bh-col-lg-11, .bh-fm-compact label.bh-col-xs-12, .bh-fm-compact label.bh-col-sm-12, .bh-fm-compact label.bh-col-md-12, .bh-fm-compact label.bh-col-lg-12 {
  padding-left: 8px;
  padding-right: 8px;
}
.bh-col-xs-1, .bh-col-sm-1, .bh-col-md-1, .bh-col-lg-1, .bh-col-xs-2, .bh-col-sm-2, .bh-col-md-2, .bh-col-lg-2, .bh-col-xs-3, .bh-col-sm-3, .bh-col-md-3, .bh-col-lg-3, .bh-col-xs-4, .bh-col-sm-4, .bh-col-md-4, .bh-col-lg-4, .bh-col-xs-5, .bh-col-sm-5, .bh-col-md-5, .bh-col-lg-5, .bh-col-xs-6, .bh-col-sm-6, .bh-col-md-6, .bh-col-lg-6, .bh-col-xs-7, .bh-col-sm-7, .bh-col-md-7, .bh-col-lg-7, .bh-col-xs-8, .bh-col-sm-8, .bh-col-md-8, .bh-col-lg-8, .bh-col-xs-9, .bh-col-sm-9, .bh-col-md-9, .bh-col-lg-9, .bh-col-xs-10, .bh-col-sm-10, .bh-col-md-10, .bh-col-lg-10, .bh-col-xs-11, .bh-col-sm-11, .bh-col-md-11, .bh-col-lg-11, .bh-col-xs-12, .bh-col-sm-12, .bh-col-md-12, .bh-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.bh-col-md-1, .bh-col-md-2, .bh-col-md-3, .bh-col-md-4, .bh-col-md-5, .bh-col-md-6, .bh-col-md-7, .bh-col-md-8, .bh-col-md-9, .bh-col-md-10, .bh-col-md-11, .bh-col-md-12 {
  float: left;
}
.bh-col-md-12 {
  width: 100%;
}
.bh-col-md-11 {
  width: 91.66666667%;
}
.bh-col-md-10 {
  width: 83.33333333%;
}
.bh-col-md-9 {
  width: 75%;
}
.bh-col-md-8 {
  width: 66.66666667%;
}
.bh-col-md-7 {
  width: 58.33333333%;
}
.bh-col-md-6 {
  width: 50%;
}
.bh-col-md-5 {
  width: 41.66666667%;
}
.bh-col-md-4 {
  width: 33.33333333%;
}
.bh-col-md-3 {
  width: 25%;
}
.bh-col-md-2 {
  width: 16.66666667%;
}
.bh-col-md-1 {
  width: 8.33333333%;
}
.bh-color-white {
  color: #ffffff;
}
.bh-bg-white {
  background-color: #ffffff;
}
.bh-color-primary {
  color: #2196f3;
}
.bh-bg-primary {
  background-color: #2196f3;
}
.bh-color-success {
  color: #8bc34a;
}
.bh-bg-success {
  background-color: #8bc34a;
}
.bh-color-info {
  color: #3e50b4;
}
.bh-bg-info {
  background-color: #3e50b4;
}
.bh-color-warning {
  color: #fec006;
}
.bh-bg-warning {
  background-color: #fec006;
}
.bh-color-danger {
  color: #f44336;
}
.bh-bg-danger {
  background-color: #f44336;
}
.bh-color-default {
  color: #333333;
}
.bh-bg-default {
  color: #eeeeee;
}
.bh-color-heading {
  color: #666666;
}
.bh-color-caption {
  color: #999999;
}
.bh-color-divide {
  color: #dddddd;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: normal;
}
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2 {
  margin-bottom: 4px;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 4px;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 44px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 36px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 32px;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 28px;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 24px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
}
b,
strong {
  font-weight: bold;
}
.bh-text-caption {
  font-size: 12px;
  line-height: 20px;
}
.bh-text-large,
.bh-text-caption-large {
  font-size: 14px;
  line-height: 24px;
}
.bh-text-default {
  font-size: 12px;
  line-height: 20px;
}
.bh-text-left {
  text-align: left;
}
.bh-text-right {
  text-align: right;
}
.bh-text-center {
  text-align: center;
}
.bh-text-justify {
  text-align: justify;
}
.bh-text-nowrap {
  white-space: nowrap;
}
.bh-text-lowercase {
  text-transform: lowercase;
}
.bh-text-uppercase {
  text-transform: uppercase;
}
.bh-text-capitalize {
  text-transform: capitalize;
}
small,
.bh-text-small {
  font-size: 116%;
}
.bh-btn-group > .bh-btn {
  float: left;
}
.bh-btn-group > .bh-btn:nth-child(1) {
  margin-left: 0;
}
.bh-btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.bh-btn {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 4px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  outline: none !important;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  min-width: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.bh-btn:focus,
.bh-btn.bh-active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bh-btn:hover,
.bh-btn:focus {
  color: #333333;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-btn.bh-active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-btn.bh-disabled,
.bh-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
a .bh-btn.bh-disabled {
  pointer-events: none;
}
.bh-btn-default {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 5px 8px;
}
.bh-btn-default:hover,
.bh-btn-default:focus,
.bh-btn-default.bh-focus,
.bh-btn-default:active,
.bh-btn-default.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-default {
  color: #333333;
  background-color: #efefef;
  border-color: none;
}
.bh-btn-default:active,
.bh-btn-default.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-default {
  background-image: none;
}
.bh-btn-default.bh-disabled,
.bh-btn-default[disabled],
fieldset[disabled] .bh-btn-default,
.bh-btn-default.bh-disabled:hover,
.bh-btn-default[disabled]:hover,
fieldset[disabled] .bh-btn-default:hover,
.bh-btn-default.bh-disabled:focus,
.bh-btn-default[disabled]:focus,
fieldset[disabled] .bh-btn-default:focus,
.bh-btn-default.bh-disabled.bh-focus,
.bh-btn-default[disabled].bh-focus,
fieldset[disabled] .bh-btn-default.bh-focus,
.bh-btn-default.bh-disabled:active,
.bh-btn-default[disabled]:active,
fieldset[disabled] .bh-btn-default:active,
.bh-btn-default.bh-disabled.bh-active,
.bh-btn-default[disabled].bh-active,
fieldset[disabled] .bh-btn-default.bh-active {
  color: #999999;
  background-color: #efefef;
  border: none;
}
.bh-btn-default .bh-badge {
  color: #ffffff;
  background-color: #333333;
}
.bh-btn-huge.bh-btn-default {
  padding: 12px 16px;
}
.bh-btn-large.bh-btn-default {
  padding: 9px 12px;
}
.bh-btn-small.bh-btn-default {
  padding: 4px 8px;
}
.bh-btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border: none;
}
.bh-btn-primary:hover,
.bh-btn-primary:focus,
.bh-btn-primary.bh-focus,
.bh-btn-primary:active,
.bh-btn-primary.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-primary {
  color: #ffffff;
  background-color: #0d86ea;
  border-color: none;
}
.bh-btn-primary:active,
.bh-btn-primary.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-primary {
  background-image: none;
}
.bh-btn-primary.bh-disabled,
.bh-btn-primary[disabled],
fieldset[disabled] .bh-btn-primary,
.bh-btn-primary.bh-disabled:hover,
.bh-btn-primary[disabled]:hover,
fieldset[disabled] .bh-btn-primary:hover,
.bh-btn-primary.bh-disabled:focus,
.bh-btn-primary[disabled]:focus,
fieldset[disabled] .bh-btn-primary:focus,
.bh-btn-primary.bh-disabled.bh-focus,
.bh-btn-primary[disabled].bh-focus,
fieldset[disabled] .bh-btn-primary.bh-focus,
.bh-btn-primary.bh-disabled:active,
.bh-btn-primary[disabled]:active,
fieldset[disabled] .bh-btn-primary:active,
.bh-btn-primary.bh-disabled.bh-active,
.bh-btn-primary[disabled].bh-active,
fieldset[disabled] .bh-btn-primary.bh-active {
  color: #ffffff;
  background-color: #b1dafb;
  border: none;
}
.bh-btn-primary .bh-badge {
  color: #2196f3;
  background-color: #ffffff;
}
.bh-btn-success {
  color: #ffffff;
  background-color: #8bc34a;
  border: none;
}
.bh-btn-success:hover,
.bh-btn-success:focus,
.bh-btn-success.bh-focus,
.bh-btn-success:active,
.bh-btn-success.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-success {
  color: #ffffff;
  background-color: #79b13a;
  border-color: none;
}
.bh-btn-success:active,
.bh-btn-success.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-success {
  background-image: none;
}
.bh-btn-success.bh-disabled,
.bh-btn-success[disabled],
fieldset[disabled] .bh-btn-success,
.bh-btn-success.bh-disabled:hover,
.bh-btn-success[disabled]:hover,
fieldset[disabled] .bh-btn-success:hover,
.bh-btn-success.bh-disabled:focus,
.bh-btn-success[disabled]:focus,
fieldset[disabled] .bh-btn-success:focus,
.bh-btn-success.bh-disabled.bh-focus,
.bh-btn-success[disabled].bh-focus,
fieldset[disabled] .bh-btn-success.bh-focus,
.bh-btn-success.bh-disabled:active,
.bh-btn-success[disabled]:active,
fieldset[disabled] .bh-btn-success:active,
.bh-btn-success.bh-disabled.bh-active,
.bh-btn-success[disabled].bh-active,
fieldset[disabled] .bh-btn-success.bh-active {
  color: #ffffff;
  background-color: #d7eac0;
  border: none;
}
.bh-btn-success .bh-badge {
  color: #8bc34a;
  background-color: #ffffff;
}
.bh-btn-info {
  color: #ffffff;
  background-color: #3e50b4;
  border: none;
}
.bh-btn-info:hover,
.bh-btn-info:focus,
.bh-btn-info.bh-focus,
.bh-btn-info:active,
.bh-btn-info.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-info {
  color: #ffffff;
  background-color: #2f3e9e;
  border-color: none;
}
.bh-btn-info:active,
.bh-btn-info.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-info {
  background-image: none;
}
.bh-btn-info.bh-disabled,
.bh-btn-info[disabled],
fieldset[disabled] .bh-btn-info,
.bh-btn-info.bh-disabled:hover,
.bh-btn-info[disabled]:hover,
fieldset[disabled] .bh-btn-info:hover,
.bh-btn-info.bh-disabled:focus,
.bh-btn-info[disabled]:focus,
fieldset[disabled] .bh-btn-info:focus,
.bh-btn-info.bh-disabled.bh-focus,
.bh-btn-info[disabled].bh-focus,
fieldset[disabled] .bh-btn-info.bh-focus,
.bh-btn-info.bh-disabled:active,
.bh-btn-info[disabled]:active,
fieldset[disabled] .bh-btn-info:active,
.bh-btn-info.bh-disabled.bh-active,
.bh-btn-info[disabled].bh-active,
fieldset[disabled] .bh-btn-info.bh-active {
  color: #ffffff;
  background-color: #bcc2e5;
  border: none;
}
.bh-btn-info .bh-badge {
  color: #3e50b4;
  background-color: #ffffff;
}
.bh-btn-warning {
  color: #ffffff;
  background-color: #fec006;
  border: none;
}
.bh-btn-warning:hover,
.bh-btn-warning:focus,
.bh-btn-warning.bh-focus,
.bh-btn-warning:active,
.bh-btn-warning.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-warning {
  color: #ffffff;
  background-color: #ffa000;
  border-color: none;
}
.bh-btn-warning:active,
.bh-btn-warning.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-warning {
  background-image: none;
}
.bh-btn-warning.bh-disabled,
.bh-btn-warning[disabled],
fieldset[disabled] .bh-btn-warning,
.bh-btn-warning.bh-disabled:hover,
.bh-btn-warning[disabled]:hover,
fieldset[disabled] .bh-btn-warning:hover,
.bh-btn-warning.bh-disabled:focus,
.bh-btn-warning[disabled]:focus,
fieldset[disabled] .bh-btn-warning:focus,
.bh-btn-warning.bh-disabled.bh-focus,
.bh-btn-warning[disabled].bh-focus,
fieldset[disabled] .bh-btn-warning.bh-focus,
.bh-btn-warning.bh-disabled:active,
.bh-btn-warning[disabled]:active,
fieldset[disabled] .bh-btn-warning:active,
.bh-btn-warning.bh-disabled.bh-active,
.bh-btn-warning[disabled].bh-active,
fieldset[disabled] .bh-btn-warning.bh-active {
  color: #ffffff;
  background-color: #ffe9a8;
  border: none;
}
.bh-btn-warning .bh-badge {
  color: #fec006;
  background-color: #ffffff;
}
.bh-btn-danger {
  color: #ffffff;
  background-color: #f44336;
  border: none;
}
.bh-btn-danger:hover,
.bh-btn-danger:focus,
.bh-btn-danger.bh-focus,
.bh-btn-danger:active,
.bh-btn-danger.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-danger {
  color: #ffffff;
  background-color: #e71c0c;
  border-color: none;
}
.bh-btn-danger:active,
.bh-btn-danger.bh-active,
.bh-open > .bh-dropdown-toggle.bh-btn-danger {
  background-image: none;
}
.bh-btn-danger.bh-disabled,
.bh-btn-danger[disabled],
fieldset[disabled] .bh-btn-danger,
.bh-btn-danger.bh-disabled:hover,
.bh-btn-danger[disabled]:hover,
fieldset[disabled] .bh-btn-danger:hover,
.bh-btn-danger.bh-disabled:focus,
.bh-btn-danger[disabled]:focus,
fieldset[disabled] .bh-btn-danger:focus,
.bh-btn-danger.bh-disabled.bh-focus,
.bh-btn-danger[disabled].bh-focus,
fieldset[disabled] .bh-btn-danger.bh-focus,
.bh-btn-danger.bh-disabled:active,
.bh-btn-danger[disabled]:active,
fieldset[disabled] .bh-btn-danger:active,
.bh-btn-danger.bh-disabled.bh-active,
.bh-btn-danger[disabled].bh-active,
fieldset[disabled] .bh-btn-danger.bh-active {
  color: #ffffff;
  background-color: #fbbdb9;
  border: none;
}
.bh-btn-danger .bh-badge {
  color: #f44336;
  background-color: #ffffff;
}
.bh-btn-huge {
  padding: 13px 16px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 2px;
  min-width: 136px;
}
.bh-btn-large {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  min-width: 120px;
}
.bh-btn-small {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  min-width: 60px;
}
.bh-btn.bh-btn-text {
  padding: 2px 4px;
  font-size: 12px;
  min-width: initial;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bh-btn.bh-btn-text:hover,
.bh-btn.bh-btn-text.bh-active {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-btn.bh-btn-text.bh-btn-default {
  color: #333333;
  border: none;
}
.bh-btn.bh-btn-text.bh-btn-default:hover,
.bh-btn.bh-btn-text.bh-btn-default.bh-active {
  background-color: #ffffff;
}
.bh-btn.bh-btn-text.bh-btn-primary {
  color: #2196f3;
}
.bh-btn.bh-btn-text.bh-btn-primary:hover,
.bh-btn.bh-btn-text.bh-btn-primary.bh-active {
  background-color: #2196f3;
  color: #ffffff;
}
.bh-btn.bh-btn-text.bh-btn-success {
  color: #8bc34a;
}
.bh-btn.bh-btn-text.bh-btn-success:hover,
.bh-btn.bh-btn-text.bh-btn-success.bh-active {
  background-color: #8bc34a;
  color: #ffffff;
}
.bh-btn.bh-btn-text.bh-btn-info {
  color: #3e50b4;
}
.bh-btn.bh-btn-text.bh-btn-info:hover,
.bh-btn.bh-btn-text.bh-btn-info.bh-active {
  background-color: #3e50b4;
  color: #ffffff;
}
.bh-btn.bh-btn-text.bh-btn-danger {
  color: #f44336;
}
.bh-btn.bh-btn-text.bh-btn-danger:hover,
.bh-btn.bh-btn-text.bh-btn-danger.bh-active {
  background-color: #f44336;
  color: #ffffff;
}
.bh-btn.bh-btn-text.bh-btn-warning {
  color: #fec006;
}
.bh-btn.bh-btn-text.bh-btn-warning:hover,
.bh-btn.bh-btn-text.bh-btn-warning.bh-active {
  background-color: #fec006;
  color: #ffffff;
}
.bh-btn-block {
  display: block;
  width: 100%;
}
.bh-btn-block + .bh-btn-block {
  margin-top: 5px;
}
input[type="submit"].bh-btn-block,
input[type="reset"].bh-btn-block,
input[type="button"].bh-btn-block {
  width: 100%;
}
.bh-tag {
  padding: 0 4px;
  display: inline-block;
  border-radius: 2px;
  color: #ffffff;
}
.bh-tag.bh-tag-primary {
  background-color: #2196f3;
}
.bh-tag.bh-tag-success {
  background-color: #8bc34a;
}
.bh-tag.bh-tag-info {
  background-color: #3e50b4;
}
.bh-tag.bh-tag-danger {
  background-color: #f44336;
}
.bh-tag.bh-tag-warning {
  background-color: #fec006;
}
.bh-card {
  background-color: #ffffff;
}
.bh-card.bh-card-lv1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 101;
}
.bh-card.bh-card-lv2 {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 102;
}
.bh-card.bh-card-lv3 {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 103;
}
.bh-card.bh-card-lv4 {
  -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  z-index: 104;
}
.bh-nav {
  list-style: none;
  min-width: 184px;
  max-width: 280px;
  padding: 4px 0;
  display: table;
}
.bh-nav > li {
  position: relative;
  font-size: 12px;
}
.bh-nav > li > a {
  display: block;
  position: relative;
  color: #666666;
  line-height: 40px;
  padding: 0 12px;
}
.bh-nav > li > a > div {
  min-width: 184px;
  max-width: 280px;
}
.bh-nav > li > a > div > i {
  width: 24px;
  height: 24px;
  float: left;
  margin: 8px 12px 8px 0;
  font-size: 22px;
}
.bh-nav > li.bh-active > a,
.bh-nav > li > a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  background-color: #eeeeee;
}
.bh-nav > li.bh-disabled > a {
  color: #999999;
}
.bh-nav > li.bh-disabled > a:hover {
  font-weight: normal;
  color: #999999;
  background-color: transparent;
  cursor: not-allowed;
}
.bh-nav .bh-nav-dropdown:before,
.bh-nav .bh-nav-dropdown:after {
  position: absolute;
  z-index: 1;
}
.bh-nav .bh-nav-dropdown:before {
  content: "";
  top: 18px;
  right: 6px;
  width: 8px;
  height: 2px;
  background: #666666;
  display: none;
}
.bh-nav .bh-nav-dropdown:after {
  content: "+";
  top: 8px;
  right: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  display: block;
}
.bh-nav .bh-nav-dropdown.bh-open:before {
  display: block;
}
.bh-nav .bh-nav-dropdown.bh-open:after {
  display: none;
}
.bh-nav .bh-nav-dropdown.bh-open > .bh-nav {
  display: block;
}
.bh-nav .bh-nav-dropdown > .bh-nav {
  display: none;
  width: 100%;
  padding: 0;
  text-indent: 40px;
}
.bh-nav .bh-nav-dropdown > .bh-nav > li > a > div:before {
  content: "";
  background-color: #666666;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 40px;
}
.bh-nav.bh-nav-tile > li.bh-active > a,
.bh-nav.bh-nav-tile > li > a:hover {
  color: #ffffff;
  background-color: #2196f3;
}
.bh-nav.bh-nav-tile > li.bh-disabled > a {
  font-weight: normal;
  color: #666666;
  background-color: #dddddd;
  cursor: not-allowed;
}
.bh-nav.bh-nav-tile .bh-nav-dropdown:before,
.bh-nav.bh-nav-tile .bh-nav-dropdown:after {
  display: none;
}
.bh-nav.bh-nav-tile .bh-nav-dropdown > a:hover {
  font-weight: normal;
  color: #666666;
  background-color: transparent;
}
.bh-nav.bh-nav-tile .bh-nav-dropdown > .bh-nav {
  display: table;
}
.bh-nav.bh-nav-tile .bh-nav-dropdown > .bh-nav > li.bh-active > a > div:before,
.bh-nav.bh-nav-tile .bh-nav-dropdown > .bh-nav > li > a:hover > div:before {
  background-color: #ffffff;
}
.bh-tab {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0;
  overflow: auto;
}
.bh-tab > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  margin: 0 2px;
}
.bh-tab > li > a {
  display: inline-block;
  color: #666666;
  position: relative;
  width: 100%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-weight: normal;
  font-size: 14px;
  padding: 14px 4px;
}
.bh-tab > li.bh-active > a {
  color: #333333;
}
.bh-tab > li:hover > a {
  color: #666666;
}
.bh-tab.bh-tab-lv1.bh-tab-divide {
  box-shadow: inset 0 -2px 0 0 #eeeeee;
}
.bh-tab.bh-tab-lv1 > li > a:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.bh-tab.bh-tab-lv1 > li.bh-active > a:after,
.bh-tab.bh-tab-lv1 > li:hover > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bh-tab.bh-tab-lv1 > li > a:after {
  background: #2196f3;
}
.bh-tab.bh-tab-lv1 > li.bh-disabled > a,
.bh-tab.bh-tab-lv1 > li.bh-disabled.bh-active > a {
  cursor: no-drop;
  color: #dddddd;
}
.bh-tab.bh-tab-lv1 > li.bh-disabled > a:after,
.bh-tab.bh-tab-lv1 > li.bh-disabled.bh-active > a:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.bh-tab.bh-tab-lv1 > li.bh-disabled.bh-active > a:after,
.bh-tab.bh-tab-lv1 > li.bh-disabled.bh-active.bh-active > a:after,
.bh-tab.bh-tab-lv1 > li.bh-disabled:hover > a:after,
.bh-tab.bh-tab-lv1 > li.bh-disabled.bh-active:hover > a:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.bh-tab.bh-tab-lv2 {
  box-shadow: inset 0 -1px 0 0 #eeeeee;
}
.bh-tab.bh-tab-lv2 > li {
  padding: 0;
  border-radius: 2px 2px 0 0;
}
.bh-tab.bh-tab-lv2 > li > a {
  color: #333333;
  border-radius: 2px 2px 0 0;
  padding: 9px 20px;
  font-size: 14px;
}
.bh-tab.bh-tab-lv2 > li.bh-active,
.bh-tab.bh-tab-lv2 > li.bh-active:hover {
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  background-color: #ffffff;
}
.bh-tab.bh-tab-lv2 > li:hover {
  border: none;
  background-color: #eeeeee;
}
.bh-tab.bh-tab-lv2 > li.bh-disabled > a,
.bh-tab.bh-tab-lv2 > li.bh-disabled.bh-active > a {
  color: #dddddd;
  cursor: no-drop;
}
.bh-tab.bh-tab-lv2 > li.bh-disabled.bh-active,
.bh-tab.bh-tab-lv2 > li.bh-disabled.bh-active.bh-active,
.bh-tab.bh-tab-lv2 > li.bh-disabled.bh-active:hover,
.bh-tab.bh-tab-lv2 > li.bh-disabled.bh-active.bh-active:hover {
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  background-color: #ffffff;
}
.bh-tab.bh-tab-lv2 > li.bh-disabled:hover,
.bh-tab.bh-tab-lv2 > li.bh-disabled.bh-active:hover {
  border: none;
  background-color: #ffffff;
}
.bh-tab.bh-tab-lv2.bh-primary > li > a {
  color: #2196f3;
}
.bh-tab.bh-tab-lv2.bh-primary > li.bh-active,
.bh-tab.bh-tab-lv2.bh-primary > li.bh-active:hover {
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  background-color: #ffffff;
}
.bh-tab.bh-tab-lv2.bh-primary > li:hover {
  border: none;
  background-color: #0d86ea;
}
.bh-tab.bh-tab-lv2.bh-info > li > a {
  color: #3e50b4;
}
.bh-tab.bh-tab-lv2.bh-info > li.bh-active,
.bh-tab.bh-tab-lv2.bh-info > li.bh-active:hover {
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  background-color: #ffffff;
}
.bh-tab.bh-tab-lv2.bh-info > li:hover {
  border: none;
  background-color: #2f3e9e;
}
.bh-tab.bh-tab-lv3 {
  box-shadow: inset 0 0 0 0 #eeeeee;
}
.bh-tab.bh-tab-lv3 > li {
  padding: 0;
  border-radius: 2px;
  border: none;
  margin: 0;
}
.bh-tab.bh-tab-lv3 > li > a {
  color: #333333;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 12px;
}
.bh-tab.bh-tab-lv3 > li.bh-active,
.bh-tab.bh-tab-lv3 > li:hover {
  border: none;
  background-color: #efefef;
}
.bh-tab.bh-tab-lv3.bh-primary > li > a {
  color: #2196f3;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
}
.bh-tab.bh-tab-lv3.bh-primary > li > a:hover {
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-primary > li.bh-active,
.bh-tab.bh-tab-lv3.bh-primary > li:hover {
  border: none;
  background-color: #2196f3;
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-primary > li.bh-active > a,
.bh-tab.bh-tab-lv3.bh-primary > li:hover > a {
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-primary > li.bh-disabled > a,
.bh-tab.bh-tab-lv3.bh-primary > li.bh-disabled.bh-active > a {
  color: #dddddd;
  cursor: no-drop;
}
.bh-tab.bh-tab-lv3.bh-primary > li.bh-disabled.bh-active,
.bh-tab.bh-tab-lv3.bh-primary > li.bh-disabled.bh-active.bh-active,
.bh-tab.bh-tab-lv3.bh-primary > li.bh-disabled:hover,
.bh-tab.bh-tab-lv3.bh-primary > li.bh-disabled.bh-active:hover {
  border: none;
  background-color: transparent;
}
.bh-tab.bh-tab-lv3.bh-info > li > a {
  color: #3e50b4;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
}
.bh-tab.bh-tab-lv3.bh-info > li > a:hover {
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-info > li.bh-active,
.bh-tab.bh-tab-lv3.bh-info > li:hover {
  border: none;
  background-color: #3e50b4;
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-info > li.bh-active > a,
.bh-tab.bh-tab-lv3.bh-info > li:hover > a {
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-info > li.bh-disabled > a,
.bh-tab.bh-tab-lv3.bh-info > li.bh-disabled.bh-active > a {
  color: #dddddd;
  cursor: no-drop;
}
.bh-tab.bh-tab-lv3.bh-info > li.bh-disabled.bh-active,
.bh-tab.bh-tab-lv3.bh-info > li.bh-disabled.bh-active.bh-active,
.bh-tab.bh-tab-lv3.bh-info > li.bh-disabled:hover,
.bh-tab.bh-tab-lv3.bh-info > li.bh-disabled.bh-active:hover {
  border: none;
  background-color: transparent;
}
.bh-tab.bh-tab-lv3.bh-success > li > a {
  color: #8bc34a;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
}
.bh-tab.bh-tab-lv3.bh-success > li > a:hover {
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-success > li.bh-active,
.bh-tab.bh-tab-lv3.bh-success > li:hover {
  border: none;
  background-color: #8bc34a;
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-success > li.bh-active > a,
.bh-tab.bh-tab-lv3.bh-success > li:hover > a {
  color: #ffffff;
}
.bh-tab.bh-tab-lv3.bh-success > li.bh-disabled > a,
.bh-tab.bh-tab-lv3.bh-success > li.bh-disabled.bh-active > a {
  color: #dddddd;
  cursor: no-drop;
}
.bh-tab.bh-tab-lv3.bh-success > li.bh-disabled.bh-active,
.bh-tab.bh-tab-lv3.bh-success > li.bh-disabled.bh-active.bh-active,
.bh-tab.bh-tab-lv3.bh-success > li.bh-disabled:hover,
.bh-tab.bh-tab-lv3.bh-success > li.bh-disabled.bh-active:hover {
  border: none;
  background-color: transparent;
}
.bh-tab-content {
  padding: 16px 0;
}
.bh-tab-content > .bh-tab-pane {
  display: none;
}
.bh-tab-content > .bh-active {
  display: block;
}
.bh-breadcrumb {
  margin-bottom: 16px;
}
.bh-breadcrumb > a {
  color: #2196f3;
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
}
.bh-breadcrumb > a:hover {
  text-decoration: underline;
}
.bh-breadcrumb > a:first-child {
  margin-left: 0;
}
.bh-breadcrumb > a:last-child {
  margin-right: 0;
  color: #999999;
}
.bh-breadcrumb > a:last-child:hover {
  text-decoration: none;
  cursor: text;
}
.bh-breadcrumb > span {
  color: #999999;
}
.bh-form-label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 0px 4px 4px;
  text-align: right;
  color: #333333;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bh-form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.bh-form-control:focus {
  border-color: #2196f3;
  outline: 0;
  -webkit-box-shadow: inset 0 0 2px #2196f3;
  box-shadow: inset 0 0 2px #2196f3;
}
.bh-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bh-form-control:-ms-input-placeholder {
  color: #999999;
}
.bh-form-control::-webkit-input-placeholder {
  color: #999999;
}
.bh-form-control[disabled],
.bh-form-control[readonly],
fieldset[disabled] .bh-form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bh-form-control[disabled],
fieldset[disabled] .bh-form-control {
  cursor: not-allowed;
}
input[type="search"] {
  -webkit-appearance: none;
}
.bh-form-group {
  margin-bottom: 4px;
}
.bh-form-group.bh-required .bh-form-label:before {
  content: "*";
  color: #f44336;
  margin-right: 4px;
}
.bh-form-group .bh-text-caption {
  display: none;
}
.bh-input-lg {
  height: 32px;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
}
select.bh-input-lg {
  height: 32px;
  line-height: 32px;
}
textarea.bh-input-lg,
select[multiple].bh-input-lg {
  height: auto;
}
.bh-form-group-lg .bh-form-control {
  height: 32px;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
}
select.bh-form-group-lg .bh-form-control {
  height: 32px;
  line-height: 32px;
}
textarea.bh-form-group-lg .bh-form-control,
select[multiple].bh-form-group-lg .bh-form-control {
  height: auto;
}
.bh-form-group-lg .bh-form-label {
  font-size: 14px;
  padding: 6px 8px 6px 16px;
  margin-right: 0;
}
.bh-form-group-lg .bh-form-group {
  margin-bottom: 8px;
}
.bh-form-control-warning .help-block,
.bh-form-control-warning .control-label,
.bh-form-control-warning .radio,
.bh-form-control-warning .checkbox,
.bh-form-control-warning .radio-inline,
.bh-form-control-warning .checkbox-inline,
.bh-form-control-warning.radio label,
.bh-form-control-warning.checkbox label,
.bh-form-control-warning.radio-inline label,
.bh-form-control-warning.checkbox-inline label {
  color: #fec006;
}
.bh-form-control-warning .form-control {
  border-color: #fec006;
  -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);
}
.bh-form-control-warning .form-control:focus {
  border-color: #d09c01;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feda6c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feda6c;
}
.bh-form-control-warning .input-group-addon {
  color: #fec006;
  border-color: #fec006;
  background-color: #fec006;
}
.bh-form-control-warning .form-control-feedback {
  color: #fec006;
}
.bh-form-control-warning .help-block,
.bh-form-control-warning .control-label,
.bh-form-control-warning .radio,
.bh-form-control-warning .checkbox,
.bh-form-control-warning .radio-inline,
.bh-form-control-warning .checkbox-inline,
.bh-form-control-warning.radio label,
.bh-form-control-warning.checkbox label,
.bh-form-control-warning.radio-inline label,
.bh-form-control-warning.checkbox-inline label {
  color: #fec006;
}
.bh-form-control-warning .bh-form-control {
  border-color: #fec006;
}
.bh-form-control-warning .bh-form-control:focus {
  border-color: #fec006;
  -webkit-box-shadow: inset 0 0 2px #fec006;
  box-shadow: inset 0 0 2px #fec006;
}
.bh-form-control-warning .bh-text-caption {
  display: block;
}
.bh-form-control-warning .bh-text-caption i {
  font-size: 16px;
  margin-right: 4px;
}
.bh-form-control-danger .help-block,
.bh-form-control-danger .control-label,
.bh-form-control-danger .radio,
.bh-form-control-danger .checkbox,
.bh-form-control-danger .radio-inline,
.bh-form-control-danger .checkbox-inline,
.bh-form-control-danger.radio label,
.bh-form-control-danger.checkbox label,
.bh-form-control-danger.radio-inline label,
.bh-form-control-danger.checkbox-inline label {
  color: #f44336;
}
.bh-form-control-danger .form-control {
  border-color: #f44336;
  -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);
}
.bh-form-control-danger .form-control:focus {
  border-color: #ea1c0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
}
.bh-form-control-danger .input-group-addon {
  color: #f44336;
  border-color: #f44336;
  background-color: #f44336;
}
.bh-form-control-danger .form-control-feedback {
  color: #f44336;
}
.bh-form-control-danger .help-block,
.bh-form-control-danger .control-label,
.bh-form-control-danger .radio,
.bh-form-control-danger .checkbox,
.bh-form-control-danger .radio-inline,
.bh-form-control-danger .checkbox-inline,
.bh-form-control-danger.radio label,
.bh-form-control-danger.checkbox label,
.bh-form-control-danger.radio-inline label,
.bh-form-control-danger.checkbox-inline label {
  color: #f44336;
}
.bh-form-control-danger .bh-form-control {
  border-color: #f44336;
}
.bh-form-control-danger .bh-form-control:focus {
  border-color: #f44336;
  -webkit-box-shadow: inset 0 0 2px #f44336;
  box-shadow: inset 0 0 2px #f44336;
}
.bh-form-control-danger .bh-text-caption {
  display: block;
}
.bh-form-control-danger .bh-text-caption i {
  font-size: 16px;
  margin-right: 4px;
}
.bh-form-horizontal,
.bh-form-vertical {
  padding-bottom: 16px;
}
.bh-form-vertical .bh-form-label,
.bh-form-vertical.bh-form-lg .bh-form-label {
  padding: 6px 8px 6px 0;
  margin-bottom: 4px;
}
.bh-form-lg .bh-form-label {
  font-size: 14px;
  padding: 6px 8px 6px 16px;
  margin-right: 0;
}
.bh-form-lg .bh-form-control {
  font-size: 14px;
  line-height: 20px;
  height: 32px;
}
.bh-form-lg .bh-form-group {
  margin-bottom: 8px;
}
.bh-form-inline .bh-row {
  margin-top: 4px;
  margin-bottom: 4px;
}
.bh-form-inline .bh-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.bh-form-inline .bh-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.bh-form-inline .bh-form-label {
  margin-bottom: 0;
  vertical-align: top;
}
.bh-form-inline .bh-radio,
.bh-form-inline .bh-checkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.bh-form-inline .bh-radio label,
.bh-form-inline .bh-checkbox label {
  padding-left: 4px;
}
.bh-form-inline .bh-radio input[type="radio"],
.bh-form-inline .bh-checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.bh-input-group {
  display: table;
  vertical-align: middle;
}
.bh-input-group .bh-input-group-addon,
.bh-input-group .bh-input-group-btn,
.bh-input-group .bh-form-control {
  width: 1%;
  display: table-cell;
}
.bh-input-group .bh-input-group-addon {
  padding: 0 4px;
  background-color: #dddddd;
}
.bh-input-group .bh-form-control {
  border-radius: 2px 0 0 2px;
}
.bh-input-group .bh-input-group-addon,
.bh-input-group .bh-input-group-btn {
  border-radius: 0 2px 2px 0;
}
.bh-input-group > .bh-form-control {
  width: 100%;
}
.bh-form-readonly .bh-form-block {
  border-left: #dddddd solid 1px;
  border-top: #dddddd solid 1px;
  clear: both;
}
.bh-form-readonly .bh-form-block:after {
  content: '';
  display: block;
  clear: both;
}
.bh-form-readonly .bh-form-group {
  background: #eeeeee;
  border-right: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.bh-form-readonly .bh-form-group > [class^=bh-col-md-] {
  padding-left: 0;
  padding-right: 0;
}
.bh-form-readonly .bh-form-label {
  border-right: #dddddd solid 1px;
  padding-right: 8px;
}
.bh-form-readonly input {
  background: #fff;
}
.bh-form-readonly .bh-row {
  margin-left: 0;
  margin-right: 0;
}
.bh-form-readonly .bh-form-static {
  background: #fff;
  height: 28px;
  line-height: 28px;
  padding-left: 8px;
  text-align: left;
}
.bh-form-group .bh-file-photo-block {
  margin: 0;
}
.bh-checkbox,
.bh-radio {
  padding-top: 4px;
}
.bh-checkbox label,
.bh-radio label {
  position: relative;
}
.bh-checkbox label.bh-disabled .bh-choice-helper,
.bh-radio label.bh-disabled .bh-choice-helper {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.bh-checkbox label.bh-disabled .bh-choice-helper:before,
.bh-radio label.bh-disabled .bh-choice-helper:before {
  background-color: #eeeeee;
}
.bh-checkbox input,
.bh-radio input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
}
.bh-checkbox .bh-choice-helper:before,
.bh-radio .bh-choice-helper:before,
.bh-checkbox .bh-choice-helper:after,
.bh-radio .bh-choice-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.bh-checkbox .bh-choice-helper:before,
.bh-radio .bh-choice-helper:before {
  left: 0;
  border: 1px solid #999999;
  background-color: #ffffff;
}
.bh-checkbox:hover .bh-choice-helper:before,
.bh-radio:hover .bh-choice-helper:before {
  border-color: #8bc34a;
}
.bh-checkbox:hover label.bh-disabled .bh-choice-helper:before,
.bh-radio:hover label.bh-disabled .bh-choice-helper:before {
  border-color: #999999;
}
.bh-checkbox label {
  padding-left: 24px;
  padding-right: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.bh-checkbox input {
  width: 16px;
  height: 16px;
}
.bh-checkbox input:checked + .bh-choice-helper:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.bh-checkbox input:checked + .bh-choice-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.bh-checkbox .bh-choice-helper:before {
  top: 2px;
  width: 16px;
  height: 16px;
}
.bh-checkbox .bh-choice-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  -o-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 16px;
  height: 8px;
  border-bottom: 2px solid #8bc34a;
  border-left: 2px solid #8bc34a;
  border-bottom-left-radius: 2px;
  left: -1px;
  top: 4px;
}
.bh-form-control-danger .bh-checkbox .bh-choice-helper:before {
  border-color: #f44336;
}
.bh-form-control-danger .bh-checkbox .bh-choice-helper:after {
  border-bottom-color: #f44336;
  border-left-color: #f44336;
}
.bh-form-control-success .bh-checkbox .bh-choice-helper:before {
  border-color: #8bc34a;
}
.bh-form-control-success .bh-checkbox .bh-choice-helper:after {
  border-bottom-color: #8bc34a;
  border-left-color: #8bc34a;
}
.bh-form-control-warning .bh-checkbox .bh-choice-helper:before {
  border-color: #fec006;
}
.bh-form-control-warning .bh-checkbox .bh-choice-helper:after {
  border-bottom-color: #fec006;
  border-left-color: #fec006;
}
.bh-radio label {
  padding-left: 28px;
  padding-right: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.bh-radio input {
  width: 20px;
  height: 20px;
}
.bh-radio input:checked + .bh-choice-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bh-radio .bh-choice-helper:before {
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.bh-radio .bh-choice-helper:after {
  width: 12px;
  height: 12px;
  background: #8bc34a;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.bh-radio.bh-radio-vertical label {
  display: block;
  margin-bottom: 8px;
  height: 20px;
  text-align: left;
}
.bh-radio.bh-radio-vertical .bh-choice-helper:before {
  top: 0px;
}
.bh-radio.bh-radio-vertical .bh-choice-helper:after {
  top: 4px;
}
.bh-checkbox.bh-checkbox-vertical label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.bh-checkbox.bh-checkbox-vertical .bh-choice-helper:before {
  top: 2px;
}
.bh-checkbox.bh-checkbox-vertical .bh-choice-helper:after {
  top: 4px;
}
.bh-checkbox-inline,
.bh-radio-inline {
  vertical-align: top;
  margin-top: 0;
  padding-left: 25px;
}
table {
  background-color: #ffffff;
  text-align: left;
}
.bh-table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #eeeeee;
}
.bh-table > thead > tr > th,
.bh-table > tbody > tr > th,
.bh-table > tfoot > tr > th,
.bh-table > thead > tr > td,
.bh-table > tbody > tr > td,
.bh-table > tfoot > tr > td {
  padding: 0 8px;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  line-height: 32px;
}
.bh-table > thead > tr > th {
  vertical-align: bottom;
  border-right: 1px solid #ffffff;
  background-color: #eeeeee;
}
.bh-table > thead > tr > th:last-of-type {
  border-right: none;
}
.bh-table > caption + thead > tr:first-child > th,
.bh-table > colgroup + thead > tr:first-child > th,
.bh-table > thead:first-child > tr:first-child > th,
.bh-table > caption + thead > tr:first-child > td,
.bh-table > colgroup + thead > tr:first-child > td,
.bh-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bh-table td.bh-ch-active,
.bh-table td.bh-ch-hover {
  background-color: rgba(33, 150, 243, 0.1);
}
.bh-table th.bh-ch-active,
.bh-table th.bh-ch-hover {
  background-color: rgba(33, 150, 243, 0.25);
}
.bh-table tr.bh-ch-hover td {
  background-color: rgba(33, 150, 243, 0.1);
}
.bh-table tr.bh-ch-hover td.bh-ch-active,
.bh-table tr.bh-ch-hover td.bh-ch-hover {
  background-color: rgba(33, 150, 243, 0.25);
}
.bh-table.bh-table-colLine-hide > thead > tr > th,
.bh-table.bh-table-colLine-hide > tbody > tr > th,
.bh-table.bh-table-colLine-hide > tfoot > tr > th,
.bh-table.bh-table-colLine-hide > thead > tr > td,
.bh-table.bh-table-colLine-hide > tbody > tr > td,
.bh-table.bh-table-colLine-hide > tfoot > tr > td {
  border-right-width: 0;
}
.bh-table.bh-table-asideBorder-hide {
  border-left-width: 0;
  border-right-width: 0;
}
table.dataTable {
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 0;
  border-bottom: 0;
  text-align: left;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background: none;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 0 8px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: #eeeeee;
}
table.dataTable.no-footer {
  border-bottom-color: #eeeeee;
}
#example_length select {
  display: block;
  width: 100%;
  height: 28px;
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
#example_length select:focus {
  border-color: #2196f3;
  outline: 0;
}
#example_length select[disabled],
#example_length select[readonly],
fieldset[disabled] #example_length select {
  background-color: #eeeeee;
  opacity: 1;
}
#example_length select[disabled],
fieldset[disabled] #example_length select {
  cursor: not-allowed;
}
textarea#example_length select {
  height: auto;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: inherit;
}
table.dataTable .checkbox input,
table.dataTable .radio input,
table.dataTable .checkbox .input-helper:before,
table.dataTable .radio .input-helper:before,
table.dataTable .checkbox .input-helper:after,
table.dataTable .radio .input-helper:after {
  top: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: block;
  position: relative;
  float: left;
  line-height: 24px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0 4px;
  margin: 0 1px;
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  z-index: 3;
  color: #ffffff !important;
  background: #2196f3 !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #999999 !important;
  background-color: #eeeeee !important;
  cursor: not-allowed;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #999999;
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
    float:left;
}
.bh-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  clear: both;
}
.bh-pagination:before,
.bh-pagination:after {
  content: " ";
  display: table;
}
.bh-pagination:after {
  clear: both;
}
.bh-pagination > li {
  display: block;
  min-width: 24px;
  height: 24px;
  float: left;
  margin: 0 1px;
}
.bh-pagination > li > a,
.bh-pagination > li > span {
  display: block;
  position: relative;
  float: left;
  padding: 0 4px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.bh-pagination > li > a:not([aria-label]) {
  line-height: 24px;
}
.bh-pagination > li:first-child {
  margin-left: -1px;
}
.bh-pagination > li > a:hover,
.bh-pagination > li > span:hover,
.bh-pagination > li > a:focus,
.bh-pagination > li > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2196f3;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bh-pagination > .bh-active > a,
.bh-pagination > .bh-active > span,
.bh-pagination > .bh-active > a:hover,
.bh-pagination > .bh-active > span:hover,
.bh-pagination > .bh-active > a:focus,
.bh-pagination > .bh-active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  cursor: default;
}
.bh-pagination > .bh-disabled > span,
.bh-pagination > .bh-disabled > span:hover,
.bh-pagination > .bh-disabled > span:focus,
.bh-pagination > .bh-disabled > a,
.bh-pagination > .bh-disabled > a:hover,
.bh-pagination > .bh-disabled > a:focus {
  color: #999999;
  background-color: #eeeeee;
  cursor: not-allowed;
}
.bh-pagination-skip {
  color: #999999;
  margin: 0 4px;
}
.bh-pagination-skip input[type=text].bh-form-control {
  display: inline-block;
  width: 36px;
  height: 24px;
  margin: 0 4px;
  vertical-align: middle;
}
.bh-pagination-skip .bh-btn {
  width: 24px;
  height: 24px;
  min-width: 0;
  padding: 1px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #ffffff;
  font-size: 12px;
}
.bh-pagination-skip .bh-btn:hover {
  color: #ffffff;
  background-color: #2196f3;
}
.bh-pagination-total {
  color: #999999;
}
.bh-pagination-total select.bh-form-control {
  height: 24px;
  width: 60px;
  display: inline-block;
  margin: 0 4px;
  padding: 0 4px;
}
.bh-pagination-pic {
  clear: both;
}
.bh-pagination-pic:before,
.bh-pagination-pic:after {
  content: " ";
  display: table;
}
.bh-pagination-pic:after {
  clear: both;
}
.bh-pagination-pic > span {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background-color: #dddddd;
  margin-right: 8px;
}
.bh-pagination-pic > span.bh-active {
  background-color: #2196f3;
}
.bh-switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bh-switch:hover .bh-switch-helper:before {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}
.bh-switch:hover input:disabled {
  cursor: no-drop;
}
.bh-switch:hover input:disabled + .bh-switch-helper:before {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-switch .bh-switch-label {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: normal;
  padding: 2px 8px;
}
.bh-switch .bh-switch-helper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 24px;
  border-radius: 2px;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.bh-switch .bh-switch-helper:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.bh-switch .bh-switch-helper:active:before {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-switch input {
  position: absolute;
  z-index: 2;
  width: 48px;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.bh-switch input:checked + .bh-switch-helper:before {
  left: 26px;
}
.bh-switch input:checked + .bh-switch-helper + .bh-close {
  display: none;
}
.bh-switch input:checked + .bh-switch-helper + .bh-close + .bh-open {
  display: inline-block;
}
.bh-switch .bh-open {
  display: none;
}
.bh-switch input:checked + .bh-switch-helper {
  background: #8bc34a;
}
.bh-switch input:disabled:checked + .bh-switch-helper {
  background: rgba(139, 195, 74, 0.35);
}
.bh-switch input:disabled:checked + .bh-switch-helper:before {
  background: #ffffff;
}
.bh-switch input:disabled + .bh-switch-helper:before {
  background: #eeeeee;
}
.bh-switch .bh-switch-label.bh-close {
  color: #999999;
}
.bh-switch .bh-switch-label.open {
  color: #8bc34a;
}
.bh-switch .bh-switch-helper {
  background: #999999;
}
.bh-switch.danger input:checked + .bh-switch-helper {
  background: #8bc34a;
}
.bh-switch.danger input:disabled:checked + .bh-switch-helper {
  background: rgba(139, 195, 74, 0.35);
}
.bh-switch.danger input:disabled:checked + .bh-switch-helper:before {
  background: #ffffff;
}
.bh-switch.danger input:disabled + .bh-switch-helper:before {
  background: #eeeeee;
}
.bh-switch.danger .bh-switch-label.bh-close {
  color: #f44336;
}
.bh-switch.danger .bh-switch-label.open {
  color: #8bc34a;
}
.bh-switch.danger .bh-switch-helper {
  background: #f44336;
}
.bh-file-upload {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.bh-file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bh-file-upload-info {
  display: inline-block;
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
  vertical-align: top;
  padding-top: 4px;
}
.bh-form-group .bh-file-upload-info {
  display: inline-block;
}
.bh-file-upload-loading-wrap {
  line-height: 20px;
}
.bh-file-upload-file {
  margin-right: 16px;
  margin-bottom: 8px;
  line-height: 20px;
}
.bh-file-upload-filename {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.bh-file-uploading-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.bh-file-upload-delete {
  display: inline-block;
  vertical-align: middle;
}
.bh-file-upload-error-msg {
  display: none;
  vertical-align: middle;
  color: #FF0000;
  margin-right: 8px;
}
.bh-file-upload-file.bh-error .bh-file-uploading-icon {
  display: none;
}
.bh-file-upload-file.bh-error .bh-file-upload-error-msg {
  display: inline-block;
}
.bh-file-upload-file-icon {
  margin-right: 8px;
  color: #9D9D9D;
  padding-top: 4px;
}
.bh-file-upload-success-info {
  display: inline-block;
  vertical-align: middle;
  color: #008000;
}
.bh-file-upload-img-block {
  background: #b2b2b2;
  display: table;
  margin: 0 auto;
  width: 80px;
  height: 68px;
}
.bh-file-upload-img-block span {
  display: table-cell;
  vertical-align: middle;
  text-align: center!important;
}
.bh-file-upload-img-block span img {
  display: inline-block;
  max-width: 80px;
  max-height: 68px;
}
.bh-file-upload-img .bh-file-upload-file-info {
  text-align: center;
}
.bh-file-photo-block {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.bh-file-photo {
  text-align: center;
}
.bh-file-photo-info {
  height: 20px;
  text-align: center;
}
.bh-file-photo-loading,
.bh-file-photo-error,
.bh-file-photo-success {
  display: none;
}
.bh-file-photo.loading .bh-file-photo-loading {
  display: inline;
}
.bh-file-photo.error .bh-file-photo-error {
  color: #FF0000;
  display: inline;
}
.bh-file-photo.success .bh-file-photo-success {
  color: #008000;
  display: inline;
}
.bh-file-img-container {
  overflow: hidden;
  position: relative;
}
.bh-file-img-block {
  padding: 2px;
  border: #dddddd solid 1px;
  background: #fff;
  position: relative;
  text-align: center;
  float: left;
  margin-bottom: 16px;
  margin-right: 8px;
}
.bh-file-img-plus {
  color: #999999;
  font-size: 60px;
  display: block;
  margin: 0 auto;
  line-height: 60px;
}
.bh-file-img-text {
  font-size: 14px;
  color: #2196f3;
}
.bh-file-img-input {
  overflow: hidden;
  display: table;
}
.bh-file-img-input > span {
  display: table-cell;
  vertical-align: middle;
}
.bh-file-img-input input[type=file] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 200px;
  opacity: 0;
}
.bh-file-img-loading,
.bh-file-img-fail {
  display: none;
}
.bh-file-img-fail {
  color: #f44336;
}
.bh-file-img-loading {
  line-height: 100%;
}
.bh-file-img-table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.bh-file-img-table span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.bh-file-img-table span img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.bh-file-img-block.loading .bh-file-img-loading {
  display: block;
}
.bh-file-img-block.error .bh-file-img-table,
.bh-file-img-block.loading .bh-file-img-table {
  display: none;
}
.bh-file-img-block.error .bh-file-img-fail {
  display: block;
  padding-top: 40%;
}
.bh-file-img-block.success .bh-file-img-table,
.bh-file-img-block.saved .bh-file-img-table {
  display: table;
}
.bh-file-img-delete {
  position: absolute;
  right: 4px;
  bottom: -20px;
}
.bh-file-img-info {
  margin-bottom: 4px;
  color: #9D9D9D;
}
.bh-file-img-single-block {
  float: none;
  margin-bottom: 18px;
}
.bh-file-img-container .bh-file-img-table {
  display: none;
}
.bh-file-img-container.loading .bh-file-img-single-edit,
.bh-file-img-container.loading .bh-file-img-loading {
  display: block;
}
.bh-file-img-container.loading .bh-file-img-single-info {
  display: none;
}
.bh-file-img-container.error .bh-file-img-single-edit,
.bh-file-img-container.error .bh-file-img-fail {
  display: block;
}
.bh-file-img-container.error .bh-file-img-fail {
  padding-top: 40%;
}
.bh-file-img-container.error .bh-file-img-loading,
.bh-file-img-container.error .bh-file-img-single-info {
  display: none;
}
.bh-file-img-container.success .bh-file-img-loading,
.bh-file-img-container.success .bh-file-img-single-info,
.bh-file-img-container.success .bh-file-img-fail,
.bh-file-img-container.saved .bh-file-img-loading,
.bh-file-img-container.saved .bh-file-img-single-info,
.bh-file-img-container.saved .bh-file-img-fail {
  display: none;
}
.bh-file-img-container.success .bh-file-img-single-edit,
.bh-file-img-container.saved .bh-file-img-single-edit {
  display: block;
}
.bh-file-img-container.success .bh-file-img-table,
.bh-file-img-container.saved .bh-file-img-table {
  display: table;
}
.bh-file-img-single-edit {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.bh-file-img-single-edit a {
  margin-left: 8px;
}
.bh-file-img-single-edit .bh-file-img-delete {
  position: relative;
  right: 0;
  bottom: 0;
}
/*!
 * Waves v0.7.2
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.bh-has-modal-body {
  overflow: hidden;
}
.bh-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.bh-pop {
  margin: 0 auto;
  padding: 32px 24px;
}
.bh-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bh-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: .5;
}
.bh-dialog-content p {
  margin-bottom: 32px;
  margin-top: 32px;
  /*http://jira.product.wisedu.com/browse/YYGLPT-951*/
  /*text-indent: 2em;*/
}
.bh-dialog-center {
  text-align: center;
}
.bh-dialog-light {
  height: 1px;
  background-color: #efefef;
  margin-bottom: 32px;
}
.bh-dialog-icon,
.bh-dialog-icon,
.bh-dialog-icon,
.bh-dialog-icon {
  display: block;
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px auto 32px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  border-color: #FEC006;
}
.bh-dialog-warning .bh-dialog-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #FEC006;
}
.bh-dialog-warning .bh-dialog-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.bh-dialog-warning .ok,
.bh-dialog-warning .cancle,
.bh-dialog-success .ok,
.bh-dialog-success .cancle,
.bh-dialog-danger .ok,
.bh-dialog-danger .cancle,
.bh-dialog-basic .ok,
.bh-dialog-text .ok {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  outline: none !important;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-width: 80px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0 2px;
}
.bh-dialog-warning .cancle,
.bh-dialog-danger .cancle {
  color: #222222;
  background-color: #ffffff;
}
.bh-dialog-warning .ok {
  color: #ffffff;
  background-color: #FEC006;
}
.bh-dialog-basic .ok,
.bh-dialog-text .ok {
  color: #ffffff;
  background-color: #2196f3;
}
.bh-dialog-success .ok {
  color: #ffffff;
  background-color: #8BC34A;
}
.bh-dialog-danger .ok {
  color: #ffffff;
  background-color: #F44336;
}
.bh-dialog-danger .ok:hover {
  background-color: #E71C0C;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-dialog-basic .ok:hover,
.bh-dialog-text .ok:hover {
  background-color: #0D86EA;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-dialog-warning .ok:hover {
  background-color: #F47B00;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-dialog-success .ok:hover {
  background-color: #79B13A;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-dialog-warning .cancle:hover,
.bh-dialog-danger .cancle:hover {
  background-color: #EFEFEF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-dialog-success .bh-dialog-icon::before,
.bh-dialog-success .bh-dialog-icon::after {
  content: '';
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bh-dialog-success .bh-dialog-icon::before {
  -moz-border-radius: 120px 0 0 120px;
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.bh-dialog-success .bh-dialog-icon::after {
  -moz-border-radius: 0 120px 120px 0;
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -ms-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.bh-dialog-success .bh-dialog-success-icon-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.bh-dialog-success .bh-dialog-success-icon-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bh-dialog-success .bh-dialog-icon-line {
  height: 5px;
  background-color: #8BC34A;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.bh-dialog-success .bh-dialog-icon-line.bh-dialog-icon-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bh-dialog-success .bh-dialog-icon-line.bh-dialog-icon-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bh-dialog-danger .bh-dialog-icon {
  border-color: #F44336;
}
.bh-dialog-danger .bh-dialog-error-mark {
  position: relative;
  display: block;
}
.bh-dialog-danger .bh-dialog-icon-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F44336;
  display: block;
  top: 37px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bh-dialog-danger .bh-dialog-error-iconLeft {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.bh-dialog-danger .bh-dialog-error-iconRight {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
