body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: arial, verdana, tahoma;
	background: #00405b;
}

img {
	border: 0px;
}

#header {
	height: 90px;
	margin-bottom: 0;
	background: #074461;
	color: white;
}

#login {
	height: 15px;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	padding-right: 37px;
}

#login a, #login a:visited {
	color: black;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#logo {
	height: 40px;
	padding: 25px 0;
	position: relative;
}

#logo .logo1 {
	position: absolute;
	top: 25px;
	left: 25px;
}

#logo .logo2 {
	position: absolute;
	top: 5px;
	right: 25px;
}

#logo img {
	border: 0;
}

#menubar {
	margin: 0;
	padding: 0;
	background: white;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	-webkit-margin-start: 0px;
	-webkit-padding-start: 0px;
}

#menu li {
	float: left;
	padding-right: 3px;
}

#menu li a, #menu li a:visited {
	display: inline-block;
	height: 28px;
	padding: 12px 15px 0 15px;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

#menu li a:hover {
	background: #e0e0e0;
	color: black;
}

#menu li .active1 {
	background: #ffdd00;
	color: #00405b;
}

#menu li .active2 {
	background: #dce5d3;
	color: #00405b;
}

#menu li .active3 {
	background: #eceded;
	color: #00405b;
}

#menu li .inactive1 {
	background: #ffdd00;
	color: white;
}

#menu li .inactive2 {
	background: #00882f;
	color: white;
}

#menu li .inactive3 {
	background: #58585a;
	color: white;
}

#menu2 {
	width: 100%;
	margin-bottom: 10px;
}

#submenu {
	list-style: none;
	height: 21px;
	background: white;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: solid black 1px;
}

#submenu li {
	float: left;
	padding-right: 3px;
	margin: 0px;
}

#submenu li a, #submenu li a:visited {
	display: block;
	padding: 3px 5px 3px 5px;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;	
	border-left: solid black 1px;
	border-top: solid black 1px;	
	border-right: solid black 1px;	
	background: white;
	color: #b0b0b0;
	border-bottom: solid black 1px;
}

#submenu li a:hover {
	background: #e0e0e0;
	color: black;
}

#submenu li a.active {
	background: #f0f0f0;
	color: black;
	border-bottom: solid #f0f0f0 1px;
}

#colorbar {
	height: 6px;
}

#colorbar .levy {
	height: 6px;
	width: 50%;
	float: left;
	background: url('../images/colorbar_levy.png') no-repeat #139245;
	background-position: right;
}

#colorbar .pravy {
	height: 6px;
	width: 50%;
	float: right;
	background: url('../images/colorbar_pravy.png') no-repeat #FFDE16;
	background-position: left;
}

#content {
	margin: 0;
	padding-bottom: 10px;
}

.bg1 {
	background: #FFF1AE;
	border-top: solid #FFF1AE 1px;
}

.bg2 {
	background: #dce5d3;
	border-top: solid #dce5d3 1px;
}

.bg3 {
	background: #eceded;
	border-top: solid #eceded 1px;
}

.bg0 {
	background: white;
	border-top: solid white 1px;
}

#footer {
	background: #00405b;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	position: relative;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

#u_footer {
	background: white;
	height: 35px;
	width: 100%;
	position: fixed;
	bottom: 0;
	color: #074461;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .right {
	padding-right: 40px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 1280px;
}

.one {
	border: 2px solid black;
	border-collapse: collapse;
	width: 100%;
	font-size: 1.3em;
}

.one th {
	color: white;
	padding: 3px;
	background-color: #00405b;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	border-bottom: 2px solid black;	
	font-size: 14px;
	text-align: left;
}

.one th a, .one th a:visited {
	color: white;
	text-decoration: none;
}

.one td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 1px 3px 1px 3px;
}

.one .empty {
	padding: 10px;
}

.one tr.lichy {
	background-color: white;
	cursor: pointer;
}

.one tr.sudy {
	background-color: #d9dadb;
	cursor: pointer;
}

.one tr:hover {
	background-color: #8f99ac;
}

