@font-face {
	font-family: "Font Awesome 5";
	font-style: normal;
	font-weight: normal;
	src: url("/static/fonts/fa-regular-400.eot?v=5.11.2");
	src: url("/static/fonts/fa-regular-400.eot?#iefix&v=5.11.2") format("embedded-opentype"),
		url("/static/fonts/fa-regular-400.woff2?v=5.11.2") format("woff2"),
		url("/static/fonts/fa-regular-400.woff?v=5.11.2") format("woff"),
		url("/static/fonts/fa-regular-400.ttf?v=5.11.2") format("truetype"),
		url("/static/fonts/fa-regular-400.svg#fontawesome&v=5.11.2") format("svg");
}

@font-face {
	font-family: "Font Awesome 5";
	font-style: normal;
	font-weight: 900;
	src: url("/static/fonts/fa-solid-900.eot?v=5.11.2");
	src: url("/static/fonts/fa-solid-900.eot?#iefix&v=5.11.2") format("embedded-opentype"),
		url("/static/fonts/fa-solid-900.woff2?v=5.11.2") format("woff2"),
		url("/static/fonts/fa-solid-900.woff?v=5.11.2") format("woff"),
		url("/static/fonts/fa-solid-900.ttf?v=5.11.2") format("truetype"),
		url("/static/fonts/fa-solid-900.svg#fontawesome&v=5.11.2") format("svg");
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url("/static/fonts/fa-brands-400.eot?v=5.11.2");
	src: url("/static/fonts/fa-brands-400.eot?#iefix&v=5.11.2") format("embedded-opentype"),
		url("/static/fonts/fa-brands-400.woff2?v=5.11.2") format("woff2"),
		url("/static/fonts/fa-brands-400.woff?v=5.11.2") format("woff"),
		url("/static/fonts/fa-brands-400.ttf?v=5.11.2") format("truetype"),
		url("/static/fonts/fa-brands-400.svg#fontawesome&v=5.11.2") format("svg");
}

html {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #000;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

h1,
h2 {
	width: 100%;
}

h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

#home {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1011;
}

#layout-main {
	height: calc(100% - 13em);
	position: relative;
}

#layout-main.login {
	width: 48em;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f8f8;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 1010;
	top: 0;
	width: 100%;
}

#header #logos {
	padding: 0.5em;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header #logos .actions,
#header #logos img,
#header #logos a {
	z-index: 1012;
}

#header #logos img.years {
	padding: 0 3em 0 1.5em;
}

#footer {
	text-align: center;
	color: #333333;
	background-color: #f8f8f8;
	font-size: 0.9rem;
	width: 100%;
	height: 11px;
	position: fixed;
	clear: left;
	bottom: 0;
	box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 1010;
	padding: 0.8em;
}

#layout-search {
	float: right;
	margin-top: -0.5em;
}

#layout-search input {
	width: 20em;
}

#layout-search button.i_search {
	margin: 0;
	vertical-align: bottom;
	height: 27px;
}

#layout-main .content.login {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

#layout-content {
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 1em 1.5em 2em;
	min-height: 100%;
	margin-bottom: 3.5em;
	box-sizing: border-box;
}

body {
	background-color: #f1f1f1;
}

#layout-main {
	padding-top: 7em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
}

#layout-content .block {
	width: 100%;
}

#layout-tabs > div.tab {
	display: inline-block;
	box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.2);
	background-color: #f8f8f8;
}

#layout-tabs > div.tab.active {
	background-color: #ffffff;
}

#layout-tabs {
	margin-left: 1em;
}

#layout-tabs > div.tab a {
	display: block;
	padding: 4px 8px;
	font-size: 1.2rem;
}

div.block:not(.hidden) + div.block:not(.hidden) {
	padding-top: 1.5em;
}

#layout-content .block.screens {
	display: flex;
	padding-top: 0.5em;
}

#layout-content .block.screens > .block.screen + .block.screen {
	padding-top: 0;
	padding-left: 1em;
}

