.livebox-user {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: scroll;
  width: 1192px; }
  @media screen and (max-width: 1324px) {
    .livebox-user {
      width: 90vw; } }
  .livebox-user__header {
    align-items: center;
    background: white;
    box-shadow: 0px 2px 4px rgba(26, 32, 44, 0.1), 0px 1px 2px rgba(26, 32, 44, 0.15), 0px 0px 1px rgba(26, 32, 44, 0.2);
    display: flex;
    min-height: 64px;
    padding: 0 24px 0 72px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    font-size: 17px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 500;
    line-height: 24px; }
    .livebox-user__header__buttons {
      position: relative;
      text-align: right;
      width: 100%; }
  .livebox-user__content {
    margin: 80px auto 0;
    max-width: 424px;
    padding: 32px;
    width: 100%; }
    .livebox-user__content h4 {
      margin-bottom: 24px; }
    .livebox-user__content h5 {
      color: #1a202c;
      font-feature-settings: 'salt' on;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 16px;
      padding-top: 8px; }
    .livebox-user__content__buttons {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .livebox-user__content__buttons .dk--btn {
        margin-bottom: 16px; }
    .livebox-user__content__button {
      float: right;
      margin-top: 8px; }
    .livebox-user__content .livebox-password-sent-text,
    .livebox-user__content .livebox-reset-form-subtitle {
      margin: 12px 0 24px; }
    .livebox-user__content__forms {
      position: relative; }
      .livebox-user__content__forms .checkbox {
        padding-left: 0; }
        .livebox-user__content__forms .checkbox .checkbox-label {
          padding-left: 32px; }
      @media screen and (min-width: 486px) {
        .livebox-user__content__forms .field-registerform-recaptcha > .help-block {
          margin-top: -2px; } }
      .livebox-user__content__forms .toggle-password {
        display: block;
        margin-top: 22px;
        position: absolute;
        right: 30px;
        z-index: 2; }
        .livebox-user__content__forms .toggle-password:hover {
          cursor: pointer; }
      .livebox-user__content__forms iframe {
        border: solid 2px #8b95a5;
        border-radius: 4px; }
    .livebox-user__content__results {
      width: 85%;
      margin: 40px auto; }
      .livebox-user__content__results .error {
        color: #742a2a; }
      .livebox-user__content__results .success {
        color: #22543d; }
        .livebox-user__content__results .success a {
          color: #2c5282; }
      .livebox-user__content__results .warning {
        color: #983c1b; }
      .livebox-user__content__results .dk-alert {
        padding: 32px; }
      .livebox-user__content__results.export-forms .dk-alert {
        display: block;
        margin-top: 102px; }
    .livebox-user__content__chips {
      margin-bottom: 32px; }
      .livebox-user__content__chips .dk--chip {
        border: solid 2px #8b95a5; }
      .livebox-user__content__chips .dk--chip,
      .livebox-user__content__chips .chip-left {
        margin-right: 16px; }
        @media screen and (max-width: 332px) {
          .livebox-user__content__chips .dk--chip,
          .livebox-user__content__chips .chip-left {
            margin-bottom: 16px; } }

.user-profile .initials-icon {
  float: right; }

.user-profile__about {
  box-shadow: 0 1px 0 #e2e8f0;
  color: #1a202c;
  font-feature-settings: 'salt' on;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.154px;
  line-height: 20px;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 24px; }
  .user-profile__about h5 {
    color: #1a202c;
    font-feature-settings: 'salt' on;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding-bottom: 12px; }
  .user-profile__about .row {
    padding-bottom: 12px;
    padding-top: 12px; }
    .user-profile__about .row .lock-icon {
      margin-right: 8px; }
  @media screen and (max-width: 1024px) {
    .user-profile__about__value {
      margin-left: 16px;
      padding-top: 8px; } }
  .user-profile__about .btn {
    margin-right: 16px;
    margin-top: 20px; }
    .user-profile__about .btn.alliance-btn .dk--btn__icon {
      margin-right: 0px; }
      .user-profile__about .btn.alliance-btn .dk--btn__icon svg {
        width: 20px;
        height: 20px; }
    .user-profile__about .btn svg {
      height: 16px;
      width: 16px; }

.user-profile__stations {
  margin-top: 48px; }
  .user-profile__stations__under-table-btn {
    margin-top: 24px; }

.user-profile__header {
  font-size: 1.3em;
  line-height: 56px; }

.bootbox {
  z-index: 999999 !important; }
  .bootbox .modal-dialog {
    top: 25%; }
  .bootbox .modal-footer {
    justify-content: space-between; }
  .bootbox .dk--btn--primary {
    color: white; }
  .bootbox .bootbox-input-password {
    padding: 10px 14px;
    border: 2px solid #cbd5e0;
    border-radius: 4px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
    width: 100%; }
    .bootbox .bootbox-input-password:focus {
      border-color: #352f84;
      outline: none; }

.modal-backdrop {
  z-index: 99999 !important; }

.prolong-labels {
  display: none; }

.user-profile__stations .vgt-table .vgt-checkbox-col {
  padding: 0 16px !important;
  min-width: initial !important; }

.user-profile__stations .vgt-table tbody .vgt-checkbox-col {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  background: none !important; }

.user-profile__stations .vgt-table tbody td span.name-link a {
  align-items: flex-start !important;
  flex-wrap: wrap;
  width: 380px !important; }
  @media (max-width: 1680px) {
    .user-profile__stations .vgt-table tbody td span.name-link a {
      width: calc(50vw - 460px) !important; } }
  @media (max-width: 1024px) {
    .user-profile__stations .vgt-table tbody td span.name-link a {
      width: calc(100vw - 480px) !important; } }
  .user-profile__stations .vgt-table tbody td span.name-link a .position_icon_content {
    vertical-align: text-bottom; }
    .user-profile__stations .vgt-table tbody td span.name-link a .position_icon_content .position_icon_content_letter {
      top: -2px; }
  .user-profile__stations .vgt-table tbody td span.name-link a .hardware-identifier {
    color: #515151;
    font-size: 12px;
    flex-basis: 100%; }

@media screen and (max-width: 425px) {
  .user-profile__stations .vgt-table tbody td span.status-column.top-span.col-with-link:not(.name-link) {
    justify-content: left;
    flex-direction: column;
    flex-shrink: 1;
    flex-wrap: wrap;
    align-content: start; }
    .user-profile__stations .vgt-table tbody td span.status-column.top-span.col-with-link:not(.name-link) > a {
      padding-right: 0 !important;
      padding-top: 6px !important; } }

.user-profile__stations .vgt-table thead .vgt-table th.vgt-checkbox-col {
  width: inherit !important;
  min-width: inherit !important; }

@media screen and (max-width: 768px) {
  .page-user-index .dk--column-holder {
    max-width: 100%; } }
