﻿* {
    margin: 0
}

html, body {
    height: 100%;
    font-family: 'Segoe UI'
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    background-color: #fff;
}

#AppHeader {
    width: 100%;
    height: 57px;
    text-align: right
}

#AppFooter {
    text-align: right;
    line-height: 33px;
    padding-right: 30px
}

#AppHeader > div > span.k-dropdownlist {
    width: 120px;
}

#LoginFooter {
    text-align: center;
    background-color: #ededed;
    padding: 20px;
}

.container {
    margin: 0 !important;
    max-width: none !important;
}

/* h1.title{height:54px;background-color:#DADADA;text-transform:uppercase;font-weight:bold;font-size:15px;color:#363636;line-height:54px;text-indent:20px;margin-bottom:0} */
/* h1.title:before{font-family:'FontAwesome';content:"\f105";margin-right:4px} */

#main-content {
    min-width: 750px;
}

#header-logo {
    width: 169px;
    height: 57px;
    background: url('images/top-logo.png') 0 0 no-repeat
}

#inner-logo-login {
    width: 309px;
    height: 104px;
    background: url('images/ar-logo.svg') 0 0 no-repeat;
    background-size: 309px 104px;
    margin-left: auto;
    margin-right: auto;
}

.dark-theme #header-logo {
    background: url('images/top-logo-white.png') 0 0 no-repeat
}

#header-title-wrapper {
    padding-left: 25px;
}

#header-title {
    font-size: 20px;
    font-family: 'Segoe UI';
    font-weight: bold;
}

#header-subtitle {
    font-size: 14px;
    font-family: 'Segoe UI';
    font-weight: bold;
}

#header-nav-menu {
    margin-right: 19px
}

.header-menu-login {
    background: url('images/login-icon.svg') 0px 18px no-repeat;
    padding-left: 30px !important;
    background-size: 16%;
}

.dark-theme .header-menu-login {
    background: url('images/login-icon-white.svg') 0px 18px no-repeat;
    padding-left: 30px !important;
    background-size: 16%;
}

#header-menu li.separator {
    margin-left: -3px
}

.icon-home {
    vertical-align: middle;
    font-size: 1.3em
}

.pad-left {
    margin-left: 5px
}

.pad-right {
    margin-right: 5px
}

.small-icon {
    font-size: 8px
}

.demo-content {
    padding: 19px;
    margin: 5px 0 25px 0;
    border: solid 1px #004A82;
    border-radius: 10px
}