#footer .left {
	float: left;
	width: 700px;
}

#footer .left a {
	color: white;
}

#footer .right {
	color: white;
	width: 250px;
	float: right;
	text-align: right;	
}

.clear {
	clear: both; 
	font-size: 1px; 
	height: 0; 
	overflow: hidden; 
	margin: 0; 
	padding: 0;
}

.strankovani {
	list-style: none;
}

.strankovani li {
	display: inline-block;
	margin-right: 1px;
	font-size: 12pt;
	border: 1px solid #00405b;
}

.strankovani li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #00405b;
	padding: 3px 8px 3px 8px;
}

.strankovani li a:hover {
	background: white;	
}

.strankovani li.actual {
	font-weight: bold;
	border: solid black 1px;
	color: white;
}

.strankovani li.actual a, .strankovani li.actual a:visited {
	background: #00405b;
	display: block;
	color: white;
	font-weight: bold;
}

#content_obal {
	border: solid black 1px;
	padding: 0 10px 10px 10px;
	background: #f0f0f0;
}

#content_obal legend {
	padding: 5px 0 26px 0;
	margin: 0;
}

input[type=text], input[type=password], select , textarea {
	border: 1px solid #AAA;
	padding: 3px;
	color: black;
	cursor: pointer;
}

input:hover, select:hover {
	border-color: orange;
}

#filtr {
	border: solid black 1px;
	margin-bottom: 10px;
	background: #00405b;
	display: none;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	position: relative;
	color: white;
}

#filtr h2 {
	color: white;
	font-weight: bold;
	font-size: 17px;
	border: 0;
	text-decoration: none;
	padding: 5px 0 0 30px;
	margin: 0;
}

#loginform {
	border: solid black 1px;
	margin: 10% auto;
	width: 700px;
	padding: 20px;
	background: #FFEC9A;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	color: #074461;
}

#loginform  .row {
	margin-bottom: 10px;
}

#loginform label {
	display: block;
	float: left;
	width: 150px;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	font-size: 1.3em;
	margin-left: 90px;
}

#loginform h1 {
	color: #074461;
	border: 0;
	font-size: 35px;
}

h1 {
	border-bottom: solid black 1px;
}

h2 {
	color: #00415c;
	border-bottom: solid #00415c 1px;
}

#formCommand {
	padding: 10px;
	text-align: right;
	clear: both;
	height: 25px;
}

#tabs {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #00415c;
	font-size: 12px;
}

#tabs input[type=text], #tabs input[type=password], #tabs textarea, #tabs select {
	color: #00415c;
	border: none;
}

#tabs .zakladni {
	padding-left: 20px;
	color: #00415c;
}

#tabs .zakladni tr {
	height: 35px;
}

#tabs .zakladni tr td:first-child {
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	color: #00415c;
}

#tabs h2 {
	color: #00415c;
	border-bottom: solid #00415c 1px;
	font-size: 13px;
	text-transform: uppercase;
}

.tabs-container {
	background: #e0e0e0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	border: solid white 3px;
	display: inline-block;
}

.tabs-container  fieldset {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}

