﻿.rsbSlide, .rsbDropDownSlide {
    left: 190px;
}

.rsbList {
    overflow: hidden !important;
}

.RadSearchBox .rsbInput {
    width: 90%;
    border: none !important;
}

.searchBoxSearchType {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px;
    cursor: pointer;
}

    .searchBoxSearchType:hover {
        color: #3276b1 !important;
    }

    .searchBoxSearchType.selected {
        font-weight: bold;
        cursor: default;
    }

        .searchBoxSearchType.selected:hover {
            color: black !important;
        }

.rsbPopup .rsbListItem {
    padding: 0 !important;
}

.searchBoxLeftColumn {
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    height: 75px;
    padding: 2px;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}

.searchBoxMiddleColumn {
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px;
}

    .searchBoxMiddleColumn div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.searchBoxLeftColumn img {
    display: block;
    width: 75px;
    height: 75px;
    padding: 2px;
}

.searchbox-status-available {
    background-color: #90CC53 !important;
}

.searchbox-status-inuse {
    background-color: #2D8DFF !important;
}

.rsbShowAll {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.status-badge {
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.status-pending, .status-awaitingpayment {
    background-color: #1a6fc9;
}

.status-approved {
    background-color: #0f7b3a;
}

.status-declined, .status-canceled {
    background-color: #c42b1c;
}

.status-onhold {
    background-color: #6c757d;
}

.RadSearchBox {
    border-radius: 6px !important;
    overflow: hidden !important;
}

    .RadSearchBox .rsbInputWrapper {
        border-radius: 6px !important;
        background-color: transparent !important;
    }

    .RadSearchBox .rsbInner {
        border-radius: 6px !important;
    }

    .RadSearchBox .rsbFocused .rsbInputWrapper {
        border-radius: 6px !important;
    }

    .RadSearchBox .rsbButtonArea {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

.rsbPopup {
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-top: 4px !important;
}

    .rsbPopup .rsbHdr {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rsbPopup .rsbItems {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .rsbPopup .rsbScroll {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
