* {
   padding: 0;
   margin: 0;
 }

body {
  background: #fff url(../images/header.gif) repeat-x;
  color: #312B57;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
img {
  border: none;
}
a {
  color: #6998f0;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

#wrap {
  width: 1200px;
  margin: 0px auto;
}
.clear {
  clear: both;
}

.logo {
  position: relative;
  left: 50px;
}

/* header */

#header {
  height: 90px;
  background-color: #312B57;
  width: 100%;

}
#header h1 {
  padding: 20px 0 5px 10px;
  font-size: 20px;
  letter-spacing: 0px;
}
#header  {
  padding-left: 10px;
  color: #312B57;
  font-size: 14px;
  font-weight: 100;

}

.title2 {
  padding-left: 10px;
  color: #312B57;
  font-size: 14px;
  font-weight: bold;
}

/* right */

.right {
  float: right;
  width: 690px;
  padding: 10px 20px 10px 20px;
  border-left: 1px solid #aaa;
  text-align: justify;
}
.right h4 {
  padding: 15px 0 5px 0;
  color: white;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0px;
}
#result a {
  margin-right: 5px;
}
#navigation {
  border-bottom: 1px solid #000;
  position: relative;
  top: 10px;
  padding-bottom: 5px;
}
#pager,
#pager-header {
  display: inline;
  font-size: 16px;
}
#pager a {
  font-size: 14px;
}

#pager li,
.links li {
  list-style-type: none;
  display: inline;
}
#selection {
  padding: 10px 15px 0;
}
#selection li {
  list-style-type: none;
  position: relative;
  right: 4px;
}
#docs {
  padding-top: 1px;
}

/* left */

.left {
  float: left;
  width: 450px;
  padding: 0 0 10px 10px;
}
.left .title2 {
  font-weight: bold;
  clear: left;
  padding-top: 20px;
  color: #333;
  font-size: 13px;
}
#search input {
  /*width: 310px;*/
  position: relative;
  left: 10px;
  margin-right: 10px;
}
#calendar {
  width: 160px;
}
#search_help {
  font-size: 80%;
}
.tagcloud {
  padding: 0px 15px 0px 10px;
}
.tagcloud_item {
  float: left;
  display: block;
  margin-right: 4px;
  color: #6998f0;
}
.tagcloud_item:hover {
  color: #f00;
}

/* tagcloud */

a.tagcloud_size_0 {
  font-size: 80%;
}
a.tagcloud_size_1 {
  font-size: 90%;
}
a.tagcloud_size_2 {
  font-size: 100%;
}Rst
 a.tagcloud_size_3 {
   font-size: 110%;
 }
a.tagcloud_size_4 {
  font-size: 120%;
}
a.tagcloud_size_5 {
  font-size: 130%;
}
a.tagcloud_size_6 {
  font-size: 140%;
}
a.tagcloud_size_7 {
  font-size: 150%
}
a.tagcloud_size_8 {
  font-size: 160%;
}
a.tagcloud_size_9 {
  font-size: 170%;
}
a.tagcloud_size_10 {
  font-size: 180%;
}

/* This CSS was gotten from this StackOverflow post (second answer by user http://stackoverflow.com/users/731314/gary)
   http://stackoverflow.com/questions/4753946/html5-form-slider-with-two-inputs-possible
*/

section.range-slider {
  position: relative;
  width: 200px;
  height: 35px;
  text-align: center;
}

section.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 200px;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

section.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

section.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}
section.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
#collection_all_extra, #hasModel_all_extra, #language_all_extra, #title_facet_all_extra, #author_facet_all_extra, #spatial_facet_all_extra,#date_all_extra, 
#edition_facet_all_extra,#subject_facet_all_extra, #person_facet_all_extra, #publication_name_facet_all_extra
{ display: none;}