table {
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

tr th,
tr td {
	padding: 0.3em 0.5em;
	line-height: 18px;
}

tr th {
	font-variant: small-caps;
	font-weight: normal;
	color: #fff;
	background-color: #444;
	white-space: nowrap;
}

tr th.sub.header,
tr.sub.header th {
	font-weight: normal;
	text-transform: initial;
}

td + td {
	border-left: 1px solid #e1e1e1;
}

tr + tr td {
	border-top: 1px solid #e1e1e1;
}

tr.odd {
	background-color: #f1f1f1;
}

tr.old {
	background-color: #e6caca;
}

tr.odd.old {
	background-color: #e1bfbf;
}

table tbody th,
table.edit th {
	text-align: left;
	word-wrap: break-word;
}

table.edit .select2-container,
table.edit input[type="search"],
table.edit input[type="text"],
table.edit input[type="date"],
table.edit textarea,
table.edit select {
	width: 100% !important;
	box-sizing: border-box;
	margin: 2px 0;
}

.select2-container {
	box-sizing: border-box;
	margin: 2px 0;
}

#addedit input,
#addedit select,
#addedit .select2-container {
	width: calc(50% - 30px) !important;
}

table.edit textarea {
	height: 10em;
}

table.edit tr.action td {
	text-align: center;
	padding: 1em 0.5em;
}

.select2-dropdown,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="date"],
.ms-container .ms-list {
	background-color: #fdfdfd;
	border: 1px solid #e8e8e8;
	font-size: 1rem;
	font-family: inherit;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
textarea,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="date"],
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
	padding: 5px 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
}

select {
	padding: 2px 4px;
}

.select2-container--open .select2-dropdown,
.select2-container .select2-selection--single {
	height: auto;
	border-radius: 0 !important;
}

