/*
* Kendo UI Web v2013.3.1119 (http://kendoui.com)
* Copyright 2013 Telerik AD. All rights reserved.
*
* Kendo UI Web commercial licenses may be obtained at
* https://www.kendoui.com/purchase/license-agreement/kendo-ui-web-commercial.aspx
* If you do not own a commercial license, this file shall be governed by the
* GNU General Public License (GPL) version 3.
* For GPL requirements, please review: http://www.gnu.org/copyleft/gpl.html
*/ /* Kendo skin */
.k-in,
.k-item,
.k-window-action {
    border-color: transparent;
}
/* main colors */
.k-block,
.k-widget {
    background-color: #ffffff;
}

.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header-wrap,
.k-grid-header,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
    border-color: #dadada;
    font-family: arial;
    font-weight: bold;
    /* color: #787878; */
}

    .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-calendar th,
    .k-dropzone-hovered,
    .k-widget.k-popup {
        background-color: #ffffff;
    }

.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
    background-color: #ffffff;
}

.k-list-container {
    border-color: #dadada;
    background-color: #ffffff;
}

.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
    background-color: #ffffff;
}

.k-alt,
.k-separator {
    background-color: #e5e5e5;
}

.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
    border-color: #dadada;
    background-color: #ffffff;
}

    .k-textbox > input,
    .k-autocomplete .k-input,
    .k-dropdown-wrap .k-input,
    .k-autocomplete.k-state-focused .k-input,
    .k-dropdown-wrap.k-state-focused .k-input,
    .k-picker-wrap.k-state-focused .k-input,
    .k-numeric-wrap.k-state-focused .k-input {
        border-color: #dadada;
    }

    input.k-textbox,
    textarea.k-textbox,
    input.k-textbox:hover,
    textarea.k-textbox:hover,
    .k-textbox > input {
        background: none;
    }

        .k-input,
        input.k-textbox,
        textarea.k-textbox,
        input.k-textbox:hover,
        textarea.k-textbox:hover,
        .k-textbox > input,
        .k-multiselect-wrap {
            background-color: #ffffff;
            color: #787878;
        }

            .k-input[readonly] {
                background-color: #ffffff;
                color: #787878;
            }

input.k-textbox {
    /*height: 100% !important;*/
}

.k-block,
.k-widget,
.k-popup,
.k-content,
.k-dropdown .k-input {
    color: #787878;
}

.k-block {
    color: #787878;
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    color: white;
}

.k-header {
    color: white;
    font-family: arial;
    font-weight: bold;
}

.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
}

.k-progressbar {
    background-color: white;
}

.k-widget.k-tooltip {
    background-image: none;
}

.k-select,
.k-block,
.k-header,
.k-grid-header,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle {
    background-color: #005F9E;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))) !important; /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ) !important; /* IE6-9 */
    background-color: #005F9E;
}
/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite {
    opacity: 1;
}

.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite {
    opacity: 0.8;
}

.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
    opacity: 0.8;
}

.k-tool {
    border-color: transparent;
}

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
    /* background-image: url('TMW_v1/sprite.png'); */
    border-color: transparent;
    color: white;
}

/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
    /*background-image: url('TMW_v1/sprite.png');*/
    border-color: transparent;
    color: white;
}

.k-loading,
.k-state-hover .k-loading {
    background-image: url('TMW_v1/loading.gif');
    background-position: 50% 50%;
}

.k-loading-image {
    background-image: url('TMW_v1/loading-image.gif');
}

.k-loading-color {
    background-color: #000000;
}

.k-button {
    color: white;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))) !important; /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ) !important; /* IE6-9 */
    background-color: #005F9E;
    box-shadow: black 0px 0px 5px 0px !important;
    border: 0px !important;
    font-family: arial;
    font-weight: bold;
}

    .k-button:hover /*TODO:Kory Make this themeable*/ {
        text-shadow: #4E88B1 0px 0px 3px, #4E88B1 0px 0px 10px, #4E88B1 0px 0px 25px !important;
        color: #B9D0E0 !important;
    }

    .k-state-disabled .k-button,
    .k-state-disabled .k-button:hover,
    .k-button.k-state-disabled:hover,
    .k-state-disabled .k-button:active,
    .k-button.k-state-disabled:active {
        color: #cccccc;
        border-color: #dadada;
        background-color: #ffffff;
    }

.k-draghandle {
    border-color: #005F9E;
    background-color: #005F9E;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .k-draghandle:hover {
        border-color: #005F9E;
        background-color: #005F9E;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* Scheduler */
.k-scheduler {
    color: #ffffff;
    background-color: #ffffff;
}

.k-scheduler-layout {
    color: white;
}

.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
    background-color: #ffffff;
    color: white;
}

.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
    border-color: #dadada;
}

.k-scheduler-table .k-nonwork-hour {
    background-color: #f4f4f4;
}

.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
    background-color: #fbfbfb;
}

.k-scheduler-now-arrow {
    border-left-color: #e20000;
}

.k-scheduler-now-line {
    background-color: #e20000;
}

.k-event {
    background-color: #005F9E !important;
    color: #ffffff;
}

.k-event-inverse {
    color: #787878;
}

.k-event.k-state-selected {
    background-position: 0 0;
}

.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after {
    background-color: #787878;
}

.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
    border-color: #005F9E;
}

.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
    background-color: #ffffff;
    color: #787878;
    border-color: #dadada;
}

.k-panelbar > li > .k-link {
    color: #787878;
}

.k-panelbar > .k-item > .k-link {
    border-color: #dadada;
}

