<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background: #b9d9d9;	
font-size: 12px;
}

label {
font-size: 14px;	
font-weight: bold;

}	


td {
	font-size: 12px;
}

.ovalgreen {
  display:block;
  height:12px;
  width: 12px;
  border-radius: 50%;
  border: 0px;
  background: #28a745;
  
}

.ovalyellow {
  display:block;
  height:12px;
  width: 12px;
  border-radius: 50%;
  border: 0px;
  background: yellow;
  
}

.ovalred {
  display:block;
  height:12px;
  width: 12px;
  border-radius: 50%;
  border: 0px;
  background: red;
  
}


.ovalgreen2 {
  display:inline-block;
  height:12px;
  width: 12px;
  border-radius: 50%;
  border: 0px;
  background: #28a745;
  
}

.ovalyellow2 {
  display:inline-block;
  height:12px;
  width: 12px;
  border-radius: 50%;
  border: 0px;
  background: yellow;
  
}

.ovalred2 {
  display:inline-block;
  height:12px;
  width: 12px;
  border-radius: 50%;
  border: 0px;
  background: red;
  
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #c9e9e9;
}

tr.even {
    background-color: #b9d9d9 !important;
	
}

span.hiderow {
	display:none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 6px;
}

.dvacetpet {
padding-top: 15px;	
	
}	

h3 {
padding-top: 20px;
padding-bottom: 20px;	
}	

a.ln {
	
color: #212529;
color: #212529;
}	

.minuspatnact {
padding-bottom: 15px;

	 
 }
 
 input#kde, input#kdy,  input#Place {
	 display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	 
 }
 

 
.exampleRadios1 {
	 color: transparent !important;
	 
 }
 
 
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #28a745;
     color: #fff;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
	  font-weight:bold;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #28a745;
}
.form-radio:checked
{
     background-color: #28a745;
}


.form-radio2
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #ffff00;
     color: #000;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio2:checked::before
{
     position: absolute;
	 font-weight:bold;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio2:hover
{
     background-color: #ffff00;
}
.form-radio2:checked
{
     background-color: #ffff00;
}

.form-radio3
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #ff0000;
     color: #fff;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio3:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
	  font-weight:bold;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio3:hover
{
     background-color: #ff0000;
}
.form-radio3:checked
{
     background-color: #ff0000;
}





label
{
     font-size: 15px;
     color: #333;
	// font-weight:bold;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     cursor: pointer;
} 

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}
}
	




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