.ButtonStatus {
	position: absolute;
	left: 15px;
}
.input-group .btn.btn-default {
	border: 1px solid #ccc;
}

.card.card-summary.Disabled {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	-webkit-filter: grayscale(100%) opacity(50%);
	filter: grayscale(100%) opacity(20%);
}
.card.card-summary.Disabled .info {
	filter: blur(5px);
}
.card.card-summary.Disabled .summary-footer a {
	filter: blur(5px);
	cursor: default;
}

/* Formatka przychody */
.input-group > .input-group-append:last-child > .btn.Real:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn.Rejected:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn.Accept:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn.Accepting:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn.Manual:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn.Estimated:not(:last-child):not(.dropdown-toggle) {
	border-radius: 20px;
	margin-left: 30px;
	border: none;
	margin-top: 5px;
	height: 25px;
	font-size: 12px;
	line-height: 12px;
}

.BootField .BootHeader td.ColumnSlim {
	width: 2%;
}

.alert {
	margin-bottom: 2rem;
}