﻿.AdminSearchWithButtonInput {
    display: flex;
}

.AdminSearchDropDownButtonClass {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: #337ab7;
}

.AdminSearchWithButtonInput > select {
    border: solid 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*border-color: #2e6da4;*/
    border-color: #337ab7;
}

.ActiveFilterLabel {
    font-size: x-small;
}

.DynamicFilterLabel {
    font-size: x-small;
}

optgroup[label="Inactive"] {
    background-color: rgba(0,0,0,.12);
}
/*
.AdminSearchCard {
    max-width: calc(100vw - 300px);
}

*/

/*@media screen and (min-width: 768px) {*/
    /* When menu is collapsed make the search filter size of screen minus padding and scroll bar */
    /*.admin_sidebarNav.active ~ .admin_LayoutContentContainer > .admin_LayoutContentRenderViewContainer > .AdminSearchCard {
        max-width: calc(100vw - 50px);
    }
}

@media screen and (max-width: 767px) {*/
    /* TODO */
    /* When menu is collapsed make the search filter size of screen minus padding and scroll bar */
    /*.admin_sidebarNav.active ~ .admin_LayoutContentContainer > .admin_LayoutContentRenderViewContainer > .AdminSearchCard {
        max-width: calc(100vw - 50px);
    }
}*/
