﻿html {
    height: 100vh !important;
}
body {
    min-height: 100vh !important;
    height: 100% !important;
    background-color: #f8fafc !important;
}

.h-0 {
    height: 0px;
}
.h-100px {
    height: 100px;
}
.h-100p {
    height: 100%;
}
.h-m100p {
    min-height: 100%;
}
.h-x70vh {
    max-height: 70vh;
}
.w-100p {
    width: 100%;
}
.w-m100p {
    max-width: 100%;
}
.w-x100px {
    max-width: 100px;
}
.w-a {
    width: auto !important;
}
.w-fc {
    width: fit-content;
}
.ta-center {
    text-align: center !important;
}
.ta-left {
    text-align: start;
}
.ta-right {
    text-align: end;
}
.m-auto {
    margin: auto;
}
.ws-nw {
    white-space: nowrap;
}
.b {
    font-weight: bold;
}
.b-imp {
    font-weight: bold !important;
}
.br-25p {
    border-radius: 25% !important;
}
.br-14px {
    border-radius: 14px !important;
}
.b-s1px {
    border: 1px solid rgb(128, 128, 128);
}
.b-n {
    border: none;
}
.z-top {
    z-index: 1500;
}
.lh-1 {
    line-height: 1;
}
.flex-grow-1k {
    flex-grow: 1000;
}
.rot-n90 {
    transform: rotate(-90deg);
}
.mud-nav-link {
    border-radius: 14px !important;
    border-width: 1px;
    border-color: transparent;
}
.mud-nav-link:hover {
}
.mud-nav-link.active {
    border-color: lightblue;
}
.mud-menu-list {
    min-width: auto;
}
.message-hoverable:hover {
    cursor: text !important;
    /*background-color: var(--mud-palette-appbar-background);*/
    /*transition: opacity 0.3s ease;
    opacity: .8;*/
}
.message-hoverable {
    width: 100%;
    max-width: fit-content;
    user-select:text !important;
    text-align: left !important;
}
.message-hoverable > p {
    white-space: pre-wrap;
}
.mud-chat-bubble.message-deleted {
    background-color: lightgray;
    cursor: default;
}
.mud-chat-bubble.message-hoverable.message-read {
    background-color: #eeeeee;
}
.mud-chat-bubble.message-hoverable.message-read:hover {
    background-color: #eeeeee99;
}
.mud-chat-bubble.message-hoverable.message-unread {
    background-color: #d0f6ff;
}
.mud-chat-bubble.message-hoverable.message-unread:hover {
    background-color: #d0f6ff99;
}
.mud-chat-bubble.message-just-sent {
    background-color: lightgoldenrodyellow !important;
}
.mud-chat-bubble.message-just-sent:hover {
    background-color: lemonchiffon !important;
}
.trunc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fading {
    transition: opacity 1s ease-in-out;
}
a.mud-link {
    color: #197fc5 !important;
    font-weight: 500;
}
.va-top td {
    vertical-align: top;
}
.table-title-cell {
    min-width: 200px;
}
.table-header th.mud-table-cell {
    background-color: #ebf3ee !important;
    line-height: 1;
}
.menu-text-list {
    font-size: 1rem;
}
.menu-text-list li {
    margin-bottom: 8px;
}
.mud-chat.mud-dense .mud-avatar, .mud-chat.mud-dense .avatar-medium, .mud-chat.mud-dense > a.mud-link {
    grid-row: span 2;
}
.avatar-medium {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-medium img {
    max-width: 40px;
    max-height: 40px;
    border: 1px solid gray;
    border-radius: 10px;
}
.avatar-big {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-big img {
    max-width: 200px;
    max-height: 200px;
    border: 0px solid gray;
    border-radius: 50px;
}

.button-quotes-container {
    display: inline-block;
    width: 28px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    padding: 3px 5px;
}
.button-quotes {
    display: none;
}
.button-quotes-container span {
    color: rgb(66, 66, 66);
    transition: all 0.3s ease;
    text-align: center;
}
.button-quotes:checked + span {
    color: rgb(0, 102, 204);
}
.button-quotes + span::before {
    content: '"';
}
.button-quotes:checked + span::before {
    content: '„“';
}
.button-quotes-container span:hover {
    color: rgb(0, 102, 204);
}
.ql-editor p *[style*="background-color: rgb(255, 255, 255)"], .ql-editor p *[style*="background-color: rgba(255, 255, 255, 1)"] {
    background-color: transparent !important;
}

.bi::before {
    vertical-align: 0rem !important;
}

.cursor-pointer .mud-button-root {
    cursor: pointer !important;
}
.cursor-default .mud-button-root {
    cursor: default !important;
}
.mud-input > textarea.mud-input-root-outlined.mud-input-root-margin-dense {
    margin-top: 0px;
}
.mud-icon-root, .mud-badge-root {
    line-height: 1;
}
.mud-snackbar {
    font-size:1.1rem;
}
.mud-tooltip.mud-popover {
    font-size:1.1rem;
    cursor:default;
}
.mud-input-label {
    color: steelblue !important;
}

.mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input-label::after {
    content: " * " !important;
}
.mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input.mud-input-outlined > .mud-input-outlined-border legend {
    padding-right: 0px !important;
}
.mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input.mud-input-outlined > .mud-input-slot:focus ~ .mud-input-outlined-border legend {
    padding-right: 14px !important;
}
.mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input.mud-input-outlined.mud-shrink > .mud-input-outlined-border legend {
    padding-right: 14px !important;
}

.mud-grid-spacing-custom-pt-1 > .mud-grid-item {
    padding-top: 4px !important;
}

.mud-collapse-wrapper {
    overflow-y: hidden !important;
}

.mud-nav-link-text {
    /*color: red;*/
    font-size: 1.2rem;
}
.mud-nav-group > .mud-nav-link > .mud-nav-link-text {
    font-weight: normal !important;
}
/*.mud-nav-group > .mud-nav-link[aria-expanded="true"] > .mud-nav-link-text {
    font-weight: 800;
    color: green;
}*/
/*.mud-nav-item {
    font-size: 1.2rem;
}*/
/*.mud-nav-link-icon {
    font-size: 1.2rem;
}
.mud-nav-link-icon.bi {
    font-size: 2rem;
    transform: translateY(-11px);
}*/
@media (min-width: 0px) {
    .hidden-xs {
        display: none !important;
    }
    .invisible-xs {
        visibility: hidden !important;
    }
    .visible-xs {
        visibility: visible !important;
    }
}
@media (min-width: 600px) {
    .hidden-sm {
        display: none !important;
    }
    .invisible-sm {
        visibility: hidden !important;
    }
    .visible-sm {
        visibility: visible !important;
    }
}
@media (min-width: 960px) {
    .hidden-md {
        display: none !important;
    }
    .invisible-md {
        visibility: hidden !important;
    }
    .visible-md {
        visibility: visible !important;
    }
}
@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important;
    }
    .invisible-lg {
        visibility: hidden !important;
    }
    .visible-lg {
        visibility: visible !important;
    }
}
@media (min-width: 1920px) {
    .hidden-xl {
        display: none !important;
    }
    .invisible-xl {
        visibility: hidden !important;
    }
    .visible-xl {
        visibility: visible !important;
    }
}
@media (min-width: 2560px) {
    .hidden-xxl {
        display: none !important;
    }
    .invisible-xxl {
        visibility: hidden !important;
    }
    .visible-xxl {
        visibility: visible !important;
    }
}

