.login-page {
	background-image: url("../img/login-bg.jpg");
	background-size: cover;
}

.bg-login-dark {
	align-items: center;

	justify-content: center;

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.5);

	display: flex;

	flex-direction: column;
}

.login-pw-icon-box {
	padding: 0.375rem 0.8rem !important;
}

.bg-subelements {
	background-color: #ebfdff !important;
}

.h50px {
	height: 50px;
}

.profile-photo-div {
	border-radius: 10px;

	inline-size: fit-content;

	margin: auto;
}

td.details-control {
	background: url("https://datatables.net/examples/resources/details_open.png") no-repeat center center;

	cursor: pointer;
}

tr.shown td.details-control {
	background: url("https://datatables.net/examples/resources/details_close.png") no-repeat center center;
}

.profile-photo {
	height: 200px;

	width: 200px;

	border-radius: 10px;

	border: 1px solid grey;
}

.profile-avatar-button {
	top: 5px;

	right: 5px;
}

.form-label {
	margin-bottom: 0;

	margin-top: 10px;
}

.w100 {
	width: 100%;
}

table.dataTable tbody tr td {
	vertical-align: middle;
}

.td-small {
	width: 40px;
}

.td-medium {
	width: 80px;
}

.pointer {
	cursor: pointer !important;
}

.table {
	width: 100% !important;
}

.card-header > .card-tools {
	padding-right: 10px;
}

.select2-container {
	width: 100% !important;

	text-align: left;
}

.select2-container .select2-selection--single {
	height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;

	font-size: 1rem;

	font-family: inherit;

	font-weight: 430;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 2px;

	line-height: 20px;
}

.select2-container .select2-selection--multiple {
	min-height: 28px;
}

.select2-selection__rendered {
	color: #6c757d !important;
}

.select2-container--default .select2-selection--single {
	padding: 0.2rem 0.75rem;

	padding-top: 0.2rem;

	padding-right: 0.75rem;

	padding-bottom: 0.2rem;

	padding-left: 0rem;
}

.p0 {
	padding: 0px !important;
}

.table-small-row tr td {
	padding: 5px !important;
}
.pietro-koncowki {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	grid-gap: 1em;

	grid-template-columns: auto auto 1em 1em;
}
