.custombox-content .cb-modal-content.dataconf-agreement {
	height: 450px;
	width: 650px;
	/* display: none; */
	background-color: white;
	padding: 20px;
	border: 1px soild gray;
	position: relative;
	display: flex !important;
	flex-direction: column;
}
.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-header {
	padding-top: 10px;
	padding-bottom: 10px;
        flex: 10 0 auto;
}
.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-content {
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #EEEEEE;
	padding: 10px;
        flex: 1 1 auto;
}

.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-content ul {
    list-style: disc;
    padding-left: 10px;
}

.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-content li {
    list-style: disc;
    margin-left: 10px;
}

.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-content .agreement {
	margin-top: 30px;
	margin-bottom: 30px;
}
.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-content .agreement .ok {
	float: right;
}
.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-footer {
	padding-top: 10px;
	padding-bottom: 10px;
        flex: 1 1 auto;
}
.custombox-content .cb-modal-content.dataconf-agreement .cb-modal-content-footer > input {
	position: relative;
	margin: auto;
	display: block;
}

.spinner-modal {
	z-index: 20000;
}

/* Bugfix Custombox 4.0.3: Don't allow close on click background  */
.custombox-content {
   pointer-events: none; 
}

.custombox-content > div {
   pointer-events: all; 
}