.select2-container--open .select2-dropdown {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

.select2-container--default:not(.select2-container--disabled) .select2-selection--single:hover,
.select2-container--open .select2-search--dropdown .select2-search__field,
.select2-container--open .select2-selection--single,
.ms-container .ms-list:hover,
.ms-container .ms-list:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus {
	border: 1px solid #ccc;
	background-color: #fff;
}

select:hover,
select:focus {
	cursor: pointer;
}

option {
	height: 18px;
}

select[multiple="multiple"] {
	height: 5.3em;
}

table.edit input[type="search"] {
	width: calc(100% - 7em);
}

.g_button,
.i_button,
.i_icon,
button {
	display: inline-block;
	font-family: "Font Awesome 5", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	transform: translate(0px, 0px);
	margin: 0px;
	cursor: pointer;
	line-height: 16px;
	margin: 2px 0;
	min-width: 16px;
}

.g_button,
.i_button,
button {
	padding: 2px 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #e8e8e8;
	background-color: #f8f8f8;
	text-transform: capitalize;
}

.g_button.focus,
.g_button:hover,
.i_button.focus,
.i_button:hover,
button:hover {
	background-color: #f1f1f1;
	color: #a00;
	border-color: #ccc;
}

.i_button,
.g_button,
button {
	line-height: 20px;
	box-sizing: border-box;
}

.i_button::before {
	padding-right: 0.5em;
}

.i_button.i_search::before {
	content: "\f002";
	font-weight: 900;
}

.i_button.i_submit::before {
	content: "\f00c";
	font-weight: 900;
}

.i_button.i_history::before {
	content: "\f1da";
}

.i_button.i_back::before {
	content: "\f060";
}

.i_button.i_add::before {
	content: "\f067";
	font-weight: 900;
}

.i_button.i_info::before {
	content: "\f129";
	font-weight: 900;
}

.i_button.i_filter::before {
	content: "\f0b0";
	font-weight: 900;
}

.i_button.i_prev::before {
	content: "\f060";
}

.i_button.i_next::before {
	content: "\f061";
}

.i_button.i_login::before {
	content: "\f2f6";
	padding-right: 0.5em;
	font-weight: 900;
}

.i_button.i_delete::before {
	content: "\f2ed";
}

.i_button.i_confirm::before {
	content: "\f00c";
	font-weight: 900;
}

.i_button.i_save::before {
	content: "\f02f";
}

.i_button.i_print::before {
	content: "\f02f";
	font-weight: 900;
}

.i_button.i_edit::before {
	content: "\f303";
	font-weight: 900;
}

.i_button.i_disconnect::before {
	content: "\f127";
	font-weight: 900;
}

.i_button.i_download::before {
	content: "\f019";
	font-weight: 900;
}

.i_button.i_upload::before {
	content: "\f093";
	font-weight: 900;
}

.i_button.i_list::before {
	content: "\f0b0";
	font-weight: 900;
}

.i_icon {
	font-size: 1.17rem;
	height: 16px;
	padding: 0px;
	text-align: center;
	margin: 2px 0;
	line-height: 16px;
	vertical-align: middle;
}

.g_button + .g_button,
.i_button + .i_button,
.i_icon + .i_icon {
	margin-left: 0.05em;
}

.i_new,
.i_priority_up,
.i_priority_down,
.i_type_change,
.i_new:hover,
.i_priority_up:hover,
.i_priority_down:hover,
.i_type_change:hover,
.i_new:focus,
.i_priority_up:focus,
.i_priority_down:focus,
.i_type_change:focus,
.i_flag,
.i_flag:hover,
.i_flag:focus {
	background-color: #444;
	color: #fff;
	cursor: default;
}

.i_icon.i_info::after {
	content: "\f129";
	font-weight: 900;
}

.i_icon.i_edit::after {
	content: "\f303";
	font-weight: 900;
}

.i_icon.i_flag::after {
	content: "\f024";
}

.i_icon.i_flag .text {
	display: none;
}

.i_icon.i_new::after {
	content: "\f02e";
}

.i_icon.i_priority_up::after {
	content: "\f176";
}

.i_icon.i_priority_down::after {
	content: "\f175";
}

.i_icon.i_type_change::after {
	content: "\f07e";
}

.i_icon.i_delete::after {
	content: "\f2ed";
}

.i_icon.i_download::after {
	content: "\f019";
	font-weight: 900;
}

.i_icon.i_logout::before {
	content: "\f2f5";
	padding-right: 0.5em;
	font-weight: 900;
}

.i_icon.i_login::after {
	content: "\f2f6";
	font-weight: 900;
}

.i_login,
.i_logout {
	box-shadow: none;
	border: none;
	background-color: inherit;
	color: inherit;
	margin-left: 3em;
	white-space: nowrap;
}

.i_login:hover,
.i_logout:hover {
	background-color: inherit;
}

table.list .icons > div {
	text-align: center;
}

.i_new,
.i_priority_up,
.i_priority_down,
.i_type_change {
	float: left;
}

.i_new + .i_edit,
.i_priority_up + .i_edit,
.i_priority_down + .i_edit,
.i_type_change + .i_edit {
	float: left;
	margin-left: 4px;
}

a {
	text-decoration: none;
	user-select: none;
}

fieldset,
.hidden {
	display: none;
}

.spacer {
	height: 1em;
}

.g_msg {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 0.5em 1em;
	width: 100%;
	box-sizing: border-box;
}

.g_msg .title {
	float: right;
	text-transform: capitalize;
	font-weight: bold;
}

.g_msg .msg {
	padding: 4px;
}

.g_msg.error {
	background-color: #ffe5e5;
}

.g_msg.error .title {
	color: #f00;
}

.g_msg.info {
	background-color: #e5f8ff;
}

.g_msg.info .title {
	color: #105289;
}

.g_msg.warning {
	background-color: #fff8dc;
}

.g_msg.warning .title {
	color: #a89b66;
}

.details .g_msg {
	width: auto;
}

.ms-container .ms-list {
	height: 11.2em;
}

div.content > div.history {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}

table.comparison td {
	width: 50%;
	height: 16px;
}

table.comparison tr.header th {
	text-align: center;
}

del {
	background-color: #d6b8b8;
}

ins {
	background-color: #a7dda7;
	text-decoration: none;
}

.i_icon:hover,
a:hover {
	color: #a00;
}

.i_icon,
a {
	color: #105289;
}

.g_actions {
	margin-top: -2.65em;
	float: right;
}

table.list .icons {
	min-width: 3.2em;
	max-width: 3.2em;
	white-space: nowrap;
}

#layout-main.document_list table.list .icons {
	min-width: 4.6em;
	max-width: 4.6em;
}

#header .actions {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

#header {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-align-items: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*header height*/
#header #logos,
img.am,
img.autobid,
img.classicbid,
img.propertybid {
	height: 60px;
}

img.classicbid {
	padding: 0 2.5em 0 1em;
}

#home {
	height: 72px;
}

/*/header height*/
.g_button,
.i_button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.extruder .text {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 20px;
	border-bottom: 1px solid #333333;
	border-radius: 5px 0 0 5px;
}

.extruder .i_icon {
	margin-right: 1em;
	float: left;
}

.extruder .desc {
	color: #aaa;
}

#extruderTop {
	top: 60% !important;
}

#layout-main .content.login .loginbox {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#layout-main .content.login .loginbox button,
#layout-main .content.login .loginbox input {
	margin: 0.5em 0;
	font-size: 1.5rem;
	padding: 0.5em;
}

#layout-main .content.login .loginbox input {
	width: 100%;
}

#layout-main .content.login h1 {
	font-size: 2.5rem;
}

