<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*
	#c60f0f - red
	#113266 - blue
	#45af00 - green
*/
body, textarea, select, table {
    font-family: 'Raleway', 'BalooChettan',serif;
	font-size: 18px;
	color: #158189;
	font-weight: normal;
	margin: 0px;
}
body {

	position: relative;
	padding: 0px;
	margin:0px;
	text-align: left;
	background:none transparent;
	min-height: 500px
}

a {
	color: #15828a;
	text-decoration: none 
}
a:hover {
	color: #ff8b17;
	text-decoration: none 
}

a,
.btn {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.btn {
    font-family: 'Raleway', serif;
	font-weight: bold;
	background-color: #15828a;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none
}

.btn:hover,
.btn:focus {
	color: #FFFFFF;
	background-color: #ff8b17;
	border: none;
	box-shadow: none
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align: left
}

h1 { font-size: 30px; color: #158189; font-weight: bold; line-height: 20px; padding: 0 0 10px 0; margin-bottom: 25px;}
h2 { font-size: 18px; color: #000000; font-weight: bold; line-height: 20px; padding: 20px 0 10px 0; }
h3 { font-size: 14px; color: #666666; font-weight: bold; line-height: 20px; padding: 10px 0 5px 0; 	}
h4 { font-size: 12px; color: #666666; font-weight: bold; line-height: 20px; padding: 10px 0 5px 0; font-style: italic; }

p  { margin: 0px; padding: 0px  }

input, textarea, select { 
	padding: 5px; 
	border: #666666 solid 1px; 
	background-color: #FFFFFF; 
	color: #000000 
}


/* CHECKBOX */
input.checkbox { width: 25px; }

.left { float: left }
.right { float: right }
.both { width: 100%; clear: both; height: 0px }
.hidden { display: none }
.center { text-align: center }
.justify { text-align: justify }
.a-left { text-align: left }
.a-right { text-align: right }
.polovicka { width: 50% }
.preciarknutie { text-decoration: line-through }

/* message_popup  */
.message_popup {
	padding: 50px;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
}	


/* TABULATOR */
table.tabulator {
	
}
	table.tabulator .pagination_active,
	table.tabulator .pagination_number,
	table.tabulator .pagination {
		width: 45px;
		height: 45px;
		line-height: 45px;
		float: left;
		display: block;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		margin: 0 3px 0 0;
		background: #158189;
		border-radius: 0
	}
		table.tabulator .pagination_active,
		table.tabulator .pagination:hover {
			text-decoration: none;
			background: #ff4e17;
			cursor: pointer
		}	
		table.tabulator .button_pagi_null {
			text-decoration: none;
		}	


#footer {
	background-color: #daf6e8;
	padding: 35px;
}
	@media (min-width: 768px) 	{ 
		#footer #user { text-align: right; }
	}
	
	#footer ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		#footer ul  li {
			display: inline-block;
			padding-right: 20px
		}	
		
		#footer ul li a.selected,
		#footer ul li a:hover {
			color: #ff8b17;
		}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767.98px){
	.message_popup {
		min-width: auto;
		width: 100%;
		padding: 20px;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}
	
	label.label-checkbox {
		width: 0px!important
	}
}

/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
}
			</pre></body></html>