html {
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: var(--font-normal);
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    background: #fefefe;
    color: #024a74
}

body {
    margin: 0
}

.uk-link,a {
    color: #0045b3;
    text-decoration: none;
    cursor: pointer
}

.uk-link:hover,a:hover {
    color: #1a3667;
    text-decoration: underline
}

b,strong {
    font-weight: var(--font-bold)
}

small {
    font-size: 80%
}

canvas,img,svg {
    vertical-align: middle
}

canvas,img,svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

img:not([src]) {
    visibility: hidden;
    min-width: 1px
}

fieldset,p,ul {
    margin: 0 0 1rem 0
}

*+fieldset,*+p,*+ul {
    margin-top: 1rem
}

.uk-h2,.uk-h3,.uk-h4,.uk-heading-small,h1,h2,h3 {
    margin: 0 0 1rem 0;
    font-family: var(--primary-font);
    font-weight: var(--font-bold);
    color: #1a3667;
    text-transform: none
}

*+.uk-h2,*+.uk-h3,*+.uk-h4,*+.uk-heading-small,*+h1,*+h2,*+h3 {
    margin-top: 2rem
}

h1 {
    font-size: clamp(1.5rem,2vw,2rem);
    line-height: 1.4
}

.uk-h2,h2 {
    font-size: clamp(1.25rem,2vw,1.375rem);
    line-height: 1.4
}

.uk-h3,h3 {
    font-size: clamp(1.125rem,2vw,1.25rem);
    line-height: 1.4
}

.uk-h4 {
    font-size: clamp(1rem,2vw,1.125rem);
    line-height: 1.4
}

@media(min-width: 46.25rem) {
    h1 {
        font-size:clamp(1.5rem,2vw,2rem)
    }

    .uk-h2,h2 {
        font-size: clamp(1.25rem,2vw,1.375rem)
    }
}

ul {
    padding-left: 30px
}

ul>li>ul {
    margin: 0
}

hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 1rem 0;
    border: 0;
    border-top: .0625rem solid #e4eaee
}

*+hr {
    margin-top: 1rem
}

::selection {
    background: #39f;
    color: #fefefe;
    text-shadow: none
}

main {
    display: block
}

summary {
    display: list-item
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 46.25rem;
    --uk-breakpoint-l: 70rem;
    --uk-breakpoint-xl: 105rem
}

.uk-link-text a,a.uk-link-text {
    color: inherit
}

.uk-link-text a:hover,a.uk-link-text:hover {
    color: #999
}

.uk-heading-small {
    font-size: .875rem;
    line-height: 1.2
}

@media(min-width: 46.25rem) {
    .uk-heading-small {
        font-size:.875rem
    }
}

.uk-list {
    padding: 0;
    list-style: none
}

.uk-list>* {
    break-inside: avoid-column
}

.uk-list>*>:last-child {
    margin-bottom: 0
}

.uk-list>*>ul,.uk-list>:nth-child(n+2) {
    margin-top: .5rem
}

.uk-list-collapse>*>ul,.uk-list-collapse>:nth-child(n+2) {
    margin-top: 0
}

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0
}

*+.uk-table {
    margin-top: 0
}

.uk-table th {
    padding: .625rem 1rem;
    text-align: left;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: var(--font-bold);
    color: #fefefe
}

.uk-table td {
    padding: .625rem 1rem;
    vertical-align: top
}

.uk-table td>:last-child {
    margin-bottom: 0
}

.uk-table-striped tbody tr:nth-of-type(odd),.uk-table-striped>tr:nth-of-type(odd) {
    background: #f4f6f9
}

.uk-table tbody tr.uk-active,.uk-table>tr.uk-active {
    background: #ffd
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: rgba(0,0,0,0);
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

button.uk-icon:not(:disabled) {
    cursor: pointer
}

.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-icon>* {
    transform: translate(0,0)
}

.uk-checkbox,.uk-input,.uk-radio,.uk-select,.uk-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}

.uk-input {
    overflow: visible
}

.uk-select {
    text-transform: none
}

.uk-textarea {
    overflow: auto
}

.uk-input[type=search]::-webkit-search-cancel-button,.uk-input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.uk-input[type=number]::-webkit-inner-spin-button,.uk-input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.uk-input::-moz-placeholder,.uk-textarea::-moz-placeholder {
    opacity: 1
}

.uk-checkbox:not(:disabled),.uk-radio:not(:disabled) {
    cursor: pointer
}

.uk-input,.uk-textarea {
    -webkit-appearance: none
}

.uk-input,.uk-select,.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 1rem;
    background: #fefefe;
    color: #809fb8
}

.uk-input,.uk-select:not([multiple]):not([size]) {
    height: 2.875rem;
    vertical-align: middle;
    display: inline-block
}

.uk-input:not(input),.uk-select:not(select) {
    line-height: 2.875rem
}

.uk-select[multiple],.uk-textarea {
    padding-top: .5rem;
    padding-bottom: .5rem;
    vertical-align: top
}

.uk-select[multiple] {
    resize: vertical
}

.uk-input:focus,.uk-select:focus,.uk-textarea:focus {
    outline: 0;
    background-color: #fefefe;
    color: #024a74
}

.uk-input:disabled,.uk-select:disabled,.uk-textarea:disabled {
    background-color: #f4f6f9;
    color: #999
}

.uk-input::placeholder {
    color: #999
}

.uk-textarea::placeholder {
    color: #999
}

.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.985 5.586 12.277.293a1 1 0 0 1 1.415 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6A1 1 0 1 1 1.691.293z' fill='%230045b3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.uk-select:not([multiple]):not([size]) option {
    color: #024a74
}

.uk-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.985 5.586 12.277.293a1 1 0 0 1 1.415 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6A1 1 0 1 1 1.691.293z' fill='%230045b3'/%3E%3C/svg%3E")
}

.uk-checkbox,.uk-radio {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    margin-top: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-radio {
    border-radius: 50%
}

.uk-checkbox:focus,.uk-radio:focus {
    background-color: #fefefe;
    outline: 0
}

.uk-checkbox:checked,.uk-checkbox:indeterminate,.uk-radio:checked {
    background-color: var(--green-color)
}

.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus,.uk-radio:checked:focus {
    background-color: #0045b3
}

.uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fefefe%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fefefe%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fefefe%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled,.uk-radio:disabled {
    background-color: #f4f6f9
}

.uk-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: .5rem
}

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 1rem;
    vertical-align: middle;
    font-size: 1rem;
    line-height: calc(2.875rem - .125rem);
    text-align: center;
    text-decoration: none
}

.uk-button:not(:disabled) {
    cursor: pointer
}

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-button:hover {
    text-decoration: none
}

