/* module-key = 'com.stiltsoft.confluence.plugin.tablefilter.tablefilter:macro-inserter-resources', location = 'css/macro-inserter.css' */
.tfac-macro-inserter {
    position: absolute;
    background-color: #f5f5f5;
    padding: 2px;
    border: 1px solid #cccccc;
}

.tfac-macro-inserter .aui-icon {
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    display: block;
    background-position: 2px 2px;
    padding: 2px;
    color: #707070;
}

.tfac-macro-inserter .aui-icon.aui-iconfont-configure:before {
    margin-left: 2px;
}

.tfac-macro-inserter .aui-icon:hover {
    border-color: #cccccc;
}

.table-filter-inserter {
    background: url("/s/en_GB/7502/ac22fa19040b80942f38f572cb0ccfe31fa6e23d/4.2.15/_/download/resources/com.stiltsoft.confluence.plugin.tablefilter.tablefilter:macro-inserter-resources/images/filter-icon-grey.png") 0 no-repeat;
}

.pivot-table-inserter {
    background: url("/s/en_GB/7502/ac22fa19040b80942f38f572cb0ccfe31fa6e23d/4.2.15/_/download/resources/com.stiltsoft.confluence.plugin.tablefilter.tablefilter:macro-inserter-resources/images/pivot-icon-grey.png") 0 no-repeat;
}

.table-chart-inserter {
    background: url("/s/en_GB/7502/ac22fa19040b80942f38f572cb0ccfe31fa6e23d/4.2.15/_/download/resources/com.stiltsoft.confluence.plugin.tablefilter.tablefilter:macro-inserter-resources/images/chart-icon-grey.png") 0 no-repeat;
}

#tfac-inserter-message {
    position: fixed;
    top: 50px;
    right: 10px;
    max-width: 450px;
    z-index: 10000;
}