.k-panel > li.k-item {
    background-color: #ffffff;
}
/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
    background-color: transparent;
    border-color: #005F9E;
}

.k-menu .k-state-hover > .k-state-active {
    background-color: transparent;
}

.k-state-highlight {
    background: #ffffff;
    color: #000000;
}

.k-state-focused,
.k-grouping-row .k-state-focused {
    border-color: #005F9E;
}

.k-calendar .k-link {
    color: #787878;
}

.k-calendar .k-footer {
    padding: 0;
}

    .k-calendar .k-footer .k-nav-today {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: .5em 0;
        color: #787878;
        text-decoration: none;
        background-color: #ffffff;
    }

        .k-calendar .k-footer .k-nav-today:hover,
        .k-calendar .k-footer .k-nav-today.k-state-hover {
            background-color: #ffffff;
            text-decoration: underline;
        }

        .k-calendar .k-footer .k-nav-today:active {
            background-color: #ffffff;
        }

.k-calendar .k-link.k-nav-fast {
    color: white;
}

.k-calendar .k-nav-fast.k-state-hover {
    text-decoration: none solid #ffffff;
    background-color: #005F9E;
    color: #ffffff;
}

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
    border-radius: 0px;
}

.k-calendar .k-footer .k-link {
    border-radius: 0;
}

.k-calendar th {
    background-color: #ffffff;
}

.k-calendar-container.k-group {
    border-color: #dadada;
}


/*Within a Tile Overrides*/
.TileWrap .k-widget.k-scheduler {
    background-color: transparent;
    border-color: rgba(0,0,0,.2);
}

    .TileWrap .k-widget.k-scheduler .k-header .k-scheduler-navigation .k-nav-current {
        border-color: rgba(0,0,0,.2);
    }

    .TileWrap .k-widget.k-scheduler .k-header {
        border-color: rgba(0,0,0,.2);
    }

    .TileWrap .k-widget.k-scheduler .k-scheduler-layout {
        border-color: rgba(0,0,0,.2);
    }

.TileWrap .k-scheduler-header th,
.TileWrap .k-scheduler-header-wrap,
.TileWrap .k-scheduler-table td,
.TileWrap .k-scheduler-times,
.TileWrap .k-scheduler-times th,
.TileWrap .k-scheduler-times tr {
    border-color: rgba(0,0,0,.2) !important;
    background-color: rgba(250, 250, 250, 0.1);
}

.TileWrap .k-scheduler-header th, .TileWrap .k-nav-day {
    color: white;
}

.TileWrap .k-scheduler-table .k-today {
    background-color: rgba(250, 250, 250, 0.2);
}
/*#endregion */

.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-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color {
    color: white;
}

.k-button:active {
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px inset, rgb(255, 255, 255) -1px -1px 1px 0px inset !important;
}

.k-marquee-text {
    color: #ffffff;
}

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button:focus:not(.k-state-disabled):not([disabled]),
.k-button.k-state-focused {
    -webkit-box-shadow: #005F9E 0px 0px 0px 1px inset;
    box-shadow: #005F9E 0px 0px 0px 1px inset;
}

    .k-state-focused.k-state-selected,
    .k-list > .k-state-focused.k-state-selected,
    .k-listview > .k-state-focused.k-state-selected,
    td.k-state-focused.k-state-selected,
    .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
        -webkit-box-shadow: #445b00 0px 0px 3px 1px inset;
        box-shadow: #445b00 0px 0px 3px 1px inset;
    }

.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-tool.k-state-hover,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
    background-color: #005F9E;
}

.k-list > .k-state-selected.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* color: #005F9E; */
}

    .k-list > .k-state-selected.k-state-focused.k-state-hovered {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #005F9E;
    }

.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected {
    color: #ffffff;
}

.k-state-selected,
.k-button:active,
.k-draghandle.k-state-selected:hover {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
}

.k-button:active,
.k-draghandle.k-state-selected:hover {
    background-position: 50% 50%;
}

.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active,
.k-mobile-list .k-recur-view .k-check:active {
    color: #ffffff;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))) !important; /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ) !important; /* IE6-9 */
    background-color: #005F9E !important;
}

    .k-state-hover > .k-select,
    .k-state-focused > .k-select {
        border-color: #005F9E;
    }

    .k-button:hover,
    .k-button:focus,
    .k-button.k-state-focused,
    .k-textbox:hover,
    .k-state-hover,
    .k-state-hover:hover,
    .k-pager-wrap .k-link:hover,
    .k-other-month.k-state-hover .k-link,
    div.k-imagebrowser-dropzone em,
    .k-draghandle:hover {
        background-image: none;
        background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
        background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
        background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
        background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    }

.k-pager-wrap {
    background-color: #ffffff;
    color: #787878;
}

.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
}

.k-tool-icon {
    /*background-image: url('TMW_v1\sprite.png');*/
    color: white;
}

.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-imagebrowser-dropzone em {
    color: #ffffff;
}

.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
    background-color: #005F9E;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    background-position: 50% 50%;
    border-color: #dadada;
}

.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
    color: #787878;
}

.k-dropdown .k-state-hover .k-input {
    color: #ffffff;
}

.k-state-error {
    border-color: #e20000;
    background-color: #ffffff;
    color: #e20000;
}

.k-state-disabled {
    filter: alpha(opacity=70);
    opacity: .7;
}

.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
    border-width: 0;
    background-image: none;
    background-color: transparent;
}

.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
    color: #cccccc;
}
/* Progressbar */
.k-progressbar-indeterminate {
    background: url('http://da7xgjtj801h2.cloudfront.net/2013.3.1119/styles/Metro/indeterminate.gif');
}

    .k-progressbar-indeterminate .k-progress-status-wrap,
    .k-progressbar-indeterminate .k-state-selected {
        display: none;
    }
