.aui_outer {
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
}
.aui_border,
.aui_dialog {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: auto;
}
.aui_nw,
.aui_n,
.aui_ne,
.aui_w,
.aui_c,
.aui_e,
.aui_sw,
.aui_s,
.aui_se,
.aui_header,
.aui_tdIcon,
.aui_main,
.aui_footer {
    padding: 0;
}
.aui_title {
    overflow: hidden;
    text-overflow: ellipsis;
}
.aui_state_noTitle .aui_title {
    display: none;
}
.aui_close {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.aui_close:hover {
    text-decoration: none;
}
.aui_main {
    background: #fff;
    text-align: center;
    min-width: 9em;
    min-width: 0\9 /*IE8 BUG*/;
}
.aui_content {
    text-align: left;
    border: none 0;
}
.aui_content.aui_state_full {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 100%;
}
.aui_loading {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 0.4);
    border-radius: 3px;
    width: 100%;
    height: 100%;
    zoom: 1;
    cursor: wait;
}
.aui_loading_message {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ccc;
    background: #efefef;
    padding: 6px;
    border-radius: 2px;
}
.aui_icon {
    vertical-align: middle;
    display: none;
}
.aui_icon div {
    margin: 0 0 0 10px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.aui_buttons {
    padding: 5px;
    text-align: right;
    white-space: nowrap;
}
.aui_buttons button::-moz-focus-inner {
    border: none;
}
.aui_buttons button {
    margin: 0 0 0 10px;
    padding: 5px 10px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    width: auto;
    overflow: visible;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    border-radius: 2px;
    outline: 0 none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: rgb(180, 180, 180);
}
.aui_buttons button:focus {
    box-shadow: 0 0 0 2px rgb(180, 180, 180, 0.4);
}
.aui_buttons button[disabled] {
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.aui_buttons button.ok {
    background: var(--nrui-primary-color);
}
.aui_buttons button.ok:focus {
    box-shadow: 0 0 0 2px var(--nrui-primary-color-outline);
}
.aui_buttons button.keep {
    background: var(--nrui-primary-5);
}
.aui_buttons button.keep:focus {
    box-shadow: 0 0 0 2px rgb(89, 126, 247, 0.3);
}
.aui_buttons button.cancel {
    background: rgb(180, 180, 180);
}
.aui_buttons button.cancel:focus {
    box-shadow: 0 0 0 2px rgb(180, 180, 180, 0.4);
}
.aui_buttons button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.aui_buttons button:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.aui_buttons {
    border-top: solid 1px var(--nrui-black-border);
}

.aui_nw,
.aui_n,
.aui_ne,
.aui_w,
.aui_e,
.aui_sw,
.aui_s,
.aui_se {
    background: #000;
    opacity: 0.5;
}
.aui_titleBar {
    position: relative;
    height: 100%;
}
.aui_title {
    height: 30px;
    line-height: 30px;
    padding: 0 28px 0 10px;
    background-color: var(--nrui-primary-6);
    color: #fff;
    border-bottom: 1px solid var(--nrui-primary-6);
}
.aui_close {
    box-sizing: border-box;
    padding: 0;
    top: 4px;
    right: 3px;
    width: 21px;
    height: 21px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-family: Helvetica, STHeiti;
}
.aui_close:hover {
    background: rgb(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 3px;
}
.aui_state_focus .aui_content {
    color: #000;
}
.aui_footer {
    background: #fff;
}
.aui_state_drag {
    opacity: 0.6;
}
.aui_state_drag .aui_inner {
    background: #fff;
}
.aui_state_drag .aui_main,
.aui_state_drag .aui_footer,
.aui_state_drag .aui_content {
    visibility: hidden;
}
.aui_state_drag .aui_title {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.aui_state_noTitle .aui_nw,
.aui_state_noTitle .aui_ne,
.aui_state_noTitle .aui_sw,
.aui_state_noTitle .aui_se {
    width: 5px;
    height: 5px;
}
.aui_state_noTitle .aui_inner {
    border: 1px solid #ccc;
    background: #fff;
}
.aui_state_noTitle .aui_outer {
    border: none 0;
    box-shadow: none;
}
.aui_state_noTitle .aui_titleBar {
    bottom: 0;
    _bottom: 0;
    _margin-top: 0;
}
.aui_state_noTitle .aui_close {
    top: 0;
    right: 0;
    text-indent: 0;
    color: #214fa3;
    background: none;
}
.aui_state_noTitle .aui_close:hover,
.aui_state_noTitle .aui_close:active {
    text-decoration: none;
    color: #e54028;
}
.aui_state_noTitle .aui_dialog {
    box-shadow: none;
}
