/*.hidden {
	display:none;
}
*/
.modal-backdrop {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	z-index: 20;
	overflow: auto;
}
.modal-box {
	position: relative;
	background-color: white;
/*	border: 5px dotted red;*/
	padding: 1.5rem 2rem;
}
.modal-box > button {
	position: absolute;
	right: 1.5rem;
/*	right: .8rem;*/
/*	top: .6rem;*/
	top: 1rem;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.2rem;
	font-weight: bold;
}
/*.modal-header {
	display: flex;
	background-color: blue;
	color: white;
/*	margin-top: 0;*/
}
*/
/*.modal-title {
	margin: 0 3rem;
}
.modal-title > .modal-cls-btn {
	margin-left: auto;
}
*/
.modal-cls.btn > li > a {
	display: block;
	text-decoration: none;
	color: black;
	background-color: white;
}