.nax-table-header-cell {
    /*border-right: 1px solid rgba(0, 0, 0, 0.23);*/
    background-color: rgba(0, 0, 0, 0.1);
}

.nax-table-header-cell-dark {
     /*border-right: 1px solid rgba(0, 0, 0, 0.23);*/
     background-color: rgba(0, 0, 0, 0.23);
     font-weight: bold;
     color: white;
     height: 40px;
     margin-left: 0px;
     margin-right: 0px;
    border-bottom: 2px solid rgb(118, 127, 177);
 }

.nax-table-header-cell-dark-with-filter {
    /*border-right: 1px solid rgba(0, 0, 0, 0.23);*/
    background-color: rgba(0, 0, 0, 0.23);
    font-weight: bold;
    color: white;
    height: 70px;
    min-height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 2px solid rgb(118, 127, 177);
}

/* renaming for ng-class it does not accept -*/

.naxTableHeaderCellDark {
    /*border-right: 1px solid rgba(0, 0, 0, 0.23);*/
    background-color: rgba(0, 0, 0, 0.23);
    font-weight: bold;
    color: white;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
}
.naxTableHeaderCellDarkWithFilter {
    /*border-right: 1px solid rgba(0, 0, 0, 0.23);*/
    background-color: rgba(0, 0, 0, 0.23);
    font-weight: bold;
    color: white;
    height: 70px;
    min-height: 70px;
    margin-left: 0px;
    margin-right: 0px;
}


.nax-table-cell {
    padding: 0 2px 0 2px;
}

.nax-header-filter-link {
    display: inline-block;
    margin-top: 5px;

     color: rgb(51, 51, 51);
}

.nax-table-cell-spaced1 {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    text-align: left;
    display: inline-block;
    height: 40px;
    width: 100%;
}

.nax-table-cell-spaced {
    padding: 10px 5px 5px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    text-align: left;
    display: inline-block;
    height: 40px;
    width: 100%;
}

.nax-table-cell-spaced > .dropdown {
    margin-top: -5px;
}

.nax-table-cell-spaced-for-row-class {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    text-align: left;
    display: inline-block;
    height: 50px;
}

.naxTableLineSpacedWithoutEvnOdd:hover {
    background-color: rgba(63, 81, 181, 0.3) !important;
    font-weight: bold;
}

.naxTableLineSpaced:hover {
    background-color: rgba(63, 81, 181, 0.3) !important;
    font-weight: bold;
}

.naxTableLineSpaced:nth-child(even) {
    background-color: rgba(63, 81, 181, 0.09);
}

.naxTableLineSpaced:nth-child(odd) {
    background-color: white;
}

.nax-table-line-spaced:hover {
    background-color: rgba(63, 81, 181, 0.3) !important;
    font-weight: bold;
}

.nax-table-line-spaced:nth-child(even) {
    background-color: rgba(63, 81, 181, 0.09);
}

.nax-table-line-spaced:nth-child(odd) {
    background-color: white;
}

.nax-tab-item {
    height: 60px;
    color: red;
}

.nax-tab-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.nax-tab-item-title-active {
    padding: 0 15px 0 15px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}

.nax-tab-item-title-inactive {
    padding: 0 15px 0 15px;
}

.nax-tab-item-active-flag {
    height: 2px;
    background-color: #FF9800;
}

.nax-tab-item-inactive-flag {
    height: 2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.tableRawGrouping {
    background-color: rgb(221, 221, 221);
    font-weight: bold;
}

/**********************************************************************************************************************/
/***********************************************    TABLE 2   *********************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

.nax-table2-header-row {
    box-sizing: border-box;
    display: block;
    line-height: 20px;
    height: 40px;
}

.nax-table2-header-cell-dark {
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.23);
    font-weight: bold;
    color: white;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.nax-table2-header-cell-dark > * {
    vertical-align: middle;
    line-height: 40px;
}

.nax-table2-line-spaced {
    box-sizing: border-box;
    display: block;
    line-height: 20px;
    height: 40px;
}

.nax-table2-line-spaced:hover {
    background-color: rgba(63, 81, 181, 0.3) !important;
    font-weight: bold;
}

.nax-table2-line-spaced:nth-child(even) {
    background-color: rgba(63, 81, 181, 0.09);
}

.nax-table2-line-spaced:nth-child(odd) {
    background-color: white;
}

.nax-table2-line-spaced > * {
    vertical-align: middle;
    line-height: 40px;
}

.nax-table2-cell-spaced {
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    font-weight: bold;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.nax-table2-cell-spaced > * {
    vertical-align: middle;
    line-height: 40px;
}

ul.dropdown-menu li {
    cursor: pointer;
}
