/* Evita que os valores das colunas roláveis atravessem as colunas fixas no hover. */
body.ux-v136 .control-daily-table th:first-child,
body.ux-v136 .control-daily-table td:first-child{
    z-index:12!important;
    background:#0D1728!important;
    box-shadow:1px 0 0 rgba(148,163,184,.16),10px 0 18px rgba(2,6,23,.16)!important;
    isolation:isolate!important;
}
body.ux-v136 .control-daily-table th:nth-child(2),
body.ux-v136 .control-daily-table td:nth-child(2){
    z-index:11!important;
    background:#101A2C!important;
    box-shadow:1px 0 0 rgba(148,163,184,.14)!important;
    isolation:isolate!important;
}
body.ux-v136 .control-daily-table thead th:first-child,
body.ux-v136 .control-daily-table thead th:nth-child(2){
    z-index:18!important;
    background:#111C31!important;
}
body.ux-v136 .control-daily-table tbody tr:hover td:first-child{
    background:#182744!important;
    color:#F8FAFC!important;
}
body.ux-v136 .control-daily-table tbody tr:hover td:nth-child(2){
    background:#17233A!important;
    color:#CBD5E1!important;
}
body.ux-v136 .control-daily-table tbody tr:hover td:not(:first-child):not(:nth-child(2)){
    background:#172746!important;
}
body.ux-v136 .control-daily-table .control-group-row td,
body.ux-v136 .control-daily-table .control-group-row:hover td{
    z-index:16!important;
    background:#070D17!important;
    color:#F8FAFC!important;
    box-shadow:none!important;
}
body.ux-v136 .control-daily-table td:first-child,
body.ux-v136 .control-daily-table td:nth-child(2){
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}