/*
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 : Aug 7, 2015, 8:43:35 AM
    Author     : panosp
*/
/* DLS20161117 */

tbody tr td.dl-large-text {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td {
    padding: 5px !important;
}
.dl-margin-5 {
    margin: 5px;
}
.dl-margin-10 {
    margin: 10px;
}
.table tbody>tr>td.hcenter
{
    text-align: center;
}
.table tbody>tr>td.hleft
{
    text-align: left;
}
.table tbody>tr>td.hright
{
    text-align: right;
}

.table tbody>tr>td.details {
    padding: 6px 6px;
}

.portlet {
    margin-bottom: 6px!important;
}