﻿
/*#region TABLE */
.dataTables_wrapper{
    width:100%;
    padding:0 0.5em;
    box-sizing:border-box;
}
.valuationCagr {
    width:100%;
    border:0; 
    border-spacing:0;
    color:#333;
    line-height:2em; 
}
 
.valuationCagr thead tr th {
    text-align: right;
}
    .valuationCagr thead tr:first-child th {
        background: #4f81bd;
        color: #fff;
    }
.valuationCagr thead tr th:first-child {
    text-align: left; 
}
.valuationCagr thead tr:nth-child(2) th {
    text-align: right;
    border-bottom:thin solid #4f81bd
}
    .valuationCagr tbody tr td,
    .valuationCagr tfoot tr td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
    .valuationCagr thead tr th {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }
    .valuationCagr tbody tr td,
    .valuationCagr thead tr th,
    .valuationCagr tfoot tr td {
        padding-right:0.5em;
        min-width: 3.5em;
        width: 10%;
    }

.valuationCagr tbody tr td,
.valuationCagr tfoot tr td {
    text-align: right;
}
.valuationCagr tbody tr td:first-child {
   text-align:left;
}
    .valuationCagr tbody tr:hover
 {
    background-color:#F6F7D0;
}
.valuationCagr tfoot tr td{
    border-top:thin dashed #ddd;
     background-color:#F6F7D0;
}
.valuationCagr tfoot tr td:first-child {
    text-transform:uppercase;
    background-color:#ECEDB9;
    font-size:0.9em;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 6em;
}
    .valuationCagr tfoot tr td:first-child:hover {
        background-color:#F6F7D0;
        overflow: visible;
    }
    .valuationCagr tfoot tr:hover td {
        background-color:#ECEDB9;
    }
       .valuationCagr tfoot tr td:hover {
        background-color:#ECEDB9;
    }

.valuationCagr thead tr th:first-child,
.valuationCagr tbody tr td:first-child,
.valuationCagr tfoot tr td:first-child{
    padding-left: 0.5em;
}
.valuationCagr thead tr th:last-child,
.valuationCagr tbody tr td:last-child,
.valuationCagr tfoot tr td:last-child{
    padding-right: 0.5em;
    min-width: 2em;
}



.pb {
    color: blue;
}
.pr {
    color: red;
}

/*#endregion */
