/*@import url("dm_bootstrap_addons.css");
@import url("dm_navbar-fixed-top.css");
@import url("dm_sticky-footer.css");
*/

/* .modal{
   max-height:80%;
}
.modal-header{
   height:15% !important;    
}
 .modal-body{
   height:70%;
   overflow:auto;
} 


.modal-footer{
   height:15%;
}
 */
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}