.uk-button-default {
    background-color: rgba(0,0,0,0);
    color: #024a74
}

.uk-button-default:hover {
    background-color: rgba(0,0,0,0);
    color: #024a74
}

.uk-button-default.uk-active,.uk-button-default:active {
    background-color: rgba(0,0,0,0);
    color: #024a74
}

.uk-button-primary {
    background-color: #0045b3;
    color: #fefefe
}

.uk-button-primary:hover {
    background-color: #1a3667;
    color: #fefefe
}

.uk-button-primary.uk-active,.uk-button-primary:active {
    background-color: #0045b3;
    color: #fefefe
}

.uk-button-secondary {
    background-color: #e11930;
    color: #fefefe
}

.uk-button-secondary:hover {
    background-color: #e11930;
    color: #fefefe
}

.uk-button-secondary.uk-active,.uk-button-secondary:active {
    background-color: #e11930;
    color: #fefefe
}

.uk-button-danger {
    background-color: #e11930;
    color: #fefefe
}

.uk-button-danger:hover {
    background-color: #e11930;
    color: #fefefe
}

.uk-button-danger.uk-active,.uk-button-danger:active {
    background-color: #e11930;
    color: #fefefe
}

.uk-button-danger:disabled,.uk-button-default:disabled,.uk-button-primary:disabled,.uk-button-secondary:disabled {
    background-color: rgba(0,0,0,0);
    color: #999
}

.uk-button-link {
    padding: 0;
    line-height: 1;
    background: 0 0;
    color: #024a74
}

.uk-button-link:hover {
    color: #999;
    text-decoration: none
}

.uk-button-link:disabled {
    color: #999;
    text-decoration: none
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media(min-width: 640px) {
    .uk-container {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media(min-width: 46.25rem) {
    .uk-container {
        padding-left:1rem;
        padding-right: 1rem
    }
}

.uk-container>:last-child {
    margin-bottom: 0
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-card {
    position: relative;
    box-sizing: border-box
}

.uk-card-body {
    display: flow-root;
    padding: 1rem 1rem
}

@media(min-width: 70rem) {
    .uk-card-body {
        padding:1.5rem 1.5rem
    }
}

.uk-card-body>:last-child {
    margin-bottom: 0
}

.uk-alert {
    position: relative;
    margin-bottom: 1rem;
    padding: 15px 29px 15px 15px;
    background: #f4f6f9;
    color: #024a74
}

*+.uk-alert {
    margin-top: 1rem
}

.uk-alert>:last-child {
    margin-bottom: 0
}

.uk-alert-success {
    background: var(--light-green-color);
    color: var(--green-color)
}

.uk-alert-warning {
    background: #faa05a;
    color: #faa05a
}

.uk-alert-danger {
    background: #ffeaea;
    color: #e11930
}

.uk-accordion {
    padding: 0;
    list-style: none
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 1rem
}

.uk-accordion-title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #024a74
}

.uk-accordion-title:hover {
    color: #024a74;
    text-decoration: none
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 1rem
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    padding: 1rem 1rem;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .15s linear
}

@media(min-width: 640px) {
    .uk-modal {
        padding:50px 1rem
    }
}

@media(min-width: 46.25rem) {
    .uk-modal {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100%!important;
    background: #fefefe;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity,transform
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
    width: 80rem
}

.uk-modal-full {
    padding: 0;
    background: 0 0
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0)
}

.uk-modal-body {
    display: flow-root;
    padding: 1rem 1rem
}

.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #fefefe
}

.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: #fefefe
}

@media(min-width: 640px) {
    .uk-modal-body {
        padding:2rem 2rem
    }

    .uk-modal-header {
        padding: .5rem 1rem
    }

    .uk-modal-footer {
        padding: .5rem 1rem
    }
}

.uk-modal-body>:last-child,.uk-modal-footer>:last-child,.uk-modal-header>:last-child {
    margin-bottom: 0
}

.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3
}

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0,-100%);
    color: #fefefe
}

.uk-modal-close-outside:hover {
    color: #fefefe
}

@media(min-width: 46.25rem) {
    .uk-modal-close-outside {
        right:0;
        transform: translate(100%,-100%)
    }
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    --uk-inverse: light;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #e11930;
    overflow-y: auto
}

@media(min-width: 640px) {
    .uk-offcanvas-bar {
        left:-350px;
        width: 350px;
        padding: 1rem 1rem
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px
}

@media(min-width: 640px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right:-350px
    }
}

.uk-open>.uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open>.uk-offcanvas-reveal {
    width: 270px
}

