.autohide{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}

.scrolled-down, .autohide-second {
	transform: translateY(-100%); transition: all 0.2s ease-in-out;
}

.scrolled-up, .autohide-second {
	transform: translateY(0); transition: all 0.2s ease-in-out;
}

#loader .loader {
	margin-top: 100px;
}

.form-floating label {
	color: #888 !important;
}

.delovni_cas_gumbi .mobile h1 {
	font-size: 3em;
}

@media print { 
	body, .autohide-second, .tab-content, .mt-5, table th, table td { 
		margin-top: 0px !important;
		color: #000 !important;
	}
	
	.border-bottom, td {
		border-bottom: var(--bs-border-width) var(--bs-border-style) #000 !important;
	}
}

#slike .slika button {
	display: none;
	margin-bottom: 10px;
}

#slike .slika:hover button {
	display: inline-block;
}

.form-control, .form-select {
	font-weight: 700;
}