﻿/*.page, #main {
    background-color: #ebebeb;
}

#systemMenu, .SystemMenuRoot, .ProfileMenuRoot, .BackMenuRoot, .systemHeader > .k-menu > .SearchMenuRoot, .SearchMenuRoot:hover {
    background-color:#126EAC !important;
}

.chart-wrapper, .k-block, .borderForGrid, .viewSearchParentContainer, .formLayout .fullWidth {
    background-color:#fff;
    border-radius:4px;
    border:1px solid #ddd;
}

.chart-wrapper, .formLayout .fullWidth {
    margin:5px;
    padding:6px;
}

    .chart-wrapper h2 {
        margin:0;
    }

    .chart-wrapper > div:first-child {
        float:right;
    }


.k-grid .k-header, .k-grid .k-grid-header,
.k-scheduler .k-scheduler-table th,
table th {
    background-color:#176599;
    background-image:none;
}

.k-alt, .k-separator  {
    background-color:#d0e2f0;
}

.k-grid-header .k-header > .k-link,
.k-scheduler .k-scheduler-table th,
table th {
    color:#fff;
}

.k-pager-wrap {
    background-color:#B4C5D1 !important;
    background-image:none;
}

.k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-tab-on-top:hover {
    box-shadow: 1px -1px 1px #aaa;
}

.k-tabstrip-items .k-item {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

    .k-tabstrip-items .k-item .k-link {
        color: #797979!important;
    }

.k-tabstrip-items .k-tab-on-top.k-item .k-link {
    color: #222!important;
}*/



#systemMenu, .SystemMenuRoot, .ProfileMenuRoot, .BackMenuRoot, 
.systemHeader > .k-menu > .SearchMenuRoot, .SearchMenuRoot:hover,
.k-window .k-window-titlebar.k-header {
    background-color:#126EAC !important;
}

.k-grid .k-header, .k-grid .k-grid-header,
.k-scheduler .k-scheduler-table th,
table th {
    background-color:#567A96;
    background-image:none;
}

table th .k-icon {
    background-color:#fff;
    border-radius:9px;
}

.k-alt, .k-separator
{
    background-color: #DCECF9;
}

.k-grid-header .k-header > .k-link,
.k-scheduler .k-scheduler-table th,
table th {
    color:#fff;
}

.k-pager-wrap, table tfoot th, .k-footer-template td {
    background-color:#D1D1D1 !important;
    background-image:none;
    color:#5f5f5f;
    font-weight:bold;
}

.k-footer-template td {
    border-top: 1px solid #fff;
    background-color:#ccc!important;
}

.k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-tab-on-top:hover {
    box-shadow: 1px -1px 1px #aaa;
}

.k-tabstrip-items .k-item {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

    .k-tabstrip-items .k-item .k-link {
        color: #797979!important;
    }

.k-tabstrip-items .k-tab-on-top.k-item .k-link {
    color: #222!important;
}


.k-state-selected, .k-state-selected a {
    background-color: #BFC2C7 !important;
    border-color: #BFC2C7 !important;
    color: #696969 !important;
}

#IndividualSearch {
    background-color:#e4e4e4;
    border-radius: 5px;
    margin-top: 5px; 
    padding:5px;
}