<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*---------------------------------------------*/

.pagination li a:hover{
	color:#fff200; 
}
.pagination li.active {
  background-color: #fff200;
}
.collection .collection-item.active {
  background-color: #fff200;
  color: #000000;
}
.collection a.collection-item {
  color: #fff200;
}
.secondary-content {
  color: #fff200;
}
.progress .determinate {
  background-color: #fff200;
}
.progress .indeterminate {
  background-color: #fff200;
}
span.badge.new {
  color: #000000;
  background-color: #fff200;
}
.btn, .btn-large {
  color: #000000;
  background-color: #fff200;
}
.btn:hover, .btn-large:hover {
  background-color: #595959;
}
.btn-floating {
  color: #000000;
  background-color: #fff200;
}

.btn-floating:hover {
  background-color: #fff200;
}
.fixed-action-btn .fab-backdrop {
  background-color: #fff200;
}

.chips.focus {
  border-bottom: 1px solid #fff200;
  box-shadow: 0 1px 0 0 #fff200;
}
.chips .chip.selected {
  background-color: #fff200;
  color: #000000;
}
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #fff200;
  box-shadow: 0 1px 0 0 #fff200;
}
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #fff200;
}
.input-field .prefix.active {
  color: #fff200;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #fff200;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #fff200;
}
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #fff200;
  border-bottom: 2px solid #fff200;
}



/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  border-right: 2px solid #fff200;
}

[type="checkbox"].filled-in:checked + label:before {
  
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #fff200;
  background-color: #fff200;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  background-color: #fff200;
  border-color: #fff200;

}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #fff200;
  left: 24px;
}
input[type=range] + .thumb {
  background-color: #fff200;
}

input[type=range] + .thumb .value {
  color: #fff200;
}
input[type=range]::-webkit-slider-thumb {
  background-color: #fff200;
}
input[type=range]::-moz-range-thumb {
  background: #fff200;
}
input[type=range]::-ms-thumb {
  background: #fff200;
}
.side-nav a.btn-floating:hover {
  background-color: #fff200;
}
.spinner-layer {
  border-color: #fff200;
}
.picker__date-display {
  background-color: #fff200;
  color: #000000;
}
.picker__day.picker__day--today {
  color: #fff200;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #fff200;
  color: #000000;
}
.picker__close, .picker__today {
  color: #fff200;
}




/*---------------------------------------------*/

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border: 1px solid silver;
  padding: 5px;
  height: 30px;
  background-color: #ffffff;
  color: black;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #fff200;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: silver;
}

.input-field label {
  color: silver;
  margin-left: 10px;
  margin-top: -7px;	
}
.input-field label:not(.label-icon).active {
  top: -1px!important;
  color: gray!important;
  font-size: 20px;	
}







.select-wrapper li{
	background-image: none!important;
	padding: 5px 0px 0px 0px!important;
	font-size: 18px;
}
.select-dropdown{
        overflow-y: auto !important;
}
.dropdown-content {
    max-height: 650px;
}
.dropdown-content li {
  background-color: #f8f8f8 !important;
  border: 1px solid transparent;
}
.dropdown-content li:nth-child(odd) {
	background-color: #eaeaea !important;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
   background-color: #bfbfbf !important;
   color: white!important;
	
}
.dropdown-content li &gt; a, .dropdown-content li &gt; span {
  color: black;
}
.dropdown-content li.colorized &gt; a, .dropdown-content li.colorized &gt; span {
  color: #eaeaea;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.dropdown-content li.colorized:hover &gt; a, .dropdown-content li.colorized:hover &gt; span,
.dropdown-content li.selected.colorized &gt; a, .dropdown-content li.selected.colorized &gt; span {
  color: #ffffff;
    background-image: url(../images/li.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: none;
}

.dropdown-content li:hover &gt; a, .dropdown-content li:hover &gt; span {
  color: white;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li &gt; a, .dropdown-content li &gt; span {
  font-size: 18px;
  /*color: black;*/
  display: block;
  /*line-height: 22px;*/
  padding: 5px 16px;
}



.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border: 1px solid silver;
  outline: none;
  height: 30px;
  /*line-height: 3rem;*/
  width: 100%;
  font-size: 1rem;
  margin: 0px 0px ;
  padding: 5px 0px 5px 10px;
  display: block;

}
.select-wrapper input.select-dropdown, .input-field input, .input-field textarea {
  -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;

		
}
input.select-dropdown{
	background-color: white !important;
	color: black;
}
.caret{
	z-index: 1;
}
.input-field input[type="file"]{
	font-size: 14px;
}
.file-field .btn {
  float: left;
  height: auto;
  line-height: 100%;
}
.modal-footer .btn {
  height: auto;
  line-height: 100%;
}

.select-wrapper + label {
  top: -30px!important;
  min-height: 200px;
  color: silver;
}

.btn{
	font-size: 16px;
	padding: 10px !important;
	margin: 0px !important;
}
.file-path{
	max-width: 90% !important;
}

img.img_nahled{
	margin-top: -2px !important;
	max-width: 46px !important;
	max-height: 46px !important;
	float: right !important;
}
.pagination li{
	background-image: none !important;
	padding: 0px !important;
}
.modal{
	background-color: black;
	border: 2px solid rgba(255,255,255,0.5);
	width: 80% !important ;
}
.modal .modal-footer{
	background-color: #0f0f0f !important;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.modal h4{
	font-size: 28px;
	font-weight: 800;
	color: #fff200;
}
.textarea_div{
	display: block;
	height: 20px;
}
#poznamka{
	height: 290px;
}

</pre></body></html>