/* tables */
table.tablesorter {
	font-family: arial;
	background-color: #ffffff;
	/* margin:10px 0pt 15px; */
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	background-color: #009b85;
	border: 1px solid #ffffff;
	padding: 4px;
	color: #fff;
	text-align: left;
	font-size: 0.8em;
}
table.tablesorter thead tr .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	/* vertical-align: top; */
	vertical-align: middle;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.png);
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.list-group-item-action.active {
	color: #fff;
	background-color: #009b85;
	border-color: #009b85;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: white;
	border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item::last-child {
	margin-bottom: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

/* &.disabled,
  &:disabled {
    color: $list-group-disabled-color;
    background-color: $list-group-disabled-bg;
  }

  // Include both here for `<a>`s and `<button>`s
  &.active {
    z-index: 2; // Place active items above their siblings for proper border styling
    color: $list-group-active-color;
    background-color: $list-group-active-bg;
    border-color: $list-group-active-border-color;
  } */


.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child
{
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.small {
	font-size: 0.8em;
}

.light {
	color: #999;
}

.icon {
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

.badge-default {
	background-color: #009b85;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge {
	display: inline-block;
	padding-top: 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.list-group {
	margin-top: 50px;
}

.list-group-item {
	padding: 0.75rem;
	overflow: hidden;
	cursor: pointer;
}

.header-box {
	margin: -0.75rem;
	padding: 0.75rem;
}

.minitable {
	font-size: 0.8em;
	display: none;
}

.minitable table {
	border-collapse: collapse;
	background-color: transparent;
}

.list-group-item.active {
	color: #fff;
	background-color: #009b85;
	border-color: #009b85;
}

.list-group-item.active .light {
	color: #fff;
}

#actions {
	text-align: right;
}

#actions .btn {
	opacity: 0.7;
	margin-left: 10px;
}

#legende {
	margin-top: 55px;
	border-top: 1px solid #999;
	padding-top: 10px;
}

.minitable_header_bottom td {
	padding: 10px 0 10px 0;
	border-top: 0px;
	text-align: center;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background-color: #009b85;
	color: #fff;
}

td.minitable_status_cell {
	padding: 0px;
	width: 8%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

table.tablesorter td {
	vertical-align: middle;
	border-right: 1px solid #eee;
}

table.tablesorter .picon {
	height: 30px;
	width: auto;
	margin: 2px;
}

table.tablesorter .prozess_bild img {
	height: 36px;
	width: auto;
	margin-top: 1px;
}

td[colspan="2"] {
	width: 16%;
}

div.palette {
	width: 100%;
	height: 39px;
}

.prozess_bild {
	height: 36px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 43px 36px;
	position: static;
	margin-bottom: 10px;
	text-align: center;
}

.prozess_bild_1_2 {
	height: 36px;
	width: 83px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 83px 36px;
	position: static;
}

th.status {
	text-align: center;
	background-image: none;
}

.btn.export-excel {
	padding: 0 0.2rem;
	color: #009b85;
	background-color: transparent;
	border-width: 0;
}

.btn.export-excel:hover {
	background-color: #009b85;
	color: white;
}

.list-group-item.active .btn.export-excel {
	color: white;
}

.list-group-item.active .btn.export-excel:hover {
	background-color: white;
	color: #009b85;
}

@media all and (max-width: 575px) {
	#prozessablauf .prozess_bild {
		height: 60px;
		width: 72px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 72px 60px;
	}

	#prozessablauf .prozess_container {
		display: inline-block;
		width: 53px;
		height: 100px;
	}

	#prozessablauf .prozess_text {
		font-size: 8px;
		height: 40px;
	}

	.list-group-item {
		padding: 0.2rem;
	}

	.minitable {
		font-size: 0.5em;
	}
}

/* Bootstrap */
.d-flex{
	display: flex;
}
.w-100 {
	width: 100%;
}
.justify-content-between {
	justify-content: space-between;
}
.mb-1 {
	margin-bottom: .25rem !important;
}
.w-50 {
	width: 50%;
}
.align-items-center {
	align-items: center;
}
