﻿body {
    background-color: #f3f3f3;
    color: #484744;
    line-height: 170%;
    font-family: "Helvetica Neue",helvetica,'lucida grande','lucida sans unicode',lucida,'Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.watting-modal {
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .watting-modal {
        display: block;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-bottom: 0px;
    padding-left: 0px;
}

.navbar-fixed-top {
    background: #fff;
    transition-duration: 0.5s;
    border-bottom: 0px solid #468ba28f !important;
}

.ibox-tools .btn-info {
    color: #fff;
}

.hand-pointer {
    cursor: pointer;
}

.img-user {
    width: 79px;
    height: 79px;
}

.user-name {
    color: #d19b3d;
}
/*bootstrap override*/
.panel-light {
    border-color: #ddd;
}

    .panel-light > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #ddd;
        margin-top:-5px;
    }

    .panel-light > .panel-body {
        background-color: rgba(255, 255, 255, 0.81);
    }

    .panel-light > .panel-footer {
        margin-bottom:30px;
        background-color: #fff;
    }

.panel-glow {
}

    .panel-glow > .panel-body {
        background-color: rgba(255, 255, 255, 0.61);
    }

.text-shadow {
    color: #999;
}

.breadcrumb {
    background-color: transparent;
}

.text-primary {
    color: #0ca032;
}

#txt-timeline-speaker {
    border-color: #d19b3d;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px 4px;
    box-shadow: inset 0 1px 1px rgba(248, 242, 218, 0.25);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 75px;
}

.at-name {
    color: #54d09f;
}

#toolbar .date {
    float: left;
}
/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/
.text-glow {
    margin: 0;
    width: 100%;
    color: #54d09f;
    font-family: sans-serif;
    font-size: 16px;
    box-shadow: none;
    padding: 6px;
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

    .text-glow:focus {
        outline: none;
        border: solid 0px #707070;
        box-shadow: 0 0 5px 1px #969696;
    }

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background-color: #4b7f999c;
    z-index: 9999;
}

.set-absolute-center {
    display: table-cell;
    vertical-align: middle;
}

.set-padding-bottom {
    padding-bottom: 50px;
}

.set-center {
    text-align: center;
}

.set-left {
    text-align: left;
}

.set-right {
    text-align: right;
}

.set-bottom {
    vertical-align: bottom;
}

.set-padding-top {
    padding-top: 15px;
}

.time-line-name a {
    color: #c35f15;
}

.time-line-time {
    font-style: italic;
    color: #999;
}

.dot-line {
    border-style: dotted;
    border-color: #808080;
}

.img-tile {
    height: 98px;
    width: 98px;
}

a {
    cursor: pointer;
    color: #2772fd;
}

.user-info-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

    .user-info-item:hover {
        background-color: #F5F5F5;
    }

.order-list {
    padding-right: 5px;
    font-size: 16px;
}

