﻿.timesheetListItem {
    overflow: auto;
}
.timesheetListItem > div {
    width: 50%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.timesheetListItem > div:nth-child(2n) {
    float: right;
    text-align: right;
}
.timesheetListItem > div:nth-child(2n+1) {
    clear: both;
}


.timesheetListItem > div:last-child,
.detailListItem > div:last-child {
    text-align: right;
}
.detailListItem {
    overflow: auto;
    text-overflow: initial !important;
    display: table;
    width: 100%;
}
.detailListItem > div {
    display: table-cell;
}
.detailListItem .data > div {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detailListItem .data > div:nth-child(2n) {
    float: right;
}
.detailListItem .data > div:nth-child(2n+1) {
    clear: both;
}
.detailListItem .detailError {
    width: 24px;
    height: 24px;
    padding-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB2UlEQVRIid2VPW7bQBCFvyeELFWoTEUBRoKkZKmKRRoVhg+RA7jwWQxXKdOnMKAAAoStHCNlLkAdIBULFZSRScG/5XIlO+mSWVB82JmdNz+cFfzronPKskhzsOvGUBjmIbUO7C5zx8c/JtgXaW6wBVsMphYzrYTWmasfXkxQFkkutAUWcXrzjhqgyrD10h0nJBOCfZG0kbMYygJCe8N+tJm8F7po3Btq3FRg6ywgmY2dp73zLjYv5q9Ld7xauvpK8MU8fYvnBpt9kayiBGWR5MBWaCG6BT72E1ebfvDMQZuySFcTAtC1tQ21doV4lM8E9XguuOn2XoVqO3/4WZ0FOz1BWIRBYvunrcMzfYmaRk3L8hclGomXgf87RBCPNa6P2fYEw/c+RHJydiM5nZJRD7q7JkYh9KEsks80dnkXrTdoIzwh6Ej8d4AvgJngCfQmoo+WyJ/kO8Oqoa1d23u8E3oLvAO7N06uA3A7Ichc/Si0BlV+Th7+nrn6KXP1L+CbP98ePghdZq7exTwAUBbJSmgDzAPVT8M+gmrBJ+B1oD8Ydrl0x52/GZ2XfZGuDNuoucB6wzNfziTyTmYx68zVD4JouV5Slmcz6KS5Fe2mcxj7ywS7Dcvyf8lvtrDXjqd3fa0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: left;
}




.approvalListItem {
    overflow: auto;
}

.approvalListItem > div.checkbox {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.approvalListItem > div.tempinfo {
    padding-left: 5px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.approvalListItem > div.details {
    float: right;
    text-align: right;
}
.approvalListItem > div:nth-child(4) {
    clear: both;
}