.row-max {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .row-max:before,
    .row-max:after {
        display: table;
        content: " ";
    }

    .row-max:after {
        clear: both;
    }

    .row-max:before,
    .row-max:after {
        display: table;
        content: " ";
    }

    .row-max:after {
        clear: both;
    }

.editor-label,
.editor-field {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    align-self: center;
}

.arf-editor-label-after {
    margin-left: 3px;
    margin-right: 10px;
    align-self: center;
}

.editor-label {
    flex: 2;
}

.editor-field {
    flex: 3;
    display: flex;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

    .col-lg-12 div.row-max div.editor-label {
        width: 20.86%;
    }

    .col-lg-12 div.row-max div.editor-field {
        width: 79.14%;
    }

.editor-field span.k-dropdownlist,
.editor-field input.k-textbox,
.editor-field span.k-autocomplete,
.editor-field span.k-datetimepicker,
.editor-field .k-multiselect,
.editor-field .k-numerictextbox,
.editor-field .k-datepicker,
.editor-field .k-maskedtextbox,
.editor-field textarea,
.editor-field .k-upload,
.editor-field ul.k-radio-list,
.editor-field ul.k-checkbox-list,
.k-edit-cell span.k-dropdownlist {
    width: 100%;
}

/*.k-button {
    font-size: 12px !important;
}*/

textarea.k-textarea {
    padding: .3em .5em;
}

.k-state-disabled, .k-button.k-state-disabled, .k-button[disabled], .k-state-disabled .k-button,
.k-textbox[disabled], textarea[disabled], .ar-state-disabled, div[arf-component="Action"] [disabled] *,
li[arf-component="Action"][disabled], textarea.k-textarea:disabled, textarea.k-textarea[disabled] {
    filter: alpha(opacity=50);
    opacity: .6;
    pointer-events: auto;
}

.k-dropdownlist[aria-disabled="true"],
div[arf-component="Action"] [disabled],
div[arf-component="Action"] [disabled] *,
li[arf-component="Action"][disabled] {
    cursor: default;
    pointer-events: none;
}

.editor-field input[readonly=''].k-textbox {
    border-width: 0px;
}

.editor-field input[type='CheckBox'] {
    margin-top: 6px;
}

.field-label-checkbox div.editor-field {
    width: auto;
}

.editor-label label {
    margin-top: 5px;
}

.k-window {
    height: auto;
    position: absolute !important; /* poprawa - popupy przesuwają się na dół przy zmianie stylu z niebieskiego na inny */
}

.container div h2:first-child {
    background-color: #0069B8;
    color: white;
    padding-left: 10px;
    margin: 0px;
    font-size: 20px;
    line-height: 1.5;
}

.grid-filter {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    margin-right: 8px;
}

.arf-grid-autosize {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    overflow: auto;
}

    .arf-grid-autosize .k-grid-content {
        height: 100% !important;
    }

.arf-grid-dynamic .checkAllInGrid {
    display: none;
}

.header-menu-with-submenu {
    display: none;
    position: absolute;
    padding: 0px;
    margin: 0px;
    z-index: 100000;
}

    .header-menu-with-submenu li {
        text-align: left;
        display: block !important;
    }

        .header-menu-with-submenu li a {
            padding: 0px 12px !important;
            height: 40px !important;
            line-height: 40px !important;
            border-bottom: 1px solid #333;
        }

            .header-menu-with-submenu li a:hover {
                padding: 0px 12px !important;
            }

#header-menu li {
    position: static;
    margin-left: 0px !important;
}

#header-menu {
    list-style: none;
    font-size: 14px;
    font-family: 'Segoe UI';
    overflow: hidden;
}

    #header-menu .header-menu-group li {
        overflow: hidden;
        margin-left: 0 !important;
    }

    #header-menu li {
        margin: 0;
        display: inline-block;
        position: static;
        margin-left: -3px !important;
    }

        #header-menu li a {
            display: block;
            height: 57px;
            line-height: 57px;
            color: unset;
            padding-left: 10px;
            padding-right: 10px;
        }

            #header-menu li a:hover {
                box-shadow: inset 0 0 100px 100px rgba(1, 1, 1, 0.1);
                text-decoration: none;
            }

            #header-menu li a.current:after {
                bottom: 1.5px;
                content: '';
                left: 50%;
                display: block;
                height: 5px;
                margin: 0 0 0 -2.5px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                width: 5px;
            }

            #header-menu li a.current:after {
                background-color: #0069B8;
            }

            #header-menu li a.current {
                border-bottom: solid 3px #0069B8;
                background-color: #0070c0;
            }

*, *:before, *:after {
    box-sizing: border-box !important;
}

a.cursor-pointer {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

tr:hover a.cursor-pointer {
    text-decoration: none;
    color: white;
}

.panel-body
.row, .row-max {
    margin-bottom: 0px;
    margin-top: 0px;
}

.row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
}

    .row:first-of-type {
        margin-top: 8px;
    }

.arf-row:not(:has(.arf-visible)),
.arf-row:has(.arf-hidden):not(:has(.arf-visible:not(.arf-hidden))) {
    display: none;
}

.arf-margin-root.arf-margin-top-none .arf-margin-top-default > .row {
    margin-top: 0px;
}

.arf-margin-root.arf-margin-top-sm .arf-margin-top-default > .row {
    margin-top: 2px;
}

.arf-margin-root.arf-margin-top-md .arf-margin-top-default > .row {
    margin-top: 3px;
}

.arf-margin-root.arf-margin-top-lg .arf-margin-top-default > .row {
    margin-top: 4px;
}

.arf-margin-root.arf-margin-bottom-none .arf-margin-bottom-default > .row {
    margin-bottom: 0px;
}

