﻿.table {
    background-color: #fff;
    margin-bottom: 0;
    color: var(--fi-palette-black);
    border-collapse: initial;
    overflow-y: visible;
}
.table thead tr {
    cursor: default;
    border-color: var(--fi-color-grey-lighten3) !important;
}
.table thead:first-child > tr {
    border-bottom: 1px solid var(--fi-color-grey-lighten3) !important;
}
.table thead > tr.stickyHeadRow > th {
    position: sticky;
    top: 0px;
    z-index: 10;
    border-top: 1px solid var(--fi-color-grey-lighten3) !important;
    border-bottom: 1px solid var(--fi-color-grey-lighten3) !important;
}
.table th {
    background: #f1f1f1;
    cursor: auto;
    font-size: 13px !important;
    vertical-align: middle !important;
    font-family: var(--fi-typography-body1-font-family);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
    white-space: nowrap;
    color: var(--fi-color-grey-darken3);
    height: 38px;
}
.table th.table-groupedHeader {
    padding: 15px 20px 12px 20px !important;
    background: #f6fafc;
    font-size: 16px;
}
.table th.sortable {
    cursor: pointer;
}
.table th.sortable:hover {
    color: var(--fi-palette-primary);
    text-decoration: underline;
}
.table th.sortable:hover i {
    color: var(--fi-palette-primary);
    text-decoration: underline;
}
.table th.sortable:hover font {
    color: var(--fi-palette-primary);
}
.table th font, .table th i {
    -webkit-transition: none !important;
    transition: none !important;
    line-height: 14px;
    color: var(--fi-color-grey-darken1);
}
.table th i {
    margin-left: 0px;
}
.table th small {
    color: var(--fi-palette-primary) !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}
.table th.sorted font {
    color: var(--fi-palette-black);
    font-weight: 800;
}
.table tr {
    /*        .transition(all);
    .transition-duration(500ms);*/
    cursor: pointer;
}
.table tr .linkColumn {
    padding-top: 9px;
    padding-right: 15px !important;
    text-align: right;
    width: 40px;
    padding-bottom: 8px;
}
.table tr .linkColumn .hoverSingleton {
    top: 0px;
}
.table > tr > th {
    background-color: #fff;
    font-family: var(--fi-typography-body1-font-family);
    vertical-align: middle;
    border-width: 0px;
    padding: 0 5px;
}
.table.table-inner {
    border: 0;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 15px 5px 12px 5px;
    color: var(--fi-color-grey-darken3);
    border-top: 0px;
    border-bottom: 1px;
    font-family: var(--fi-typography-body1-font-family);
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid var(--fi-color-grey-lighten3) !important;
}
.table > thead > tr > th.alignmentColumn, .table > thead > tr > td.alignmentColumn, .table > tbody > tr > th.alignmentColumn, .table > tbody > tr > td.alignmentColumn, .table > tfoot > tr > th.alignmentColumn, .table > tfoot > tr > td.alignmentColumn {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--fi-color-grey-lighten3) !important;
    /*border-left: 1px solid var(--fi-color-grey-lighten3) !important;*/
    margin-left: 20px;
}
.table > thead > tr > th small, .table > thead > tr > td small, .table > tbody > tr > th small, .table > tbody > tr > td small, .table > tfoot > tr > th small, .table > tfoot > tr > td small {
    color: var(--fi-color-grey-darken1) !important;
    font-size: 13px;
}
.table > thead > tr > th .zmdi, .table > thead > tr > td .zmdi, .table > tbody > tr > th .zmdi, .table > tbody > tr > td .zmdi, .table > tfoot > tr > th .zmdi, .table > tfoot > tr > td .zmdi {
    /*background: rgba(0,0,0,0);*/
    /*                .transition(all);
    .transition-duration(700ms);*/
    text-align: left;
}
.table > thead > tr > th:first-child, .table > thead > tr > td:first-child, .table > tbody > tr > th:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > th:first-child, .table > tfoot > tr > td:first-child {
    padding-left: 20px;
    border-left: 3px solid var(--fi-color-grey-lighten4);
}
.table > thead > tr > th:last-child, .table > thead > tr > td:last-child, .table > tbody > tr > th:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > th:last-child, .table > tfoot > tr > td:last-child {
    padding-right: 20px;
}
.table > thead > tr > th:first-child span:not(.quantity), .table > thead > tr > th:nth-child(2) span:not(.quantity), .table > thead > tr > td:first-child span:not(.quantity), .table > thead > tr > td:nth-child(2) span:not(.quantity), .table > tbody > tr > th:first-child span:not(.quantity), .table > tbody > tr > th:nth-child(2) span:not(.quantity), .table > tbody > tr > td:first-child span:not(.quantity), .table > tbody > tr > td:nth-child(2) span:not(.quantity), .table > tfoot > tr > th:first-child span:not(.quantity), .table > tfoot > tr > th:nth-child(2) span:not(.quantity), .table > tfoot > tr > td:first-child span:not(.quantity), .table > tfoot > tr > td:nth-child(2) span:not(.quantity) {
    font-size: 16px;
    line-height: 18px;
    color: var(--fi-palette-black);
    font-weight: 500;
    font-family: var(--fi-typography-body1-font-family);
}
.table > thead > tr > th:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child {
    border-left: 1px solid var(--fi-color-grey-lighten3) !important;
}
.table > thead > tr > th:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child {
    border-right: 1px solid var(--fi-color-grey-lighten3) !important;
}
.table tfoot {
    background: var(--fi-palette-primary);
}
.table tfoot td {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.table td {
    font-size: 14px;
    border-color: var(--fi-color-grey-lighten3);
}
.table td small {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 14px;
}

.noHover tr, .noHover th {
    cursor: default;
}

.fi-appbar-fixed {
    top: var(--announcement-bar-height);
}

.alert--not-null {
    height: calc(100vh - var(--app-bar-height) - var(--announcement-bar-height) - 180px);
}

.alert--null {
    height: calc(100vh - var(--app-bar-height) - var(--announcement-bar-height) - 82px);
}
/*# sourceMappingURL=C:\jenkins\Dev\workspace\ICS-FI\feebenchmarker\build_feeBenchmarker\Fi360.FeeBenchmarker\wwwroot\css\main.css.map */