#layout-main .content.login .login {
	padding: 1em 2em;
	background-color: #f8f8f8;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#layout-main.login .tabs {
	display: none;
}

#layout-main.login .content {
	background-color: inherit;
	box-shadow: none;
}

#layout-main .content.index .caption th {
	background-color: #ffffff;
	color: initial;
	text-align: left;
	text-transform: initial;
	font-weight: initial;
}

#layout-main .content.index .caption h1 {
	margin: 1em 0 0.5em;
}

#layout-main div.data + div.licenses {
	margin-top: 2em;
}

#layout-main th.field {
	text-align: left;
	width: 9em;
}

#layout-main th.field a {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-style: dotted;
}

#layout-main div.data {
	display: -webkit-flex;
	display: flex;
}

#layout-main div.data div.info {
	width: 100%;
}

#layout-main div.data div.image {
	align-self: center;
	margin: 0px 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#layout-main div.data div.image #qrcode {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#layout-main div.data div.image span.i_print {
	margin-top: 1em;
}

#layout-main div.block.desc {
	padding: 1em;
	margin-top: 1.5em;
	background-color: #f1f1f1;
	box-sizing: border-box;
}

#layout-main div.block.device + div.block.device {
	margin-top: 2em;
	border-top: 1px dashed #999;
}

div.block:not(.hidden) + div.block:not(.hidden).device {
	padding-top: 1em;
}

table tr.header th:not(.tablesorter-noSort) {
	cursor: pointer;
}

td.name {
	width: 100%;
}

td.no {
	min-width: 3em;
}

td.ram {
	min-width: 3em;
}

#layout-main.department td.date,
#layout-main.department td.version,
#layout-main.department td.type,
#layout-main.device_list td.date,
#layout-main.device_list td.version,
#layout-main.device_list td.type {
	min-width: 5em;
}

td {
	min-width: 10em;
	white-space: nowrap;
}

.tablesorter .header,
.tablesorter .tablesorter-header-inner {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("/static/images/white-unsorted.gif");
	padding-right: 1em;
}

.tablesorter thead .headerSortUp .tablesorter-header-inner,
.tablesorter thead .tablesorter-headerSortUp .tablesorter-header-inner,
.tablesorter thead .tablesorter-headerAsc .tablesorter-header-inner {
	background-image: url("/static/images/white-asc.gif");
}

.tablesorter thead .headerSortDown .tablesorter-header-inner,
.tablesorter thead .tablesorter-headerSortDown .tablesorter-header-inner,
.tablesorter thead .tablesorter-headerDesc .tablesorter-header-inner {
	background-image: url("/static/images/white-desc.gif");
}

.tablesorter thead .tablesorter-header:not(.tablesorter-noSort):hover {
	background-color: #cccccc;
	color: #a00;
}

#qrcode .table {
	display: none;
}

.licenseedit form,
.softwareedit form,
.deviceedit form {
	width: 100%;
}

.softwareedit tr.action td,
.deviceedit tr.action td {
	text-align: center;
}

h1 + .actions,
h1 + a.i_button,
h3 + .actions,
h3 + a.i_button {
	float: right;
}

h1 + .actions {
	margin-top: -3.5em;
}

h1 + a.i_button {
	margin-top: -3.25em;
}

h3 + .actions {
	margin-top: -3em;
}

h3 + a.i_button {
	margin-top: -2.8em;
}

#layout-main.document th.icons,
#layout-main.document td.icons,
#layout-main.device th.icons,
#layout-main.device td.icons {
	display: none;
}

#layout-main.document td.no,
#layout-main.device td.no {
	border-left: none;
}

label + label {
	display: block;
}

#layout-main.cal_list table tbody th {
	width: 17em;
}

#layout-main.cal_list table tbody td.cnt {
	text-align: right;
}

.tablesorter-default .tablesorter-noSort .tablesorter-header-inner {
	background-image: none;
	cursor: unset;
}

#layout-main table:not(.info) > tbody > tr:not(.note) > td {
	position: relative;
}

#layout-main table:not(.info):not(.edit) > tbody > tr:not(.note) > td::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.6s ease-out;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}

#layout-main table:not(.info) > tbody > tr:not(.note):hover > td::after {
	opacity: 1;
}