/*nav*/
.navbar {
    background-color: #1890ff;
    border: none;
    box-shadow: 0 1px 8px rgba(0,21,41,.28);
    height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    /*background: -webkit-linear-gradient(bottom,#2196F3, #00BCD4);
    background: -o-linear-gradient(bottom, #2196F3, #00BCD4);
    background: -moz-linear-gradient(bottom, #2196F3, #00BCD4);
    background: linear-gradient(to bottom, #1890ff, #24b1eabd);*/
    background: linear-gradient(to bottom, #000c17, #001529);
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav > li > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a, .dropdown-menu > li {
    border-bottom: 3px solid transparent;
}

    .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-bottom: 3px solid transparent;
        background: #ffffff2e;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        border-bottom: 3px solid transparent;
        background: #e6f7ff;
    }





.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.navbar a {
    color: #fff;
}

.nav > li > a {
    /*color: #ffffff;*/
    font-weight: normal;
    padding: 7px 15px 10px 15px;
}

.navbar .navbar-brand {
    height: 40px;
    line-height: 18px;
    padding: 10px 15px;
}

.navbar .top-search {
    background: rgb(64 91 103);
    height: 27px;
    margin: 5px 5px;
    border-radius: 7px;
    width: 55px;
    max-width: 125px;
}

/*end of nav style*/
/*
    左侧菜单
*/
.menu-left {
    position: fixed;
}

/*右侧panel*/
.slideout-menu {
    position: fixed;
    left: auto;
    padding-top: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: rgba(243, 249, 249, 0.51);
    z-index: 1020;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

    .slideout-open .slideout-menu {
        display: block;
    }

/*end of right slideout*/




/* speaker*/
#speaker-all {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/*公文文档样式*/
.doc-head {
    background-color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

    .doc-head .glyphicon {
        padding-right: 4px;
    }

.doc-foot {
    background-color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

    .doc-foot .glyphicon {
        padding-right: 4px;
    }

.page-head {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.fixed-table-container {
    padding-bottom: 50px;
    border: 1px solid #9e9e9e69;
}
/*end of 公文*/

/*sidebar style*/

.sidemenu {
    width: 13%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    background: #000c17;
}

.content-frame {
    width: 87%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
/*------*/
.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #001529;
    position: relative;
    float: left;
    height: 100%;
    color: #fff;
    width: 100%;
}

.sidemenu-L1 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sidemenu-L2 {
    width: 70%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sideitem li.active {
    background: #1890ff;
    color: #fff;
    /*border-right: solid 1px #c1c1c1;*/
}

.sideitem li {
    height: 55px;
    background: #001529;
    /*border-bottom: solid 1px #d4d4d4;*/
    border-right: solid 1px #000c17;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffffa6;
}

.sideitem .fa {
    color: #ffffffa6;
}

.sideitem .active .fa {
    color: #fff;
}

.cd-panel-header {
    /*...*/
    width: 90%;
    height: 50px;
    transition: top 0.3s 0s;
}

.nav-side-menu .brand {
    background-color: #d3d2d2;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #4f5b69;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 55px;
    cursor: pointer;
    /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul .active,
    .nav-side-menu li .active {
        /*border-left: 3px solid #000;*/
        background-color: #1890ff;
        color: #fff;
    }

    .nav-side-menu ul .sub-menu li.active,
    .nav-side-menu li .sub-menu li.active {
        color: #1890ff;
    }

        .nav-side-menu ul .sub-menu li.active a,
        .nav-side-menu li .sub-menu li.active a {
            color: #fff;
            background-color: #1890ff;
        }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
        background-color: #000c17;
        border: none;
        line-height: 35px;
        /*border-bottom: 1px solid #dddddd;*/
        margin-left: 0px;
    }

        .nav-side-menu ul .sub-menu li:hover,
        .nav-side-menu li .sub-menu li:hover {
            background-color: #1890ff;
        }
    /*.nav-side-menu ul .sub-menu li:before,
        .nav-side-menu li .sub-menu li:before {
            font-family: FontAwesome;
            content: "\f105";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
        }*/
    .nav-side-menu li a .fa-angle-right {
        padding-left: 15px;
        padding-right: 10px;
    }

.nav-side-menu li {
    padding-left: 0px;
    /*border-left: 0px solid #cacccf;
    border-bottom: 1px solid #cacccf;*/
    font-size: 14px;
}

    .nav-side-menu li a {
        text-decoration: none;
        color: #ffffffa6;
        display: block;
    }

        .nav-side-menu li a i {
            padding-left: 7px;
            width: 20px;
            padding-right: 10%;
        }

    .nav-side-menu li:hover {
        background-color: #1890ff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .nav-side-menu li a:hover {
        color: #fff;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
/*end of left side by menu*/
/*1st level menu*/

.nav-side-menu-1st {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #F5F5F5;
    position: fixed;
    height: 100%;
    width: 65px;
    color: #F5F5F5;
    z-index: 99;
    min-width: 65px;
}


    .nav-side-menu-1st .brand {
        background-color: #f5f5f5;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #cacccf;
    }

    .nav-side-menu-1st .toggle-btn {
        display: none;
    }

    .nav-side-menu-1st ul,
    .nav-side-menu-1st li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 55px;
        cursor: pointer;
    }

        .nav-side-menu-1st ul :not(collapsed) .arrow:before,
        .nav-side-menu-1st li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu-1st ul .active,
        .nav-side-menu-1st li .active {
            border-left: 3px solid #d19b3d;
            background-color: #d3d2d2;
        }

    .nav-side-menu-1st li {
        padding-left: 0px;
        border-left: 3px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }

        .nav-side-menu-1st li a {
            text-decoration: none;
            color: #4f5b69;
        }

            .nav-side-menu-1st li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu-1st li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #d3d2d2;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu-1st {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu-1st .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu-1st .menu-list .menu-content {
        display: block;
    }
}

/*end of side bar style*/


.tabs-container {
    padding-left: 5px;
}


/*列表页的砖块样式*/
.brick-list {
    list-style: none;
}

.brick-item {
    position: relative;
    z-index: 1;
    float: left;
    width: 234px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brick-item-m .figure-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 18px;
}

.brick-item a {
    cursor: pointer;
}

.brick-item-m .title, .brick-item-m .title a {
    color: #333;
}

.brick-item-m .title {
    margin: 0 10px 3px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.brick-item-m .desc {
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    color: #b0b0b0;
}

.brick-item .proxy-user {
    color: #b94a48;
}

.proxy-user a {
    color: #b94a48;
}

.brick-item img {
    padding-top: 30px;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.brick-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}


.brick-item-m-2 {
    height: 260px;
    padding: 20px 0;
}
/*end brick 列表页*/

/*table acsteplist info style  bootstrap table violet style*/
thead {
    background-color: #fafafa;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
    height: 30px;
}

.table .form-control {
    border-color: #f0f0f0;
}

.table-striped {
    background-color: #fff;
}

.table-bordered {
    border: 1px solid #fafafa;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #efefef;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f0f0f0;
}

.bootstrap-table .fixed-table-container.fixed-height .table.table-inner thead th
.bootstrap-table .fixed-table-container.fixed-height .table.innertable thead th {
    padding: 5px 10px;
    font-weight: normal;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #f0f0f0;
}

.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #d8c3db;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.bootstrap-table .page-list .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #d8c3db;
    color: #fff;
}

.bootstrap-table .page-list .btn-default {
    color: #fff;
    /*border-color: #d8c3db;
    background-color: #d8c3db;*/
}

    .bootstrap-table .page-list .btn-default:hover {
        /*background-color: #8f83a552;*/
        color: #fff;
    }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
    padding: 4px 10px;
    line-height: 1.228571429;
}




.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-y: auto;
}

    .bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-thumb {
        margin: 5px;
        background-color: #000c17;
        -webkit-border-radius: 5px;
    }

    .bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-button:start:decrement,
    .bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-button:end:increment {
        height: 10px;
        display: block;
    }

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background: #F0F0F0;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
    outline: 0;
}

.form-control:focus, .single-line:focus {
    border-color: #1890ff;
}
/*table acsteplist info style*/
.th-step-name {
    width: 20%;
}

.th-step-type {
    width: 7%;
    text-align: center;
}

.th-send-time {
    width: 13%;
    text-align: center;
}

.th-audit-outcome {
    width: 10%;
    text-align: center;
}

.th-audit-user {
    width: 10%;
    text-align: center;
}

.th-audit-time {
    width: 15%;
    text-align: center;
}

.inner-audit-table {
    border-width: 0px;
    border-style: None;
    width: 100%;
    border-collapse: collapse;
}

.in-td-outcome {
    width: 16.667%;
    text-align: center;
}

.in-td-user {
    width: 16.667%;
    text-align: center;
}

.in-td-time {
    width: 26.5%;
    text-align: center;
}

.in-td-note {
    width: 40.1%;
    padding-left: 5px;
}
/*end of table*/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.input-txt {
    border: none;
    /*border-bottom-style:solid;
    border-bottom-width:1px;*/
    width: 90%;
    padding-left: 5px;
    margin-left: 5px;
}

.input-txt-1 {
    border: none;
    /*border-bottom-style:solid;
    border-bottom-width:1px;*/
    width: 60%;
    margin-left: 5px;
}

.input-txt-fixed {
    border: none;
    /*border-bottom-style:solid;
    border-bottom-width:1px;*/
    width: 120px;
    margin-left: 5px;
    margin-right: 10%;
}



.navbarmenu {
    margin-left: 20px;
}

    .navbarmenu .navtab {
        background-color: #f2f2f2;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        /* padding-top: 5px; */
        /* margin-top: 15px; */
        height: 40px;
        min-height: 40px;
        border-top-color: #1890ff;
        border-top-width: 2px;
        border-top-style: solid;
    }

        .navbarmenu .navtab a {
            color: #1890ff;
        }

            .navbarmenu .navtab a:hover {
                color: #fff;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
            }

    .navbarmenu .hovered {
        background-color: #f2f2f24f;
        color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        /* padding-top: 5px; */
        /* margin-top: 15px; */
        /* height: 40px; */
        border-top-color: #1890ff;
        border-top-width: 2px;
        border-top-style: solid;
    }

.tab-close {
    color: #fff;
    position: fixed;
    top: 100px;
    left: 300px;
    z-index: 20;
    cursor: pointer;
    display: none;
}

.mainframe {
    border: none;
    height: 100%;
    width: 100%;
    color: #fff;
}

.navbarmenu-r {
}

.btn-primary :active {
    background-color: #1890ff;
}

.btn-primary :hover {
    background-color: #1890ff;
}
/*
.btn-default {
    color: #595e60;
    border-color: hsl(240, 4%, 95%);
    background-color: #e0e0e5;
}

    .btn-default:active {
        background-color: #1c84c6;
        color: #fff;
    }

    .btn-default:hover {
        background-color: #1c84c6;
        color: #fff;
    }
*/
.btn-default {
    background-color: #a8b0b3;
    border-color: #607D8B;
    color: #FFFFFF;
}




.wp-scrollbar {
    overflow-y: auto;
}

    .wp-scrollbar::-webkit-scrollbar {
        width: 10px;
    }

    .wp-scrollbar::-webkit-scrollbar-thumb:vertical {
        margin: 5px;
        background-color: #000c17;
        -webkit-border-radius: 5px;
    }

    .wp-scrollbar::-webkit-scrollbar-button:start:decrement,
    .wp-scrollbar::-webkit-scrollbar-button:end:increment {
        height: 5px;
        display: block;
    }

.login-gb {
    background-image: url('/Images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.login-box {
    height: 420px;
    width: 650px;
    margin: 0 15% 15% auto;
    background: #b5b2ec;
    box-shadow: 0 0 50px 0 rgb(239 228 228 / 10%);
    border-radius: 10px;
}

    .login-box .title {
        padding-top: 65px;
        text-align: center;
        font-size: 24px;
        color: #FFFFFF;
        text-align: center;
    }

    .login-box .logo {
        background: url('/Images/logo.png') no-repeat;
        background-position: center;
        background-size: contain;
        height: 127px;
        margin-top: 35px;
    }

    .login-box .desc {
        opacity: 0.68;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }

    .login-box .company {
        font-size: 10px;
        color: #FFFFFF;
        letter-spacing: 0.83px;
        text-align: center;
        margin-top: 60px;
    }

        .login-box .company a {
            color: #fff;
        }

    .login-box .right-form {
        background: #F9F9F9;
        height: 420px;
        box-shadow: 0 0 50px 0 rgba(0,0,0,0.10);
        border-radius: 0px 10px 10px 0;
    }

        .login-box .right-form .title {
            font-size: 24px;
            color: #4944a0;
            letter-spacing: 2px;
            text-align: center;
        }

        .login-box .right-form form {
            margin-top: 40px;
        }

        .login-box .right-form .lb {
            opacity: 0.4;
            font-family: PingFangSC-Medium;
            font-size: 14px;
            color: #1D1D26;
            letter-spacing: 1.4px;
            text-align: left;
        }

        .login-box .right-form .login-text {
            border: 0;
            border-bottom: 1px solid;
            border-bottom-color: rgba(36,37,42,0.40);
            background-color: #F9F9F9;
            width: 100%;
        }

        .login-box .right-form .form-group {
            margin-top: 10px;
        }





.row.small {
    margin-bottom: 3px;
}

.small .form-control {
    height: 24px;
    font-size: 12px;
    padding: 2px 5px;
}

.small .input-group.date .input-group-addon {
    height: 24px;
    font-size: 12px;
    padding: 2px 5px;
}

.small .input-group-addon {
    height: 24px;
    font-size: 12px;
    padding: 0px 5px;
}

.small .btn {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    margin-bottom: 2px;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border-bottom: 3px solid #fff;
}

    .tabs-container .nav-tabs > li.active > a.primary {
        border: #1890ff 1px solid;
        border-bottom: 3px solid #fff;
    }

    .tabs-container .nav-tabs > li.active > a.info {
        border: #24c6c8 1px solid;
        border-bottom: 3px solid #fff;
    }

    .tabs-container .nav-tabs > li.active > a.warning {
        border: #d19b3d 1px solid;
        border-bottom: 3px solid #fff;
    }

    .tabs-container .nav-tabs > li.active > a.danger {
        border: #ef0909 1px solid;
        border-bottom: 3px solid #fff;
    }

    .tabs-container .nav-tabs > li.active > a.navy {
        border: #2fb40d 1px solid;
        border-bottom: 3px solid #fff;
    }

    .tabs-container .nav-tabs > li.active > a.success {
        border: #114fce 1px solid;
        border-bottom: 3px solid #fff;
    }

.sec-title {
    font-size: 16px;
    color: #3a3a3a;
    letter-spacing: 0;
    padding: 2px;
    border-left: solid #1890ff 9px;
    padding-left: 20px;
}

.bootstrap-select {
    width: 100%;
}

.opwidth {
    min-width: 190px;
}

/*所有默认输入框的样式*/
.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

/*搜索框的样式定义*/
#top-search::-webkit-input-placeholder { /* WebKit browsers */
    color: #ddd;
}

#top-search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ddd;
}

