/* SCSS Document */
content-section .generalSearchSection {
  margin-top: 60px;
}
content-section .generalSearchSection .createFinForm {
  margin-top: 70px;
}
content-section .generalSearchSection .createFinButton {
  float: right;
  margin-top: 20px;
}
content-section .generalSearchSection .createFinButton .btn {
  height: 36px;
  line-height: 0;
  padding: 0px 10px 6px 10px;
}
content-section .generalSearchSection .createFinButton .btn-main {
  border: 4px solid #00a6ca;
  background-color: #fff;
}
content-section .generalSearchSection .searchContent {
  margin-bottom: 30px;
}
content-section .generalSearchSection .searchContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
content-section .generalSearchSection .searchContent .newFinButton {
  float: right;
  margin-top: -50px;
}
content-section .generalSearchSection .searchContent .dateOfBirth {
  margin-bottom: 40px;
}
content-section .generalSearchSection .searchContent .sendBox {
  margin-top: 25px;
}
content-section .generalSearchSection .searchContent .infoBelow {
  margin-bottom: 0px;
}
content-section .generalSearchSection .searchContent .btn-default {
  border-color: #a9a9a9;
}
content-section .generalSearchSection .searchContent .btn-default:before {
  background: #a9a9a9;
}
content-section .generalSearchSection .searchContent .calculatorButton {
  margin-top: 10px;
}
content-section .generalSearchSection .searchContent .calculatorButton .btn {
  height: 36px;
  line-height: 0;
  padding: 0px 10px 6px 10px;
}
content-section .generalSearchSection .searchContent .calculatorButton .btn-main {
  border: 4px solid #00a6ca;
  background-color: #fff;
}
content-section .generalSearchSection .searchContent .calculatorPop {
  background-color: #fff;
  border: 2px solid #00a6ca;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 451px;
  top: -60px;
  width: 250px;
  z-index: 99999;
}
content-section .generalSearchSection .searchContent .calculatorPop .calculatorPopForm {
  padding: 10px 15px 0px;
}
content-section .generalSearchSection .searchContent .calculatorPop .calculatorPopTitle {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
content-section .generalSearchSection .searchContent .calculatorPop .calculatorPopButtons {
  border-top: 1px solid #ddd;
  padding: 15px;
}
content-section .generalSearchSection .searchContent .calculatorPop .calculatorPopButtons .btn {
  float: right;
  height: 26px;
  padding: 1px 15px 8px;
  margin-bottom: 15px;
}
content-section .generalSearchSection .searchContent .calculatorPop .calculatorPopButtons .btn-gray {
  color: #000;
}
content-section .generalSearchSection .searchContent .calculatorPop .calculatorPopButtons .buttonPopMargin {
  margin-left: 12px;
}
content-section .generalSearchSection .tableContent .generalTableTitle {
  margin-bottom: 5px;
  margin-top: 20px;
}
content-section .generalSearchSection .tableContent .table {
  border: 1px solid #A9A9A9;
}
content-section .generalSearchSection .tableContent .table thead {
  border-top: #A9A9A9;
}
content-section .generalSearchSection .tableContent .table thead {
  font-size: 14px;
}
content-section .generalSearchSection .tableContent .table tbody {
  font-size: 14px;
}
content-section .generalSearchSection .tableContent .table th .fa-sort {
  float: none;
  margin-left: 3px;
}
content-section .generalSearchSection .tableContent .table > thead > tr > th:first-child, content-section .generalSearchSection .tableContent .table > tbody > tr > td:first-child {
  padding-left: 20px;
}
content-section .generalSearchSection .tableContent .table > thead > tr > th:last-child, content-section .generalSearchSection .tableContent .table > tbody > tr > td:last-child {
  padding-right: 20px;
}