@media print {
	@page {
		margin: 0.15cm 0 0 0.15cm;
		padding: 0;
		size: 9cm 2.9cm landscape;
	}

	#qrcode {
		display: flex;
	}

	#qrcode img {
		width: 2.6cm;
		height: 2.6cm;
	}

	#qrcode .table {
		width: auto;
		align-self: center;
		display: block;
		margin-left: 0.1cm;
		width: 9cm;
		height: 2.6cm;
	}

	#qrcode div.row {
		margin-top: 0.075cm;
	}

	#qrcode div.field {
		font-size: 9px;
		font-weight: bold;
	}

	#qrcode div.value {
		word-wrap: break-word;
		word-break: break-all;
		font-size: 8.5px;
	}
}

@media screen and (max-width: 1400px) {
	#layout-main.department table .cpu,
	#layout-main.device_list table .cpu {
		display: none;
	}
}

@media screen and (max-width: 1270px) {
	#layout-main.department table .ram,
	#layout-main.department table .version,
	#layout-main.department table .installed,
	#layout-main.device_list table .ram,
	#layout-main.device_list table .version,
	#layout-main.device_list table .installed {
		display: none;
	}
}

/*mobile code*/
@media screen and (max-width: 1000px) {
	* {
		box-sizing: border-box;
	}

	@-webkit-viewport, @-moz-viewport,
	@-ms-viewport,
	@-o-viewport,
	@viewport {
		width: device-width;
	}

	#home,
	#header #logos {
		height: 0;
		width: 100%;
	}

	#header #logos {
		justify-content: flex-end;
		align-items: baseline;
	}

	#layout-main div.data div.image,
	#header #logos > a,
	#footer {
		display: none;
	}

	#header {
		background-color: unset;
		box-shadow: none;
		position: static;
		margin-bottom: -1em;
		width: 100%;
	}

	#layout-main {
		width: 100%;
		padding: 3em 0.5em 0.5em;
		height: calc(100% - 3em);
	}

	#layout-content {
		margin-bottom: 0.5em;
		min-height: 100%;
		padding: 0.75em;
	}

	#layout-search {
		margin-top: -2.75em;
		margin-right: 2.5em;
		width: calc(100% - 2.5em);
	}

	#layout-search input {
		width: calc(100% - 6.8em);
	}

	td.name {
		width: auto;
	}

	#header #logos .actions {
		margin-right: 0.5em;
	}

	#header #logos .actions a {
		width: 16px;
	}

	#header #logos .actions a span {
		display: none;
	}

	td {
		min-width: 10em;
		white-space: normal;
	}
}

@media screen and (max-width: 800px) {
	h3 + .actions,
	h1 + .actions {
		margin-top: -1em;
		float: none;
		display: block;
		margin-bottom: 1em;
		text-align: center;
	}

	#layout-content .block.screens {
		flex-wrap: wrap;
	}

	#layout-content .block.screens > .block.screen + .block.screen {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	h1,
	h2 {
		margin: 0.5em 0;
	}

	h1 + .actions,
	h3 + .actions {
		display: flex;
		flex-wrap: wrap;
		margin: -1em -0.25em 1em;
	}

	h1 + .actions > *,
	h3 + .actions > * {
		flex-grow: 1;
	}

	h1 + .actions > *,
	h3 + .actions > * {
		margin: 0.25em !important;
	}

	#layout-content div.block table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	#layout-content div.block table.list thead {
		display: none;
	}

	#layout-content div.block table.list td {
		display: block;
		padding: 0.6rem;
	}

	#layout-content div.block table.list tr td.name {
		background: #444 !important;
		color: #fff;
	}

	#layout-content div.block table.list tr td.name a {
		color: #cee9ff;
		font-weight: bold;
	}

	#layout-content div.block table.list td::before {
		content: attr(data-label);
		font-weight: bold;
		display: inline-block;
		width: 8rem;
	}

	#layout-content div.block table.list tbody td.verified,
	#layout-content div.block table.list tbody td.type,
	#layout-content div.block table.list tbody td.no,
	#layout-content div.block table.list tbody td.actions {
		display: none;
	}

	#layout-content div.block table.list tr + tr {
		margin-top: 1.5em;
	}

	#layout-content div.block table.list tr {
		display: block;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	}

	#layout-content div.block table.list td + td,
	#layout-content div.block table.list tr + tr td {
		border: none;
	}

	#layout-content div.block table.list td + td {
		border-top: 1px solid #e1e1e1 !important;
	}

	#layout-content div.block table.list tr.odd {
		background-color: #ffffff;
	}

	#layout-content div.block table.list tr td:nth-child(odd) {
		background-color: #f1f1f1;
	}

	table.info tr.serial td.value {
		word-break: break-all;
	}
}

@media screen and (max-width: 600px) {
	#layout-main.login {
		width: 100%;
	}
}
