﻿.tr-ng-grid .tr-ng-grid-footer .pagination {
  margin: 0; 
} 
.tr-ng-grid > thead > tr > th {
    text-align:center;
    vertical-align:top;
    color: #004A78 !important;
    background-color: #E6EBF1;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 18px;
    padding: 8px;

    border-color: #ccc;
}

.tr-ng-grid > thead > tr > th, 
.tr-ng-grid > tbody > tr > td, 
.tr-ng-grid > thead > tr > th > .tr-ng-cell, 
.tr-ng-grid > tbody > tr > td > .tr-ng-cell
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tr-ng-grid > tbody > tr > td > .tr-ng-cell {
  overflow: visible;
}

.tr-ng-grid .tr-ng-sort {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tr-ng-grid .tr-ng-sort .tr-ng-sort-active, .tr-ng-grid .tr-ng-sort .tr-ng-sort-inactive {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 0.8em;
    height: 0.8em;
}

.tr-ng-grid .tr-ng-column-header .tr-ng-title {
    padding-top: 0.8em;
    position: relative;
}

.tr-ng-grid .tr-ng-column-header .tr-ng-column-filter {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
}

.tr-ng-grid>tbody>tr:hover {
  background-color: #F5EFE0;
}
.tr-ng-grid>thead>tr>td.active, .tr-ng-grid>tbody>tr>td.active, .tr-ng-grid>tfoot>tr>td.active, .tr-ng-grid>thead>tr>th.active, .tr-ng-grid>tbody>tr>th.active, .tr-ng-grid>tfoot>tr>th.active, .tr-ng-grid>thead>tr.active>td, .tr-ng-grid>tbody>tr.active>td, .tr-ng-grid>tfoot>tr.active>td, .tr-ng-grid>thead>tr.active>th, .tr-ng-grid>tbody>tr.active>th, .tr-ng-grid>tfoot>tr.active>th {
  background-color: #cde8ff;
}

/*Additional media blocks for IE*/ 
/* http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/media-tests/ */
@media screen\0 {
    .tr-ng-grid .tr-ng-sort {
        background: transparent;
        background: rgba(255, 255, 255, 0);
    }

}

