﻿.k-grid, .k-scheduler, .k-menu, .k-editor {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

    .k-item.k-state-selected,
    .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color,
    #tabstrip .k-alt.k-state-selected {
        background-color: #922F2F;
        border-color: #922F2F;
    }

    .k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker.k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload,
    .k-list .k-state-hover, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-selected, .k-dropzone, .k-dropdown-wrap.k-state-border-down, .k-list-container.k-state-border-up,
    .k-dropdown-wrap.k-state-border-up {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-dropdown-wrap.k-state-focused {
            box-shadow: 0 0 10px #922F2F;
            border-color: #537627;
        }

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #922F2F;
}

.k-pager-wrap .k-link:hover {
    color: #537627;
}

.multiActionGrid.k-grid tr td {
    overflow: visible !important;
    word-wrap: break-word;
}

.k-colorpicker {
    width: 100% !important;
}

.k-selected-color {
    width: calc( 100% - 25px ) !important;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-tabstrip .k-content {
    overflow-x: hidden;
}

.k-button.k-primary {
    background: #922F2F;
    border-color: #521B1B;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-widget.k-timepicker.k-header {
    width: 100% !important;
}

.k-calendar-container .k-state-disabled {
    opacity: 0.3;
}

.k-header .k-header-column-menu:only-of-type {
    display: none;
}

.k-header-column-menu.k-state-active:before {
    content: "\f0b0";
    font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    top: 2px;
    right: 2px;
}
.k-animation-container .k-item.k-sort-asc,.k-animation-container .k-item.k-sort-desc {
    display: none;
}