/* BUTTONS */
.buttons {
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

.button1, .button1:active {
	display: inline-block;
	float: left;
	background: #00405B;
	height: 44px;
	padding: 0 10px 0 10px;	
	margin: 3px;
	line-height: 44px;
	color: white;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	border: solid black 1px;
	cursor: pointer;
}

.button1:hover {
	background: #d9dadb;
	color: black;
}

.pasive {
	background: #e0e0e0;
	color: gray;
}

.button2, .button2:active {
	display: inline-block;
	float: left;
	background: #00405B;
	height: 44px;
	padding: 0 10px 0 10px;	
	margin: 3px;
	line-height: 44px;
	color: white;
	text-decoration: none;
	font-size: 11px;
	position: relative;
	border: solid black 1px;
}

.button2:hover {
	background: #d9dadb;
	color: black;
}

.button1 img, .button2 img {
	float: left;
	padding: 0 5px 0 0;
}

.button3, .button3:visited {
	display: inline-block;
	float: left;
	margin: 3px;
	width: 141px;
	height: 30px;
	border: 0;
	background-position: bottom;
}

.button4 , .button4:visited{
	float: left;
	margin-right: 3px;
}

.button4:hover {
	
}

.button5, .button5:visited {
	border: 0;
	cursor: pointer;
}

.button5:hover {
	opacity: 0.8;
}

.prihlasit {
	width: 183px;
	height: 55px;
	background: url('../images/buttons/prihlasit.png') no-repeat;
}

.filtrovat {
	background: url('../images/buttons/filtrovat.gif') no-repeat;
}

.filtrovat:hover {
	background: url('../images/buttons/filtrovat_hover.gif') no-repeat;
}
	
.zrusitfiltr {
	background: url('../images/buttons/zrusit-filtr.gif') no-repeat;
}

.zrusitfiltr:hover {
	background: url('../images/buttons/zrusit-filtr_hover.gif') no-repeat;
}
	
.addVariant, .addVariant:visited, .addOtazka, .addOtazka:visited {
    background-color: #00405b;
    border: 0;
    color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}

.addVariant:hover, .addOtazka:hover {
    background-color: #e0e0e0;
    color: black;
}

fieldset {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px;
	border: solid gray 1px;
}

fieldset h3 {
	
}

.container .varianta {
	display: block;
	margin-left: 120px;
	vertical-align: top;
	line-height: 30px;
}

.container label {
	display: block;
	float: left;
	width: 100px;
	text-align: right; padding-right: 5px;
}

.msg_containter {
	position: fixed;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	z-index: 1000;
	text-align: center;
}

.msg, #msg {
	padding: 20px 5px 20px 5px;
	margin: 10px auto;
	display: none;
	font-size: 1.5em;
	cursor: pointer;
	width: 400px;
}

.positive {
	border: solid #B8D8A9 2px;
	background-color: #D9FFC6;
}

.negative {
	border: solid #D95843 1px;
	background-color: #D95843;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: white;
}

.warning {
	border: solid #FFE13D 2px;
	background-color: #FFF3AA;
}

#paper {
	width: 1000px;
	background-color: white;
	border-right: solid #c0c0c0 3px;
	border-bottom: solid #c0c0c0 1px;
	margin: 20px auto;
	padding: 20px;
	min-height: 500px;
}

#paper fieldset table {
	width: 100%;
}

.varianta {
	width: 230px; 
	float: left;
}

fieldset.image td {
	width: 25px;
	text-align: center;
	padding-bottom: 15px;
}

/* Jednotlive bloky do dotazniku */
fieldset {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 10px;
	background: #f0f0f0;
}

fieldset h2 {
	font-size: 15px;
	color: #00415c;
}

fieldset table{
	border-collapse: collapse;
}

fieldset td {
	padding: 3px;
}

.key .first {
	width: 650px;
}

.key .second {
	width: 30px;
	text-align: center;
}

.key .third {
	width: 50px;
	text-align: center;
}

.key .fourth {
	width: 50px;
	text-align: center;
}

.key .space {
	width: 20px;
}

fieldset tr:hover, fieldset tr:nth-child(even):hover {
	background: #FDB813;
	cursor: pointer;
}

fieldset tr:nth-child(even) {
	background-color: #fffbed;
}

.priorita .first {
	width: 780px;
}

.priorita .second {
	width: 30px;
	text-align: center;
}

.image table {
	width: 966px;
	margin-bottom: 20px;
}

.image .otazky {
	height: 40px;
}

hr {
	border: 0px;
	border-bottom: dashed #c0c0c0 1px;
}

.audit .first {
	width: 620px;
}

.audit .second {
	width: 30px;
	text-align: center;
}

.detail {
	margin: 0 auto 5px;
	width: 1280px;
	padding: 10px;
}

.detail .h2 {
	color: #00405b;
	font-size: 27pt;
}

.detail .h2 b {
	text-transform: uppercase;
}

