@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	background-color: #ddd;
}


a {
    text-decoration: none !important;
}

.shadow-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.reverse-table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

input, select, textarea, button {
    font-size: 14px !important;
	align-content: center;
	text-align: center;
}

table .holiday-or-weekend {
    background-color: rgba(5,97,193,0.15) !important;
	line-height: 0.75;
	
}

table {
	text-align: center;
	margin: 0px;
	padding: 0px;	
	line-height: 0.75;
	background-color: rgba(83,109,139,0.05) !important;
}

thead {
	text-align: center;
}


.custom-btn-group {
            display: flex;
            align-items: center;
}
.custom-btn-group > * {
	margin: 5px;
}
.table thead {
	background-color: #343a40;
	color: white;
}
.table-info {
	background-color: rgba(56,125,208,0.6) !important;
}
.card {
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.card-title {
	font-size: 1.5em;
}
.custom-row {
	margin-bottom: 20px;
}

.custom-empty-col {
  width: 5%;  /* Ustal szerokość według potrzeb */
}

.custom-data-col {
  width: 15%; /* Ustal szerokość według potrzeb */
}
