/* hoofddiv op de zoekresultatenpagina */
#bib-find {
   margin-top: 15px;
   font-family: arial;
   font-size: 14px;
   line-height: 180%;
   min-height: 200px; /* BH, new 18-11-2015 */
   margin-bottom: -38px; /* BH, new 18-11-2015 */
}

#bib-find h2{
	font-size: 24px;
}

/* hoofddiv op de detailpagina vd zoekresultaten */
#bib-detail {
   margin-top: 15px;
   font-family: arial;
   font-size: 15px;
   line-height: 180%;
   width: 100%;
}

#bib-detail > span:last-child:after {
   content: ".";
}

#myTable .bibliogr-odd:hover,
#myTable .bibliogr-even:hover {
   background-color: #eef7fa;
}

#bib-find-table {
	border: none;
   margin-top: 20px;
   margin-left: 0;
   width: 0; /* reset de width=760px van de standaard table */
   border-collapse: collapse;
}

#bib-find-table tr {
}

#bib-find-table td {
   /*padding-right: 10px;*/
   height: 30px;
   vertical-align: middle;
}

#bib-find-table tr > td:first-child {
	font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px;
	color: var(--tp-basis-blauw);
	background: white;
}

.dbat-link {
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 20px;
  line-height: 150%;
  float: left;
}

.dbat-link .dbat-header{
	font-family: Schoolboek, Arial;
	font-size: 18px;
}

.dbat-link a{
	color: #006192;
	text-decoration: none;
}
.dbat-link a:hover{
	text-decoration: underline;
}

#bib-find-table tr > td.btns-bib {
	background-color: none;
}

.btns-bib{
	margin-left: 64px;
	float: left;
}

.btn-bib { /* zelfde als btn in general.css, maar ander kleurtje */
   display: inline-block;
   /*padding: 2px 12px;
   font-size: 14px;
   line-height: 19px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   border-width: 1px;
   border-style: solid;
   -moz-border-top-colors: none;
   -moz-border-right-colors: none;
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   border-image: none;
   border-radius: 4px;
   border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
   background-color: #eee;
   color: #000;
   margin-top: 10px;*/
   
    cursor: pointer;
  float: left;
  font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 20px;
  border-top: 1px solid var(--tp-basis-blauw);
  border-left: 1px solid var(--tp-basis-blauw);
  border: 1px solid var(--tp-basis-blauw);
  color: var(--tp-basis-blauw);
  background: white;
  margin-right: 10px;
  margin-top: 20px;
}
 
.btn-bib:hover {
   background-color: var(--tp-basis-blauw);
   color: white;
}

.inputbox-bib {
   width: 505px;
   height: 30px;
   line-height: 24px;
   box-sizing: border-box;
   /*border-radius: 5px;*/
   padding: 10px;
   position: relative;
   float: left;
   border: 1px solid #CCC;
}

#biblio {
   margin-top: 30px;
   font-family: arial;
   font-size: 13px;
   line-height: 150%;
}

#biblio-list ul {
   list-style: none;
   margin-left: 0;
   padding: 0;
}

#biblio-list ul li {
   padding: 5px;
   font-size: 12px;
   border-bottom: 1px solid #ccc;
   cursor: pointer;
}

#biblio-list ul li img {
   margin-left: 10px;
   height: 18px;
}

/* tab */

#biblio-tabs {
   margin-top: 30px;
   font-family: arial;
   font-size: 14px;
}

#biblio-tabs #authorlist-title,
#biblio-tabs #biblio-searchbox-title {
   position: relative;
   float: left;
   width: 155px;
   padding: 10px 5px;
   background-color: #ccc;
   cursor: pointer;
   text-align: center;
}

#searchresults-header-bib{
	font-family: Helvetica;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 1.2em;
  margin-bottom: 40px;
  padding-bottom: 10px;
  margin-top: 26px;
  border-bottom: 3px solid var(--tp-basis-blauw);
  float: left;
}

