﻿@charset "utf-8";
/*
 * artDialog skin
 * http://code.google.com/p/artdialog/
 * (c) 2009-2011 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */


/* common start */

.aui_outer{ text-align: left; outline: 0; background-color: #fff; color: #515151; border-radius: 6px;}
.aui_state_focus{width: 280px !important;left: 50%!important;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
table.aui_border, table.aui_dialog{ border: 0; margin: 0; border-collapse: collapse; width: 100%;}
.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_header, .aui_buttons button{ font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family: Tahoma, Arial, Helvetica, STHeiti; -o-font-family: Tahoma, Arial;}
.aui_title{ overflow: hidden; text-overflow: ellipsis;}
.aui_state_noTitle .aui_title{ display: none;}
.aui_close{ display: none !important; position: absolute; text-decoration: none; outline: none; _cursor: pointer;}
.aui_close:hover{ text-decoration: none;}
.aui_main{ text-align: center; min-width: 9em;}
.aui_content{ text-align: left; border: none 0; width: 100%; min-width: 100px; font-size: 14px;}
.aui_content.aui_state_full{ display: block; width: 100%; margin: 0; height: 100%; padding: 0 !important}
.aui_loading{ width: 96px; height: 32px; text-align: left; text-indent: -999em; overflow: hidden; background: url(../images/loading.gif) no-repeat center center;}
.aui_icon{ vertical-align: middle; display: none}
.aui_icon div{ width: 48px; height: 48px; margin: 10px 0 10px 10px; background-position: center center; background-repeat: no-repeat;}
.aui_buttons{ border-top: 1px solid #e0e0e0; padding: 10px 0; width: 100%; display: table; display: flex;}
.aui_buttons button{ outline: none; line-height: 24px; font-size: 16px; text-align: center; color: #747474; flex: 1; display: table-cell; background: transparent; border: none;}
.aui_buttons button+button{ border-left: 1px solid #e0e0e0;}
.aui_buttons button.aui_state_highlight{color: #fb1438;}

/* common end */

.aui_nw, .aui_ne, .aui_sw, .aui_se{ width: 0; height: 0;}
.aui_titleBar{ position: relative; height: 100%;}
.aui_title{font-size: 16px; line-height: 55px; height: 55px; text-align: center; color: #212121;}
.aui_close{display: none; padding: 0; top: 6px; right: 4px; width: 21px; height: 21px; line-height: 21px; font-size: 20px; color: #fff; text-align: center;text-shadow: 0 1px 0 rgba(255, 255, 255, .9); outline: 0 !important;text-decoration: none !important}
.aui_close:hover{ color: #4aa3df}
.aui_close:active{ box-shadow: none; text-decoration: none}
.aui_state_noTitle.aui_state_focus.aui_state_lock{ max-width: 220px !important;width: auto !important;}
.aui_state_noTitle .aui_close{ top: 0; right: 0; display: none}
.aui_state_noTitle .aui_content{ padding: 0!important}
.aui_state_noTitle .tips-black{border-radius: 6px;font-size: 14px;padding: 20px !important;background-color: rgba(0, 0, 0, .7); color: #fff;text-align: center;}
.aui_state_noTitle .tips-black p{ font-size: 30px; padding-bottom: 15px; color: #fff;
.aui_state_noTitle .aui_outer{border: 0;}
.dialog-custom{padding: 0 16px 16px;font-size: 14px; color: #515151; line-height: 20px;}
.aui_content input{ border: 1px solid #F0F0F0; border-radius: 8px; margin-left: 5px; margin-right: 5px; padding: 6px 15px; width: 240px; display: block; margin-top: 10px;}
