/* Main search */

div.shift-search {
    min-height: 200px;
    width: 100%;
}

.shift-search .search {
    width: 550px;
}

.shift-search .search .search-box {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.shift-search .search .search-region {
    background: #f3f3f3;
    padding-top: 30px;
    height: 60px;
}

.shift-search .search .search-box input {
    width: 430px;
    font-size: 16px;
    margin-top: 4px;
}

.shift-search h3.overview span img {
    vertical-align: middle;
    margin-bottom: 2px;
}

.shift-search .results .sort .description {
    display: inline-block;
}

.shift-search .results .sort .relevance {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.shift-search .results .sort .active {
    color: #Ea001a;
}

.shift-search .results.pta .sort .active {
    color: #8e007b;
}

.shift-search .results .sort .date {
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}
.shift-search .results .divider-p {
    margin-top: 5px;
    margin-bottom: 6px;
}
.shift-search .results .result-link,
.shift-search .results .result-link:hover {
    text-decoration: none !important;
    color: black !important;
}
.shift-search .results .item h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.shift-search .results .item .left-side {
    float: left;
    height: 80px;
    width: 80px;
    background-color: gray;
    margin-right: 8px;
}

.shift-search .results .item .left-side img {
    height: 80px;
    width: 80px;
}

.shift-search .results hr {
    clear: both;
}

.shift-search .pages {
    float: right;
}

.shift-search .page {
    display: inline-block;
    padding: 0px 9px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    font-weight: bold;
    color: #Ea001a;
    text-decoration: none;
    cursor: pointer;
}

.shift-search .results.pta .page {
    color: #8e007b;
}

.shift-search .page:hover {
    background: #fefefe;
}

.shift-search .page.active {
    color: black;
}

.shift-search form.formSuchen a {
    display: block;
    height: 43px;
    width: 47px;
    margin: 0;
    padding: 0;
    background: url(https://shift.retresco.de/static/client/pharmazeutische-zeitung/lupe_grau.png) top left;
}

.shift-search form.formSuchen a:hover{
	background:url(https://shift.retresco.de/static/client/pharmazeutische-zeitung/lupe_rot.png) top left;
}

.shift-search form.formSuchen td.tdLeft {
    background: url(https://shift.retresco.de/static/client/pharmazeutische-zeitung/suche_links.png) top left;
    padding: 0px 0px 0px 10px;
}

.shift-search form.formSuchen a {
    text-decoration: none;
}

.shift-search form.formSuchen input {
    padding: 0px 0px 0px 0px;
    border: none;
    outline:none;
}

.shift-search .right-side b {
    background-color: yellow;
    font-weight: inherit;
}

/* Quick search */

.quick-search td.tdLeft {
    background: url(https://www.pharmazeutische-zeitung.de/fileadmin/images/suchen_links.png) top left;
    padding: 0px 0px 0px 10px;
    width: 100%;
}

.quick-search a {
    display: block;
    cursor: pointer;
    height: 29px;
    width: 33px;
    margin: 0;
    padding: 0;
    background: url(https://www.pharmazeutische-zeitung.de/fileadmin/images/suche_lupe1.png) top left;
    text-decoration: none;
}


.quick-search a:hover{
	background:url(https://www.pharmazeutische-zeitung.de/fileadmin/images/suche_lupe_pz_h.png) top left;
}

.quick-search table {
    width: 100%;
    margin: 30px 0 0 0;
}

.quick-search input {
    padding: 0px 0px 0px 0px;
    width: 230px;
    border: none;
    outline:none;
}

/* Site hack */

div#divBrandingFrame {
    overflow: visible;
}


/* Type ahead */

.shift-search .tt-dropdown-menu {
  text-align: left;
}

.shift-search .typeahead,
.shift-search .tt-query,
.shift-search .tt-hint {
}

.shift-search .typeahead {
  background-color: #fff;
}

.shift-search .typeahead:focus {
  border: 2px solid #0097cf;
}

.shift-search .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.shift-search .tt-hint {
  color: #999
}

.shift-search .tt-dropdown-menu {
  width: 300px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.shift-search .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.shift-search .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #Ea001a;
}

.shift-search .search.pta .tt-suggestion.tt-cursor {
    color: #000;
    background-color: #fff0f8;
}

.shift-search .tt-suggestion p {
  margin: 0;
}


// quick typeahead
.quick-search .tt-dropdown-menu {
  text-align: left;
}

.quick-search .typeahead,
.quick-search .tt-query,
.quick-search .tt-hint {
}

.quick-search .typeahead {
  background-color: #fff;
}

.quick-search .typeahead:focus {
  border: 2px solid #0097cf;
}

.quick-search .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.quick-search .tt-hint {
  color: #999
}

.quick-search .tt-dropdown-menu {
  width: 300px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.quick-search .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px !important;
  line-height: 24px;
}

.quick-search .tt-suggestion.tt-cursor {
  color: #fff !important;
  background-color: #Ea001a;
}

.quick-search.pta .tt-suggestion.tt-cursor {
    color: #999 !important;
    background-color: #fff0f8;
}

.quick-search .tt-suggestion p {
  margin: 0;
}

.shift-search .shift-facets .sources {
    display: none;
}

.shift-search .shift-facets {
    margin: 25px;
}

.shift-search .shift-facets .clear {
    margin-bottom: 10px;
    clear: both;
}

.shift-search .shift-facets .set {
    width: 240px;
    padding: 5px;
    display: inline;
    float: left;
}

.shift-search .shift-facets .set label span {
    margin-left: 5px;
}

.shift-search .search-region  {
    background-color: red;
    height: auto !important;
    min-height: 60px;
}

.shift-search .results img.icon.pz {
    margin-bottom: -2px;
}

.shift-search .results img.icon.pta {
    margin-bottom: -5px;
}

.shift-search .shift-facets .sections div.set.pz {
    margin: 3px 0 3px 0;
}

.shift-search .shift-facets .sections div.set img.icon,
.shift-search .shift-facets .sections div.set label {
    vertical-align: middle;
}

.shift-search .shift-facets .sections div.set label {
    cursor: pointer;
}

.shift-search .shift-facets .sections div.set.pz img.icon {
    margin: 3px 4px 3px 4px;
}

.shift-search .results p.divider-p > img {
    margin: 12px 0 13px 0;
}

.shift-search .shift-facets input#filter {
    padding: 5px 2px;
}

.shift-facets a#shift-filter-results {
    background: url(https://shift.retresco.de/static/client/pharmazeutische-zeitung/filter-results.png) top left;
    height: 28px;
    width: 128px;
    float: right;
    display: block;
    text-decoration: none;
}


/*
 * PACE spinner
 */

div#pace-spinner {
    height: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: relative;
  height: 0;
  width: 90px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-activity {
  display: none;
}

.pace .pace-activity {
  z-index: 2000;
  display: block;
  position: absolute;
  left: -30px;
  top: -30px;
  height: 90px;
  width: 90px;
  display: block;
  border-width: 30px;
  border-style: double;
  border-color: #E2001A transparent transparent;
  border-radius: 50%;

  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.pace .pace-activity:before {
  content: ' ';
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: #E2001A transparent transparent;
  border-radius: 50%;
}

#pace-spinner.pta-spinner .pace .pace-activity {
  border-color: #8E007B transparent transparent;
}

#pace-spinner.pta-spinner .pace .pace-activity:before {
  border-color: #8E007B transparent transparent;
}

@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
  100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
  100% { -moz-transform: rotate(359deg); }
}

@keyframes spin {
  100% {  transform: rotate(359deg); }
}