/* trx embed mode v2 (autodetect via base_site extrahead js) */
html.trx-embed, body.trx-embed { margin:0; padding:0; }

/* hide admin chrome (django + admin-interface) */
html.trx-embed #header,
html.trx-embed header,
html.trx-embed .header,
html.trx-embed #branding,
html.trx-embed #user-tools,
html.trx-embed #nav-sidebar,
html.trx-embed .nav-sidebar,
html.trx-embed #sidebar,
html.trx-embed .sidebar,
html.trx-embed .sidebar-wrapper,
html.trx-embed .sidebar-container,
html.trx-embed #content-related,
html.trx-embed .breadcrumbs,
html.trx-embed div.breadcrumbs,
html.trx-embed #footer {
  display: none !important;
}

/* remove left padding reserved for sidebar */
html.trx-embed #content { margin:0 !important; padding:12px !important; }

/* full width main */
html.trx-embed #content-main {
  float:none !important;
  width:auto !important;
  max-width:100% !important;
}

/* theme containers */
html.trx-embed .main,
html.trx-embed .content,
html.trx-embed .container {
  margin:0 !important;
  padding:0 !important;
  max-width:100% !important;
}

/* optional: hide some admin toolbars inside embed */
html.trx-embed .object-tools,
html.trx-embed .submit-row,
html.trx-embed .paginator {
  display:none !important;
}

/* TRX_EMBED_HIDE_FILTER_V1 */
html.trx-embed #changelist-filter,
html.trx-embed .changelist-filter,
html.trx-embed #filters,
html.trx-embed aside#changelist-filter {
  display:none !important;
}
html.trx-embed #changelist {
  margin-right:0 !important;
}


/* TRX_EMBED_SUBMITROW_VISIBLE_V12 */
html.trx-embed body .submit-row{display:block !important;visibility:visible !important;opacity:1 !important;}
html.trx-embed body .submit-row input[type=submit],
html.trx-embed body .submit-row button[type=submit]{display:inline-block !important;visibility:visible !important;opacity:1 !important;}