.arf-margin-root.arf-margin-bottom-sm .arf-margin-bottom-default > .row {
    margin-bottom: 2px;
}

.arf-margin-root.arf-margin-bottom-md .arf-margin-bottom-default > .row {
    margin-bottom: 3px;
}

.arf-margin-root.arf-margin-bottom-lg .arf-margin-bottom-default > .row {
    margin-bottom: 4px;
}

div.arf-margin-top-none > .row {
    margin-top: 0px;
}

div.arf-margin-top-sm > .row {
    margin-top: 2px;
}

div.arf-margin-top-md > .row {
    margin-top: 3px;
}

div.arf-margin-top-lg > .row {
    margin-top: 4px;
}

div.arf-margin-bottom-none > .row {
    margin-bottom: 0px;
}

div.arf-margin-bottom-sm > .row {
    margin-bottom: 2px;
}

div.arf-margin-bottom-md > .row {
    margin-bottom: 3px;
}

div.arf-margin-bottom-lg > .row {
    margin-bottom: 4px;
}

.panel.panel-primary {
    margin-bottom: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.k-grid td {
    padding: .2em .4em;
    line-height: 1.4em;
    height: 22px;
}

.k-grid-norecords-template {
    border: 0;
}

[arf-component='Grid'] tbody td {
    white-space: pre-wrap;
}

[arf-component='Action']:not(:empty) > button {
    width: fit-content;
    min-width: 50px;
}

.arf-additional-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

[arf-component='Action']:empty {
    width: fit-content;
    min-width: 20px;
}

.RectorValidationContainer {
    background: #ffeaea;
    border: solid red 1px;
    color: red;
    font-size: 14px;
    margin: 12px 4px 12px 4px;
    padding: 2px 2px 2px 2px;
}

    .RectorValidationContainer:empty {
        display: none !important;
    }

.RectorValidationContainerLogin {
    color: #e3003a;
    font-size: 14px;
    margin: 12px 10px 0px 10px;
    padding: 2px 2px 2px 2px;
}

    .RectorValidationContainerLogin:empty {
        display: none !important;
    }

#ModelContainer {
    overflow: hidden;
}

.arf-container, #ModelContainer {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.arf-title-login {
    padding-left: 10px;
    margin: 0px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid lightgray;
    font-weight: bold;
}

.arf-button-login {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 20px;
}

    .arf-button-login .k-button {
        font-family: Arial;
        width: 350px;
        border: none;
    }

    .arf-button-login .k-button .k-button-text {
        font-size: x-large !important;
    }

        .arf-button-login .k-button .k-icon {
            display: none;
        }

.arf-container-login {
    background: url('images/ar-stripes.svg') 0 0 no-repeat;
    background-size: 1200px 220px;
    background-position: center;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 110%;
    align-items: center;
}

    .arf-container-login .centerbound {
        background-color: white;
        position: fixed;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-top: -70px;
    }

    .arf-container-login .centerboundinner {
        display: inline-block;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
    }

#remind-login {
    text-align: right;
    margin-right: 14px;
    margin-top: 5px;
    font-weight: bold;
    color: #043c77;
    display: inline-block;
    float: right;
}

    #remind-login:hover {
        text-decoration: none;
        cursor: pointer;
    }

#login-static-info {
    margin: 0 12px;
    padding-top: 10px;
    line-height: 14px;
    color: #e3003a;
    font-weight: bold;
    display: none;
    max-width: 300px;
}

.related-apps-box {
    top: 70px;
    position: relative;
}

    .related-apps-box a {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #8393c1;
        line-height: 50px;
        color: white;
        font-size: large;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 8%);
        text-decoration: none;
    }

#indexLoginName, #indexPassword {
    flex-direction: column;
    width: 376px;
}

    #indexLoginName .editor-label, #indexLoginName .editor-field,
    #indexPassword .editor-label, #indexPassword .editor-field {
        align-self: auto;
        margin-bottom: -5px;
        color: darkgray;
        font-size: larger;
    }

    #indexLoginName input, #indexPassword input {
        border: none;
        border-bottom: 1px solid lightgrey;
    }

