/************************************************************************
	HLAVNÍ ČÁSTI STRÁNKY
*/

*
{
	margin: 0;
	padding: 0;	
	text-decoration: none;
    border: none;
    
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;	
	color: #000;
}

body
{
    color: #000;
}

/* středový pruh (se stínem) */
div#content_container
{
	width: 1012px;
	margin: auto;	
}

/* čistý obsah */
table#content
{
	width: 1004px;
	min-height: 400px;	
	margin-left: 4px;
	border: none;
}

/* patička */
div#footer
{
	width: 994px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #eee;
    color: #bbb;
}







/***********************************************************************
	HORNÍ ČÁST STRÁNKY
*/

div#login_panel
{
	background-image: url(content/back-login.png);
	background-repeat: no-repeat;
	
	float: right;
	width: 180px;
	height: 100px;

	margin-right: 35px;
	margin-top: 60px;
	
	padding-top: 0px;
	padding-left: 0px;
	line-height: 22px;
}
div#logout_panel
{
	float: right;
	width: 208px;
	height: 105px;

	margin-right: 15px;
	margin-top: 55px;
	
	padding: 0;
}
.logout_panel_links a, .logout_panel_dalsi a
{
	color: #555 !important;	
}
.logout_panel_links a:hover, .logout_panel_dalsi a:hover
{
	color: #b60000 !important;
	text-decoration: underline !important;
}
.logout_panel_dalsi
{
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 10px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */	
}

