/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 5. 3. 2024, 21:05:42
    Author     : ruber
*/

@font-face {
	font-family: font_hlavicka;
	src: url(../font/blanka/Blanka-Regular.otf);
}

@font-face {
	font-family: font_regular;
	src: url(../font/rubik/Rubik-Regular.ttf);
}

@font-face {
	font-family: font_bold;
	src: url(../font/rubik/Rubik-Bold.ttf);
}

@font-face {
	font-family: font_italic;
	src: url(../font/rubik/Rubik-Italic.ttf);
}

@font-face {
	font-family: font_light;
	src: url(../font/rubik/Rubik-Light.ttf);
}

@font-face {
	font-family: font_medium;
	src: url(../font/rubik/Rubik-Medium.ttf);
}

:root{
	--barva_hlavni: #0F3446;
	--barva_vedlejsi: #E0FBFC;
	--barva_text: #101616;
	--barva_special: #EE6C4D;
	--barva_pozadi: #F7F7F7;
	
/*	--barva_hlavni: #272343;
	--barva_vedlejsi: #BAE8E8;
	--barva_text: #101616;
	--barva_special: #FFD803;
	--barva_pozadi: #F3FBFB;*/
	
/*	--barva_hlavni: #004643;
	--barva_vedlejsi: #ABD1C6;
	--barva_text: #101616;
	--barva_special: #F9BC60;
	--barva_special: #E16162;
	--barva_pozadi: #EFF0F3;*/
}

* {
  box-sizing: border-box;
}

img
{
	border: 0px;
	image-rendering: -webkit-optimize-contrast;
}

h1
{
	text-align: left;
	color: var(--barva_text);
	position: relative;
	line-height: 16px;
	font-family: font_medium;
}

h2
{
	text-align: left;
	color: var(--barva_text);
	padding: 5px 5px 5px 0px;
	margin: 5px 5px 5px 0px;
	line-height: 16px;
	position: relative;
	font-family: font_medium;
}
	@media only screen and (max-width: 400px)
	{
		h2 
		{
			padding:5px 55px 5px 0px;
		}
	}
		
h1 a, h2 a
{
	color: var(--barva_text);
}

		
a, a:hover, a:visited 
{
	color: inherit;
}

div.resetovac, span.resetovac
{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

body, html {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: var(--barva_pozadi);
	text-align: left;
	font-family: font_regular;
	height: 100%;
	color: var(--barva_text);
}

.tucne
{
	font-family: font_medium;
}

.bez_okraju
{
	margin: 0px;
	padding: 0px;
}

.klikaci
{
	cursor: pointer;
}

.info
{
	cursor: help;
}


div.obal_obsah
{
	min-height: calc(100vh - 150px);
  width: 1000px;
	text-align: left;
	margin: 0 auto;
}

	@media only screen and (max-width: 1023px)
	{
		div.obal_obsah
		{
			min-height: 400px;
		}
	}

header
{
	min-height: 100px;
  width: 100%;
	clear: both;
	position: relative;
	font-family: font_hlavicka;
}

header div.hlavicka_obsah
{
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	color: var(--barva_special);
	font-size: 40px;
}

footer
{
  clear: both;
	background-color: var(--barva_special);
	color: white;
	height: 50px;
	width: 100%;
}

	@media only screen and (max-width: 1023px)
	{
		footer
		{
			line-height:40px;
		}
	}

footer a, footer a:hover, footer a:visited
{
  color: white;
}

footer div.paticka_obsah
{
	padding: 10px 0px 0px 0px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

table, table.universal
{
	margin-top: 5px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.5;
}

	@media only screen and (max-width: 1023px)
	{
		table,table.universal
		{
			min-width:360px;
		}
	}

table tr th
{
	border: none;
	text-align: left;
	padding: 2px 5px;
	position: relative;
	padding-right: 28px;	
	white-space: nowrap;
	font-family: font_medium;
	font-weight: normal;
}

	@media only screen and (max-width: 1023px)
	{
		table tr th
		{
			white-space: normal; 
		}
	}

table tr th.prazdne
{
	padding: 0px;
	width: 0px;
	min-width: 0px;
}

	@media only screen and (max-width: 1300px)
	{
		table tr th
		{
			min-width: 0;
			padding-right: 28px;
		}
			
		table tr th.prazdne
		{
			min-width: 0;
		}
	}
		

table thead tr, table thead tr th
{
	background-color: var(--barva_hlavni);
	color: white;
	text-align: left;
}

table tbody tr:nth-child(2n), table tbody tr:nth-child(2n) td
{
	background-color: var(--barva_vedlejsi);
}


table tr td
{
	border: none;
	text-align: left;
	padding: 2px 5px;
	color: var(--barva_text);
}
	@media only screen and (max-width: 1023px)
	{
		table tr td
		{
			padding: 0px 4px 0px 4px;
		}
	}

table tr td.prazdne
{
	padding: 0px;
	width: 0px;
}

table tr.viditelne
{
	display: table-row;
}

table tr.neviditelne
{
	display: none;
}