.not_sms_div, .not_email_div{padding:5px 15px;}
.alertify-logs > *{padding:12px 24px;color:#fff;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.2);border-radius:1px; }
.alertify-logs > *, .alertify-logs > *.default{background: rgba(0, 0, 0, 0.8); }
.alertify-logs > *.error{background: rgba(244, 67, 54, 0.8);}
.alertify-logs > *.success{background: rgba(76, 175, 80, 0.9);}
.alertify{position:fixed;background-color:rgba(0, 0, 0, 0.3);left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:99999;}
.alertify.hide{opacity:0;pointer-events:none;}
.alertify, .alertify.show {box-sizing:border-box;-webkit-transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);}
.alertify, .alertify * {box-sizing:border-box;font-family:'Open Sans', sans-serif;font-size:12px;}
.alertify .dialog{padding:12px;}
.alertify .dialog, .alertify .alert{right:5px;width: 100%;margin: 0 auto;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.alertify .dialog > *, .alertify .alert > * {width: 340px;max-width:95%;margin:0 auto;text-align:center;background:#fff;border-radius:5px;box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);}
.alertify .dialog .msg, .alertify .alert .msg{background: #293a4a none repeat scroll 0 0;color: #fff;font-family: open sans;font-size: 13px;font-weight: 600;margin: 0;padding: 9px 0;position: relative;text-align: center;}
.alertify .dialog input:not(.form-control), .alertify .alert input:not(.form-control) {margin-bottom: 0px;  display: inline-block; position:relative; top:2px;width: auto;font-size: 100%;float:none;padding: 12px;}
.alertify .dialog input:not(.form-control):focus, .alertify .alert input:not(.form-control):focus{outline-offset: -2px;}
.alertify .dialog > *, .alertify .alert > * {width: 340px;max-width: 95%;margin: 0 auto;text-align: center;background: #fff;border-radius: 5px;box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);}
.alertify .dialog nav, .alertify .alert nav{padding: 10px;text-align: center;border-radius: 0 0 4px 4px;background: #F3F3F3;}
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button), .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button){align-items: center;border: 0 none;margin: 10px 8px 0;min-height: 28px;min-width: 80px;outline: 0 none;position: relative;text-align: center;text-decoration: none;text-transform: none;white-space: nowrap;padding-top:6px;padding-bottom:6px;} 
.alertify .dialog nav button.btn, .alertify .alert nav button.btn{margin: 6px 4px;}
.alertify-logs{position: fixed;z-index: 100;}
.alertify-logs.bottom, .alertify-logs:not(.top){bottom: 16px;}
.alertify-logs.left, .alertify-logs:not(.right){left: 16px;}
.alertify-logs.left > *, .alertify-logs:not(.right) > * {float: left;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);height: auto;}
.alertify-logs.left > *.show, .alertify-logs:not(.right) > *.show{left: 0;}
.alertify-logs.left > *, .alertify-logs.left > *.hide, .alertify-logs:not(.right) > *, .alertify-logs:not(.right) > *.hide{left: -110%;}
.alertify-logs.right{right: 16px;}
.alertify-logs.right > * {float: right;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.alertify-logs.right > *.show {right: 0;opacity: 1;}
.alertify-logs.right > *, .alertify-logs.right > *.hide{right: -110%;opacity: 0;}
.alertify-logs.top {top: 0;}
.alertify-logs > * {box-sizing: border-box;-webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);position: relative;clear: both;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000;perspective: 1000;}
.alertify-logs > * {max-height: 0;margin: 0;padding: 0;overflow: hidden;opacity: 0;pointer-events: none;}
.alertify-logs > *.show {margin-top: 12px;opacity: 1;max-height: 1000px;padding: 12px;pointer-events: auto;}
nav .cancel{background-color:#d35351; font:600 12px/1.4 "Open Sans",sans-serif;color:#fff;cursor:pointer;border:none;border-radius:3px;padding: 0 10px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);float:none;}
nav .ok{background-color:#449d44;padding:0;font:600 12px/1.4 "Open Sans",sans-serif;color:#fff;cursor:pointer;border:none;border-radius:3px;padding: 0 10px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);float:none;}
nav .ok:hover{background-color:#5cb85c;}
nav .cancel:hover{background-color:#c9302c;}
.msg::after{background: #293a4a  none repeat scroll 0 0;content: "";height: 1px;left: 0;position: absolute;top: 0;width: 100%;}
.msg_u_btm{background-color: #fff;padding: 20px 10px;border-bottom: 1px solid #ddd;font-weight: 600;width: 100%;}