@media(min-width: 640px) {
    .uk-open>.uk-offcanvas-reveal {
        width:350px
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 5px;
    padding: 5px
}

@media(min-width: 640px) {
    .uk-offcanvas-close {
        top:10px;
        right: 10px
    }
}

.uk-offcanvas-close:first-child+* {
    margin-top: 0
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container,.uk-offcanvas-page {
    overflow-x: hidden;
    overflow-x: clip
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

@media(min-width: 640px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left:350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    }
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-grid>* {
    margin: 0
}

.uk-grid>*>:last-child {
    margin-bottom: 0
}

.uk-grid {
    margin-left: -1rem
}

.uk-grid>* {
    padding-left: 1rem
}

.uk-grid+.uk-grid {
    margin-top: 1rem
}

@media(min-width: 70rem) {
    .uk-grid {
        margin-left:-1.5rem
    }

    .uk-grid>* {
        padding-left: 1.5rem
    }

    .uk-grid+.uk-grid {
        margin-top: 1.5rem
    }
}

.uk-grid-collapse {
    margin-left: 0
}

.uk-grid-collapse>* {
    padding-left: 0
}

.uk-grid+.uk-grid-collapse {
    margin-top: 0
}

.uk-nav,.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-nav li>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    text-decoration: none
}

.uk-nav>li>a {
    padding: 1rem 1.25rem
}

ul.uk-nav-sub {
    padding: 0
}

.uk-nav-sub ul {
    padding-left: 15px
}

.uk-nav-sub a {
    padding: 2px 0
}

.uk-nav>li.uk-open>a .uk-nav-parent-icon {
    transform: rotateX(180deg)
}

.uk-navbar {
    display: flex;
    position: relative
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f4f6f9
}

.uk-navbar-left,.uk-navbar-right {
    display: flex;
    gap: 15px;
    align-items: center
}

.uk-navbar-right {
    margin-left: auto
}

.uk-navbar-left,.uk-navbar-right {
    flex-wrap: wrap
}

.uk-breadcrumb {
    padding: 0;
    list-style: none
}

.uk-breadcrumb>* {
    display: contents
}

.uk-breadcrumb>*>* {
    font-size: .8125rem;
    color: #999
}

.uk-breadcrumb>*>:hover {
    color: #024a74;
    text-decoration: none
}

.uk-breadcrumb>:last-child>a:not([href]),.uk-breadcrumb>:last-child>span {
    color: #024a74
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px 0 calc(20px - 4px);
    font-size: .8125rem;
    color: #999
}

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    padding: 0;
    list-style: none
}

.uk-pagination>* {
    flex: none;
    padding-left: 0;
    position: relative
}

.uk-pagination>*>* {
    display: flex;
    align-items: center;
    column-gap: .25em;
    padding: 5px 10px;
    color: #999
}

.uk-pagination>*>:hover {
    color: #024a74;
    text-decoration: none
}

.uk-pagination>.uk-active>* {
    color: #024a74
}

.uk-pagination>.uk-disabled>* {
    color: #999
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes uk-scale-up {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes uk-scale-down {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes uk-slide-top {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% / 3)
}

.uk-width-2-3 {
    width: calc(200% / 3)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% / 6)
}

.uk-width-5-6 {
    width: calc(500% / 6)
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-2xlarge {
    width: 750px
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

@media(min-width: 640px) {
    .uk-width-1-1\@s {
        width:100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@s {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@s {
        width: calc(500% / 6)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-2xlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@s,.uk-width-1-2\@s,.uk-width-1-3\@s,.uk-width-1-4\@s,.uk-width-1-5\@s,.uk-width-1-6\@s,.uk-width-2-3\@s,.uk-width-2-5\@s,.uk-width-2xlarge\@s,.uk-width-3-4\@s,.uk-width-3-5\@s,.uk-width-4-5\@s,.uk-width-5-6\@s,.uk-width-auto\@s,.uk-width-large\@s,.uk-width-medium\@s,.uk-width-small\@s,.uk-width-xlarge\@s {
        flex: initial
    }
}

@media(min-width: 46.25rem) {
    .uk-width-1-1\@m {
        width:100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@m {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@m {
        width: calc(500% / 6)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-2xlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@m,.uk-width-1-2\@m,.uk-width-1-3\@m,.uk-width-1-4\@m,.uk-width-1-5\@m,.uk-width-1-6\@m,.uk-width-2-3\@m,.uk-width-2-5\@m,.uk-width-2xlarge\@m,.uk-width-3-4\@m,.uk-width-3-5\@m,.uk-width-4-5\@m,.uk-width-5-6\@m,.uk-width-auto\@m,.uk-width-large\@m,.uk-width-medium\@m,.uk-width-small\@m,.uk-width-xlarge\@m {
        flex: initial
    }
}

@media(min-width: 70rem) {
    .uk-width-1-1\@l {
        width:100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@l {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@l {
        width: calc(500% / 6)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-2xlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@l,.uk-width-1-2\@l,.uk-width-1-3\@l,.uk-width-1-4\@l,.uk-width-1-5\@l,.uk-width-1-6\@l,.uk-width-2-3\@l,.uk-width-2-5\@l,.uk-width-2xlarge\@l,.uk-width-3-4\@l,.uk-width-3-5\@l,.uk-width-4-5\@l,.uk-width-5-6\@l,.uk-width-auto\@l,.uk-width-large\@l,.uk-width-medium\@l,.uk-width-small\@l,.uk-width-xlarge\@l {
        flex: initial
    }
}

@media(min-width: 105rem) {
    .uk-width-1-1\@xl {
        width:100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@xl {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@xl {
        width: calc(500% / 6)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-2xlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@xl,.uk-width-1-2\@xl,.uk-width-1-3\@xl,.uk-width-1-4\@xl,.uk-width-1-5\@xl,.uk-width-1-6\@xl,.uk-width-2-3\@xl,.uk-width-2-5\@xl,.uk-width-2xlarge\@xl,.uk-width-3-4\@xl,.uk-width-3-5\@xl,.uk-width-4-5\@xl,.uk-width-5-6\@xl,.uk-width-auto\@xl,.uk-width-large\@xl,.uk-width-medium\@xl,.uk-width-small\@xl,.uk-width-xlarge\@xl {
        flex: initial
    }
}

.uk-width-max-content {
    width: max-content
}

.uk-width-min-content {
    width: min-content
}

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #024a74
}

.uk-text-right {
    text-align: right!important
}

.uk-text-center {
    text-align: center!important
}

.uk-background-default {
    background-color: #fefefe
}

.uk-background-muted {
    background-color: #f4f6f9
}

.uk-overflow-auto {
    overflow: auto
}

.uk-overflow-auto>:last-child {
    margin-bottom: 0
}

.uk-border-rounded {
    border-radius: .5rem
}

.uk-disabled {
    pointer-events: none
}

.uk-flex {
    display: flex
}

.uk-flex-center {
    justify-content: center
}

.uk-flex-right {
    justify-content: flex-end
}

.uk-flex-between {
    justify-content: space-between
}

.uk-flex-middle {
    align-items: center
}

.uk-flex-bottom {
    align-items: flex-end
}

.uk-flex-wrap {
    flex-wrap: wrap
}

.uk-flex-first {
    order: -1
}

.uk-flex-last {
    order: 99
}

.uk-margin-top {
    margin-top: 1rem!important
}

.uk-margin-bottom {
    margin-bottom: 1rem!important
}

.uk-margin-left {
    margin-left: 1rem!important
}

.uk-margin-right {
    margin-right: 1rem!important
}

.uk-margin-small {
    margin-bottom: .5rem
}

*+.uk-margin-small {
    margin-top: .5rem!important
}

.uk-margin-small-top {
    margin-top: .5rem!important
}

.uk-margin-small-bottom {
    margin-bottom: .5rem!important
}

.uk-margin-small-left {
    margin-left: .5rem!important
}

.uk-margin-small-right {
    margin-right: .5rem!important
}

.uk-margin-medium {
    margin-bottom: 2rem
}

*+.uk-margin-medium {
    margin-top: 2rem!important
}

.uk-margin-medium-top {
    margin-top: 2rem!important
}

.uk-margin-medium-bottom {
    margin-bottom: 2rem!important
}

.uk-margin-medium-left {
    margin-left: 2rem!important
}

.uk-margin-medium-right {
    margin-right: 2rem!important
}

.uk-margin-large {
    margin-bottom: 2rem
}

*+.uk-margin-large {
    margin-top: 2rem!important
}

.uk-margin-large-top {
    margin-top: 2rem!important
}

.uk-margin-large-bottom {
    margin-bottom: 2rem!important
}

.uk-margin-large-left {
    margin-left: 2rem!important
}

.uk-margin-large-right {
    margin-right: 2rem!important
}

@media(min-width: 70rem) {
    .uk-margin-large {
        margin-bottom:3rem
    }

    *+.uk-margin-large {
        margin-top: 3rem!important
    }

    .uk-margin-large-top {
        margin-top: 3rem!important
    }

    .uk-margin-large-bottom {
        margin-bottom: 3rem!important
    }

    .uk-margin-large-left {
        margin-left: 3rem!important
    }

    .uk-margin-large-right {
        margin-right: 3rem!important
    }
}

.uk-margin-xlarge {
    margin-bottom: 3rem
}

*+.uk-margin-xlarge {
    margin-top: 3rem!important
}

.uk-margin-xlarge-top {
    margin-top: 3rem!important
}

.uk-margin-xlarge-bottom {
    margin-bottom: 3rem!important
}

.uk-margin-xlarge-left {
    margin-left: 3rem!important
}

.uk-margin-xlarge-right {
    margin-right: 3rem!important
}

@media(min-width: 70rem) {
    .uk-margin-xlarge {
        margin-bottom:4rem
    }

    *+.uk-margin-xlarge {
        margin-top: 4rem!important
    }

    .uk-margin-xlarge-top {
        margin-top: 4rem!important
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 4rem!important
    }

    .uk-margin-xlarge-left {
        margin-left: 4rem!important
    }

    .uk-margin-xlarge-right {
        margin-right: 4rem!important
    }
}

.uk-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.uk-margin-auto-top {
    margin-top: auto!important
}

.uk-margin-auto-bottom {
    margin-bottom: auto!important
}

.uk-margin-auto-left {
    margin-left: auto!important
}

.uk-margin-auto-right {
    margin-right: auto!important
}

.uk-margin-auto-vertical {
    margin-top: auto!important;
    margin-bottom: auto!important
}

@media(min-width: 640px) {
    .uk-margin-auto\@s {
        margin-left:auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@s {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@s {
        margin-right: auto!important
    }
}

@media(min-width: 46.25rem) {
    .uk-margin-auto\@m {
        margin-left:auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@m {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@m {
        margin-right: auto!important
    }
}

@media(min-width: 70rem) {
    .uk-margin-auto\@l {
        margin-left:auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@l {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@l {
        margin-right: auto!important
    }
}

@media(min-width: 105rem) {
    .uk-margin-auto\@xl {
        margin-left:auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@xl {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto!important
    }
}

.uk-margin-remove {
    margin: 0!important
}

.uk-margin-remove-top {
    margin-top: 0!important
}

.uk-margin-remove-bottom {
    margin-bottom: 0!important
}

.uk-margin-remove-left {
    margin-left: 0!important
}

.uk-margin-remove-right {
    margin-right: 0!important
}

.uk-margin-remove-vertical {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.uk-margin-remove-adjacent+*,.uk-margin-remove-first-child>:first-child {
    margin-top: 0!important
}

.uk-margin-remove-last-child>:last-child {
    margin-bottom: 0!important
}

@media(min-width: 640px) {
    .uk-margin-remove-left\@s {
        margin-left:0!important
    }

    .uk-margin-remove-right\@s {
        margin-right: 0!important
    }
}

@media(min-width: 46.25rem) {
    .uk-margin-remove-left\@m {
        margin-left:0!important
    }

    .uk-margin-remove-right\@m {
        margin-right: 0!important
    }
}

@media(min-width: 70rem) {
    .uk-margin-remove-left\@l {
        margin-left:0!important
    }

    .uk-margin-remove-right\@l {
        margin-right: 0!important
    }
}

@media(min-width: 105rem) {
    .uk-margin-remove-left\@xl {
        margin-left:0!important
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0!important
    }
}

.uk-padding {
    padding: 1rem
}

@media(min-width: 70rem) {
    .uk-padding {
        padding:1.5rem
    }
}

* {
    --uk-inverse: initial
}

.uk-offcanvas-bar {
    --uk-inverse: light
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    --uk-inverse: dark
}

.uk-hidden,[hidden] {
    display: none!important
}

@media(min-width: 640px) {
    .uk-hidden\@s {
        display:none!important
    }
}

@media(min-width: 46.25rem) {
    .uk-hidden\@m {
        display:none!important
    }
}

@media(min-width: 70rem) {
    .uk-hidden\@l {
        display:none!important
    }
}

@media(min-width: 105rem) {
    .uk-hidden\@xl {
        display:none!important
    }
}

@media(max-width: 639px) {
    .uk-visible\@s {
        display:none!important
    }
}

@media(max-width: 45.25rem) {
    .uk-visible\@m {
        display:none!important
    }
}

@media(max-width: 70rem) {
    .uk-visible\@l {
        display:none!important
    }
}

@media(max-width: 104rem) {
    .uk-visible\@xl {
        display:none!important
    }
}

.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute!important;
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    border: 0!important;
    margin: 0!important;
    overflow: hidden!important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0!important
}

@media(hover: none) {
    .uk-hidden-touch {
        display:none!important
    }
}

@media(hover) {
    .uk-hidden-notouch {
        display: none!important
    }
}

.body__layout {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh
}

.body__layout--app {
    flex-flow: column nowrap
}

.main {
    position: relative;
    flex: 1
}

.main--login {
    padding-block:1.5rem}

@media(min-width: 70rem) {
    .main--login {
        flex:0 0 40%;
        padding-block:5rem;box-shadow: 0 .5rem 3rem rgba(0,69,179,.1)
    }
}

@media(min-width: 105rem) {
    .main--login {
        padding-block:7.5rem
    }
}

.main--login .uk-container {
    max-width: 22.5rem
}

.main--login footer {
    padding-top: 1.25rem;
    border-top: .0625rem solid #e0e7eb
}

.main--login footer .uk-link .uk-icon {
    margin-bottom: auto
}

.main--app {
    display: flex;
    flex-flow: row nowrap;   /* bylo: row wrap */
    box-sizing: border-box;
    padding-inline: 1rem;
    min-width: 0;            /* nutné pro správné chování flex itemů */
}

@media(min-width: 70rem) {
    .main--app {
        padding-inline:2rem
    }
}

.main__sidebar {
    flex: 100%;
    height: 100%;
    padding-right: 1rem;
    box-sizing: border-box
}

@media(min-width: 70rem) {
    .main__sidebar {
        flex:0 0 20rem;
        padding-right: 2rem
    }
}

.main__section {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.main__section--login {
    height: 100%
}

.main__section--app {
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 0;            /* důležité, aby se obsah smrsknul a neodsunul sidebar */
}

.main__content {
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    border-radius: .5rem
}

@media(min-width: 70rem) {
    .main__content {
        padding:2rem
    }
}

.main__control {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main__control *+* {
    margin-left: 1rem
}

.main__index {
    position: sticky;
    top: 1rem;
    width: 14rem
}

.uk-alert {
    border-radius: var(--global-radius)
}

.uk-alert-danger .uk-heading {
    color: #e11930
}

.uk-alert-success .uk-heading {
    color: var(--green-color)
}

.uk-alert-warning .uk-heading {
    color: #faa05a
}

.uk-grid--vertical {
    gap: 1rem 0
}

@media(min-width: 70rem) {
    .uk-grid--vertical {
        gap:1.5rem 0
    }
}

.color-primary {
    color: #0045b3
}

.color-primary-100 {
    color: #9bbbd5
}

.color-primary-200 {
    color: #809fb8
}

.color-primary-800 {
    color: #024a74
}

.color-primary-900 {
    color: #1a3667
}

.color-white {
    color: #fefefe
}

.color-secondary {
    color: #e11930
}

.color-danger {
    color: #e11930
}

.color-success {
    color: var(--green-color)
}

.uk-margin-semi-bottom {
    margin-bottom: 1.5rem!important
}

@media(min-width: 46.25rem) {
    .uk-margin-medium-bottom\@m {
        margin-bottom:1.5rem!important
    }
}

@media(min-width: 46.25rem) {
    .uk-margin-remove-bottom\@m {
        margin-bottom:0!important
    }
}

.uk-self-bottom {
    align-self: flex-end
}

.logo {
    display: inline-flex;
    line-height: 0
}

.placeholder {
    flex: 1;
    background-color: #f4f6f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

picture {
    display: block
}

.uk-icon {
    position: relative
}

.uk-icon--plus {
    width: .875rem;
    height: .875rem
}

.uk-icon--plus::after,.uk-icon--plus::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: var(--global-transition);
    background-color: #024a74;
    margin: auto
}

.uk-icon--plus::before {
    width: .875rem;
    height: .125rem
}

.uk-icon--plus::after {
    width: .125rem;
    height: .875rem
}

.header {
    width: 100%
}

.uk-navbar--primary {
    padding: 2rem 1rem;
    align-items: center
}

@media(min-width: 46.25rem) {
    .uk-navbar--primary {
        padding:1.25rem 3.25rem
    }
}

.uk-navbar--primary .uk-navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1
}

@media(min-width: 105rem) {
    .uk-navbar--primary .uk-navbar-right {
        max-width:calc(100% - 22.5rem)
    }
}

.header__view {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center
}

.header__view li {
    display: flex;
    align-items: center;
    line-height: 0
}

.header__view li+li {
    margin-left: 1rem
}

@media(min-width: 105rem) {
    .header__view--extra li+li,.header__view--info li+li {
        margin-left:2rem
    }
}

.header__view--extra .uk-icon,.header__view--info .uk-icon {
    margin-right: .5rem
}

.header__view--mobile {
    flex-direction: column;
    align-items: flex-start
}

.header__view--mobile .uk-icon {
    margin-right: .5rem
}

.header__view--mobile li+li {
    margin-top: 1rem;
    margin-left: 0
}

.header__view--info {
    margin-left: auto
}

@media(min-width: 70rem) {
    .header__view--info li+li {
        margin-left:2rem
    }
}

@media(min-width: 105rem) {
    .header__view--info li+li {
        margin-left:3rem
    }
}

.header--login {
    margin-bottom: 4rem
}

@media(min-width: 105rem) {
    .header--login {
        margin-bottom:5rem
    }
}

.uk-offcanvas-close {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.footer {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box
}

@media(min-width: 70rem) {
    .footer {
        margin-left:auto;
        max-width: calc(100% - 20.5rem - 2rem)
    }
}

.footer--login {
    margin-top: auto;
    max-width: 100%;
    padding: 0
}

.sidebar {
    position: relative
}

.sidebar__nav--system {
    padding: 2.5rem 1.25rem 0 1.25rem;
    margin-top: 1.25rem;
    border-top: .0625rem solid #e0e7eb
}

.uk-nav {
    position: relative
}

.uk-nav li {
    position: relative
}

.uk-nav__link {
    position: relative;
    font-weight: var(--font-medium);
    font-size: .875rem;
    line-height: 1.25rem;
    transition: var(--global-transition)
}

.uk-nav__link:hover {
    color: #e11930
}

.uk-nav__link--primary {
    font-size: clamp(1rem,2vw,1.125rem);
    border-radius: calc(var(--global-radius)*2)
}

.uk-nav__link--primary:hover {
    background-color: #fefefe
}

.uk-nav--primary .uk-parent {
    background-color: #0045b3;
    border-radius: calc(var(--global-radius)*2)
}

.uk-nav--primary .uk-active>.uk-nav__link--primary {
    color: #fefefe;
    background-color: #0045b3
}

.uk-nav--primary .uk-nav-sub {
    max-width: 15.5rem;
    padding: .875rem 0;
    margin: 0 auto;
    background-color: #0045b3;
    border-top: .0625rem solid #1d62d0;
    box-sizing: border-box
}

.uk-nav--primary .uk-nav-sub .uk-nav__link {
    padding: .625rem 0 .625rem 2rem;
    font-size: .875rem
}

.uk-nav--primary .uk-nav-sub .uk-nav__link::before {
    content: "";
    position: absolute;
    top: 1.125rem;
    left: .5rem;
    width: .375rem;
    height: .375rem;
    background-color: #9bbbd5;
    border-radius: 50%
}

.uk-nav--primary .uk-nav-sub .uk-nav__link:hover {
    text-decoration: underline;
    color: #fefefe
}

.uk-nav--primary .uk-nav-sub .uk-active>.uk-nav__link {
    color: #fefefe
}

.uk-nav--primary .uk-nav-sub .uk-active>.uk-nav__link::before {
    background-color: #fefefe
}

.uk-nav--secondary {
    flex-flow: column nowrap;
    background-color: #0045b3;
    margin-top: 1rem;
    border-radius: var(--global-radius)
}

.uk-nav--secondary .uk-nav__link {
    padding-inline:2rem 4rem}

.uk-nav--secondary .uk-active>.uk-nav__link {
    background-color: #1a3667
}

.uk-nav--secondary .uk-disable>span.uk-nav__link,.uk-nav--secondary .uk-editable>span.uk-nav__link {
    opacity: .6;
    pointer-events: none
}

.uk-nav--day {
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.uk-nav--shrink>li>a {
    padding: .25rem 0
}

.uk-nav--shrink .uk-active>.uk-nav__link {
    color: #e11930
}

.uk-nav--progress {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
    overflow-x: auto
}

.uk-nav--progress::after {
    content: "";
    position: absolute;
    bottom: .03125rem;
    left: 0;
    width: 100%;
    border-bottom: .0625rem solid #e4eaee
}

.uk-nav--progress li {
    flex: 0 0 auto;
    margin-right: 2rem
}

@media(min-width: 105rem) {
    .uk-nav--progress li {
        margin-right:3rem
    }
}

.uk-nav--progress .uk-nav__link {
    font-weight: var(--font-bold);
    font-size: clamp(1rem,2vw,1.125rem);
    padding: 0 0 1.75rem 0
}

.uk-nav--progress .uk-nav__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: #e11930;
    z-index: 2
}

.uk-nav--progress .uk-active .uk-nav__link {
    color: #e11930
}

.uk-nav--progress .uk-active .uk-nav__link::after {
    content: ""
}

.uk-nav--progress .uk-disabled .uk-nav__link {
    color: #809fb8
}

.uk-accordion li {
    position: relative
}

.uk-accordion li.uk-open .uk-icon--plus::after {
    height: 0
}

.uk-accordion-toggle {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: .5rem;
    right: .625rem;
    z-index: 4
}

.uk-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block:1rem;border-bottom: .0625rem solid #e0e7eb
}

.uk-heading,h1 {
    color: #1a3667
}

.uk-h2 {
    font-size: clamp(1.25rem,2vw,1.375rem);
    line-height: 1.4
}

@media(min-width: 46.25rem) {
    .uk-h2 {
        font-size:clamp(1.25rem,2vw,1.375rem)
    }
}

.uk-heading-small {
    letter-spacing: .0875rem
}

.subtitle {
    margin-bottom: 1.5rem
}

.uk-title--intro {
    font-size: clamp(1.5rem,2vw,2.5rem)
}

.text--small {
    font-size: .875rem;
    line-height: 1.6
}

.font--medium {
    font-weight: var(--font-medium)
}

.uk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-bold);
    border: .0625rem solid transparent;
    border-radius: var(--global-radius);
    transition: var(--global-transition)
}

.uk-button.uk-disabled {
    opacity: .5;
    cursor: not-allowed
}

.uk-button--plain,.uk-button-close {
    padding: 0;
    background-color: rgba(0,0,0,0)
}

.uk-button-primary {
    border-color: #0045b3
}

.uk-button-reset {
    color: #fefefe;
    border-color: #809fb8;
    background-color: #809fb8
}

.uk-button-reset:hover {
    color: #fefefe;
    background-color: #809fb8
}

.uk-button-default {
    background-color: rgba(0,0,0,0);
    color: #0045b3;
    border-color: #0045b3
}

.uk-button-default:hover {
    color: #1a3667;
    border-color: #1a3667
}

.uk-button-close {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.uk-button--hollow.uk-button-primary {
    background-color: rgba(0,0,0,0);
    color: #0045b3
}

.uk-button--hollow.uk-button-primary:hover {
    color: #1a3667;
    border-color: #1a3667
}

.uk-button-link {
    border: none;
    cursor: pointer
}

.uk-button--simple {
    width: 2.875rem;
    height: 2.875rem
}

.uk-button-success {
    color: var(--green-color);
    background-color: var(--light-green-color)
}

.uk-button-success:hover {
    color: #fefefe;
    background-color: var(--green-color)
}

.uk-link {
    display: inline-flex;
    align-items: center;
    transition: var(--global-transition)
}

.uk-link .uk-icon+span {
    margin-left: .75rem
}

.uk-link--underline {
    text-decoration: underline
}

.uk-link--underline:hover {
    text-decoration: none
}

.uk-link--logout {
    color: #0045b3
}

.uk-link--logout:hover {
    color: #e11930
}

.uk-link--settings {
    position: absolute;
    top: 1.125rem;
    right: 0
}

.uk-link--settings:hover {
    transform: scale(1.2)
}

.uk-list li {
    position: relative
}

.uk-list a {
    text-decoration: underline
}

.uk-list a:hover {
    text-decoration: none
}

.uk-list--bullet li {
    padding-left: 1.5rem
}

.uk-list--bullet li::before {
    content: "";
    position: absolute;
    top: .5rem;
    left: .5rem;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #0045b3
}

.uk-list--files {
    margin-top: 0
}

.uk-list--files li {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.uk-list--files li::before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    flex: 0 0 auto;
    margin-bottom: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.uk-list--files a {
    width: 80%;
    margin-inline:.5rem}

@media(min-width: 46.25rem) {
    .uk-list--files a {
        width:auto
    }
}

.uk-list--files span {
    margin-left: 2.375rem;
    font-size: clamp(.875rem,1vw,1rem);
    color: #809fb8
}

@media(min-width: 46.25rem) {
    .uk-list--files span {
        margin-left:0
    }
}

.uk-list--stats>:nth-child(n+2) {
    margin-top: .25rem
}

.uk-list--compare {
    width: 100%
}

.uk-list--compare>li:nth-child(odd) {
    background-color: #fefefe
}

.uk-list--compare>li:nth-child(even) {
    background-color: #f4f6f9
}

.uk-list--compare>li {
    padding: .5rem 1rem;
    line-height: 1.5rem
}

.uk-table thead {
    background-color: #1a3667
}

.uk-table td,.uk-table th {
    line-height: 1.25rem
}

.uk-table td.uk-table__control,.uk-table th.uk-table__control {
    padding: 0
}

.uk-table th {
    padding-block:.5rem}

.uk-table th+th {
    border-left: .0625rem solid #264a89
}

.uk-table th:first-child {
    border-top-left-radius: var(--global-radius)
}

.uk-table th:last-child {
    border-top-right-radius: var(--global-radius)
}

.uk-table th a:hover {
    color: #fefefe;
    text-decoration: underline
}

.uk-table td {
    color: #1a3667;
    border-bottom: .0625rem solid #e0e7eb
}

.uk-table td+td {
    border-left: .0625rem solid #e0e7eb
}

.uk-table td:first-child {
    border-left: .0625rem solid #e0e7eb
}

.uk-table td:last-child {
    border-right: .0625rem solid #e0e7eb
}

.uk-table__buttons {
    display: flex;
    align-items: center
}

.uk-table__buttons .uk-button {
    flex: 1;
    padding: 1rem .625rem;
    border-radius: 0;
    border: none
}

.uk-table__buttons .uk-button+.uk-button {
    border-left: .0625rem solid #e0e7eb
}

.uk-table__buttons .uk-button+.uk-button.uk-button-danger {
    border-color: #fefefe
}

.uk-table__control--1 {
    width: 3rem
}

.uk-table__control--2 {
    width: 6rem
}

.uk-table__control--3 {
    width: 9rem
}

.uk-table--sum td {
    padding: .625rem;
    border: none
}

.uk-table--sum td:first-child {
    border-left: none
}

.uk-table--sum td:last-child {
    border-right: none
}

.uk-table--sum td+td {
    border-left: none
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.uk-checkbox,.uk-input,.uk-radio,.uk-select,.uk-textarea {
    border: .0625rem solid #9bbbd5;
    border-radius: var(--global-radius);
    transition: var(--global-transition)
}

.uk-checkbox:focus,.uk-checkbox:hover,.uk-input:focus,.uk-input:hover,.uk-radio:focus,.uk-radio:hover,.uk-select:focus,.uk-select:hover,.uk-textarea:focus,.uk-textarea:hover {
    border-color: #0045b3
}

.uk-checkbox[readonly],.uk-input[readonly],.uk-radio[readonly],.uk-select[readonly],.uk-textarea[readonly] {
    background-color: #f4f6f9
}

.uk-input[type=number] {
    -moz-appearance: textfield
}

.uk-input--date {
    line-height: 2.625rem;
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='18' height='18' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 18 18'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3Eico-calendar%3C/title%3E%3Cpath d='M13.57031,10.40625c0.48541,0.00001 0.8789,0.39351 0.8789,0.87891c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.8789 0.8789,-0.87891zM13.07815,0.00004c1.1631,0 2.10937,0.94626 2.10937,2.10937c0,0.38833 -0.31479,0.70312 -0.70313,0.70312c-0.38833,0 -0.70312,-0.31479 -0.70312,-0.70313c0,-0.38771 -0.31543,-0.70313 -0.70313,-0.70313c-0.38771,0 -0.70313,0.31542 -0.70313,0.70312c0,0.38833 -0.31479,0.70312 -0.70313,0.70312c-0.38833,0 -0.70312,-0.31479 -0.70312,-0.70313c0,-1.16311 0.94626,-2.10938 2.10937,-2.10938zM7.10156,2.10938c0,0.38834 -0.31479,0.70313 -0.70313,0.70313c-0.38834,0 -0.70312,-0.31479 -0.70312,-0.70312c0,-0.3877 -0.31542,-0.70312 -0.70313,-0.70312c-0.3877,0 -0.70312,0.31542 -0.70312,0.70313c0,0.38834 -0.31479,0.70313 -0.70312,0.70313c-0.38834,0 -0.70312,-0.31479 -0.70312,-0.70312c0.11595,-2.79847 4.10333,-2.79745 4.21875,0zM14.48437,9.07031h-10.96875c-0.9322,-0.03681 -0.93291,-1.36912 0,-1.40625h10.96875c0.9322,0.03681 0.93291,1.36912 0,1.40625zM16.59375,8.01563c0,-1.55081 -1.26169,-2.8125 -2.8125,-2.8125h-9.5625c-1.55081,0 -2.8125,1.26169 -2.8125,2.8125v5.76563c0,1.55081 1.26169,2.8125 2.8125,2.8125h9.5625c1.55081,0 2.8125,-1.26169 2.8125,-2.8125zM18,13.78126c0,2.32622 -1.89253,4.21875 -4.21875,4.21875h-9.5625c-2.32622,0 -4.21875,-1.89253 -4.21875,-4.21875v-5.76562c0,-2.32622 1.89253,-4.21875 4.21875,-4.21875h9.5625c2.32622,0 4.21875,1.89253 4.21875,4.21875zM13.57031,13.42969c0.48541,0.00001 0.8789,0.39351 0.8789,0.87891c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.8789 0.8789,-0.87891zM11.42578,14.3086c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.87891 0.8789,-0.87891c0.48541,0 0.87891,0.39351 0.87891,0.87891zM7.52344,13.42969c0.48541,0.00001 0.8789,0.39351 0.8789,0.87891c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.8789 0.8789,-0.87891zM4.5,13.42969c0.48541,0.00001 0.8789,0.39351 0.8789,0.87891c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.8789 0.8789,-0.87891zM11.42578,11.28516c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.87891 0.8789,-0.87891c0.48541,0 0.87891,0.39351 0.87891,0.87891zM7.52344,10.40625c0.48541,0.00001 0.8789,0.39351 0.8789,0.87891c-0.04612,1.16553 -1.71151,1.16585 -1.75781,0c0,-0.48541 0.3935,-0.8789 0.8789,-0.87891zM5.37891,11.28517c-0.00001,0.4854 -0.3935,0.8789 -0.87891,0.8789c-1.16585,-0.0463 -1.16553,-1.71169 0,-1.75781c0.4854,0 0.8789,0.39349 0.87891,0.8789z' fill='%230045b3' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.uk-checkbox,.uk-radio {
    flex: 0 0 auto
}

.uk-checkbox:checked,.uk-radio:checked {
    border-color: var(--green-color)
}

.uk-select {
    background-position: calc(100% - 1rem) 50%!important
}

.uk-radio {
    border-radius: 50%;
    background-size: 2.5rem
}

.uk-form-label {
    display: flex;
    flex: 0 0 auto;
    color: #024a74;
    cursor: pointer
}

legend {
    width: 100%;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: .0625rem solid #e4eaee
}

@media(min-width: 46.25rem) {
    legend {
        margin-bottom:3rem
    }
}

.file {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .1875rem;
    background-color: #f4f6f9;
    cursor: pointer;
    box-sizing: border-box
}

.file .uk-button {
    flex: 0 0 auto;
    line-height: 2.375rem
}

.file__name {
    padding-left: 1.5rem;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form__group {
    position: relative;
    display: flex;
    flex-direction: column
}

.form__group--checkbox {
    flex-direction: row;
    align-items: flex-start
}

.form__group--checkbox .uk-form-label {
    flex: 1;
    margin-bottom: 0;
    line-height: 1.5rem
}

.form__group--search .uk-button {
    position: absolute;
    top: calc(50% - .625rem);
    right: 1rem
}

.form__group--search .uk-input {
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

@media(min-width: 46.25rem) {
    .form__group--horizontal {
        align-items:flex-start;
        flex-direction: row
    }
}

@media(min-width: 46.25rem) {
    .form__group--horizontal .uk-form-label {
        margin-bottom:0
    }
}

@media(min-width: 46.25rem) {
    .form__group--horizontal:not(.form__group--checkbox) .uk-form-label {
        width:11.25rem;
        margin-top: .75rem;
        margin-right: 1.5rem;
        text-align: right
    }
}

@media(min-width: 46.25rem) {
    .form__group--horizontal:is(.form__group--checkbox) {
        margin-left:12.75rem
    }
}

.form__group--range {
    gap: 1rem;
    flex-flow: row nowrap
}

@media(min-width: 70rem) {
    .form__group--range {
        gap:1.5rem
    }
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.form__control {
    padding-top: 2rem;
    border-top: .0625rem solid #e4eaee
}

.form__item {
    position: relative;
    flex: 1
}

.form__item::before {
    content: attr(data-placeholder);
    position: absolute;
    top: .75rem;
    right: 1rem;
    font-style: italic;
    z-index: 6;
    color: #809fb8
}

.form__item--inline {
    display: flex
}

.form__item--inline>:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form__item--inline>:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form__item--inline .uk-button {
    flex: 0 0 auto
}

.form__item--date {
    display: flex;
    flex-direction: row
}

.form__item--date .uk-form-label {
    padding-inline:.5rem;display: flex;
    align-items: center;
    line-height: 2.625rem;
    background-color: #f4f6f9;
    border: .0625rem solid #9bbbd5;
    border-right: 0;
    color: #809fb8
}

.form__item--date>:first-child {
    border-top-left-radius: var(--global-radius);
    border-bottom-left-radius: var(--global-radius)
}

.form__item--date>:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form--sticky {
    position: sticky;
    top: 0;
    z-index: 4
}

.uk-card {
    display: flex;
    flex-direction: column;
    border: .0625rem solid #e0e7eb;
    border-radius: var(--global-radius);
    overflow: hidden;
    transition: var(--global-transition)
}

.uk-card--person .uk-card-body {
    padding: 2rem
}

.goal {
    position: relative;
    border: .0625rem solid #e4eaee;
    margin-bottom: 1rem
}

.goal__body,.goal__header {
    padding: 1.5rem 1rem
}

@media(min-width: 70rem) {
    .goal__body,.goal__header {
        padding:1.5rem 2rem
    }
}

.goal__title {
    display: flex;
    align-items: center;
    gap: 1rem
}

.goal__num {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: .125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .125rem solid #0045b3;
    border-radius: 50%;
    font-weight: var(--font-bold);
    color: #0045b3
}

.summary {
    padding: 1.875rem 1.25rem;
    height: 100%;
    background-color: #f4f6f9;
    border-radius: calc(var(--global-radius)*2);
    box-sizing: border-box
}

.stats {
    display: flex;
    padding: 1.5rem;
    border: .0625rem solid #e4eaee;
    border-radius: var(--global-radius)
}

.stats__status {
    width: 3.625rem;
    height: 3.625rem;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background-color: #f4f6f9;
    border-radius: var(--global-radius)
}

.stats__status--up {
    background-color: var(--light-green-color)
}

.stats__status--down {
    background-color: var(--medium-red-color)
}

.stats__content {
    flex: 1
}

.stats__val {
    font-size: 2rem;
    line-height: 1
}

.datagrid__filter {
    position: relative
}

.datagrid__filter--secondary {
    padding: .5rem 1rem;
    margin-block:.5rem 1rem;background-color: #f4f6f9;
    border-radius: .5rem
}

.datagrid__filter--secondary .form__group {
    flex-direction: row;
    align-items: center;
    gap: 1rem
}

.datagrid__filter--secondary .uk-form-label {
    color: #809fb8
}

.widget {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem;
    border: .0625rem solid #e4eaee;
    border-radius: var(--global-radius)
}

:root {
    --column-width: 11.25rem;
    --nav-column-width: 16rem
}

.compare {
    overflow: auto;
    flex-wrap: nowrap
}

.compare__item {
    align-self: flex-end;
    flex: 0 0 var(--column-width)
}

.compare__item+.compare__item {
    border-left: .0625rem solid #e4eaee
}

.compare__item--nav {
    position: sticky;
    left: 0;
    flex: 0 0 var(--nav-column-width);
    z-index: 2
}

.compare__months {
    margin-left: var(--nav-column-width)
}

.compare__month {
    box-sizing: border-box;
    padding: .5rem;
    width: calc(var(--column-width)*2 + .125rem);
    background-color: #0045b3
}

.compare__month:first-child {
    border-top-left-radius: var(--global-radius)
}

.compare__month:last-child {
    border-top-right-radius: var(--global-radius)
}

.compare__month+.compare__month {
    border-left: .0625rem solid #1d62d0
}

.chart {
    height: 20rem
}

/*# formatovani tabulky */

.excel-table-container table {
  border: 1px solid #999;
  border-collapse: collapse;
  font-family: "Calibri", sans-serif;
  font-size: 10pt; /* Zmenšeno o 2 body z původních 12pt */
  width: 100%;
  color: #024a74;
}

.excel-table-container th,
.excel-table-container td {
  border: 1px solid #999;
  padding: 5px;
  text-align: left;
}

.excel-table-container th {
  background-color: #f0f0f0;
  font-weight: bold;
}
/*# rozevírací kontejner pro prilohy */

.custom-collapse {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
}

.collapse-header {
  background-color: #f0f0f0;
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collapse-header h4 {
  margin: 0;
  font-size: 1rem;
  color: #024a74;
}

.collapse-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.collapse-content {
  display: none; /* Skryto na začátku */
  padding: 1rem;
  background-color: #fff;
}

.collapse-content.active {
  display: block;
}

/* Volitelně: otočení ikony při aktivaci */
.collapse-header.active .collapse-icon {
  transform: rotate(180deg);
}


/*# sourceMappingURL=app.css.map */


.uk-tooltip {
  max-width: none !important;
  width: auto !important;
}

/*# tooltip v dashboardu RPP */
.uk-tooltip,
.uk-tooltip .uk-tooltip-inner {
  max-width: 300px !important;
}

.uk-tooltip .uk-tooltip-inner {
  white-space: normal;
  display: block;
  box-sizing: border-box;
}


.date-col { width:100px; } .popis-col { width: auto; } .kategorie-col { width: 250px; } .deadline-col { width: 120px; text-align: right; } .uk-offcanvas-bar { background-color: #fff !important;} .uk-offcanvas-bar, .uk-offcanvas-bar a, .uk-offcanvas-bar a * {color: #1A3668 !important;fill: #1A3668 !important;} .form-inputs-inline .uk-form-label { display: block; margin-bottom: 5px; font-weight: bold; } #form-datum-od, #form-datum-do, #form-mesicni-cil { -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 40px; padding: 0 12px; line-height: 38px; font-size: 1rem; font-family: inherit; color: #666; background-color: #fff; border: 1px solid #e5e5e5; border-radius: 4px; box-sizing: border-box; vertical-align: middle; } #form-mesicni-cil::placeholder { color: #999; opacity: 1; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } @media (min-width: 960px) { .form-inputs-grid > div { display: flex; flex-direction: column; margin-right: 15px; } .form-inputs-grid > div:last-child { margin-right: 0; } .form-inputs-grid .uk-form-label { margin-bottom: 5px; } } .sjednocene-tlacitko { min-width: 220px; padding-left: 20px; padding-right: 20px; margin-bottom: 10px; box-sizing: border-box; }
