.ac-nux .ac-nux-button,
a.ac-nux-button {
    background: #00aadc;
    border-color: #0087be;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    text-decoration: none;
    text-tranacorm: none;
    text-shadow: none;
    box-sizing: border-box;
    font-size: 14px;
    height: auto;
    line-height: 21px;
    border-radius: 4px;
    margin: 0;
    padding: 7px 14px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: baseline
}

.ac-nux .ac-nux-button:focus,
.ac-nux .ac-nux-button:hover,
a.ac-nux-button:focus,
a.ac-nux-button:hover {
    border-color: #005082;
    color: #fff
}

.ac-nux .ac-nux-button:focus,
a.ac-nux-button:focus {
    box-shadow: 0 0 0 2px #78dcfa
}

.ac-nux .ac-nux-button:active,
a.ac-nux-button:active {
    border-width: 2px 1px 1px;
    box-shadow: none;
    vertical-align: baseline
}

.ac-nux .ac-nux-button:disabled,
.ac-nux .ac-nux-button[disabled],
a.ac-nux-button:disabled,
a.ac-nux-button[disabled] {
    color: #fff;
    background: tint(#78dcfa, 50%);
    border-color: tint(#0087be, 55%);
    cursor: default
}

.ac-nux .ac-nux-button:disabled:active,
.ac-nux .ac-nux-button[disabled]:active,
a.ac-nux-button:disabled:active,
a.ac-nux-button[disabled]:active {
    border-width: 1px 1px 2px
}

.ac-notice-nux {
    background: #e9eff3;
    border: 10px solid #fff;
    color: #608299;
    padding: 60px;
    text-align: center;
    box-shadow: none
}

.ac-notice-nux::after,
.ac-notice-nux::before {
    content: '';
    display: table
}

.ac-notice-nux::after {
    clear: both
}

.ac-notice-nux .notice-content {
    max-width: 420px;
    margin: 0 auto
}

.ac-notice-nux .ac-icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: #424242;
    border-radius: 100%;
    margin: 0 auto 30px
}

.ac-notice-nux .ac-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 16px;
    box-sizing: border-box;
    max-width: 100%
}

.ac-notice-nux h2 {
    margin: 0 0 10px;
    font-weight: 400;
    color: #2e4453
}

.ac-notice-nux p {
    margin: 0 0 2em;
    padding: 0;
    line-height: 1.6
}

.ac-notice-nux label {
    display: block;
    margin-bottom: 8px;
    text-align: left
}

.ac-notice-nux label:last-of-type {
    margin-bottom: 2em
}

.ac-notice-nux .ac-plugin-card {
    display: block
}

.ac-nux-button.updating-message::before {
    display: inline-block;
    content: '\f463';
    font: 400 20px/1 dashicons;
    margin: 3px 5px 0 -2px;
    vertical-align: bottom;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear
}

@media only screen and (max-width:782px) {
    .ac-notice-nux .ac-icon {
        width: 65px;
        height: 65px
    }
    .ac-notice-nux .ac-icon img {
        padding: 10px
    }
    .ac-notice-nux form {
        margin-top: 30px
    }
    .ac-notice-nux label:last-of-type {
        margin-top: 20px
    }
}

.ac-install-now.updating-message::before {
    display: inline-block;
    content: '\f463';
    font: 400 19px/1 dashicons;
    margin: 0 5px 0 -2px;
    vertical-align: bottom;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear
}
