﻿
.activeFilter {
    color: #ffffff;
    background-color: #0080BB;
}

.dropdown-menu.right {
    left: inherit;
    right: 0;
}

.filter-cursor-icon {
    cursor: pointer;
}

.grid-search {
    width: available;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.space {
    margin: 10px 0;
}
.filter-input-value {
    display: block;
}
.filterResume {
    font-size: 0.8em;
    width: 100%;
}

.grid-action {
    display: flex;
    flex-wrap: wrap;
}

    .grid-action > * {
        margin: 2px;
    }

    .grid-action > .half {
        width: 100px;
        flex: 1;
    }
