/* jQuery UI modifications */
.ui-autocomplete {
  max-height: 246px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* block */
#right .bk--rtr,
#left .bk--rtr {
  margin: .75em 0;
}

#right .bk--rtr:not(:last-child) {
  border-bottom: 3px solid #E4E4E4;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
}

.rtr__intro {
  margin: 0 0 .75em;
}


/* results */
.rtrr__head {
  font-size: 1.2em;
}

.rtrr__results--active {
  transition: opacity .333s, height .333s;
}

.rtrr__results--empty {
  opacity: 0;
}

#global .rtrr__matrix {
  -moz-hyphens: none;
  hyphens: none;
}

.rtrr__matrix {
  margin: 0 0 1.5em;
  width: 100%;
  table-layout: fixed;
}

.rtrr__matrix th,
.rtrr__matrix td {
  padding: .5em;
  vertical-align: top;
}

.rtrr__matrix .rtrr__row--even {
  background: rgba(0,0,0,.0333);
}

.rtrr__price {
  font-weight: bold;
  text-align: right;
}

.rtrr__matrix thead .rtrr__price {
  width: 6em;
}

.rtrr__more {
  background: transparent;
  background: linear-gradient(to bottom, rgba(0,0,0,.1), transparent 50%);
  color: #555;
  float: right;
  text-align: center;
  transition: width .5s;
  width: 10em;
  white-space: nowrap;
}

.rtrr__more:active,
.rtrr__more:focus,
.rtrr__more:hover {
  background: transparent;
  background: linear-gradient(to bottom, rgba(0,0,0,.1), transparent 50%);
  color: #555;
}

.rtrr__more--open {
  width: 1em;
}

.rtrr__filter {
  margin: 0 0 1.5em;
  padding: 0;
  border: none;
  border-spacing: 1px;
  border-collapse: separate;
  table-layout: fixed;
}

.rtrr__filter th,
.rtrr__filter td {
  padding: 0;
  width: 1%;
}

.rtrr__filter th {
  padding-top: .3em;
  padding-bottom: .3em;
}

.rtrr__filter .rtrr__btn {
  width: 100%;
  height: 100%;
  margin-right: 0;
  box-sizing: border-box;
}

.rtrr__filter .ui-button-text {
  padding: .4em 0;
}


/* form */
.rtrf {
  transition: opacity .3s;
}

.rtrf--busy {
  opacity: .7;
  pointer-events: none;
}

.rtrf--busy .rtrf__plast:after {
  content: url(loader.gif);
  margin-left: 5px;
}

.rtrf__widget {
  white-space: nowrap;
}

.rtrf__widget input[type="text"] {
  width: 260px;
  max-width: 100%;
  max-width: calc(100% - 1.4em - 4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtrf__radio {
  display: block;
  padding-left: 60px;
}

.rtrf__label {
  display: inline-block;
  width: 60px;
}

.rtrf button.ui-button-icon-only {
  width: 1.4em;
  height: 1.75em;
}

@media (min-width: 361px) {
  #main .rtrf__plast {
    margin-left: 60px;
  }
}
