<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: calc(60px + 1rem);
}

.main-container {
    min-height: calc(100vh - 160px);
}

.toggle.btn {
    border-radius: 2px;
}

.toggle-handle.btn {
    border-radius: 0;
}

.spinner-container {
    position: fixed;
    z-index: 1072;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.local-spinner-content {
    width: auto;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.local-spinner-content .spinner-message {
    margin-top: 1em;
}

.spinner-content {
    background-color: var(--white);
    margin: 4.75rem auto;
    max-width: 600px;
    width: auto;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--gray-light);
    border-radius: calc(.3rem - 1px);
    z-index: 1072;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.spinner-container .spinner-border {
    margin-bottom: 1rem;
}

.spinner-container .spinner-content .spinner-message {
    text-align: center;
}

#cookies-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--white);
}

#cookies-footer button.btn-sm {
    line-height: 1;
}

.cursor-pointer:not(.disabled) {
  cursor: pointer;
}

select &gt; option:disabled {
    color: rgb(200, 200, 200);
}

.nowrap {
    white-space: nowrap;
}

.table.without-header-top-border thead th {
    border-top: none;
}

td.actions {
    white-space: nowrap;
    text-align: right;
}

th.actions {
    text-align: right;
}

td.actions &gt; i {
    cursor: pointer;
}

td.actions &gt; a {
    color: var(--black);
    text-underline: none;
}

td.actions &gt; a:not(:last-of-type) {
    margin-right: 0.5rem;
}

td.actions &gt; i[disabled], td.actions &gt; a[disabled], div.actions &gt; i.disabled, div.actions span.disabled {
    cursor: initial;
    color: #a1a1a1;
}

td.actions &gt; span[disabled] {
    cursor: initial;
    opacity: 0.65;
}

.action-button.disabled {
    opacity: 0.5;
}

div.local-table-loading {
    margin-top: 0.5em;
}

div.modal div.modal-body table.table th {
    border-top: none;
}

.list-group-sm &gt; .list-group-item {
    padding: 0.25rem 0.50rem;
}

.list-group-no-border &gt; .list-group-item {
    border: none;
}

input.larger[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

input.largest[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

input.without-label[type=checkbox] {
    position: relative;
    margin-left: 0 !important;
}

#ads-flex-container {
    flex-basis: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 5px 0;
    margin: 5px 0;
}

/*#ads-container {*/
/*    border: 2px solid #a8a9aa;*/
/*    border-radius: 5px;*/
/*    margin-top: 1em;*/
/*    margin-bottom: 1em;*/
/*    padding: 0.5em;*/
/*}*/

ins.adsbygoogle[data-ad-status="filled"] {
    margin-top: 1em;
    margin-bottom: 1em;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/*.visitors_gallery_1 {*/
/*    width: 1000px;*/
/*    height: 200px;*/
/*}*/

/*@media (min-width: 991px) AND (max-width: 1199px) {*/
/*    .visitors_gallery_1 {*/
/*        width: 900px;*/
/*        height: 200px;*/
/*    }*/
/*}*/

/*@media (min-width: 767px) AND (max-width: 990px) {*/
/*    .visitors_gallery_1 {*/
/*        width: 650px;*/
/*        height: 200px;*/
/*    }*/
/*}*/

/*@media (min-width: 514px) AND (max-width: 766px) {*/
/*    .visitors_gallery_1 {*/
/*        width: 450px;*/
/*        height: 200px;*/
/*    }*/
/*}*/

/*@media (max-width: 513px) {*/
/*    .visitors_gallery_1 {*/
/*        width: 400px;*/
/*        height: 200px;*/
/*    }*/
/*}*/

.border-light-dark {
    border-color: #a4a4a4 !important
}

.main-title {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.main-title.always-row {
    flex-direction: row;
}

.main-title &gt; h1 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: inherit;
    text-align: left;
}

.sub-title {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sub-title &gt; h2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.sub-title &gt; h3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

h5.small-h {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}

div.tooltip &gt; .tooltip-inner {
    background-color: var(--black);
}

#main-content-gallery-select .gallery-section {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%);
}

.abcRioButton {
    border-radius: 2px !important;
}

.abcRioButtonIcon {
    border-radius: 2px !important;
}

.no-permissions:after, .premium-feature:after {
    content: " âś­";
}

/* Stinovana sekce */
.sections-list &gt; section {
    margin-top: 1rem;
    text-align: justify;
    padding: 1rem;
    border-bottom: 1px solid var(--black-50);
    background-color: var(--white);
}

.sections-list &gt; section:nth-child(2n+1) {
    margin-right: 20%;
}

.sections-list &gt; section:nth-child(2n) {
    margin-left: 20%;
}

.sections-list &gt; section &gt; h5 {
    font-size: 1.1rem;
}

.sections-list &gt; section:nth-child(2n) &gt; h5 {
    text-align: right;
}

.sections-list &gt; section &gt; h5 {
    color: var(--black);
}

.sections-list &gt; section &gt; div {
    font-size: 0.9rem;
    color: var(--gray)
}

#language-items &gt; img {
    cursor: pointer;
}

#language-items &gt; img:hover {
    opacity: 1;
}

.table.table-md {
    font-size: 0.85rem;
}

.table.custom-table thead th {
    border: none;
}

.table.table-no-wrap td, .table.table-no-wrap th {
    white-space: nowrap;
}

.form-row-double {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-row-double &gt; input.left {
    margin-right: 10px;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.form-row-double &gt; input.right {
    margin-left: 10px;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.anchor {
    position: relative;
    top: calc(-60px - 1rem);
    visibility: hidden;
}

.form-group.multiple-select-form-group {
    display: flex;
    flex-direction: column;
}

.form-group.multiple-select-form-group .btn-group &gt; .btn-group:not(:last-child) &gt; .btn, .form-group.multiple-select-form-group .btn-group &gt; .btn:not(:last-child) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.multiselect-container a {
    color: var(--black);
}

.multiselect-container a:hover {
    color: var(--black);
}

.multiselect-container a:hover label {
    text-decoration: underline;
}

#main-actions {
    display: flex;
}

#main-actions .btn {
    margin-left: 0.5em;
}

.navbar-brand {
    text-overflow: ellipsis; overflow: hidden; max-width: calc(100vw - 150px);
}

@media (min-width: 992px) {
    h1#gallery-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 50%;
    }

    .main-title {
        padding: 0;
        margin: 1rem 0 1rem 0;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .sub-title {
        padding: 0;
        margin: 0.8rem 0 0.8rem 0;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    #main-actions {
        flex-direction: column;
    }

    #main-actions .btn {
        margin-top: 0.5em;
    }

    #gallery-info {
        -ms-flex-direction: inherit !important;
        flex-direction: inherit !important;
    }

    .secondary-actions &gt; .row {
        flex-direction: column;
    }

    .secondary-actions &gt; .row &gt; #gallery-info {
        align-items: center !important;
    }

    .secondary-actions &gt; .row &gt; #gallery-adjustment &gt; .actions {
        justify-content: center !important;
        margin-top: 1rem;
    }
}

@media (max-width: 1000px) {
    .gallery-actions {
        flex-flow: column;
        justify-content: center !important;
    }

    .mobile-small {
        font-size: 0.65rem;
    }
}

@media (min-width: 768px) AND (max-width: 1000px) {
    #profile-container .col-md {
        /* profil heslo a cenik a dalsi veci */
        flex-basis: inherit;
    }
}
</pre></body></html>