/* Slider */
.k-slider-track {
    background-color: #dadada;
}

.k-slider-selection {
    background-color: #005F9E;
}

.k-slider-horizontal .k-tick {
    background-image: url('http://da7xgjtj801h2.cloudfront.net/2013.3.1119/styles/Metro/slider-h.gif');
}

.k-slider-vertical .k-tick {
    background-image: url('http://da7xgjtj801h2.cloudfront.net/2013.3.1119/styles/Metro/slider-v.gif');
}
/* Tooltip */
.k-widget.k-tooltip {
    border-color: #dadada;
    background-color: rgb(0, 95, 158);
    color: white;
}

.k-widget.k-tooltip-validation {
    border-color: #000000;
    background-color: rgb(0, 95, 158);
    color: white;
}
/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
    font-size: 12px;
    position: relative;
    top: 3px;
}

.k-callout-n {
    border-bottom-color: #dadada;
}

.k-callout-w {
    border-right-color: #dadada;
}

.k-callout-s {
    border-top-color: #dadada;
}

.k-callout-e {
    border-left-color: #dadada;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #000000;
    left: 0%;
}

.k-tooltip-validation .k-callout-w {
    border-right-color: #000000;
}

.k-tooltip-validation .k-callout-s {
    border-top-color: #000000;
}

.k-tooltip-validation .k-callout-e {
    border-left-color: #000000;
}
/* Splitter */
.k-splitbar {
    background-color: #dadada;
}

.k-restricted-size-vertical,
.k-restricted-size-horizontal {
    background-color: #e20000;
}
/* Upload */
.k-file {
    background-color: #ffffff;
    border-color: #dadada;
    color: hsl(204, 100%, 31%);
}

.k-file-progress {
    color: #0066cc;
}

    .k-file-progress .k-progress {
        background-color: #d0f8ff;
    }

.k-file-success {
    color: #28760b;
}

    .k-file-success .k-progress {
        background-color: #ddffd0;
    }

.k-file-error {
    color: #cc0000;
}

    .k-file-error .k-progress {
        background-color: #ffded7;
    }

.k-file-text {
    width: 70%;
    position: absolute;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    left: 10%;
}

.k-maskedtextbox {
    width: 100%;
}

/* ImageBrowser */
.k-tile {
    border-color: #ffffff;
}

.k-textbox:hover,
.k-tiles li.k-state-hover {
    border-color: #005F9E;
}

.k-tiles li.k-state-selected {
    border-color: #005F9E;
}

.k-tile .k-folder,
.k-tile .k-file {
    background-image: url('http://da7xgjtj801h2.cloudfront.net/2013.3.1119/styles/Metro/imagebrowser.png');
}
/* Shadows */
.k-widget,
.k-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-slider,
.k-treeview,
.k-upload {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-grid td.k-state-selected.k-state-focused {
    background-color: #8ab600;
}

.k-popup,
.k-menu .k-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-imagebrowser .k-image,
.k-tooltip {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.298039);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.298039);
}
/* Window */
.k-window {
    border-color: rgba(0, 0, 0, 0.298039);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.298039);
    box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.298039);
    background-color: #ffffff;
}

    .k-window.k-state-focused {
        border-color: rgba(0, 0, 0, 0.298039);
        -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.298039);
        box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.298039);
    }

    .k-window.k-window-maximized,
    .k-window-maximized .k-window-titlebar,
    .k-window-maximized .k-window-content {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.k-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.298039);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.298039);
}

.k-inset {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.298039);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.298039);
}
/* Selection */
.k-editor-inline ::selection {
    background-color: #005F9E;
    text-shadow: none;
    color: #fff;
}

.k-editor-inline ::-moz-selection {
    background-color: #005F9E;
    text-shadow: none;
    color: #fff;
}
/* Border radius */
.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 {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-tool {
    text-align: center;
    vertical-align: middle;
}

    .k-tool.k-group-start {
        -moz-border-radius: 0px 0 0 0px;
        -webkit-border-radius: 0px 0 0 0px;
        border-radius: 0px 0 0 0px;
    }

.k-rtl .k-tool.k-group-start {
    -moz-border-radius: 0 0px 0px 0;
    -webkit-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}

.k-tool.k-group-end {
    -moz-border-radius: 0 0px 0px 0;
    -webkit-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}

.k-rtl .k-tool.k-group-end {
    -moz-border-radius: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;
    border-radius: 0px 0 0 0px;
}

.k-group-start.k-group-end.k-tool {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

    .k-autocomplete.k-state-border-up .k-input,
    .k-dropdown-wrap.k-state-border-up .k-input,
    .k-picker-wrap.k-state-border-up .k-input,
    .k-picker-wrap.k-state-border-up .k-selected-color,
    .k-numeric-wrap.k-state-border-up .k-input {
        -moz-border-radius: 0 0 0 0px;
        -webkit-border-radius: 0 0 0 0px;
        border-radius: 0 0 0 0px;
    }

    .k-multiselect.k-state-border-up .k-multiselect-wrap {
        -moz-border-radius: 0 0 0px 0px;
        -webkit-border-radius: 0 0 0px 0px;
        border-radius: 0 0 0px 0px;
    }

.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
    -moz-border-radius: -2px 0 0 -2px;
    -webkit-border-radius: -2px 0 0 -2px;
    border-radius: -2px 0 0 -2px;
}

.k-numeric-wrap .k-link {
    -moz-border-radius: 0 -2px 0 0;
    -webkit-border-radius: 0 -2px 0 0;
    border-radius: 0 -2px 0 0;
}

    .k-numeric-wrap .k-link + .k-link {
        -moz-border-radius: 0 0 -2px 0;
        -webkit-border-radius: 0 0 -2px 0;
        border-radius: 0 0 -2px 0;
    }

.k-colorpicker .k-selected-color {
    -moz-border-radius: -2px 0 0 -2px;
    -webkit-border-radius: -2px 0 0 -2px;
    border-radius: -2px 0 0 -2px;
}

.k-rtl .k-colorpicker .k-selected-color {
    -moz-border-radius: 0 -2px -2px 0;
    -webkit-border-radius: 0 -2px -2px 0;
    border-radius: 0 -2px -2px 0;
}

.k-autocomplete.k-state-border-down .k-input,
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.k-numeric-wrap .k-link.k-state-selected {
    background-color: #005F9E;
}

.k-multiselect.k-state-border-down .k-multiselect-wrap {
    -moz-border-radius: -2px -2px 0 0;
    -webkit-border-radius: -2px -2px 0 0;
    border-radius: -2px -2px 0 0;
}

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
    -moz-border-radius: 0 0px 0px 0;
    -webkit-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}

