﻿.showMenu-grd  div.k-grid-header, div.k-grid-footer
{
    padding-left:17px;
    padding-right:unset !important;
}
.showMenu-grd .k-button-icontext .k-icon, .k-button-icontext .k-image
{
    /*margin-right: 3px; */
    margin-right: -.3rem;
    /* margin-left: -3px; */
    margin-left: 0.3rem;
}
.showMenu-grd .k-grid-header th.k-header:first-child,.showMenu-grd .k-grid tbody td:first-child,.showMenu-grd .k-grid tfoot td:first-child,.showMenu-grd .k-filter-row>th:first-child {
    border-right-width: 0;
    border-left-width:1px !important;
}

.showMenu-grd .k-grid td.k-state-selected:hover,.showMenu-grd .k-grid tr:hover
{
    color:inherit;
}
.showMenu-grd .k-grid td{
    overflow:unset;
}
.k-window-title {
 left:unset !important;
}
.k-window-titlebar .k-window-actions
{
    left: .3em;
    right:unset!important;
}
.k-state-selected{
        color: #fff;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}
.k-pager-wrap{
    margin-top:10px;
}