﻿/* k-button */
.k-button {
    color: #3f3f3f !important;
    background-color: #f4f4f4 !important;
    border-color: #dadada !important;
}
    .k-button.k-state-hover, .k-button:hover {
        color: #ffffff !important;
        background-color: #3c76b1 !important;
        border-color: #dadada !important;
    }

/* k-toolbar missing class */
.k-grid-add {
}

/* kendo grid clear filters button */
#clear-filters {
    font-size: 12px;
}

/* k-filter menu style corrections */
.k-filter-menu select {
    width: 98.8%;
    height: 28px;
    margin-top: 4px;
}
form.k-filter-menu .k-textbox {
    margin-top: 4px;
    margin-bottom: 0px;
}

/* k-window header */
.k-window-titlebar.k-header {
    border-color: #ebebeb;
    margin-bottom: 20px;
}

/* k-window content */
.k-window-content {
    font-size: 13px;
}

/* kendo pdf export */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }
    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

/* kendo custom validation style */
.k-tooltip-validation-custom-property.k-tooltip-validation {
    border-color: #e43c30 !important;
    background-color: #e43c30 !important;
    color: #ffffff !important;
}
.k-tooltip-validation-custom-summary .k-tooltip {
    position: initial !important;
}
.k-callout-n-custom-property.k-callout-n {
    border-bottom-color: #f44336 !important;
}

/* kendo input loader */
.k-autocomplete .k-i-loading, .k-multiselect .k-i-loading {
    bottom: .2em;
    right: .22em;
}

/* kendo grid column (true-false) template */
.true-false-template {
    margin-bottom: 0px;
}

/* kendo tabstrip */
#tabstrip-box {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 11px;
}
#tabstrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}
#tabstrip h2 span {
    background: none;
    padding-left: 5px;
    font-size: .3em;
    vertical-align: top;
}
.tabstrip-content {
    display: block;
    margin: 30px auto 10px;
    background: none;
    height: 100%;
}
.tabstrip-content-contact {
    margin-top: 14px !important;
}
a:hover, a:focus {
    text-decoration: none;
}
.k-tabstrip .k-item {
    margin-right: 2px;
}
.k-tabstrip .k-item.k-state-hover {
    border-color: #C0C0C0;
}
.k-tabstrip-items .k-state-active .k-link, .k-tabstrip-items .k-state-hover .k-link {
    color: #333;
}
.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    border-color: #C0C0C0;
}
.k-tabstrip .k-item.k-state-active {
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}
.well.the-fieldset {
    height: 90%;
}
.authorization-table-class {
    border: 1px solid #c9c9c9;
    vertical-align: top;
}