html {
    font-size: 16.5px;
}

/* firefox */
* {
    scrollbar-color: #808080;
    scrollbar-width: thin;
}

body .proconom-app {
    font-family: 'Open Sans', Roboto, 'Font Awesome 5 Free';
}

.full {
    min-height: 100vh;
}

body {
    background-color: #fff;
    font-size: 14px;
}

@media (hover: hover) {
    i.no-change-color:hover {
        color: inherit;
    }
}

:root {
    --rozpocet: #006680;
    --prostavenost: #009c5e;
    --faktury-light-blue: #009eff;
    --almost-white: #f7f7f7;
    --text-red: #ca1e25ff;
    --extra-light: #f1f1f1;
    --extra-light-grey: #dfdfdf;
    --lighter-grey: #c3c3c3;
    --light-grey: #979797;
    --grey: #999b9c;
    --light: #f9f9fa;
    --extra-dark-grey: #3a3a44;
    --dark-grey: #757575;
    --zelena: #009c5e;
    --denik: #ffa247;
}

.canvas {
    position: inherit !important;
}

.logo {
    width: 2.5rem;
}

.disable-user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.textAnnotation {
    border: none !important;
}

.display-none {
    display: none;
}

.text-light-grey {
    color: var(--light-grey);
}

.form-control:focus {
    background-color: #fcfcfd;
}

.fw-400 h4,
.fw-400 h5,
.fw-400 {
    font-weight: 400;
}

.no-button-style {
    border: none;
    background: none;
    padding: 0;
}

.no-button-style:focus {
    outline: none;
}

.no-button-icon-style {
    border: none;
    background: none;
    padding: 0;
}

select *:hover {
    background: blue;
}

option:focus {
    outline: red auto 5px;
}

body .proconom-app .p-component {
    font-family: inherit;
}

td.table-icon-documents {
    width: 30px;
    padding-right: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
    background-color: #dee2e6;
}

.custom-file .custom-file-label::after {
    content: 'Vybrat';
    background: #ca1e25;
    color: white;
}

.form-control:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ca1e25;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.bg-light-grey {
    background: var(--light-grey);
}

