﻿body {
    font-family: "微软雅黑";
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.container-bg {
    background-clip: border-box;
    /*background-image: url('../Images/bg_login.gif');*/
    background-position-x: center;
    background-size: cover;
    position: relative;
    min-height: 942px;
}

.opacity70 {
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.error, .not-null {
    color: red;
}

.form-signin {
    max-width: 440px;
    padding: 15px;
    margin: 0 auto;
}

.main-content {
    padding-top: 10px;
    min-height: 370px;
}

form .panel-title {
    font-size: 14px;
}

.btn-nav {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.btn-admin {
    background-image: url('../Images/bg_admin.png');
}

.btn-home {
    background-image: url('../Images/bg_home.png');
}

.btn-logout {
    background-image: url('../Images/bg_logoff.png');
}

.table th, .table.td {
    font-size: 14px;
}

.explain {
    line-height: 34px;
    cursor: pointer;
}

#accordion .panel-title {
    cursor: pointer;
}

a.crumb-select-item {
    position: relative;
    border: 1px solid #ddd;
    font-size: 12px;
    vertical-align: top;
    margin: 0 10px 0 0;
    padding: 0 0 0 4px;
    cursor: pointer;
    background: #f3f3f3;
    text-decoration: none;
    display: inline-block;
}

.crumb-select-close {
    float: right;
}

.crumb-select-item span {
    margin-left: 5px;
    padding-right: 3px;
    top: 2px;
}

.crumb-select-item:hover {
    background: #fff;
}

    .crumb-select-item:hover span {
        background: #fff;
        background: #337ab7;
        color: #fff;
    }

.g-status {
    width: 26px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    font-size: 12px;
}

.g-status-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.g-status-alarm {
    background: red;
}

.g-status-warn {
    background: #ffd800;
}

.g-status-run {
    background: #5cf548;
}

.g-status-stop {
    background: #fff;
    border: 2px solid #000;
}

.g-status-offline {
    background: #808080;
}

.header {
    height: 50%;
}

    .header table {
        margin-top: 30px;
        margin-left: 45px;
    }

        .header table th {
            color: #fff;
            display: inline-block;
            font-size: 23px;
            line-height: 40px;
            padding-left: 10px;
            padding-right: 30px;
            padding-top: 20px;
            padding-bottom: 10px;
        }

.content {
    height: 40%;
}

.navs li {
    width: 122px;
    height: 215px;
    margin-right: 122px;
    color: #b8b8b8;
    border-radius: 5px;
    margin-bottom: 10px;
}

.navs {
    list-style: none;
}

    .navs li .ico-box {
        width: 122px;
        height: 122px;
        padding: 1px;
        background-color: #f5f5f5;
        border-radius: 122px;
        margin-bottom: 52px;
    }

    .navs .ico-box .icos-down {
        display: block;
        width: 48px;
        height: 50px;
        margin: 38px auto 0;
        transition: transform .2s;
    }

    .navs li a {
        padding: 0;
        text-decoration: none;
    }

.triangle-border {
    position: absolute;
    left: 30px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid dashed dashed dashed;
}

.tb-border {
    bottom: -20px;
    border-color: #C9E9C0 transparent transparent transparent;
}

.tb-background {
    bottom: -19px;
    border-color: #E9FBE4 transparent transparent transparent;
}

.approve-process {
    margin-left: -26px;
    margin-right: -26px;
    margin-bottom: -30px;
    margin-top: 30px;
    background-color: #f9f9f9;
    border-radius: 2px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent; /* left arrow slant */
    border-right: 5px solid transparent; /* right arrow slant */
    border-bottom: 5px solid #2f2f2f; /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 40px;
    left: -12px;
}

/******登录界面*******/
.nav > li > .img_logo:hover, .nav > li > .img_logo:focus {
    text-decoration: none;
    background-color: #fff;
}

#login-nav {
    background-color: transparent;
    border-color: transparent;
    margin-top: 15px;
}

    #login-nav .navbar-nav .nav_header {
        margin-top: 30px;
        margin-left: 80px;
        font-size: medium;
        font-weight: bolder;
    }

.nav-pills > li > a {
    padding: 18px 15px;
}

.jumbotron {
    padding-top: 30px;
    padding-left: 52px;
    padding-bottom: 0px;
}

