@import url('/css/visualelements.css');

body {
	font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}


h3 {
	font-size: 1.2rem;
}

h4 {
	font-size: 1.1rem;
}


a {
	color: black;
}

td {
	font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0.5em;
}

#zata-spodni {
	text-align: center;
	margin-top: 3em;
}

#bloknavrat a {
	display: block;
	width: 200px;
	margin: auto;
	margin-top: 2em;
	padding: 5px;
	text-decoration: none;
	color: white;
	background-color: #0060df;
	font-weight: bold;
	border-radius: 4px;
}

#bloknavrat {
	text-align: center;
}

#bloknavrat a:hover {
	background-color: #0054A8;
	color: #ffffaa;
}


/* prepinac editoru */

#EditorSwitcher {
	text-align: right;
	color: black;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 9px;
}

#EditorSwitcher a {
	color: black;
	font-weight: normal;
}

#EditorSwitcher .ppopiska {
	padding: 2px;
	border-right: 1px solid Black;
}

#EditorSwitcher .pEditorAkt {
	background-image: url(/images/bul_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#EditorSwitcher .pEditor {
	padding: 2px;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-left: 20px;
	background-color: #F4F4F3;
}


.qvyp_rozepsat {
	background-color: #F0F0F0;
}

.usr_volby2 {
	margin-left: 1em;
}

.servis_bloksloupce_label,
.servis_bloktyp_label {
	padding-left: 1em;
	padding-right: 0.5em;
}

table.vstupni td.nadpisek {
	width: 10%;
}

table.vstupni td.hodnota {
	width: 90%;
}

input.tema {
	width: 99%;
	font-weight: bold;
}

.cuteeditor {
	overflow: hidden;
}

.datt_target {
	margin-left: 20px;
	font-size: 90%;
}

.datt_target select {
	font-size: 90%;
}

.vyber_datt {
	font-size: 90%;
	margin: 0;
	padding: 0;
}


.zadani_miniatura input {
	font-size: 90%;
}

.vyber_miniatura {
	font-size: 90%;
	margin: 0;
	padding: 0;
}


/* ---- styly pro cute ----- */

.edit_priloha table#CE_fEditor1_ID * {
	height: 2px !important;
	border: 0px;
	padding: 0;
	margin: 0;
}

.edit_priloha table#CE_fEditor1_ID td.CuteEditorFrameContainer {
	height: 2px !important;
	background-color: red !important;
	border: 0px;
	padding: 0;
	margin: 0;
}

.edit_priloha iframe {
	border: 0px;
	height: 2px !important;
}

.altidf {
	margin-left: 4px;
	margin-right: 4px;
	background-color: #EEEEEE;
	padding: 4px;
}

.gpsblok {
	margin-left: 4px;
	margin-right: 4px;
	font-size: 10px;
	padding: 4px;
	background-color: #e2f2c9;
}

/* ------------- blok pro antidatování ------------- */

.msgdate_blok {
	display: inline-block;
	background-color: #F0F0F0;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.msgdate_blok .blok {
	font-weight: bold;
}

.msgdate_blok .datechange {
	padding-left: 2px;
	padding-right: 10px;
}

#AntiDateTime {
	display: none;
}

.vysvetlivky {
	color: Olive;
	padding-left: 5px;
}

/* buttony */

#spodni-buttony {
	padding-top: 1em;
	padding-bottom: 1em;
}

#spodni-buttony input {
	font-size: 1.9em;
	padding-left: 5em;
	padding-right: 5em;
	font-weight: bold;
}

#spodni-buttony button {
	font-size: 1.9em;
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 15px;
	cursor: pointer;
	font-weight: bold;
	color: #333333;
}

#spodni-buttony button:hover {
	background-color: #bbbbbb;
}

.visabutton {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 10px 22px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-decoration: none;

	background: #eeeeee;
	border-radius: 10px;
	border: 2px solid #555555;

	cursor: pointer;
	user-select: none;

	margin-top: 7px;
	margin-bottom: 12px;

}

.visabutton a {
	text-decoration: none;
	color: black;
}

.dtab5 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333333;
	border-radius: 10px;
	border: 2px solid silver;
	padding: 5px 10px;
	background-color: #ffffcc;
	text-align: center;
}