/* GLOBANI NASTAVENI ELEMENTU */

a div {
	cursor: pointer;
}

a, a:hover, a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #335786;
	outline: none;
}

img {
	border-style: none;
}

input[type="text"], input[type="password"], input[type="checkbox"] {
	background-image: none;
	color: #4F4F4F;
	font-size: 13px;
	padding-left: 6px;
	padding-right: 5px;
	margin: 3px 0px 2px 0px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	border: 1px solid #b4bac8 !important;
	padding-left: 6px !important;
	padding-right: 5px !important;
}

input[type="checkbox"] {
	width: 19px !important;
	height: 19px;
}

input[type="text"][disabled], input[type="password"][disabled] {
	color: #b4bac8;
	background-color: #f4f6fa;
}

input[type="submit"][disabled], input[type="submit"][disabled]:hover {
	color: #b8bcc4 !important;
	background-image: none;
	background-color: #e3e5e8;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 3px #999999;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

label {
	font-weight: bold;
}

label:AFTER {
	content: ":";
}

label.odkaz {
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: #335786;
	outline: none;
	text-decoration: underline;
	cursor: pointer;
}

label.odkaz:AFTER {
	content: none;
}

select {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #4F4F4F;
	padding: 0 0 1px 2px;
	background-image: none;
	border: 1px solid #b4bac8 !important;
}

option {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

textarea {
	font-family: Arial;
	font-size: 13px;
	color: #4F4F4F;
	/* height: 160px !important; */
	padding-left: 6px;
	padding-right: 6px;
	margin: 3px 0 3px 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	border: 1px solid #b4bac8 !important;
	background-image: none;
}

/* STRANKA */

body.indikaceProbihajicihoZpracovaniPozadavku.probihajiciZpracovaniPozadavku, body.indikaceProbihajicihoZpracovaniPozadavku.probihajiciZpracovaniPozadavku * {
	cursor: wait !important;
}

body {
	background-image: url("");
	background-repeat: repeat-x;
	min-width: 1000px;
	min-height: 932px;
	background-color: #eef9fd;
	text-align: center;
	margin: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #4F4F4F;
}

.sablonaKontejner {
	min-width:989px;
	/*min-width: 1132px;*/
	width: 80%;
	text-align: left;
	display: inline-block;
	background-color: #f9fbfc;
}

/* HLAVICKA STRANKY */

.hlavickaObsahKontejner {
	display: table; 
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	background-image: url("/javax.faces.resource/obrazky/sablony/hlavicka_pozadi_pruh_1x100.png.jsf");
}

.hlavickaObsahKontejner > * {
	height: 100%;
	display: table-cell;
}

.hlavickaObsahKontejner > *:FIRST-CHILD {
	width: 480px;
}

.hlavickaObsahKontejner > *:FIRST-CHILD + * {
	width: auto;
}

.hlavickaObsahKontejner > *:FIRST-CHILD + * + * {
	width: 640px;
	font-size: 20px;
	vertical-align: middle;
	color: #000000;
	padding: 0px 30px 0px 30px;
	text-align: center;
}

.hlavickaObsahKontejner .hlavickaLogo {
	position: relative;
	top: 32px;
	left: 55px;
	display: block;
	width: 300px;
}

.hlavickaObsahKontejner .hlavickaLogo > div {
	width: 300px;
	height: 45px;
	padding: 0px !important;
	background-repeat: no-repeat;
	background-image: url("/javax.faces.resource/obrazky/sablony/hlavicka_logo_300x45.png.jsf");
}

.hlavickaMenuKontejner {
	width: 100%;
	height: 44px;
	border: 5px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.hlavickaMenu {
	display: inline-block;
	float: left;
	/* padding: 0px 20px 0px 20px; */
	/* width: 949px; */
	width: 100%;
	height: 100%;
	/* background-image: url("");
	background-position: center top; */
	border-radius: 5px;
	background-color: #4F4F4F;
}

/* OBSAH STRANKY */

.telo {
	overflow: auto;
	min-height: 600px;
	padding: 20px 20px 30px 20px;
}

.teloBezPanelu {
	padding: 12px 12px 0 12px;
	border: 1px #b4bac8 solid;
	background-color: #CEE5B8;
}

.panel {
	float: left;
	width: 236px;
	min-height: 600px;
	padding: 0px 12px 0px 0px;
}

.obsah {
	overflow: auto;
}

.obsahZPanelu {
	float: right;
	/* width: 680px; */
	width: 100%;
	min-height: 586px;
	padding: 12px 12px 0 12px;
	border: 1px #b4bac8 solid;
	background-color: #CEE5B8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* HLAVNI NADPIS */

.hlavniNadpisSPanelem {
	float: right;
	/* width: 706px; */
	width: 100%;
}

.hlavniNadpis {
	background-repeat: no-repeat;
	background-color: #CEE5B8;
	display: block;
	overflow: hidden;
	height: 22px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
	margin: 0;
	margin-bottom: 10px;
	border: 1px #b4bac8 solid;
	border-top: 3px #018B00 solid;
	white-space: nowrap;
}

.hlavniNadpis .hromadneAkce > * {
	margin-left: 15px;
}

/* PATICKA STRANKY */

.paticka {
	background-color: #f4f6fa;
	border-top: 3px solid #b4bac8;
	height: 80px;
	padding: 25px;
}

.paticka div {
	overflow: hidden;
}

.patickaMenuAInformace div {
	padding-top: 1px;
}

.patickaInformace {
	float: right;
}

.patickaMenu a, .patickaMenu a:hover, .patickaMenu a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #4F4F4F;
}

.patickaSpolecnost {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	position: relative;
	bottom: 0px;
}

/* OBECNE */

.elementSkryty {
	visibility: hidden;
}

.elementNezobrazeny {
	display: none !important;
}

.textNormalni {
	font-weight: normal;
	font-family: Arial;
	font-size: 13px;
	color: #4F4F4F;
}

.textTucny {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #4F4F4F;
}

.zarovnaniElementuDoleva {
	float: left;
}

.zarovnaniElementuDoprava {
	float: right;
}

.zarovnaniObsahuDoleva {
	text-align: left;
}

.zarovnaniObsahuDoprava {
	text-align: right;
}

.zarovnaniObsahuNaStred {
	text-align: center;
}

.sirkaNejmensi {
	width: 60px;
}

.sirkaMala {
	width: 90px;
}

.sirkaStredni {
	width: 150px;
}

.sirkaVelka {
	width: 210px;
}

.sirkaVelmiVelka {
	width: 270px;
}

.sirkaExtraVelka {
	width: 400px;
}

.sirkaNejvetsi {
	width: 530px;
}

.dekoraceZadna {
	text-decoration: none !important;
}

ul.seznamBezOdrazek {
	list-style-type: none;
}

.barvaSeda {
	color: #999999 !important;
}

.pozadiSede {
	background-color: #F0F2F6 !important;
}

.pozadiBile {
	background-color: #ffffff !important;
}

.velkeTextovePole {
	height: 160px !important;
}

.velkyText {
	white-space: pre-wrap;
}

.nadpisKontejneru {
	color: #4F4F4F;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	border: none;
	height: 27px;
	margin-right: 14px;
	line-height: 23px;
	display: block;
	white-space: nowrap;
}