.section {
    color: #000;
    background-image: url('../Images/BG.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#login-panel {
    border-radius: 8px;
    box-shadow: 0px 5px 0px #ddd;
}

.form-signin .form-control {
    padding: 3px 0px 3px 8px;
    height: 37px;
}

.form-signin .alert {
    padding: 0px;
}

.form-signin .form-control img {
    width: 6%;
}

.form-signin .form-control input {
    width: 85%;
    height: 31px;
    margin-left: 8px;
    border-width: 0px;
    padding-left: 8px;
    outline: none;
}

.nav-justified > li > a {
    color: #000;
    border-right: 1px solid #000;
    padding: 3px 2px;
}

/**压缩样式，作用：使得监控页面全屏显示**/
.navbar {
    min-height: 40px;
    margin-bottom: 10px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-defined > li > a {
    padding: 5px 15px;
}

.panel-heading {
    padding: 7px 15px;
}

.panel-body {
    padding: 5px 15px;
}

p {
    margin: 0 0 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}

.row .col-lg-12 .panel .panel-body .wrap-loading {
    height: 60px;
    text-align: center;
    position: relative;
}

.panel .panel-body .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.feed-element .wraper-loading .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.feed-element .wraper-loading {
    height: 60px;
    text-align: center;
    position: relative;
}

.panel .panel-body .wrap-loading {
    height: 60px;
    text-align: center;
    position: relative;
}

.list-group .list-group-item .wrap-loading {
    height: 60px;
    text-align: center;
    position: relative;
}

.list-group .list-group-item .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.row .col-lg-12 .panel .panel-body .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}


.ibox-content > .table-responsive > .table > tbody > tr > td > .wraper-loading > .configloading, .configloading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.ibox-content > .table-responsive > .table > tbody > tr > td > .wraper-loading {
    height: 500px;
    text-align: center;
    position: relative;
}

.main-content .row .col-lg-3 .wraper-loading {
    height: 500px;
    text-align: center;
    position: relative;
}

.taskwraper-loading, .form-group .col-lg-11 .itemwraper-loading {
    text-align: center;
}

    .taskwraper-loading .loading, .form-group .col-lg-11 .itemwraper-loading .loading {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 32px;
        height: 32px;
        background-image: url(../../Assets/Images/loading.gif);
    }

.form-group .col-lg-offset-2 .role-loading {
    text-align: center;
    position: relative;
}

    .form-group .col-lg-offset-2 .role-loading .loading {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 32px;
        height: 32px;
        background-image: url(../../Assets/Images/loading.gif);
    }

.col-lg-9 .wraper-loading {
    text-align: center;
    position: relative;
}

    .col-lg-9 .wraper-loading .loading {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background-image: url(../../Assets/Images/loading.gif);
        background-repeat: no-repeat;
    }

.form-group .role-loading {
    text-align: center;
    position: relative;
}

    .form-group .role-loading .loading {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 32px;
        height: 32px;
        background-image: url(../../Assets/Images/loading.gif);
    }

.main-content .row .col-lg-3 .wraper-loading .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.main-content .row .col-lg-3 .wraper-loading .loading-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    margin: auto;
    width: 100px;
    height: 32px;
    text-align: center;
    color: darkgray;
}

.col-lg-4 .panel .panel-body .wraper-loading .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.panel .panel-body .wraper-loading .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.panel .panel-body .wraper-loading {
    height: 100px;
    text-align: center;
    position: relative;
}

.col-lg-4 .panel .panel-body .wraper-loading {
    height: 100px;
    text-align: center;
    position: relative;
}

.panel .panel-body .wraper-loading .loading-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    margin: auto;
    width: 100px;
    height: 32px;
    text-align: center;
    color: darkgray;
}

.nesting .table tr td .wraper-loading {
    height: 100px;
    text-align: center;
    position: relative;
}

.table tr td .wraper-loading {
    height: 100px;
    text-align: center;
    position: relative;
}

.table tr td .wraper-loading .loading {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 32px;
        height: 32px;
        background-image: url(../../Assets/Images/loading.gif);
}
.container .nesting .export {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.container .nesting .export .wraper-loading .loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.container .nesting .export .wraper-loading .loading-text {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    margin: auto;
    width: 100px;
    height: 32px;
    text-align: center;
}

.nesting .table tr td .wraper-loading .loading-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    margin: auto;
    width: 100px;
    height: 32px;
    text-align: center;
    color: darkgray;
}

.nesting .table tr td .wraper-loading .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Assets/Images/loading.gif);
}

.col-lg-4 .panel .panel-body .wraper-loading .loading-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    margin: auto;
    width: 100px;
    height: 32px;
    text-align: center;
    color: darkgray;
}

.container .row .col-xs-6 .dropdown .dropdown-menu .dropdown-submenu {
    position: relative;
}

.container .row .col-xs-6 .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
        right: 300px;
        top: 0;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0;
        z-index: 1020;
}

    .container .row .col-xs-6 .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
}

.container .row .col-xs-6 .dropdown .dropdown-toggle {
    text-decoration: none;
}

    .container .row .col-xs-6 .dropdown .dropdown-toggle:hover {
        background-color: #337ab7;
        color: #fff;
    }

.orderImageDelete {
    position: absolute !important;
    color: red;
    border-radius: 7px;
    border: 0.5px solid red;
    cursor: pointer;
}

