﻿
.k-group, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-grouping-row td, td.k-group-cell, .k-calendar th, .k-dropzone-hovered, .k-upload-files {
    background-color: #F7F4F0;
    /*background-image: url(../images/tab_bkgnd.png);*/
    background-repeat: repeat-x;
}


.k-state-selected, .k-list > .k-state-selected, .k-list > .k-state-focused, .k-panelbar > .k-state-selected, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-state-selected.k-draghandle:hover {
    background-color: #8b0e04;
}

.k-widget .k-dropdown-wrap, .k-widget .k-picker-wrap, .k-widget .k-numeric-wrap, .k-textbox, .k-header.k-autocomplete, .k-state-focused.k-autocomplete, div.k-state-active.k-dropdown-wrap, .k-state-focused.k-dropdown-wrap, .k-state-focused.k-dropdown-wrap:hover, div.k-state-active.k-picker-wrap, .k-state-focused.k-picker-wrap, .k-state-focused.k-picker-wrap:hover, span.k-state-active.k-numeric-wrap, .k-state-focused.k-numeric-wrap, .k-state-focused.k-numeric-wrap:hover {
    background-color: #F0F0F0;
}

.k-link:link, .k-link:visited {
    color: #8b0e04;
}

.ui-widget-header {
    color: #ffffff;
    background-image: url(images/pop_header_bkgnd.png);
}

    .ui-widget-header .ui-icon {
        background-image: url(Content/themes/base/images/ui-icons_999933_256x240.png);
    }

div.k-treeview {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    width: 30em !important;
}

.k-state-focused.k-state-selected {
    color: #700;
    background-color: #e0bfbc;
    border-color: rgb(172,151,50);
}

.toolbar.k-state-focused.k-state-selected {
    background-color: rgb(112,0,0);
}

.k-state-focused {
    background-color: rgb(172,151,50);
}

.conHead > .k-state-focused {
    background-color: transparent;
    color: rgb(172,151,50);
}


.k-mid > .k-state-hover:hover, .k-top > .k-state-hover:hover, .k-bot > .k-state-hover:hover {
    color: rgb(172,151,50);
    border-color: rgb(172,151,50);
    background-color: transparent;
}

.k-state-hover:hover {
    background-color: rgb(172,151,50);
}


.k-state-selected, .k-list > .k-state-selected, .k-list > .k-state-focused, .k-panelbar > .k-state-selected, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-state-selected.k-draghandle:hover {
    border-color: rgb(172,151,50);
}

@media (max-width: 1350px) {

    .k-group, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-grouping-row td, td.k-group-cell, .k-calendar th, .k-dropzone-hovered, .k-upload-files {
        background-color: #F7F4F0;
        /*background-image: url(../images/tab_bkgnd_tall.png);*/
        background-repeat: repeat-x;
    }
}
