#collapseModal {
  position: fixed;
  top: 5%;
right: 0;
bottom: 0;
left: 10%;
z-index: 1050;
display: none;
background: white none repeat scroll 0% 0%;
width: 80%;
}
#collapseModal.fade.in{display: block !important;}