@page {
	margin: 0;
}
body {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

h5 {
	font-size: 1em;
	margin: 0;
}

nav.navbar {
	display: none !important;
}

.modal {
	display: none !important;
}

.row {
	overflow: auto;
}

button {
	display: none;
}

.amount::before {
	content: '€';
	margin-right: 4px;
}

.detailed-data {
	margin-top: 32px;
}

#payslip-sum {
  overflow: hidden;
}

.detailed-data,
#base-salary,
.trip-item {
	overflow: auto;
}

.detailed-data > .col-md-3,
#payslip-sum .col-md-3 {
	width: 25%;
	box-sizing: border-box;
	float: left;
}

#base-salary .col-md-4 {
	width: 33.33%;
	box-sizing: border-box;
	float: left;
}

input {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.trip-item-form input {
	text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-9 {
	box-sizing: border-box;
	float: left;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33%;
}

.col-md-5 {
	width: 41.66%;
}

.col-md-6 {
	width: 49%;
}

.col-md-8 {
	width: 66%;
}

.col-md-9 {
	width: 75%;
}

.other-expenses form {
	display: inline-block;
	box-sizing: border-box;
}

h3,
.list-group-item {
	line-height: 30px;
}
.list-group-item {
  border: none !important;
}
#base-salary.list-group-item {
	height: 60px;
}

.amount {
	font-weight: normal;
}

.other-expenses .payslip-input {
	margin-left: -5px;
}

#deposit-form,
[id^='voucher-form-'] {
	display: none;
}

.pager-nav {
	display: none;
}

.detailed-data .col-md-6 {
	width: 75%;
}

/* HACKS */
.col-md-4,
#base-salary .col-md-4 {
	width: 30%;
}

.col-md-8 {
	width: 60%;
}

.form-item {
	display: none;
}

.next-previous-payslip-nav {
	display: none;
}

.breadcrumb-nav,
.breadcrumb-nav ol,
.breadcrumb-nav ol .breadcrumb-item {
	margin-left: 0;
	padding-left: 0;
}

.breadcrumb-nav .breadcrumb-item {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
}

.breadcrumb-nav .breadcrumb-item:first-child::after {
	content: ': ';
	margin-right: 8px;
}

#balance-from-previous-month {
	height: auto;
	margin-top: 16px;
}

#balance-from-previous-month .list-group-item-text {
	margin: 0;
}

.extras-sum,
.deposits-sum,
.vouchers-sum {
	color: #6c757d;
	font-weight: bold;
}

payslip-deposit-list,
payslip-deposit {
	display: block;
}

.container > .detailed-data,
.container > .detailed-data > .col-md-6 {
	width: 100%;
  overflow: hidden;
}

.container > .detailed-data > .col-md-6 .list-group-item:nth-child(odd),
.container > .detailed-data > .col-md-6 .list-group-item:nth-child(odd) input {
	background: #f5f5f5 !important;
}
.voucher-item.calculated.negative .amount {
	color: var(--bs-red);
}

.voucher-item.calculated.positive .amount {
	color: var(--bs-green);
}

.notes-container {
	display: none;
}

.employees-iban-list {
  border-collapse: collapse;
  font-size: 12px;
}

.employees-iban-list tr {
  padding-top: 8px;
  padding-bottom: 8px;
}

.employees-iban-list th {
	font-size: large;
	font-weight: 700;
  text-align: left;
}

.employees-iban-list tr td,
.employees-iban-list tr th {
  padding: 8px;
}

.employees-iban-list tbody .amount-item::after {
  content: '€';
  margin-left: 4px;
}

.col-flex-1 {
	flex: 1;
}
.col-flex-2 {
	flex: 2;
}
.col-flex-1,
.col-flex-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hide {
	visibility: hidden;
}
.print-border-top-heavy {
	border-top: 2px solid black !important;
}
.print-border-top-light {
	border-top: 1px solid black !important;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}


#filter-by-company{
  border: none !important;
}
#order-by{
  display: none !important;
}
.no-print {
  display: none !important;
}