.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
    -moz-border-radius: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;
    border-radius: 0px 0 0 0px;
}

.k-numeric-wrap.k-expand-padding .k-input {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-dropzone {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.k-slider .k-button,
.k-grid .k-slider .k-button {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.k-draghandle {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link {
    -moz-border-radius: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;
    border-radius: 0px 0 0 0px;
}

.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
    -moz-border-radius: 0 0px 0px 0;
    -webkit-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}

.k-scheduler-mobile .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-mobile .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
    border-radius: 0px 0 0 0px;
}

.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
    border-radius: 0px;
}

.k-more-events,
.k-event,
.k-event .k-link {
    -moz-border-radius: -2px;
    -webkit-border-radius: -2px;
    border-radius: -2px;
}

.k-scheduler-mobile .k-event {
    -moz-border-radius: -3px;
    -webkit-border-radius: -3px;
    border-radius: -3px;
}
/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
    border-left-color: #787878;
}

.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
    color: #787878;
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    div.km-pane-wrapper a {
        color: #787878;
    }
}

.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
    background-color: #ffffff;
    border-top: 1px solid #dadada;
}

    .km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
        border-top-color: transparent;
    }

    .km-pane-wrapper .k-mobile-list .k-item:last-child {
        -webkit-box-shadow: inset 0 -1px 0 #dadada;
        box-shadow: inset 0 -1px 0 #dadada;
    }

.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
    color: #8e8e8e;
}

.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
    border-bottom: 1px solid #dadada;
}

.km-pane-wrapper .k-mobile-list .k-edit-field {
    -webkit-box-shadow: 0 1px 1px #dadada;
    box-shadow: 0 1px 1px #dadada;
}

.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
    color: #fff;
    border-color: #e20000;
    background-color: #005F9E;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255,255,255,.3)), to(rgba(255,255,255,.15)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.15));
}

    .km-actionsheet .k-grid-delete:active,
    .km-actionsheet .k-scheduler-delete:active,
    .km-pane-wrapper .k-scheduler-delete:active,
    .km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
        background-color: #990000;
    }
/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
    background-color: #ffffff !important;
    border-color: #dadada;
min-height: 28px;}

.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
    background-color: #005F9E;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    background-position: 50% 50%;
    border-color: #dadada;
}

.k-multiselect.k-header {
    border-color: #dadada;
}

    .k-multiselect.k-header.k-state-hover {
        border-color: #dadada;
    }

    .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 {
        background-color: #005F9E;
        background-image: none;
        background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
        background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
        background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
        background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
        background-position: 50% 50%;
        border-color: #dadada;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.k-list-container {
    color: #787878;
}

.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
    color: #787878;
}

.k-state-default > .k-select {
    border-color: #dadada;
}

.k-state-hover > .k-select {
    border-color: #dadada;
}

.k-state-focused > .k-select {
    border-color: #dadada;
}

.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link {
    color: #ffffff;
}

.k-panelbar .k-state-focused.k-state-hover {
    background: #005F9E;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
    border-color: #dadada;
}

.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
    border-color: #005F9E;
}

.k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
    background-color: #ffffff;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
    border-color: #005F9E;
}

.k-tabstrip .k-content.k-state-active {
    background-color: #ffffff;
    color: #787878;
}

.k-menu.k-header,
.k-menu .k-item {
    border-color: #dadada;
}

.k-column-menu,
.k-column-menu .k-item {
    border-color: #dadada;
}

    .k-column-menu .k-separator {
        border-color: #dadada;
        background-color: transparent;
    }

.k-menu .k-group {
    border-color: #dadada;
}

.k-secondary .k-picker-wrap,
.k-secondary .k-dropdown-wrap,
.k-secondary .k-numeric-wrap,
.k-secondary.k-scheduler-toolbar > ul > li {
    background-color: #ffffff;
    border-color: #dadada;
}

.k-secondary .k-button-group .k-tool {
    border-color: #dadada;
}

.k-secondary.k-splitbar {
    border-color: #dadada;
}

.k-secondary .k-state-default > .k-select {
    border-color: #dadada;
}

.k-secondary .k-state-hover > .k-select {
    border-color: #005F9E;
}

.k-secondary .k-state-focused > .k-select {
    border-color: #dadada;
}

