

.divActivityTable {
    clear: both;
}
.divActivityTable {
   
    display: table;

     table-layout: fixed;
    width: 100%;
}
.divActivityTable {
   border-spacing: 0px 3px;
}


.divActivityTableRow, .divActivityTableHeadRow {
    display: table-row;
    
}
    .divActivityTableRow:nth-of-type(2n) {
        background-color: #ececec;
    }

.divActivityTableRow {
    cursor: pointer;
}

.divActivityTableRow:hover, .divActivityTableRow:focus, .divActivityTableRow:active {
    background-color: #cccccc;
}

.divActivityTableHead {
    display: table-cell;
    font-weight: bold;

}


.divActivityTableCell {
    display: table-cell;
    text-overflow: ellipsis; 
    white-space: nowrap;
    padding: 3px;
}


.dlMini dt {
     width: 50%;
}
.dlMini dd {
    width: 50%;   
     margin-left: 50%;
   
}

/* ADRESS*/
.divAdressActivityTable {
    margin-top: 20px;

}

#inputActivityDialogStartDateTime, #inputActivityDialogEndDateTime {
    width: 4.5em;
    text-align: center;
}

#inputActivityDialogEndDate, #inputActivityDialogStartDate {
    float: left;
    margin-right: 3px;
}

/*.dl-horizontal {
    display: block;
    clear: both;
    margin-bottom: 10px;
}
.dl-horizontal dt {     
    overflow: hidden;
    text-align: left; 
    clear: left;
    width: 50%;
    margin-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.dl-horizontal dd {
    width: 50%;
     margin-left: 50%;
     margin-top: 4px;
}*/





