.popup-wrapper {
	display: block;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
	background-color: rgba(0,0,0,0.8);
	z-index: 103;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.popup-container {
	position: relative;
	margin:4.5% auto;
	background-color: #fafafa;
	border: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	width: 800px;
}
.popup-wrapper .modal-header {
	display: block;
}
.popup-wrapper .modal-header .close {
	padding: 0;
	margin: 0;
	font-size: 21px;
	font-weight: bold;
	-webkit-appearance: none; /* FIX 2020-06-05 */
}
.popup-wrapper .modal-title {
	font-size: 19px;
}
.btn-danger, .btn-danger:focus {
	background-color: #d15b47 !important;
	border-color: #d15b47;
}
.btn-info, .btn-info:focus {
	background-color: #6fb3e0 !important;
	border-color: #6fb3e0;
}
/* FIX BOOTSTRAP 4 */
.dataTables_filter {
	width: unset;
}