﻿.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-scheduler .k-today.k-state-selected, .k-marquee-color {
    /*background-color: rgb(100,100,100) !important;*/
    /*background-color: rgb(255,170,170) !important;*/
    /*background-color: rgb(170,0,0) !important;*/
}

.k-item .k-state-selected .k-state-default{
    /*background-color: rgb(255,0,0);*/
}


.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 85px !important;
}

.k-edit-form-container{
    width: 100% !important;
}

.k-grid td {
    padding: 2px 2px 1px 4px !important;
    font-size: 10pt !important;
}

.k-grid .k-button{
    height: 25px !important;
    padding: 0px 7px !important;
}

.k-grouping-header, .k-grid-toolbar {
    padding: 3px !important;
}

.aos-grid-title {
    float: left;
    font-size: 11pt;
    font-weight: bold;
    padding: 3px 3px;
}

.aos-grid-section-title {
    font-size: 11pt;
    font-weight: bold;
    padding: 3px 3px;
}

.k-grid-add{
    border: solid 1px rgb(0, 128, 0) !important;
    background-color: rgb(240,240,240) !important;
}

.k-grid-header th.k-header > .k-link {
    padding: 0.5em 0.6em 0.4em 2px !important;
}

a.k-link:focus,
a.navbar-brand:focus {
    outline: none;
    text-decoration: none;
}

/* #region Header styles */
.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

.navbar-header .k-icon.k-i-hbars {
    width: 24px;
    height: 20px;
    line-height: inherit;
    vertical-align: top;
    font-size: inherit;
    background: none;
}

.navbar-header .k-i-hbars:before {
    font-size: 24px;
    content: "\2630";
    display: inline-block;
}

.navbar .k-menu > .k-first,
.navbar .k-menu > .k-last {
    border-radius: 0;
}

html .navbar .k-menu .k-item {
    border: 0;
}

.navbar .k-item {
    color: #999999;
}

.navbar .k-menu .k-state-hover,
.navbar .k-menu .k-state-highlight,
.navbar .k-menu .k-link.k-state-active,
.navbar .k-menu .k-state-hover > .k-link {
    /*color: #444;*/
    color: rgb(100,100,100);
    background: transparent;
}

html .navbar .k-link {
    color: rgb(180,180,180) !important;
}

html .k-panelbar .k-content {
    padding: 1em;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
    color: #000;
}

input.k-textbox, textarea.k-textbox {
    padding: 0px 0px !important;
    text-indent: 0.2em !important;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    text-indent: 0.2em !important;
}

input.k-textbox {
    text-indent: 0.2em !important;
}

/* #region Toggle button styles  */
html .k-rpanel-toggle {
    display: none;
}

/* #region Navbar Menu styles */
.navbar .k-menu {
    border: 0;
    border-radius: 0;
    color: inherit;
    background: none;
}

@media (max-width: 767px) {
    #responsive-panel .k-item {
        float: none;
    }

    html .k-rpanel-toggle {
        display: block;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}

html body .btn-toggle,
html body .k-primary.btn-toggle:hover,
html body .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
html body .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    border-radius: 0;
}


