@page {
  size: A4 portrait;
}

body {
    font-size: 12px !important;
    font-family: 'Open Sans';
}

.site_content_helper,
.content_buttons,
.content_submenu,
.list_filter,
.list_sort,
.list_actionbar,
.favourite,
.editdelete,
.quickButton,
span.action:not([actiontype='file']) {
    display: none !important;
    width:0px !important;
}

header#header, div.mobile_header, div.aside_inner, span.pageIcon,
mainmenu, submenu, subtitle, submenutranslated, subaction {
    display: none !important;
}

div.scroll_content {
    width: 1050px !important;
}

.content_header h1 {
    width: 100% !important;
}

.file_info > .action {
	display: inline-block !important;
}

.list_content.row, .liste.data {
    height: auto !important;
}

.dataList tr td {
    width: auto !important;
}

.col {
	float: left !important;
}

.col:first-child {
	margin: 0 !important;
}

.col.full {
	float: none !important;
	width: 100% !important;
}

.col_2 {
    width: 48% !important;
    margin-left: 4% !important;
}

.col .col_3,.col_3 {
    width: 30% !important;
    margin-left: 5% !important;
}

a:not(.fc-event) {
    color: inherit !important;
    font-weight: inherit !important;
}

form.listfilter {
    display:none;
}

.hideMobile {
    display:none;
}

