body, #layout, #layout #main {background: none;}

#layout {padding-top: 0px;}

#head {display:none;}
#menu_left {display:none;}
#footer {display:none;}
.bulk-actions {display:none;}
#table_1_filter_hidden {display:none;}
#content {margin:0;padding:0;float:none;position: relative;width: auto;height:auto;}
#underhead_content {margin:0;padding:0;}


#header, #feedback_form, #main_categories, #main_subcategories, #content_menu, #left_aside, .scroll-head-fixed, a.submit.no-form-confirm, .submit.list-edit, .cont_box span.f-right.link, button, input.submit {display: none !important;}
#layout #main #content {margin-left: 0px; width: 100%; padding: 0px; background: none; transition: none;}
.no-print {display: none !important;}

/*#layout #main #content #inside_content {width: 100% !important;}
#layout #main #content #inside_content table {width: 100% !important; table-layout: fixed;}
#layout #main #content #inside_content table tr td, #layout #main #content #inside_content table tr th {line-height: 18px !important; word-wrap: break-word; white-space: normal !important;}*/

.custom-overlay {position: absolute; background-color: #FFF;}
.ui-widget-overlay {position: absolute !important; width: 100% !important; height: 100% !important; background: #FFF none !important; opacity: 1 !important;}
.ui-dialog {top: 0px !important; left: 0px !important; border: none !important; }

.table-list {table-layout: fixed; border-spacing: 0px;}
.table-list th.header, th.bulk-select {width: 70px !important; max-width: 70px !important;}
th.bulk-select {padding: 0px 15px !important;}
th.bulk-select div {width: 70px !important;}
.table-list th, .table-list.nowrap {white-space: normal;}

.js-print-table tbody tr {counter-increment: line 1;}
.js-print-table tr td {position: relative;}

@media (orientation: portrait) {
	.js-print-table tr td:nth-child(10n+2):before {content: counter(line); position: absolute; top: 0px; left: 0px; line-height: 10px; font-size: 10px;}
}
@media (orientation: landscape) {
	.js-print-table tr td:nth-child(15n+2):before {content: counter(line); position: absolute; top: 0px; left: 0px; line-height: 10px; font-size: 10px;}
}