/* login
----------------------------------------------------------*/
html
{
    color: #000;
    background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img
{
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
    font-style: normal;
    font-weight: 400;
}
ol,
ul
{
    list-style: none;
}
caption,
th
{
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 100%;
    font-weight: 400;
}
q:before,
q:after
{
    content: '';
}
abbr,
acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input,
textarea,
select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea
{
    resize: none;
}
legend
{
    color: #000;
}
button:focus
{
    outline: 0;
}
.clearfix
{
    clear: both;
}
.clearfix:before,
.clearfix:after
{
    display: table;
    content: "";
}
.clearfix:after
{
    clear: both;
}
.hide
{
    display: none;
}
body
{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
}
body
{
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #404040;
    overflow: hidden;
}
a
{
    color: #58708a;
    text-decoration: none;
    line-height: inherit;
    font-weight: inherit;
}
a:hover
{
    color: #00438a;
    cursor: pointer;
    text-decoration: none;
}
strong
{
    font-style: inherit;
    font-weight: 700;
}
pre
{
    font-family: Arial, sans-serif;
}
form
{
    margin-bottom: 0;
}
fieldset
{
    margin-bottom: 18px;
    padding-top: 18px;
}

input,
textarea,
select
{
    display: inline-block;
    width: 205px;
    height: 18px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 18px;
    color: gray;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
select
{
    height: 27px;
    line-height: 27px;
}
select
{
    line-height: 21px;
}
textarea
{
    height: auto;
}
:-moz-placeholder
{
    color: #bfbfbf;
}
::-webkit-input-placeholder
{
    color: #bfbfbf;
}
input,
textarea
{
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
input:focus,
textarea:focus
{
    outline: 0;
    border-color: rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
}
select:focus
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
input::-ms-clear
{
    display: none;
}
.hardwareSpeed
{
    -webkit-transform: translate3d(0, 0, 0);
}
.btn
{
    margin: 0;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #58708A;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(top, #fff, #f1f1f1);
    background-image: -moz-linear-gradient(to top, #fff, #f1f1f1);
    background-repeat: repeat-x;
    border: 1px solid #C4CAD1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), inset 0 1px 0 0 rgba(255, 255, 255, .15);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), inset 0 1px 0 0 rgba(255, 255, 255, .15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), inset 0 0 0 0 rgba(255, 255, 255, .15);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn:hover,
.btn:active
{
    background-color: #e6e6e6;
}
.btn:hover
{
    color: #58708A;
    text-decoration: none;
    background-color: #efefef;
    background-position: 0 -480px;
}
.btn:focus
{
    outline: 0;
}
.btn:active
{
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
button.btn::-moz-focus-inner
{
    padding: 0;
    border: 0;
}
button::-moz-focus-inner
{
    border: 0;
}
body
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F4F5F7;
    overflow-x: hidden;
    overflow-y: hidden;
}
.widget
{
    position: absolute;
}
.widget:active { } .widget-content
{
    position: relative;
    left: 0;
    top: 25px;
    width: 100%;
    z-index: 1;
}
#block-wallpaper
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #f0f5f8;
}
#block-wallpaper .stock
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#block-desktop
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}
.layout-desktops-container
{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.layout-desktop-container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.hide
{
    display: none;
}
@-webkit-keyframes auto-circle {
0% {
    background-position: 0 0;
}
2.94% {
    background-position: 0 -10px;
}
5.88% {
    background-position: 0 -20px;
}
8.82% {
    background-position: 0 -30px;
}
11.7% {
    background-position: 0 -40px;
}
14.64% {
    background-position: 0 -50px;
}
17.58% {
    background-position: 0 -60px;
}
20.52% {
    background-position: 0 -70px;
}
23.46% {
    background-position: 0 -80px;
}
26.4% {
    background-position: 0 -90px;
}
29.34% {
    background-position: 0 -100px;
}
32.28% {
    background-position: 0 -110px;
}
35.22% {
    background-position: 0 -120px;
}
38.16% {
    background-position: 0 -130px;
}
41.1% {
    background-position: 0 -140px;
}
44.04% {
    background-position: 0 -150px;
}
46.98% {
    background-position: 0 -160px;
}
49.92% {
    background-position: 0 -170px;
}
52.86% {
    background-position: 0 -180px;
}
55.8% {
    background-position: 0 -190px;
}
58.74% {
    background-position: 0 -200px;
}
61.68% {
    background-position: 0 -210px;
}
64.62% {
    background-position: 0 -220px;
}
67.56% {
    background-position: 0 -230px;
}
70.5% {
    background-position: 0 -240px;
}
73.44% {
    background-position: 0 -250px;
}
76.38% {
    background-position: 0 -260px;
}
79.32% {
    background-position: 0 -270px;
}
82.26% {
    background-position: 0 -280px;
}
85.2% {
    background-position: 0 -290px;
}
88.14% {
    background-position: 0 -300px;
}
91.08% {
    background-position: 0 -310px;
}
94.02% {
    background-position: 0 -320px;
}
96.96% {
    background-position: 0 -330px;
}
99.9% {
    background-position: 0 -340px;
}
}
@-moz-keyframes auto-circle {
0% {
    background-position: 0 0;
}
2.94% {
    background-position: 0 -10px;
}
5.88% {
    background-position: 0 -20px;
}
8.82% {
    background-position: 0 -30px;
}
11.7% {
    background-position: 0 -40px;
}
14.64% {
    background-position: 0 -50px;
}
17.58% {
    background-position: 0 -60px;
}
20.52% {
    background-position: 0 -70px;
}
23.46% {
    background-position: 0 -80px;
}
26.4% {
    background-position: 0 -90px;
}
29.34% {
    background-position: 0 -100px;
}
32.28% {
    background-position: 0 -110px;
}
35.22% {
    background-position: 0 -120px;
}
38.16% {
    background-position: 0 -130px;
}
41.1% {
    background-position: 0 -140px;
}
44.04% {
    background-position: 0 -150px;
}
46.98% {
    background-position: 0 -160px;
}
49.92% {
    background-position: 0 -170px;
}
52.86% {
    background-position: 0 -180px;
}
55.8% {
    background-position: 0 -190px;
}
58.74% {
    background-position: 0 -200px;
}
61.68% {
    background-position: 0 -210px;
}
64.62% {
    background-position: 0 -220px;
}
67.56% {
    background-position: 0 -230px;
}
70.5% {
    background-position: 0 -240px;
}
73.44% {
    background-position: 0 -250px;
}
76.38% {
    background-position: 0 -260px;
}
79.32% {
    background-position: 0 -270px;
}
82.26% {
    background-position: 0 -280px;
}
85.2% {
    background-position: 0 -290px;
}
88.14% {
    background-position: 0 -300px;
}
91.08% {
    background-position: 0 -310px;
}
94.02% {
    background-position: 0 -320px;
}
96.96% {
    background-position: 0 -330px;
}
99.9% {
    background-position: 0 -340px;
}
}
@keyframes auto-circle {
0% {
    background-position: 0 0;
}
2.94% {
    background-position: 0 -10px;
}
5.88% {
    background-position: 0 -20px;
}
8.82% {
    background-position: 0 -30px;
}
11.7% {
    background-position: 0 -40px;
}
14.64% {
    background-position: 0 -50px;
}
17.58% {
    background-position: 0 -60px;
}
20.52% {
    background-position: 0 -70px;
}
23.46% {
    background-position: 0 -80px;
}
26.4% {
    background-position: 0 -90px;
}
29.34% {
    background-position: 0 -100px;
}
32.28% {
    background-position: 0 -110px;
}
35.22% {
    background-position: 0 -120px;
}
38.16% {
    background-position: 0 -130px;
}
41.1% {
    background-position: 0 -140px;
}
44.04% {
    background-position: 0 -150px;
}
46.98% {
    background-position: 0 -160px;
}
49.92% {
    background-position: 0 -170px;
}
52.86% {
    background-position: 0 -180px;
}
55.8% {
    background-position: 0 -190px;
}
58.74% {
    background-position: 0 -200px;
}
61.68% {
    background-position: 0 -210px;
}
64.62% {
    background-position: 0 -220px;
}
67.56% {
    background-position: 0 -230px;
}
70.5% {
    background-position: 0 -240px;
}
73.44% {
    background-position: 0 -250px;
}
76.38% {
    background-position: 0 -260px;
}
79.32% {
    background-position: 0 -270px;
}
82.26% {
    background-position: 0 -280px;
}
85.2% {
    background-position: 0 -290px;
}
88.14% {
    background-position: 0 -300px;
}
91.08% {
    background-position: 0 -310px;
}
94.02% {
    background-position: 0 -320px;
}
96.96% {
    background-position: 0 -330px;
}
99.9% {
    background-position: 0 -340px;
}
}
@-webkit-keyframes spin {
0% {
    -webkit-transform: rotate(0);
}
100% {
    -webkit-transform: scale(360deg);
}
}
@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0);
}
100% {
    -moz-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
@-webkit-keyframes bounceIn {
0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
    opacity: 0;
    -moz-transform: scale(0.3);
}
50% {
    opacity: 1;
    -moz-transform: scale(1.05);
}
100% {
    -moz-transform: scale(1);
}
}
.desktopicon::selection
{
    background: transparent;
}
.task-item::selection
{
    background: transparent;
}
.task-item img::selection
{
    background: transparent;
}
.task-item span::selection
{
    background: transparent;
}
.float-tip-box
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 117px;
    font-size: 12px;
    padding-right: 6px;
    z-index: 999;
}
.float-tip-box.hide
{
    display: none;
}
.float-tip-box i
{
    display: block;
    width: 7px;
    height: 10px;
    position: absolute;
    left: -6px;
    top: 10px;
}
.float-tip-box i.left
{
    background: url(login/arrow.png) left top no-repeat;
}

/* ------------------------------- Widget -----------------------------  */
.widget-login-head {
    /* background: url(login/login_top.png) no-repeat;*/
    width: 554px;
    height: 139px;
    position: relative;
    z-index: 10
}
.widget-login-main
{
    position: relative;
    z-index: 1
}
.widget-login-main .widget-login-frm
{
   /* background: url(login/login_bg.png) repeat-y*/
}
.widget-login-main .widget-login-frm>i
{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: url(login/main.png) 3px no-repeat;
    top: 88px;
    left: 320px
}
.widget-login-account
{
    width: 290px;
    float: left;
    padding: 10px 0 0 35px
}
.widget-login-account-item
{
    width: 271px;
    height: 32px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}
.widget-login-account-item input
{
    width: 260px;
    height: 25px;
    font-size: 14px;
    color: #58708A;
    text-indent: .3em;
    overflow: hidden
}
.widget-login-account-item.widget-login-account-meta
{
    width: 290px;
    height: auto
}
.widget-login-btn
{
    position: absolute;
    top: 1px;
    right: 2px;
    height: 29px;
    line-height: 27px;
    border-radius: 0 2px 2px 0;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0
}

.widget-login-message
{
    height: 2em;
    font-size: 12px;
    margin-bottom: 15px;
    color: red
}
.widget-login-qr
{
    width: 200px;
    float: right;
    text-align: center;
    padding: 10px 25px 20px 0
}
.widget-login-qr-imgWrapper
{
    width: 125px;
    height: 125px;
    margin: 0 auto
}
.widget-login-refresh-qrcode
{
    display: none
}
.widget-login-bottom
{
    background: #F5F7F8;
    padding: 10px 20px;
    margin: 0 9px 0 7px;
    border-top: 1px solid #DBDEE3;
    color: #58708A;
    position: relative
}
.widget-login-bottom a
{
    color: #58708A;
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
    vertical-align: bottom
}

.widget-login-bottom-left-list
{
    margin-left: 5px
}
.widget-login-bottom-right
{
    position: absolute;
    right: 10px;
    top: 10px
}
.widget-login-connecting-log
{
    margin: 80px 0 15px;
    text-align: center
}

.widget-login-cancel-connect
{
    float: left;
    margin-left: 10px;
    height: 22px;
    line-height: 18px;
    font-size: 12px
}
.widget-login-failed
{
    margin-left: 40px;
    margin-top: 30px;
    width: 488px
}
.widget-login-failed a
{
    color: #1473D7;
    font-weight: 700;
    font-size: 11px
}
.widget-login-failed-title
{
    font-size: 14px;
    font-weight: 700;
    color: #58708A;
    margin-bottom: 5px;
    background: url(login/connect-info.jpg) no-repeat 0 3px;
    padding-left: 17px
}
.widget-login-failed-text
{
    margin-left: 16px;
    line-height: 1.7em
}
.widget-login-failed-text ul
{
    list-style: decimal;
    margin-left: 20px
}
.widget-login-failed-reconn
{
    margin: 10px 0 20px
}

.widget-login-cnt h2
{
    font-size: 16px;
    font-weight: 400;
    color: #4D6279;
    margin: 10px 0 15px
}
.widget-login-footer
{
    /*background: url(login/login_bottom.png) no-repeat;*/
    width: 554px;
    height: 22px
}
.chkLogin 
{
    width: 14px !important;
    height: 14px !important;
    top: 2px;
    position: relative
}
