﻿
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


a.dropdown-toggle:hover {
    cursor: pointer;
}

a.disabled {
  color: gray !important;
  pointer-events: none;
  cursor: none;
}

[ng-click] {
    cursor: pointer;
}

img#spinner {
    z-index: 10000;
    position: relative !important;
    left: 50% !important;
    top: 10px !important;
}

searched {
 
}

/*


table:not(.single-doc).table-bordered > tbody > tr:nth-child(even) {
   background-color: white;
  
}


table:not(.single-doc).table-bordered:not(.single-doc) > tbody > tr:nth-child(odd) {
   background-color:#f4f4f4; 
}



*/

/*own*/

body {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}

a {
    color: #4f2d81;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4f2d81;
    text-decoration: underline;
}

@media (min-width: 992px) {
    ul.overzicht, ul.overzicht.lightgreen {
        max-width: 292px;
    }
}

.full-width {
    width: 100%;
    max-width: 100% !important;
}

.overzicht ul, ul.overzicht {
    padding-left: 0;
    list-style: none;
}

.overzicht ul li, ul.overzicht li {
    margin-bottom: 10px;
}


.overzicht.inverse ul li, ul.overzicht.inverse li {
}

.overzicht ul li a, ul.overzicht a {
    font-size: 18px;
    color: white;
    display: block;
    position: relative;
    border-radius: 1.5% / 90%;
    background-color: #4f2d81;
    font-size: 18px;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    padding-right: 60px;
}


.overzicht.inverse ul li a, ul.overzicht.inverse a {
    background-color: white;
    border: 2px solid #4f2d81;
    color: #4f2d81;
    text-decoration: none;
}

.overzicht ul li a:after, ul.overzicht li a:after {
    content: "\f054";
    font-family: FontAwesome;
    display: inline;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 24px;
}

.overzicht ul li a[href^="http"]:after, ul.overzicht li a[href^="http"]:after {
    content: "\f08e";
}

.overzicht ul li a[href$="pdf"]:after, ul.overzicht li a[href$="pdf"]:after {
    content: "\f1c1";
}

.overzicht ul li a[href$="PDF"]:after, ul.overzicht li a[href$="PDF"]:after {
    content: "\f1c1";
}

.overzicht ul li a:hover{
    color: black;
    text-decoration: none;
}

a.chevron-right:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 9px;
    display: inline;
    float: right;
}

#nieuwe_aanwinsten ul {
    text-align: center;
    margin: 0 auto;
}

ul.overzicht.lightgreen li {
    font-size: 21px;
    padding: 6px 18px;
    background-color: #C3E76F;
    color: #000;
}

ul.overzicht.lightgreen li a{
    color: #000;
}


.intro-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.databanken li {
    display: inline-block;
}

ul {
    -webkit-padding-start: 20px;
}

.container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
....margin-top: inherit;
}

@media (min-width: 992px) {
    .container {
        padding-left: 45px;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .intro-text {
      margin-top: 20px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}

.intro-text .col-sm-8 {
    margin-left: 20px;
}

.intro-text .col-sm-4 {
    padding-left: 0;
    padding-right: 15px;
}

}

.intro-text .col-sm-8 {
    background-color: #007bc0;
    padding-top: 10px;
    padding-right: 40px;
}

.intro-text .col-sm-4 {
    background-color: #007bc0;
    padding-left: 0;
    padding-right: 0px;
}


.databanken .image {
    padding: 24px;
    background-color: white;
    min-height: 120px;
    text-align: center;
}

.databanken .image img{
    display: inline-block;
}

.databanken .links {
    margin-top: 20px;
    text-align: center;
}

.databanken .links .btn{
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .intro-text .col-sm-4 {
        background-color: transparent;
        }
}

login a, .intro-text a {
    color: #000 !important;
    text-decoration: none;
}

.intro-text h3 {
    color: #ffffff !important;
    text-decoration: none;
    margin-top: 10px;
}

login a:hover, .intro-text a:hover {
    text-decoration: underline;
}

.rssBody {
    background-color: #ebf2f9;
    border-bottom: 2px solid #007bc0;
    padding: 15px;
}


.chevron-bullet li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: relative;
    margin-right: 10px;
    color: #ccc;
}


.row.small.alt-footer {
    background-color: #212121;
    color: #ffffff;
}


.row.small.alt-footer ul {
    padding-left: 0px;
}


.row.small.alt-footer ul li {
    list-style-type:none;
    padding:0px;
}


.container-fluid {
    padding: 15px;
}

.mat-icon {
    position: relative;
    color: #000000;
}

.mat-icon-label {
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    visibility: hidden;
    opacity: 0;
    padding:0;
    margin:0;
}

.mat-icon:hover .mat-icon-label, .mat-icon:focus .mat-icon-label {
    visibility: visible;
    opacity: 1;
}

.mat-icon:hover .mat-icon-icon, .mat-icon:focus .mat-icon-icon {
    opacity: 0;
}

.help-block {
    color: red;
}

header {
    background-color: transparent;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border-bottom: 0px solid #007bc0;
}

