/* BREADCRUMBS */

div.breadcrumbs {
    background: white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x;
    padding: 2px 8px 3px 8px;
    font-size: 11px;
    color: #999;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    text-align: left;
}


/* 通用标签框 */
.vb-tabs-format .nav-tabs {
    background: none repeat scroll 0 0 #d3d3d3;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 7px 7px 0 0;
}

.vb-tabs-format .tab-content {
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.vb-tabs-format .nav-tabs > li > a {
    color: #666;
}

.vb-tabs-format .nav-tabs > li {
    width: 116px;
    height: 40px;
    text-align: center;
}

.vb-tabs-format .nav-tabs > li.sm {
    width: 116px;
}

.vb-tabs-format .nav-tabs > li.mid {
    width: 130px;
}

.vb-tabs-format .nav-tabs > li > a:hover,
.vb-tabs-format .nav-tabs > li.active > a,
.vb-tabs-format .nav-tabs > li.active > a:hover,
.vb-tabs-format .nav-tabs > li.active > a:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 6px 6px 0 0;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    width: 100%;
    min-width: 760px;
    padding: 0;
}

#content {
    margin: 10px 15px;
}

#header {
    width: 100%;
}

#content-main {
    float: left;
    width: 100%;
}

#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: -19em;
}

#footer {
    clear: both;
    padding: 10px;
}

/*产品页面*/
.input_no_border {
    border:none;
}


/*site.css*/

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

td {
    text-align: right;
}

.container-1 {
    padding-left: 30px;
    padding-right: 48px;
}

