.opModal-quick {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 4px 4px 3px #0008;
    padding: .75rem;
    /* margin: -5px 0 0 -5px; */
    background-color: #fff;
    z-index: 1060;
    display: none;
    position: absolute;
}

.opModal {
	display:none;
    height:100%;
    position:fixed;
}

.opModal-content {
	padding:1rem;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

.opModal-content .opModal-header {
	border-bottom: 1px solid #e9ecef;
	overflow:hidden;
	margin-bottom:1rem;
    padding-bottom:1rem;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.opModal-content .opModal-header h1 {
	float:left;
	width:450px;
    margin-bottom:0;
}
.opModal-content .opModal-header button {
	float:left;
	width:15px;
}
.opModal-content .opModal-body {
	clear:both;
}
.opModal-content hr {
    border-color: #e9ecef;
    border-top: 2px solid #e9ecef;
}

.opModal-content .opModal-footer {
	border-top: 1px solid #e9ecef;
	overflow:hidden;
	margin-top:1rem;
	padding-top:1rem;
	text-align:right;
}
.opModal-footer {
    display:flex;
    clear:both;
    justify-content:flex-end;
}
.opModal-footer>* {
    margin: calc(.5rem * .5);
}