/*.login-layout {
    background: url(../Images/bg_logout.jpg) no-repeat !important;
}*/
/*.login-layout {
    width: 1200px;
    height: 800px;
    background: url(../Images/bg_logout.jpg) no-repeat center !important;
    background-size: 100%;
}*/

.login-layout {
    width: 100% !important;
    height: 100% !important;
    /* 加载背景图 */
    background: url(../Images/bgnew.png) no-repeat !important;
    /* 背景图垂直、水平均居中 */
    background-position: center center !important;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed !important;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover !important;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
    background-color: rgba(41, 50, 39, 1) !important;
}




h1 {
    font-size: 28px !important;
    font-weight: bolder !important;
}

h4 {
    font-size: 12px !important;
}

.white1, .white2, .white3 {
    color: #FFFFFF !important;
}

.white3 {
    font-size: 12px !important;
}

.white2 {
    position: relative !important;
    bottom: -520px;
    width: 450px;
    text-align: center;
}

.navbar .nav {
    margin: 10px 0 !important;
}

.navbar .navbar-inner {
    background: #09689E !important;
}

.navbar .brand {
    font-weight: bolder !important;
}

.row-fluid1 {
    position: absolute;
}

small {
    font-size: 100% !important;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif !important;
}

.main-content1 {
    width: 450px !important;
    margin: 0 auto;
    padding: 0;
}

.login-layout .main-content {
    margin: 0 auto !important;
    width: 450px !important;
    padding-top: 40px;
}

.login-layout .widget-box {
    width: 450px !important;
}

.big_font {
    font-size: 30px !important;
    color: white;
}

.breadcrumbs {
    min-height: 38px !important;
    line-height: 37px !important;
}

.form-action1 {
    background: url(../Images/bg_logout.jpg) no-repeat;
    padding: 230px 0px;
}

.bigger-icon-user {
    font-size: 26px !important;
    margin-top: 10px !important;
}

/* 行政区划选择开始 */

.region-container {
    position: relative;
    padding: 0 0 5px 0;
    z-index: 1;
}

    .region-container #region-text {
        color: #000 !important;
        text-shadow: none !important;
        background: #FFF !important;
        padding: 3px;
        border: 1px solid #d5d5d5;
    }

    .region-container:focus {
        outline: 0;
    }

.region-tabs {
    position: absolute;
    float: left;
    display: none;
    /*box-shadow: 5px 5px 5px rgb(221, 221, 221);*/
    margin: 0;
}

.region-header a {
    color: #fff;
    cursor: pointer;
}

ul.node-list {
    list-style: none outside;
    margin: 0;
    overflow: hidden;
}

    ul.node-list li {
        display: block;
        float: left;
        width: 130px;
        line-height: 30px;
        height: 40px;
    }

        ul.node-list li.long-areaname {
            width: 260px;
        }

        ul.node-list li.longer-areaname {
            width: 520px;
        }

        ul.node-list li a {
            text-decoration: none;
            color: #0b85b2;
            padding: 2px 4px;
            line-height: 30px;
            cursor: pointer;
        }

            ul.node-list li a:link, .area-list li a:visited {
                color: #0b85b2;
                text-decoration: none;
                padding: 2px 4px;
                line-height: 30px;
            }

            ul.node-list li a:hover {
                background-color: #004c72;
                color: white;
                text-decoration: none;
                padding: 2px 4px;
                line-height: 30px;
            }

            ul.node-list li a.active {
                background-color: #82af6f !important;
                color: #fff;
                text-decoration: none;
                padding: 2px 4px;
                line-height: 30px;
            }

/* 行政区划选择结束 */
.table-center-th th {
    text-align: center !important;
}

.table-center-td td {
    text-align: center !important;
}

    .table-center-th th.center, .table-center-td td.center {
        text-align: center !important;
    }

    .table-center-th th.left, .table-center-td td.left {
        text-align: left !important;
    }

    .table-center-th th.right, .table-center-td td.right {
        text-align: right !important;
    }

.small-percent {
    font-size: 9px;
    font-weight: normal;
}

.table-center-td td .progress {
    margin-bottom: 0px;
}

.table-center-td td .progress-small {
    margin-top: 5px;
}

.new-version, .version {
    font-size: 11px;
}

.new-version {
    color: yellow;
}
