﻿

/*This sets grids to full height by default*/
[data-role='grid'] {
    height: 100%;
}

/*this one is to make our filters go to the right as previously expected*/
/*.k-toolbar > * {
    display: block
}*/

.k-toolbar {
    display: block;
    width: 100%;
}
/*this one is to make our filters go to the right as previously expected*/

/*Some standard neatening for the system*/
.k-button {
    margin: 2px 2px 2px 2px;
}


/*the nice display for no records*/
div.k-grid-norecords {
    align-items: normal;
}

.k-grid-norecords-template {
    font-style: italic;
    text-align: center;
    font-size: 13px;
    border: none;
}
/*the nice display for no records*/


/*This makes our hierarchy cell as small as possible*/
.k-grid .k-hierarchy-col, .k-hierarchy-cell, .k-hierarchy-cell.k-header {
    width: 20px !important;
}
/*.k-hierarchy-cell {
    width: 15px;
}
.k-hierarchy-cell.k-header {
    width: 15px;
}
.k-hierarchy-col {
    width: 15px;
}*/

/*This removes a gap made in our toolbar by kendo*/
.k-toolbar::before {
    content: none;
}


.k-grid-search {
    float: right;
}

.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer {
    color: #656565;
    background-color: #f6f6f6;
}

.k-grid-toolbar {
    background-color: #f6f6f6;
}

.k-group-footer td, .k-grouping-row td, tbody .k-group-cell {
    color: #656565;
    background-color: #ededed;
}

.k-grid .k-grouping-row {
    background-color: #ededed;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    background-color: #aa2139;
    font-family: "Segoe UI semibold";
    color: #fff !important;
}

.k-tabstrip-items .k-item {
    background-color: #f1dfe0;
    margin-left: 2.5px !important;
    color: #aa2139 !important;
}

.k-tabstrip-items .k-link {
    padding: 4px 12px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    flex: 1 1 auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

#placeHolder {
    border: solid;
    height: 90%;
    width: 100%;
    text-align: center;
}

#report-container {
    height: 90%;
}


.k-dropdown-home {
    display: inline-block;
    background-color: #ebebeb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-left: 13px;
}
 