/* SCSS Document */
content-section .searchCreditReportSection {
  margin-top: 60px;
}
content-section .searchCreditReportSection .createFinForm {
  margin-top: 70px;
}
content-section .searchCreditReportSection .searchCreditContent {
  margin-bottom: 30px;
}
content-section .searchCreditReportSection .searchCreditContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
content-section .searchCreditReportSection .searchCreditContent .preDirWidth {
  width: 40%;
}
content-section .searchCreditReportSection .searchCreditContent .postDirWidth {
  width: 40%;
}
content-section .searchCreditReportSection .searchCreditContent .dobWidth {
  width: 60%;
}
content-section .searchCreditReportSection .searchButton {
  float: right;
  margin-top: -20px;
}
content-section .searchCreditReportSection .searchButton .btn {
  height: 36px;
  line-height: 0;
  padding: 0px 10px 6px 10px;
}
content-section .searchCreditReportSection .searchButton .btn-main {
  border: 4px solid #00a6ca;
  background-color: #fff;
}
content-section .searchCreditReportSection .tableContent .generalTableTitle {
  margin-bottom: 5px;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
}
content-section .searchCreditReportSection .tableContent .recordsRemain {
  float: right;
}
content-section .searchCreditReportSection .tableContent .reconcileCheck {
  display: inline-block;
  margin-left: 50px;
}
content-section .searchCreditReportSection .tableContent .table {
  border: 1px solid #A9A9A9;
}
content-section .searchCreditReportSection .tableContent .table thead {
  border-top: #A9A9A9;
}
content-section .searchCreditReportSection .tableContent .table thead {
  font-size: 14px;
}
content-section .searchCreditReportSection .tableContent .table tbody {
  font-size: 14px;
}
content-section .searchCreditReportSection .tableContent .table th .fa-sort {
  float: none;
  margin-left: 3px;
}
content-section .searchCreditReportSection .tableContent .table > thead > tr > th:first-child, content-section .searchCreditReportSection .tableContent .table > tbody > tr > td:first-child {
  padding-left: 20px;
}
content-section .searchCreditReportSection .tableContent .table > thead > tr > th:last-child, content-section .searchCreditReportSection .tableContent .table > tbody > tr > td:last-child {
  padding-right: 20px;
}
