/* Minification failed. Returning unminified contents.
(19,24): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-border'
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-on-base'
(21,28): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-base'
 */

:root {
    /*    --kendo-color-base: #ddf;
    --kendo-color-base-hover: #eef;
    --kendo-color-base-active: #ccf;
    --kendo-color-on-base: #00c;
    --kendo-color-primary: #c00;
    --kendo-color-primary-hover: #c66;
    --kendo-color-primary-active: #900;
    --kendo-color-on-primary: #fee;
    --kendo-border-radius-md: 1rem;
    --kendo-font-size: 18px;
    --kendo-color-primary: var(--kendo-color-base);
    --kendo-color-primary-hover: var(--kendo-color-base-hover);
    --kendo-color-primary-active: var(--kendo-color-base-active);
    --kendo-color-on-primary: var(--kendo-color-on-base);*/
}
.k-button-solid-primary {
    border-color: var(--kendo-color-border);
    color: var(--kendo-color-on-base);
    background-color: var(--kendo-color-base);
}
.k-block {
    background-color: #def4fd;
}

.k-button {
    font-size: inherit;
}

.k-datepicker {
    font-size: inherit;
    width: 12.4em;
}
.k-dropdown {
    font-size: inherit;
}
.k-dropdownlist {
    font-size: inherit;
}

.k-textbox {
    font-size: inherit;
    width: 12.4em;
}
.k-numerictextbox {
    font-size: inherit;
    width: 12.4em;
}
.k-combobox {
    font-size: inherit;
    width: 12.4em;
}
.k-maskedtextbox {
    font-size: inherit;
    width: 160px;
}
.k-datetimepicker {
    font-size: inherit;
    width: 12.4em;
}
.k-block .k-header {
    border-color: #a3d0e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #def4fd;
}

.k-block > .k-header {
    font-size: 1.2em;
}

.k-block > .k-header, .k-panel > .k-header {
    color: #00434e;
}

.k-menu {
    font-size: inherit;
}
.k-menu-group .k-menu-item {
    font-size: inherit;
   
}
.k-menu-item {
    padding: 3px 3px 3px 3px;
}
.k-menu-link {
    font-size: inherit;
}
.k-menu-link-text {
    font-size: 12px;
}
.k-item {
    font-size: inherit;
}

.k-panelbar-item {
    font-size: 14px;    
}

.k-widget {
    font-size: inherit;
}

.k-grid {
    font-size: inherit;
}

.k-toolbar {
    font-size: inherit;
}

.k-icon .k-i-arrow-60-down:before {
    content: "\e006";
}
.k-i-close:before {
    content: "\e11b";
}

.k-grid .k-command-cell > .k-button {
    min-width: 64px;
    margin: 2px 2px;
}

    .k-grid .k-command-cell > .k-button + .k-button {
        margin-inline-start: 0px;
        -webkit-margin-start: 0px;
        margin-left: 0px;
        margin: 2px 2px;
    }

.k-grid .k-master-row a {
    text-decoration:underline;
}

    .k-menu-item {
        border-style: solid;
        border-width: 0 1px 0 0;
        border-color: #a3d0e4;
       /* padding: 0.5em 1.1em 0.4em;*/
    }

    .k-state-highlight {
        background: #fff;
        color: #00435e;

    }

.k-tabstrip {
    background-color: #def4fd;
    padding: 4px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #a3d0e4;
}


#actionButton, #actionButton2 {
    text-decoration: none;
}

.k-column-title {
    white-space: normal;
    overflow: visible;
}

.k-grid td {
    white-space: normal;
    word-break: break-word; /* Useful for long strings without spaces */
}



