/*
.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-dialog{
	width: 100%;
	height: 100%;
}
*/
.modal-dialog-maximized {
  padding: 0 !important;
}
.modal-dialog-maximized .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-dialog-maximized .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-dialog-maximized .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-body-content{
    width:100%;
    height:100%
}