#main_view {
    margin-top: 103px;
    min-height: 700px;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb2 {
    margin-bottom: 2px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.pl0 {
    padding-left: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.ns {
    box-shadow: none;
}

/* tree begin */
.tree li {
    margin: 0 0;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

.tree li::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 1px solid #ccc;
    bottom: 50px;
}

.tree li::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 1px solid #ccc;
}

.tree li a, .tree-item {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*Remove connectors before root*/
.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}

/*Remove connectors after last child*/
.tree li:last-child::before {
    height: 30px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover + ul li a, .tree li a:hover + ul li .tree-item {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

.tree li.line a.item-title,
.item-title {
    font-size: 16px;
}

/* tree end */

/* login */
.form-signin, .form-signup {
    max-width: 400px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signup input[type="text"],
.form-signup input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/* login end */

.navbar .brand {
    margin-left: 0;
}

.roundedCorners {
    border: 1px solid #E3E3E3;

    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 10px;
}

.modal-header {
    cursor: pointer;
    background-color: #ddd;
    font-size: 18px;
    font-weight: 600;
}

.modal-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-dialog .modal-body {
    overflow-y: auto;
}

.modal-large, .modal-lg {
    width: 90%;
    overflow-y: hidden;
    margin-left: 5%;
    /*height: 80%;*/
}

.modal-large .modal-dialog,
.modal-lg .modal-dialog {
    width: 100%;
}

.modal-medium, .modal-md {
    width: 60%;
    margin-left: -30%;
    /*height: 80%;*/
}

.modal-small, .modal-sm {
    width: 40%;
    margin-left: -20%;
    /*height: 80%;*/
}

@media (max-width: 600px) {
    .modal-large {
        width: 90%;
        height: 400px;
        min-height: 400px;
        overflow-y: hidden;
    }

    .modal-medium {
        width: 60%;
        margin-left: -30%;
        /*height: 80%;*/
    }
}

.modal-body {
    max-height: 500px;
}

.modal-body textarea {
    width: 100%;
    /*height: 480px;*/
}

.date {
    width: 80px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

th {
    text-align: center;
    vertical-align: middle;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.sum_price {
    float: right;
    font-size: 26px;
    font-weight: 600;
    padding: 15px;
}

.qty {
    width: 64px;
    margin: 0 !important;
}

.price {
    width: 54px;
    margin: 0 !important;
}

.day {
    width: 150px;
    margin: 0 !important;
}

.s12 {
    font-size: 12px;
}

.s12 input[type="text"] {
    font-size: 12px;
}

.s13 {
    font-size: 13px;
}

.s13 input[type="text"] {
    font-size: 13px;
}

.tab-fix {

}

.tab-fix th {

}

.tab-fix td {
    vertical-align: middle !important;
}

.order-items, .purchase-items {
    overflow-y: auto;
}

.order-items {
    height: 300px;
}

.purchase-items {
    height: 320px;
}

.order-items form.editable-wrap,
.purchase-items form.editable-wrap {
    white-space: normal;
}

.modal-content {
    border-radius: 0;
}

.modal-footer {
    margin-top: 0;
}

.ui-match {
    background: yellow;
}

.ng-table {
    border: 1px solid #000;
}

.tips {
    position: absolute;
    right: 0;
    z-index: 100;
    padding: 19px;
}

.tips .dl-horizontal dt {
    width: 80px;
}

.tips .dl-horizontal dd {
    margin-left: 90px;
}

select.form-control {
    padding: 6px;
}

.tree > ul {
    padding-left: 0;
}

.bg_g {
    background: none repeat scroll 0 0 #98FB98;
}

.bg_r {
    background: none repeat scroll 0 0 #FFB6C1;
}

.popover {
    max-width: none;
}

.popover-content .dl-horizontal dt {
    width: 80px;
}

.popover-content .dl-horizontal dd {
    margin-left: 90px;
}

.box {
    background: #F5F5F5;
}

.modal-content {
    /*box-shadow: 10px 10px 5px #888888;*/
}

.modal-dialog {
    margin: 60px auto;
}

.h-max {
    height: 480px;
}

/*
.fa-check-square, .fa-check {
    color: green;
}

.fa-trash-o,
.fa-minus-square, .fa-times,
.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
    color: #e04993;
}
*/
.show-info {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p {
    cursor: pointer;
}

.vm {
    vertical-align: middle !important;
}

.ba1 {
    border: 1px solid #1f1f1f;
}

.bt1 {
    border-top: 1px solid #1f1f1f;
}

.bl1 {
    border-left: 1px solid #1f1f1f;
}

.br1 {
    border-right: 1px solid #1f1f1f;
}

.bb1 {
    border-bottom: 1px solid #1f1f1f;
}

.il {
    display: inline;
}

.min-h3 {
    min-height: 300px
}

th.tablesort-sortable {
    -moz-user-select: text;
}

.summary_top {
    min-height: 440px
}

/*************  用户中心下拉菜单  *******************************/
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: 20px;
}

.navbar-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-content {
    width: 430px;
    padding: 15px;
}

.navbar-content:before, .navbar-content:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
}

.navbar-footer {
    background-color: #DDD;
}

.navbar-footer-content {
    padding: 3px 10px;
}

.dropdown-menu {
    padding: 0;
    overflow: hidden;
}

/******************************************/
/********** file upload *******************/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*********************************************/
.ellipsis {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.ellipsis:after {
    content: '...';
}

.doc {
    height: 460px;
}

.pagination li {
    display: inline;
}

.avatar {
    height: 121px;
    width: 121px;
    margin: 0 auto;
}

/* stats */
.max-h-stats {
    max-height: 610px;
    overflow-y: scroll;
}

form[name=login_form] .checkbox {
    padding-left: 0;
}

/* 修正弹出窗口时,屏幕晃动一下的问题 */
html, .modal, .modal.in, .modal-backdrop.in {
    overflow-y: auto;
}

.none {
    color: #666;
    font-style: italic;
}

.index-info {
    min-height: 578px;
}

.select2-results .select2-highlighted {
    color: #000;
}

.detail-info {
    border-bottom: 1px solid #ddd;
}

.approve {
    background: #f1ffea;
}

.deny {
    background: #FFF1F1;
}

.profile .panel-body {
    min-height: 350px;
}

.config hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav.navbar-nav ul.dropdown-menu > li > p {
    margin-bottom: 0;
    padding: 5px 10px 0;
    color: #aaa;
    /*min-width: 295px;*/
}

.complex.dropdown-menu > li {
    padding-left: 4px;
}

.complex.dropdown-menu > li > a {
    display: inline-block;
}

.tooltip-inner {
    width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    word-break:break-all;
}

dl.indent dd {
    padding-left: 1.5em;
}

dl.indent dd ul {
    padding-left: 1.1em;
}

.import-vb .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Slider */
slider {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 100%;
    margin: 20px 5px 25px 5px;
    vertical-align: middle;
}

slider span {
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}

slider span.base {
    height: 100%;
    padding: 0;
}

slider span.bar {
    height: 100%;
    z-index: 0;
    background: #b1c2c6;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #E3E3E3;
}

slider span.bar.selection {
    width: 0%;
    z-index: 1;
    background: #F5F5F5;
}

slider span.pointer {
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: -5px;
    background-color: #2c3e50;
    border: 1px solid #000;
    z-index: 2;
    border-radius: 5px;
}

slider span.pointer:after {
    content: '';
    background-color: #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: 11px;
    border-radius: 5px;
}

slider span.pointer:hover:after {
    background-color: #fff;
}

slider span.pointer.active:after {
    background-color: #FF5C17;
}

slider span.bubble {
    cursor: default;
    top: -25px;
    padding: 7px 3px 1px 3px;
    font-size: 9px;
    font-family: "Lato";
}

slider span.bubble.selection {
    top: 23px;
}

slider span.bubble.limit {
    color: #94aab0;
}

/* Slider end */

.btn {
    border-radius: 4px;
}

.login {
    margin: 0 auto;
    width: 350px;
}

.item .tab-content {
    min-height: 200px;
    border: 1px solid #ddd;
    border-top-width: 0;
    margin-top: -1px;
    padding: 15px;
    margin-bottom: 20px;
}

/*Upload*/
.btn-upload {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.btn-upload input[type="file"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-upload input[type="file"].xs {
    height: 22px;
}

.job-config .tree-item span {
    display: inline-block;
}

.job-config .tree-item input[name="name"] {
    width: 200px;
}

.job-config .tree-item input[name="comment"] {
    width: 200px;
}

.job-config .tree-item .link-default a {
    border: 0 none;
    border-radius: 0;
    color: #2fa4e7;
    display: inline;
    padding: 5px;
}

.h-auto {
    max-height: none;
}

/*BEGIN Tracking*/
@-webkit-keyframes trackingAnim {
    /* Chrome, Safari, Opera */
    from {
        background-color: #999
    }
    to {
        background-color: #5bc0de
    }
}

@keyframes trackingAnim {
    /* Standard syntax */
    from {
        background-color: #999
    }
    to {
        background-color: #5bc0de
    }
}

.tracking-prog-anim {
    -webkit-animation: trackingAnim 1s infinite;
    -moz-animation: trackingAnim 1s infinite;
    animation: trackingAnim 1s infinite;
}

.label-not-need {
    background-color: #e6e6e6;
}

/*END Tracking*/
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.job-abnormal .table tr td:first-child {
    width: 50%;
    text-align: right;
}

.job-abnormal .table tbody tr td {
    vertical-align: middle;
}

.job-abnormal .step {
    width: 150px;
}

.job-abnormal .user {
    min-width: 100px;
}

/* job config dropdown fix  */
.tree .dropdown-menu > li {
    padding: 0 10px;
}

.tree .dropdown-menu > li:first-child {
    margin-top: 10px;
}

.tree .dropdown-menu > li:last-child {
    margin-bottom: 10px;
}

.tree .dropdown-menu > li:before {
    border: 0;
}

.tree .dropdown-menu > li:after {
    border: 0;
}

.tree .dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
}

/* job config dropdown fix end */

.stock-sheet > .panel > .panel-body {
    min-height: 400px;
}

.code {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
}

.field-label {
    font-weight: 700;
    text-align: right;
    vertical-align: middle !important;
}

.field-value {
    text-align: left;
    vertical-align: middle !important;
}

code{
    color: #5B54B4;
}

/** 时间input输入框的宽度**/
.time-input{
   width: 100px;
}

/** 大的输入框的宽度 **/
.input-long{
    width: 200px;
}

/*短input输入框的宽度*/

.input-short{
    width: 50px;
}
.input-middle{
    width: 150px;
}
/** 输入框输入错误的样式**/
.error{
    border-color: red;
    color:red;
}

/* project_sort_value扩展autocomplete-alt的inout的宽度*/
#project_sort_value {
    width: 150px;
}


/*高亮显示自动提示内容*/
.highlight{
    color: red;
}
/*排序的样式，*/
.asc{
    top:-3px;
}
.desc{
    top: 6px;
    left:-18px;
}
.table-fix{
    position: fixed;
    background-color: #ccc;
    z-index: 1;
    top: 320px;
}
.table-input-fix{
    background-color: #ccc;
}

/*载体实验增加的fusion*/
.addfusion{
    width: 392px;
    float: left;
}

/*项目的优先级别*/
.red{
    color: red;
    /*border: 3px solid red;*/
    /*background: red;*/
}
.green{
    color: green;
    /*border: 3px solid green;*/
    /*background: green;*/
}
.orange{
    color: orange;
    /*border: 3px solid orange;*/
    /*background: orange;*/
}
/*項目狀態*/
.waitstart{
    color: blue;
    border: 3px solid blue;
    background: #308080;;
}
.suspend{
    color: orange;
    border: 3px solid orange;
    background: #DDC9A5;
}
.start{
    color: green;
    /*border: 3px solid green;*/
    /*background: #97DD97;;*/
}
.end{
    border: 3px solid red;
    background: #F7A1B5;
}

.finished{
    /*border:3px solid #bbb;*/
    /*background: #999966 ;*/
    color: #999966;
}

.update{
    color: #364881;
    border: 3px solid #394980;
    background: #89c2dd;
}
.back{
    color: #ffaf21;
    /*border: 3px solid #ffdc90;*/
    /*background: #f7ff12;*/
}

/*区分总表数据来源*/
.waitstart1{
    color: blue;
    /*border: 1px solid blue;*/
    background: #308080;;
}
.suspend1{
    color: orange;
    /*border: 1px solid orange;*/
    background: #DDC9A5;
}
.start1{
    color: green;
    /*border: 1px solid green;*/
    background: #97DD97;;
}
.end1{
    /*border: 1px solid red;*/
    background: #F7A1B5;
}

.finished1{
    /*border:1px solid #bbb;*/
    background: #999966 ;
    color: #eee;
}

.update1{
    color: #364881;
    /*border: 1px solid #394980;*/
    background: #89c2dd;
}
.back1{
    color: #ffaf21;
    border: 1px solid #ffdc90;
    background: #f7ff12;
}
.bordertd{
    /*border: 1px solid;*/
}
/*所有记录框的高度弄成一样的*/
.record-height{
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px;
}

.basic-info p{
    margin: 0;
    /*width: 100px;*/
}

.panel-heading {
    cursor: pointer;
}

.panel-success .panel-title {
    color: inherit;
}

.panel-warning .panel-title {
    color: inherit;
}
.add-column{
    border-right: 1px solid #ddd;
}

.choose{
    border: 2px solid green;
}

/* js动态增列css */

.span_title_left{
    float:left;
    padding-left:35px;

}
.span_title_mid{
    left: 75px;
    float: left;
    position: relative;
}
.span_title_right{
    left: 165px;
    float: left;
    position: relative;
}

.column-td{
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: bottom;
}

/*出生日期多兰*/
.birth_fir {
    background: rgba(111, 173, 127, 0.35);
}
.birth_sec {
    background: rgba(216, 190, 0, 0.31);
}
.birth_third {
    background: rgba(202, 97, 23, 0.27);
}

/*补充协议用的颜色*/
.supp{
    color:rgba(168, 168, 46, 0.82)
}

/*高级搜索的样式*/
.pm-search {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 710px;
    margin: 2px 0 0;
    list-style: outside none none;
    font-size: 14px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

.ordercss{
    text-align: center;
}

.ordercss>div{
    float: left;
}

.ordercss i{
    cursor: pointer;
}

.paddinput{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.selectcss{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /*padding-top: 3px;*/
    /*padding-bottom: 3px;*/
}

.selectcss:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}



.divarea{
    position: relative;
    float: left;
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
}



.tabcss>thead{
    display: block;
}

.tabcss>tbody{
    display: block;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tabcss>thead>tr th > div{
    /*width: 130px;*/
}

.tabcss>tbody tr td > div{
    /*width: 130px;*/
}

.big-row{
    width: 2800px;
}

.big-row>div{
    width: 5.5%;
    min-height: 20px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.other-row>div{
    width: 7.5%;
    height: 20px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.fusion-row>div{
    width: 20%;
    min-height: 20px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}




/*树形结构*/
/*.tree li {*/
  /*cursor: pointer;*/
  /*padding-left: 1.3em;*/
/*}*/

/*.tree ul {*/
  /*list-style: none;*/
  /*padding-left: 0;*/
/*}*/

/**
下拉框是是的时候的样式
*/
.yes{
    width: 80px;
}

/**
下拉框是否的时候的样式
*/
.no{
    width: 180px;
}

/**
总表中的汇总字段word-break
*/
.summary-break{
    word-break:break-all;
}


.summary_style1 {
    background: rgba(254,67, 101, 0.35);
}
.summary_style2 {
    background: rgba(252, 157,154, 0.31);
}
.summary_style3 {
    background: rgba(249, 205, 173, 0.28);
}
.summary_style4 {
    background: rgba(200, 200, 169, 0.35);
}
.summary_style5 {
    background: rgba(131, 175, 155, 0.35);
}
.summary_style6 {
    background: rgba(255,245, 67, 0.33);
}
.summary_style7 {
    background: rgba(188, 80, 45, 0.35);
}
.summary_style8 {
    background: rgba(157, 89, 33, 0.27);
}



.summary_style9 {
    background: rgba(87, 235, 13, 0.28);
}
.summary_style10 {
    background: rgba(54, 66, 21, 0.30);
}
.summary_style11 {
    background: rgba(197, 78, 56, 0.29);
}
.summary_style12 {
    background: rgba(35, 215, 94, 0.35);
}

.word-style{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.check-css{
    text-align: center;
}

.check-css button{
    border-color:#CC0033;
    border-width: 3px;
    box-shadow: 0 0 10px rgba(204, 0, 0, .5);
}

.supple_border{
    margin-bottom: 2px;
    margin-top: 2px;
    border-bottom: 1px solid #0066CC;

}

.erp-load-css{
     position: relative;
     display: inline-block;
     vertical-align: middle;
}

.erp-load-css>button{
    padding: 1px 7px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.erp-load-css>ul{
    padding: 0px;
    width: 400px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px #d1d1d1;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    margin: 1px 0px 0px 0px;
    max-height: 500px;
}

.erp-load-css>ul>li{
    list-style: none;

    padding: 0px 6px;
    text-align: left;
}
.erp-load-css>ul>li ul{
    padding-left: 8px;
    max-height: 225px;
    overflow:auto;
}
.erp-load-css>ul>li ul li{
    list-style: none;
    height: 25px;
    cursor:pointer;
    line-height: 25px;
    word-break: keep-all;
    white-space: nowrap;

}
.erp-load-css>ul>li ul li:hover{
    background-color: #f2f2f2;
}

.div-btn{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(68,68,68,.7);
    position: fixed;
    /*bottom: 0;*/
}

.div-btn #btns{
    width: 70%;
    margin: auto;
}

.priority1{
    background-color: #f2dede;
}

.priority2{
    background-color: #fcf8e3;
}

.priority3{
    background-color: #d9edf7;
}

.pdftable tr{
    page-break-inside: avoid

}

.tree-css{
  padding-left: 40px;
}

.tree-css .tree-search{
 position: relative;
 display: table;
}

.tree-css .tree-search .tree-select{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}

.tree-css .tree-search .tree-select>span{
  padding: 6px 4px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  position: relative;
  float: left;
  line-height: 14px;
  cursor:pointer;
  border-radius: 4px 0 0 4px ;
}
.tree-css .tree-search .tree-select>span:hover{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.tree-css .tree-search .tree-select>ul{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 200px;
    max-height: 300px;
    overflow:auto;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tree-css .tree-search .treecheck{
    float: left;
    border: 1px solid #ccc;
    border-left: none;
    height: 28px;
}
.tree-css .tree-search .treecheck label{
    padding: 0px 2px;
    font-size: 8px;
    font-weight: normal;
}


.tree-css .tree-search .tree-select>ul li{
  padding-left: 8px;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}
.tree-css .tree-search .tree-select>ul li:hover{
  background-color: #eee;
}

.tree-css .tree-search input[type="text"]{
  display: table-cell;
  height: 28px;
  border-width: 1px 1px 1px 0px;
  border-color: #ccc;
  border-style: solid;
  padding-left: 3px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border-radius:0 4px 4px 0;
  width: 300px;
  padding-right: 28px;
}

.tree-css .tree-search input[type="text"]:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.tree-css .tree-search .inner-search{
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor:pointer;
  color: #FF9900;
  border-radius:0 4px 4px 0;
}

.tree-css .tree-search .inner-search:hover{
  background: linear-gradient(135deg, #f0f0f0 0%,#CC99CC 100%);
}

.tree-css .tree-search .left-refresh{
  position: absolute;
  top: 1px;
  right: 27px;
  z-index: 2;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor:pointer;
  color: #fff;
  background: linear-gradient(45deg, #CCCCFF 0%,#f0f0f0 100%);
  display: block;
  visibility:hidden;
}

.tree-css .tree-search .left-refresh:hover{
  visibility:visible;
}

.tree-css>ul{
  width:1200px;
  overflow:auto;
}

.tabcenter>thead>tr>th:nth-child(1)
{
    width: 7%;
}

.tabcenter>thead>tr>th:nth-child(2)
{
    width: 16%;
}

.tabcenter>thead>tr>th:nth-child(3)
{
    width: 4%;
}

.tabcenter>thead>tr>th:nth-child(4)
{
    width: 35%;
}
.tabcenter>thead>tr>th:nth-child(5)
{
    width: 13%;
}

.tabcenter>thead>tr>th:nth-child(6)
{
    width: 25%;
}

.tabcenter>tbody>tr>td{
    text-align: center;
}

.tabcenter>tbody>tr>td textarea{
  resize: vertical;
}

.div-btn{
    width: 100%;
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: rgba(68,68,68,.7);
    position: fixed;
    /*bottom: 0;*/
}

.div-btn #btns{
    width: 70%;
    margin: auto;
}

.div-btn #note{
    height: 25px;
    background-color: #eee;
    text-align: center;
    /* vertical-align: middle; */
    line-height: 25px;
    width: auto;
    float: right;
    margin-right: 30px;
    margin-top: 0px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.kpi-search{
    width: 97%;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 4px;
}

.kpi-search:after {
    content: "按日期查询";
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;

}

.kpi-search>div{
    width: 40%;
}
.titleslag {
        padding: 5px;
        background:#ff6707;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        color:white;
        width:20%;
        text-align: center;
        font-weight: bold
    }
    .fix-title {
        width: 120px;
        position: fixed;
        right: 0px;
    }
    .fix-title ul{
       list-style: none;
        margin: 0;
        padding:0;
    }
    .fix-title ul li {
        width: 100%;
        height: 25px;
        line-height: 25px;
        background: #2fa4e7;
        text-align: center;
        color:white;
        border-radius: 5px;
        margin-top: 2px;
        font-size: 12px;
        cursor: pointer;
    }
    .returntop {
        text-align: center;
        width:130px;
        bottom: 10px;
        position:fixed;
        left:10px;
        cursor: pointer;
        text-align: left;
    }