@font-face{
				font-family:'Noto Sans';
				font-weight:normal;
				font-style: normal;
				src:url("/fonts/NotoSans-Regular.ttf");
			}

body {
	background-color: #ffffff;
	margin: auto;
	width: 100%;
	min-height: 600px;
	color: #000000;
	font-family: 'Noto Sans',sans-serif;
	text-align: left;
	font-size: 12px;
	
}

img.menu_vlajka {
	height: 1.0rem;
}

img.produkt_vlajka {
	height: 1.0rem;
}


.okno {
	width: 98%;
	max-width: 1300px;
	margin: auto;
  height: 100%; 
	background-color: #ffffff;
	min-height: 400px;
	border-radius: 6px;
	font-size: 12px;
}

.horni_lista {
	background-color: #444444;	
	padding-top: 0.3rem;
	padding-bottom: 0.5rem;	
	margin-bottom: 1rem;	
	border-bottom: solid 1px #457a1c;
}

.nav-link {
	font-size: 1rem;
}

a.prehled:link,
a.prehled:visited {
	text-decoration: none;
	color: black;
}

a.prehled:active,
a.prehled:hover {
	color: #ff6666;
}


a.galerie-navigace {
	
}

a.galerie-navigace:link,
a.galerie-navigace:visited {
	font-size: 1.1rem;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a.galerie-navigace:active,
a.galerie-navigace:hover {
	text-decoration: none;
	color: #ff6666;
}

a.kategorie_navigace:link,
a.kategorie_navigace:visited {
	font-size: 18px;
	color: #457a1c;
	text-decoration: none;
}

a.kategorie_navigace:active,
a.kategorie_navigace:hover {
	color: #009926;
	text-decoration: none;
}


h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

h3.kategorie {
	font-size: 18px;
	color: #457a1c;
}


h2.opravy_zbozi {
	color: #ffe100;
	padding-top: 0.5rem;
	padding-bottom: 0rem;
	transform: scaleY(1.3);
	font-weight: bold;
}

h3.opravy_zbozi {
	color: #ffe100;
	padding-top: 0.5rem;
	padding-bottom: 0.1rem;
	font-size: 18px;
	font-weight: bold;
}

h3.card-title {
	font-weight: bold;
	font-size: 18px;
}

.bold { font-weight: bold; }


.pagination {
	
}

.table td .py-0 { padding: 0px;}

.text-gray-light {color: #cccccc};

.black {color: black;}
.gray {color: #cccccc;}
.green {color: green;}
.orange {color: orange;}
.red {color:red;}
.white {color:white;}
.yellow {color: yellow;}


.A4 { max-width: 794px;}

.invisible {visibility: hidden;}

