/* Custom CSS for Perfex CRM */

/* Hide the left invoice list table when viewing a specific invoice */
body.small-table #small-table {
    display: none !important;
}

/* Make the invoice detail area take full width when table is hidden */
body.small-table .small-table-right-col {
    width: 100% !important;
    max-width: 100% !important;
}

/* Also hide the toggle button when viewing invoice */
body.small-table .toggle-small-view {
    display: none !important;
}

