/* components.css */
@charset "utf-8";

/* Tables */
table{
  border-collapse:collapse;
  border-spacing:0;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #E9F0F8;
}
table.reports {
    border: 1px solid #e2e2e2;
    width: 100%;
}
.reports tr {
    border-bottom: 1px solid #e2e2e2;
}
.reports th, .reports td {
    padding: .5em 1em;
    vertical-align: middle;
    text-align: left;
}
.offnameTitle{
	position: relative;
	right: 1.2em;
}
.reports th {
    background-color: #005daa;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.reports tr:nth-child(2n) {
    background-color: #f2f2f2;
}
.reports a {
  border-bottom: none;
}
.financialDue>span {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: .5em;
}
table.css-nego > tbody > tr > td {
    padding: 0.5em;
}
table.css-nego > thead > tr > .card-header {
    font-size: 12px;
    padding: 1em 0em 1em 0.5em;
    color: #000;
    font-weight: 600;
}
/* Usernames */
.username{
  text-transform:uppercase
}

/* Pagination */

a.sf_PagerCurrent {
  background-color: #444;
  border-bottom: 2px solid #444;
  color: #ddd;
  font-weight: bold;
}

/* Download lists */
.sfdownloadList {
  padding-left: 0;
}
.sfdownloadFile {
  list-style: none;
  margin-bottom: .5em;
}

/* Document Covers*/
.document-cover {
  margin: .5em 1em;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}