/**
 * Layout
 */

.ml-document-seeker {
    clear: both;
    overflow: hidden;
    max-width: 1220px;
    margin: auto;
}

.ml-document-seeker .ds-s-status-text,
.has-js .ds-search {
    display: none;
}

.has-js .ds-filter .ds-search {
    display: block;
}

.ds-search {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 1024px) {
    .ml-document-seeker .ds-filter {
        float: right;
        top: auto;
        bottom: auto;
        left: auto;
        width: calc(33.33333% - 32px);
        border: 1px solid #ddd;
        padding: 32px;
    }

    @media screen and (min-width: 768px) {
        .ml-document-seeker .ds-results {
            float: left;
            width: calc(66.66667% - 32px);
        }
    }
}

.ml-document-seeker form {
    background: transparent;
}

.ml-document-seeker fieldset {
    position: relative;
    margin: 0;
    border-bottom: 0;
}

.ds-f-field-types, .ds-f-field-dates {
    display: none;
}


.ml-document-seeker .ds-sc-suggestions,
.ml-document-seeker .ds-r-results a:hover {
    border-color: #ccc;
}

.ml-document-seeker [class*='dsrs-active'] a {
    color: #0c1944;
}

.ml-document-seeker .ds-rp-active span {
    border: 1px solid #03aceb;
}


/**
 * 	Back button
 */

.ds-back {
    position: relative;
}

.ds-back a {
    position: absolute;
    display: block;
    top: calc(8px + 2.7em);
    left: 0;
    margin-top: 0.3em;
    text-decoration: none;
}

.ds-back a:hover {
    text-decoration: none;
}

.ds-back span {
    display: block;
    font-size: 0.8em;
}

.ds-back span:before {
    content: '\27f5';
    display: inline-block;
    margin-right: 0.5em;
    font-family: 'izbicons';
    font-size: 0.8em;
}

/**
 *    Search and status text
 */

.ml-document-seeker .ds-s-container {
    position: relative;
}

.ml-document-seeker .ds-scf-input {
    width: 100%;
    padding: 0.5em 36px 0.6em 0.7em;
    font-size: 1.2em;
}

.ml-document-seeker .ds-search button {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -999em;
    background-color: transparent;
    transform: translateY(-50%);
}

.ml-document-seeker .ds-search button:before {
    content: '\1F50D';
    position: absolute;
    display: block;
    top: 0;
    font-family: 'izbicons';
    text-align: center;
    text-indent: 0;
    color: #888;
}

/**
 *    Search suggestions
 */

.ml-document-seeker .ds-sc-suggestions {
    position: absolute;
    top: calc(6px + 2.7em);
    left: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-top-color: #eee;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #fff;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.ml-document-seeker .pb-icon-16 {
    position: absolute;
    display: block;
    top: calc(50% - 8px);
    left: 15px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.ml-document-seeker .ds-scs-section h3 {
    margin: 0;
    padding: 5px 15px;
    font-size: 0.6em;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #f7f7f7;
}

.ml-document-seeker .ds-scs-section ul {
    margin: 0;
    padding: 1px 0;
    overflow: hidden;
    list-style: none;
}

.ml-document-seeker .ds-scs-section a {
    position: relative;
    display: block;
    padding: 0.4em 0 0.4em 42px;
    overflow: hidden;
    font-size: 0.8em;
    text-decoration: none;
    color: #000;
}

.ml-document-seeker .ds-scs-no-results {
    display: block;
    padding: 5px 15px;
    font-size: 0.8em;
    color: #999;
}

.ml-document-seeker .ds-sc-suggestions li a:hover,
.ml-document-seeker .ds-sc-suggestions .ds-scss-focus a,
.ml-document-seeker .ds-sc-suggestions:hover .ds-scss-focus a:hover {
    background-color: #eee;
}

.ml-document-seeker .ds-sc-suggestions:hover .ds-scss-focus a {
    background-color: #fff;
}

/** Label suggestions - because they don't have an icon */
.ml-document-seeker .ds-scss-labels a {
    padding-left: 15px;
}



/**
 *    Filter
 */

.ml-document-seeker .ds-filter h3 {
    padding-top: 0;
}

.ml-document-seeker .ds-ff-label {
    font-weight: 500;
}

.ml-document-seeker .ds-ff-list {
    margin: 0.5em 0 1.6em 0;
    padding: 0;
    list-style: none;
}

.ml-document-seeker .ds-ff-list li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8em;
}