.ql-editor p *[style*='inline-block'] {
    text-indent: 0px;
}
.ql-snow .ql-editor {
    max-height: 70vh;
}
.ql-editor table {
    width: auto !important;
}
.ql-toolbar.ql-snow {
    background-color: #FaFcFc;
}

.label-field-view-input-wrapper > label {
    top: -60% !important;
}

.ql-font.ql-picker, .ql-size.ql-picker {
    width: auto !important;
}
.ql-font.ql-picker .ql-picker-label, .ql-size.ql-picker .ql-picker-label {
    padding-right: 20px;
}

.ql-font-georgia, .ql-font .ql-picker-options .ql-picker-item[data-value="georgia"] {
    font-family: Georgia;
}

.ql-font-times-new-roman, .ql-font .ql-picker-options .ql-picker-item[data-value="times-new-roman"] {
    font-family: 'Times New Roman';
}

.ql-font-roboto, .ql-font .ql-picker-options .ql-picker-item[data-value="roboto"] {
    font-family: Roboto;
}

.ql-font-arial, .ql-font .ql-picker-options .ql-picker-item[data-value="arial"] {
    font-family: Arial;
}

.ql-size-10pt, .ql-size .ql-picker-options .ql-picker-item[data-value="10pt"] {
    font-size: 10pt;
}

.ql-size-12pt, .ql-size .ql-picker-options .ql-picker-item[data-value="12pt"] {
    font-size: 12pt;
}

.ql-size-14pt, .ql-size .ql-picker-options .ql-picker-item[data-value="14pt"] {
    font-size: 14pt;
}

.ql-size-16pt, .ql-size .ql-picker-options .ql-picker-item[data-value="16pt"] {
    font-size: 16pt;
}

.ql-size-18pt, .ql-size .ql-picker-options .ql-picker-item[data-value="18pt"] {
    font-size: 18pt;
}

.ql-size-20pt, .ql-size .ql-picker-options .ql-picker-item[data-value="20pt"] {
    font-size: 20pt;
}