#top-search:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ddd;
}

.btn-primary {
    background-color: #2196f3;
    border-color: #1890ff;
    color: #FFFFFF;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #1870c1;
        border-color: #1890ff;
        color: #FFFFFF;
    }

.mini .panel {
    padding: 0;
    margin: 0;
}

.mini .panel-body {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}

.top-search {
    background: #fff;
    height: 30px;
    margin: 10px 5px;
    border-radius: 7px; 
}

.fixed-table-footer .th-inner {
    font-size: 12px;
}

.small .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.45rem;
    font-weight: normal;
}

.breadcrumb small {
    color: #999;
}

.feature-group {
    padding: 0 10px;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 4px;
    top: 2px;
}

.table-inner th {
    padding: 5px;
    text-align: center;
}


.label-info, .badge-info {
    border-radius: 4px;
    padding: 5px;
}

.box-frame {
    width: 100%;
    border: 0;
}

.tabs-container .mini .panel-body {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.control-label {
    padding-left: 0;
}

.modal-header {
    padding: 10px;
}

.modal-footer {
    padding: 10px;
}

.np {
    padding: 0;
}

    .np input {
        width: 100%;
    }

.sm-label {
    float: left;
    position: relative;
    display: inline;
    padding-left: 10px;
    padding-right: 2px;
}

.db-row {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 5px;
}

.hr-mini {
    margin-top: 10px;
    margin-bottom: 5px;
}

.fin-panel {
    border: 1px solid #2196f3;
    padding: 5px;
    border-radius: 5px;
    background: #e2ecf1;
}

    .fin-panel .checked {
    }


.second-level {
}

#toolbar .second-level {
}