.ml-document-seeker .ds-ff-list li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ml-document-seeker .ds-ff-list input {
    position: absolute;
    top: 0.55em;
    left: 0.1em;
}

.ml-document-seeker .ds-ff-list label {
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 1.8em;
    cursor: pointer;
}

.ml-document-seeker .ds-ffl-amount {
    font-size: .8em;
    color: #999;
}

/**
 *     Pagination
 *     copy of pbuic-pager.css with adjusted class names
 */

#ds-r-pagination-top {
    display: none;
}

.ml-document-seeker .ds-r-pagination {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: 0.95em;
    text-align: center;
}

.ml-document-seeker .ds-r-pagination li {
    display: inline-block;
    margin: 0 0.3em;
    vertical-align: top;
}

.ml-document-seeker .ds-r-pagination a,
.ml-document-seeker .ds-r-pagination span {
    text-decoration: none;
    display: block;
    widtH: 2.3em;
    height: 2.3em;
    padding: .4em 0.6em;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    color: inherit;
}

.ml-document-seeker .ds-rp-active span {
    border-radius: 50%;
}

.ml-document-seeker .ds-rp-c-previous a,
.ml-document-seeker .ds-rp-c-previous span,
.ml-document-seeker .ds-rp-c-next a,
.ml-document-seeker .ds-rp-c-next span {
    width: 2em;
    height: 1.8em;
    overflow: hidden;
    visibility: hidden;
}

.ml-document-seeker .ds-rp-c-previous a:before,
.ml-document-seeker .ds-rp-c-previous span:before,
.ml-document-seeker .ds-rp-c-next a:before,
.ml-document-seeker .ds-rp-c-next span:before {
    font-family: 'izbicons';
    font-weight: normal;
}

.ml-document-seeker .ds-rp-c-previous a:before,
.ml-document-seeker .ds-rp-c-previous span:before {
    content: "\276e";
    visibility: visible;
}

.ml-document-seeker .ds-rp-c-next a:before,
.ml-document-seeker .ds-rp-c-next span:before {
    content: "\276f";
    visibility: visible;
}

/**
 * 	  Sorting
 **/

.ml-document-seeker .ds-r-sorting {
    margin-bottom: .5em;
    text-align: right;
}

.ml-document-seeker .dsrs-caption {
    display: none;
}

@media screen and (min-width: 768px) {
    .ml-document-seeker .dsrs-caption {
        display: inline-block;
        font-size: 0.8em;
        color: #999;
    }
}

.ml-document-seeker .ds-r-sorting ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-document-seeker .ds-r-sorting li {
    display: inline-block;
}


.ml-document-seeker .ds-r-sorting a {
    display: block;
    padding: 0 0.15em;
    font-size: 0.8em;
    text-decoration: none;
}

.ml-document-seeker .ds-r-sorting a:hover {
    text-decoration: none;
    cursor: pointer;
}

.ml-document-seeker [class*='dsrs-active'] a:after {
    display: inline-block;
    margin-left: 0.3em;
    font-family: 'izbicons';
    vertical-align: top;
}

.ml-document-seeker [class*='-descending'] a:after {
    content: '\27f1';
}

.ml-document-seeker [class*='-ascending'] a:after {
    content: '\2303';
}

/**
 *    Result
 */

.ml-document-seeker .ds-results {
    /* margin-top: 2em; */
}



/** List items */
.ml-document-seeker .ds-r-results {
    clear: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

/** Links */

.ml-document-seeker .ds-r-results a {
    display: block;
    overflow: hidden;
    padding: 1em 0;
    text-decoration: none;
}

/** Meta information */
.ml-document-seeker .ds-r-results span {
    float: left;
    color: #0c1944;
}

.ml-document-seeker .ds-r-results .ds-rr-title {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1111em;
}

.ds-r-results .ds-rr-labels,
.ds-r-results .ds-rr-filesize {
    display: block;
    font-size: 0.8em;
}

.ml-document-seeker .ds-rr-description {
    margin: 0.3em 0 0;
    font-size: 0.8em;
    color: #999;
}

.ml-document-seeker .ds-r-results .ds-rr-date:after {
    content: '–';
    margin: 0 0.6em;
}

/** Icon */
.ds-r-results .pb-icon-16,
.ds-r-results .ds-rr-date {
    display: none;
}