/* tab met zoekfunctie */

#biblio-searchbox {
   position: absolute;
   top: 15px;
   font-family: arial;
   font-size: 12px;
   margin-top: 50px;
   padding: 10px;
   padding-top: 20px;
   background-color: #fff;
   width: 310px; /* 330 van kolom-links - 2* padding */
}

.biblio-searchfields {
   position: relative;
   float: left;
   width: 330px;
}

#bib-author,
#bib-title { /* labels */
   position: relative;
   float: left;
}

#bib-author-form,
#bib-title-form {
   position: relative;
   float: right;
   margin-right: 20px;
}

#biblio-searchbtn {
   position: relative;
   float: right;
   margin-top: 10px;
   background-color: #fb9005;
   color: white;
   font-size: 14px;
   padding: 5px 10px;
   cursor: pointer;
}

#myTable {
   border-collapse: collapse;
   margin-left: 0;
   width: 100%;
}

#myTable th.person_column {
  width: 20%
}

#myTable th.year_column {
   width: 10%;
}

#myTable th[class="person_column header"],
#myTable th[class="title_column header"],
#myTable th[class="year_column header"] {
   background-position: -6px 8px;
   background-image: url('../img/tablesort-neutral.gif');
   background-repeat: no-repeat;
}

.showFullBibref{
	display: block;
  font-size: 0.8em;
  font-weight: normal;
  color: black;
  margin-left: 2px;
}

.fullBibref{
	font-size: 0.8em;
  font-weight: normal;
  color: black;
  margin-left: 2px;
  
}

.fullBibref td{
	border-bottom: 0px solid white !important;
}

.headerSortDown {
   background-image: url('../img/tablesort-down.gif');
   background-repeat: no-repeat;
   background-position: -6px 13px;
}

.headerSortUp {
   background-image: url('../img/tablesort-up.gif');
   background-repeat: no-repeat;
   background-position: -6px 8px;
}

#myTable td {
   padding-top: 15px;
   padding-bottom: 15px;
   border-bottom: 1px solid #ccc;
   cursor: pointer;
   font-size: 13px;
}

#myTable th {
   padding-bottom: 20px;
   border-bottom: 2px solid #ccc;
   font-size: 17px;
}

#myTable td[class="title"] {
   font-weight: bold;
   color: #265679;
}

#myTable td a {
   color: black;
   font-weight: normal;
}

/* tab met auteurlijst */

#authorlistwrapper {
   position: absolute;
   top: 15px;
   font-family: arial;
   font-size: 14px;
   margin-top: 50px;
   padding: 10px;
   padding-top: 20px;
   background-color: #fff;
   width: 310px;
   height: 480px;
}

#authorlist-title {
   font-size: 14px;
   padding-bottom: 10px;
}

#authorlist {
   margin-top: 10px;
}

#authorlist ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#authorlist ul li {
   font-size: 12px;
   cursor: pointer;
}

#authorlist ul li img {
   margin-right: 5px;
}

/* extra infolaag in de ul, standaard onzichtbaar */

#biblio-list ul li img {
   display: inline;
   height: 10px;
}

#biblio-list ul li a {
   display: inline;
   font-family: arial;
   font-size: 12px;
   padding: 2px 5px;
   text-decoration: none;
   color: #1E6D74;
}

#biblio-list ul li a:hover {
   text-decoration: underline;
}

.isHiddenLi {
   display: none;
}

th {
   text-align: left;
}

.person {
   width: 250px;
   vertical-align: text-top;
}

.year {
   width: 50px;
   vertical-align: text-top;
}

.title {
   width: 350px;
   vertical-align: text-top;
}

#bibliogr-title {
   color: #ffffff;
}

.bibliogr-even a,
.bibliogr-odd a {
   font-weight: normal;
}

.normal-row {
   background-color: black;
}

.alt-row {
   background-color: grey;
}

.addonlybibliography { /* BH, new 25-1-2016 */
   /*margin-bottom: 42px;*/
}