.detail .h2 span {
	font-size: 13pt;
}

.detail p {
	margin-bottom: 10px;
}

.detail .odkaz {
	background: url('../images/odkaz.png') white no-repeat;
	line-height: 26px;
	padding-left: 200px;
	color: #00405b;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.detail .buttons {
	margin-bottom: 15px;
}

.detail_left {
	width: 1000px;
	float: left;
}

.detail_right {
	float: left;
	border-left: dashed gray 1px;
	padding-left: 5px;	
}

.detail .two {
	width: 45%;
	float: left;
	margin-right: 10px;
    border-collapse: collapse;	
	margin-right: 30px;
}

.detail .two tr th:first-child {
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;	
}

.detail .two tr th:last-child {
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;	
}

.detail .two tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.detail .two tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.detail .two td {
	padding: 5px 5px 5px 15px;
	background: #00405b;
	color: white;
	font-size: 11pt;
}

.detail .two .colorline {
	background: url('../images/color_line.png') no-repeat;
	height: 4px;
	padding: 0;
}

.detail .two .colorlinelong {
	background: url('../images/color_line_long.png') no-repeat;
	height: 4px;
	padding: 0;
}

.detail .two th {
	text-align: left;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 13pt;
	color: #00405b;
	text-transform: uppercase;
	background: white;
}

h3 {
	font-size: 1em;
	padding-left: 20px;
	font-style: italic;
}

#statmenu {
	width: 100%;
	margin-bottom: 8px;
	padding: 0;
}

#statmenu h2 {
	margin: 0;
	padding: 0;
	color: #00882f;
	border-bottom: solid #00882f 1px;
	font-weight: bold;
	font-size: 12px;
}

#statmenu .disabled {
	opacity: 0.4;
}

.statistiky {
	width: 100%;
	background: #e0e0e0;
	border: solid white 3px;
	min-height: 500px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.statistiky .graf {
	margin-bottom: 15px;
	padding: 5px 0 5px 0;
	min-height: 150px;
	text-align: center;
	border: solid black 1px;
	background: white url('../images/loader.gif') center center no-repeat;
}

.graf .legenda {
	width: 100%;
	padding-left: 50px;
	text-align: left;
	font-size: 1em;
}

.statistiky .otevrena {
	min-height: 100px;
	margin-bottom: 15px;
	padding: 10px;
	border: solid gray 1px;
}

.statistiky .otevrena h2 {
	color: #00415c;
	border-bottom: solid #00415c 1px;
	padding: 0px;
	margin: 0px;
}

.statistiky .otevrena li {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.siroka {
	border-collapse: collapse;
	border: solid #c0c0c0 1px;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.3em;
}

.siroka td {
	padding: 5px;
}

.siroka th {
	text-align: left;
	background: #00415c;
	color: white;
	padding: 5px;
}

.siroka tr {
	border-bottom: solid #c0c0c0 1px;	
	background: #f0f0f0;
}

.siroka tr:hover {
	background: #58a0c9;
	cursor: pointer;
}

.siroka .right {
	text-align: right;
	padding-right: 10px;
}

.disabled {
	color: gray;
	background: #f0f0f0;
}

.groupEditace p {
	margin-bottom: 10px;
}

.groupEditace h4 {
	color: green;
	border-bottom: solid #e0e0e0 1px;
}

.groupEditace .element {
	width: 150px;
	float: left;
}

.groupEditace .buttons {
	border-top: solid #e0e0e0 1px;
	padding: 10px;
}

.groupEditace #groupSelect {
	width: 550px;
}

#blok_skupiny {
	width: 100%;
	background: none;
	border: 0;
	height: 30px;
	padding: 5px 20px 5px 20px;
	margin: auto;
	font-size: 14px;
}

#blok_skupiny form {
	padding: 0px;
	margin: 0px;
}

#blok_skupiny select {
	width: 190px;
	border: 1px solid gray;
	margin-left: 5px;
	padding: 3px;
	font-size: 10px;
	height: 30px;
	color: white;
}