.ql-snow .ql-tooltip[data-mode="video"]::before {
    content: "Adresa videa:";
}

.ql-snow .ql-tooltip[data-mode="link"]::before {
    content: "Adresa odkazu:";
}

.ql-snow .ql-tooltip.ql-editing {
    z-index: 1100;
    background-color: white;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: "Vložit";
    font-family: Roboto, Arial;
}
.ql-my-icon path {
    stroke: #444444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
button:hover .ql-my-icon path {
    stroke: #0066cc;
}
.ql-table-better:hover svg path {
    fill: #0066cc;
}
.my-ql-import-excel:hover {
    color: yellowgreen !important;
}
.my-ql-import-word:hover {
    color: deepskyblue !important;
}
.ql-view img {
    max-width: 100%;
}
.ql-view.ql-editor {
    overflow-y: initial;
    overflow-x: auto;
}
.ql-view.ql-editor p:empty::before {
    content: ' ';
    font-size: 0px;
}
.ql-view.ql-editor a {
    color: dodgerblue;
    text-decoration: underline;
}
.ql-undo[disabled], .ql-redo[disabled], .ql-undo[disabled]:hover, .ql-redo[disabled]:hover {
    color: darkgray !important;
    fill: darkgray !important;
    cursor: default;
}
.ql-bubble.ql-container {
    border: 1px solid gray;
    border-radius: 11px;
}
.ql-bubble .ql-editor {
    overflow-y: initial;
}
.ql-bubble .ql-tooltip {
    z-index: 1500 !important;
}
.ql-bubble .ql-editor {
    font-size: 1rem;
}
.ql-editor.ql-blank::before {
    position: initial;
}
span.mention[data-denotation-char='@'] {
    background-color: #d3eef7;
}
span.mention[data-denotation-char='#'] {
    background-color: lightgray;
}

.vr {
    border-left: 1px solid silver;
}
.h-6 {
    height: 24px;
}
.page-panel {
    background-color: #f0f7fe;
}
.page-panel .mud-input-control-margin-dense {
    background-color: white;
}
.page-section-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: steelblue;
}
.post-header {
    background-color: #FaFcFe;
    border-color: #bdcadf;
    border-radius: 14px;
    border-width: 1px;
}
.b-rs1px {
    border-width: 0px 1px 0px 0px;
    border-color: darkgray;
}
.hover-border {
    border-radius: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.hover-border:hover {
    border-color: gray;
}
.comment-header {
    background-color: #FcFdFF;
}
.comment-body {
    border-radius: 0px 0px 14px 14px;
}
.comment-notice-unseen .comment-header {
    background-color: #ffff9f;
}
.comment-serious .comment-body {
    background-color: #edfaff;
    border-color: #bdcadf;
    border-width: 0px 1px 1px 1px;
    margin-bottom: 8px;
}
.comment-deleted .comment-header {
    background-color: #f4f4f4;
    border-radius: 14px;
    margin-bottom: 8px;
}
.comment-un {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0px !important;
    line-height: 1.4;
    color: black !important;
}
.comment-dt {
    color: gray;
    font-size: 0.8rem;
    margin-bottom: 0px !important;
    line-height: 1.1;
}
.comment-dte {
    margin-left: 8px;
    color: mediumpurple;
}
.comment-view.ql-editor, .comment-editor .ql-editor {
    font-size: 1rem;
    line-height: 1.2;
}
.comment-view.ql-editor > *, .comment-editor .ql-editor > * {
    margin-bottom: 8px !important;
}
.comment-view.ql-editor > *:last-child, .comment-editor .ql-editor > *:last-child {
    margin-bottom: 0px !important;
}
.comment-view.ql-editor blockquote {
    border-left: 4px solid #ccc;
    padding-left: 16px;
}
.comment-view.ql-editor a {
    color: dodgerblue;
    text-decoration: underline;
}
.comment-view.ql-editor blockquote a, .comment-editor .ql-editor blockquote a {
    color: gray !important;
    text-decoration: none !important;
    white-space: initial !important;
}
.comment-view ul {
    padding-left: 3em;
    list-style-type: disc !important;
}
.comment-view ol {
    padding-left: 3em;
    list-style-type: decimal !important;
}
.comment-view li {
    list-style-type: inherit !important;
    padding-left: 0;
}
.comment-view ol ol {
    list-style-type: lower-alpha !important;
}
.comment-view ol ol ol {
    list-style-type: lower-roman !important;
}
.comment-view ol ol ol ol {
    list-style-type: decimal !important;
}
.comment-view ol ol ol ol ol {
    list-style-type: lower-alpha !important;
}
.comment-view ol ol ol ol ol ol {
    list-style-type: lower-roman !important;
}