/* 
    Created on : 19/08/2023, 12:33:05 p. m.
    Author     : EGMSystems
*/
.number{
    text-align:right
}
@media screen{
    .noScreen{display:none}
    .truncate{
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
       max-width: 150px !important;
       max-height: 2em;
    }
    .truncate:hover{
       overflow: visible;
       white-space: normal;
       word-wrap: break-word;
       width: auto;
       height: auto;
/*
       display: contents;
*/
    }
}
