/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 5, 2021, 2:50:28 PM
    Author     : ankitha_e
*/

/*td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}*/

mxTable {
    border-bottom: 1px solid #ababab;
}

table.dataTable tbody>tr.highlightRow, table.dataTable tbody>tr>.highlightRow {
    background-color: #a8e4bd; 
}

table.dataTable.display tbody>tr.highlightRow:hover, table.dataTable.display tbody>tr>.highlightRow:hover {
    background-color: #abcfb7;
}

spanClose {
    color: #ffffff;
    font-weight: bold;
    padding: 0 1px;
    background-color: #ff1818a8;
    border-radius: 19px;
}