html, body {
	margin: 0;
	padding: 0;
	background: #e0e0e0;
	font-family: Calibri, Tahoma, Verdana;
}

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

a:hover {
	color: red;
	text-decoration: underline;
}

a.active {
	color: gray;
	text-decoration: underline;
}

#head {
	height: 100px;
	background: white;
	color: black;
	border-top: solid #e1e1e1 15px;
	border-bottom: solid #e1e1e1 15px;
}

#head .wrapper {
	position: relative;
}

#head .jmeno {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	width: 650px;
	text-align: right;
	margin-top: 10px;
}

#head .jmeno a, #head .jmeno a:visited {
	color: #FF6600;
	text-decoration: none;
}

#head .jmeno a:hover {
	text-decoration: underline;
}

#head .logo {
	margin-top: 20px;
}

.wrapper {
	margin: 0 auto;
	width: 1024px;
}

#content .wrapper {
	background: white;
	min-height: 20%;
	position: relative;
}

.pad-20 {
	padding: 20px;
}

#content h2 {
	padding: 0;
	margin: 0;
}

.table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.table th {
	border: solid #00009D 1px;
	background: #00009D;
	padding: 10px;
	color: #e1e1e1;
}

.table td {
	border: solid #e0e0e0 1px;
	padding: 10px;
}

.table tbody tr:nth-child(even) {
	background: #f0f0f0;
}

.table tbody tr:nth-child(odd) {
	background: white;
}

.text-center {
	text-align: center;
}

.btn {
	display: inline-block;
	border: solid gray 1px;
	padding: 10px;
	color: black !important;
	text-align: center;
	text-decoration: none;
	border-bottom: solid gray 2px;
	border-right: solid gray 2px;
	white-space: normal;
}

.btn:hover {
	background: #e0e0e0;
	border: solid gray 1px;
	border-top: solid gray 2px;
	border-left: solid gray 2px;
	text-decoration: none;	
	color: black;
}

.btn-green {
	background: #a6ca58;
}

.btn-red {
	background: red;
	margin-top: 10px;
}

#btnNovy {
	position: absolute;
	right: 20px;
	top: 10px;
}

.kroky {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.kroky li {
	display: inline-block;
	padding: 10px;
}

.kroky .active {
	font-weight: bold;
	color: #00009D;
}

.partner {
	margin-top: 10px;
}

fieldset {
	border: solid gray 1px;
	background: #FEFEFE;
	border-right: solid gray 3px;
	border-bottom: solid gray 3px;
}

form>div, form>fieldset>div {
	margin-bottom: 10px;
	position: relative;
}

form label {
	display: block;
	font-size: 20px;
}

form input[type="text"], form input[type="password"], form select {
	width: 100%;
	border: solid gray 1px;
	background: #f0f0f0;
	padding: 10px;
}

form input[type="radio"], form input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

form input[type="submit"]:not(.control) {
	width: 100%;
	border: solid gray 1px;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	background: #5E997E;
}

form input[type="submit"]:hover {
	background: gray;
}

form input[type="text"]:disabled, form textarea:disabled {
	background: white;
}

form textarea {
	width: 100%;
	min-height: 75px;
	border: solid gray 1px;
	background: #f0f0f0;
	padding: 10px;
	position: relative;
}

form .info {
	display: block;
	font-size: 12px;
	font-style: italic;
}

form input[type="file"] {
	margin-top: 10px;
}

input[class^="rules[required"]:not(:disabled), select[class^="rules[required"]:not(:disabled), textarea[class^="rules[required"]:not(:disabled) {
	background: #FFF5C6;
}

.size1 {
	width: 300px !important;
}

.inline {
}

hr {
	height: 1px;
	background: gray;
	border: 0;
}

.controls {
	width: 984px;
	height: 150px;
	border-top: solid #e0e0e0 1px;
}

.controls input {
	vertical-align: top;
	position: absolute;
	display: block;
	text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: black;
    padding: 20px;
    text-decoration: none;
    font-size: 17px;
	cursor: pointer;
	white-space: normal;
	width: 300px;
	height: 122px;
}

.controls .btn-prev {
	left: 20px;
	bottom: 20px;
    background: #a6ca58;
    border: solid #a6ca58 1px;	
}

.controls .btn-next {
	right: 20px;
	bottom: 20px;
    background: #a6ca58;
    border: solid #a6ca58 1px;	
}

.controls .btn-save {
	left: 350px;
	bottom: 20px;    
	background: #a6ca58;
    border: solid #a6ca58 1px;	
}

.controls .btn-next:hover {
	background: #e0e0e0;
}

.aktivita {
	margin-top: 5px;
	margin-bottom: 10px;
}

.prihlaseni {
	margin: 0 auto;
	width: 400px;
}

.prihlaseni .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}