.k-secondary .k-autocomplete.k-state-hover,
.k-secondary .k-picker-wrap.k-state-hover,
.k-secondary .k-numeric-wrap.k-state-hover,
.k-secondary .k-dropdown-wrap.k-state-hover {
    background-color: #005F9E;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    background-position: 50% 50%;
    border-color: #dadada;
}

.k-secondary .k-autocomplete.k-state-focused,
.k-secondary .k-picker-wrap.k-state-focused,
.k-secondary .k-numeric-wrap.k-state-focused,
.k-secondary .k-dropdown-wrap.k-state-focused {
    background-color: #dadada;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    background-position: 50% 50%;
    border-color: #dadada;
}

.k-secondary .k-button-group .k-tool:focus {
    background-color: #dadada;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    background-position: 50% 50%;
}

.k-secondary .k-button,
.k-secondary.k-button {
    color: white;
    background-color: #ffffff;
    border-color: #dadada;
}

    .k-secondary .k-button:hover,
    .k-secondary.k-button:hover {
        color: red;
    }

    .k-secondary .k-button:active {
        color: red;
    }

.k-secondary .k-dropdown .k-input,
.k-secondary .k-dropdown .k-state-focused .k-input,
.k-secondary .k-menu .k-popup {
    color: #787878;
}

.k-secondary .k-toolbar {
    color: #787878;
    border-color: #dadada;
}

.k-secondary.k-popup.k-group {
    border-color: #dadada;
}

.k-secondary.k-filter-menu {
    background-color: #ffffff;
    color: #787878;
}

.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
    color: #787878;
    border-color: #dadada;
    font-weight: bold;
}

.k-grouping-header {
    color: #787878;
}

.k-grid td.k-state-focused {
    -webkit-box-shadow: inset 0 0 0 1px #005F9E 0px 0px 0px 1px inset;
    box-shadow: inset 0 0 0 1px #005F9E 0px 0px 0px 1px inset;
}

.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator {
    border-color: #dadada;
}

.k-pager-numbers .k-link,
.k-treeview .k-in {
    border-color: transparent;
}

.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.k-grid-content .k-master-row.k-state-selected {
    background-color: #005F9E;
    color: white;
}

.k-tabstrip .k-grid-content table tbody tr.k-state-selected {
    background-color: #005F9E;
    color: white;
}

.k-scheduler-table .k-state-hover .k-icon {
    background-color: transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .k-icon:not(.k-loading),
    .k-grouping-dropclue,
    .k-drop-hint,
    .k-callout,
    .k-tool-icon,
    .k-state-hover .k-tool-icon,
    .k-state-active .k-tool-icon,
    .k-state-active.k-state-hover .k-tool-icon,
    .k-state-selected .k-tool-icon,
    .k-state-selected.k-state-hover .k-tool-icon,
    .k-column-menu .k-sprite,
    .k-mobile-list .k-check:checked,
    .k-mobile-list .k-edit-field [type=checkbox]:checked,
    .k-mobile-list .k-edit-field [type=radio]:checked {
        /*background-image: url('TMW_v1\sprite.png');*/
        background-size: 340px 336px;
        color: white;
    }

    .k-dropdown-wrap .k-input,
    .k-picker-wrap .k-input,
    .k-numeric-wrap .k-input {
        -moz-border-radius: -2px 0 0 -2px;
        -webkit-border-radius: -2px 0 0 -2px;
        border-radius: -2px 0 0 -2px;
    }
}

.k-picker-wrap .k-input {
    /*height: 18px !important;*/
}


.k-select {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))) !important; /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ) !important; /* IE6-9 */
    background-color: #005F9E !important;
}

.k-button.k-grid-edit .k-icon {
    margin-top: -3px;
}

.k-button.k-grid-delete .k-icon {
    margin-top: -2px;
}

.k-select .k-icon {
    margin-top: 25%;
}

.k-select .k-link .k-icon {
    margin-top: 0%;
}

.k-numerictextbox .k-link {
    height: 13px !important;
}



.k-header.k-tabstrip {
    background: none !important;
    border: none !important;
}


    .k-header.k-tabstrip .k-item.k-state-default {
        background-color: #83A7C0;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))) !important;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ) !important;
    }
    /*switch to active themed lighter-base color*/

    .k-header.k-tabstrip .k-item.k-state-active {
        color: #ffffff;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))) !important;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ) !important;
        background-color: #005F9E;
        border: none !important;
    }


    .k-header.k-tabstrip .k-item.k-state-default.k-state-hover .k-link /*TODO:KORY Make this themeable*/ {
        text-shadow: #4E88B1 0px 0px 3px, #4E88B1 0px 0px 10px, #4E88B1 0px 0px 25px !important;
        color: #B9D0E0 !important;
        border: none !important;
    }


    .k-header.k-tabstrip .k-item.k-state-default.k-state-hover {
        background-color: #83A7C0 !important;
        border: none !important;
    }

    .k-header.k-tabstrip .k-item {
        border: none !important;
    }

.k-tabstrip > .k-content {
    padding: 0px !important;
}


.k-header.k-tabstrip .k-loading.k-complete {
    border: 0px !important;
    outline: 0px !important;
}


.k-header.k-tabstrip .k-grid {
    border-color: #DADADA !important;
}

.k-i-arrowhead-s {
    background-position: 0 -33px !important;
}

/*for dark theme TMW_blue*/
.k-master-row.k-state-selected .k-minus {
    background-position: -16px -224px !important;
}

.k-master-row.k-state-selected .k-plus {
    background-position: -16px -192px !important;
}

.k-textbox, .k-picker-wrap input, .k-dropdown-wrap {
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .25);
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    font-family: arial !important;
    font-weight: normal !important;
}


