﻿.loading
{
    border: 0px;
    height: 100px;
    background:none transparent;
    z-index: 999;
    margin: auto;
    text-align: center;
}

.searchCategoryListItem {    
    display: inline-block;
    min-width: 200px;
}

.searchCategoryWrapper {
    margin: auto;
    width: 100%;
    padding: 8px;
}

.searchCategoryHeader {
    font-size: x-large;
    font-weight: bold;
}

.searchControlDescription {
    font-size: smaller;
    font-weight: lighter;
}

.hideItem {
    display:none;
}

.rlbItem {
    border-style: none;
}

.noItemsDiv{
    text-align: center;
}   

.categoryCheckboxesDiv {
    border-style: solid;
    border-width: 1px;
    min-height: 50px;
    max-height: 220px;
    overflow-y: auto;
    background-color: white;
}

.subscriber_layoutTable {
    align-self: center;
}

.freeformSearchDiv {
    border-style: solid;
    border-width: 1px;
    Height: 120px;
    overflow-y: auto;
    background-color: white;
}

.algolia_admin_radpagelayout {
    margin-left: 0px;
}

.searchTextboxSpan {
    vertical-align: top;
}

.addSearchItem {
    width: 20px;
    height: 20px;
}

.toggleSearchCategoryImage {
    align-self: center;
}

.searchColumnLayoutList {
    margin: 2px;
    column-gap: 10px;
    column-width: 200px;
}

.style1 {
    width: 80%;
}

.logout_button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
}

/* RadTreeView line items */
.RadTreeView .rtOut {
    padding: 1px 0;
    height: 20px;
}
