/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9. 9. 2019, 10:59:12
    Author     : David
*/

div.detail
{
	left: calc((100% - 1180px)/2);
	padding-top: 30px;
	width: 1180px;
	color: #3c3c3a;
}

	@media only screen and (max-width: 1180px)
	{
		div.detail
		{
			width:100%;
			left: 0px;
		}
	}

div.detail div.hlavicka_leva, div.detail div.hlavicka_prava
{
	width: 50%;
	height: 300px;
	float: left;
	text-align: center;
}
	
	@media only screen and (max-width: 1180px)
	{
		div.detail div.hlavicka_leva, div.detail div.hlavicka_prava
		{
			width:100%;
			height: auto;
		}
	}

div.detail div.hlavicka_prava
{
	padding-top: 100px;
}

	@media only screen and (max-width: 1180px)
	{
		div.detail div.hlavicka_prava
		{
			padding-top: 10px;
			padding-bottom: 10px;
		}
	}

div.detail img.hlavni
{
	max-width: 100%;
	max-height: 300px;
	float: left;
}
	
	@media only screen and (max-width: 1180px)
	{
		div.detail img.hlavni
		{
			max-height: 100%;
		}
	}

div.detail h1
{
	font-family: roboto_regular;
	color:#ff7f40;
	font-size:20px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	border: none;
	line-height: 25px;
}

div.detail p
{
	font-size: 14px;
	line-height: 25px;
}

div.detail div.registrace
{
	margin-top: 50px;
}

div.detail div.registrace form
{
	width: 100%;
}

div.detail div.registrace form textarea
{
	width: 100%;
	height: 100px;
}

div.detail div.registrace form div.obal_stred
{
	width: 260px;
	text-align: left;
	margin-left: calc((100% - 260px)/2);
}

div.detail div.registrace form div.popisek_form
{
	background-image:url('../images/registrace.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	left:0px;
	width:190px;
	text-align:left;
	cursor: pointer;
}

div.detail div.registrace form div.popisek_form_aktiv
{
	background-image:url('../images/registrace_aktiv.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	left:0px;
	width:190px;
	text-align:left;
	cursor: pointer;
}

.dite_form_viditelno
{
	display: block;
	margin-top: 20px;
}

.dite_form_skryto
{
	display: none;
}

div.box_akce
{
	width: 31%;
	min-height: 310px;
	margin: 1%;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 2px;
}

	@media only screen and (max-width: 1180px)
	{
		div.box_akce
		{
			width: 48%;
		}
	}
	
	@media only screen and (max-width: 480px)
	{
		div.box_akce
		{
			width: 98%;
		}
	}

div.box_akce div.box_akce_img
{
	height: 170px;
	min-height: 170px;
	max-height: 170px;
}

	div.box_akce div.box_akce_img img
	{
		max-width: 90%;
		max-height: 170px;
	}

div.box_akce h2
{
	font-family: roboto_regular;
	color:#ff7f40;
	font-size:20px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	border: none;
	line-height: 25px;
	min-height: 50px;
}

tr.dite_radek, tr.dite_radek:hover
{
	background-color:#a9d574;
}

p.pozor
{
	color:white;
	background:green;
	padding:2px;
}

div.admin p.pozor a
{
	color:red;
	
}