/**
 * alertifyjs 1.4.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
.alertify .ajs-dialog { 
	background:#303940 url(https://storegamesperu.com/files/images/web/alertbg.jpg) !important;
	box-shadow:0 15px 20px 0 rgba(0,0,0,.25);
	border-radius:0 !important;
	border: 1px solid rgb(48, 54, 60) !important;
}
.alertify .ajs-header {
	color:#000;
	font-weight:700;
	background:#fafafa;
	border-bottom:#eee 1px solid;
	border-radius:0 !important;
	color: #FFF !important;
	border-bottom: 1px solid #475059 !important;
	background-color: #1A1C1E !important;
}
.alertify .ajs-body {
	color:#FFF !important;
}
.alertify .ajs-body .ajs-content .ajs-input {
	display:block;
	width:100%;
	padding:8px;
	margin:4px;
	border-radius:2px;
	border:1px solid #CCC
}
.alertify .ajs-body .ajs-content p {
	margin:0
}

.alertify .ajs-footer {
	background:#fbfbfb;
	border-top:#eee 1px solid;
	border-radius:0 !important;
	border-top: 1px solid #475059 !important;
	background-color: #1A1C1E !important;
	padding: 8px 15px 5px 15px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
	background-color:#0277bd;
	color:#FFF;
	border:0;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	padding: 6px 12px;
	/*! border: 1px solid #fff; */
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
	color:#FFF;
	background: #ef6c00 !important;
	/*! border: 1px solid #00c853 !important; */
}
.alertify-notifier .ajs-message {
	background:rgba(255,255,255,.95);
	color:#000;
	text-align:center;
	border:1px solid #ddd;
	border-radius:2px
}
.alertify-notifier .ajs-message.ajs-success {
	color:#fff;
	background:rgba(91,189,114,.95);
	text-shadow:-1px -1px 0 rgba(0,0,0,.5)
}
.alertify-notifier .ajs-message.ajs-error {
	color:#fff;
	background:rgba(217,92,92,.95);
	text-shadow:-1px -1px 0 rgba(0,0,0,.5)
}
.alertify-notifier .ajs-message.ajs-warning {
	background:rgba(252,248,215,.95);
	border-color:#999
}