@charset "utf-8";
/* CSS Document */
/* 8bahn CSS framework aub !! */
.txt-center {
	text-align: center;
}
.centered {
	margin: 0 auto;
}
table {
	width: 100%;
}
td, th {
	vertical-align: middle;
}
th.search {
	text-align: left;
}
/*th:not(.search) {
    padding: 1vh 0;
}*/
.tbl > tbody td, .tbl > tfoot tr.footer_totals td {
	padding: 0.6vh 0.5vw 0.6vh .85vw;
}
.tbl > tbody td.list {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 10vw;
}
.orderable {
	cursor: pointer;
	text-align: left;
	max-width: 5vw;
}
.orderable span:last-of-type {
	position: absolute;
	margin: -0.1em 0 0 0.25em;
}
.no_drag, .tbl_chk, .tbl_action, /*.tbl_online,*/ .tbl_edit, .lang {
	cursor: default;
}
.tbl img {
	width: 70%;
	vertical-align: middle;
	max-width: 50px;
}
.ui-sortable-handle {
	cursor: move;
}
/*thead th[colspan] {
    text-align: left;
}*/
.tbl_img {
	min-width: 54px;
	width: 7%;
}
.tbl_str {
	min-width: 20vw;
}
.tbl_str ~ .tbl_str {
	min-width: 10vw;
}
.txt_S {
	font-size: 0.75em;
}
.txt_M {
	font-size: 1em;
}
.txt_L {
	font-size: 1.25em;
}
/*tfoot div {
    clear: none;
    display: table-cell;
    float: left;
}
tfoot div,*/
.tbl_chk, td.add, td.actions, a.reload {
	text-align: center;
	width: 2.5em;
}
td.actions {
	position: relative;
}
a.active {
	background-color: #36f;
	color: #fff;
	border-radius: 40px;
	font-size: 80%;
	padding: 0.1em 0.3em;
	cursor: pointer;
	white-space: nowrap;
}
/*td.actions > div {
    position: absolute;
    width: 300px;
    top: 0px;
}
tfoot td[colspan] {
    text-align: center;
}*/
.footer-action {
	display: flex;
	justify-content: space-between;
}
.footer-action .select, .footer-action a, .footer-action button, button.del, a.download, .sublabel a {
	border-radius: 2px;
	background-color: #36f;
	color: #fff;
	line-height: 1.24rem;
	margin: 0.8vh 0.2em;
	position: relative;
}
a.download:before {
	line-height: 1.24rem;
	display: flex;
	justify-content: center;
	position: relative;
	top: -2px;
}
.pager {
	font-size: 90%;
	display: flex;
	justify-content: center;
}
.pager > * {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.pager .select:after {
	right: 0.25em;
}
.pager select {
	background-color: transparent;
	color: #FFF;
	padding: 0 1em 0 0.15em;
	z-index: 1;
}
.pager a {
	border-radius: 50px;
	min-width: 1.24rem;
}
.pager a.selected {
	background-color: #444;
	cursor: auto;
}
.footer-action button, button.del, a.download {
	width: 1.24rem;
	align-self: flex-start;
	flex-shrink: 0;
}
th.search a {
	cursor: pointer;
	float: left;
	padding-right: 10px;
}
th.search button {
	margin: 0.5em 0 0 1.04em;
}
th.search input {
	background: url("../images/icon_search.svg") #FFF 97% center / auto 50% no-repeat;
	width: 33%;
	padding-right: 2em;
	float: right;
}
.tbl input {
	float: none;
	width: auto;
}
.tbl .modifying input {
	padding-left: 0;
	padding-right: 0;
	color: #36F;
	width: 100%;
}
.tbl_online, .tbl_lang, .tbl_checkbox, .tbl_edit, .tbl_action, .tbl .lang {
	width: 5.5%;
	text-align: center;
	min-width: 4vw;
	max-width: 10vw;
}
.tbl_float {
	text-align: right;
}
td.tbl_online, td.tbl_checkbox, td.tbl_edit {
	/*
    cursor: pointer;
    font-family: "IonIcons";
	*/
	font-size: 15px;
}
td.tbl_checkbox {
	font-size: 100%;
}
.tbl_lang, .tbl .lang {
	padding-right: 1% !important;
}
.tbl .online0 {
	background-color: #f00;
}
.tbl .online1 {
	background-color: #0f0;
}
thead tr th:not(.search) {
	background-color: #373e40;
	color: #aaa;
	padding: 1vh 0.5vw 1vh .85vw;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tbl > tbody tr {
	background-color: #f3f2f6;
	border: 1px solid #e3e2e6;
	border-left: none;
	border-right: none;
	transition: background 0.2s ease;
}
.tbl > tbody tr:hover, .tbl > tbody tr.selected {
	background-color: #FFF;
}
tbody tr:hover.selected, tbody tr:hover.selected {
	background-color: #a9b7d1;
}
.tbl .lang {
	text-align: center;
	white-space: nowrap;
}
#tbl-preview-img {
	position: absolute;
	border: 1px solid #ccc;
	background: #373e40;
	padding: 5px;
	display: none;
	color: #fff;
}
#tbl-preview-img > img {
	vertical-align: middle;
	max-height: 100px;
}
table.contracted .medium-hide, table.contracted .small-hide {
    display: none;
}

@media all and (max-width: 1024px) {
	.medium-hide {
		display: none;
	}
}
@media all and (max-width: 750px) {
	.small-hide {
		display: none;
	}
	td.actions > div {
		width: auto;
		position: inherit;
	}
}
@media all and (max-width: 600px) {
	.orderable span:last-of-type {
		visibility: hidden;
	}
}