.b-search-deals__options {
  display: table;
  width: 100%;
}
.b-search-deals__options-content {
  width: 100%;
  display: table-row;
}
.b-search-deals__main {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  padding: 10px;
}
.b-search-deals__sidebar {
  display: table-cell;
  width: 15%;
  vertical-align: top;
  padding: 10px;
}
.b-search-deals__btn {
  text-align: center;
}
.b-search-deals__footer td {
  width: 33.333%;
}
.b-search-deals__save-info {
  padding-left: 10px;
  color: #F44336;
  font-family: PT Sans, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.b-rScore {
  font-family: PT Sans, arial;
}
.b-rScore__wrapper {
  width: 86px;
  margin: 0 auto;
}
.b-rScore__icon {
  color: #222222;
  cursor: pointer;
  text-align: center;
}
.b-rScore__icon-btn:active, .b-rScore__icon-btn:focus, .b-rScore__icon-btn:hover {
  box-shadow: none;
  outline: none;
}
.b-rScore__icon-btn:active:hover:focus {
  box-shadow: none;
  outline: none;
}
.b-rScore__input {
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  border: 1px solid #8e8e8e;
  color: #fff;
  height: 42px;
  padding: 0;
}
.b-rScore__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #fff;
}
.b-rScore__value {
  background-color: #444;
  border-radius: 4px;
}

.b-deals-options {
  color: #444;
  font-size: 12px;
  font-family: PT Sans, sans-serif;
}
.b-deals-options__hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.b-options-table {
  width: 100%;
  line-height: 2;
  margin: 0 5px;
}
.b-options-table__input {
  width: 75px;
  height: 22px;
  min-height: 1.833em;
  padding: 2px 5px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  color: #333;
  line-height: 22px;
  border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
  background: #fff;
}
.b-options-table__input--100-p {
  width: 100%;
}
.b-options-table__input:focus {
  box-shadow: 0 0 0 2px #a0a7a8;
  outline: 0;
}
.b-options-table__label {
  padding-right: 5px;
  text-align: left;
}
.b-options-table__delimeter {
  padding: 0 5px;
}
.b-options-table__has-type-options {
  padding-right: 24px;
  padding-top: 10px;
}
.b-options-table__has-type-options table {
  float: right;
}
.b-options-table__has-type-options--modal {
  padding-right: 47px;
}
.b-options-table__select {
  text-align: left;
}
.b-options-table__select select {
  width: 148px;
}
.b-options-table__select--full select {
  width: 90%;
  margin-left: 10px;
}

.b-search-notification {
  font-family: PT Sans, sans-serif;
  text-align: left;
  color: #444;
}
.b-search-notification__h {
  font-weight: bold;
  font-size: 16px;
}
.b-search-notification__radios {
  line-height: 2;
}
.b-search-notification__radios label {
  font-size: 14px;
  font-weight: 100;
}

.b-search-list {
  font-family: PT Sans, sans-serif;
  color: #444;
}
.b-search-list__h {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.b-search-list__searches {
  height: 200px;
  min-width: 140px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #8E8E8E;
  background: #FFF;
}
.b-search-list__searches-item {
  width: 100%;
  line-height: normal;
}
.b-search-list__searches-item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 10px 7px 25px;
  text-align: left;
  color: #444;
  font-size: 12px;
}
.b-search-list__searches-item a:hover, .b-search-list__searches-item a:focus, .b-search-list__searches-item a:active {
  background-color: #DFDFDF;
  text-decoration: none;
}
.b-search-list__searches-item a:hover .b-search-list__searches-icon, .b-search-list__searches-item a:focus .b-search-list__searches-icon, .b-search-list__searches-item a:active .b-search-list__searches-icon {
  display: block;
}
.b-search-list__searches-item--active a {
  background-color: #C5C5C5;
}
.b-search-list__searches-item--active .b-search-list__searches-icon {
  display: block;
}
.b-search-list__searches-icon {
  position: absolute;
  top: 7px;
  left: 8px;
  display: none;
}
.b-search-list__btns td {
  line-height: 1;
}
.b-search-list__btn {
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  transition: color 0.3s ease;
}
.b-search-list__btn:hover, .b-search-list__btn:focus, .b-search-list__btn:active {
  color: #6EBB25;
}
/*# sourceMappingURL=search-deals.css.map */
