@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.875em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.286em;
	background-color: #161b22;
	background-image: url("../img/bg_pattern.3e22cd02e455.png");
	background-attachment: fixed;
	color: #373a3e;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	color: #dedede;
	background-color: #d6d6d6;
	margin-top: 15px;
	margin-bottom: 15px;
}

p {
	line-height: 1.643em;
	margin-bottom: 20px;
	overflow: hidden;
}

b, strong {
	font-weight: bold;
}

small {
	font-size: 85%;
}

cite {
	font-style: italic;
}

pre{
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}


ul li {
	padding-bottom: 5px;
	margin-left: 20px;
	list-style: circle;
}

ul.nostyle li {
	list-style: none;
	margin-left: 0;
}

a {
	color: #003b8f;
	text-decoration: none;
}
a:visited {
	color: #01347b;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #10151c;
	text-decoration: underline;
}

/* ----- Nadpisy ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	color: #10151c;
	font-weight: 700;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
	font-weight: 300;
}

h1 {
	font-size: 2.143em;
	line-height: 1.200em;
	padding-bottom: 25px;
}

h2 {
	font-size: 1.714em;
	line-height: 1.625em;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.429em;
	line-height: 1.250em;
	padding-bottom: 10px;
}

h4 {
	font-size: 1.214em;
	line-height: 1.250em;
	padding-bottom: 10px;
}

h5, h6 {
	font-size: 1.071em;
	line-height: 1.188em;
	padding-bottom: 10px;
}


/* ----- Tabulka ----- */

table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border-bottom: 1px solid #d6d6d6;
}

table tr td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

table .td_bot {
	vertical-align: bottom;
}

table .td_top {
	vertical-align: top;
}


/* ----- Formulářové prvky ----- */

label {
	/* margin-left: 10px; */
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	line-height: inherit;
}
button {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;

}

button, input, select[multiple], textarea {
	background-image: none;
}

input:focus {
    outline:none;
}

input, textarea {
	box-sizing: border-box;
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c4c4c4;
	width: 225px;
	height: 36px;
}

textarea {
	width: 460px;
	height: 120px;
}

input[type='checkbox'] {
	background-color: #ffffff;
	border: 1px solid #c4c4c4;
	height: inherit;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 1px \9;
	line-height: normal;
	width: auto;
	cursor: pointer;
}

input[type="file"] {
	display: block;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}


/* ----- Upozornění na vyplnění ----- */

input.error, input.number.error {
	border: 1px solid #a90000;
}

input.ok {
	border: 1px solid #008c00;
}

	span.warning_icons {
		position: relative;
		display: inline-block;
		overflow: hidden;
		padding: 8px;
		background-image: url("../img/warning_icons.0a5f3321838e.png");
		background-repeat: no-repeat;
		margin-left: 10px;
		top: 3px;
	}

		.ok_ikon  {
			background-position: 0 -16px;
		}

		.error_icon  {
			background-position: 0 0;
		}


/* ----- Popisky ----- */

.explanation {
	font-size: 0.929em;
	font-style: italic;
	margin-left: 10px;
}


/* ----- Atip ----- */

input.banka {
	width: 60px;
}



/* ----- Select ----- */

select[multiple],select[size] {
	height: auto;
}

select optgroup{
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}

select {
   	-webkit-appearance: none;
   	-moz-appearance: none;
	padding: 8px;
	background-image: url("../img/sipka_select.76b254121750.png");
	background-position: 219px center;
	background-repeat: no-repeat;
	text-indent: 0.01px;
	text-overflow: "";
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c4c4c4;
	width: 240px;
	height: 36px;
	cursor: pointer;
}

select:hover {
	background-color: #ebebeb;
	background-image: url("../img/sipka_select_hover.d27904e91504.png");
}


/* ----- Odsazení ----- */

.ml10 {
	margin-left: 10px
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}



