
.modul-r-notify-me-profile .notify-info-block .panel-title {
  margin-bottom: 10px;
}

.modul-r-notify-me-profile .profileName-js .fa-chevron-right,
.modul-r-notify-me-profile .profileName-js .fa-chevron-down {
  min-width: 1.5em;
  text-align: center;
  margin-right: 5px;
}

.modul-r-notify-me-profile .profileName-js .fa-chevron-right {
  display: inline-block;
}

.modul-r-notify-me-profile .profileName-js.open .fa-chevron-right {
  display: none;
}

.modul-r-notify-me-profile .profileName-js .fa-chevron-down {
  display: none;
}

.modul-r-notify-me-profile .profileName-js.open .fa-chevron-down {
  display: inline-block;
}

.modul-r-notify-me-profile .btn-group-remove {
  padding-left: 2.5em;
}

.modul-r-notify-me-profile .rename-block {
  display: none;
}

.modul-r-notify-me-profile .btn-group-remove .btn:first-child {
  margin-right: 8px;
}

.modul-r-notify-me-profile .field-number {
  padding-right: 8px;
}

.modul-r-notify-me-profile .notify-info-block{
  position: relative;
}

.modul-r-notify-me-profile .notify-info-block.blocked:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0, .6) url('/images/wait3.gif') center center no-repeat;
  border-radius: 3px;
  z-index: 5;
}

.modul-r-notify-me-profile .help-block {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}

.modul-r-notify-me-profile .has-error .help-block {
  display: block;
}


@media (max-width: 460px) {
  .modul-r-notify-me-profile .btn-group-remove {
    padding-left: 0;
  }
  .modul-r-notify-me-profile .btn-group-remove .btn {
    width: 49.4%;
    float: left;
  }
  .modul-r-notify-me-profile .btn-group-remove .btn:first-child {
    margin-right: .9%;
  }

}
