<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.table-akce {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
	width: 100%;
} 

table.table-akce .akce-bt {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #EEEEEE;
}

table.table-akce .akce-bd {
	padding-top: 3px;
	font-weight: bold;
	background-color: #EEEEEE;
}

table.table-akce .akce-bm {
	padding-top: 3px;
	font-weight: bold;
	background-color: #EEEEEE;
}

table.table-akce .akce-bb {
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

table.table-akce .akce-autor {
	padding: 1px;
	text-align: right;
	font-size: 95%;
	color: 777777;
	font-style: italic;
}

table.table-akce td.akcem_d_KT_KD {
	background-color: #EEF2F9;
}

table.table-akce td.akcem_m_KT_KD {
	background-color: #EEF2F9	;
}

table.table-akce td.akcem_t_KT_KD {
	background-color: #EEF2F9	;
}

table.table-akce td.akcem_d_KT_KIL {
	background-color: #EEF9F5;
}

table.table-akce td.akcem_m_KT_KIL {
	background-color: #EEF9F5;
}

table.table-akce td.akcem_t_KT_KIL {
	background-color: #EEF9F5;
}

/* --- akce - přepínač detailů --- */

table.table-akce td .akce-rozsirene {
	display: none;
}

table.table-akce td.rozsirene-show .akce-rozsirene {
	display: block;
}

table.table-akce td .toggle-button {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(/images/icons/but_kalendar1_male.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 100%;
	background-position: right 0px;


	
}


table.table-akce td .toggle-button::after {
	content: " Rozbalit";
	color:  #00a8e7;
	font-weight: bold;
	padding-left: 0px;
	line-height: 28px;
	cursor: pointer;
	float:right;
	margin-right:35px ;
	}




table.table-akce td.rozsirene-show .toggle-button {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0px;
	background-image: url(/images/icons/but_kalendar2_male.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 100%;
	background-position: right 0px;

	
}

table.table-akce td.rozsirene-show .toggle-button::after {
	content: " Sbalit";
	color:  #6da224;
	font-weight: bold;
	padding-left: 0px;
	line-height: 28px;
	cursor: pointer;
	float:right;
	margin-right:35px ;
} 


table.table-akce td .toggle-button span {
	display: none;

	
	
}

table.table-akce td.rozsirene-show .akce-rozsirene {
	background-color: #e4f3cf;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;



	
	
}

table.table-akce td .akce-mbodyab {
	padding-top: 5px;

	

	
	
}

table.table-akce td .akce-rozsirene .akce-prilohy {
	margin-top: 5px;
	background-image: url(/images/icons/icon_sponka.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;




	
}




/* --- */

.akce-upozorneni {
margin-top: 10px;
border: 1px solid;
padding: 4px;
font-size: bold;
background-color: #EEEEEE;
font-size: 95%;
clear: both;
}

.akce-zapisujte {
margin-top: 10px;
border: 1px solid;
padding: 4px;
background-color : #FFFFFF;
font-size: 95%;
font-weight: bold;
margin-bottom: 10px;
}

.vypis_jednodenni {
	border-left: 7px solid #99cc33;
	padding-left: 5px;
	margin-top: 5px;

}

.vypis_vicedenni {
	border-left: 7px solid #0099ff;
	padding-left: 5px;
	margin-top: 5px;

}

.vypis_dlouhodobe {
	border-left: 7px solid #665665;
	padding-left: 5px;
  margin-top: 5px;
}

#topakce h5 {
	padding: 5px;
	margin-right: 0;
	color: white;
	margin-bottom: 10px;
}

#topakce h4::after, h5::after {
	display:none; 
}

#topakce h5 a {
	color: white;
}


#topakce .vypis_jednodenni h5 {
	background-color: #99cc33;
}

#topakce .vypis_vicedenni h5 {
	background-color: #0099ff;
}

#topakce .vypis_dlouhodobe h5 {
	background-color: #665665;
}</pre></body></html>