<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*table*/
.dataTables_processing {
	    box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    padding: 16px 12px;
    padding-left: 40px;
    min-height: 30px;
    color: #333;
    margin-bottom: 12px;
	    background: #ebf5fa ;
	width: auto;
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -5px;
	text-align: center;
	font-weight: bold;
}
.hidden {
	display: none;
}
.rmm ul {
	margin: 0 !important;
}
.rmm {
	text-align: left !important;
}
.paginate_button {
	border: 1px solid #E5E5E5;
	padding: 5px 10px;
	line-height: 18px;
	background-color: #fff;
}
.dataTables_info {
	margin-bottom: 20px;
}
.paginate_button.current {
	background-color: #D5E8EC;
}
.dataTables_wrapper label:after, #example_previous, #example_next, .previous.disabled, .paginate_button.next, .paginate_button.previous {
	display: none;
}
.dataTables_length select, .dataTables_filter input {
	min-height: 34px;
	padding: 0 5px;
	border: 1px solid #E5E5E5;
	line-height: 32px;
}
.dataTables_length select {
	padding: 0 10px;
}
table {
	width: 100% !important;
	line-height: 1.2em;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
table tbody td {
	padding: 4px 6px;
}
table thead tr {
	background-color: #ededed;
}

table thead th, table thead td {
	padding: 7px 14px;
	color: #000;
	position: relative;
}
table tbody tr.odd {
	background-color: #f6f6f6;
}
table, table tr, table td, table th {
	border: 1px solid #e7ecf1
}
table tbody tr:hover {
	background-color: #fff5d4 !important;
}
.dataTables_wrapper input[type=search] {
	margin-left: 5px;
}
table th[class*='sorting'] {
	border: 1px solid #e3e3e3;
	border-bottom: 4px double #e3e3e3;
	background-color: #25A6E1;
	cursor: pointer;
	outline: 0;
}
table tr.link a:hover {
	text-decoration: underline;
}
table th[class*='sorting']:before, table th[class*='sorting']:after {

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	text-decoration: inherit;
	position: absolute;
	right: 3px;
	font-size: 13px;
	opacity: 0.15;
	
}
tablexxx th[class*='sorting']:before {
	content: "\f106";
	top: 10%;
}
tablexxx th[class*='sorting']:after {
	content: "\f107";
	bottom: 10%;
}
.sorting_asc:after {
	display: none;
}
table th.sorting_asc:before {
	color: #000;
	opacity: 0.9;
}
.sorting_desc:before {
	display: none;
}
table th.sorting_desc:after {
	color: #000;
	opacity: 0.9;
}
.dataTables_length {
	float: left;
	margin-bottom: 1em;
	display: inline-block;
}
.dataTables_filter {
	float: right;
	margin-bottom: 1em;
	display: inline-block;
}
.dataTables_length select {
	width: auto;
	display: inline-block;
}
.dataTables_paginate a {
	font-size: 1.5em;
	color: #999;
}
.paginate_button {
	margin-right: 8px;
}
.dataTables_paginate a:hover {
	color: #67809F;
	cursor: pointer;
}
.dataTables_filter input {
	display: inline-block;
	width: 80px;
}

.dt-button:hover {
	opacity: 1;
}
.buttons-copy, .buttons-print {
	background-color: #52a9ca !important;
	color: #fff !important;
}
.buttons-excel, .buttons-csv {
	background-color: #87c5a7 !important;
	color: #fff !important;
}
.buttons-pdf {
	background-color: #dd435c !important;
	color: #fff !important;
}
/*.buttons-copy:before, .buttons-excel:before, .buttons-pdf:before, .buttons-print:before, .buttons-csv:before {
	content: "\f0c5";
	font-family: FontAwesome;
	left: 8px;
	position: absolute;
	top: 0;
}
.buttons-excel:before {
	content: "\f1c3";
}
.buttons-pdf:before {
	content: "\f1c1";
}
.buttons-print:before {
	content: "\f02f";
}
.buttons-csv:before {
	content: "\f1c0";
}*/
div.dt-buttons {
	position: relative;
	float: right;
	margin-bottom: 10px;
}
.dt-button {
	position: relative !important;
	cursor: pointer !important;
	background-repeat: no-repeat !important;
	background-position: 5px 49% !important;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	min-height: 34px;
	padding: 0 10px;
	color: #515456;
	background: #f5f5f5;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	font-weight: 600;
	box-shadow: rgba(160, 165, 168, 0.298039) 0px 4px 8px 0px;
	opacity: 0.85;
}
.dt-button:hover {
	opacity: 1;
}
.buttons-copy {
	background-color: #f68e56 !important;
	color: #fff !important;
}
.buttons-print {
	background-color: #52a9ca !important;
	color: #fff !important;
}
.buttons-excel, .buttons-csv {
	background-color: #87c5a7 !important;
	color: #fff !important;
}
.buttons-pdf {
	background-color: #dd435c !important;
	color: #fff !important;
}
/*.buttons-copy:before, .buttons-excel:before, .buttons-pdf:before, .buttons-print:before, .buttons-csv:before {
	content: "\f0c5";
	font-family: FontAwesome;
	left: 8px;
	position: absolute;
	top: 0;
}
.buttons-excel:before {
	content: "\f1c3";
}
.buttons-pdf:before {
	content: "\f1c1";
}
.buttons-print:before {
	content: "\f02f";
}
.buttons-csv:before {
	content: "\f1c0";
}*/
div.dt-buttons {
	position: relative;
	float: right;
	margin-bottom: 10px;
}

#example_previous, #example_next {
	background-color: transparent;
}
/* PRIDANE KVOLI PORTALU ROVNAKA TRIEDA */
.dataTables_wrapper .top {
	background-color: transparent;
	background: transparent;
	border: none;
	min-height: 1px !important;
	color:  #3f4044;
}
div.dt-buttons {
	background-color: transparent;
	border: none;
	background-image: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 500px) {
		.dataTables_filter, .dataTables_length {
	float:none !important;
	display:block;
} 

}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.child, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.child, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dataTables_empty {
	cursor: default !important
}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.child:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.child:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dataTables_empty:before {
	display: none !important
}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td:first-child, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td:first-child:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th:first-child:before {
	left: 4px;
	top: 3px;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	color: white;
	border-radius: 16px;
	box-sizing: content-box;
	text-align: center;
	line-height: 16px;
	content: '+';
	background-color: #f7cd34;
	font-weight: bolder;
	z-index: 100;
}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.parent&gt;td:first-child:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.parent&gt;th:first-child:before {
	content: '-';
	background-color: #d33333
}
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.child td:before {
	display: none
}
table.dataTable.dtr-inline.collapsed.compact&gt;tbody&gt;tr&gt;td:first-child, table.dataTable.dtr-inline.collapsed.compact&gt;tbody&gt;tr&gt;th:first-child {
	padding-left: 27px
}
table.dataTable.dtr-inline.collapsed.compact&gt;tbody&gt;tr&gt;td:first-child:before, table.dataTable.dtr-inline.collapsed.compact&gt;tbody&gt;tr&gt;th:first-child:before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px
}
table.dataTable.dtr-column&gt;tbody&gt;tr&gt;td.control, table.dataTable.dtr-column&gt;tbody&gt;tr&gt;th.control {
	position: relative;
	cursor: pointer
}
table.dataTable.dtr-column&gt;tbody&gt;tr&gt;td.control:before, table.dataTable.dtr-column&gt;tbody&gt;tr&gt;th.control:before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	line-height: 14px;
	content: '+';
	background-color: #31b131
}
table.dataTable.dtr-column&gt;tbody&gt;tr.parent td.control:before, table.dataTable.dtr-column&gt;tbody&gt;tr.parent th.control:before {
	content: '-';
	background-color: #d33333
}
table.dataTable&gt;tbody&gt;tr.child {
	padding: 0.5em 1em
}
table.dataTable&gt;tbody&gt;tr.child:hover {
	background: transparent !important
}
table.dataTable&gt;tbody&gt;tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0
}
table.dataTable&gt;tbody&gt;tr.child ul.dtr-details li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0
}
table.dataTable&gt;tbody&gt;tr.child ul.dtr-details li:first-child {
	padding-top: 0
}
table.dataTable&gt;tbody&gt;tr.child ul.dtr-details li:last-child {
	border-bottom: none
}
table.dataTable&gt;tbody&gt;tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: bold
}</pre></body></html>