/**
 * alertifyjs 1.11.2 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Modified 2018 by Masino Sinaga <masino.sinaga@gmail.com> (http://www.ilovephpmaker.com)
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.ajs-message,.alertify,.alertify .ajs-header{font-family:inherit;font-size:inherit}.alertify .ajs-dimmer{background-color:#000;opacity:.5}.alertify .ajs-dialog{max-width:600px;min-height:122px;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);border-radius:0}.alertify .ajs-header{color:inherit;font-weight:700;border-bottom:1px solid #e5e5e5;border-radius:0}.alertify .ajs-body{font-family:inherit;color:inherit}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:58px;bottom:68px}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:60px;right:24px;bottom:80px;left:24px;overflow:auto}.alertify .ajs-footer{background-color:#fff;padding:1px}.ajs-buttons{padding:10px;background:#F5F5F5;border-top:1px solid #DDD;border-radius:0;box-shadow:inset 0 1px 0 #FFF;text-align:right}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:66px;min-height:32px}.ajs-button,.ajs-button:active,.ajs-button:focus,.ajs-button:hover{margin-left:10px;border-radius:0;text-decoration:none}.ajs-button:focus{outline:0}.ajs-button:active{position:relative}.ajs-button-cancel,.ajs-button-cancel:active,.ajs-button-cancel:focus,.ajs-button-cancel:hover{background-color:#E6E6E6;border:1px solid #BBB;color:#333}.ajs-button-cancel:active,.ajs-button-cancel:focus,.ajs-button-cancel:hover{background:#E6E6E6}.ajs-button-ok,.ajs-button-ok:active,.ajs-button-ok:focus,.ajs-button-ok:hover{background-color:#04C;border:1px solid #04C;border-color:#04C #04C #002A80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#FFF}.ajs-button-ok:active,.ajs-button-ok:focus,.ajs-button-ok:hover{background:#04C}.alertify-notifier .ajs-message{background:#D9EDF7;padding:8px 14px;color:#3A8ABF;text-shadow:0 1px 0 rgba(255,255,255,.5);border:1px solid #BCE8F1}.alertify-notifier .ajs-message.ajs-error{color:#B94A48;background:#F2DEDE;border:1px solid #EED3D7}.alertify-notifier .ajs-message.ajs-success{color:#468847;background:#DFF0D8;border:1px solid #D6E9C6}.alertify-notifier .ajs-message.ajs-warning{color: #9F6000; border:transparent; background-color: #FEEFB3;}