.arf-container-row {
    display: flex;
    flex: 1;
    flex-direction: row;
}

.arf-oh {
    overflow: hidden;
}

.arf-oa {
    overflow: auto;
}

.arf-flex {
    display: flex;
}

.arf-flex-01 {
    flex: 0 1;
}

.arf-flex-1 {
    flex: 1;
}

.arf-flex-2 {
    flex: 2;
}

.arf-flex-3 {
    flex: 3;
}

.arf-flex-4 {
    flex: 4;
}

.arf-flex-5 {
    flex: 5;
}

.arf-graphic-side-menu, .arf-graphic-side-menu .k-drawer-container {
    height: 100%;
}

.arf-graphic-side-menu-top {
    height: 40px;
    border-bottom: 0;
    border-right-width: 1px;
}

    .arf-graphic-side-menu-top .k-item-text {
        display: none;
    }

.arf-graphic-side-menu.arf-graphic-side-menu-expanded .k-item-text {
    display: block;
}

.arf-graphic-side-menu-toggle {
    height: inherit;
}

.arf-cycle-row .k-numerictextbox,
.arf-cycle-row .k-dropdownlist {
    margin: 0 5px;
    width: 12.4em;
}

.k-tabstrip,
.k-tabstrip > .k-content.k-active {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    padding: 0px;
    overflow: auto;
}

.arf-actions:not(:empty) {
    padding: 5px;
}

.arf-actions > div > div > button, .arf-actions > div > span {
    margin-right: 3px;
}

.arf-actions > div > div > .fa, .arf-actions > div > div > .k-icon {
    font-size: 18px;
}

/* wyłączenie click, ale zostawienie tooltip */
.arf-actions .k-state-disabled:active {
    pointer-events: none;
}

.arf-editor-invalid .k-dropdownlist,
.arf-editor-invalid .k-multiselect,
.arf-editor-invalid .k-autocomplete,
.arf-editor-invalid .k-datetimepicker.k-input,
.arf-editor-invalid .k-datepicker.k-input,
.arf-editor-invalid .k-timepicker.k-input,
.arf-editor-invalid .k-numerictextbox,
.arf-editor-invalid .editor-field > div > input,
.arf-editor-invalid .editor-field div[data-role=buttongroupextended],
.arf-editor-invalid .k-textarea,
.arf-editor-invalid .k-radio-list,
.arf-editor-invalid .k-checkbox-list,
.arf-editor-invalid .k-maskedtextbox {
    border-color: firebrick !important;
    border-width: 2px;
    border-style: solid;
}

.arf-editor-invalid .editor-field > input[type=checkbox] {
    outline: 2px solid firebrick;
}

.arf-editor-field-invalid {
    min-width: 15px;
    align-self: center;
}

.arf-editor-invalid .arf-editor-field-invalid::after {
    content: '\a0\a0*';
    color: firebrick;
}

.arf-editor-invalid-message {
    margin: 0px;
    color: firebrick;
    margin-left: 3px;
    height: 19px;
}

/* TODO dostosowanie dla włączonych opisów walidacji przy polach */
.editor-field {
    padding-bottom: 0px;
}

.arf-editor-invalid .editor-field {
    padding-bottom: 0px;
}

.k-map .k-marker {
    opacity: 1 !important;
    text-shadow: unset;
}

.k-calendar .k-content td {
    border-radius: 0px;
}

