/* styly pro Rychloweb - obecne definice */


/* ================ OBECNE ================== */
body {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

table {
	font-size: 1.0em;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	
	visibility: hidden;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}
sup,
sub {
	font-size: 0.8em;
}
.print-only {
	display: none;
}

/* --------- text schovany pod obrazkem ----------- */
.img-text {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.img-text .it-img {
	display: block;
	margin: 0;
	padding: 0;
	z-index: 100;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	top: 0;
	left: 0;
}
.img-text .it-text {
	position: absolute;
	top: 0;
	left: 0;
}
a .it-img {
	cursor: pointer;
}


.obr-h.empty {
	display: none;
}

/* =================== VYPIS SEZNAMU DAT (ZBOZI...) ====================== */
.vypis {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.vypis li {
	position: relative;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* =============== STRANKOVANI =================== */
.paging,
.ordering {
	clear: both;
}
	.paging label,
	.ordering label {
		width: auto;
	}


/* =================== OBECNE VECI K MENU ===================== */
.menu, .menu-item, .submenu {
	display: block;
	margin: 0;
	padding: 0;
}
.menu-item {
	list-style-type: none;
}

.menu.horiz .menu-item {
	display: inline;
}


/* ============== FORMULARE ================= */
.form {
	margin: 0;
	padding: 0;
}
.form .fi-text,
.form .fi-password,
.form .fi-textarea,
.form .fi-select {
	font-size: 1.0em;
	border: inset 1px gray;
	font-family: Tahoma, sans-serif;
}
.form .fi-text.cislo {
	width: 3em;
	text-align: right;
}
.form .fi-textarea {
	height: 100px;
}
.form .fi-submit {
	font-weight: bold;
	font-size: 1em;
	font-family: Tahoma, sans-serif;
	padding: 0 5px;
}

.form .form-row {
	margin: 2px 0;
	clear: both;
}

.form .form-row input,
.form .form-row select,
.form .form-row textarea {
	margin-left: 3px;
}
.form .form-row .fi-input {
	padding-left: 3px;
}

.form .form-row label {
	margin-right: 3px;
	text-align: right;
	display: block;
	float: left;
}
.form .fi-input label {
	float: none;
	display: inline;
	text-align: left;
	width: auto !important;
}
.form .form-row .poznamka {
	padding-left: 5px;
	color: gray;
}
.form .form-row .kratky,
.form .form-row .cislo {
	width: 4em;
}
.form .kusu {
	width: 2em !important;
	text-align: right;
}

.form fieldset {
	border: solid 1px gray;
	padding: 5px;
	margin: 5px 0;
}
.form fieldset legend {
	margin-bottom: 5px;
	color: gray;
}
.form fieldset p {
	margin: 0;
	padding: 0;
}
.form .table {
	
}
.form .fi-input {
	display: block;
}
.form .fi-input label {
	float: none;
	width: auto !important;
	display: inline;
	text-align: left;
}

/* ================ CHYBY VE FORMULARI ==================== */
.chyby {
	font-size: 0.9em;
	color: red;
	border: solid 1px red;
	padding: 5px;
	margin: 15px 0;
	backgrond: white;
}
.chyby ul, .chyby li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.chyby li {
	list-style-type: square;
}
.chyba {
	color: red;
}
.msg {
	margin: 10px 0;
	padding: 3px;
	border: solid 1px gray;
	color: gray;
	backgrond: white;
}
.msg .navigator a {
	font-size: 0.85em;
}

/* ================== TABULKY ===================== */
.table {
	border-collapse: collapse;
}
.table th,
.table td {
	padding: 1px 3px;
}
.table th {
	text-align: left;
}
.table thead th {
	
}

/* ============ STRANKOVANI ============== */
.paging {
	text-align: center;	
}
.paging .current {
	font-weight: bold;
}
.paging .per-page {
	float: left;
}
.paging .per-page .fi-select {
	height: 1.2em;
}
.paging .per-page label {
	float: none;
	text-align: left;
	padding-left: 5px;
	width: auto;
}
.paging .pages-info {
	float: right;
}

/* ================= LAYOUT =================== */
#page-footer {
	clear: both;
}
