﻿
/* popup ======================== */
.modal-backdrop 
{
  background-color: #001d2e;
}
.modal-backdrop, 
.modal-backdrop.fade.in 
{
  opacity:0.5;
  filter:alpha(opacity=50);
}

.modal
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#trailerPopup.modal
{
  width:694px;
  margin-left:-374px;
}
#coverZoom.modal
{
  width:460px;
  margin-left:-230px;
}
#zoekenPopup.modal
{
  width:658px;
  margin-left:-334px;
}
.modal-header 
{
  padding:15px 30px;
  border-bottom: 0px;;
}
.modal-header h3
{
  font-size:24px;
  font-family:AdelleBasic-Light;
}
#coverZoom .modal-body
{
	max-height: 100%;
}
.modal-body
{
  padding: 0px 30px 26px;
}
.modal-header .close {
  float: right;
  background-position:0 -156px;
  width:16px;
  height:16px;
  opacity:1;
  filter: alpha(opacity=100);
  position:absolute;
  right:7px;
  top:9px;
  z-index:1050;
}
.modal {
  top: 10%;
}
.modal.fade {
  top: 5%;
}
.modal.fade.in {
  top: 10%;
}
.modal-footer
{
  margin-left:30px;
  margin-right:30px;
  background:#fff;  
  text-align: left;
  padding:20px 0;
}

.modal-body a {
  color: #0088cc;
  text-decoration: underline;
}

  .modal-body a:hover {
    color: #00385b;
    text-decoration: none;
  }