.video-login {
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-profile {
    border-radius: 50%;
    width: 3.0625rem;
    height: 3.0625rem;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.1rem;
}

.top-shadow {
    box-shadow: 0 -6px 20px 0 rgba(0, 0, 0, 0.5);
}

[class^='icon-']:before,
[class*=' icon-']:before {
    display: inline;
}

.error-4 {
    font-size: 5rem;
    color: #959596;
}

.bg-black {
    background: black;
}

.bg-dark-grey {
    background: #212121;
}

.btn-error {
    background: #bc1c22;
    color: white;
    font-weight: 300;
    letter-spacing: 4px;
    box-shadow: 0 0 2px 4px #bc1c22;
}

.cesta-error {
    margin-right: 7%;
}

.initials {
    color: var(--text-red);
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.text-dark-grey {
    color: #757575;
}

.full-without-top {
    min-height: calc(100vh - 102px);
}

.round-icon {
    font-size: 0.625rem;
}

.text-red,
.MuiSvgIcon-root.text-red {
    color: var(--text-red);
}

a:hover {
    text-decoration: none;
}

.lighter-grey {
    color: var(--lighter-grey);
}

.bg-lighter-grey,
.focused-control-lighter-grey:focus {
    background: var(--lighter-grey);
}

.bg-lighter-grey,
.focused-control-extra-lighter-grey:focus {
    background: var(--extra-light-grey);
}

.bg-extra-light-grey {
    background: var(--extra-light-grey);
}

.SplitPane {
    position: relative !important;
    overflow: visible !important;
}

.border-bottom-2-transp {
    border-bottom: 2px solid transparent;
}

select {
    color: var(--text-red);
}

.documents .table td {
    border: none;
}

.headline-shadow {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.documents-type .form-control {
    border: 0;
    background: white;
}

.light-shadow {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
}

.documents .table th {
    border: none;
}

.documents .table .thead-dark th {
    background-color: var(--grey);
}

.text-grey,
.MuiSvgIcon-root.text-grey {
    color: #999b9c !important;
}

.grey-filter:hover {
    filter: invert(18%) sepia(3%) saturate(62%) hue-rotate(155deg) brightness(94%) contrast(99%);
}

.background-light .select-new,
.background-light input {
    background: var(--light) !important;
}

.selected {
    color: pink;
}

input.cursor-carret {
    cursor: text;
}

input.border-bottom {
    border-bottom: 1px solid black;
}

.grey-button {
    color: var(--light-grey);
    background: white;
    border: 1px solid var(--light-grey);
    padding: 0.3125rem;
}

.grey-button:hover {
    background: var(--light-grey);
    color: white;
}

.top-bar {
    z-index: 1100;
    height: 85px;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

a,
body a,
body .proconom-app a {
    color: #ca1e25;
}

body .proconom-app a:hover {
    text-decoration: none;
    color: #ca1e25;
    opacity: 0.85;
}

.pointer {
    cursor: pointer;
}

a .menu-default-hover:hover,
a.active .menu-default-hover {
    color: var(--text-red);
}

.menu-default {
    max-width: 95px;
    height: calc(100% - 4.1rem);
}

.dropdown-second i {
    padding-left: 0.3125rem;
}

.menu-default small {
    font-size: 0.75rem;
    letter-spacing: -0.4px;
    font-weight: 400;
}

.DayPickerInput input {
    overflow: visible;
    border: none;
    text-align: right;
    color: #e4a2a4;
    font-size: 1.125rem;
}

.DayPickerInput input:focus {
    outline: none;
}

.ml-menu-width {
    margin-left: 95px;
}

.DayPickerInput input {
    cursor: pointer;
}

.DayPickerInput input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e4a2a4;
}

.DayPickerInput input::-moz-placeholder {
    /* Firefox 19+ */
    color: #e4a2a4;
}

.DayPickerInput input:-ms-input-placeholder {
    /* IE 10+ */
    color: #e4a2a4;
}

.DayPickerInput input:-moz-placeholder {
    /* Firefox 18- */
    color: #e4a2a4;
}

.proconom-bg {
    background: var(--text-red);
    color: white;
}

button:focus {
    outline: none;
}

button.podpis-skupiny-button-aktivni {
    border-left: 2px solid var(--text-red);
    background: var(--dark-grey);
    color: var(--extra-light-grey);
}

.center-horizontal-vertical {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.background-grey {
    background-color: #f2f2f2 !important;
}

.image-upload > input {
    display: none;
}

.table-striped-custom tbody tr:nth-of-type(odd) {
    background-color: var(--extra-light-grey);
}

.table-striped-custom td {
    padding: 0.05rem 0.25rem;
    border: none;
    font-size: 0.85rem;
}

.table-striped-custom tr {
    padding-left: 3px;
}

.table-close-icon {
    font-size: 1.3rem !important;
}

.w-120px {
    width: 120px;
}

.overflow-auto {
    overflow: auto;
}

.max-h-400 {
    max-height: 400px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
    opacity: 1;
    cursor: default;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ls-08 {
    letter-spacing: -0.8px;
}

.mw-125 {
    max-width: 125px;
}

input:focus {
    outline: none;
}

.text-black {
    color: black;
}

.text-black input::placeholder {
    color: black;
}

.text-light {
    color: var(--light);
}

input.readonly,
input.readonly::placeholder {
    background: #888888 !important;
    color: white;
    cursor: default;
}

.bg-rozpocet,
.rozpocet .select-new .options p,
.blue .select-new .options p {
    background: var(--rozpocet);
}

.text-extra-light-grey {
    color: var(--extra-light-grey);
}

.top-panel-default-list [class*='MuiListItemIcon-root'] {
    min-width: 40px;
}

.top-panel-default-list [class*='MuiButtonBase-root'] {
    padding: 1rem 2.5rem;
}

.top-panel-default-list [class*='MuiTypography-body'] {
    font-weight: 600;
    color: grey;
}

.fs-h1 {
    font-size: 2.5rem;
}

.fs-h2 {
    font-size: 2rem;
}

.fs-h3 {
    font-size: 1.75rem;
}

.fs-h4 {
    font-size: 1.5rem;
}

.fs-h5 {
    font-size: 1.25rem;
}

.fs-h6 {
    font-size: 1rem;
}

.bg-almost-white {
    background: var(--almost-white);
}

.text-green {
    color: var(--zelena);
}

.text-light-blue,
.faktury-active,
.faktury-hover:hover {
    color: var(--faktury-light-blue);
}

.icon-before-m-0:before {
    margin: 0;
}

.opacity-hover:hover {
    opacity: 0.8;
}

#wtfvykaz {
    background-color: pink;
}

#wtfvykaz r t {
    color: #bc1c22;
}

#wtfvykaz r v {
    color: cornflowerblue;
}

.border-light-radius {
    padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.extra-small {
    font-size: 0.5625rem;
}

::placeholder {
    font-size: 85%;
    line-height: 24px;
}

.placeholder-lowercase::placeholder {
    text-transform: none;
}

article:focus {
    outline: none;
}

.user-detail {
    position: absolute;
    width: 40vw;
    right: 0;
    background: white;
    top: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.w-50px {
    width: 50px;
}

::selection {
    background: #c3bcbc;
}

.drag-scroll {
    overflow-y: auto;
    overflow-x: auto;
    height: calc(100% - 77px);
}

.w-28px {
    width: 28px;
}

.dragover-tree-node {
    color: blue !important;
}

.border-none {
    border: none;
}

.nahled img {
    max-width: 100%;
}

.min-w-50 {
    min-width: 50px !important;
}

.table-th-border {
    border: 1px solid var(--extra-light-grey);
}

.table-th-border thead th {
    border: 1px solid var(--dark-grey);
}

.h-25 {
    height: 25px;
}

th.p-sortable-column.dmsNazev .pi-sort-amount-down:before {
    color: black;
    content: '\e999' !important;
}

th.p-sortable-column.dmsNazev .pi-sort-amount-up-alt:before {
    color: black;
    content: '\e99c' !important;
}

.hide-if-empty:empty {
    display: none;
}

*:focus {
    outline: none !important;
    outline-offset: 0;
    /* box-shadow: none !important; */
}

.css-1pahdxg-control {
    box-shadow: none !important;
    border-color: #cccccc !important;
}

.css-1pahdxg-control:hover {
    border-color: #cccccc !important;
}

.menu-custom-underline {
    border-bottom: 2px solid #c3c3c3;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
}

.menu-custom-underline-active {
    border-bottom: 2px solid var(--text-red);
    border-radius: 0;
}

/* .css-1n7v3ny-option {
    background: var(--extra-light-grey) !important;
}

.css-1pahdxg-control:hover {
    border-color: var(--light-grey) !important;
}

.css-1pahdxg-control {
    box-shadow: none !important;
    border-color: var(--light-grey) !important;
}

.css-9gakcf-option {
    background: var(--text-red) !important;
} */

.MuiInput-underline:after {
    border-bottom: 2px solid var(--dark-grey) !important;
}

.MuiTableCell-alignRight input {
    text-align: right;
}

.proconom-app .css-26l3qy-menu {
    z-index: 10;
    overflow-y: scroll;
    min-height: 74px;
    box-sizing: border-box;
    overflow: auto;
}

.proconom-app .css-26l3qy-menu > div {
    padding: 0;
}

.proconom-app .css-1ml51p6-MenuList {
    padding-top: 0;
    padding-bottom: 0;
}

MuiInputBase-root input.MuiInputBase-input::placeholder {
    font-size: 0.625rem;
    color: red;
}

.css-1uccc91-singleValue {
    font-size: 0.875rem;
    letter-spacing: normal;
}

.proconom-app .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside),
.proconom-app .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover,
.proconom-app
    .DayPicker:not(.DayPicker--interactionDisabled)
    .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    color: white;
    background: var(--light-grey);
}

.proconom-app .DayPicker-Day {
    padding: 0.35rem 0.5rem;
}

.proconom-app .DayPicker-Day--today {
    color: #333333;
    font-weight: 700;
}

.border-grey {
    border: 1px solid var(--light-grey);
}

.border-dark {
    border: 1px solid var(--dark);
}

.p-tree.p-component.p-tree-selectable {
    width: 100%;
}

.break-word {
    word-break: break-word;
}

.min-h-75 {
    min-height: 75px;
}

.border-select .select-icon i {
    padding-top: 3px;
}

.fs-14 {
    font-size: 0.875rem;
}

.focus-grey .form-control:focus {
    border: 1px solid darkgray;
}

.overflow-visible,
.Pane2-overflow-visible .Pane2 {
    overflow: visible;
}

.text-dark {
    color: var(--dark);
}

#btn-datum-proconom i {
    color: var(--text-red);
}

.faktury #btn-datum-proconom i,
.light-blue-datum #btn-datum-proconom i {
    color: var(--faktury-light-blue);
}

