﻿@charset "utf-8";
/* CSS Document */
body
{
    background: url(/Images/login/bg.jpg) center top no-repeat fixed;
    background-size: 100% 100%;
    font-family: "Microsoft YaHei","Open Sans",Arial,Helvetica,Sans-Serif;
    margin: 0;
    padding: 0;
}

.main
{
    /*width: 540px;
    min-height: 605px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -270px;
    margin-top: -342px;*/
}

.logo
{
    height: 169px;
    text-align: center;
}

.area
{
    width: 380px;
    min-height: 410px;
    margin: 26px auto 0;
    position: relative;
    box-shadow: 0px 0px 4px #33589F;
}

.area-bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #FFF;
    opacity: 0.8;
    z-index: 1;
}

.title
{
    display: block;
    position: absolute;
    width: 340px;
    height: 57px;
    background: url(/Images/login/logintitle.png);
    top: -10px;
    left: 20px;
    text-indent: -10000px;
    box-shadow: 0px 0px 2px #555;
    z-index: 10;
}

#msgTip
{
    display: none;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    border: 1px solid #953b39;
    color: #fff;
    background: #c26565;
    text-shadow: none;
    z-index: 11;
    position: relative;
    text-align: center;
}

.login-form
{
    position: relative;
    z-index: 10;
    padding-top: 56px;
    width: 338px;
    margin: 0 auto;
}

#loginForm, fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
}

.label
{
    font-size: 14px;
    line-height: 31px;
    display: block;
    font-weight: bold;
    position: relative;
}

.input
{
    display: block;
    width: 336px;
    height: 32px;
    position: relative;
}

    .input input, .input select
    {
        border: 1px solid #BDBDBD;
        outline: none;
        padding: 7px 30px 8px 10px;
        margin: 0px;
        width: 290px;
    }

        .input input:hover
        {
            border-color: #5D98CC;
        }

    .input select
    {
        padding: 7px 2px 8px 5px;
        width: 252px;
    }

.Register-form .input
{
    width: 250px;
}

    .Register-form .input input
    {
        width: 235px;
        padding-right: 5px;
    }


.state-error input, .state-error select
{
    background: #fff0f0;
    border-color: #A90329;
}

.state-success input, .state-success select
{
    background: #f0fff0;
    border-color: #7DC27D;
}

.tooltip
{
    color: #FFF;
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,.9);
    opacity: 0;
    transition: margin .3s,opacity .3s;
    -o-transition: margin .3s,opacity .3s;
    -ms-transition: margin .3s,opacity .3s;
    -moz-transition: margin .3s,opacity .3s;
    -webkit-transition: margin .3s,opacity .3s;
}

.txt-color-teal
{
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    right: 7px;
    top: 18px;
}

.icon-append
{
    display: block;
    width: 18px;
    height: 18px;
    z-index: 100;
    position: absolute;
    right: 7px;
    top: 7px;
    border-left: 1px solid #CCC;
    padding-left: 7px;
}

.fa
{
    color: #666;
}

.red
{
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 3px;
}

.note-btn
{
    height: 45px;
    padding-top: 13px;
}

.note
{
    float: left;
    line-height: 45px;
    font-size: 12px;
}

.btn
{
    float: right;
}

.btn-primary
{
    width: 180px;
    height: 45px;
    background-image: url(/Images/login/button.png);
    background-position: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-family: "Microsoft YaHei","Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: bold;
}

    .btn-primary:hover
    {
        background-position: 0 -50px;
    }

    .btn-primary:active
    {
        background-position: 0 -100px;
    }

.footer
{
    position: relative;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    height: 60px;
    position: relative;
    margin-top: 20px;
}

.login .footer
{
    height: 95px;
}

    .login .footer a
    {
        color: #ff0000;
    }

.footer-bg
{
    width: 100%;
    height: 60px;
    background: #FFF;
    opacity: 0.6;
    position: absolute;
    z-index: 10;
}

.footer-text
{
    position: relative;
    z-index: 100;
    padding-top: 10px;
    line-height: 180%;
}

.invalid
{
    font-size: 11px;
    color: #D56161;
    font-style: normal;
}

a
{
    color: #3276b1;
    text-decoration: none;
}

    a:hover
    {
        color: #F90000;
        text-decoration: underline;
    }


.text-right
{
    text-align: right;
    width: 120px;
}

.col
{
    float: left;
    margin-left: 10px;
    line-height: 32px;
}

.btn-go
{
    display: inline-block;
    float: none !important;
    border-radius: 0;
    width: 76px;
    height: 31px;
}

.widget-body
{
    text-align: center;
    padding-bottom: 20px;
}

