/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root,body.theme-light{--background:#fff;--text:#333;--background-header:#ccc}body.theme-dark{--background:#333;--text:#fafafa;--background-header:#666}@media (prefers-color-scheme:dark){body.theme-light{--background:#fff;--text:#333;--background-header:#ccc}:root,body.theme-dark{--background:#333;--text:#fafafa;--background-header:#666}}:root{-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-text-size-adjust:100%}*,:after,:before,html{box-sizing:border-box}body{min-height:100vh;flex-direction:column;font-family:Roboto,sans-serif;line-height:1.5;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:var(--background);scroll-behavior:smooth}body,main{display:flex}main{flex-direction:column;flex:1}.container{display:flex;width:100%;max-width:1550px;margin:0 auto;padding:0 1.5625rem;flex-direction:column}.hide{display:none}section{display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6,ol,ul{margin:0}ol,ul{padding:0;list-style:none}p{margin:0}a{color:inherit;text-decoration:none;transition:color .2s linear}.header{display:flex;padding:1.25rem 0;text-align:center;align-items:center}@media print{.header{display:none}}.header-group{background:var(--background-header)}@media (min-width:768px){.header{text-align:inherit}}.header__content{display:flex;margin-left:auto;align-items:center}.header__languages ul,.header__languages ul li{display:flex}.header__languages ul li:not(:last-child):after{content:" | ";display:inline-flex;margin:0 .625rem}.header__languages ul li a{text-decoration:underline}.header__user{display:flex;margin-left:1.25rem}.header__user__name:after{content:" | ";display:inline-flex;margin:0 .625rem}.header__user__logout a{text-decoration:underline}.footer{display:flex;flex-direction:column}.footer-group{display:flex;padding:1.25rem 0}.user-form-wrapper{display:flex;flex:1;padding:3.125rem 1.5625rem;align-items:center;justify-content:center}.user-form{flex:auto;max-width:31.25rem;padding:2.5rem 1.25rem;text-align:center;border:.0625rem solid #fff;border-radius:.3125rem;box-shadow:0 .0625rem .1875rem rgba(0,0,0,.5)}.user-form #login div{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center}.user-form input{width:100%;max-width:21.875rem;padding:.9375rem 1.5625rem;margin-bottom:1.25rem;font-size:.875rem;color:#9d9e9e;text-shadow:.0625rem .0625rem 0 #fff;background-color:#fff;border:.0625rem solid #fff;border-radius:.3125rem;box-shadow:inset 0 .0625rem .1875rem rgba(0,0,0,.5);outline:none}.user-form label{display:block;margin-bottom:.625rem;color:#555}.user-form__title{margin:0 0 1.875rem}#login_submit,#password_reset_request_submit,#password_reset_token_submit{width:100%;max-width:21.875rem;margin-bottom:1.25rem;padding:.9375rem 1.5625rem;color:#fff;font-size:1rem;background-color:#00ce81;border:none;border-radius:.3125rem;outline:none;cursor:pointer}#login_submit:hover,#password_reset_request_submit:hover,#password_reset_token_submit:hover{background-color:#00b571}.user-form__link{color:grey;text-decoration:none}.user-form__link:hover{color:#b23b3b;opacity:.7}.flash-messages{width:70%;background-color:red;margin-left:auto;margin-right:auto}@media (min-width:768px){.flash-messages{max-width:90%}}.flash-messages__message{width:100%;display:flex;padding:.5rem;justify-content:space-between}.flash-messages__message_type--error{background-color:red}.flash-messages__message_type--warning{background-color:orange}.flash-messages__message_type--success{background-color:#8fbc8f}.flash-messages__message_type--info{background-color:#6495ed}.flash-messages__message_closed{display:none}.flash-messages__close_button{border:1px solid #fff;border-radius:3px;background:transparent;color:#fff}.button,button{display:inline-flex;justify-content:center;transition:background-color .2s linear,color .2s linear}.alert{margin:.625rem 0;padding:.625rem;color:#424242;border-radius:.3125rem}.alert-danger{background:#ffebee}.alert-info{background:#e3f2fd}.alert-warning{background:#fff8e1}.alert-success{background:#e8f5e9}.isprava-form-wrapper{padding:20px 0;text-align:center}@media print{.isprava-form-wrapper{display:none}}.isprava-form-wrapper textarea{margin:20px 0;padding:10px;width:80%;max-width:80%;height:300px}.isprava-form-wrapper button{padding:10px 20px}.isprava-form-wrapper hr{margin-top:30px;border-top:1px solid var(--text);border-bottom:0}div.isprave .isprava:nth-of-type(n+2){page-break-before:always}div.isprave .isprava table{width:100%}div.isprave hr{margin-top:50px;border-top:1px solid var(--text);border-bottom:0}
/*# sourceMappingURL=app.297d9366.css.map */