.prihlaseni h2 {
	text-align: right;
	padding-bottom: 10px !important;
}

.kRegistraci {
	text-align: right;
}

.kRegistraci a, .kRegistraci a:visited {
	color: #FF6600;
	text-decoration: none;
}

.kRegistraci a:hover {
	color: black;
	text-decoration: underline;
}

.nevalidni-chyba {
	color: red;
	display: block;
}

.finance input {
	text-align: right;
}

.finance td {
	text-align: right;
}

.finance tr td:nth-child(1) {
	text-align: left;
}

.finance tr th:nth-child(2), .finance tr th:nth-child(3), .finance tr th:nth-child(4) {
	width: 150px;
}

.finance .rozpocet {
	width: 150px;
}

.finance .procento {
	width: 60px;
}

.finance tfoot {
	font-weight: bold;
}

.podcarou {
	display: block;
	margin-top: 5px;
	font-style: italic;
	color: gray;
}

hr {
	height: 1px;
	background: gray;
	border: 0;
	border-top: solid gray 1px;
}

.kontrola li {
	color: red;
}

.nevalidni {
	border: solid red 0px !important;
	background: #FFBABA !important;
	outline: 1px solid red;
}

.odpocet {
	position: relative;
	left: 880px;
	width: 100px;
	text-align: right;
}

fieldset .odpocet {
	left: 850px;
}

.odpocet.pres {
	color: red;
}

.msg {
	width: 500px;
	padding: 20px;
	text-align: left;
	margin: 20px auto 20px;
	font-weight: bold;
}

.msg.good {
	border: solid #00914F 2px;
	background: #BCE2AC;
}

.msg.bad {
	border: solid #FF3838 2px;
	background: #FFD8D8;
}

.stav-2 td {
	background: #E4FFD8 !important;
}

.stav-5 {
	background: #FFD8D8 !important;
	color: gray;
}

.footer {
	width: 1024px;
	margin: 0 auto;
}

.footer div {
	padding: 10px;
	font-size: 10px;
	text-align: right;
	color: gray;
}

.nahled table {
	border-collapse: collapse;
	width: 100%;
}

.nahled table tr th {
	background: #e0e0e0;
	border: solid black 1px;
	padding: 5px;
	vertical-align: top;
}

.nahled table tr td {
	border: solid black 1px;
	padding: 5px;
	vertical-align: top;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.nahled table tr td p {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.nahled table .th {
	background: #e0e0e0;
	font-weight: bold;
}

.nahled h2 {
	margin: 10px 0 10px 0 !important;
}

.nahled h3 {
	margin: 10px 0 10px 0!important;
}

.nahled .rozpocet tr td {
	text-align: right;
}

.nahled .rozpocet tr td:nth-child(1) {
	text-align: left;
}

#prubeznySave {
	position: fixed;
	bottom: 200px;
	right: 100px;
}

.clear {
	clear: both;
	content: " ";
}

.admincontrols {
	margin: 10px 0 10px 0;
}

.admincontrols div {
	margin-bottom: 10px; 
}

.btn {
	display: inline-block;
	padding: 10px;
	background: lightblue;
	color: black;
}