#apsmodal .modal-dialog {
  width: 98%;
  height: calc(100vh - 20px);
  padding: 0;
  margin: 10px auto;
}

#apsmodal.modalwait .modal-dialog {
  width: 500px;
  height: 180px;
  padding: 0;
  margin: 30vh auto;
}

#apsmodal.modalwaitextended .modal-dialog {
  width: 500px;
  height: 250px;
  padding: 0;
  margin: 30vh auto;
}

#apsmodal .modal-content {
  height: 100%;
}

#apsmodal .modal-body {
	padding: 5px;
	height: calc(100vh - 20px - 35px);
}

#apsmodal.modalwait .modal-body {
	padding: 5px;
	height: 150px;
}
#apsmodal.modalwaitextended .modal-body {
	padding: 5px;
	height: 220px;
}

#apsmodal .modal-body iframe {
	width:100%;
	height:100%;
}

#apsmodal .modal-frame {
  height: 99%;
}

#apsmodal .modal-header {
  padding-right: 0px;
  padding-top: 1px;
  height: 25px;
}

#apsmodal .modal-header .close {
    /*margin-right: -18px;
    margin-top: -8px;
    font-size: 30px;*/
    opacity:1;
}
#apsmodal .modal-header .close:hover {
    opacity:0.5;
}

#apsmodal .modal-header .close span {
    font-weight: bold;
}

#apsmodal .modal-header .close:hover {
    color:red;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
