  .testcentre .test-centre-search-results,
.testcentre .results-found,
.testcentre .no-results-found,
.testcentre .error-msg,
.testcentre .test-centre-loader,
.testcentre #intl-country-message > div {
  display: none;
}
.testcentre .center-code-container {
  float: left;
  margin-right: 15px;
}
.testcentre .result-range,
.testcentre .result-headline {
  font-size: 16px;
}
.test-center .cat-select {
  position: relative;
}
.test-center .cat-select select {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 2;
  color: rgba(51, 51, 51, 0.6);
}
.test-center .cat-select input[type="text"] {
  padding-left: 15px;
}
.test-center .cat-select:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  background: url(/etc.clientlibs/act/components/testcentre/clientlibs/images/act-sprite.png) -130px -412px no-repeat #ffffff;
  right: 3px;
}
@media screen and (min-width: 992px) {
  .test-center .cat-select input[type="text"] {
    display: none;
  }
}
.sprite-img {
  background: url(/etc/designs/act/clientlibs/act-commons/images/act-sprite.png) no-repeat 0 0;
}
/* Lookup results start */
.center-city {
  margin-bottom: 12px;
}
.center-name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15em;
}
.legislatorLookupResults .center-code {
  padding-left: 0px;
}
.legislatorLookupResults .center-name {
  margin-bottom: 10px;
}
.add-icon {
  background-position: right -103px;
  height: 34px;
  width: 34px;
}
.add-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  cursor: pointer;
}
.minus-icon {
  background-position: right -137px;
  height: 34px;
  width: 34px;
}
.result-detail ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.result-header p {
  font-size: 16px;
}
/* Lookup results end */
/* Tiles grid to list view css Start*/
.list-view-tiles .result-tile {
  background: #E0E0E0;
  border: #dcdcdc solid 1px;
  border-bottom: 0;
  position: relative;
}
.list-view-tiles .result-tile:last-child {
  border-bottom: #dcdcdc solid 1px;
  margin-bottom: 30px;
}
.list-view-tiles .result-tile:nth-child(3n -1) {
  background: #f0f0f0;
}
.list-view-tiles .result-tile:nth-child(3n) {
  background: #fff;
}
.list-view-tiles .result-tile .result-head {
  border: 0;
  padding: 20px 30px 20px 20px;
  background: transparent;
}
.list-view-tiles .result-tile .result-detail {
  display: none;
  padding: 0 30px 20px 0px;
}
.list-view-tiles .result-tile .result-detail ul {
  padding-left: 20px;
}
.list-view-tiles .result-tile .blue-arrow {
  color: #000;
  font-size: 0;
  line-height: 0;
  margin-left: 10px;
}
.list-view-tiles .result-tile .blue-arrow:after {
  content: "\e258";
  color: #00418c;
  font-size: 14px;
  font-family: 'Glyphicons Halflings';
}
.list-view-tiles .row-clicable {
  cursor: pointer;
}
.rescheduledtestcentrelist .result-grid .result-tile .result-head {
  padding: 30px 30px 28px 30px;
  border: #dcdcdc solid 1px;
  background: #f0f0f0;
}
.rescheduledtestcentrelist .result-grid .result-detail ul {
  margin-top: 10px;
  padding-left: 30px;
}
/* Tiles grid to list view css End*/
