﻿.k-treelist .k-i-collapse {
    background-position-y: -32px; /*ovveride from chevron to triangle*/
}

.k-treelist .k-i-expand {
    background-position-y: -16px; /*ovveride from chevron to triangle*/
}

/* Tab strip overrides since the Material themes tabs are horrible*/
.k-tabstrip .k-item {
    border-right: solid 1px silver !important;
    margin-right: 0px !important;
}

/*
    Green: #77b784
    Gold: #f2ea96
*/
.k-tabstrip-items .k-state-active {
    border-bottom: solid 6px #f2ea96 !important;
}

    .k-tabstrip-items .k-state-active .k-link {
        color: white;
    }

.k-tabstrip .k-state-active {
}

    .k-tabstrip .k-state-active .k-link {
    }

    .k-tabstrip .k-state-active .k-link {
        /*color: yellow;*/
    }

.k-tabstrip .k-item .k-link {
    text-transform: none;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.k-link .glyphicon-dashboard {
    margin-top: -2px;
}

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-item {
    vertical-align: bottom;
}

.k-textbox, .k-input, .k-dropdown, .k-numerictextbox, .k-datetimepicker {
    width: 300px;
}

.draggableIndexValue .k-textbox, .draggableIndexValue .k-input, .draggableIndexValue .k-dropdown, .draggableIndexValue .k-numerictextbox, .draggableIndexValue .k-datetimepicker {
    width: 100%;
}


.k-dropdown .k-input {
    width: auto; /*this is the text inside the drop down list.  The size can be controlled by the parent drop down wrapper*/
}

.k-window {
    max-width: 85%;
    max-height: 85%;
}

.k-window-maximized {
    max-width: 100% !important;
    max-height: 100% !important;
}

.cabinetSelectorScroll {
    overflow-y: auto !important;
    max-height: 90% !important;
}

.k-popup .k-primary,
.k-edit-form-container .k-primary {
    color: #00b0ff;
    background-color: #fafafa;
    border-color: #fafafa;
}

.k-i-tick:before {
    content: "\e118";
}
/*.k-tabstrip-items {
    margin-bottom: 0px !important;
}

.k-tabstrip .k-tabstrip-items .k-link {
    padding: 0 !important; 
}

.k-tabstrip-top>.k-tabstrip-items .k-state-active, .k-tabstrip-top>.k-tabstrip-items .k-tab-on-top {
    margin-bottom: 0px !important;
}*/

.k-grid-toolbar, .k-window-titlebar, .k-window-title {
    border-color: #071b38;
    background-color: #0c2a56;
    padding: .429em;
}

.k-grouping-header {
    padding: .429em
}

.k-grid-toolbar {
    display: block;
}

.k-floatwrap:after, .k-grid-toolbar:after, .k-slider-items:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.k-tabstrip-items .k-item.k-state-hover {
    background: #0c2a56;
    border-color: #0c2a56;
}

.k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header li, .k-scheduler .k-header .k-link, .k-gantt > .k-header li, .k-gantt > .k-header .k-link, .k-gantt-toolbar .k-button, .km-pane-wrapper .k-header .k-button {
    color: #ffffff;
    background-color: #868686;
    border-color: #0c2a56;
    box-shadow: none;
}

.k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-header li, .k-scheduler .k-header .k-link, .k-gantt > .k-header li, .k-gantt > .k-header .k-link, .k-gantt-toolbar .k-button, .km-pane-wrapper .k-header .k-button {
    color: #101010;
    background-color: #bcbcbc;
    border-color: #0c2a56;
    box-shadow: none;
}

.k-toolbar .k-grid-search {
    float: right;
}


h2, .h2 {
    font-size: 20px;
}

div.k-window-iframecontent {
    padding: 0px 0px 5px 5px !important;
}

span.k-input {
    padding-bottom: 0px;
    padding-top: 0px;
}

.k-grid-search > .k-input {
    color: #444444;
}



