﻿.ng-table {
    border: 1px solid;
    border-collapse: separate;
    border-radius: 6px;
    color: black;
    cursor: default;
    padding: 3px;
}
.ng-table .glyphicon {
    font-size: 15px;
}
.ng-table input[type="text"] {
    border-color: #5D5757;
}
.ng-table .list-group {
    margin-bottom: 13px;
}
.ng-table .list-group .list-group-item  {
    background-color: white;
    border-radius: 2px;
    display: block;
    margin-top: 2px;
    padding: 5px;
    position: relative;
}
.ng-table .list-group .list-group-item:hover {
    background-color: rgba(101, 152, 183, 0.30);
}
.ng-table .ng-table-filters .filter {
    background-color: whitesmoke;
}
.ng-table .ng-table-filters th {
    padding: 5px;
}
.ng-table .ng-table-group-selector {
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px;
}
.ng-table td,
.ng-table th {
    background-color: transparent;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0;
    border-right: 1px solid #c5c5c5;
    border-top-width: 0;
}
.ng-table th {
    font-size: 11px !important;
    text-align: left;
    white-space: nowrap;
}
.ng-table th.sortable.sort-asc, 
.ng-table th.sortable.sort-desc {
    background-color: rgba(93, 131, 176, 0.80);
}
.ng-table td a {
    color: blue;
    font-weight: bold;
}
.ng-table tfoot {
    border-top: 1px solid #BCBCBC;
    padding: 10px;
}
.ng-table tfoot > tr > td {
    font: 12px Tahoma, Geneva, sans-serif;
    font-weight: bold;
    border: none;
}
.ng-table-group {
    background-color: rgba(238, 237, 238, 0.80);
}
.ng-table-group td {
    font-size: 14px;
}
.ng-table-group td a {
    color: #3f0298;
}
.ng-table-group-header {
    background-color: #6598b7;
}