﻿

.k-header {
    background: -webkit-linear-gradient(-90deg, #f9f9f9 0, #ededed 100%) !important;
    background: -moz-linear-gradient(180deg, #f9f9f9 0, #ededed 100%) !important;
    background: linear-gradient(180deg, #f9f9f9 0, #ededed 100%) !important;

    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #cdcdcd !important;

}

.k-panelbar {
    background-color: #f9f9f9 !important;
}
.k-panelbar .k-item {
    background-color: #f9f9f9 !important;
    color: #000;
}
    .k-panelbar > .k-item > .k-link {
        color: #000 !important;
    }
    .k-panelbar .k-content {
        padding: 8px 0 0 0 !important;
    }
        .k-panelbar .k-content input {
            border: 1px solid #cdcdcd;
            min-height: 20px;
        }
        .k-panelbar .k-content textarea {
            border: 1px solid #cdcdcd;
            background-color: #fff;
            min-height: 22px;
        }

.k-icon .k-i-arrow-n .k-panelbar-collapse {
    color: #000 !important;
}

/* SEARCH GRID */
.k-grid-header .k-header, .k-detail-cell .k-grid-header .k-header {
    background: #007db1 !important;
    border-width: 0 0 1px 0 !important;
}

.k-grid-header-wrap{
    background: #007db1 !important;
}

.c-smc.mdg .k-grid-header-wrap, .c-smc.mdg .actionButton, .c-smc.mdg .search-options-header {
    background-color: #008E8D !important;
    color: #fff;
}

.k-header a {
    /*color: #fff !important;*/
}
.k-group-indicator {
    background-color: #008445!important;
    border-color: #00381d!important;
}
#clientLogo{
    display: none;
    visibility: hidden;
}