 



/*  Selected pages count (menu) */

/*
#selectionCount {
    background: #233675;
    border-radius: 40px;
    color: #fff;
    font-size: 8px;
    padding: 0;
    height: 16px;
    padding: 2px 5px;
    position: relative;
    left: 7px;
    top: -3px;
}
*/


/*  Page  */

#pdf-download-page { 
    z-index:65; 
    position:absolute; 
    width:100%; 
    height:100%; 
    background:#fff;
    left:-100%;
    font-family: "Montserrat", serif;
    opacity:0;
    height: 100vh;
    overflow-y: auto;
}

#pdf-download-page h2 {padding-left:0px;}


@media (max-width:  1080px) {
   #pdf-download-page {z-index:502; }
}


#pdf-download-page .download-wrapper { 
  background:#fff; 
  padding: 0px 50px 50px 400px
}

@media (max-width:  1080px) {
  #pdf-download-page .download-wrapper { padding:50px 50px 50px 50px;}
}

  #pdf-download-page  button { 

        padding: 10px; margin: 10px 5px; background: #233675; color: white; border: none; cursor: pointer; 
    font-family: "Montserrat", serif;

    }
  #pdf-download-page  button.close-download { 

        background:#D8E1E6; color:#233675;

    }
  #pdf-download-page   button:hover { background: #0056b3; }
 
  #pdf-download-page  #selectionCount { font-weight: bold; }
  #pdf-download-page  .disabled { background: #ccc; cursor: not-allowed; }
  #pdf-download-page   input[type="checkbox"] { margin-right: 10px; }







    
  #pdf-download-page  p{ 
     font-size:15px;
     margin:40px 0px;
}


  #pdf-download-page  .pdf-list { margin-top: 20px; padding-bottom:30px;}
  #pdf-download-page  .pdf-item { margin: 15px 0; display: flex; align-items: center; }



/*  BUTTONS    BUTTONS    BUTTONS    BUTTONS  */


    
#download-buttons-wrapper {
    border-top:0px solid #73777c;
    position: absolute;
    display:block;
    bottom:0px;
    width:100%;
    height:65px;
    z-index:5;
    background:#D8E1E6;
    visibility:hidden;
}



@media (min-width:  1080px) {
#download-buttons-wrapper {
        border-top:0px solid #73777c;
        position: absolute;
        display:block;
        bottom:auto;
        top:0px;
        width:200px;
        height:65px;
        z-index:5;
        right:0px;
        background:#D8E1E6;
    }
}




/* kleur als geselecteerd */


#download-buttons-wrapper .toggleSelection {
    z-index: 4;
    position: absolute;
    bottom: 7px;
    color: #233675;
    border: none;
    padding: 8px 15px 5px 50px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    border: 0px solid #233675;
    visibility: hidden;
    font-size: 14px;
    line-height: 1.4;
}

#download-buttons-wrapper .toggleSelection.selected { 
    border:0px solid #233675;
    color: #233675;
    background: none;
} 

@media (max-width:  1080px) {
  #download-buttons-wrapper div  {     left: 20px; }
}




.toggleSelection, .open-download {
  overflow:hidden;
      box-sizing: border-box;
  height:auto;
  padding:15px 25px;
font-size:11px;
}


.toggleSelection {
display:none;
}

.toggleSelection.selected {
}




.toggleSelection {
    /*
    background-image: url('../img_index/download-icon-add.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px; 
    z-index:6;
    */
    cursor: pointer;
    font-weight: 500;
}

.toggleSelection.selected {
    /*
    background-image: url('../img_index/download-icon-remove.svg');
    */
    opacity:.5;
    color:##A5122F;
}


#selectionCount {
    height: 0px;
    top: -8px;
    position: relative;
}