.MuiTab-wrapper {
    font-size: 0.875rem;
}

#dragdrop-window-height .SplitPane,
.dragdrop-cen-dat .SplitPane {
    min-height: 100%;
}

#dragdrop-window-height .SplitPane .Pane1,
.dragdrop-cen-dat .SplitPane .Pane1 {
    height: 100%;
}

#dragdrop-window-height .SplitPane .Pane2,
.dragdrop-cen-dat .SplitPane .Pane2 {
    overflow: auto;
}

#dragdrop-window-height {
    height: calc(100% - 100px);
}

.dragdrop-cen-dat {
    height: 100%;
}

body .proconom-app .p-overlaypanel:before,
body .proconom-app .p-overlaypanel:after {
    display: none;
}

.stavebni-denik #btn-datum-proconom i {
    color: var(--denik);
}

.text-denik,
.denik-hover:hover,
.denik-active {
    color: var(--denik);
}

body .stavebni-denik .menu-custom-underline:hover,
.zlute-podtrzeni-menu .menu-custom-underline:hover {
    color: var(--denik);
    border-bottom: 2px solid var(--denik);
}

.stavebni-denik .menu-custom-underline-active,
.zlute-podtrzeni-menu .stavebni-denik .menu-custom-underline-active {
    border-bottom: 2px solid var(--denik);
    color: var(--denik);
    font-weight: 500;
}