a { color:#999; text-decoration:none;  font-size:13px;}
label { display: block; }
.box { width:350px; }

.menu {
  color:#000000;
  text-decoration:none;
  background: white;
  min-width: 580px;
  padding: 10px;
  border: solid black 1px;
  z-index: 100;
  position: fixed;
  top:200px;
  /*overflow-y: scroll;*/
  max-width: 50%;
}

.menu2 {
  left: 194px;
  color: #000000;
  text-decoration: none;
  background: white;
  min-width: 580px;
  padding: 10px;
  border: solid black 1px;
  z-index: 100;
  position: fixed;
  top: 173px;
  /*overflow-y: scroll;*/
  max-width: 50%;
}

.menunone1 {
  display: none
}

.myDiv:target{
  display:block !important;
}

p {
  font-size:13px;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  //background: #ffffff url(/fileadmin/misc/ajax-solr_repositoryB/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  //background: #ffffff url(/fileadmin/misc/ajax-solr_repositoryB/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-front {
  z-index: 100;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#link a {
  target-name:new;
  target-new:tab;
}

.fa-icon {
  target-name:new;
  target-new:tab;
  position: relative;
  top: 3px;
}

.textlink2  .fa-icon {
  color: #9D9D9D;
}

.textlink4  .fa-icon {
  color: #9D9D9D;
}

.textlink5  .fa-icon {
  color: #9D9D9D;
}

.textlink6  .fa-icon {
  color: #ffa500;
}

.textlink3 .fa-icon {
  color: green;
}

#close_button{
  position:absolute;
  right:2px;
  top:2px;
}

.ui-helper-hidden-accessible { display:none; }

.texttitle {
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}

.smallText {
  padding-left: 10px;
  font-size: 12px;
  width: 115px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: text-top;
  font-weight: 400;
}

.smallText b {
  vertical-align: text-top;
}

.books {
  border-collapse: collapse;
  position:relative;
  bottom:4px;
}

.books  tr:hover {background-color: #ddd;}

.books  th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  color: black;
  justify-content:center;
  align-items:center;
}

.collection {
  border-collapse: collapse;
}



.collection  tr:hover {background-color: #ddd;}

.collection  th {

  text-align: left;
  color: black;
  justify-content:center;
  align-items:center;
  padding-left: 12px;
  font-weight: 200;
}




.text {
  padding-left: 10px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  vertical-align: text-top;
}

.textFirst {

  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  vertical-align: text-top;
  right: 2px;
}

.text2 {
  overflow: hidden;
  width:500px;
  font-size: 14px;
  position: relative;
  vertical-align: text-top;
  overflow-wrap: break-word;
  display: inline-block;
}

.text3 {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  right: 2px;
}

.text5 {
  overflow: hidden;
  width:500px;
  font-size: 14px;
  position: relative;
  vertical-align: text-top;
  overflow-wrap: break-word;
  right:11px;
}

.collection tr { border: none; }

#collection, #hasModel, #title_facet, #language, #date, #author_facet, #person_facet, #spatial_facet, #edition_facet, #subject_facet, #publication_name_facet {
  position: relative;
  bottom: 17px;
  
}

#authorHide {
  position: relative;
  bottom: 17px;
  top:17px;
}

#titleHide {
  position: relative;
  bottom: 17px;
  top:17px;
}

#languageHide {
  position: relative;
  bottom: 17px;
}

#spatialHide {
  position: relative;
  bottom: 17px;
}

#editionHide {
  position: relative;
  bottom: 17px;
}

#journalHide {
	position: relative;
  bottom: 17px;
  top:17px;
}

.text4 {
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  right: 2px;
}

/*.textlink {
  position: relative;
  right: 2px;
  bottom: 0px;
}

.textlink2 {
  position: relative;
  right: 125px;
  bottom: 0px;
}
*/
.textlink4 {
  position: relative;
  right: 20px;
  bottom: 0px;
}

.line2{
  width:600px;
  color: darkgray;
  opacity: 0.5;
  bottom: 22px;
  position: relative;
}

.line{
  width:600px;
  color: darkgray;
  opacity: 0.5;
  position: relative;
  margin-top: 15px;
  margin-bottom: -5px;
}

.line3{
  width:600px;
  color: darkgray;
  opacity: 0.5;
  top: 4px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}

.container .columnContent.left ul {
  line-height: 1.0;
}

#query2{
  background-color: #b41815;
  border-color: #861210;
  color: #fff;
  border: none;
}

.ui-autocomplete-input {
  padding: 0px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.searchline {
  height: 30px;
  padding: 2px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.textlenght {
  max-width: 450px;
}

table.collection {
  width: 100%;
  table-layout: fixed;
}

tr.collection{width:100%;}
th.collection{width:100%;}

.ui-autocomplete {
background-color: #ccc;
}

.textlink {
    position: relative;
    bottom: 1px;
    right: 125px;
    margin-right: -41px;
}

.textlink5, .textlink6 {
    position: relative;
    bottom: 1px;
}

.textlink2 {
    position: relative;
    right: 170px;
    bottom: 1px;
}