body.noscroll {
    overflow-y: hidden !important;
}

/*table{background:#333;}*/
.base-title {
    font-size: 26px;
    color: #fff;
}

.golden-table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.golden-table tbody tr td.td-break {
    font-size: 14px;
    vertical-align: middle;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    word-wrap: break-word;
    word-break: break-all;
}

.golden-table tr:hover td{background-color:#F5F5F5;}
.golden-table tr{background: #fff;}
/*.golden-table {background-color: #fff;}*/

.golden-table tbody tr.tr-trashed {
    color: #bbb;
    /*background-color: #fff3e4;*/
}

.golden-table tbody tr.tr-trashed button, .golden-table tbody tr.tr-trashed a {
    color: initial;
}

.golden-img {
    max-height: 180px;
    overflow: hidden;
    margin: 5px 0;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.logo-img {
    max-width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
}

.golden_captcha {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

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

.form-control-static {
    font-size: 14px;
}

.dataTables_info {
    float: right;
    margin-right: 10px;
}

.dataTables_paginate  {
    float: right;
}

.page_info {
    height: 28px;
    line-height: 28px;
}

.color_primary {
    color: #1ab394;
}

.color_success {
    color: #1c84c6;
}

.color_info {
    color: #23c6c8;
}

.color_warning {
    color: #f8ac59;
}

.color_danger {
    color: #ed5565;
}

.daterangepicker .ranges .input-mini {
    width: 84px;
}

.daterangepicker .ranges {
    width: 180px;
}

.mfp-bg {
    z-index: 3001;
}

.mfp-wrap {
    z-index: 3002;
}

.mfp-content {
    z-index: 3003;
}

.topr-tri {
    position: relative;
}

.topr-tri:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #c1c1c1;
}

td.details-control {
    background: url(../img/details_open.png) no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url(../img/details_close.png) no-repeat center center;
}

textarea {
    resize: none;
}

.ibox-content .form-group label > em {
    color: red;
    font-style: normal;
    font-size: 12px;
}

.table-log {
    height: 600px;
    overflow-y: auto;
}

.p-b-n {
    padding-bottom: 0;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.border-none {
    border: 0 !important;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.golden-table .m-b-none {
    margin-bottom: 0;
}

.wrapper-content {
    padding: 5px 0;
}

.ibox-title h5.new-h5 {
    margin: 5px 0 0;
}

/* 还原 style.css 覆盖的 bootstrap 样式 */
.nav.nav-pills > li.active {
    border-left: inherit;
    background: inherit;
}

.nav.nav-pills > li > a {
    padding: 10px 15px;
}

.service_list {
    margin-bottom: 0;
    padding-left: 0;
}

.service_list li {
    display: inline-block;
    margin-left: 10px;
}

.service_list li:first-child {
    margin-left: 0;
}

.e_capsule {
    margin-right: 5px;
    padding: 0 5px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background-color: #fafafa;
}

.e_capsule:last-child {
    margin-right: 0;
}

.t_stat .ibox-content h1 {
    font-weight: 600;
    font-size: 34px;
}

.t_stat .ibox-title h5 {
    font-weight: 400;
    font-size: 20px;
}

.tooltip {
    font-family: inherit;
}

.form-group .select2-container.select2-container--default {
    height: 34px;
}

.form-group select[multiple]~.select2-container.select2-container--default {
    height: auto;
}

.fieldset-raw {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

.follow-copy {
    cursor: pointer;
    color: #5589f1;
}

.detail-item {
    display: inline-block;
    margin:  0 0 10px 5px;
}

.detail-item:first-child {
    margin-left: 0;
}

.detail-item label {
    margin-bottom: 0;
}

.full-img {
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 1000px) {
    .headcol1 {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        background-color: white;
    }
    .headcol2 {
        position: sticky;
        position: -webkit-sticky;
        left: 150px;
        background-color: white;
    }
    .headcol3 {
        position: sticky;
        position: -webkit-sticky;
        left: 290px;
        background-color: white;
    }
    .headcol4 {
        position: sticky;
        position: -webkit-sticky;
        left: 430px;
        background-color: white;
    }

    .oaheadcol1 {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        background-color: white;
        border: 1px solid silver;
    }
    .oaheadcol2 {
        position: sticky;
        position: -webkit-sticky;
        left: 167px;
        background-color: white;
        border: 1px solid silver;
    }
    .oaheadcol3 {
        position: sticky;
        position: -webkit-sticky;
        left: 308px;
        background-color: white;
        border: 1px solid silver;
    }
    .oaheadcol4 {
        position: sticky;
        position: -webkit-sticky;
        left: 449px;
        background-color: white;
        border: 1px solid silver;
    }

    .oaheadcol1-w {
        width: 150px;
    }

    .headcol1-w {
        width: 134px;
    }

    .headcol2-w {
        width: 124px;
    }

    .headcol3-w {
        width: 124px;
    }
}

.highlight_level {
    /* border: 3px solid #ff5f5f; */
    color: #ff5f5f;
    font-weight: bold !important;
}

.highlight_level label {
    font-weight: bold !important;
}

.plan_backgcolor {
    background-color: aliceblue;
}

.comm_backgcolor {
    background-color: honeydew;
}
