.alertify-logs > * {
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 12px 24px;
}
.alertify-logs > *, .alertify-logs > .default {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.alertify-logs > .error {
    background: rgba(244, 67, 54, 0.8) none repeat scroll 0 0;
}
.alertify-logs > .success {
    background: rgba(76, 175, 80, 0.9) none repeat scroll 0 0;
}
.alertify {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.alertify.hide {
    opacity: 0;
    pointer-events: none;
}
.alertify, .alertify.show {
    box-sizing: border-box;
    transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.alertify, .alertify * {
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
}
.alertify .dialog {
    padding: 12px;
}
.alertify .dialog, .alertify .alert {
    margin: 0 auto;
    position: relative;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.alertify .dialog > *, .alertify .alert > * {
    background: #fff none repeat scroll 0 0;
    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.082);
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
    width: 340px;
}
.alertify .dialog .msg, .alertify .alert .msg {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8c8c8c 0%, #787878 100%) 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) {
    display: inline-block;
    float: none;
    font-size: 100%;
    margin-bottom: 0;
    padding: 12px;
    position: relative;
    top: 2px;
    width: auto;
}
.alertify .dialog input:focus:not(.form-control), .alertify .alert input:focus:not(.form-control) {
    outline-offset: -2px;
}
.alertify .dialog > *, .alertify .alert > * {
    background: #fff none repeat scroll 0 0;
    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.082);
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
    width: 340px;
}
.alertify .dialog nav, .alertify .alert nav {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    position: static;
    text-align: center;
    width: 100%;
}
.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;
    padding-bottom: 6px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.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;
    height: auto;
    transform: translate3d(0px, 0px, 0px);
}
.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;
    transform: translate3d(0px, 0px, 0px);
}
.alertify-logs.right > .show {
    opacity: 1;
    right: 0;
}
.alertify-logs.right > *, .alertify-logs.right > .hide {
    opacity: 0;
    right: -110%;
}
.alertify-logs.top {
    top: 0;
}
.alertify-logs > * {
    backface-visibility: hidden;
    box-sizing: border-box;
    clear: both;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.alertify-logs > * {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
}
.alertify-logs > .show {
    margin-top: 12px;
    max-height: 1000px;
    opacity: 1;
    padding: 12px;
    pointer-events: auto;
}
nav .cancel {
    background-color: #d9534f;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    color: #fff;
    cursor: pointer;
    float: none;
    font: 600 12px/1.4 "Open Sans",sans-serif;
    padding: 0 10px;
}
nav .ok {
    background-color: #f0ad4e;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    color: #fff;
    cursor: pointer;
    float: none;
    font: 600 12px/1.4 "Open Sans",sans-serif;
    padding: 0 10px;
}
nav .ok:hover {
    background-color: #ec971f;
}
nav .cancel:hover {
    background-color: #c9302c;
}
.msg::after {
    background: #8a5711 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.msg_u_btm {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    padding: 20px 10px;
}
