
.filter_main_panel {
    background-color: #F2F4FC;
    padding: 0px;
    width: 100%;
    display: table;
}

.fieldList_div {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.filterSetDiv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 8px;
    margin-left: 15px;
}

.filterSetIcon {
    margin-top: 5px;
    width: 12px;
    height: 12px;
}

.filterSetLabel {
    font-size: 11px;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 3px;
}

.emptyFilterSetLabel {
    font-size: 11px;
    color: #bbb9bc;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 3px;
}

.clearFilterSetButton {
    margin-top: 4px;
    margin-left: 5px !important;
    padding: 0;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
}

.clearFilterSetButton-img {
    height: 20px;
}

.clearFilterSetButton-small {
    float: left;
    margin-top: 8px;
    margin-left: 3px !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
}

.clearFilterSetButton-img-small {
    margin-top: -8px;
    width: 13px;
    height: 13px;
}

.filter_field_div {
    align-items: baseline !important;
    display: flex;
    height: 50px;
    color: black;
}

.filter_field_div button{
    color: black !important;
}

.filter_field {
    display: table-cell;
    margin-left: 15px;
}

.condition_label {
    margin-left: 15px !important;
    width: 120px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.operation {
    width: 60px !important;
}

.front-test {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #636A8A;
}

.input_field {
    width: 175px;
    height: 30px;
    padding: 0.375rem 0.75rem;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #636A8A;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    background-color: #FDFDFD;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-single {
    width: 175px;
    height: 30px;
    left: 490px;
    top: 275px;
    background: #FDFDFD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.accept_filter_button {
    padding: 6.5px 10px !important;
    font-family: Roboto, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: white;
    background: #1D254A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-right: 5px;
}

.clear_filter_button {
    padding: 10px 15px;
    font-family: Roboto, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1D254A;
    background: #EDF0FC;
    border-radius: 3px;
    border-color: #EDF0FC;
    float: right;
    margin: 20px;
}

.filter_but_div {
    display: flex;
    margin-left: auto;
    margin-right: 3px;
}

.button {
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}

.filterSets-button {
   
    padding: 0 15px 0 15px;
    height: 23px;
    background: #1D254A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    cursor: pointer;
    margin: 2px 3px 2px auto;
}

.filterSets-header-container {
    display: flex;
}

.filterSets-header-button {
    display: flex;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 20px;
}

.filterSets-header-button:hover label {
    color: #5294de;
    text-decoration: underline;
}

.filterSets_button-img {
    height: 16px;
}

.filter_button {
    border: none;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
    margin: 2px 10px auto 10px;
}

.filter_img {
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

.filter_count {
    font-size: 11px;
    font-weight: 600;
    vertical-align: top;
}

.del_button {
    background-color: transparent;
    border: none;
    color: #3F476E;
}

.fast-filter-panel-td {
    height: 45px !important;
    padding: 0 !important;
    vertical-align: middle !important;
    border-top: 0px solid #dee2e6 !important;
}

.fast-filter-panel-div {
    display: inline-flex !important;
    padding-left: 15px;
}

.filter-visibility-div {
    display: inline-flex;
    float: right;
    margin-top: -7px;
    padding-left: 15px;
}

.fast-filter-apply-button {
    margin-top: 2px;
    margin-left: 15px;
    padding: 2px 6px 6px 5px;
    height: 23px;
    background: #1D254A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    cursor: pointer;
}

.fast-filter-apply-img {
    height: 20px;
}

.fast-search-input {
    display: inline-block !important;
    height: 25px !important;
    margin-top: 1px;
    border: 1.5px solid #cccccc;
    outline: none;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
}

.fast-search-input-first {
    width: 170px;
}

.fast-search-input-others {
    margin-left: 1px;
    width: 150px;
}

.fast-search-label {
    display: inline-block !important;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 1px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    height: 25px !important;
    align-items: center;
}

.fast-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #cccccc;
}

.fast-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

.fast-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

.fast-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

.fast-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

.fast-search-input::placeholder { /* Most modern browsers support this now. */
    color: #cccccc;
}

.fast-filter-panel-update-button:hover {
    cursor: pointer;
}


/* Filter sets div table */

.modal-dialog-centered-div {
    width: 600px !important;
    max-width: 600px !important;
}

.modal-header-div {
    padding: 10px !important;
}

.modal-body-div {
    padding: 0 0 16px 0 !important;
}

.filter-set-list-table {
    width: 100%;
    border-collapse: collapse;
}

.filter-set-list-table-body {
    margin-top: -1px;
    max-height: 350px;
    overflow-y: auto;
}

.filter-set-list-table-row {
    display: table-row;
    width: 100%;
    border: 0.1px solid #dee2e6;
    border-right: 0;
    border-left: 0;
}

.filter-set-list-table-row:hover {
    background-color: #EBF5FF;
}

.filter-set-list-table-row-head {
    display: table-row;
    width: 100%;
    border: 0.1px solid #dee2e6;
    border-right: 0;
    border-left: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    height: 35px;
}

.filter-set-list-table-cell {
    display: table-cell;
    padding: 6px 10px;
    vertical-align: middle;
    line-height: 1 !important;
    font-family: Roboto, sans-serif;
    font-size: 12px;
}

.filter-set-list-table-cell-name {
    width: 510px;
    max-width: 510px;
    display: inline-block;
    overflow-wrap: break-word;
}

.filter-set-list-table-cell-actions {
    width: 100%;
    text-align: center;
}

.filter-set-link {
    cursor: pointer;
}
