/* Simplified stylesheet for obapplications */

/* Global Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

tr, th, td {
	margin: 2px;
	padding: 3px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1.6;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

a:focus {
	outline: thin dotted;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
}

/* Links */
a {
	color: #21759b;
	text-decoration: none;
}

a:hover {
	color: #0f3647;
}

/* Forms */
button, input, select, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}

button, input {
	line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-image: linear-gradient(#f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-image: linear-gradient(#f9f9f9, #ebebeb);
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-image: linear-gradient(#ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}

button[disabled], input[disabled] {
	cursor: default;
}

/* Page Structure */
html {
	overflow: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.site {
	padding: 0 20px;
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.site-header {
	padding: 24px 0;
	text-align: center;
}

.site-header h1 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.8;
	color: #757575;
}

.site-content {
	margin: 24px 0 0;
}

.entry-content {
	line-height: 1.7;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 24px 0;
	line-height: 1.7;
}

.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}

.entry-content h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3 {
	font-size: 16px;
	line-height: 1.8;
}

.entry-content h4 {
	font-size: 14px;
	line-height: 1.8;
}

.entry-content p {
	margin: 0 0 18px;
	line-height: 1.8;
}

.entry-content ul, .entry-content ol {
	margin: 0 0 24px;
}

.entry-content ul {
	list-style: disc outside;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li {
	margin: 0 0 0 36px;
}

.entry-content blockquote {
	margin: 24px;
	padding: 24px;
	font-style: italic;
}

.entry-content code {
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
}

.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}

/* Navigation */
.main-navigation {
	margin-top: 24px;
	text-align: center;
}

.main-navigation li {
	margin: 24px 0;
	font-size: 12px;
}

.main-navigation a {
	color: #5e5e5e;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #21759b;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}

/* Responsive design for larger screens */
@media screen and (min-width: 960px) {
	body {
		background-color: #eaf1fa;
	}

	.site {
		padding: 0 40px;
		margin-top: 40px;
		margin-bottom: 40px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}

	.site-header {
		text-align: left;
	}

	.site-header h1 {
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 0;
	}

	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.main-navigation li a, .main-navigation li {
		display: inline-block;
		text-decoration: none;
	}

	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.7;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.main-navigation li a:hover, .main-navigation li a:focus {
		color: #000;
	}

	.main-navigation li {
		margin: 0 40px 0 0;
		position: relative;
	}
}

/* Utility & Custom Classes */
.alert {
	color: red;
}

.app_green {
	color: #390;
	font-weight: 600;
}

.app_red {
	color: #F00;
	font-weight: 900;
}

.app_bold {
	font-weight: 600;
}

#logout, #chngpass {
	display: inline-block;
	width: 100px;
	margin: 0.5em;
}

/* Table Styling */
.tabulka {
	width: 100%;
	border-collapse: collapse;
}

.tabulka th {
	background-color: #f5f5f5;
	padding: 14px 10px;
	text-align: left;
	font-weight: 600;
	border-bottom: 2px solid #ddd;
	font-size: 14px;
}

.tabulka td {
	padding: 12px 10px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
}

.tabulka tbody tr:hover {
	background-color: #f9f9f9;
}

.tabulka tbody tr:nth-child(even) {
	background-color: #fafafa;
}

/* ORIS icon column (2nd column) */
.tabulka th:nth-child(2),
.tabulka td:nth-child(2) {
	width: 30px;
	min-width: 30px;
	text-align: center;
}

.tabulka td:nth-child(2) img {
	width: 16px;
	height: 16px;
}

/* Responsive tweaks */
@media screen and (max-width: 1200px) {
	.site {
		padding: 0 25px;
		max-width: 1000px;
	}

	.tabulka th, .tabulka td {
		padding: 10px 8px;
	}

	body {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	.site {
		padding: 0 20px;
	}

	.site-header h1 {
		font-size: 22px;
	}

	.tabulka th {
		padding: 12px 8px;
		font-size: 13px;
	}

	.tabulka td {
		padding: 10px 8px;
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.site {
		padding: 0 15px;
	}

	body {
		font-size: 14px;
		line-height: 1.5;
	}

	.site-header h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.site-header h2 {
		font-size: 12px;
	}

	.tabulka {
		font-size: 12px;
	}

	.tabulka th {
		padding: 8px 6px;
		font-size: 12px;
	}

	.tabulka td {
		padding: 8px 6px;
		font-size: 12px;
	}

	.entry-content p {
		margin: 0 0 14px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 480px) {
	.site {
		padding: 0 10px;
	}

	body {
		font-size: 13px;
	}

	.site-header h1 {
		font-size: 18px;
	}

	.tabulka th {
		padding: 6px 4px;
	}

	.tabulka td {
		padding: 6px 4px;
	}
}