#PopUpPlanner .modal-header {
	border: none;
}

#PopUpPlanner {
	text-align: center;
}

#PopUpPlanner .modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: none;
}
@media(max-width: 768px) {
  #PopUpPlanner .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
