/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/

.alertify .ajs-dialog                       { background-color: #fff; -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); border-radius: 0px; }
.alertify .ajs-header                       { padding:40px 10px 0px 10px; color: #111111; font-weight: bold; text-align: center; font-size:16px; background: #FFF; /*border-bottom: #eee 1px solid;*/ border-radius: 5px 5px 0 0; font-family: "Malgun Gothic", "맑은 고딕"}

.alertify .ajs-body                         { color: black; font-size:13px; text-align: center;}
.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: #FFF; /*border-top: #eee 1px solid;*/ border-radius: 0 0 5px 5px;  padding:0px 10px 40px 10px;}
.alertify .ajs-footer .ajs-buttons .ajs-button             { background-color: transparent; color: #000; border: 0; font-size: 14px; font-weight: bold; text-transform: uppercase; }
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok      { color: black; /* color:white; #3593D2 background-color: #3593D2; */ border: 0; }
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel  { color: #999; /*background-color: #FF0000;*/ border: 0; }

.alertify-notifier .ajs-message             { background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: solid 1px #ddd; border-radius: 2px; }
.alertify-notifier .ajs-message.ajs-success { background: rgba(255, 204, 0, 1.0); font-family: "Malgun Gothic";  font-weight: 700;  font-size:12px; color: #111;       /* background: rgba(73, 154, 98, 0.99);  노랑색 rgba(255, 195, 0, 1.0);   text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); */ }
.alertify-notifier .ajs-message.ajs-error   { color: #fff; background: rgba(205, 95, 86, 0.99); /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); */ }
.alertify-notifier .ajs-message.ajs-warning { color: #111; background: rgba(253, 205, 114, 0.99); }