
.user-register-form-wrapper .row+.row {
    margin-top: 1rem;
}

.user-account {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.user-account-page-title {
    width: 100%;
}

.user-account__homepage-link a {
    text-decoration: none;
    font-weight: bold;
}

.user-account__homepage-link a:hover {
    text-decoration: none;
}

.user-account__homepage-link .glyphicons {
    font-size: 1.4em;
    margin-right: 0.3em;
}

.user-account__client-logo {
    margin: 0 auto;
}

.user-account__logo {
    margin: 0 auto;
}

.user-account-my-reps-no-reps-text,
.user-account-my-clients-no-clients-text,
.user-account-my-topics-no-topics-text {
    text-align: center;
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.5rem;
}

.user-page-title {
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
}

.user-page-title p {
    margin-bottom: 1em;
}

.user-account-controls {
    margin: 0 0 1em 0 !important;
}

.my-account-buttons {
    margin: 2rem auto;
}

.my-account-buttons__button {
    font-size: 1.4em;
    font-weight: bold;
    float: left;
    border-radius: 20px;
    width: 230px;
    text-align: center;
    padding: 0.5em;
}

.pagination-controls {
    text-align: center;
}

.register-user-wrapper {
    width: 260px;
    margin: 0 auto;
    padding-top: 1em;
    border: 1px solid silver;
    border-radius: 5px;
}

.register-user-wrapper .btn {
    margin: 0 1em 1em 1em;
    width: auto;
}

h3 {
    margin-top: 0;
}

#user-update-details {
    padding: 0 1rem;
}

.user-account-details,
.user-account-topics {
    border: 1px solid silver;
    padding: 1em !important;
    border-radius: 5px;
}

.list-item {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 1em !important;
    margin-bottom: 1em !important;
    background-color: #f8f8f8;
}

.list-item p {
    margin-bottom: 0.5rem;
}

.user-reps {
    margin-top: 1rem;
}

.readdocument-viewcomments-page .list-item h3 {
    font-size: 1.2em;
}

.checkbox-button {
    position: absolute;
    left: -9999px;
}

.user-account-page-heading {
    font-weight: bold;
}

.representation-heading {
    font-weight: bold;
}

.rep-item-full-text-block-button-block {
    display: none;
}

.rep-item-full-text-block {
    margin-top: 1rem;
}

.user-account-details__organisation-block {
    border: 1px solid silver;
    padding: 0.5rem 1rem !important;
    margin-bottom: 1rem;
    border-radius: 5px;
    background-color: #eee;
}

.user-account-details__organisationname {
    font-weight: bold;
    font-size: 1.5rem;
}

.representation-item__nosubmit-text {
    text-align: right;
    font-size: 0.9rem;
}

.representation-item__buttons {
    text-align: right;
}

.glyphicons2-eye {
    background-image: url(../images/glyphicons2/glyphicons-basic-52-eye.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.glyphicons2-eye-closed {
    background-image: url(../images/glyphicons2/glyphicons-basic-53-eye-off.svg);
}

.registration-help-link,
.registration-help-link:focus {
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
}

.registration-help-link__icon {
    margin-right: 5px;
    vertical-align: sub;
}

.registration-help-text {
    display: none;
}

.address-search {
    display: none;
}

#search_results {
    position: fixed;
    top: 0;
    left: 0;
}

.is-agent-details .form-group,
.is-agent-details .agent-note {
    margin-bottom: 0;
}

.user-name-details {
    margin-top: 1rem;
}

#form_agent .form-check,
#details_agent .form-check {
    display: inline-block;
    margin-right: 0.5rem;
}

.draft-saved-status {
    display: none;
    position: fixed;
    top: 1px;
    left: 3px;
    font-size: 0.9rem;
    color: darkgrey;
}
