﻿html,body{height:100%;}
.xwin{position:absolute;cursor:default;}
.xwin_mask{position:absolute;left:0;top:0;background:black;}
.xwin_alpha{background:black;opacity:0;filter:alpha(opacity=0);}
.xwin_full{position:absolute;left:0;top:0;width:100%;height:100%;}
.xwin_tb{position:relative;border-collapse:collapse;table-layout:fixed;}
.xwin_body{position:relative;text-align:left;background:rgba(0,0,0,0.55);}
.xwin_tl,.xwin_bl,.xwin_tr,.xwin_br,.xwin_hl,.xwin_hr,.xwin_close,.xwin_tm,.xwin_bm,.xwin_hm,.xwin_ml,.xwin_mr{background:rgba(0,0,0,0.55);}
.xwin_close{display:block;position:absolute;right:14px;top:12px;line-height:16px;width:43px;height:17px;background-position:-26px 0;overflow:hidden; color:#ccc; text-decoration:none;}
.xwin_close:hover{text-decoration:underline;}
.xwin_resizer{position:absolute;right:10px;bottom:10px;width:15px;height:15px;background:#ccc;overflow:hidden;}
.xwin_title{height:22px;overflow:hidden;padding-left:6px;font-weight:bold;color:#ccc;line-height:15px;*line-height:18px;text-align:left;white-space:nowrap;*min-width:1000px;border-bottom:1px solid rgba(251, 249, 249, 0.5)}
.xwin_tl{background-position:-62px 0;}
.xwin_tm{background-position:-75px 0;width:auto;}
.xwin_tr{background-position:right 0;}
.xwin_hl{background-position:-62px -13px;height:20px;}
.xwin_hm{background-position:-75px -13px;}
.xwin_hr{background-position:right -13px;height:20px;}
.xwin_ml{height:auto;}
.xwin_mr{background-position:-13px 0;height:auto;}
.xwin_bl{background-position:-62px -35px;}
.xwin_bm{background-position:-75px -35px;width:auto;}
.xwin_br{background-position:right -35px;}
.xwin_rz .xwin_e_n{cursor:n-resize;}
.xwin_rz .xwin_e_e{cursor:e-resize;}
.xwin_rz .xwin_e_s{cursor:s-resize;}
.xwin_rz .xwin_e_w{cursor:w-resize;}
.xwin_rz .xwin_e_ne{cursor:ne-resize;}
.xwin_rz .xwin_e_se{cursor:se-resize;}
.xwin_rz .xwin_e_sw{cursor:sw-resize;}
.xwin_rz .xwin_e_nw{cursor:nw-resize;}

/*message*/
.xwin_loading{height:100px;background:#fff url(/Scripts/Monitor/xwin/img/loading.gif) no-repeat center;}
.xwin_message{ }
.xwin_box{padding-left:80px;height:70px;position:relative;}
.xwin_text{padding-top:10px;padding-right:10px;line-height:1.5em;color:#fff}
.xwin_button{text-align:center;padding:10px 0;}
.xwin_button a{display: inline-block;width: 60px;height: 21px;line-height: 21px;overflow: hidden;text-align: center;text-decoration: none;color: #fff;margin: 0 5px;/* background-image: url(/Scripts/Monitor/xwin/img/message.png); */background-repeat: no-repeat;background-position: -168px 0;background-color: rgba(190, 194, 196, 0.73);}
.xwin_button a:hover{background-position:-168px -21px;text-decoration:none;}
.xwin_icon{position:absolute;left:40px;top:27px;width:42px;height:59px; background-repeat:no-repeat;}
.xwin_alert{    background-image:url(/Scripts/Monitor/xwin/img/tanhao.png)}
.xwin_confirm{  background-image:url(/Scripts/Monitor/xwin/img/wenhao.png)}
.xwin_success{  background-image:url(/Scripts/Monitor/xwin/img/right.png)}
.xwin_error{  background-image:url(/Scripts/Monitor/xwin/img/wrong.png)}



.msg_box{position:fixed;z-index:10000;left:50%;top:5px;margin-left:-150px;width:360px;padding:10px 0;text-align:center;font-family:Microsoft YaHei; font-size:16px; background:#E84D3D;color:#fff;border:1px solid #EA2915;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.5);}
@-webkit-keyframes show_msg{0%{opacity:0;top:-30px;}10%{opacity:1;top:20px;}20%{opacity:1;top:0px;}40%{opacity:1;top:0px;}100%{opacity:0;top:-30px;}}
.show_msg{-webkit-animation:show_msg 4s;}