.form {
	
}

.form td {
	background: #f0f0f0;
}

.form td:first-child {
	width: 150px;
}

#share_1_blok {
	padding: 5px;
	margin: 5px;
}

#share_2 a, #share_2 a:visited {
	color: white;
}


.gen_form  {
	width: 100%;
}

.gen_form td {
	background: #f0f0f0;
	padding: 5px;
}

.gen_form tr {
	border-bottom: dashed #c0c0c0 1px;
}

.gen_form td:nth-child(odd) {
	vertical-align: top;
	font-weight: bold;
	border-right: solid #c0c0c0 1px;
}

.withframe {
	padding: 5px;
	margin: 5px;
	background: #FFE8A5;
	border: solid #b0b0b0 1px;
	text-align: center;
	display: block;
}

.akce a, .akce a:visited {
	display: inline-block;
	padding: 2px;
}

.akce img {
	border: 0;
	height: 19px;
}

.akce a:hover {
	background: #CFDBE0;
}

.logo_select {
	font-weight: bold;
}

.logo_select td {
	vertical-align: top;
}

.separator {
	height: 20px;
	background: white;
}

/* STYLY PRO ZOBRAZENI DOTAZNIKU */
#dotaznik {
	background: white;
	min-height: 500px;
	padding: 20px;
}

.survey_header {
	text-align: right;
	margin: 20px;
	border-bottom: dashed #e0e0e0 1px;
}

.survey_footer {
	background: #00405b;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	text-align: right;
}

.survey_h1 {
	font-size: 24px;
	display: block;
	margin-left: 20px;
}

.survey_uvod .left {
	float: left;
	width: 420px;
	padding: 10px;
	margin-right: 5px;
	margin-left: 20px;
	font-size: 1.2em;
}

.survey_uvod .right {
	width: 480px;
	float: right;
	padding: 10px;
}

.survey_body {
	margin: 50px;
}

.survey_navi {
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.survey_navi li {
	display: inline-block;
	list-style: none;
	margin: 0 2px 0;
	border-bottom: 0 !important;
	padding: 0;
	border: 0;
	padding: .5em 1em;
	min-width: 50px;
	background: #eceded;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;	
	color: black;
	font-size: 12px;
	font-weight: bold;	
	cursor: pointer;	
}

.survey_navi li:hover {
	background: gray;
}

.survey_navi li.first {
	background: white;
	cursor: auto;
}

.survey_navi li.active {
	background: #fff1b4;
}

.survey_navi li.nolink {
	background: #eceded;
	cursor: auto;
}

.survey_navi li.nolink:hover {
	background: #eceded;
}

.survey_navi a, .survey_navi a:visited {
	display: block;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#dotaznik_obsah {
	background: #fff1b4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	border: 0;
}

#dotaznik fieldset {
	padding: 10px;
	margin: 5px;
	border: solid gray 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #f4f4f5;
	border: solid white 3px;
}

#dotaznik h2 {
	font-size: 13pt;
	color: #00415c;
	font-weight: bold;
	border-bottom: solid #00415c 1px;
	padding: 0 0 3px;
	margin: 0 0 5px;
}

.invalid {
	border: solid red 2px;
	background: #FFD8D8;
}

#uniqueURLhlaska {
	font-weight: bold;
	color: red;
	display: block;
}

.accessTable {
	width: 45%;
}

.accessTable td {
	vertical-align: top;
}

#share_place {
	background: #074461;
	border: 0;
	color: white;
}

#dialog {
	display: none;
}

.validace  {
	border-collapse: collapse;
	border: solid gray 1px;
	width: 100%;
}

.validace tr:hover {
	background: #FFF1AE;
}

.validace th {
	background: #00415c;
	color: white;
}

.validace td {
	border: solid gray 1px;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.varianty {
	width: 100%;
}

.varianty td {
	
}

.varianty tr td:nth-child(1) {
	padding-top: 10px;
	min-width: 500px;
}

.varianty tr td:nth-child(2) {
	text-align: right;
}