.j-table {
    font-size: 0.9em;
    max-width: 100%;
    height: 100%;
    width: 99.99%;
    max-height: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-collapse: collapse;
}

.j-table.nofixed {
    position: relative;
}

.j-table-menu {
    border-bottom: 1px solid #909090;
    padding: 10px 10px 1px 10px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.j-table-body {
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.j-table-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 99.99%;
    overflow-y: scroll;
    overflow-x: auto;
}

.j-table .big_data {
    font-size: 0.9em;
}

.j-table .big_data md-checkbox {
    margin: 0;
}

.j-table .big_data .md-select-label {
    min-height: 22px;
}

.j-table .table > tbody > tr {
    cursor: pointer;
}

.j-table .table > thead > tr > th {
    background: #f5f5f5;
    font-size: 90%;
    font-weight: normal;
    min-width: 30px;
    white-space: nowrap;
    text-align: left;
}

.j-table .table > tbody > tr > td {
    border-right: 1px dashed #f0f0f0;
    outline: none;
}

.j-table .big_data > tbody > tr > td {
    padding-right: 4px;
    padding-left: 5px;
}

.j-table .table > tbody > tr > td:active {
    outline: none;
}

.j-table .table > tbody > tr > td.nbr {
    white-space: nowrap;
}

.j-table .table > tbody > tr > td .link {
    text-decoration: underline;
}

.j-table .table > tbody > tr.grey {
    background: #f1f1f1;
    color: #000000;
}

.j-table .table > tbody > tr.warn {
    background: #f5aaaa;
}

.j-table-column-select-btn {
    width: 30px;
    min-width: 30px;
    margin: 1px 5px 1px 3px;
}

.j-table .st-sort-ascent:after {
    content: '\25B2';
}

.j-table .st-sort-descent:after {
    content: '\25BC';
}

.j-table .st-selected {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.j-table .select-page {
    width: 50px;
    text-align: center;
}

.j-table .pagination li a input {
    padding: 0;
    margin: -5px 0;
}

.j-table .md-select-label, .j-table .md-placeholder, .j-table label {
    font-weight: normal;
}

.j-table md-input-container {
    padding-top: 0px;
}

.j-table .filter-name {
    color: rgb(255, 64, 129);
    font-size: 85%;
    margin: 2px 0;
}

.j-table .md-chips {
    box-shadow: none !important;
    padding-bottom: 0px;
}

.j-table .md-chips .md-chip {
    position: relative;
    line-height: 18px;
    height: 18px;
    margin-top: 0px;
    padding-right: 22px;
    padding-left: 10px;
    border-radius: 2px;
    background: transparent;
    color: #337ab7;
}

.j-table .md-chips .md-chip .md-chip-content {
    border-bottom: 1px dotted #337ab7;
    line-height: 17px;
    padding: 0;
    font-size: 13px;
}

.j-table md-chips .md-chip.md-focused {
    background: #337ab7;
    color: #ffffff;
}

.j-table .md-chips .md-chip-input-container {
    font-size: 13px;
    line-height: 1.1;
    height: 21px;
    min-height: 21px;
    margin-top: 0px;
    padding: 0;
}

.j-table .md-chips .md-chip-input-container input {
    line-height: 1.1;
    height: 21px;
    font-size: 13px;
}

.j-table .md-chips .md-chip .md-chip-remove-container {
    position: absolute;
    right: 6px;
    top: 4px;
    margin-right: 0;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}

.j-table .md-chips .md-chip .md-chip-remove {
    height: 12px;
    width: 10px;
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    position: static;
}

.j-table .md-menu.filter-chip {
    padding: 0;
}

.j-table .filters .filter-chip .filter-menu {
    padding: 0;
    margin: 0 0 5px 10px;
    font-size: 13px;
    text-transform: none;
    line-height: 16px;
    min-height: 16px;
}

.j-table .column-select-label {
    display: inline-block;
    float: left;
    padding: 11px 0px 0px 10px;
    font-size: 90%;
    color: #909090
}

.j-table .md-select-label {
    padding-top: 0px;
    min-height: 32px;
    border-bottom-color: transparent !important;
    border-bottom: none !important;
}

.j-table md-select {
    margin-bottom: 3px;
    padding: 0;
    margin-top: -2px;
}

.j-table .filters {
    margin: 5px 0px;
    padding: 0px 3px;
}

.j-table .filter-field {
    margin: 5px 0px;
    line-height: 1;
}

.j-table .filter-field-title {
    line-height: 1.3;
}

.j-table .table input.filter-date {
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: 14px;
    border-bottom: 1px dotted #337ab7;
}

.j-table .filter-field .j-select-button {
    top: -1px;
}

.j-table .filters .save-button {
    font-size: 11px;
    text-transform: uppercase;
    margin: 5px 5px 5px 0px;
    min-height: 24px;
    line-height: 24px;
}

.j-table .md-subheader {
    background-color: #dcedc8;
    margin: 0;
}

.j-table > .table input {
    border: none;
    padding: 4px 2px;
}

.j-table > table input {
    margin-bottom: 0px;
    min-height: 10px;
}

.j-table .filter-field-checkbox{
    margin: -3px 0;
}