.k-dropdowntree .k-multiselect-wrap .k-button, .k-multiselect .k-multiselect-wrap .k-button {
    max-width: 100%;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.fa {
    font-size: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    height: 1em;
    text-align: center;
    vertical-align: middle;
}

    .fa:hover, .k-icon:hover {
        opacity: 0.5;
    }

.blockUI.blockOverlay {
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 350px 25px;
}

    .blockUI.blockOverlay:before {
        font-size: 16pt;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px;
        height: 100%;
        color: white;
    }

.k-chart {
    width: calc(100% - 5px) !important;
}

.k-chart-tooltip {
    max-width: 500px;
    white-space: normal;
}

.k-tilelayout-item-body > .k-chart {
    height: calc(100% - 5px) !important;
}

.k-card-body {
    padding-block: 0;
    padding-inline: 0;
}

.k-splitbar-horizontal {
    width: 8px;
}

    .k-splitbar-horizontal .k-icon {
        font-size: 12px;
        width: 8px;
    }

    .k-splitbar-horizontal .k-resize-handle.k-icon {
        width: 6px;
    }

.k-splitbar-vertical {
    height: 8px;
}

    .k-splitbar-vertical .k-icon {
        font-size: 12px;
        height: 8px;
    }

    .k-splitbar-vertical .k-resize-handle.k-icon {
        height: 6px;
    }

    .k-splitbar-vertical .k-collapse-prev, .k-splitbar-vertical .k-collapse-next {
        margin-top: -1px;
    }

#rectorPopup {
    overflow: hidden;
}

#rectorPopup_Message {
    overflow: auto;
    height: calc(100% - 30px);
    padding-left: 5px;
    display: block;
}

#rectorPopup_Buttons {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 95%;
    margin-left: 10px;
    text-align: center;
}

.arf-validation-label {
    cursor: pointer;
    font-weight: normal;
}

.file-icon {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    margin-top: 13.5px;
}

.img-file {
    background-image: url(./images/jpg.png)
}

.doc-file {
    background-image: url(./images/doc.png)
}

.pdf-file {
    background-image: url(./images/pdf.png)
}

.xls-file {
    background-image: url(./images/xls.png)
}

.zip-file {
    background-image: url(./images/zip.png)
}

.default-file {
    background-image: url(./images/default.png)
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 60%;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: bold;
    margin-top: 20px;
}

.file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 75px;
    width: 100%;
}

.arf-label-normal {
    font-weight: normal;
}

.arf-label-bold {
    font-weight: bold;
}

.arf-tl-item-label-top div[arf-component=CheckBox],
.arf-tl-item-label-top div[arf-component=DatePicker],
.arf-tl-item-label-top div[arf-component=DateTimePicker],
.arf-tl-item-label-top div[arf-component=DropDownList],
.arf-tl-item-label-top div[arf-component=Label],
.arf-tl-item-label-top div[arf-component=MaskedTextBox],
.arf-tl-item-label-top div[arf-component=MultiSelect],
.arf-tl-item-label-top div[arf-component=NumericTextBox],
.arf-tl-item-label-top div[arf-component=Switch],
.arf-tl-item-label-top div[arf-component=TextArea],
.arf-tl-item-label-top div[arf-component=TextBox],
.arf-tl-item-label-top div[arf-component=TimePicker] {
    flex-direction: column;
}

    .arf-tl-item-label-top div[arf-component=CheckBox] > div,
    .arf-tl-item-label-top div[arf-component=DatePicker] > div,
    .arf-tl-item-label-top div[arf-component=DateTimePicker] > div,
    .arf-tl-item-label-top div[arf-component=DropDownList] > div,
    .arf-tl-item-label-top div[arf-component=Label] > div,
    .arf-tl-item-label-top div[arf-component=MaskedTextBox] > div,
    .arf-tl-item-label-top div[arf-component=MultiSelect] > div,
    .arf-tl-item-label-top div[arf-component=NumericTextBox] > div,
    .arf-tl-item-label-top div[arf-component=Switch] > div,
    .arf-tl-item-label-top div[arf-component=TextArea] > div,
    .arf-tl-item-label-top div[arf-component=TextBox] > div,
    .arf-tl-item-label-top div[arf-component=TimePicker] > div {
        align-self: start;
        width: 100%;
        margin-top: 5px;
    }

.arf-flex-vertical-center {
    align-items: center;
    display: flex;
}

.k-picker,
.k-pager-sizes .k-dropdownlist {
    width: unset;
}

.k-spinner-increase,
.k-spinner-decrease,
.k-input-button {
    border-radius: 0 0 0 0;
}

.k-treeview {
    font-size: 12px;
}

