body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}

blockquote {background-color: ivory;}

.container h1 {
	color: #337ab7;
	margin-bottom: 1em;
}
.container h1.pytel {
	margin: 0;
	font-size: 2em;
}
.container h3 {
	color: #337ab7;
}

.tar {text-align: right;}
.dn {display:none;}

.mt1 {margin-top: 1em;}
.mt2 {margin-top: 2em;}
.mb1 {margin-bottom: 1em;}
.mb2 {margin-bottom: 2em;}
.mtb1 {margin: 1em 0;}

.fs11 {font-size: 1.1em;}
.fs1 {font-size: 1em;}
.fs09 {font-size: .9em;}

.ts {
	color: gray;
}

.lh40 {
	line-height: 40px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	padding: 1em;
	margin: 1em 0;
	font-size: 1.1em;
	border: 1px solid silver;
}

.flash.bg-danger {
	color: #d00;
}

a[href^="#error:"] {
	background: red;
	color: white;
}


form label.label-lg {
	font-size: 18px;
}

.form-group-lg {
	margin-bottom: 15px;
}
.form-group-lg label {
	font-size: 18px;
}
.form-group-lg label input {
	margin-right: 5px;
}

/*form .label-double:after {
	content: "";
	clear: both;
}*/
form .label-double label {
	float: left;
}
form .label-right {
	font-size: 18px;
	font-weight: 700;
	float: right;
}

.row.odd {
	background-color: #eee;
}

.hesla-se-nerovnaji {
	color: #a94442 !important;
}

#pocet-vytisku {
	margin-top: -20px;
	text-align: center;
}
#pocet-vytisku a:hover,
#pocet-vytisku a:active {
	text-decoration: none;
}
#pocet-vytisku div.pocet {
	font-size: 19em;
}
#pocet-vytisku div.pokracovat {
	margin-top: -50px;
	font-size: 2.5em;
}
#pocet-vytisku h1 {
	margin-top: -50px;
	font-size: 4.7em;
}