/* POPRAWIANIE BOOTSTRAPA */
.rounded {border-radius: .35rem !important;}
.table-sm td,
.table-sm th {font-size: .85rem;}
caption {
    color: black;
	text-align: left;
    caption-side: top;
	font-weight: 600;
}
.table-hover tbody tr:hover {background-color: rgba(0, 0, 0, 0.04)}


/* INDYWIDUALNE */
body {
	padding: 0;
}
progress[value] {
  -webkit-appearance: none;
}
progress {
	width: 80px;
	height: 12px;
	border: solid 1px rgba(0,0,0,.22);
	padding: 1px;
	background-color: transparent;
	color: red;
	border-radius: 7px;
}
progress::-webkit-progress-value {
	border-radius: 7px;
	background-color: rgb(199,208,0);
    background-image: linear-gradient(90deg, rgba(199,208,0,1) 0%, rgba(0,207,42,1) 100%);
}
progress::-moz-progress-bar {
	border-radius: 7px;
	background-color: rgb(199,208,0);
    background-image: linear-gradient(90deg, rgba(199,208,0,1) 0%, rgba(0,207,42,1) 100%);
}

progress::-webkit-progress-bar {
	background-color: #f5f5f5;
}
progress::-moz-progress-bar {
	background-color: #f5f5f5;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #7ba701;}
/* fixed styles */
.rolladen {text-shadow: 2px 2px 2.5px rgba(0, 0, 0, .19);}
.border-status {border-right: 1px solid #dee2e6;}
.card-header {--bs-card-cap-bg: #fff}
table.table>:not(:first-child) {border-top: 2px solid rgba(100,100,100,0.2);}
.text-micro {font-size: 11px}
@media (max-width: 767px) {.border-status {border-right: none;border-bottom: 1px solid #dee2e6;}}