/* module-key = 'org.swift.confluence.tablesorter:appfiretablefilter', location = 'table-editor/css/table-library.css' */
.appfire-filter-panel{
	padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.appfire-filter-box{
	max-width: 250px !important;
}

/*TBLSORT-146 - Add cell border and color th similar to confluenceTable styles, when page properties report macro embedded in table-plus macro.*/
.appfire-table-plus-parms.metadata-summary-macro td {
    border: 1px solid #dfe1e6 !important;
}

.appfire-table-plus-parms.metadata-summary-macro th {
    border: 1px solid #dfe1e6 !important;
    background-color: #f4f5f7 !important;
}

/*The page-property-report macro sometime adds metadata-summary-macro class to table itself, and sometimes to the parent div of table. */
.appfire-table-plus-parms > .metadata-summary-macro td {
    border: 1px solid #dfe1e6 !important;
}

.appfire-table-plus-parms > .metadata-summary-macro th {
    border: 1px solid #dfe1e6 !important;
    background-color: #f4f5f7 !important;
}

.confluenceTable.fixed-table {
    table-layout: fixed;
    width: auto;
}