<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main.user-page #content&gt;:not(section) {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.hts-pagination {
    margin-top: 1.5rem;
}

[class*="qld__column_"] {
    column-gap: 1rem;
}

@media (min-width: 992px) {
    .qld__column_1_3\@l {
        column-count: 3;
    }
}

/* User tools */
.hts-user__tools {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.hts-user__tools .qld__link-list { 
    margin: 0;
    padding: 0;
}
.hts-user__tools&gt;.qld__link-list&gt;li { 
    margin: 0;
    padding: 0.25rem 0;
}

.hts-equipment__listing .hts-offer__image { 
    width: 140px; 
}

.hts-equipment__listing .hts-offer__image img { 
    min-width: 140px;
}

@media (max-width: 992px) {
    /*
    main .qld__body--breadcrumb .row &gt; :nth-child(2) {
        order:-1;
    }
    */
    .hts-user__tools&gt;.qld__link-list&gt;li { 
        font-size: .875rem;
    }
}

/* Modal */
.hts-item__submit-modal {
    background: rgba(44,62,80,.95);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:99;
}

.hts-item__submit-modal.active {
    display: block
}

.hts-modal__wrapper {
    background-color: #fff;
    border-radius: 4px;
    margin: 10rem auto;
    max-height: 70%;
    max-width: 52rem;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
}

.hts-modal__header {
    position: relative;
}

.hts-modal__title {
    color: #065687;
    font-size: 18px;
    margin: 0;
}

.hts-modal__close-button {
    display: inline-block;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.hts-modal__close-button svg {
    height: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
}

.hts-modal__close-button svg path {
    fill: #337ab7;
}

/* Form elements */
.hts-register__error {
    margin-bottom: 1rem;
    color: #e22339;
    font-weight: bold;
}

.hts-register__wrapper h2,
.hts-form__section {
    margin-top: 1rem;
}

.hts-form__section-row {
    margin-top: 1rem;
}

.hts-form__section-row label {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.hts-form__section-row input {
    margin-top: 0;
}

.hts-form__section-row #SQ_LOGIN_USERNAME {
    min-width: initial;
    width: auto;
}

input[type=password] {
    color: var(--QLD-color-light-text);
    padding: 12px 16px;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border: 2px solid var(--QLD-color-light-alt-border);
    background-color: var(--QLD-color-light-background);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=password]:hover:not(:focus):not(.qld__text-input--error) {
    background-color: var(--QLD-color-light-background__shade);
    border-color: var(--QLD-color-light-button__hover);
}

input[type=password]:focus {
    background-color: var(--QLD-color-light-background);
    border-radius: 4px;
    border: 2px solid var(--QLD-color-light-border);
    outline: 2px solid var(--QLD-color-light-focus);
    outline-offset: 2px;
}


/* error handling not working yet */
.sq-form-question-answer.hts-error:after {
    content: ' *This option is required';
    display: block;
    font-size: 1rem;
}

.qld__body form input.hts-error,
input.hts-error {
    border-color: red;
}

.hts-offer__field.hts-error:after,
.hts-offer__price.hts-error:after {
    color: #d72525;
    content: ' *This option is required';
    line-height: 1.75em;
    margin-left: .5em;
    position: absolute
}

.hts-error+label {
    color: #d72525
}

.hts-error+label:after {
    content: ' *This option is required'
}
/* end_error handling */

.hts-form__contacts-row,
.hts-form__contacts-item {
    margin-bottom: 0.5rem;
}

.hts-offer__question,
.hts-offer__item {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.hts-offer__contents {
    margin-top: 1.5rem;
}

.hts-dynamic-equipment__preview,
.hts-offer__item,
.hts-offer__question {
    margin-bottom: 1rem;
}

.hts-offer__label,
.hts-offer__field {
    width: 100%;
}

.hts-offer__reference {
    margin-right: 1em;
}

.qld__body form .hts-offer__equipment input {
    width:auto;
    max-width: none;
    min-width: auto;
}

@media (max-width: 399px) {
    .hts-form__section-row #SQ_LOGIN_USERNAME,
    .hts-form__section-row #SQ_LOGIN_PASSWORD {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .hts-offer__label {
        width: 33.333%;
        margin-right: 1rem;
    }
    
    .hts-offer__field {
        width: auto;
    }
}

@media (min-width: 699px) {
    .qld__body form input[type=number] {
        min-width: 0;
        width: auto;
    }
}


.hts-equipment__totals {
    margin-top: 20px;   
}

/* TECH-2699 Item layout */
.hts-item__image-wrapper.qld__image_gallery__wrapper {
    margin-top: 0;
}

.hts-item__display-auction-details {
    display: none;
    background-color: var(--QLD-color-light-background__shade);
    padding: 20px 20px;
}

.hts-item__auction-closed {
    background-color: var(--QLD-color-light-background__shade);
    padding: 20px 20px;
}

.hts-item__display-auction-details.active {
    display: block
}

.hts__item .hts-item__make-offer {
    margin: 0 0.5em;
}

.hts-item__submit-wrapper {
    margin: 10px 0 10px 0;
}

.qld__definition_list--horizontal {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.qld__definition_list--horizontal dt {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.qld__definition_list--horizontal dd {
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 0;
}

.qld__definition_list--horizontal dd &gt; :first-child {
  margin-top: 0;
}

@media (min-width: 699px) {
    .qld__definition_list--horizontal dt {
      width: 33.333%;
      margin-bottom: 1rem;
    }
    .qld__definition_list--horizontal dd {
      width: 66.666%;
    }
}
/* TECH-3124 */

.qld__global-alert .qld__global-alert__action svg {
    display: none;
}

@media (min-width: 699px) {
    .qld__global-alert .qld__global-alert__action {
        margin-top: 0;
        margin-left: 0.5rem;
    }
}


/* DEV-855 podcasts */
.qld__news-article__media:not(:first-child) {
    margin-top: 1.5rem;
}

.qld__news-article__media .qld__video_player {
    padding: 0;
}


</pre></body></html>