.k-dropdown .k-state-focused .k-input {
    color: white;
}

.k-textbox:hover, .k-picker-wrap input:hover {
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em #4e88b1 !important;
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em #4e88b1 !important;
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
}

.k-textbox:focus, .k-picker-wrap input:focus {
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em #005F9E !important;
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em #005F9E !important;
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    font-style: normal !important;
    color: black !important;
}



/*Styles for use with enterprise classes*/
.PageButton .k-button {
    height: 23px;
    line-height: 19px;
}

.ParameterTxtBox .k-widget.k-datepicker, .ParameterTxtBox .k-picker-wrap.k-state-default, .ParameterTxtBox .k-picker-wrap input {
    height: 100% !important;
    border: 0px;
    outline: 0px;
    background: transparent !important;
}

    .ParameterTxtBox .k-picker-wrap.k-state-default.k-state-focused {
        background: transparent !important;
    }

    .ParameterTxtBox .k-picker-wrap.k-state-default.k-state-hovered {
        background: transparent !important;
    }


/*Grid*/
.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
    top: 47%;
    left: 50%;
    position: absolute;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    opacity: .1;
    text-align: center;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}


/*Static Default Theme Color*/


.k-window .MainSearchDiv,
.MainSearchDiv > .ModalBodySection {
    background-color: rgb(255, 255, 255) !important;
}

.k-button:hover,
.k-button:focus,
.k-button.k-state-focused,
.k-header.k-tabstrip .k-item.k-state-default.k-state-hover .k-link,
.k-pager-numbers .k-state-selected,
.k-pager-numbers a:hover {
    text-shadow: hsl(205, 39%, 50%) 0px 0px 3px, hsl(205, 39%, 50%) 0px 0px 10px, hsl(205, 39%, 50%) 0px 0px 25px !important;
    color: hsl(205, 39%, 80%) !important;
}

.k-header.k-tabstrip .k-item.k-state-default,
.k-header.k-tabstrip .k-item.k-state-default.k-state-hover {
    background-color: hsl(205, 39%, 50%);
}

.k-button,
.k-pager-wrap,
.k-select,
.k-block,
.k-header,
.k-grid-header,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-select,
.k-grid-content .k-master-row.k-state-selected,
.k-grid-content .k-master-row.k-state-selected,
.k-header.k-tabstrip .k-item.k-state-active,
.k-tabstrip .k-grid-content table tbody tr.k-state-selected,
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active,
.k-mobile-list .k-recur-view .k-check:active,
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active,
.k-mobile-list .k-recur-view .k-check:active {
    background-color: rgb(0, 95, 158);
}

.k-textbox:hover,
.k-numeric-wrap.k-state-hover .k-input,
.k-picker-wrap input:hover {
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em hsl(205, 39%, 50%) !important;
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em hsl(205, 39%, 50%) !important;
}

.k-textbox:focus,
.k-picker-wrap input:focus,
.k-numeric-wrap.k-state-focused .k-input {
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em rgb(0, 95, 158);
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em rgb(0, 95, 158);
}

