#recent-uploads-wrapper {
    margin-bottom: 24px;
}

#recent-uploads table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px;
    font-size: 11px;
}

#recent-uploads table tr td.processing {
    text-align: center;
}

#recent-uploads table thead {
    background-color: #CCC;
}

#recent-uploads table thead tr th,
#recent-uploads table tbody tr td {
    padding: 7px;
}

#recent-uploads table thead th {
    text-align: left;
    font-weight: bold;
}

#recent-uploads table thead th a {
    color: black;
}

#recent-uploads table tbody td.numeric {
    text-align: right;
}

#recent-uploads table thead th.sortable a {
    color: #094086;
}

#recent-uploads table thead th.selected.sortable a {
    padding-right: 24px;
    display: inline-block;
    background-size: contain;
    background: no-repeat 100% 50%;
}

#recent-uploads table thead th.selected.sortable a.sort-asc {
    background-image: url(images/backgrounds/sort-ASC.png);
}

#recent-uploads table thead th.selected.sortable a.sort-desc {
    background-image: url(images/backgrounds/sort-DESC.png);
}

#recent-uploads table tbody tr {
    border-top: 1px solid #CCC;
}

#recent-uploads table tbody tr:first-child {
    border-top: 0;
}

#recent-uploads table tbody tr.has-errors {
    background-color: #ffecec;
}

#recent-uploads table tbody tr.has-errors td.hasErrors {
    color: red;
}

#recent-uploads table tbody tr div.when-complete,
#recent-uploads table tbody tr.complete div.not-complete-yet {
    display: none;
}
#recent-uploads table tbody tr div.not-complete-yet,
#recent-uploads table tbody tr.complete div.when-complete {
    display: block;
}


#recent-uploads table th,
#recent-uploads table td {
    padding: 3px 2px;
}

#recent-uploads table tbody {
    border-bottom: 2px solid #CCC;
}

#recent-uploads-wrapper .pick-date-range,
#recent-uploads-wrapper .pick-date-range * {
    color: black;
    font-family: 'GloberRegular' !important;
    font-size: 13px;
}

#recent-uploads-wrapper .swap-timelines .depends {
    display: none;
}

#recent-uploads-wrapper .swap-timelines.pick-date-range .pick-date-range {
    display: block;
}


#recent-uploads-wrapper .swap-timelines .pick-date-range {
    font-family: 'GloberRegular' !important

}

