.modal-open .modal {
    position: fixed !important;
	top: 1px !important;
    left: 0 !important;
    right: 0 !important;
	bottom: 0 !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    
/*     box-shadow: 0 0 0 2px green inset; */

}

.modal-open .modal.fade .modal-dialog {
    height: 100% !important;
	margin: 0 auto !important;
    position: fixed !important;
    top: 1px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow-y: auto !important;
    overflow-x: none !important;
    -webkit-overflow-scrolling: touch !important;
    transform: none !important;
	max-width: none !important;
	pointer-events: all !important;
	padding: 10px !important;

}

.no-scroll, .no-scroll body {
	overflow: hidden !important;
}

.modal-content {
	
	max-width: 500px;
	margin: 0 auto !important;

}

.modal-footer {
	
	padding-bottom: 1.5rem !important;
	
}