.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
    background-color: rgb(0, 95, 158);
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
    background-image: none, -moz-linear-gradient(top, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
    background-image: none, -o-linear-gradient(top, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
    background-image: none, linear-gradient(to bottom, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
}

th.k-header[role='columnheader'][aria-sort='ascending'],
th.k-header[role='columnheader'][aria-sort='descending'] {
    background-color: hsl(205, 39%, 10%) !important;
}

.rsHorizontalHeaderTable th {
    background-color: rgb(0, 95, 158);
    background-image: none;
    background-image: -webkit-linear-gradient(top, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
    background-image: -moz-linear-gradient(top, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
    background-image: -o-linear-gradient(top, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
    background-image: linear-gradient(to bottom, rgb(0, 95, 158) 0px, rgb(0, 95, 158) 100%) !important;
}

.k-grid [role='row'].k-state-selected {
    background-color: rgb(0, 95, 158);
}

.k-window .k-window-content {
    background-color: rgb(255, 255, 255);
}

.k-widget.k-combobox .k-state-focused input,
.k-widget.k-combobox .k-state-focused.k-state-hover input {
    background-color: rgb(0, 95, 158);
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em rgb(0, 95, 158);
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em rgb(0, 95, 158);
}

.ValidationFailed .k-widget.k-combobox .k-state-focused input {
    box-shadow: 0 0 .3em .3em rgba(255, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0 0 .3em .3em rgba(255, 0, 0, 0.5) !important;
}

.k-widget.k-combobox .k-state-hover input {
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em hsl(205, 39%, 50%) !important;
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em hsl(205, 39%, 50%) !important;
}

.MainDiv .ValidationFailed .k-textbox:hover {
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em hsl(205, 39%, 50%) !important;
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em hsl(205, 39%, 50%) !important;
}

.k-widget.k-combobox.k-state-hover {
    border-color: hsl(205, 39%, 50%);
}

.ValidationFailed .k-picker-wrap.k-state-hover input {
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em rgb(0, 95, 158);
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, .4), 0 0 .3em .3em rgb(0, 95, 158);
    border: 1px solid red;
}

.RadComboBox_TMW_v1 .rcbHovered .rcbArrowCell.rcbArrowCellRight,
.RadComboBox_TMW_v1 .rcbFocused .rcbArrowCell.rcbArrowCellRight {
    background-color: rgb(0, 95, 158);
}

.RadTabStrip_TMW_v1 .rtsLevel2 {
    background-color: rgb(0, 95, 158);
}

.k-list-optionlabel.ng-scope.k-state-selected.k-state-focused {
}

.k-list-container .k-list-optionlabel.k-state-selected.k-state-focused {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #005F9E;
}


[role="alert"].k-invalid-msg span.k-widget.k-tooltip.k-tooltip-validation {
    background-color: red;
    color: white;
}

.k-invalid-msg {
    background-color: transparent;
    position: absolute;
}

.k-loading-image {
    background-image: url('images/ajax-loader.gif') !important;
}

.k-grid-content-expander {
    position: absolute;
    visibility: hidden;
    height: 1px;
    bottom: 0px;
}


/*#region K-windows that match the framework telerik windows */

/*Window normalization*/
.k-widget.k-window {
    border: none;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
}

.k-window .k-window-titlebar {
    /* height: 26px; */
    text-transform: uppercase;
    font-family: arial;
    /* font-weight: bold; */
    /* font-size: 20px; */
    padding-top: 0;
    /* line-height: 35px; */
    border-radius: 6px 6px 0 0;
    /* border: none; */
    padding-top: 8px;
}

.k-window .k-window-content {
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, .3);
    padding: 0 0 30px 0 !important;
}

.k-window .KendoWindowScrollerContainer {
    height: 100%;
    overflow-x: auto;
}

.k-window .KendoWindowPadder {
    padding: 15px;
}

.k-window .k-window-footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 32px;
    border-radius: 0 0 6px 6px;
}

.k-window-footer .k-button {
    font-size: 12px;
    height: 20px;
    margin: 5px 5px 3px 5px;
}
/*#endregion */


/* spread sheet*/
li.k-item.k-state-default.k-state-active.k-state-tab-on-top.k-spreadsheet-sheets-bar-active {
    background: rgb(0, 95, 158);
}


li.k-item.k-state-default.k-spreadsheet-sheets-bar-inactive {
    background: hsl(204, 100%, 31%) !important;
}

.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
    background-color: #fff;
}

.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
    background-color: #f3f3f4;
    background-image: none;
    color: #000000;
    border-color: #bebec3;
}

.k-spreadsheet-top-corner {
    border-color: #bebec3;
}

    .k-spreadsheet-top-corner:after {
        border-color: transparent #bebec3 #bebec3 transparent;
    }

.k-spreadsheet-pane {
    border-color: #bebec3;
}

    .k-spreadsheet-pane .k-spreadsheet-vaxis,
    .k-spreadsheet-pane .k-spreadsheet-haxis {
        border-color: #d8d8dc;
    }

    .k-spreadsheet-pane .k-spreadsheet-column-header,
    .k-spreadsheet-pane .k-spreadsheet-row-header {
        border-color: #bebec3;
    }

    .k-spreadsheet-pane .k-spreadsheet-merged-cell {
        background-color: #fff;
    }

    .k-spreadsheet-pane .k-selection-partial,
    .k-spreadsheet-pane .k-selection-full {
        border-color: rgba(25, 132, 200, 0.2);
        background-color: rgba(25, 132, 200, 0.2);
    }

    .k-spreadsheet-pane .k-filter-range {
        border-color: #1984c8;
    }

    .k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial,
    .k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
        border-bottom-color: #1984c8;
    }

    .k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,
    .k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
        border-right-color: #1984c8;
    }

.k-auto-fill,
.k-spreadsheet-selection {
    border-color: #1984c8;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #1984c8;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #1984c8;
}

.k-spreadsheet-selection {
    background-color: rgba(25, 132, 200, 0.2);
}

.k-spreadsheet-active-cell {
    border-color: #1984c8 !important;
    background-color: #fff;
}

    .k-spreadsheet-active-cell.k-single {
        background-color: #fff;
    }

.k-spreadsheet > .k-spreadsheet-formula-bar {
    background-color: #fff;
    border-color: #f3f3f4 #f3f3f4 #bebec3;
}

    .k-spreadsheet > .k-spreadsheet-formula-bar:before {
        border-color: #bebec3;
    }

    .k-spreadsheet > .k-spreadsheet-formula-bar:after {
        border-color: #f3f3f4;
    }

.k-spreadsheet .k-spreadsheet-formula-input {
    background-color: #fff;
    color: #515967;
}

.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
    background-color: #1984c8;
}

.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
    background-color: #1984c8;
}

.k-spreadsheet .k-single-selection::after {
    background-color: #1984c8;
    border-color: #fff;
}

.k-spreadsheet .k-auto-fill-punch {
    background-color: rgba(255, 255, 255, 0.5);
}

.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
    background-color: rgba(25, 132, 200, 0.5);
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
    border-color: #dedee0;
}

.k-spreadsheet-filter {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #d8d8dc;
    box-shadow: inset 0 0 0 1px #d8d8dc;
}

    .k-spreadsheet-filter.k-state-active {
        color: #fff;
        background-color: #1984c8;
    }

    .k-spreadsheet-filter:hover {
        color: #263248;
        background: #b6bdca;
        border-color: #9ea8b9;
    }

.k-action-window .k-action-buttons {
    border-color: #dedee0;
}

.k-spreadsheet-sample {
    color: #9ea6b3;
}

.k-state-selected .k-spreadsheet-sample {
    color: inherit;
}

.k-spreadsheet-window .k-list-wrapper,
.k-spreadsheet-window .k-list {
    border-color: #dedee0;
    border-radius: 4px;
}

.k-spreadsheet-window .export-config,
.k-spreadsheet-window .k-edit-field > .k-orientation-label {
    border-color: #dedee0;
}