.k-treeview-leaf {
    padding: 1px 0.3333em 1px 0.25em;
}

    .k-treeview-leaf:has(#menuContextIcon > .k-icon.k-i-more-vertical) {
        width: 100%;
        display: inline-block;
    }

#menuContextIcon > .k-icon.k-i-more-vertical:hover {
    cursor: pointer;
}

.k-datepicker + .k-timepicker {
    width: 100px;
}

.k-datepicker:nth-last-child(3) {
    width: calc(100% - 100px) !important;
}

.k-input-spinner .k-spinner-increase .k-icon {
    bottom: 0px;
}

.k-input-spinner .k-spinner-decrease .k-icon {
    top: 0px;
}

.k-radio {
    margin-top: 0 !important;
}

.k-checkbox {
    margin-top: 0 !important;
    min-width: 12px;
    min-height: 12px;
}

.k-calendar .k-calendar-decadeview, .k-calendar .k-calendar-monthview, .k-calendar .k-calendar-yearview {
    padding: 0 0;
}

.k-calendar table {
    width: 100%;
}

.k-grid .k-button, .k-grid .k-grid-toolbar > * {
    margin: 0.16em;
}

.k-list, .k-column-menu, .k-filter-menu {
    font-size: 12px;
}

.k-menu-vertical > .k-menu-item + .k-menu-item {
    margin-top: 1px;
}

.k-menu-vertical > .k-separator {
    margin: 1px 0 0 0;
}

.k-filter-menu {
    min-width: 200px;
}

th[name='multiselectableColumn'] span.k-link {
    display: inline-block !important;
}

.arf-close-validation {
    opacity: 1;
    color: red;
    float: right;
    cursor: pointer;
    padding-right: 3px;
}

#btnDesigner {
    margin-left: 5px;
    margin-right: 5px;
}

#btnDesigner:hover > span:not(k-state-disabled) {
    cursor: pointer;
}

.k-panelbar > .k-panelbar-header > .k-link {
    padding-block: 6px;
}

.k-input-label {
    display: none;
}

.arf-full-text-search {
    flex: 1;
}

.arf-button-search{
    margin-top: 3px;
}

.k-treeview-toggle .k-icon {
    padding: 0px;
}

.k-upload-files {
    height: 100%;
}

.k-treeview-toggle {
    margin-inline-start: -16px;
}

.k-position-item {
    display: none;
}

.k-checkbox:focus, .k-radio:focus {
    outline: 0 !important;
}

.k-editor {
    width: calc(100% - 15px);
}

.arf-error-icon {
    content: url('images/message/icon-error.svg');
}

.dark-theme .arf-error-icon {
    content: url('images/message/icon-error-white.svg');
}

.arf-info-icon {
    content: url('images/message/icon-info.svg');
}

.dark-theme .arf-info-icon {
    content: url('images/message/icon-info-white.svg');
}

.arf-question-icon {
    content: url('images/message/icon-question.svg');
}

.dark-theme .arf-question-icon {
    content: url('images/message/icon-question-white.svg');
}

.arf-warning-icon {
    content: url('images/message/icon-warning.svg');
}

.dark-theme .arf-warning-icon {
    content: url('images/message/icon-warning-white.svg');
}

.ImporterRowInvalidFormatErrorLight:not(.k-state-selected) {
    background-color: #FA8D80 !important;
}

.ImporterRowInvalidFormatErrorDark:not(.k-state-selected) {
    background-color: #FA8072 !important;
}

.ImporterRowDuplicateErrorLight:not(.k-state-selected) {
    background-color: #70C3E9 !important;
}

.ImporterRowDuplicateErrorDark:not(.k-state-selected) {
    background-color: #70B5E4 !important;
}

.ImporterRowBadReferencesErrorLight:not(.k-state-selected) {
    background-color: #FFE933 !important;
}

.ImporterRowBadReferencesErrorDark:not(.k-state-selected) {
    background-color: #FFE405 !important;
}

.arf-hidden-onload [data-bind*="visible:"] {
    display: none !important;
}

.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg, .k-button-md.k-icon-button .k-button-icon.k-icon-md > svg, .k-svg-icon > svg {
    height: 16px;
    width: 16px;
}