.loading-overlayer{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(68, 68, 68, 0.1);
  display: block;
  z-index: 10000000000;
}
.loading-overlayer .loading-wrapper{
  margin-top: calc(50vh - 40px);
  /*height: 50px;
  font-size: 60px;
  color: #00838f;*/
}
.captcha-wrap {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
}
.captcha-wrap .captcha-body {
  display: block;
  top: 45px;
  left: 0px;
  width: 150px;
}
.captcha-wrap .captcha-body .arrow {
  left: 50%;
}
.captcha-wrap .captcha-body .captcha-content {
  position: relative;
  height: 45px;
  padding: 1px 25px 1px 1px;
}
.captcha-wrap .captcha-body .captcha-content .captcha-img-wrap {
  display: block;
}
.captcha-wrap .captcha-body .captcha-content .captcha-img-wrap .captcha-img {
  margin: 4px;
  border: 1px solid #ccc;
  width: 120px;
  height: auto;
}
.captcha-wrap .captcha-body .captcha-content .captcha-action-wrap {
  position: absolute;
  right: 3px;
  top: 5px;
  font-size: 12px;
}
.captcha-wrap .captcha-body .captcha-content .captcha-action-wrap .captcha-action {
  cursor: pointer;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: #777;
  text-align: center;
  line-height: 18px;
}
.captcha-wrap .captcha-body .captcha-content .captcha-action-wrap .captcha-action:hover {
  background-color: #ccc;
  color: #000;
}
.img-border {
  border: 1px solid #c8c7cc;
}
.box-img-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.box-img-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.box-img-wrapper .box-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
}
.label{
  color: white;
}
.label-red {
  background-color: #C82E29 !important;
}
.label-green {
  background-color: #5cb85c !important;
}
.label-yellow {
  background-color: #f0ad4e !important;
}
.label-orange {
  background-color: #f76536 !important;
}
.label-blue {
  background-color: #5bc0de !important;
}
.text-green {
  color: #02ba4b !important;
}
.text-red {
  color: #ff5757 !important;
}
/*.navbar .navbar-collapse .navbar-right > li > a{
  color: rgba(255, 255, 255, 1);
}*/
