/* Exact Admin styles from admin.css */

/*.alertify {*/
/*    position: fixed; z-index: 99999; top: 50px; left: 50%; width: 400px; margin-left: -200px;*/
/*    background-color: #fff; border: 1px solid #b8b8b8; border-radius: 5px; padding: 6px; box-shadow: none;*/
/*    -webkit-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    -moz-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    -ms-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    -o-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*}*/
/*.alertify-hidden { top: -100%; visibility: hidden; }*/
/*@media only screen and (max-width: 680px) {*/
/*    .alertify { width: 90%; left: 5%; margin: 0; }*/
/*}*/
/*.alertify-logs { position: fixed; z-index: 5000; bottom: 10px; right: 10px; width: 300px; }*/
/*.alertify-log {*/
/*    display: block; margin-top: 10px; position: relative; right: -300px; opacity: 0;*/
/*    -webkit-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    -moz-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    -ms-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    -o-transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    transition: all 500ms cubic-bezier(.175,.885,.32,1.275);*/
/*    background: #1f1f1f; background: rgba(0,0,0,.9); padding: 15px; color: #fff;*/
/*    text-shadow: -1px -1px 0 rgba(0,0,0,.5);*/
/*    text-align: center; !* Center the text as per user request *!*/
/*    border-radius: 6px;*/
/*}*/
/*.alertify-log-error { background: #fe1a00; background: rgba(254,26,0,.9); }*/
/*.alertify-log-success { background: #5cb811; background: rgba(92,184,17,.9); }*/

.alertify-logs {
    bottom: 22px;
    right: 26px;
    width: 316px;
    height: 67px;
    text-align: center;
}

.alertify-logs article.alertify-log.alertify-log-show {
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    color: #fff;

    background: #5cba91;
    background: -moz-linear-gradient(
            top,
            #5cba91 0%,
            #59b78e 20%,
            #4ead84 50%,
            #42a077 77%,
            #39976e 100%
    );
    background: -webkit-linear-gradient(
            top,
            #5cba91 0%,
            #59b78e 20%,
            #4ead84 50%,
            #42a077 77%,
            #39976e 100%
    );
    background: linear-gradient(
            to bottom,
            #5cba91 0%,
            #59b78e 20%,
            #4ead84 50%,
            #42a077 77%,
            #39976e 100%
    );

    -webkit-box-shadow: 0px 1px 5px 0px rgba(18, 88, 57, 0.6);
    -moz-box-shadow: 0px 1px 5px 0px rgba(18, 88, 57, 0.6);
    box-shadow: 0px 1px 5px 0px rgba(18, 88, 57, 0.6);

    right: 0;
    padding: 14px 0;
    line-height: 30px;
    height: 53px;
}

.alertify-logs article.alertify-log.alertify-log-show:before {
    content: "";
    width: 44px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: calc(50% - 22px);
    top: -31px;
    background-image: url(../../images/auto-update.png) !important;
}

.alertify-log-show {
    right: 0;
    opacity: 1;
}

.alertify-log-hide {
    transform: translate(300px, 0);
    opacity: 0;
}

.alertify-logs-hidden {
    display: none;
}

.alertify-cover-hidden {
    display: none;
}

/*.alertify-logs article.alertify-log.alertify-log-error {*/
/*    background: #FE1A00;*/
/*    background: rgba(254,26,0,.9);*/
/*}*/

/*.alertify-logs article.alertify-log.alertify-log-error:before {*/
/*    content: none !important;*/
/*    display: none !important;*/
/*    background-image: none !important;*/
/*}*/