.stavebni-denik .denik-inner .MuiInputBase-root .MuiIcon-root {
    color: var(--denik);
}

body .proconom-app .p-overlaypanel:before,
body .proconom-app .p-overlaypanel:after {
    display: none;
}

.stavebni-denik #btn-datum-proconom i {
    color: var(--denik);
}

.text-denik,
.denik-hover:hover,
.denik-active {
    color: var(--denik);
}

.stavebni-denik .menu-custom-underline-active {
    border-bottom: 2px solid var(--denik);
    color: var(--denik);
    font-weight: 500;
}

.stavebni-denik .denik-inner .MuiInputBase-root .MuiIcon-root {
    color: var(--denik);
}

.ortofotomapa .MuiSlider-root {
    color: var(--denik);
}

.ortofotomapa .p-button,
.ortofotomapa .p-button:enabled:active {
    background-color: var(--denik) !important;
    border: 1px solid var(--denik) !important;
    cursor: pointer;
}

.ortofotomapa .p-button:enabled:hover {
    background-color: var(--denik);
    border: 1px solid var(--denik);
    opacity: 0.8;
}

.ortofotomapa .p-inputtext {
    border: 1px solid var(--denik);
}

.ortofotomapa-image {
    height: calc(100vh - 260px);
}

.ortofotomapa .p-inputtext:enabled:focus {
    border-color: var(--denik);
}