.block
{
    width: 730px;
    min-height: 800px;
    margin: 40px auto 60px;
    font-size: 12px;
}

.content
{
    width: 730px;
    margin-top: 26px;
    position: relative;
    box-shadow: 0px 0px 4px #33589F;
}

#main
{
    position: relative;
    min-height: 500px;
    z-index: 100;
    padding-top: 76px;
}

.content-bg
{
    width: 730px;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    z-index: 1;
    position: absolute;
}

.Register-form header
{
    width: 340px;
    height: 57px;
    background-image: url(/Images/login/registertitle.png);
    text-indent: -10000px;
    position: absolute;
    box-shadow: 0px 0px 2px #555;
    z-index: 10;
    top: -10px;
    left: 195px;
}

.line
{
    height: 34px;
    clear: both;
    padding: 0 0 15px;
}

.check-code
{
    color: red;
}

    .check-code span, .check-code img
    {
        border: solid 1px #999;
        height: 30px;
        width: 80px;
        float: left;
        text-align: center;
        margin-right: 8px;
    }

    .check-code img
    {
        border: 0px;
        height: 32px;
        cursor: pointer;
    }

.gogo
{
    height: 45px;
    text-align: center;
    padding-left: 160px;
}

.go-primary
{
    width: 180px;
    height: 45px;
    background-image: url(/Images/login/button.png);
    background-position: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #FFF;
    float: left;
    margin-right: 40px;
    font-size: 16px;
    font-family: "Microsoft YaHei","Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: bold;
}

    .go-primary:hover
    {
        background-position: 0 -50px;
    }

    .go-primary:active
    {
        background-position: 0 -100px;
    }

.go-default
{
    width: 180px;
    height: 45px;
    background-image: url(/Images/login/button-no.png);
    background-position: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #FFF;
    float: left;
    font-size: 16px;
    font-family: "Microsoft YaHei","Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: bold;
}

    .go-default:hover
    {
        background-position: 0 -50px;
    }

    .go-default:active
    {
        background-position: 0 -100px;
    }


/******************Smallbox modal-box*******************/
.modal-open
{
    overflow: hidden;
}

.modal
{
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog
    {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog
    {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog
{
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content
{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade
    {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in
    {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-dialog
{
    width: 600px;
    margin: 30px auto;
}

.modal-header
{
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

    .modal-header .modal-title
    {
        margin: 0;
        line-height: 1.428571429;
        font-family: SimHei,Microsoft YaHei,Arial,Helvetica,Sans-Serif;
        font-weight: 300;
    }

    .modal-header .close
    {
        margin-top: -2px;
        float: right;
        font-size: 19.5px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        filter: alpha(opacity=20);
    }

    .modal-header button.close
    {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }

.modal-body
{
    position: relative;
    padding: 20px;
}

.modal-footer
{
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn
    {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn
    {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block
    {
        margin-left: 0;
    }

/*******************small box WarnTip******************/
#divSmallBoxes
{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

    #divSmallBoxes .fa
    {
        color: #fff;
    }

.SmallBox
{
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover
    {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto
    {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull
    {
        width: calc(93% - 35px);
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto
    {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }
/*******************small box WarnTip******************/
/*******************Message Box had bottom Yes no******************/
.divMessageBox
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}

.MessageBoxContainer
{
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0,0,0,.8);
    padding: 20px;
}

.MessageBoxMiddle
{
    position: relative;
    left: 20%;
    width: 60%;
}

    .MessageBoxMiddle .MsgTitle
    {
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 300;
    }

        .MessageBoxMiddle .MsgTitle .fa
        {
            color: #fff;
        }

    .MessageBoxMiddle .pText
    {
        font-style: 30px;
    }

.MessageBoxContainer input
{
    width: 50%;
    padding: 5px;
}

.MessageBoxContainer select
{
    width: 50%;
    padding: 5px;
}

.MessageBoxButtonSection
{
    width: 100%;
    height: 30px;
}

    .MessageBoxButtonSection button
    {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: 700;
    }

.btn
{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active
{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-sm
{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}
/*******************Message Box had bottom Yes no******************/

.LoadingBoxContainer
{
    top: 20%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
}

.LoadingBoxMiddle
{
    position: relative;
    left: 20%;
    width: 50%;
    padding: 10px;
}

.LoadingBoxContainer .MsgTitle
{
    font-size: 26px;
}

.LoadingBoxContainer .pText
{
    font-style: 30px;
}

/*******************small box WarnTip******************/

.miniPic
{
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono
{
    height: 100%;
    font-size: 20px;
}

.SmallBox span
{
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p
{
    font-size: 13px;
    margin-top: 2px;
}
/******************Smallbox modal-box*******************/
