/* ################################ XS ####################################### */
.form .form-header {
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 12px;
}

.form .form-content {
    padding: 15px 10px 5px;
}

.header .help {
  margin-top: 17px;
}

.header .tools-container {
  float: right;
  vertical-align: middle;
}

.header .tools-container .ui-select {
  margin: 0;
}

.header .tools-container .ui-btn {
  height: auto;
  padding: 0;
}

.header .tools-container .ui-btn span {
  line-height: 28px;
}

.no-bg-dropdown .ui-selectonemenu-label {
  font-size: 14px;
  line-height: 20px;
}

#requestPublicKeyForm .form .input {
  margin-bottom: 13px;
}

#requestPublicKeyForm .form-navigation {
  display: none;
}

.input-label.valid {
  margin-top: 17px !important;
  margin-bottom: 10px !important;
}

#successfulPublicKeyRequestForm .form-header,
#successfulPublicKeyRequestForm .form-navigation {
  display: none;
}

#successfulPublicKeyRequestForm .form.row {
  padding-bottom: 18px;
}

/* ########################################################################### */
/*                               DEFAULT                                       */
/* ########################################################################### */
.header .tools-container {
  padding-left: 10px 0;
}

.header .help {
    margin-top: 25px;
}

.header .help .circled-text {
  margin: 5px 0;
}

.language-select .ui-icon {
  background-image: none;
}

.language-select .ui-selectonemenu-label {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  height: auto;
}

/* ################################ SM ####################################### */
@media screen and (min-width: 768px) {

  .form .form-content {
    padding: 0 40px 27px;
  }

  #successfulPublicKeyRequestForm .form .form-content {
    padding: 0 40px 10px;
  }

  .header .help .circled-text {
    margin: 10px 0;
  }

  .note .items {
    margin-top: 15px !important;
  }

  .note li {
    margin: 20px 0 0 -18px !important;
  }

  #successfulPublicKeyRequestForm .form.row {
    padding-top: 8px;
    padding-bottom: 17px;
  }

}

/* ################################ MD ####################################### */
@media screen and (min-width: 992px) {

}

/* ################################ LG ####################################### */
@media screen and (min-width: 1200px) {

}

/* ########################################################################### */
/*                                 USER                                        */
/* ########################################################################### */
.header .help .visible-xs,
.header .help .visible-xs a {
  color: #333333;
}

.form .form-header {
  background-color: #transparent;
  color: #ff0000;
  border-top: 7px solid #ff0000;
}