.ortofotomapa-item {
    border: 1px solid var(--denik);
    border-radius: 0.2rem;
    margin-top: 1rem;
    padding: 0.3rem;
}

.btn-tab-ortomapy:nth-child(1n).menu-custom-underline-active {
    border-bottom: 2px solid var(--denik);
    color: var(--denik);
    border-radius: 0;
}

.drag-logo {
    height: 30px;
    padding-right: 1rem;
}

.ortofotomapa-view {
    position: absolute;
}

.rozpocet {
    color: rgba(13, 68, 93, 0.93);
}

.realizace {
    color: #009b5e;
}

.dokonceno {
    color: black;
}

.dur {
    color: #52526c;
}

.dsp {
    color: #007197;
}

.studie {
    color: #9f2c89;
}

.proconom-app .MuiExpansionPanelActions-root {
    padding: 0.5rem 0 0;
}

.smaller {
    font-size: 0.9rem;
}

.proconom-app .makeStyles-tabs-13 {
    border: none;
}

.proconom-app .MuiTabs-flexContainerVertical {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    margin-right: 0.5px;
}

.proconom-app .css-yk16xz-control {
    cursor: pointer;
}

.css-26l3qy-menu .custom-option {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: inherit;
    padding: 8px 12px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.css-26l3qy-menu .custom-option:hover {
    background: var(--extra-light-grey) !important;
}

.css-26l3qy-menu .custom-option p {
    margin: 0;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top .p-tabview-nav li {
    width: 50%;
    margin: 0;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top .p-tabview-nav li a {
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--denik);
    background-color: transparent;
    color: var(--denik);
    padding: 0.5rem;
    font-weight: normal;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a {
    background-color: var(--denik);
    border: 1px solid var(--denik);
    color: #ffffff;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
    background-color: var(--denik);
    opacity: 0.8;
    border: 1px solid var(--denik);
    color: #ffffff;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top .p-tabview-nav li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.stavebni-denik .tree-design p {
    margin-bottom: 0.5rem;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top .p-tabview-nav li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.stavebni-denik .tree-design .p-tabview .p-tabview-panels {
    border: none;
}

.stavebni-denik .tree-design .p-tabview.p-tabview-top {
    padding: 0 0.6rem;
}

.stavebni-denik .tree-design .p-tabview .p-tabview-panels {
    padding: 0.3rem;
}

[type='radio']:checked,
[type='radio']:not(:checked) {
    display: none;
}

[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
    position: relative;
    padding-left: 20px;
    line-height: 15px;
    cursor: pointer;
}

[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 0.12rem solid black;
    border-radius: 100%;
}

[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--text-red);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type='radio']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type='radio']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vertical-middle-table thead th {
    vertical-align: middle;
}

.x-auto {
    overflow-x: auto;
}

.proconom-app .p-tree .p-treenode-droppoint {
    height: 0;
}

body .proconom-app .p-tree .p-tree-container .p-treenode .p-treenode-content {
    padding: 0.1rem 0;
}

.border-red-button {
    border: 1px solid #e24a4a;
}


th.p-sortable-column.dmsNazev .pi-sort-amount-down:before,
th.p-sortable-column.dmsNazev .pi-sort-amount-up-alt:before {
    color: var(--text-red);
}

body .proconom-app .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon,
th.p-sortable-column.dmsNazev:hover .pi-sort-amount-down:before,
th.p-sortable-column.dmsNazev:hover .pi-sort-amount-up-alt:before {
    color: #c52121;
}

.Pane1 {
    z-index: 5;
}

.novyUtvarStavba button {
    width: 100%;
    padding: 2rem;
    border: none;
    background: var(--extra-light);
    border: 3px solid var(--extra-light);
    cursor: pointer;
    border-radius: 0.5rem;
}

.novyUtvarStavba button:hover {
    color: var(--text-red);
    border-bottom: 3px solid var(--text-red);
    opacity: 0.9;
}

.novyUtvarStavba button:hover i {
    color: var(--text-red);
}

.MuiFormLabel-root.Mui-focused {
    color: rgba(0, 0, 0, 0.54) !important;
}

body .proconom-app #folder-perms-tree .p-component-overlay,
body .proconom-app .strom-dokumenty .p-component-overlay {
    background: white !important;
}

.logo-header {
    max-height: 35px;
}

.box-label {
    background: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
}

.bg-blue-gray {
    background: #363640;
}

.border-blue-gray {
    border: #363640;
}

.box-size {
    height: 300px;
    overflow: auto;
}

.box-size-sm {
    height: 130px;
    overflow: auto;
}

.icon-box-left-bottom {
    position: absolute;
    bottom: -0.8rem;
    left: -0.8rem;
    color: var(--text-red);
    background: white;
    border-radius: 100%;
    cursor: pointer;
}

.icon-box-left-bottom:hover {
    transition-duration: 500ms;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 1.05s ease-in-out;
    -ms-transition: transform 1.05s ease-in-out;
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

.weather-icon {
    font-size: 5rem;
}

.text-none,
.text-none .MuiButton-root {
    text-transform: none;
}

.stavba-lista {
    padding-left: 1rem;
    color: #bfbfbf;
    font-size: 1.1rem;
    font-weight: 500;
}

.documenty-icons .MuiButtonBase-root {
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    color: grey;
    font-weight: normal;
}

.documents-content .MuiTableCell-sizeSmall.MuiTableCell-paddingCheckbox {
    padding: 0 0 0 10px;
}

.documents-content .MuiCheckbox-colorSecondary.Mui-checked {
    color: #1b8c17;
}

.documents-content th {
    color: grey;
    font-size: 0.95rem;
    font-weight: 700;
}

.documents-content .MuiPaper-elevation1 {
    box-shadow: none;
}

.border-radius {
    border-radius: 100%;
}

.posun-placeholder input::placeholder {
    line-height: 17px;
}

.no-underline [class*='MuiInput-underline']::before {
    transition: none;
    content: none;
}

.no-underline [class*='MuiInput-underline']::after {
    transition: none;
    content: none;
}

.versions .MuiTableCell-sizeSmall {
    padding-right: 10px;
}

.versions .MuiTableCell-head {
    color: grey;
}

.versions .MuiPaper-elevation1 {
    box-shadow: none;
}

.breadcrumb-item.active {
    color: black !important;
}

.breadcrumb-item:hover {
    text-decoration: underline;
}

.proconom-app .reports .MuiTypography-body1 {
    font-size: 0.85rem;
}

.MuiDialog-root {
    margin-right: auto;
    margin-left: auto;
}

.text-red {
    color: var(--text-red);
}

.border-red {
    border-color: var(--text-red);
}

.text-grey .MuiButton-root {
    color: grey;
}

.center-loader svg {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.MuiButton-root.br-0 {
    border-radius: 0;
}

.w-100-form-control .MuiFormControl-root {
    width: 100%;
}

.drawer-icon svg {
    width: 14px;
    height: 14px;
    fill: grey;
}

.drawer-icon-selected {
    background-color: var(--extra-light-grey);
}

.documents-content .MuiTableBody-root .MuiCheckbox-root {
    display: none;
}

.documents-content .MuiTableBody-root .MuiTableRow-root:hover .MuiCheckbox-root,
.documents-content .MuiTableBody-root .MuiTableRow-root .MuiCheckbox-root.Mui-checked {
    display: inline;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-orange {
    color: #f17c56;
}

.map {
    width: 400px;
    height: 400px;
}

#MicrosoftNav {
    display: none;
}

.vetsi-ikony i {
    font-size: 24px;
}

.vetsi-ikony svg {
    width: 25px;
    height: auto;
}

.MuiButtonBase-root.removeBtnInformovaneOsoby {
    position: absolute;
    top: 0;
    right: 5px;
}

.MuiIconButton-root.sm-padding-mui-icon {
    padding: 6px;
}

.modal-wrapper {
    position: absolute;
    padding: 1rem;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14),
        0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.modal-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-md {
    width: 500px;
}

.modal-bg {
    height: calc(100vh - 100px);
    width: calc(100vw - 100px);
}

.modal-bg-auto {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 100px);
}

.modal-max-h {
    max-height: 95%;
    overflow: auto;
}

.modal-close-button {
    position: absolute;
    top: -0.8rem;
    right: -0.8rem;
    color: white;
    background: var(--text-red);
    border-radius: 100%;
    cursor: pointer;
    box-shadow: none;
    border: none;
    width: 1.8rem;
    padding: 0;
    height: 1.8rem;
    display: flex;
}

.modal-close-button svg {
    margin: auto;
}

.modal-close-button-grey {
    position: absolute;
    top: 1.75rem;
    right: 1rem;
    color: gainsboro;
    cursor: pointer;
    font-size: 2rem;
    z-index: 2;
}

/* example-split.css */
.split-horizontal {
    display: flex;
    width: 100%;
    height: 100%;
}

.split-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pane {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.gutter {
    flex-shrink: 1;
    flex-grow: 0;
    background: white;
}

.gutter-horizontal {
    transition: all 0.2s;

    cursor: col-resize;
    border-right: 3px solid lightgrey;
    flex-basis: 5px !important;
}

.gutter-vertical {
    transition: all 0.2s;

    cursor: row-resize;
    border-bottom: 3px solid lightgrey;
    flex-basis: 5px !important;
}

.gutter-vertical:hover {
    border-bottom: 3px solid grey;
}

.gutter-horizontal:hover {
    border-right: 3px solid grey;
}

.gutter-dragging.gutter-horizontal:hover {
    border-right: 5px solid grey;
}

/* end react-split-it */

.m-documents-in-modal {
    margin-top: 45px;
}

.preview-smaller-pdf .h-pdf-viewer {
    height: 100%;
    width: 100%;
}

.preview-smaller-pdf-wrapper {
    height: 100%;
}

.preview-smaller-pdf-wrapper .pane:last-of-type {
    overflow: auto;
}

.MuiFormControl-root-10.border-default {
    border: 1px solid black;
}

.MuiAppBar-colorDefault.header-settings-red-bg {
    background-color: transparent;
    box-shadow: none;
    color: var(--red);
}

.header-settings-red-bg .MuiTab-textColorPrimary.Mui-selected {
    background: var(--red);
    color: white;
}

.header-settings-red-bg .MuiTabs-indicator {
    height: 0;
}

.header-settings-red-bg .MuiTab-root {
    min-height: 35px;
}

.folder-properties-control .document-folder-information {
    display: none;
}

.strom-dokumenty .pi-caret-right::before {
    content: '\F07B';
    font-family: 'Font Awesome 5 Free';
}

.strom-dokumenty .pi-caret-down::before {
    content: '\F07C';
    font-family: 'Font Awesome 5 Free';
}

.documents-content .MuiTableCell-sizeSmall {
    padding: 12px;
}

.documents-content {
    height:100%;
}

.documents-header-vyssi-slozka {
    overflow: auto;
}

.documents-header-vyssi-slozka nav {
    font-size: 0.85rem;
}

.documents-header-vyssi-slozka .MuiBreadcrumbs-ol {
    flex-wrap: nowrap;
}

.documents-header-vyssi-slozka .MuiBreadcrumbs-ol li {
    white-space: nowrap;
}

.documents-content table tr th:nth-child(2) {
    min-width: 120px;
}

.table.table-card-rounded th {
    border-top: 0;
}

.table.table-card-rounded {
    margin: 0;
}

table.table-number td,
.table.table-number th {
    text-align: right;
    font-size: 0.9rem;
}

table.table-number th {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 0;
}

table.table-number td:first-child {
    text-align: left;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;
    border-top: none;
}

.MuiAppBar-colorDefault.header-settings-red-bg {
    background-color: transparent;
    box-shadow: none;
    color: var(--red);
}

.header-settings-red-bg .MuiTab-textColorPrimary.Mui-selected {
    background: var(--red);
    color: white;
}

.header-settings-red-bg .MuiTabs-indicator {
    height: 0;
}

.header-settings-red-bg .MuiTab-root {
    min-height: 35px;
}

.muibox-p-0 .MuiBox-root {
    padding: 0;
}

.max-w-90 {
    max-width: 90px;
}

.min-w-400 {
    min-width: 400px;
}

.mui-input-without-border .MuiInput-underline:before {
    border-bottom: 0;
}

.textfield-dark-bold-input .MuiInput-root {
    color: var(--extra-dark-grey);
    font-weight: 700;
}

.textfield-white-bold-input .MuiInput-root {
    color: white;
    font-weight: 700;
}

.header-settings .MuiTab-root {
    min-width: auto !important;
    font-weight: bold;
    padding: 6px 13px;
}

.cd-box {
    border-radius: 0rem;
    width: 100%;
    background: #f8f9fa;
    border-bottom: 3px solid #f8f9fa;
    cursor: pointer;
    padding: 0.4rem 1rem 0.55rem;
}

.cd-box-active {
    border-bottom: 3px solid var(--text-red);
}

.cd-box-active .cd-box-heading,
.cd-box:hover .cd-box-heading {
    color: var(--text-red);
}

.cd-box-icon {
    color: #3d3d3d;
    font-size: 4rem;
}

.cd-box-heading {
    color: #838d96;
    cursor: pointer;
}

body .copy-diary-choose-days input {
    border: 0;
    width: 100%;
}

body .p-datepicker table td > span.p-highlight {
    background-color: var(--text-red) !important;
}

.Mui-disabled .MuiSvgIcon-root {
    color: rgba(0, 0, 0, 0.2);
}

#widgetTreeObjectsDrawer .dx-drawer-panel-content {
    width: 300px !important;
}

#widgetOtherRecordsDrawer .dx-drawer-panel-content {
    width: 500px;
}

.dx-texteditor.dx-state-hover,
.dx-texteditor.dx-state-focused {
    border-color: var(--text-red) !important;
}

[class*='MuiPaper-elevation'] {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
        0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.widget .Pane1,
.widget .SplitPane {
    pointer-events: none;
}

.Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.Resizer {
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.Resizer.horizontal {
    height: 11px;
    margin: -5px 0;
    border-top: 5px solid rgba(0, 0, 0, 0.25);
    border-bottom: 5px solid rgba(0, 0, 0, 0.25);
    cursor: row-resize;
    width: 100%;
}

.Resizer.horizontal:hover {
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.disabled {
    cursor: not-allowed;
}
.Resizer.disabled:hover {
    border-color: transparent;
}

.Resizer.vertical {
    width: 11px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    /* border-right: 5px solid rgba(255, 255, 255, 0); */
    cursor: col-resize;
}

.Resizer.vertical:hover {
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.disabled:hover {
    border-color: transparent;
}

.Pane2 {
    height: 200px;
}

.e-grid .e-icon-filter.e-filtered::before{
    content: '\ea77' !important;
    font-size: 13px !important;
}

.e-headercell:has(> .e-icon-filter.e-filtered) .e-headertext {
    color: black !important;
    font-weight: 900 !important;
}