body {

}

.cleaner
{
	clear: both;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.hidden
{
	display: none;
}

header
{
position: fixed;
width: 100%;
height: 90px;
top:0;
z-index:5000;
}

a:HOVER, button:HOVER
{
	color: #fff!important;
	background: #B90621!important;
}

.moje-paginacja {
    display: flex;
    list-style: none;
    gap: 8px;
    padding: 10px;
    justify-content: center;
}

.moje-paginacja li a {
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
}

.moje-paginacja li a:hover {
    background-color: #B90621!important;
}

.moje-paginacja li.aktywna-strona a {
    background-color: #B90621!important;
    color: white;
    border-color: #B90621!important;
}

.moje-paginacja li.nieaktywna-strona a {
    color: #aaa;
    pointer-events: none;
}

@media (max-width: 1000px)
{
header
{
height: 200px;
position: inherit;
}
}

header .left
{
float: left;
}

header .right
{
float: right;
}

header .right p
{
text-align: right;
}

body
{
	padding-top: 100px;
}

.card h3 button
{
	font-size: 1.8rem;
}

.download img
{
	width: 15px;
}

#content
{
	min-height: 400px;
}

.modal
{
	z-index: 5000;
}

.register
{
	width: 80%;
	margin: auto;

	a
	{
		color: #fff!important;
	}

	.m10
	{
		margin: 10px auto 0 auto;
	}

	.m50
	{
		margin: 50px auto 0 auto;
	}

	.tl1, .tr1
	{
		height: 70px;
	}

	.tl1
	{
		font-size: 18px;
		font-weight: bold;
		padding: 20px;
	}

	.tr1
	{
		padding: 20px 0;
	}

	.tt1
	{
		border-top: 1px solid #dee2e6;
	}

}

@media (max-width: 1000px)
{
	.long td, .long th
	{
		display: block;
	}
	
	body
	{
		padding-top: 0;
	}
}

nav
{
	position: fixed;
}

nav a
{
	color: #B90621!important;
}

nav a.active, nav a:HOVER
{
	color: #fff!important;
	background: #B90621!important;
}

nav a.font-weight-bold
{
	font-weight: bold;
}

nav .logo
{
	width: 100%;
	max-width: 257px;
	margin: 10px auto 20px auto;
}

@media (max-width: 1000px)
{
	nav
	{
		position: inherit;
	}

}

footer
{
  text-align: center;
  background: #cdcdcd;
  padding: 8px 0;
  position: fixed;
    bottom: 0;
    width: 100%;
}

a
{
	color: #2a5fa5;
}

.btn-primary, .bg-primary
{
	background-color: #B90621!important;
}

.text-primary
{
	color: #B90621!important;
}

.btn-outline-primary
{
	border-color: #B90621!important;
	color: #B90621!important;
}

.text-white
{
	color: #fff!important;
}

