
/********* Nice alert/confirm box CSS *********/

body {
	position: relative;
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(37,37,37,0.6);
	z-index: 9999;
}

/*.modal {*/
/*	font-size: 14px;*/
/*	position: fixed;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	width: auto;*/
/*	height: auto;*/
/*	max-width: 75%;*/
/*	max-height: 75%;*/
/*	z-index: 99999;*/
/*	overflow: hidden;*/
/*	background: #fafafa;*/
/*	border-radius: 2px;*/
/*	box-shadow: 0 0 20px rgba(37,37,37,0.8);*/
/*	transform: translate(-50%, -50%);*/
/*	-ms-transform: translate(-50%, -50%);*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	-ms-flex-direction: column;*/
/*	-webkit-box-orient: vertical;*/
/*	-webkit-box-direction: normal;*/
/*}*/

/*.modal-alert ul {*/
/*	list-style: none;*/
/*}*/

/*.modal-alert ul li {*/
/*	margin: 10px 0;*/
/*}*/

/*.modal-alert ul li label {*/
/*	display: inline-block;*/
/*	padding-left: 10px;*/
/*}*/

/*img.modal {*/
/*	background: none;*/
/*	box-shadow: none;*/
/*	width: auto;*/
/*	top: 45%;*/
/*}*/

/*.modal-header {*/
/*	background: #d5045f;*/
/*}*/

/*.modal h2 {*/
/*	margin: 0;*/
/*	padding: 10px 30px 10px 10px;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	line-height: 26px;*/
/*	font-weight: 700;*/
/*}*/

/*.modal-body {*/
/*	padding: 10px;*/
/*	line-height: 24px;*/
/*	overflow: auto;*/
/*}*/

/*.modal-alert {*/
/*	height: calc(100% - 60px);*/
/*	overflow: hidden;*/
/*	white-space: pre-wrap;*/
/*	overflow-y: auto;*/
/*	box-sizing: border-box!important;*/
/*	padding: 10px;*/
/*	background: #fafafa;*/
/*	margin-bottom: 65px;*/
/*	line-height: 24px;*/
/*	font-size: 14px;*/
/*	color: #666;*/
/*	font-weight: 600;*/
/*}*/

/*.modal-ctrls {*/
/*	padding: 10px;*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	box-sizing: border-box!important;*/
/*	background: #fcfcfc;*/
/*	box-shadow: 0 -3px 5px -3px rgba(37,37,37,0.3);*/
/*}*/

/*.modal-ctrls a {*/
/*	background-color: #252525;*/
/*	display: inline-block;*/
/*	color: #fff!important;*/
/*	font-size: 14px;*/
/*	font-weight: 700;*/
/*	padding: 10px 18px;*/
/*	text-decoration: none;*/
/*	text-align: center;*/
/*	border-radius: 2px;*/
/*	box-sizing: border-box;*/
/*	cursor: pointer;*/
/*	transition: all .2s;*/
/*	margin: 0 4px;*/
/*}*/

/*.modal-ctrls a:hover {*/
/*	background: #d5045f;*/
/*}*/
