.modal {
	display: none;
	position: fixed;
	top: 0px;
	z-index: 1300;
	left: 0;
	width: 100%;
	height:100vh;
	overflow: hidden;
	overflow-y: auto;
	padding-top: 50px;
}
.modal-content {
	width: 100%;
	padding: 15px;
	background: #fff;
}
.bg-red .modal-content {
	background: #900900!important;
	color:#fff;
}
.full-height{
	height: calc(100% - 1px);
}
.center-vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 150px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.close {
	position:absolute;
	top:15px;
	right:15px;
	cursor: pointer;
	display:block;
	width:40px;
	height:40px;
	z-index:1301;
}
.close:after {
	content:"\E8A5";
	color:#fff;
	font-size: 30px;
	font-family:"icon-font";
	cursor: pointer;
	display:block;
}
