/* SCSS Document */
.switchAccounts {
  float: right;
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 600;
}

.disputesCheckbox {
  margin-top: 25px;
}

.suppressionsCheckbox label {
  padding-left: 0;
}

.suppressionsContent, .consumerCreditContent {
  margin-top: 40px;
}
.suppressionsContent h2, .consumerCreditContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.consumerCreditContent .creditScoreValue, .consumerCreditContent .gradeValue, .consumerCreditContent .lowRangeValue, .consumerCreditContent .highRangeValue {
  font-size: 26px;
  font-weight: 400;
}
.consumerCreditContent .consumerFactors {
  margin-left: 20px;
  margin-bottom: 20px;
}
.consumerCreditContent .consumerFactors li {
  list-style-type: disc;
  line-height: 22px;
}
.consumerCreditContent .infoText {
  color: #f16e00;
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
  margin-top: -14px;
}

content-section .auditTrailSection {
  margin-top: 40px;
}
content-section .auditTrailSection .tableContent {
  margin-top: 40px;
}
content-section .auditTrailSection .tableContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
content-section .auditTrailSection .tableContent .noInput {
  margin-top: 10px;
  display: inherit;
}
content-section .auditTrailSection .tableContent .infoBelow {
  margin-bottom: 0px;
}
content-section .auditTrailSection .tableContent .infoText {
  color: #f16e00;
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
  margin-top: -14px;
}
content-section .auditTrailSection .tableContent .btn-default {
  border-color: #a9a9a9;
}
content-section .auditTrailSection .tableContent .btn-default:before {
  background: #a9a9a9;
}
content-section .auditTrailSection .tableContent .btn-default:before {
  background: #a9a9a9;
}
content-section .auditTrailSection .tableContent .disputesCheckbox {
  float: right;
  margin-top: -42px;
}
content-section .auditTrailSection .tableContent .disputeDelete {
  float: right;
  margin-top: -39px;
}
content-section .auditTrailSection .tableContent .paymentKey {
  background-color: #ddd;
  border: 1px solid #A9A9A9;
  float: left;
  margin-bottom: 4px;
  margin-right: 10px;
}
content-section .auditTrailSection .tableContent .paymentKey .keyInfoLeft {
  border-right: 1px solid #A9A9A9;
  display: inline-block;
  padding: 5px 10px;
  color: #494949;
}
content-section .auditTrailSection .tableContent .paymentKey .keyInfoRight {
  display: inline-block;
  font-weight: 600;
  padding: 5px 10px;
  color: #494949;
}
content-section .auditTrailSection .tableContent .clearAllText {
  float: right;
  text-decoration: underline;
}
content-section .auditTrailSection .tableContent .paymentMonth {
  margin-top: 10px;
}
content-section .auditTrailSection .tableContent .paymentMonth .monthList {
  float: right;
  padding-right: 11px;
}
content-section .auditTrailSection .tableContent .paymentMonth .monthList span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 13px;
  color: #707070;
}
content-section .auditTrailSection .tableContent .paymentYear .boxYear {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -2px;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  width: 34px;
}
content-section .auditTrailSection .tableContent .paymentYear .boxMonth {
  border: 1px solid #ddd;
  height: 50px;
  width: 40px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
content-section .auditTrailSection .tableContent .paymentYear .boxMonthHighlight {
  background-color: #ddd;
  border: 1px solid #A9A9A9;
  height: 50px;
  width: 40px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
content-section .auditTrailSection .tableContent .paymentYear .boxMonthHighlight span {
  padding: 14px;
  display: block;
  font-weight: 600;
  color: #494949;
}

.prefixLength {
  width: 50px;
}

.firstname {
  width: 350px;
}

.middlename {
  width: 100px;
}

.lastname {
  width: 350px;
}

.suffix {
  width: 50px;
}

.options {
  width: 135px;
}

/*buttons add and edit*/
.btnAdd {
  border-width: 4px;
  z-index: 1;
  background-image: none;
}

.btnEdit {
  border-width: 4px;
  z-index: 1;
  background-image: none;
}

.btn-info {
  color: #000000;
  border-color: #00a6ca;
}

.auditTableContent {
  margin-top: 4px;
  width: 100%;
  overflow: scroll;
}

.dateButtons {
  float: left;
  margin-bottom: 8px;
}
.dateButtons .btn {
  height: 36px;
  line-height: 0;
  padding: 0px 10px 2px 10px;
}
.dateButtons .btn-main {
  border: 4px solid #00a6ca;
  background-color: #fff;
}
.dateButtons .btn-main:hover {
  background-color: #007c97;
  border-color: #00748d;
}
.dateButtons .calendarButtonGroup {
  float: left;
}
.dateButtons .calendarButtonGroup .calendarButton {
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 4px;
}
.dateButtons .previousButton {
  float: left;
  margin-right: 5px;
}
.dateButtons .nextButton {
  float: left;
  margin-left: 5px;
}
.dateButtons .fa {
  margin-bottom: -2px;
}
.dateButtons .addButtons {
  float: left;
}
.dateButtons .addButtons .fa-plus {
  font-size: 23px;
  margin-top: -8px;
  font-weight: 600;
}
.dateButtons .editButtons {
  float: left;
}
.dateButtons .editButtons .fa-undo {
  font-size: 15px;
  margin-top: -8px;
  font-weight: 600;
}

.auditTrailDate {
  width: 133%;
  border-spacing: 2px;
  padding-bottom: 30px;
  float: left;
}
.auditTrailDate .row1, .auditTrailDate th, .auditTrailDate td {
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  width: 160px;
  height: 50px;
  line-height: 18px;
  padding-top: 2px;
}
.auditTrailDate .dateSection {
  border: 1px solid #fff;
  color: #fff;
  background-color: #494949;
  width: 160px;
  height: 50px;
}
.auditTrailDate .dateSection .auditTrailDay {
  display: block;
}

.nav-tabs {
  border-bottom: 1px solid #a9a9a9;
}

.auditTrailNav {
  margin-top: 50px;
}
.auditTrailNav .active {
  font-weight: 600;
}

.auditTrailTab {
  margin-top: 20px;
  /*h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
  }*/
}

.navTile {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.auditTrailLegend {
  width: 100%;
  line-height: 14px;
}
.auditTrailLegend .legendText {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 11px 8px;
  width: 104px;
  height: 48px;
  margin-right: 10px;
}
.auditTrailLegend .legendTextTwo {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 18px 8px;
  width: 104px;
  height: 48px;
  margin-right: 10px;
}

.creditReport {
  background-color: #72b1d2;
  font-weight: 600;
}

.onlineCC {
  background-color: #c5cdd7;
  font-weight: 600;
}

.quickCheck {
  background-color: #5566a6;
  font-weight: 600;
  color: #fff;
}

.openDispute {
  background-color: #ae2424;
  font-weight: 600;
  color: #fff;
}

.researchRequest {
  background-color: #ae2424;
  font-weight: 600;
  color: #fff;
}

.nonOpen {
  background-color: #ba5735;
  font-weight: 600;
  color: #fff;
}

.maintenance {
  background-color: #3f8c4b;
  font-weight: 600;
}

.letter {
  background-color: #77817f;
  font-weight: 600;
}

.securityFreeze {
  background-color: #01558d;
  font-weight: 600;
  color: #fff;
}

.printActivity {
  background-color: #9fe7ca;
  font-weight: 600;
}

.printAudit {
  background-color: #b3b3c7;
  font-weight: 600;
}

.email {
  background-color: #1d253c;
  font-weight: 600;
  color: #fff;
}

.columnInfo {
  font-size: 14px;
  display: table-cell;
  height: 48px;
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}

.location {
  width: 100px;
}

.streetLine {
  width: 300px;
}

.city {
  width: 200px;
}

.state {
  width: 200px;
}

.zip {
  width: 200px;
}

.date {
  width: 100px;
}

.table {
  border: 1px solid #A9A9A9;
}
.table thead {
  font-size: 14px;
  border-top: #A9A9A9;
}
.table thead tr .statusColumn {
  width: 75px;
}
.table thead tr .disputeColumn {
  width: 80px;
}
.table thead tr .subCodeColumn {
  width: 100px;
}
.table thead tr .subscriberColumn {
  width: 140px;
}
.table thead tr .accountNumberColumn {
  width: 140px;
}
.table thead tr .ecColumn {
  width: 35px;
}
.table thead tr .openedColumn {
  width: 95px;
}
.table thead tr .closedColumn {
  width: 95px;
}
.table thead tr .effectiveColumn {
  width: 95px;
}
.table thead tr .eddColumn {
  width: 75px;
}
.table thead tr .balanceColumn {
  width: 75px;
}
.table thead tr .remarksColumn {
  width: 90px;
}
.table thead tr .origClientColumn {
  width: 110px;
}
.table tbody {
  font-size: 14px;
}

.table > thead > tr > th:first-child, .table > tbody > tr > td:first-child {
  padding-left: 20px;
}

.table > thead > tr > th:last-child, .table > tbody > tr > td:last-child {
  padding-right: 20px;
}

.actionsColumn a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
.actionsColumn span {
  color: #707070;
  margin-left: 5px;
  margin-right: 5px;
}

.supperssionReason {
  width: 100px;
}

.stickyOptions:hover {
  text-decoration: underline;
}

*[class^='col-'], *[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

.consumerScore {
  margin-bottom: 30px;
}

.consumerFactors {
  margin-left: 20px;
  margin-bottom: 20px;
}
.consumerFactors li {
  list-style-type: disc;
  line-height: 22px;
}

.finCreated {
  border: 1px solid #000000;
  text-align: center;
  width: 160px;
  height: 50px;
  font-weight: 600;
}

.modalAuditTrail .auditTrailLink {
  display: block;
  line-height: 28px;
}
.modalAuditTrail .modalTableContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.modalAuditTrail .tablePopover .table > thead > tr > th, .modalAuditTrail .tablePopover .table > thead > tr > td, .modalAuditTrail .tablePopover .table > tbody > tr > th, .modalAuditTrail .tablePopover .table > tbody > tr > td, .modalAuditTrail .tablePopover .table > tfoot > tr > th, .modalAuditTrail .tablePopover .table > tfoot > tr > td {
  padding: 3px;
}
.modalAuditTrail .modalActions .modalButtons {
  float: right;
}
.modalAuditTrail .modalActions .modalButtons .btn {
  font-size: 18px;
  padding-top: 5px;
  background-color: #00a6ca;
  border: 1px solid #00a6ca;
  padding: 6px 12px 13px;
}
.modalAuditTrail .modalActions .modalButtons .closeButton {
  margin-left: 15px;
}