.main-frame {
    margin-bottom: 0px;
}

    .main-frame .panel-body {
        padding: 5px;
    }

.innerP {
    padding-right: 0;
}

.pagination-detail {
    max-height: 20px;
}

.panel .bootstrap-table .fixed-table-pagination > .pagination, .bootstrap-table .fixed-table-pagination > .pagination-detail {
    margin-top: 2px;
    margin-bottom: 2px;
}

.panel {
    margin-bottom: 5px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    line-height: initial;
}


.inner-db-tb {
    table-layout: auto;
    word-break: break-all;
}

    .inner-db-tb th {
        min-width: 100px;
    }

.pink.nav > li > a {
    font-weight: 400;
    padding: 4px 8px;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/*数据输入控件的样式*/
.qs-input {
    width: 100%;
    margin: 3px 5px;
    float: left;
}

    .qs-input .col-50 {
        width: 48%;
    }

    .qs-input .title {
        position: relative;
        float: left;
        width: 32%;
        padding-top: 0px;
        margin: 0 1%;
        padding: 0 2px;
    }

    .qs-input .content {
        position: relative;
        float: left;
        width: 64%;
        margin: 0 1%;
    }

.group-paigui {
    background: #efefef;
    padding: 4px;
    border-radius: 4px;
}

.text-auto-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.pdbottom-10 {
    margin-bottom: 10px;
}

.form-control, .single-line {
    border: 1px solid #1890ff3d
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: none;
}

a.editable-click {
    word-break: break-all;
}


.modal-content {
    border: 1px solid #000c17;
}

.modal-header {
    background: #fff;
    color: #000c17;
}

    .modal-header .close {
        color: #000c17;
    }

.lg-text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /*控制文字行数*/
    height: 40px; /*控制div的高度*/
}
small, .small {
    font-size: 95%;
}

