#spawnitManageLibraryImageModal {
	z-index: 99999999 !important;	
}

.spawnitManageLibraryImageModalIFrame {
	width:100%;
	height:100%;
}

.fullscreen-modal-dialog {
  height: 97%;
  margin: auto;
  padding: 0;
  width: 98%;
}

.fullscreen-modal-content {
    height: 100%;
    border-radius: 0;
}

.fullscreen-modal-content .modal-body {
  margin: 0;
  padding: 0;
  width: 100%;

	/* Firefox */
	height: -moz-calc(100% - 60px);
	/* WebKit */
	height: -webkit-calc(100% - 60px);
	/* Opera */
	height: -o-calc(100% - 60px);
	/* Standard */
	height: calc(100% - 60px);  
  
}