.thumbnail .caption {
    padding: 9px;
    color: #000000;
    font-weight: 400;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    background-color: #ffffff;
    padding: 10px;
}


kortepresentatie .TTZ a {
    color: #333333;
    font-weight: bold;
}

kortepresentatie .TTZ a:hover {
    text-decoration: underline;
}



kortepresentatie .AUT, kortepresentatie .IMP, kortepresentatie .URL, kortepresentatie .EBO {
    display: inline;
}

kortepresentatie .URL a, kortepresentatie .EBO a {
    margin-top: 8px;
    margin-right: 8px;
}

/*
kortepresentatie .URL a, kortepresentatie .EBO a {
    font-size:0;  
    color: transparent;
    overflow: hidden;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/XrefThemes/Custom/Images/icons/web.png');
    background-size: 32px 32px !important;
    background-repeat: no-repeat;

  }

  
kortepresentatie .URL a[href$='pdf'], kortepresentatie .URL a[href$='PDF']
  {
    background-image: url('/XrefThemes/Custom/Images/icons/pdf.png');
    background-repeat: no-repeat;
}


kortepresentatie .EBO a[href$='pdf'], kortepresentatie .EBO a[href$='PDF']
  {
    background-image: url('/XrefThemes/Custom/Images/icons/pdf.png');
    background-repeat: no-repeat;
} 
  
kortepresentatie .EBO a[href$='docx'], kortepresentatie .EBO a[href$='docx']
  {
    background-image: url('/XrefThemes/Custom/Images/icons/doc.png');
    background-repeat: no-repeat;
} 
  
kortepresentatie .EBO a[href$='pptx'], kortepresentatie .EBO a[href$='pptx']
  {
    background-image: url('/XrefThemes/Custom/Images/icons/ppt.png');
    background-repeat: no-repeat;
} 

*/

.container-fluid-white {
    background-color: #ffffff;
    padding: 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /* color: #212121; */
    background-color: #E2e2e2;
    /*
    padding-left: 15px;
    padding-right: 15px;
    */
}

.table-bordered {
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.container .jumbotron, .container-fluid .jumbotron {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("/XrefThemes/Custom/Images/banner.jpg") center center;
    text-align: center;
    min-height: 150px;
    border-radius: 6px;
    padding: 0px;
}

.panel {
    margin-bottom: 8px;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Toegevoegd */


@font-face {
    font-family: Aller-Bold;
    src: url(fonts/Aller_Bd.woff);
    font-style: bold
}

@font-face {
    font-family: Aller-italic;
    src: url(fonts/Aller_It.woff);
    font-style: italic
}

@font-face {
    font-family: Aller;
    src: url(fonts/Aller_Rg.woff);
    font-style: normal
}




body {
    font-family: Aller,Geneva,Verdana,sans-serif;
    color: rgb(29, 29, 27);
}

.wrapper {
    background-color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Aller,Geneva,Verdana,sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
}

h1 {
    font-size: 72px;
    color: #009ad9;
}

h2 {
    font-size: 36px;
    text-transform: lowercase;
}

h3 {
    font-size: 34px;
    color: #009ad9;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}



a {
    color: #009ad9;
    text-decoration:none
}

a:hover { 
    color: #009ad9; 
    text-decoration: underline;
}
a:active { 
    color: #009ad9; 
    text-decoration: none;
}

a.searchmelink.search_icon img{
    width: 32px;
    height: 32px;
}



/* BEGIN NAVBAR */

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

.navbar {
    /*position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    webkit-box-shadow: none;
    box-shadow: none;*/
    width: 100%; 
    margin: 0; 
    background: none;
    background-color: #4f2d81;
}



/* Background whole navigation */
.navbar-default {
    font-family: Aller,Geneva,Verdana,sans-serif;
    font-size: 16px;
    white-space: normal;
    background-color: #4f2d81;
    border-color: transparent;
}

@media (min-width: 768px) {
    .navbar {
        /*position: absolute;*/
        top: 12px;
        right: 0px;
        margin-top: 0px;
        border-radius: 0px;
        background-color: #4f2d81;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}


@media (min-width: 768px) {
    .navbar-collapse {
        margin-left: auto;
        margin-right: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: #4f2d81;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
		display: block;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

/* Menu item color + background + border */
.navbar-default .navbar-nav > li > a {
    background-color: transparent;
    padding-left: 0;
    padding-right: 7px;
    margin: 4px;
    color: #fffffff;
    border-bottom: 0;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #ffffff; /*#4f2d81;*/
        background-color: transparent;
		text-decoration: underline;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff; /*#4f2d81;*/
        background-color: transparent;
		text-decoration: underline;
    }

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #000;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 5px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
        color: rgb(122, 174, 213);
        background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: rgb(122, 174, 213);
    background-color: transparent;
}



@media (min-width: 768px) {

    .navbar-nav {
	margin-left: 210px;
    }

/*
    .navbar-collapse {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }*/
}


@media (min-width: 992px) {
    .navbar-default {
        font-size: 18px;
    }
    
    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*
    .navbar-collapse {
        width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
    */
}

/*

@media (min-width: 1200px) {
    .navbar-collapse {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .navbar-collapse {
        width: 1570px;
        margin-left: auto;
        margin-right: auto;
    }
}

*/


/* Fixed header 

@media (min-width: 920px) {

    .navbar {
        position: fixed;
        z-index: 300;
        top: 100px;
        min-height: 50px;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    header {
        position: fixed;
        height: 160px;
        top: 0;
        width: 100%;
        z-index: 250;
        background-color: white;
    }

    div#maincontainer {
        margin-top: 200px;
        z-index: 0;
    }
}

*/

.navbar-default .navbar-nav > li:nth-child(1) {
    display: none;
}

@media (min-width: 768px) {
            .navbar-default .navbar-nav > li:nth-last-child(4) > a:after {
              content: "\f002";
              font-family: "FontAwesome";
              font-size: 18px;
              font-style: normal;
              position: relative;
              margin-left: 14px;
              top: 0;
              color: #ffffff;
            }
			  .navbar-default .navbar-nav > li:nth-last-child(1) > a:before {
              content: "\f07a";
              font-family: "FontAwesome";
              font-size: 18px;
              font-style: normal;
              position: relative;
              margin-left: 14px;
              top: 0;
              color: #ffffff;
            }
        }

/* EINDE NAVBAR */


img#header-logo {
    position: absolute;
    top: 24px;
}

div#headersearch {
    width: 100%;
    height: 341px;
    background-color: #4f2d81;
    margin-top: 128px;
}

@media (min-width: 993px) {
    div#headersearch {
        background-image: url("/XrefThemes/nieuw/images/library-banner.jpg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover; /* This makes the background image cover the entire element */
    }
}

.headervisual__image, .headervisual__video {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    object-position: center;
	margin-top: 28px;
}

div#headersearch form{
    padding-top: 128px;
}

div#headersearch input#BI{
    max-width: 100% !important;
    height: 65px;
    font-family: "Aller";
    line-height: 55px;
    font-size: 50px;
    padding-left: 0;
    background-color: transparent;
    color: #ffffff; !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}

div#headersearch input#BI::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}

div#headersearch input#BI::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

div#headersearch input#BI:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  color: #4f2d81 !important;
}

div#headersearch input#BI::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

div#headersearch .buttons {
    float: right;
}

div#headersearch .btn{
    min-width: 115px;
    float: right;
}

.btn {
    border-radius: 2% / 42%;
}

.btn-white {
    background-color: white;
    padding: 2px 24px;
    color: #1d1d1b;
}


.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -143px;
}

