.nbsh-search {}

.nbsh-search .advanced-search-option {
    display: none;
}


.nbsh-search fieldset {
    border: none;
    padding: 0;
}

.nbsh-search .horizontal-field {
    margin-bottom: 0.25rem;
}

.nbsh-search .horizontal-field.search-mode {
    margin-bottom: 0.5rem;
}

.nbsh-search .horizontal-field.submit-button {
    margin-top: 0.75rem;
}

.nbsh-search .horizontal-field>label {
    display: inline-block;
    width: 8rem;
}

.nbsh-search .horizontal-field>input[type="text"] {
    width: 19rem;
    display: inline-block;
}

.nbsh-search .horizontal-field>fieldset {
    display: inline-block;
}

.nbsh-search .advanced-search-option {
    margin-top: -0.25rem;
    margin-bottom: .5rem;
    font-size: 0.875rem;
}

.nbsh-search .input-list-horizontal label {
    position: relative;
    top: -0.125rem;
    margin-right: .75rem;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}

.nbsh-search-summary>div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.nbsh-search-summary>div:last-child {
    margin-bottom: 0;
}

.nbsh-search-summary .loading-image {
    height: .625rem;
}

.nbsh-search-summary .value {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    height: 3rem;
    width: 3rem;
    text-align: center;
}

.nbsh-search-summary .value .badge {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nbsh-search-summary .value.has-count .badge {
    background-color: #2ec49f;
    color: #ffffff;
    border-radius: 50%;
    white-space: nowrap;
}

.nbsh-search-summary .value.has-zero-count .badge {
    background-color: #bcc8d6;
}

.nbsh-search-summary .value.has-error {
    color: #ff0000;
}

.nbsh-search-summary .value.not-searched {
    font-size: 0.75rem;
    color: #738cab;
    white-space: nowrap;
    line-height: 0.75rem;
}

.nbsh-search-summary .datasource.not-searched {
    color: #738cab;
}



.nbsh-search-results .data svg {
    width: 4rem;
}

.nbsh-search-results .data {
    width: fit-content;
}

.nbsh-search-results .data table {
    font-size: 0.875rem;
}

.nbsh-search-results .data table th {
    white-space: nowrap;
    text-align: left;
}