.qs-wkfhead {
    position: fixed;
    width: 97%;
    z-index: 9999;
    padding-right: 15px;
    box-shadow: 0px 5px 5px #8080802e;
}
.qs-footer-btn {
    position: fixed;
    bottom: 3px;
    background: #fff;
    border: 1px solid #efefef;
    width: 46%;
    margin-left:27%;
    padding: 5px;
    z-index: 999;
    padding-right: 15px;
    box-shadow: rgb(128 128 128 / 50%) 0px -2px 5px 2px;
    text-align:center;

}
.qs-flat-panel .modal-lg {
    width: 96%;
}

.qs-innertable-header{

}
    .qs-innertable-header th {
        padding: 3px 5px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border: solid 1px #efefef;
    }

.bootstrap-table .fixed-table-container.fixed-height .table.qs-innertable-header thead th {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #efefef;
}
.form-inline .bootstrap-select {
    margin-bottom: 2px;
}
.small .bs-bars {
    max-width: 78%;
}

.qs-second-display {
    cursor: pointer;
    background: #2196F3;
    color: #fff;
    border: 1px solid #03A9F4;
}
.sideitem .st{
    font-size:11px;
}

.ui-widget-content {
    border: 1px solid #ddd;
    padding: 5px;
    position: fixed;
    top: 925.906px;
    left: 100px;
    display: block;
    z-index: 1000000000;
    background: #397eb5;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
}