#welkom {
    margin-top: 75px;
}

#welkom h1 {
    margin-top: 0px;
    margin-left: -9px;
}

#welkom-tekst, #actueel-tekst {
    padding-left: 0px;
    padding-right: 48px;
}

#menu-rechts {
        margin-top: 23px;
}

@media (max-width: 991px) {
    #menu-rechts {
        margin-top: 85px;
    }
}

#nieuwe_aanwinsten {
    margin-top: 85px;
}

#quote {
    font-family: Aller-italic,Geneva,Verdana,sans-serif;
    font-style: italic;
    margin-top: 125px;
}

.push {
    height: 183px;
}

footer, .footer {
    height: 223px;
    background-color: #4f2d81;
	padding-left: 45px;
}

/*@media (min-width: 768px) {
    footer, .footer {
        background-image: url("images/logo-footer.png?v=1");
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: bottom;
    }
}*/

#footer-info {
    font-family: "Aller";
    font-size: 16px;
    color: white;
    padding-top: 18px;
    margin-bottom: 0;
    text-align: left;
}

#footer-info h5 {
	color: white;
	font-weight: 700;
}

#footer-info li:last-child {
  margin-top: 12px;
}

#footer-info a {
    color: white;
    text-decoration: none;
}

#footer-info a:hover, #footer-info a:focus {
    color: white;
    text-decoration: underline;
}

.btn-primary {
    background: none;
    background-color: #4f2d81;
    border-color: #4f2d81;
}

.btn-info {
    background: none;
    background-color: #005b82;
    border-color: #005b82;
}

.btn-warning {
    background: none;
    background-color: #FFA100;
    border-color: #FFA100;
}

.btn-error {
    background: none;
    background-color: #C50084;
    border-color: #C50084;
}

.btn-success {
    background: none;
    background-color: #C3E76F;
    border-color: #C3E76F;
    color: black;
}

.home-carousel-inner .COV {
   min-height: 300px;
}

.home-carousel-inner .COV img {
    display: block;
    margin-top: 9px;
    max-width: 180px;
    max-height: 280px;
}

.home-carousel-inner .AUT {
   color: #4f2d81;
}

.home-carousel-inner .TTZ {
   padding-right: 36px;
}

.home-carousel-inner .AUT phrase:not(:first-child) {
   display: none;
}

#nieuwe_aanwinsten .buttons {
    margin-top: 48px;
}

#aangesloten-instellingen img {
    width: 100px;
}

#tijdschriften-az ul {
    font-size: 20px;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

#tijdschriften-az ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
