﻿.k-header, .k-grid-header, .k-grid .k-column-title,
.k-toolbar.k-grid-toolbar,
.k-panelbar-header > .k-link {
    background: #0096B1 !important;
    color: #ffffff !important;
}

.k-menu.k-menu-horizontal {
    background: #0096B1;
    border-color: #0096B1;
}

.k-menu .k-item > .k-link {
    padding: 0.5em 1.1em 0.4em;
}

.k-state-border-down {
    background: #00bcd4;
}

.k-state-hover {
    background: #0096B1;
}

.k-item:hover {
 background: #0096B1; 
}

.k-menu:not(.k-context-menu) > .k-item.k-hover, 
.k-menu:not(.k-context-menu) > .k-item:hover {
 background: #0096B1;
}

.k-group > .k-item {
    background: #0096B1;
    border-color: #0096B1;
}

.k-state-highlight {
    background: #0096B1;
    color: #5170b6;
}

.k-state-highlight > .k-item > .k-link {
    color: #ff6a00;
}

.k-menu .k-item > .k-link {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.k-active, .k-active:hover {
    background-color: transparent;
}

.k-header > .k-link, .k-header .k-link {
    color: #fff !important;
}

.k-panelbar > li > .k-link {
    color: #fff;
    font-weight: bold !important;
    font-size: 15px;
}

.k-textbox {
    width: 206px;
}

.k-list-content.k-list-scroller, .k-i-search, .k-clear-value, .k-icon.k-i-x {
    background-color: #daecf4;
}

.k-list-item-text::before {
    content: "";
}

.k-list-filter {
    padding: 0;
}

.k-tooltip-error {
    border-color: #FFC6C6;
    background-color: #FFC6C6;
}

.k-treeview-leaf > .non-leaf-node {
    color: red;
}

.k-treeview-leaf > .leaf-node {
    color: WindowText;
}

.k-treeview .k-group .k-item {
    background: #fff;
}

.k-dropzone {
    display: block;
}

.k-upload {
    width: 500px;
    height: 96px;
}


.k-filename {
    max-width: 450px;
}

.k-file {
    width: 94%;
}

.k-upload-status {
    top: 2px;
}

.k-progress {
    background-color: #daecf4;
}


.k-button-solid-primary {
    transition: all .1s;
    background-color: #0096b1;
    border-color: #0096B1;
    color: white;
}

.k-button-solid-primary:hover {
    background-color: #006a7d;
    border-color: #006a7d;
    color: white;
}

.k-action-buttons {
    margin: 0;
}