.k-spreadsheet-window .k-edit-field > input[type="radio"]:checked + .k-orientation-label {
    background-image: url('textures/highlight.png');
    background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,.2)));
    background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
    background-color: #1984c8;
    color: #ffffff;
}

.k-spreadsheet-window .k-page-orientation {
    border-color: #ceced2;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

    .k-spreadsheet-window .k-page-orientation:before {
        background: #fff;
        border-color: transparent;
        border-bottom-color: #ceced2;
        border-left-color: #ceced2;
    }

.k-spreadsheet-window .k-margins-horizontal,
.k-spreadsheet-window .k-margins-vertical {
    background: transparent;
    border-color: #dedee0;
}

.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button {
    border-radius: 4px;
}

.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar > .k-button,
.k-spreadsheet-toolbar > .k-button-group {
    border-radius: 4px;
}

.k-spreadsheet-toolbar > .k-separator {
    border-color: #dedee0;
}

.k-spreadsheet-toolbar .k-overflow-anchor {
    border-radius: 0;
}

.k-spreadsheet-popup {
    border-radius: 4px;
}

    .k-spreadsheet-popup .k-separator {
        background-color: #dedee0;
    }

    .k-spreadsheet-popup .k-button {
        background-color: transparent;
    }

        .k-spreadsheet-popup .k-button:hover {
            background-color: #b6bdca;
        }

    .k-spreadsheet-popup .k-state-active {
        background-color: #1984c8;
        color: #000000;
    }

        .k-spreadsheet-popup .k-state-active:hover {
            background-color: #13669b;
        }

.k-spreadsheet-filter-menu .k-details {
    border-color: #dedee0;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
    background-color: #fff;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
    background-color: #fff;
    border-color: #dedee0;
    border-radius: 4px 0 0 4px;
}

.k-syntax-ref {
    color: #ff8822;
}

.k-syntax-num {
    color: #0099ff;
}

.k-syntax-func {
    font-weight: bold;
}

.k-syntax-str {
    color: #38b714;
}

.k-syntax-error {
    color: red;
}

.k-syntax-bool {
    color: #a9169c;
}

.k-syntax-startexp {
    font-weight: bold;
}

.k-syntax-paren-match {
    background-color: #caf200;
}

.k-series-a {
    border-color: #007bc3;
    background-color: rgba(0, 123, 195, 0.15);
}

.k-series-b {
    border-color: #76b800;
    background-color: rgba(118, 184, 0, 0.15);
}

.k-series-c {
    border-color: #ffae00;
    background-color: rgba(255, 174, 0, 0.15);
}

.k-series-d {
    border-color: #ef4c00;
    background-color: rgba(239, 76, 0, 0.15);
}

.k-series-e {
    border-color: #a419b7;
    background-color: rgba(164, 25, 183, 0.15);
}

.k-series-f {
    border-color: #430B62;
    background-color: rgba(67, 11, 98, 0.15);
}

.k-spreadsheet-sheets-remove:hover .k-icon {
    color: #cc2222;
}

.k-spreadsheet-formula-list .k-state-focused {
    background-color: #1984c8;
    color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .k-icon.k-font-icon {
        background-image: none;
    }
}

.k-spreadsheet .k-widget[data-property='fontSize'] {
    width: 60px;
}

.k-spreadsheet .k-widget[data-property='format'] {
    width: 100px;
}

.k-spreadsheet .k-widget[data-property='fontFamily'] {
    width: 130px;
}

.k-spreadsheet-toolbar .k-combobox .k-input {
    color: #515967;
}

.k-spreadsheet-toolbar .k-combobox .k-state-hover .k-input,
.k-spreadsheet-toolbar .k-combobox .k-state-active .k-input,
.k-spreadsheet-toolbar .k-combobox .k-state-focused .k-input {
    color: #515967;
}

.k-grid-header a.k-header-column-menu.k-state-active {
    background-color: transparent;
    text-decoration: none;
}

    .k-grid-header a.k-header-column-menu.k-state-active::before {
        content: '\f0b0'; /* funnel icon */
        font-family: "Font Awesome\ 5 Free";
        color: orange;
        padding-right: 2px;
        font-weight: 900;
        font-size: small;
    }

#map {
    height: 72vh;
    width: 180vh;
    padding: 20px;
}

.summary-image {
    background-image: url('../img/summaryIcon.png');
    height: 16px;
    width: 16px;
}

.bi-pad-5 {
    padding: 5px;
}

.bi-pad-10 {
    padding: 10px;
}

.bi-pad-15 {
    padding: 15px;
}


.bi-mrg-5 {
    margin: 5px;
}

.bi-mrg-10 {
    margin: 10px;
}

.bi-mrg-15 {
    margin: 15px;
}

.k-content .ParameterLabel {
    float: none;
}

.ContentCol.OneHalf.ColorSetting {
    padding-top: 20px;
}

.bi-color-black {
    color: black;
}

button i:first-child {
    margin-right: 10px;
}

.k-item.k-state-selected, .k-item.k-state-active {
    background-color: #005F9E;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -moz-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, -o-linear-gradient(top, #005F9E 0px, #005F9E 100%);
    background-image: none, linear-gradient(to bottom, #005F9E 0px, #005F9E 100%);
    background-position: 50% 50%;
    border-color: #dadada;
    color: white;
}

    .k-item.k-state-selected.k-state-focused, .k-item.k-state-active.k-state-focused {
        background-color: transparent;
        border: dashed;
        border-color: #005F9E;
        border-width: thin;
    }

        .k-item.k-state-selected.k-state-focused.k-state-hover, .k-item.k-state-active.k-state-focused.k-state-hover {
            color: white;
        }
