.text-nowrap {
    white-space: nowrap
}

.text-italic {
    font-style: italic;
}

.text-small {
    font-size: 0.9em !important;
}

.text-right {
    text-align: right;
}

.x-cell-top {
    vertical-align: top;
}

.notification .mud-badge.mud-badge-top.left.mud-badge-overlap {
    inset: auto calc(100% - 12px) calc(100% - 24px) auto;
}

#components-reconnect-modal a {
    color: #369;
}

.mud-icondrawer .mud-typography-subtitle1 {
    font-weight: 500;
}

.mud-icondrawer .mud-typography-subtitle2 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 1rem;
}

.mud-icondrawer .mud-paper {
    background-color: var(--mud-palette-background-grey);
}

.mud-icondrawer .mud-input-adornment {
    display: none;
}

.mud-nav-link.active svg {
    color: #f42f46 !important;
    color: rgba(244,47,70, 1) !important;
}

.mud-nav-link.active .mud-nav-link-text {
    /*color: rgba(255,152,0,1) !important;*/
    color: #ffa800 !important;
    color: rgba(255,168,0,1)
}

.mud-iconcode {
    font-size: 12px;
    overflow: hidden;
    user-select: all;
    letter-spacing: normal;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    -webkit-font-smoothing: subpixel-antialiased;
}

.docs-icon-panel {
    height: 128px;
    width: 100%;
    max-width: 112px;
    padding: 0px 6px;
    margin: 16px 12px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius: var(--mud-default-borderradius);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

    .docs-icon-panel:focus {
        outline: 2px solid var(--mud-palette-primary);
    }

    .docs-icon-panel:focus-visible {
        background-color: var(--mud-palette-action-default-hover);
        outline: none;
    }

    .docs-icon-panel .mud-svg-icon {
        font-size: 40px;
        margin-top: 12px;
    }

    .docs-icon-panel .mud-typography {
        margin-bottom: 4px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .docs-icon-panel:hover {
        cursor: pointer;
        background-color: var(--mud-palette-action-default-hover);
    }

div.elfinder {
    z-index: 2000 !important;
}

.tox.tox-tinymce-aux {
    z-index: 2000 !important;
}

.mud-table-cell {
    font-size: 0.8rem;
    line-height: 1.2;
    
}

.mud-nav-link {
    font-size: 0.80rem;
    line-height: 2;
}

.mud-navmenu .mud-tooltip-root.mud-tooltip-inline {
    display: inline
}

.mud-table-body .mud-table-row:last-child {
    border-bottom: 1px;
}

.disable-color {
    color: #d0b5bd !important;
    -ms-opacity: 0.75;
    opacity: 0.75;
    text-decoration: line-through !important;
    font-style: italic !important;
}

.keyword-color {
    color: #0dcaf0 !important;
}

input {
    font-size: 0.85em !important;
}

.mud-breadcrumb-item a {
    color: var(--mud-palette-primary) !important;
}

    .mud-breadcrumb-item a:hover {
        color: var(--mud-palette-error) !important;
    }

th {
    color: #0dcaf0 !important;
    text-transform: uppercase;
    font-weight: bolder;
}

.x-table-controls {
    width: 65px;
}

.x-controls-rdc {
    width: 100px !important;
}

.x-table-3-controls {
    width: 98px;
}

.mud-sm-table .mud-table-cell {
    padding: 6px !important;
    align-items: start;
    font-weight: lighter;
    vertical-align: top;
}

.border-table-line {
    border-color: var(--mud-palette-table-lines);
}

@media (min-width: 960px) {
    .mud-sm-table .mud-table-cell.x-cell-haschild-table {
        vertical-align: top;
    }
}

@media (max-width: 960px) {
    .mud-sm-table .mud-table-cell:before {
        width: 15%;
        color: #0dcaf0 !important;
    }

    .mud-sm-table .mud-table-cell .x-table-content {
        width: 85%;
        padding-bottom: 10px;
        border-bottom: 1px dotted var(--mud-palette-table-lines);
    }

    .x-table-controls {
        width: 85% !important;
        text-align: right
    }
    
    .x-controls-rdc {
        width: 85% !important;
        text-align: right
    }
}

@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell:before {
        width: 15%;
        color: #0dcaf0 !important;
    }

    .mud-xs-table .mud-table-cell .x-table-content {
        width: 85%;
        padding-bottom: 10px;
        border-bottom: 1px dotted var(--mud-palette-table-lines);
    }

    .x-table-controls {
        width: 85% !important;
        text-align: right
    }

    .x-controls-rdc {
        width: 85% !important;
        text-align: right
    }

    .mud-xs-table .mud-table-cell {
        width: 100% !important;
    }
}

table.x-table-content {
    width: 100%;
    border-collapse: collapse;
}

    table.x-table-content td {
        padding: 5px;
        border: 1px dashed var(--mud-palette-table-lines);
        font-weight: normal;
    }

.layout-menu {
    max-height: 70vh;
    margin: 0 10px;
}

.layout-menu-item {
    font-size: 0.75rem;
    border-top: 1px dashed var(--mud-palette-table-lines);
    padding: 0 10px !important;
}

layout-menu-item h6 {
    font-size: 1rem;
}

@media(max-width: 600px) {
    .layout-menu {
        width: calc(100% - 20px);
        margin: 0 10px;
        right: 0;
        left: 0 !important;
    }

    .layout-menu-item {
        font-size: 0.70rem;
    }

        .layout-menu-item h6 {
            font-size: 0.75rem;
        }
}

@media (max-width: 960px) {
    .layout-menu {
        max-height: 70vh;
    }
}

.selected {
    background-color: #1E88E5 !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }

.tox.tox-fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 10001 !important;
}

.rdc-header {
    
}

.rdc-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    top: 40px;
    opacity: .95;
    animation: slideDown 0.5s ease-out;
    z-index: 100;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.mud-list-item-text p{
    font-weight: 400;
}

.table-okr td,
.table-okr td a p,
.table-okr td div,
.table-okr td p {
    font-size: 1rem;
}