@import "font-awesome/css/font-awesome.css";.__panel__root{position:fixed;border:solid 1px #02b4fe;min-width:300px;min-height:30px;border-radius:20px;overflow:hidden;font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif}.__panel__header{position:absolute;top:0;left:0;right:0;height:30px;background-color:#40808d;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.__panel__title{position:absolute;left:0;top:0;text-indent:15px;line-height:30px;height:30px;font-size:16px;color:white}.__panel__title_cmd{float:right;height:30px;line-height:30px;font-size:14px;cursor:pointer;color:white;margin-right:15px}.__panel__title_cmd i{line-height:30px}.__panel__title_cmd i:hover{font-weight:bold}.__panel__content{position:absolute;top:30px;left:0;right:0;bottom:50px;box-sizing:border-box;overflow:auto;background:#EEE}.__panel_footer{position:absolute;height:50px;line-height:50px;bottom:0;left:0;right:0;box-sizing:border-box;text-align:right;padding-right:20px;background:#EEE}.__panel_btn{display:inline-block;padding:6px 12px;margin-bottom:0;margin-right:10px;font-size:14px;font-weight:400;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border-radius:4px;border:1px solid transparent;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.__panel_btn:hover{filter:alpha(Opacity=80);-moz-opacity:.8;opacity:.8}.__panel_btn-dark{color:#fff;background-color:#00CD00;border-color:#00CD00!important}.__panel_btn-dark:hover{filter:alpha(Opacity=100)!important;-moz-opacity:1!important;opacity:1!important;background-color:#00CD00}.__panel_btn-light{color:#444;background-color:#fff;border:1px #ccc solid}.__panel_btn-light:hover{filter:alpha(Opacity=100)!important;-moz-opacity:1!important;opacity:1!important;background-color:#eaeaea!important;color:#333!important}.showPanel[data-animation=layer-fadeIn]{animation:layer-fadeIn .3s;-webkit-animation:layer-fadeIn .3s;-moz-animation:layer-fadeIn .3s;-ms-animation:layer-fadeIn .3s;-o-animation:layer-fadeIn .3s}.hidePanel[data-animation=layerFadeIn]{animation:hideFadeIn .2s forwards;-webkit-animation:hideFadeIn .2s forwards;-moz-animation:hideFadeIn .2s forwards;-ms-animation:hideFadeIn .2s forwards;-o-animation:hideFadeIn .2s forwards}@keyframes layerFadeIn{0%{opacity:0;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes layerFadeIn{0%{opacity:0;-webkit-transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes layerFadeIn{0%{opacity:0;-moz-transform:scale(.5)}100%{opacity:1;-moz-transform:scale(1)}}@-ms-keyframes layerFadeIn{0%{opacity:0;-ms-transform:scale(.5);filter:Alpha(opacity=0)}100%{opacity:1;-ms-transform:scale(1);filter:Alpha(opacity=100)}}@-o-keyframes layerFadeIn{0%{opacity:0;-o-transform:scale(.5)}100%{opacity:1;-o-transform:scale(1)}}@keyframes hideFadeIn{0%{opacity:1;transform:scale(1)}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes hideFadeIn{0%{opacity:1;-webkit-transform:scale(1)}100%{-webkit-transform:scale(.5);opacity:0}}@-moz-keyframes hideFadeIn{0%{opacity:1;-moz-transform:scale(1)}100%{-moz-transform:scale(.5);opacity:0}}@-ms-keyframes hideFadeIn{0%{opacity:1;-ms-transform:scale(1)}100%{-ms-transform:scale(.5);opacity:0;filter:Alpha(opacity=0)}}@-o-keyframes hideFadeIn{0%{opacity:1;-webkit-transform:scale(1)}100%{-webkit-transform:scale(.5);opacity:0}}.__panel__content_loading{margin:0 auto;margin-top:20px;padding-top:30px;user-select:none}.__panel__content_loading_text{margin-top:20px;font-weight:bold;font-size:16px;color:#0376c0}.__panel__content_loading span{display:inline-block;width:8px;height:0;border-radius:4px;background:lightgreen;-webkit-animation:load 1s ease infinite;animation:load 1s ease infinite}@-webkit-keyframes load{0%,100%{height:40px;background:#5ac7ee}50%{height:70px;margin:-15px 0;background:#02b4fe}}@keyframes load{0%,100%{height:40px;background:#5ac7ee}50%{height:70px;margin:-15px 0;background:#02b4fe}}.__panel__content_loading span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.__panel__content_loading span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.__panel__content_loading span:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.__panel__content_loading span:nth-child(5){-webkit-animation-delay:.8s;animation-delay:.8s}.__panel__content.width_loading{background:#EEE!important}.__panel__content table td{text-align:center}