/*
.modal-header {
    display: block !important;
}
.table-bordered{
    font-size:11px;
}
#demoHref{
	font-weight: bold;
}
.bootbox.modal.fade.in {
	opacity: 1;
}
.modal-backdrop.fade.in {
	opacity: 50%;
}
*/

.gdpr_modal {
	position: fixed;
	z-index: 1000; 
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}

.gdpr_modal .modal-content {
	background-color: #fefefe;
	margin: auto;
	width: 80%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	max-width: 800px;
	font-size: 11px;
}

.gdpr_modal .modal-header {
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.gdpr_modal .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.gdpr_modal .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.gdpr_modal .close {
	color: #aaaaaa;
	float: right;
	font-size: 1.25rem; 
	margin-bottom: 0;
	line-height: 1.25;
	font-size: 24px;
	font-weight: bold;
}

.gdpr_modal .close:hover,
.gdpr_modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.gdpr_modal .btn-success {
	color: #fff;
	background-color: #28a745;
	border: 0;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	outline: none;
	-webkit-appearance: button;
}

.gdpr_modal .btn-success:hover {
	color: #fff;
	cursor: pointer;
	background-color: #218838;
}

.gdpr_modal .modal-title {
	margin-top: 0;
	font-size: 1.25rem;
	margin-bottom: 0;
	line-height: 1.5;
}

.gdpr_modal p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.gdpr_modal .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
}

.gdpr_modal .table-responsive {
	margin-top: 1rem;
	display: table;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.gdpr_modal .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.gdpr_modal .table th, 
.gdpr_modal .table td {
	border: 1px solid #dee2e6;
}

.gdpr_modal .table th,
.gdpr_modal .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.gdpr_modal .link {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: black;
}

.gdpr_modal .hide {
	display: none;
}