/*
For: common / common
Author: DoCRUD.COM
*/
@charset "utf-8";
.alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
}

.message {
	width: auto;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.message span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.8);
}

.redirect {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.8);
}

.redirect img {
    width: 100%;
    max-width: 345px;
}

.redirect .waiting {
    position: fixed;
    width: 100%;
    top: 40%;
    left: 0;
}