/* div.footer {
    padding-top: 48px;
    height: 66px;

    div.footer-inner {

        div.footer-content {
            left: 0px;
            right: 0px;
            bottom: 0px;
            padding: 8px 8px;
            line-height: 36px;
            border-top: none;
            background: #404040;    
            color: white;
            border-top-right-radius: 8px;        
                
            div.col-md-6:first-child {
                visibility: hidden;
                height: 0px;
            }
            
            div.col-md-6 address {
                margin-bottom: 0px;    
                padding-left: 33px;
            }

            div.col-md-6:nth-child(2) {
                visibility: hidden;
                height: 0px;
            }

            div.pull-right {
                padding-right: 28px;
                margin-top: -2px;
            }
        }
    }
}

table.filters td.category.mar-label-color-default {
    color: rgb(57, 57, 57) !important;
}

table.filters {

    td.category:has(a#user_monitor_filter) {
        display: none !important;
    }
    td#user_monitor_filter_target {
        display: none !important;
    }
    td.category:has(a#note_user_id_filter) {
        display: none !important;
    }
    td#note_user_id_filter_target {
        display: none !important;
    }
    td.category:has(a#view_state_filter) {
        display: none !important;
    }
    td#view_state_filter_target {
        display: none !important;
    }
    td.category:has(a#sticky_issues_filter) {
        display: none !important;
    }
    td#sticky_issues_filter_target {
        display: none !important;
    }

    td.category:has(a#show_resolution_filter) {
        display: none !important;
    }
    td#show_resolution_filter_target {
        display: none !important;
    }
    td.category:has(a#do_filter_by_date_filter) {
        display: none !important;
    }
    td#do_filter_by_date_filter_target {
        display: none !important;
    }
    td.category:has(a#do_filter_by_last_updated_date_filter) {
        display: none !important;
    }
    td#do_filter_by_last_updated_date_filter_target {
        display: none !important;
    }

    td.category:has(a#show_version_filter) {
        display: none !important;
    }
    td#show_version_filter_target {
        display: none !important;
    }
    td.category:has(a#show_fixed_in_version_filter) {
        display: none !important;
    }
    td#show_fixed_in_version_filter_target {
        display: none !important;
    }
    td.category:has(a#show_target_version_filter) {
        display: none !important;
    }
    td#show_target_version_filter_target {
        display: none !important;
    }

    td.category:has(a#match_type_filter) {
        display: none !important;
    }
    td#match_type_filter_target {
        display: none !important;
    }
    
    td.category:has(a#highlight_changed_filter) {
        display: none !important;
    }
    td#highlight_changed_filter_target {
        display: none !important;
    }
}

.btn-size-default {
    min-width: 180px !important
}

table.filters tr:has(> :nth-child(-n+9):last-child) td {
    width: 25% !important;

    select.input-xs {
        width: 100% !important;
    }
}


table.filters tr:has(> :nth-child(-n+4):last-child) td {
    width: 25% !important;

    select.input-xs {
        width: 100% !important;
    }
}

table.filters tr:has(> :nth-child(-n+8):last-child) td {
    width: 12.5% !important;

    select.input-xs {
        width: 100% !important;
    }

} */