/* newsletter */
#mask {
	display: none;
	background-color: #000;
	opacity: 100;
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	z-index: 999;
}
.header_newsletter{
	display:none;
	width: 210px;
	height: 80px;
	background: #303030;
	padding: 10px; 	
	border: 2px solid #ddd;

	position: fixed;
	margin-left: 752px;
	margin-top: 104px;

	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
	
	
	color: white;
}
.header_newsletter_head
{
	width: 100%;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.header_newsletter_close
{
	background: url(top/close2.png) no-repeat center center;
	width: 35px;
	height: 35px;
	position: fixed;
	margin-left: 201px;
	margin-top: -93px;
	cursor: pointer;
}
.header_newsletter_close:hover
{
	background-image: url(top/closehover.png);	
}
.header_newsletter_button
{
	width: 97%;
	border: 1px solid #aaa;
	background-color: inherit;
	color: white;	
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;	
}
.header_newsletter_button:hover
{
	background-color: #528f30;	
}






/***********************************************************************
	STŘEDOVÉ MENU
*/
div#menu_middle
{
	margin-top: 0px;
	width: 990px;
    height: 40px;
	margin-left: 6px;
	padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	
	background-image:url(menu/back-menu.png);
	background-repeat: no-repeat;	
}
div#menu_middle a {
    color: #007ad7;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

form.menu_middle_search {
    float: right;
}






/***********************************************************************
	OBSAH, ROZDĚLENÍ SLOUPCŮ
*/
td#content_left
{
	width: 	260px;	
	vertical-align: top;
	/*padding-bottom: 20px;*/
	text-align: left;
}

td#content_right
{
	width: 230px;
	vertical-align: top;
	padding-bottom: 20px;
	text-align: left;
}


#content_left h2
{

  font-family: Open Sans, Tahoma, sans-serif;

 	width: 254px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	height: 27px;
	padding-top: 9px;	
	font-weight: normal;
	background-image: url(content/back-left-header.png);
	
	position: relative;
	z-index: 20;
	margin-bottom: -10px;
}
.content_left_box
{
	width: 254px;
/*	min-height: 300px;*/
	overflow-x: hidden;
	padding-bottom: 15px;
}
.content_left_item
{
	width: 254px;
	border-bottom: 1px solid #BBB;	
	height: 60px;
	cursor: pointer;
	overflow: hidden;
}
.content_left_item:hover, .content_right_item:hover, .content_hover_highlight:hover
{
	background-color: #DDD;	
}
.content_right_item
{
	border-bottom: 1px solid #BBB;	
	padding-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
	overflow: hidden;
}
.content_left_date
{
	margin-left: 9px;
	margin-top: -30px;	
	font-size: 13px;
	color: #fff;
	width: 39px;
	text-align: center;
}
.content_left_date_gray
{
	margin-left: 9px;
	margin-top: -23px;	
	font-size: 10px;
	color: #999;
	width: 39px;
	text-align: center;
}
.content_left_header
{
	margin-left: 57px;
	margin-top: -30px;
	width: 220px;	
	font-size: 12px;
	margin-bottom: 3px;	
	color: #300;
}
.content_left_text
{
	margin-top: -1px;
	margin-left: 57px;
	color: #666;
	width: 200px;
	font-size: 11px;
	height: 13px;
}


.content_left_item2
{
	width: 254px;
	border-bottom: 1px solid #BBB;	
}
.content_left_item2:hover
{
	background-color: #DDD;	
}
.content_left_header2
{
	margin-left: 10px;
	padding-top: 7px;
	width: 240px;	
	font-size: 12px;
	margin-bottom: 2px;	
	color: #300;
}
.content_left_text2
{
	margin-top: -1px;
	margin-left: 10px;
	color: #666;
	width: 220px;
	font-size: 11px;
	margin-bottom: 5px;
}


#content_right h2
{
	width: 224px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	height: 27px;
	padding-top: 9px;	
	font-weight: normal;
	background-image: url(content/back-left-header.png);
	background-position: top center;
	
	position: relative;
	z-index: 50;
	margin-bottom: -10px;
	margin-left: 6px;
}
.content_right_box a
{
	text-decoration: none;
	color: #000;
}
.content_right_box
{
	width: 224px;
	margin-left: 6px;	
	overflow-x: hidden;
	min-height: 200px;
	margin-bottom: 10px;
}
.crb2 a:hover
{
	text-decoration: underline;	
}

.content_right_sponzori_descr, .content_right_sponzori_descr:hover
{
	width: 224px;	
	text-align: center;
	text-decoration: none !important;
    color: #ccc;
}
.content_right_sponzori_link:hover
{
    text-decoration: underline;
}




td#content_main
{
	color: #000;
	vertical-align: top;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	max-width: 490px;
	padding-bottom: 20px;
	text-align: left;
}
div#content_main_admin
{
	margin-top: 13px;
	margin-left: 5px;
	width: 765px;
	float: left;
	color: #000;
}
div#content_main a
{
	text-decoration: none;
	color: #b60000;
}
.content_main_vipakce_img
{
	width: 150px;
	max-height: 160px;
	overflow: hidden;	
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}
.content_main_vipakce_header
{
  font-family: Open Sans, Tahoma, sans-serif;

	font-size: 15px;
	width: 310px;	
	float: left;
	margin-top: 7px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: 600;
	
	color: #b60000;
}
.content_main_vipakce
{
	overflow: hidden;
	border: 1px solid #CCC; 
	margin-bottom: 5px;	
	min-height: 130px;	
	cursor: pointer;
}
.content_main_vipakce:hover
{
	background-color: #ebe0e0;
}
.cmv_gold
{
	background-color: #eeeeef;	
	background-image: url(content/goldmember.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.content_main_vipakce_text
{
	padding-left: 10px;
	margin-bottom: 5px;
	width: 465px;
	color: #000;
	text-align: justify;	
}

.content_main_vsechnyakce
{
	float: left;
	margin-left: 15px;	
	margin-top: 5px;	
}
.content_main_vsechnyakce a, .content_main_serveryakce a
{
	color: #b60000;	
	
}
.content_main_vsechnyakce a:hover, .content_main_serveryakce a:hover
{
	border-bottom: 1px solid #b60000;
}
.content_main_serveryakce
{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}
.content_left_curdate0
{
	width: 254px;
	text-align: center;
	color: #640000;
	margin-top: 10px;
	font-size: 11px;
}
.content_left_curdate1
{
	width: 224px;
	margin-left: 6px;
	text-align: center;
	color: #b60000;
	margin-top: 10px;
	font-size: 11px;
}
.content_left_akcestar
{
	background-image: url(content/star-yellow.png);
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 20;
	top: -42px;
	left: 3px;
}
.content_left_akcestar_gray
{
	background-image: url(content/star-gray.png);
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 20;
	top: -42px;
	left: 3px;
}
.content_left_skupstar
{
	background-image: url(content/star-green.png);
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 20;
	margin-right: 2px;
	top: 12px;
	float: right;
}

.content_left_a
{
	margin-left: 8px;	
	text-decoration: none;
	color: #b60000;	
}
.content_left_a div:hover
{
	text-decoration: underline;
}
.content_left_a img
{
	margin-right: 7px;
	float: left;
	margin-left: 15px;
	margin-bottom: 3px;
}	
.content_left_a div
{
	float: left;
	margin-top: 1px;
}







/***********************************************************************
	AKCE
*/
/* šipky vlevo, vpravo a domu */
div#cmh_left
{
	background-image: url(content/left.png);	
	width: 34px;
	height: 34px;
	float: left;
}
div#cmh_left:hover
{
	background-image: url(content/lefthover.png);	
}

div#cmh_right
{
	background-image: url(content/right.png);	
	width: 34px;
	height: 34px;
	float: right;
}
div#cmh_right:hover
{
	background-image: url(content/righthover.png);	
}

div#cmh_home
{
	background-image: url(content/home.png);	
	width: 56px;
	height: 34px;
	float: left;
	margin-left: 180px;
}
div#cmh_home:hover
{
	background-image: url(content/homehover.png);	
}

div#content_main_box
{
	border: 1px solid #AAA; 
	padding: 15px;
	width: 458px;
	margin-top: 50px;
}
div#content_main_box.wide
{
    width: 690px;
}
div#content_main_box h1
{
	font-family: Open Sans, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #b60000;
	width: 458px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 13px;
	margin-top: 5px;
}
div#content_main_box.wide h1 {
    width: 690px;
}
h1.header_opensans
{
    font-family: Open Sans, Tahoma, sans-serif;
	font-size: 16px;
	color: #b60000;
    padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}
.seznam_header_wide div,
.header_inheritable div {
    font: inherit;
}
.content_main_box_descr
{
	margin-bottom: 5px;
	float: left;
	width: 297px;
	text-align: left;
}
.content_main_box_descr_fillspace
{
    margin-bottom: 5px;
	text-align: left;
}
.content_main_box_descr a,
.content_main_box_descr_fillspace a
{
	color: #b60000;	
}
.content_main_box_descr_right
{
	float: right;
	line-height: 25px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #f6f6f6;
	margin-top: 5px;
}
.content_main_box_descr_full, content_main_box_descr_full0
{
	margin-bottom: 10px;
	float: left;
	width: 460px;
	text-align: justify;
}
.content_main_box_descr_max
{
	margin-bottom: 10px;
	float: left;
	width: 468px;
	margin-left: 10px;
	text-align: justify;
}

.content_main_box_img
{
	width: 150px;
	max-height: 120px;
	overflow: hidden;	
	float: left;
	margin-right: 10px;
}

.content_main_box_img2
{
	width: 140px;
	max-height: 120px;
	overflow: hidden;	
	float: left;
	margin-right: 14px;
}
.content_main_box_text
{
	margin-bottom: 5px;
	width: 458px;
	clear: both;
	text-align: justify;	
	padding-top: 10px;
}
.content_main_box_text_fillspace
{
    margin-bottom: 5px;
	text-align: justify;	
	padding-top: 10px;
}
.content_main_box_text a:hover,
.content_main_box_descr a:hover,
.content_main_box_text_fillspace a:hover,
.content_main_box_descr_right a:hover,
.content_main_box_descr_full a:hover
{
	border-bottom: 1px solid #000;
}
div#content_main_box h2, .content_wide_box h2
{
  font-family: Open Sans, Tahoma, sans-serif;

	color: #b60000;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 3px;
	width: 458px;
	margin-top: 10px;

	float: left;
}
.content_wide_box.wide h2 {
    width: 695px;
}
div#content_main_box.wide h2 {
    width: 690px;
}
.content_wide_box_admin h2
{
	color: #b60000;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 5px;
	width: 740px;
	margin-top: 10px;
	text-align: center;

	float: left;
}

.content_main_box_text2
{
	margin-bottom: 5px;
	width: 458px;
	clear: both;
	text-align: justify;	
	padding-top: 10px;
}
.content_main_box_text2.wide {
    width: 690px;
}

.content_main_box_text2 a
{
	margin-right: 5px;	
}


.cmbdr_img
{
	margin-right: 5px;
	float: left;	
	padding-top: 4px;
}
.cmbd_left
{
	float: left;
	width: 70px;
	text-align: left;	
	margin-bottom: 5px;
	line-height: 15px;
}
.cmbd_right
{
	float: left;
	width: 380px;
	text-align: justify;
	line-height: 15px;
	margin-bottom: 5px;
}


.content_main_box_descr_full h3
{
	font-size: 12px;
	color: #b60000;
	font-style: italic;	
	margin-bottom: 2px;
	
	float: left;
	width: 449px;
}

.cmbd_box, .cmbd_box_gray
{
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 10px;
	border: 1px solid #CCC;
	width: 425px;
}
.cmbd_box:hover
{
	background-color: #ebe0e0;
}
.cmbd_box h4
{
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin-bottom: 3px;
}


.cmbd_box_gray:hover
{
	background-color: #EEE;
}
.cmbd_box_gray h4
{
	font-size: 12px;
	color: #999;
	font-weight: 600;
	margin-bottom: 3px;
}



/* seznamy skupin */
.seznam_header
{
  font-family: Open Sans, Tahoma, sans-serif;

	font-size: 15px;
	font-weight: 600;
	color: #609000;
	width: 490px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.seznam_header_wide {
    width: 722px;
    font-family: Open Sans, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;
    color: #b60000;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}
.seznam_header_admin {
    font-family: Open Sans, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #609000;
    width: 765px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vypis_pismena, .vypis_pismena2
{
	text-align: center;
	margin: auto;
	width: 468px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.vypis_pismena_wide
{
	text-align: center;
	margin: auto;
	width: 700px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.vypis_pismena a, .vypis_pismena2 a
{
  font-family: Open Sans, Tahoma, sans-serif;

	text-decoration: none;
	color: #b60000;
	font-size: 14px;
	font-weight: 600;
	margin-left: 3px;
	margin-right: 3px;
}
.vypis_pismena a:hover
{
  font-family: Open Sans, Tahoma, sans-serif;

	color: #090 !important;
}
.vypis_pismena2 a:hover
{
  font-family: Open Sans, Tahoma, sans-serif;
	border-bottom: 1px solid #b60000;
}



/* seznamy akcí */
.content_main_akcebox, .content_main_akcebox_wide, .content_main_akcebox_widenoimg
{
	overflow: hidden;
	border: 1px solid #CCC; 
	margin-bottom: 5px;
	padding: 10px;	
	cursor: pointer;
}
.content_main_akcebox:hover, .content_main_akcebox_wide:hover
{
	background-color: #ebe0e0;	
}
.content_main_akcedescr
{
	text-align: center;
	margin-bottom: 10px;
	color: #b60000;
}

.content_main_akcebox_kalendar
{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.content_main_akcebox_date
{
	float: left;
	width: 40px;	
	margin-left: -52px;
	margin-top: 21px;
	text-align: center;
	color: #C00;
}

.content_main_akcebox h2, .content_main_akcebox_wide h2, .content_main_akcebox_widenoimg h2
{
    font-size: 15px;
    color: #b60000;
    margin-bottom: 3px;
    float: left;
}
.content_main_akcebox h2
{
    margin-top: -3px;
    width: 415px;
}
.content_main_akcebox_wide h2 {
    margin-top: 0;
    margin-right: 10px;
    width: 395px;
}
.content_main_akcebox_widenoimg h2 {
    margin-top: 0;
    margin-right: 10px;
    width: 635px;
}

.content_main_akcebox_mapa
{
	float: right;
	padding-left: 10px;
}

.content_main_akcebox_text, .content_main_akcebox_text_wide, .content_main_akcebox_text_widenoimg
{
	text-align: justify;
	float: left;
}
.content_main_akcebox_text
{
    width: 355px;
}
.content_main_akcebox_text_wide
{
    width: 440px;
}
.content_main_akcebox_text_widenoimg
{
    width: 695px;
}

.content_main_akcebox_descr, .content_main_akcebox_descr_wide, .content_main_akcebox_descr_widenoimg
{
	float: left;
	margin-bottom: 5px;
}
.content_main_akcebox_descr
{
    width: 415px;
}
.content_main_akcebox_descr_wide
{
    width: 405px;
}
.content_main_akcebox_descr_widenoimg
{
    width: 635px;
}

.content_main_akcelinks {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.content_main_akcelinks a
{
	color: #b60000;
}	
.content_main_akcelinks a:hover
{
	border-bottom: 1px solid #b60000;	
}

.content_main_hradyiframe
{
	margin-top: 5px;
	margin-left: -8px;
	width: 465px;
	border: none;
}



/* skupiny v dané lokaci */
.content_main_mistaskup_text
{
	padding-left: 10px;
	margin-bottom: 5px;
	width: 425px;
	color: #000;
	text-align: justify;	
}
.content_main_mistaskup_header
{
	font-size: 14px;
	width: 265px;	
	float: left;
	margin-top: 7px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: 600;
	
	color: #b60000;
}

.content_main_box_hide,
.content_main_box_hide_flex
{
	float: right;
	margin-top: -21px;
	font-size: 11px;
	color: #b60000;	
	cursor: pointer;
}
.content_leftbox_hide
{
	font-size: 11px;
	color: #b60000;	
	cursor: pointer;
}
.content_main_box_hide:hover,
.content_main_box_hide_flex:hover,
.content_leftbox_hide:hover
{
	text-decoration: underline;
}


/* mapa místa */
.content_main_mistomapa
{
	margin-top: 10px;
	margin-left: 25px;	
}
.content_main_mistomapa_mista
{
	width: 445px;
	margin-right: 10px;
	float: left;	
	margin-top: 4px;
	line-height: 14px;	
}
.cmmm_right
{


	width: 260px;
	float: left;	
}
.cmmm_right a
{
	color: #b60000;		
}
.cmmm_right a:hover
{
	border-bottom: 1px solid #b60000;	
}
.cmmm_left
{
	width: 65px;
	float: left;
	margin-right: 15px;
	text-align: right;
}



/* vyhledávání skupin */
.content_wide_box
{
	margin: auto;
	width: 468px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;	
}
.content_wide_box.wide {
    width: 700px;
}
.content_wide_box.wide-padding {
    width: 670px;
    text-align: center;
}
.content_wide_box_admin
{
	margin: auto;
	width: 740px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;	
}
.content_form_box
{
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC; 
	padding-left: 10px;
	padding-right: 10px;
}
.content_form_box.wide {
    width: 670px;
}
.content_form_box.wide-padding {
    width: 680px;
    padding-right: 0px;
}
.content_form_box_header
{
	color: #b60000;
	font-size: 14px;
	margin-bottom: 5px;	
	width: 400px;
}
content_form_box_header.wide {
    width: 690px;
}
.content_form_box_krajebox
{
	float: left;	
	margin-bottom: 10px;
}
.content_form_box_krajehead
{
	color: #222;
	font-size: 14px;
	margin-bottom: 10px;	
	width: 120px;
	margin-top: 5px;
	padding-bottom: 3px;
	margin-right: 25px;
	border-bottom: 1px solid #CCC;
}
.content_form_box_kraje
{
	width: 145px;
}

.content_form_box_descr
{
	color: #666;
	font-style: italic;	
	margin-top: 5px;
}
.content_form_box_item
{
	border: 1px solid #CCC;	
	width: 160px;
	margin-right: 30px;
}
.content_form_box_item:active
{
	background-color: #ede2e2;		
}
.content_form_box_submit
{
	padding: 10px;
	background-color: #FFF;
	cursor: pointer;
	color: #b60000;	
	border: 1px solid #b60000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_form_box_submit:hover
{
	color: #FFF;
	background-color: #b60000;
}
.content_wide_box a
{
	color: #b60000;	
}
.content_wide_box a:hover
{
	border-bottom: 1px solid #b60000;
}

.cbdf_seznamskupin a
{
	color: #000 !important;
}
.cbdf_seznamskupin
{
	text-align: justify;
	margin-bottom: 10px;	
}


.cmca
{
	margin-bottom: 10px;
	width: 224px;
	text-align: center;
}
.cmca a
{
	color: #b60000;
}
.cmca a:hover
{
	border-bottom: 1px solid #b60000;
}


.content_skupakce_star
{		
	float: right;
	margin-top: -32px;
	margin-right: 12px;
}




.content_main_box_text2 ul li
{
	list-style-type: square;
	margin-top: 5px;
	margin-left: 20px;
}




.content_calendar_yearboxes
{
	width: 120px;
	border: 1px solid #CCC;
	float: left;
	margin: 10px;
	padding: 10px;	
}
.content_calendar_yearboxes a:hover
{
	text-decoration: underline !important;	
}
.content_calendar_gray
{
	color: #888 !important;
}



.a_red_underline
{
	color: #b60000 !important;
}
.a_gray_underline
{
	color: #888 !important;	
}
.a_nonactive_underline
{
	color: #aaa !important;
	text-decoration: line-through;
}
.a_white_underline
{
	color: #fff;	
}
.a_green_underline
{
	color: #318cd2;
}
.a_underline:hover, .a_red_underline:hover, .a_gray_underline:hover, a_white_underline:hover, a_green_underline:hover, a_nonactive_underline:hover
{
	text-decoration: underline !important;
	border-bottom: 0 !important;
}
.a_nounderline:hover
{
	text-decoration: none !important;
	border: none !important;
}




.content_faq_question
{
	background-image: url(content/faq_sipka.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;	
	margin-top: 20px;	
	font-weight: 600;
	color: #b60000;
}
.content_faq_answer
{
	margin-top: 10px;
	margin-left: 40px;	
}











/* design skupin */
.skupina_right_box
{
	margin-bottom: 10px;
	float: left;
	width: 210px;
	text-align: justify;
}
.content_main_box_foto
{
	margin-bottom: 5px;
	clear: both;	
	overflow: hidden;
	width: 448px;
}
.skupina_right_box h3
{
	font-size: 12px;
	color: #b60000;	
	margin-bottom: 2px;
	margin-left: 10px;
	
	float: left;
	width: 200px;	
	text-align: left;
}
.skupina_right_box
{
	margin-left: 10px;	
	width: 205px;
}















/* slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  
  
  
  /* admin tabulky */
.skupinytable
{
	border-collapse: collapse;	
	margin-top: 10px;
	width: 740px;
}
.skupinytable tr:hover
{
	background-color: #eee;	
}
.skupinytable th, .skupinytable td
{
	font-style: normal;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #ddd;
}
.skupinytable th
{
	color: #fff;
	background-color: #b60000;
	min-width: 40px;	
}
.sort_a
{
	color: #fff !important;
	width: 10px;	
}

.tdleft
{
	text-align: left;	
	color: #b60000;
	font-weight: bold !important;
}
.tdcenter
{
	text-align: center;	
}
	
.trgold
{
/* original	background-color: #ffe3c8; */
  background-color: #f6f6f6;
   	
}





/* admin skupiny */
.infoskup_left
{
	float: left;
	width: 130px;	
	text-align: right;
	color: #000;
	margin-right: 10px;
	padding-top: 2px;
}

.infoskup_right
{
	float: left;
	width: 300px;
	text-align: left;
	color: #222;
}
.infoskup_right input, .infoskup_right textarea, .infoskup_right select
{
	border: 1px solid #888;	
	padding: 2px;
}
.infoskup_right input:focus, .infoskup_right textarea:focus
{
		background-color: #ffe8cf;	
}
		
.infoskup_box
{
	float: left;
	margin-top: 5px;	
}

.infoskup_right_help
{
	float: right; 
	cursor: pointer;	
}
.infoskup_right_help_tooltip
{
	position: absolute;
	width: 300px;
	padding: 10px;
	padding-top: 0;
	background-color: #ffe8cf;
	border: 1px solid #666;	
	display: none;
	z-index: 100;
}
.infoskup_right_help_tooltip p
{
	margin-top: 10px;	
}
		
						
						
.skup_info_sublink
{
	border: 1px solid #999;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 58px;
	text-align: center;
	margin-top: 15px;	
	cursor: pointer;
	margin-right: 7.5px;
}
.stan_info_sublink
{
	border: 1px solid #999;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 58px;
	text-align: center;
	margin-top: 15px;	
	cursor: pointer;
	margin-right: 7.5px;	
}
.skup_info_sublink:hover, .skup_info_sublink_active, .stan_info_sublink:hover
{
	color: #fff;
	background-color: #b60000;
}





/* homepage */
.hada1_image_rotate_item, .hada2_image_rotate_item
{
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #888; 	
}
.hada1, .hada2
{
	position: relative;
	left: 0;
	top: 0;
}
.hada1nadpis, .hada2nadpis
{
	color: #b60000;
	border-top: 5px solid #c3a54b;
	font-family: Open Sans, Tahoma, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 21px;
}	
.hada1popis, .hada2popis
{
	color: #666;	
	text-align: justify;
	overflow: hidden;
}
.hada1misto, .hada2misto
{
	color: #666;
}
.hada1foto, .hada2foto
{
	overflow: hidden;
	margin-bottom: 2px;			
}
.hada1foto, .hada2foto
{
	height: 135px; 
}
.hada1foto, .hada2foto
{
	height: 138px; 
}
.hada1foto.three-items {
    height: 128px;
}

.hada1, .hada1nadpis, .hada1popis, .hada1misto, .hada1foto, .akcebox, .akcebox_separator {
	width: 240px;
}
.hada2, .hada2nadpis, .hada2popis, .hada2misto, .hada2foto, .akcebox2, .akcebox2_separator {
	width: 248px;
}
.hada1nadpis.three-items, .hada1popis.three-items, .hada1misto.three-items, .hada1foto.three-items,
.akcebox.three-items,
.akcebox_separator.three-items {
	width: 230px;
}


.homepage_akcedlouhodobe_akce, .homepage_aktuality
{
	width: 240px; 
	float: left; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-bottom: 2px solid #ddd;	
	margin-bottom: 10px;
}


.hada1but, .hada2but
{
	width: 98px;
	height: 18px;		
	background-image: url(/css/content/tlacitko-cist-vice.png);
	margin-top: 5px;
}
.hada1but:hover, .hada2but:hover
{
	background-image: url(/css/content/tlacitko-cist-vice-active.png);
}

.akcebox
{
	float: left;
	margin-right: 10px;
}
.akcebox2
{
	float: left;
	margin-right: 9.5px;
}
.akcebox_separator
{
	height: 2px; 
	background-color: #ddd; 
	float: left; 
	margin-right: 10px;	
}
.akcebox2_separator
{
	height: 2px; 
	background-color: #ddd; 
	float: left; 
	margin-right: 9.5px;
}
.akcebox.three-items,
.akcebox_separator.three-items {
    margin-right: 15px;
}
.akcebox_separator.five-items {
    width: 136px;
}




/* výpis kraju pravý sloupec */
.savkraj_left
{
	margin-left: 15px;
	float: left;
	width: 140px;
	padding: 2px;	
	padding-left: 10px;
}
.savkraj_right
{
	float: left;
	width: 30px;	
	text-align: right;
	padding: 2px;
	padding-right: 10px;
}



.submit_button
{
	background-color: #fefcf7;
	width: 164px;
	height: 39px;
	border: none;
	cursor: pointer;	
	text-decoration: none;
}
.submit_button:hover
{
	background-color: #fefcf7;
}







.skupina_help
{
	float: left;
	margin-right: 10px;	
	width: 19px;
	height: 19px;
}
img.skupina_help
{
	cursor: pointer;	
}

.skupina_reg_box_container
{
	float: left;
	width: 399px;	
}

.skupina_reg_box
{
	font-size: 12px;
	color: #9a0001;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	margin-bottom: 3px;
	width: 399px;
}

.skupina_reg_box_descr
{
	float: left;
	font-size: 11px;
	color: #444;
}
.skupina_reg_box_right
{
	float: right;	
}


.skupina_outer_box
{	
	margin: 10px;
	margin-top: 15px;
}

.infoskup_right_help_tooltip
{
	margin-top: 25px;	
}





.leftitem_akce_hmpg
{
	 width: 240px;
	 padding-left: 10px;
	 padding-right: 4px;
	 border-bottom: 1px solid #ccc;
	 padding-bottom: 5px;
	 cursor: pointer;
}
.leftitem_akce_hmpg:hover, .leftitem_archiv_hmpg:hover
{
	/*background-color: #ffe8cf;*/
	background-color: #ddd;
}

.leftitem_archiv_hmpg
{
	width: 240px;
	padding-left: 10px;
	padding-right: 4px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	float: left;
	cursor: pointer;	
}



.adminmenu_bold
{
	font-weight: bold;
	color: #ff6666 !important;
}
.adminmenu_normal
{
	color: #fff;	
}




.akcegrafickabox
{
	width: 450px;
	margin-bottom: 3px;
	margin-top: 15px;	
}
.akcegrafickabox_wide
{
    width: 680px;
    margin-bottom: 3px;
    margin-top: 15px;
}



.opensansheader
{
	font-family: Open Sans, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 600;	
}
.opensansfont
{
	font-family: Open Sans, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 400;	
}


.vyrobek_container:hover
{
	background-color: #ebe0e0;
}


.shadow-card {
    border: 1px solid #ddd;
    /*box-shadow: 0 0 5px 1px rgba(0,0,0,.05);*/
    overflow: hidden;
    cursor: pointer;
}
.shadow-card:hover {
    background-color: #eeeeee;
}

.input-placeholder-italic {
    font-style: normal;
    color: #222;
}
.input-placeholder-italic::placeholder {
    font-style: italic !important;
    color: #888;
}


.prodejna-info {
    display: flex;
}
.prodejna-info-wrap {
    flex-wrap: wrap;
}
.prodejna-info-box {
    margin-top: 10px;
}
.prodejna-info .prodejna-info-box:not(:last-child) {
    margin-right: 20px;
}
.prodejna-icon {
    margin-right: 3px;
    font-size: 1.05rem;
}
.no-wrap {
    white-space: nowrap;
}
.prodejna-info-box-title {
    color: #b60000;
    font-size: 0.95rem;
    margin-bottom: 3px;
    white-space: nowrap;
}

.content-header-title-container {
    display: flex;
    flex-direction: row;
}
.content-header-title-link {
    margin-left: auto;
    padding-left: 20px;
}
.content-header-title {
    font-size: 1.7rem;
    color: #007ad7;
    text-transform: uppercase;
    font-weight: bold;
}
.content-header-filters {
    margin-top: 8px;
}
.content-header-link {
    color: #b60000;
    font-size: 1.4rem;
    text-decoration: underline;
    cursor: pointer;
}
.content-header-link-inactive {
    color: #000;
    font-size: 1.4rem;
}
.content-header-separator {
    color: #ccc;
    font-size: 1.4rem;
    padding: 0 4px;
}
.content-header-reset {
    color: #bbb;
    font-size: 1.4rem;
    padding-left: 5px;
}
.content-header-reset:hover {
    color: #666;
}
.content-header-container {
    padding-bottom: 10px;
    position: relative;
}

.content-header-container .pridat-akci {
    font-size: 1.7rem;
    color: #007ad7;
    white-space: nowrap;
}

.content-misto-info-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
}
.content-misto-info-container h1 {
    flex-grow: 1;
    display: flex;
    flex-direction: row;

    font-family: Open Sans, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #b60000;
    
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
}
.content-misto-info-container h1 .title {
    font-size: 22px;
}
.content-misto-info-container h1 .details {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    margin-left: 10px;
    margin-top: 11px;
}

.content-subheader-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 5px;
    margin-bottom: -12px;
}
.content-subheader-container .pismeno {
    margin: 0 3px;
    color: #999;
    font-size: 1.15rem;
}
.content-subheader-container .pismeno a[data-scroll="pismeno"] {
    color: #b60000;
    text-decoration: underline;
    font-weight: bold;
    font-size: inherit;
    cursor: pointer;
}
.content-subheader-container .pismeno a {
    font-size: inherit;
    color: inherit;
}

.content-subheader-container .viditelnost {
    color: #999;
    font-size: 1.4rem;
    text-decoration: underline;
}
.content-subheader-container .viditelnost-counts {
    color: #999;
    font-size: 1.2rem;
    padding-left: 4px;
    padding-top: 3px;
}
.content-subheader-container .separator {
    margin: 0 10px;
    color: #999;
    font-size: 1.4rem;
}
.content-subheader-container .viditelnost.active,
.content-subheader-container .viditelnost-counts.active {
    color: #b60000;
}

.content-subheader {
    margin-top: 5px;
}
.content-subheader a {
    color: #b60000;
    text-decoration: underline;
}

.content-header-selection-panel {
    width: 706px;
    min-height: 210px;
    padding: 7px;

    position: absolute;
    display: none;
    top: 60px;
    z-index: 10;

    border: 1px solid #ccc;
    background-color: #fff;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.content-header-selection-panel .map-container {
    float: left;
    padding: 10px;
    width: 350px;
    height: 200px;
}
.content-header-selection-panel .ceska-republika {
    float: right;
    width: 320px;
}
.content-header-selection-panel .ceska-republika .ceska-republika-text {
    float: right;
    width: 150px;
    text-align: left;
}
.content-header-selection-panel .kraje {
    float: right;
    width: 320px;
    border-bottom: 1px solid #ccc;
}
.content-header-selection-panel .kraje .kraje-left {
    float: left;
    width: 150px;
}
.content-header-selection-panel .kraje .kraje-right {
    float: left;
    width: 150px;
    margin-left: 20px;
}
.content-header-selection-panel .staty {
    float: right;
    width: 320px;
}
.content-header-selection-panel .okoli-mista {
    margin: 10px;
}
.content-header-selection-panel .okoli-mista .okoli-mista-nadpis {
    color: #007ad7;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
}

.chsp-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #ccc;
}
.chsp-content {
    padding: 5px 3px;
    line-height: 1.5rem;
}
.chsp-content-separated {
    margin-top: 2px;
    border-top: 1px solid #ccc;
}

.chsp-title a, .chsp-content a {
    color: #007ad7;
}
.chsp-title a:hover {
    text-decoration: underline;
}
.chsp-content a {
    font-size: 1.1rem;
    display: inline-block;
}
.chsp-content a:not(.link-with-counts) {
    padding-right: 15px;
}
.chsp-content a.link-with-counts {
    padding-right: 3px;
}
.chsp-content span.counts {
    font-size: 0.95rem;
    padding-right: 15px;
    color: #999;
    display: inline-block;
}
.chsp-content .no-break {
    white-space: nowrap;
}

.chsp-content a:hover {
    text-decoration: underline;
}
.chsp-content a.active {
    color: #b60000;
    text-decoration: underline;
}

#chsp-mesta-list-input-flexdatalist {
    border: 1px solid #999;
    border-radius: 0px;
    padding: 3px 5px;    
    width: 210px;
}
#chsp-mesta-list-input-flexdatalist::placeholder {
    font-style: italic;
    color: #aaa;
}
#chsp-mesta-list-input-flexdatalist::-webkit-calendar-picker-indicator {
    opacity: 100;
}
#chsp-mesta-list-input-flexdatalist-results {
    width: auto !important;
}
#chsp-mesta-list-input-flexdatalist-results .kraj {
    padding-left: 5px;
    font-size: 0.9rem;
    color: #bbb;
}

ul.flexdatalist-results li {
    padding: 4px 10px;
}
ul.flexdatalist-results li:hover {
    background-color: #eee;
    cursor: pointer;
}

.akce-list-container,
.pamatky-list-container,
.skupiny-list-container,
.vyrobci-list-container {
    width: 735px;
    margin-top: 25px;
    margin-right: -13px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.akce-list-zadne,
.pamatky-list-zadne,
.skupiny-list-zadne,
.vyrobci-list-zadne {
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.6rem;
}

.akce-nahled-small,
.akce-nahled-vip,
.pamatka-nahled,
.skupina-nahled,
.vyrobce-nahled {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.akce-nahled-small {
    width: 230px;
    height: auto;
    margin-right: 13px;
}
.akce-nahled-vip {
    width: 718px;
    border: 2px solid #007ad7;
    display: flex;
    flex-direction: column;
}
.pamatka-nahled,
.skupina-nahled,
.vyrobce-nahled {
    width: 722px;
    height: 130px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
}

.akce-nahled-inner-container {
    display: flex;
    flex-direction: row-reverse;
}

.akce-nahled-small-archiv {
    opacity: 0.66;
    -webkit-filter: saturate(0%);
            filter: saturate(0%);
}
.akce-nahled-small:hover,
.pamatka-nahled:hover,
.skupina-nahled:hover,
.vyrobce-nahled:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.akce-nahled-small .editace-container,
.akce-nahled-vip .editace-container {
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding: 3px 5px;
}
.akce-nahled-small .editace-container a,
.akce-nahled-small .editace-container a:hover,
.akce-nahled-vip .editace-container a,
.akce-nahled-vip .editace-container a:hover {
    color: #007ad7;
    font-size: 0.9rem;
}
.akce-nahled-small .editace-container a:hover,
.akce-nahled-vip .editace-container a:hover {
    text-decoration: underline;
}
.akce-nahled-small .editace-container a,
.akce-nahled-small .editace-container img,
.akce-nahled-vip .editace-container a,
.akce-nahled-vip .editace-container img {
    cursor: pointer;
    margin-left: 1px;
}

.akce-nahled-small .fotka-container,
.akce-left-box .fotka-container {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 128px !important;
}
.akce-nahled-vip .fotka-container {
    position: relative;
    overflow: hidden;
    width: 224px;
    min-width: 224px;
    height: 124px !important;
    margin: 5px;
}
.pamatka-nahled .fotka-container,
.skupina-nahled .fotka-container,
.vyrobce-nahled .fotka-container {
    position: relative;
    overflow: hidden;
    min-width: 200px;
    width: 200px;
}

.akce-nahled-small .fotka-container img:not(.cropped),
.akce-nahled-vip .fotka-container img:not(.cropped),
.akce-left-box .fotka-container img:not(.cropped),
.pamatka-nahled .fotka-container img,
.skupina-nahled .fotka-container img,
.vyrobce-nahled .fotka-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.akce-nahled-small .fotka-container .admin-overlay,
.akce-nahled-vip .fotka-container .admin-overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url(/css/content/placeholder/akce-admin.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.akce-nahled-small .nadpis {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 5px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    color: #b60000;
}
.akce-nahled-vip .nadpis {
    width: 330px;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 1.1rem;
    font-weight: 600;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pamatka-nahled .nadpis,
.skupina-nahled .nadpis,
.vyrobce-nahled .nadpis {
    margin-bottom: 5px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #b60000;
}
.akce-nahled-vip .cas,
.akce-nahled-vip .misto {
    margin-bottom: 2px;
    font-size: 1.0rem;
    color: #666;
}
.akce-nahled-vip .popis {
    font-size: 1.0rem;
    color: #666;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.akce-nahled-small .misto,
.akce-nahled-small .detail {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    text-align: center;
    font-size: 1.1rem;
    color: #666;
}
.pamatka-nahled .detail,
.skupina-nahled .detail,
.vyrobce-nahled .detail {
    font-size: 1.1rem;
    line-height: 1.25rem;
    color: #666;
}
.akce-nahled-small .vzdalenost,
.akce-nahled-vip .vzdalenost {
    position: absolute;
    top: 10px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #007ad7;
    color: #fff;
}
.akce-nahled-small .vzdalenost {
    right: 5px;
}
.akce-nahled-vip .vzdalenost {
    right: 10px;
}
.pamatka-nahled .pamatka-footer .vzdalenost,
.skupina-nahled .skupina-footer .vzdalenost,
.vyrobce-nahled .vyrobce-footer .vzdalenost {
    padding: 5px;
    background-color: #007ad7;
    color: #fff;
}
.pamatka-nahled .pamatka-footer .aktualita {
    margin-right: 10px;
    flex-grow: 1;
    font-size: 1.1rem;
    line-height: 1.25rem;
    color: #666;
}
.pamatka-nahled .pamatka-footer .aktualita-header {
    color: #007ad7;
    font-weight: bold;
}

.akce-nahled-small .info-pruh {
    position: absolute;
    right: 5px;
    top: 85px;
}
.akce-nahled-vip .info-pruh {
    position: absolute;
    right: 10px;
    top: 85px;
}
.akce-nahled-small .kalendar {
    float: right;
    width: 40px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #b60000;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.akce-nahled-small .kalendar .kalendar-text,
.akce-nahled-vip .akce-calendar-container .kalendar-text {
    font-size: 1.0rem;
    font-weight: 600;
}
.akce-nahled-small .kalendar .kalendar-den,
.akce-nahled-vip .akce-calendar-container .kalendar-den {
    font-size: 1.2rem;
    margin-bottom: 1px;
    font-weight: 600;
}
.akce-nahled-small .kalendar .kalendar-mesic,
.akce-nahled-vip .akce-calendar-container .kalendar-mesic {
    font-size: 0.8rem;
    font-style: italic;
}
.akce-nahled-small .bitva,
.akce-nahled-vip .bitva {
    float: right;
    margin-top: -5px;
    margin-right: -10px;
}
.pamatka-nahled .pamatka-text,
.skupina-nahled .skupina-text,
.vyrobce-nahled .vyrobce-text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
}
.pamatka-nahled .pamatka-footer,
.skupina-nahled .skupina-footer,
.vyrobce-nahled .vyrobce-footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: end;
    margin-top: 5px;
}

.content-header-selection-panel .kalendar {
    width: 222px;
    min-height: 150px;
}
.kalendar .kalendar-line {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    text-align: center;
}
.kalendar .zahlavi div {
    background-color: #999;
    padding: 3px 0;
    color: #fff;
    cursor: pointer;
}
.kalendar .zahlavi div:hover {
    background-color: #eee;
    color: #000;
}
.kalendar .zahlavi .zahlavi-sipky {
    width: 57px;
    padding-top: 2px;
    padding-bottom: 4px;
}
.kalendar .zahlavi .zahlavi-mesic {
    width: 104px;
    margin: 0 2px;
}
.kalendar .zahlavi .zahlavi-sipky a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.kalendar table {
    margin-top: 5px;
    margin-left: -2px;
    margin-right: -2px;
    border-spacing: 2px;
}
.kalendar table tr.seznam-dni td {
    color: #000;
    padding-bottom: 3px;
}
.kalendar table td {
    width: 30px;
	text-align: center;		
	vertical-align: middle;
	height: 18px;
	padding: 0;
	margin: 0;
}
.kalendar table td a {
    width: 100%;
    display: block;
    color: inherit;
}
.kalendar table td.den-dnes {
    background-color: #96c732;
    color: #fff;
}
.kalendar table td.den-prazdny {
    background-color: #ccc;	
    color: #fff;
}
.kalendar table td.den-dnes:hover, .kalendar table td.den-prazdny:hover {
    background-color: #eee;
    color: #000;
}

/* active back #9a0000, color #fff */

.footer-servers a, .footer-servers a:hover {
    text-decoration: none;
    border: none;
}
.footer-servers a {
    filter: saturate(0%);
    opacity: 0.4;
}
.footer-servers a:hover {
    filter: saturate(100%);
    opacity: 1.0;
}

.akce-calendar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 43px;
    min-width: 43px;
    height: 44px;
    margin-right: 7px;
    
    background-image: url(/css/content/kalendar2.png);
    background-size: cover;
    color: #fff;
}
.akce-calendar-container .year {
    font-size: 0.75rem;
    margin-top: 3px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.akce-list-kalendar-loader {
    text-align: center;
    margin-top: 25px;
}
#container-list-load-more {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}
#container-list-load-more img {
    cursor: pointer;
}

.akce-detail-archiv {
    color: #bbb !important;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007ad7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
.spinner-10px {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007ad7;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hada1_image_rotate_item .admin-overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/css/content/placeholder/akce-admin.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* klíčová slova */

.klicova-slova-block {
	margin-bottom: 20px;
}

.klicova-slova-title {
	text-align: left !important;
	float: none !important;
}

.klicova-slova-subtitle {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: #ccc;
}

.klicova-slova-editor {
	width: 730px;
	min-width: 730px;
	max-width: 730px;
	min-height: 56px;
	height: 56px;
	border: 1px solid #ccc;
	padding: 2px;
}