﻿.login_body {
    width: 100%;
    height: 380px;
    /* background-image: url(/Content/login/images/login_bg_2_2.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    font-size: 1.4em;
    margin: 0px auto;
    font-size: 14px;
    line-height: 1.4;
    min-height: 100%;
    width: 100%;
}

.login_btn {
    height: 40px;
    background-color: #006394;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    width: 100%;
}

    .login_btn:hover {
        height: 40px;
        background-color: #0b5980;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-size: 1.2em;
        cursor: pointer;
        width: 100%;
    }

.login_forgetpassword {
    height: 15px;
    width: 100px;
    color: #171616;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 142px;
    position: absolute;
    margin-left: 115px;
}

#ifRemember {
    width: 14px;
    height: 14px;
    position: relative;
    top: 8px;
    margin-right: 3px;
}

#DynamicCode_Btn {
    background-color: #3F7DD2;
    color: #fff;
    text-align: center;
    border: 1px solid gray;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-color: #3F7DD2;
    border-left: none;
    line-height: 32px;
    font-size: 1em;
    cursor: pointer;
    width: 31%;
    float: right;
}

.padding30 {
    padding-left: 45px
}

.padding50 {
    padding-left: 50px
}

.inline_block {
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}

.description_body {
    height: 180px;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px
}

.grey_right_border {
    border-right: 1px solid #d6dce2;
    height: 90px;
}

.monitor_des, .analysis_des, .other_des {
    display: inline-block;
    width: 230px;
    padding: 0px 10px;
    text-align: left;
    margin-top: -20px;
}

.bg_des {
    width: 69px;
    height: 0px;
    background-repeat: no-repeat;
    background-position: 0px 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.content_des {
    width: 230px;
    height: 140px;
    vertical-align: top;
}

.body_des {
    color: #398EDC;
    font-size: 10px;
}

.footer {
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    height: 80px;
    border-top: 1px solid #fff
}

.nav-tabs > li.active > a {
    font-weight: normal;
    border-bottom: 1px solid #fff
}

.border {
    border-bottom: 1px solid #e7eaec
}


/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    color: #969696;
    font-size: 10px;
    /*border-bottom: 1px dotted black;*/
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 210px;
        background-color: #555;
        color: #fff;
        text-align: left;
        line-height: 150%;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -70px;
        opacity: 0;
        transition: opacity 0.5s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
/*简化版首页*/
.first-row {
    margin-top: 50px
}

.header {
    font-size: 30px;
    font-weight: bold;
    margin-left: 55px;
    margin-top: 15px;
    color: #333
}

.rectangle-r {
    border: 1px solid gainsboro;
    border-radius: 5px;
    text-align: center
}

.select-lang {
    float: right;
    width: 100px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #C9D0D8
}

.m-t-80 {
    margin-top: 80px;
}

.m-l-60 {
    margin-left: 60px;
}

.textcielo {
    color: #3f7dd2
}

.textgrigio {
    color: #969696;
    font-size: 10px
}

.ul-non {
    list-style: none;
    margin-left: -40px
}

.border-two-side {
    border-left: 1px solid #d6dce2;
    border-right: 1px solid #d6dce2;
}

.li100 {
    width: 100.5%;
    text-align: center;
}

.max450 {
    max-width: 450px
}

.companylogo_2 {
    width: 10%;
    margin-top: -65px;
    padding-left: 15px;
    background-color: #fff
}