.removed {
    background: #efefef;
    text-decoration-line: line-through;
}

.qs-container a {
    text-decoration-line: none;
}

.qs-container .header {
    text-align: center;
    margin-bottom: 40px;
}

    .qs-container .header h1 {
        font-size: 2.5rem;
        color: #2c3e50;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .qs-container .header p {
        color: #7f8c8d;
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

.qs-container .flowchart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 40px 0;
}

.qs-container .step {
    width: 160px;
    padding: 25px 15px;
    background: white;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
    border-top: 4px solid;
}

    .qs-container .step:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
    }

.qs-container .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #2c3e50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.qs-container .step h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.qs-container .step p {
    font-size: 0.9rem;
    color: #7f8c8d;
    line-height: 1.5;
}

.qs-container .step-1 {
    border-color: #3498db;
}

.qs-container .step-2 {
    border-color: #2ecc71;
}

.qs-container .step-3 {
    border-color: #f39c12;
}

.qs-container .step-4a {
    border-color: #9b59b6;
    margin: auto;
}

.qs-container .step-4b {
    border-color: #1abc9c;
    margin: auto;
    margin-top: 10%;
}

.qs-container .step-5 {
    border-color: #e74c3c;
}

.qs-container .branch-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 300px;
}

.qs-container .branch-title {
    position: absolute;
    top: -30px;
    font-weight: 600;
    color: #7f8c8d;
    background: white;
    padding: 0 10px;
    z-index: 3;
}

.qs-container .branch {
    margin-top: 5%;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
}

.qs-container .connector {
    position: absolute;
    height: 4px;
    background: #bdc3c7;
    z-index: 1;
}

.qs-container .horizontal-connector {
    top: 50%;
    transform: translateY(-50%);
}

.qs-container .vertical-connector {
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.qs-container .branch-connector {
    position: absolute;
    background: #bdc3c7;
}

.qs-container .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #bdc3c7;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.qs-container .legend {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.qs-container .legend-item {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.qs-container .legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 10px;
}

@media (max-width: 900px) {
    .qs-container .flowchart {
        flex-direction: column;
        align-items: center;
    }

    .qs-container .step {
        margin: 20px 0;
        width: 90%;
        max-width: 300px;
    }

    .qs-container .branch-container {
        width: 100%;
        margin: 20px 0;
    }

    .qs-container .connector {
        display: none;
    }
}

.el-scrollbar__bar.is-horizontal {
    height: 10px;
}