<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'imammo';
  src: url('imammo.eot?3719716');
  src: url('imammo.eot?3719716#iefix') format('embedded-opentype'),
       url('imammo.woff?3719716') format('woff'),
       url('imammo.ttf?3719716') format('truetype'),
       url('imammo.svg?3719716#imammo') format('svg');
  font-weight: normal;
  font-style: normal;
}

.schema-point span:before {
  font-family: "imammo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;


}

.imf-circle:before { content: '\e800'; } /* 'î&nbsp;€' */
.imf-dots:before { content: '\e801'; } /* 'î&nbsp;' */

body {padding-top:75px; padding-bottom:25px;}
.schema {position:relative; width:333px; height:189px; cursor:crosshair;}
.schema.disabled {cursor:not-allowed;}
.schema.disabled .schema-tools {display:none;}
.schema-bg {position:absolute; top:0px; left:0; width:100%; height:100%; z-index:10;}
.schema-click {position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:20; display:block; opacity:0.8; background:url('/img/transparent.gif');}
.schema-point {position:absolute; overflow:hidden; margin:-15px 0 0 -15px; width:30px; height:30px; /* background:url('/img/dots.png'); */}

.sps-1 span {position:relative; top:9px; left:9px;}
.sps-2 span {position:relative; top:5px; left:7px;}
.sps-3 span {position:relative; top:2px; left:5px;}
.sps-4 span {position:relative; top:1px; left:4px;}

.sps-1 span:before {content: '\e800';}
.sps-2 span:before {content: '\e800';}
.sps-3 span:before {content: '\e800';}
.sps-4 span:before {content: '\e801';}

.sps-1 {font-size:10px;}
.sps-2 {font-size:15px;}
.sps-3 {font-size:20px;}
.sps-4 {font-size:22px;}

.spc-1, .spc-1 span:before {color:#c80000 !important;}
.spc-2, .spc-2 span:before {color:#00c800 !important;}
.spc-3, .spc-3 span:before {color:#0000c8 !important;}

.spn-1 {color:#c80000 !important;}
.spn-2 {color:#00c800 !important;}
.spn-3 {color:#0000c8 !important;}

.schema-tools {position:absolute; left:380px; top:0; width:100px; height:120px;}
.schema-tools .schema-point {position:absolute; margin:auto; top:0; left:0; bottom:0; right:0;}
.schema-tools .stp {position:relative; float:left; width:30px; height:30px; border:1px solid transparent;}
.schema-tools .stp.selected {border:1px solid #000;}
.right {float:right;}
.clear {display:block; clear:both;}

.chapter {font-size:110%; padding-top:1.5em; padding-bottom:0.5em;}

.rodne-cislo {position:absolute; top:8px; right:30px;}
.colored-gray {color:#999;}

.marked-users {list-style:none; padding-left:0;}

.search-group {position:relative;}
.search-remove {position:absolute; padding:8px; top:0; right:70px; color:#000;}

.form-checkbox-label {font-weight:normal; width:70px; line-height:15px;}
.form-checkbox {width:15px; height:15px;}

.click-edit {cursor:pointer;}

.logo-menu {padding:5px 0; display:inline-block;}

.comment {
    position:relative;
}
.comment.comment-editting {
    background-color:#dff0d8;
}
.comment button {
    position: absolute;
    right:5px;
    bottom:5px;
    display:none;
}
.comment:hover button {
    display: inline-block;
}

@media print {

	body {padding:1em;}
	.navbar {display:none;}
	.form-control {border:none; border-radius:0;}
	.form-group {width:100%; margin-bottom:0.5em;}

	.print-label, .print-input {padding-left:1%; padding-right:1%; display:inline-block;}

	.print-label {width:32%;}
	.print-input {width:66%;}
	.print-input select, .print-input input {padding:0;}

	.print-chapter {font-size:125%;}

	.schema-click {opacity:1;}

}

#conditions {
height: 300px;
width: 800px;
overflow-y: scroll;
padding: 20px;
border: 1px solid #ccc;
margin: 20px;
}</pre></body></html>