.wrap-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.wrap-alert .inner-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    min-height: 120px;
    line-height: 17px;
    padding: 20px;
    margin-top: -50px;
    margin-left: -150px;
    background: #fff;
    border-radius: 5px;
}

.wrap-alert .inner-alert .inner-message {
    color: #000;
    text-align: center;
}

.wrap-alert .inner-alert .inner-button {
}

.wrap-alert .inner-alert .inner-button .btn-alert-confirm {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 90px;
    height: 35px;
    margin-left: -45px;
    margin-top: -17px;
    line-height: 35px;
    text-align: center;
    background: #ec6000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.wrap-alert .inner-alert .inner-button .btn-alert-confirm2 {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 120px;
	height: 35px;
	margin-left: -60px;
	margin-top: -17px;
	line-height: 35px;
	text-align: center;
	background: #ec6000;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

@media (min-width: 992px) {
    .wrap-alert {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 3010;
    }
}

.wrap-alert .inner-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    line-height: 20px;
    margin-top: -50px;
    background: #fff;
    border-radius: 5px;
}

.btnBasic {
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: 90px;
    height: 35px;
    border: 1px solid #ec6000;
    line-height: 35px;
    text-align: center;
    background: #ec6000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 20px;
}

.btnBasic:hover, .btnBasic:active {
    color: #fff;
}

.btnCustomAlertWhite, .btnCustomAlertWhite:hover, .btnCustomAlertWhite:active {
    float: right;
    margin-right: 20px;
    background: #fff;
    color: #ec6000;
    border: 1px solid #ec6000;
}

/* wrapPopupLogin */
.wrapPopupLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.wrapPopupLoginAll {
}

.wrapPopupLoginBlind {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.innerPopupLogin {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    line-height: 17px;
    padding: 10px;
    margin-top: -200px;
    margin-left: -200px;
    background: #fff;
    border-radius: 5px;
}

.innerPopupLogin .wrapPopupClose {
    position: relative;
    width: 100%;
    height: 50px;
}

.innerPopupLogin .wrapPopupClose .btnPopupBasic {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ec6000;
    color: #fff;
    font-size: 18px;
}

.innerPopupLogin .innerMessage {
    text-align: center;
    font-size: 13px;
    padding: 20px;
    padding-top: 0;
}

.innerPopupLogin .innerPopupBottom {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}

.innerPopupLogin .innerPopupBottom .btnLogin {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ec6000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.btnPopupGrey {
    background: #f4f4f4;
    color: #cbcbcb;
    font-size: 20px;
    width: 30px;
    height: 30px;
}

.topPopupTitle {
    font-size: 15px;
    font-weight: bold;
}

.wrapPopupLogin {
    z-index: 10;
}

.innerPopupLogin {
    z-index: 20
}

@media (max-width: 500px) {
    .topPopupTitle {
        font-size: 12px;
    }

    .innerPopupLogin {
        width: 400px;
        padding: 10px;
        margin-top: -155px;
        margin-left: -200px;
    }

    .innerPopupLogin .innerMessage {
        font-size: 11px;
        padding: 5px;
    }

}

@media (max-width: 350px) {
    .innerPopupLogin {
        width: 300px;
        padding: 10px;
        margin-top: -155px;
        margin-left: -150px;
    }
}

/* wrapPopupLogin */
.tableJss {
    margin: 0 auto;
}