/* SCSS Document */
content-section .tradelinesSection {
  margin-top: 60px;
}
content-section .tradelinesSection .searchContent {
  margin-bottom: 30px;
}
content-section .tradelinesSection .searchContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
content-section .tradelinesSection .searchContent .noInput {
  margin-top: 10px;
  display: inherit;
}
content-section .tradelinesSection .searchContent .infoBelow {
  margin-bottom: 0px;
}
content-section .tradelinesSection .searchContent .infoText {
  color: #f16e00;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  margin-bottom: 10px;
  margin-top: -14px;
}
content-section .tradelinesSection .searchContent .infoTextTwo {
  color: #f16e00;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  margin-bottom: 10px;
}
content-section .tradelinesSection .searchContent .btn {
  margin-top: 22px;
}
content-section .tradelinesSection .searchContent .btn-default {
  border-color: #a9a9a9;
}
content-section .tradelinesSection .searchContent .btn-default:before {
  background: #a9a9a9;
}
content-section .tradelinesSection .searchContent .disputesCheckbox {
  float: left;
  margin-top: -45px;
  margin-left: 306px;
}
content-section .tradelinesSection .searchContent .disputeDelete {
  float: right;
  margin-top: -39px;
}
content-section .tradelinesSection .searchContent .paymentInfoText {
  color: #f16e00;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  margin-bottom: 10px;
  margin-top: -14px;
  padding-top: 10px;
}
content-section .tradelinesSection .searchContent .paymentKey {
  background-color: #ddd;
  border: 1px solid #A9A9A9;
  float: left;
  margin-bottom: 4px;
  margin-right: 10px;
}
content-section .tradelinesSection .searchContent .paymentKey .keyInfoLeft {
  border-right: 1px solid #A9A9A9;
  display: inline-block;
  padding: 5px 10px;
  color: #494949;
}
content-section .tradelinesSection .searchContent .paymentKey .keyInfoRight {
  display: inline-block;
  font-weight: 600;
  padding: 5px 10px;
  color: #494949;
}
content-section .tradelinesSection .searchContent .paymentControls {
  float: right;
}
content-section .tradelinesSection .searchContent .paymentControls a {
  text-decoration: underline;
}
content-section .tradelinesSection .searchContent .paymentControls .textControls {
  margin-left: 15px;
}
content-section .tradelinesSection .searchContent .paymentMonth {
  display: table;
  margin-top: 10px;
}
content-section .tradelinesSection .searchContent .paymentMonth .monthList {
  float: right;
  padding-left: 21px;
}
content-section .tradelinesSection .searchContent .paymentMonth .monthList span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 24px;
  color: #707070;
}
content-section .tradelinesSection .searchContent .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-right: 1px;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  width: 34px;
}
content-section .tradelinesSection .searchContent .paymentYear .boxMonth {
  border: 1px solid #ddd;
  height: 50px;
  width: 48px;
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
}
content-section .tradelinesSection .searchContent .paymentYear .boxMonthHighlight {
  background-color: #ddd;
  border: 1px solid #A9A9A9;
  height: 50px;
  width: 48px;
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
}
content-section .tradelinesSection .searchContent .paymentYear .boxMonthHighlight span {
  text-align: center;
  padding-top: 16px;
  display: block;
  font-weight: 600;
  color: #494949;
}
