/******************************* add by cc **************************************/
.col-center .col {
    float: none!important;
    margin: auto!important;
}

.th-sort {
    cursor: pointer;
}

    .th-sort img {
        display: none;
    }

    .th-sort.active img {
        display: inline;
    }

#content {
    padding-bottom: 0px;
}

.tooltip-inner {
    padding: 5px 10px 1px 10px!important;
}

.bootstrapWizard li .step,
.bootstrapWizard li .title {
    z-index: 1!important;
}

.input-date-cn {
    padding-left: 5px!important;
    padding-right: 5px!important;
    width: 120px!important;
}
/*.unread {
    font-weight: bold;
}

    .unread a {
        color: #333;
    }*/
.unread {
    position: relative;
}

    .unread::before {
        content: "\f129";
        border: 3px solid red; /*设置红色*/
        border-radius: 3px; /*设置圆角*/
        position: absolute;
        z-index: 1000;
        left: 0%;
        margin-left: -2px;
        margin-top: 5px;
    }

.read, .read:active {
    color: #a75656;
}

.dropdown-menu .checkbox {
    margin-left: 15px;
}

    .dropdown-menu .checkbox i {
        left: 12px;
    }

.btn-advanced {
    float: right;
    padding-top: 3px;
    padding-right: 7px;
}

.no-padding .btn-advanced {
    padding-right: 0px;
}

.btn-advanced .btn-group > .btn + .dropdown-toggle {
    padding-left: 4px;
    padding-right: 4px;
}

.link-new {
    border-radius: 5px;
}

    .link-new .icon {
        font-size: 50px;
        background: #a90329;
        color: #ffffff;
        line-height: 80px;
        border-radius: 40px;
        margin: 10px 15px;
        width: 80px;
    }

    .link-new:hover .icon {
        background: #81021f;
        color: #eeeeee;
    }

    .link-new .text {
        font-size: 18px;
        font-weight: bold;
    }
/************************ 通用样式 *****************************/
.modal-body {
    padding: 0px!important;
}

fieldset.round {
    -webkit-border-radius: 5px!important;
    border: 1px solid #dddddd!important;
    margin-bottom: 20px;
}

    fieldset.round legend {
        width: auto;
        border: 0px!important;
        padding: 0px 5px!important;
    }

.tooltip.fade.in {
    opacity: 1!important;
}

.select-doc {
    float: left;
    width: 300px!important;
    margin-bottom: 8px;
}

    .select-doc section {
        margin-bottom: 7px;
    }

    .select-doc .doc-name {
        padding-left: 5px;
        color: #DF113A!important;
    }

.inline-group .checkbox {
    float: left;
    /*margin: 7px 10px 0px 0px;*/
    position: relative;
}

.widget-body-toolbar .inline-group .checkbox {
    margin: 7px 10px 0px 0px!important;
}

.ico-color-view {
    color: #739e73!important;
}

.fullscreen_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #333;
    /*filter: Alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;*/
    text-align: center;
}

    .fullscreen_layer .fs_close {
        font-size: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        cursor: pointer;
    }

        .fullscreen_layer .fs_close:hover {
            color: #ECA8C3;
        }

.fs_object {
    margin: 0px 50px;
    padding: 0px;
    height: 100%;
}

    .fs_object iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

.input-group-btn select.btn {
    height: 32px;
    padding: 0px;
}

.key-word {
    letter-spacing: 4.3px;
}

.inner-row {
    margin-left: -11px;
}

table {
    width: 100%;
}

.table th, .table td {
    vertical-align: middle!important;
}

/**保证日历层显示在最上面**/
.ui-datepicker {
    z-index: 10000!important;
}

.btn-big200 {
    padding: 40px 50px;
    font-size: 20px;
    margin-right: 13px;
}

.table-icon {
    font-size: 18px;
    cursor: pointer;
}

.text-right:not(section) {
    padding: 3px 0px;
}

.modal-body .smart-form section {
    margin-bottom: 10px;
}

.btn-group .dropdown-menu {
    text-align: left!important;
    min-width: 120px!important;
}

.summary {
    min-height: 30px;
    padding: 10px;
    border-radius: 2px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    margin: 5px 3px;
    /*font-size: 13px;*/
    /*warning*/
}

    .summary .title {
        /*letter-spacing: -1px; 字符间隔*/
        margin: 0px;
        margin-bottom: 10px;
        font-size: 18px;
    }

.cc-ui-tabs-panel {
    padding-top: 13px!important;
    padding-bottom: 0px!important;
    margin-bottom: 13px!important;
}

.filter-box {
    min-height: 30px;
    padding: 10px;
    border-radius: 2px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    margin: 5px 0px;
    /*font-size: 13px;*/
    /*warning*/
}

.success {
    border-color: #8ac38b;
    color: #356635;
    background: #cde0c4;
}

.info {
    background: #d6dde7;
    border-color: #9cb4c5;
    color: #346597;
}

.warning {
    border-color: #dfb56c;
    /*color: #826430;*/
    background: #efe1b3;
}

.mark {
    color: #356635;
    background: #f1a746;
}

.danger {
    border-color: #953b39;
    color: #fff;
    background: #c26565;
    text-shadow: none;
}

header a {
    color: white;
}

.btn.btn-search {
    margin-right: 13px;
}

.dataTable th {
    text-align: center;
    vertical-align: middle;
}

.blue {
    color: #0091d9!important;
}

.green {
    color: #21DF11!important;
}

.orange {
    color: #DF5311!important;
}

.red {
    color: #DF113A!important;
}

.error {
    color: red!important;
}

.action-aging {
    font-size: 10px;
    font-weight: bold;
    color: #DF113A!important;
}

.fast-edit {
    min-width: 100px;
    min-height: 10px;
}

    .fast-edit .fa-pencil {
        color: #3276b1;
        /*display: none;*/
    }

    .fast-edit:hover .fa-pencil {
        /*display: inline-block;*/
    }

    .fast-edit .fa-save {
        color: #3B6B96;
    }

    .fast-edit .fa-times {
        color: #E74343;
    }

    .input .fast-edit .fa-save,
    .fast-edit .textarea .fa-save {
        right: 35px;
    }

    .input .fast-edit input,
    .fast-edit .textarea textarea {
        padding-right: 65px;
    }

td .fast-edit {
    position: relative;
}

    /*td .fast-edit i:not(.fa-pencil)
    {
        display: none;
    }

    td .fast-edit:hover i:not(.fa-pencil)
    {
        display: block;
    }*/

    td .fast-edit .icon-append {
        border: 0px;
        top: 0;
        width: 16px;
    }

    td .fast-edit .fa-save {
        right: 20px;
    }

    td .fast-edit input {
        padding-right: 5px;
    }

.cc-bg-color-orange {
    background-color: #EBAB16!important;
}

.cc-border-orange {
    border-color: #EBAB16!important;
}

.cc-border-red {
    border-color: #C46A69!important;
}

.cc-bg-color-blue {
    background-color: blue!important;
}

.upload-file button {
    float: left;
}

.upload-ico {
    color: #3276b1!important;
    font-size: 14px;
}

.cc-bg-color-red {
    background-color: #C46A69!important;
}

.cc-bg-color-green {
    background-color: #3CB33C!important;
}

.tree .label {
    display: inline-block;
    line-height: 28px;
    margin-bottom: 0px;
}

.widget-body-toolbar label input[type=checkbox].checkbox + span:before {
    margin-top: -2px;
}

.y-scroll {
    overflow-y: auto!important;
    max-height: calc(100vh - 200px);
}

.margin0 {
    margin: 0px;
}
.margin-t10 {
    margin-top: 10px;
}
.modal-body .row {
    margin: 0px;
}

.modal-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 10px;
}

    .modal-scroll .table {
        margin-bottom: 0px;
    }

a, a:hover, a:active {
    cursor: pointer;
}

.inputEn {
    ime-mode: disabled; /* auto | active | inactive | disabled*/
}

.popup-fa-list {
    padding: 7px 8px;
    height: 400px;
    overflow-y: auto;
}

.col_edit .fade.in {
    text-align: center;
    opacity: 1!important;
    background-color: transparent;
}

.col_edit .tooltip-inner {
    text-align: left;
}

.fa-node {
    font-size: 13px;
    color: #0091d9;
    border: solid 1px #fff;
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
}

    .fa-node:hover {
        background-color: #eee;
    }

.popup-fa-list a.got {
    border: solid 1px #0091d9;
    background-color: #eee;
}

/*个人单寸照片 靠右，宽150*/
.inch-photo {
    position: absolute;
}

    .inch-photo .superbox-list {
        width: 150px;
    }

.margin-center {
    margin: 0 auto!important;
}

.widget-body-toolbar.pager {
    margin: -8px -13px 13px;
    text-align: left;
}

.pager {
    text-align: left;
}

    .pager .c {
        color: #1180b9;
    }

    .pager .r {
        float: right;
    }

        .pager .r input {
            border: 1px #ccc solid;
            width: 25px;
            text-align: center;
        }

        .pager .r .go {
            background: #1686bf;
            color: #fff;
            padding: 3px;
        }

        .pager .r a {
            cursor: pointer;
        }

/**************************** 查询页面表格固定宽度 居中*********************************/
.widget-body-toolbar.pager {
    border-top: 1px solid #ccc;
    border-bottom: 0px;
    padding-top: 13px;
    text-align: left;
    margin: 0px -13px!important;
}
/*表格自适应宽度*/
table.width-adaptation {
    table-layout: fixed;
}

    table.width-adaptation td {
        width: 1px;
        /*white-space:nowrap;*/
        word-break: break-all;
    }

.fixed-table {
    table-layout: fixed;
}

    .fixed-table td {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 5px;
        line-height: 25px;
        font-size: 13px;
    }

.fixed-width table.table,
.fixed-width .dt-bottom-row,
.fixed-width .widget-body-toolbar.pager {
    margin: 0 auto!important;
    border-left: solid 1px #ddd!important;
    border-right: solid 1px #ddd!important;
}
/*.fixed-width .widget-body-toolbar.pager
{
    border-top: 1px solid #ccc;
    border-bottom: 0px;
    padding-top: 13px;
}*/

/**************************** 所有表格内容居中*********************************/
/*圆角表格*/
.rounded_table {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
}

    .rounded_table td {
        text-align: left!important;
        line-height: 24px;
        padding: 5px 10px;
    }

.table th {
    text-align: center;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
}

.table td {
    text-align: center;
    /*vertical-align: middle!important;*/
}

.table .row {
    margin: 5px 0px !important;
}

    .table .row input.form-control {
        padding: 0px 12px!important;
    }

section .progress {
    margin: 5px 0px;
}

.table th.th_left,
.table td.td_left {
    text-align: left;
}

.table th.th_right,
.table td.td_right {
    text-align: right;
}

td.inner-border {
    padding: 0px!important;
}

.inner-border table {
    border: 0px;
    padding: 0px;
    width: 100%;
}
/*三等分*/
.trisection td {
    width: 33%;
}

.inner-border table tr > td {
    padding: 2px 0px;
    border: 0px;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

    .inner-border table tr > td:first-child {
        border-left: 0px;
    }

.inner-border table tr:last-child > td {
    border-bottom: 0px;
}

.doc_area {
    text-align: left;
    line-height: 30px;
}

    .doc_area .radio {
        color: #666;
    }

        .doc_area .radio i {
            top: 5px;
            height: 15px;
            width: 15px;
        }

        .doc_area .radio input + i:after {
            top: 3px;
            left: 3px;
            width: 9px;
            height: 9px;
        }

.pdleft30 {
    padding-left: 30px;
}

.pdleft10 {
    padding-left: 10px;
}

.glyphicon-style {
    width: 24px;
    font-size: 16px;
    vertical-align: -15%;
}

.cc-formGroup > i:first-child {
    cursor: pointer;
    font-size: 16px;
    padding-left: 5px;
    color: #3276b1;
}

    .cc-formGroup > i:first-child span {
        color: #333;
        font-family: "Microsoft YaHei","Open Sans",Arial,Helvetica,sans-serif;
        padding: 0px 3px;
        font-style: normal;
    }

.nav-tabs li i {
    color: #3276b1;
}

.nav-tabs li.pull-right .btn {
    margin: 5px;
}

    .nav-tabs li.pull-right .btn i {
        color: #fff;
    }

.form-control {
    color: #555!important;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

.view-image {
    max-width: 800px;
}

.view-pic {
    font-size: 19px;
}

    .view-pic img {
        max-width: 125px;
        max-height: 50px;
        border: solid 1px #ddd;
    }

.pop-view-img {
    border: solid 1px transparent;
    margin: 10px 0px;
    width: 250px;
    position: relative;
    color: #ff0000;
}

    .pop-view-img img {
        max-width: 100%;
        max-height: 100px;
    }

    .pop-view-img:hover {
        border: solid 1px #999;
    }

    .pop-view-img i {
        display: none;
        position: absolute;
        top: 2px;
        right: 3px;
        cursor: pointer;
        background-color: #fff;
        font-size: 16px;
    }

    .pop-view-img:hover i {
        display: block;
    }

.img-small {
    margin: 0px;
    width: 150px;
    color: #999;
    border: solid 1px #999;
}

    .img-small i {
        display: block;
    }

.cc-form {
    color: #333;
}

    .cc-form .radio-inline {
        float: left;
    }

    .cc-form .state-disabled textarea {
        color: #000!important;
    }

    .cc-form textarea.form-control {
        padding: 5px;
    }

    .cc-form .icon-append, .cc-form .icon-prepend {
        cursor: pointer;
    }

    .cc-form fieldset .btn,
    .cc-formGroup > .btn-right {
        padding: 4px 7px!important;
    }

.cc-formGroup > .btn-right {
    float: right!important;
    margin-left: 10px!important;
}

.cc-formGroup > select {
    float: right;
    padding: 4px 7px!important;
    font-size: 12px;
}

.modal-content .smart-form .checkbox {
    margin-bottom: 3px;
    padding-left: 23px;
}

.modal-body td {
    font-size: 12px;
}

.print table th {
    height: 30px;
    font-size: 12px!important;
    vertical-align: middle!important;
}

.print table td {
    font-size: 11px!important;
}

.th_sm_note {
    font-weight: normal;
    font-size: 11px;
}

.table .checkbox {
    color: #404040;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    display: block;
    font-weight: 400;
    margin: 3px 0px;
}

    .table .checkbox :after, .table .checkbox :before {
        margin: 0;
        padding: 0;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
    }

.checkbox input {
    position: absolute;
    left: -9999px;
}

    .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
        margin: 4px 0 0;
        margin-top: 1px;
        line-height: normal;
        box-sizing: border-box;
        padding: 0;
    }

.checkbox i {
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    position: absolute;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: 0;
    border: solid 1px #BDBDBD;
    background: #FFF;
}

.checkbox input:checked + i {
    border-color: #3276B1;
}

.checkbox input + i:after {
    content: '\f00c';
    opacity: 0;
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center;
    position: absolute;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    color: #3276B1;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

.checkbox input:checked:hover + i:after {
    content: '\f00d';
}

.checkbox:hover i {
    border-color: #5D98CC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}
/********表格 带滚动条**********/

.scroll_body {
    overflow-x: auto;
    /*max-height: 286px;*/
    max-height: calc(100vh - 200px);
    border-right: 1px solid #ddd;
}

.fixed-width {
    border-right: 0px;
    padding-right: 1px;
    /*max-height: 360px;
    overflow-x: auto;*/
}

.scroll_body table {
    border-right: 0;
}

.scroll_body .dt-wrapper {
    overflow-x: auto!important;
}

.scroll_table {
    width: auto;
    max-width: none;
    overflow: hidden;
}

    .scroll_table th {
        text-align: center;
        vertical-align: middle;
    }

    .scroll_table td {
        vertical-align: middle!important;
    }

.td_center {
    text-align: center;
}
/********表格 带滚动条**********/
.table_middle th {
    text-align: center!important;
    vertical-align: middle!important;
    height: 24px;
    line-height: 24px;
}

    .table_middle th .checkbox {
        text-align: left!important;
    }

.table_middle td {
    padding: 2px 4px;
    vertical-align: middle!important;
}

.table_center th, .table_center td {
    text-align: center;
    vertical-align: middle;
}

.cc_Expand {
    font-size: 13px;
}

    .cc_Expand .fa {
        font-size: 16px;
    }

.cc-table-hover > tbody > tr:nth-child(odd):hover > td {
    background-color: #ecf3f8;
}

    tr.success > td:not(.cc_Expand),
    .cc-table-hover > tbody > tr:nth-child(odd):hover > td:not(.cc_Expand),
    .table-hover > tbody > tr:not(.error):hover > td:not(.cc_Expand) {
        color: #5D98CC;
    }

tr.error:hover td, tr.error input {
    color: #ff0000!important;
}

.sub_table {
    float: right;
    margin: 5px 0px;
}

.margin-middle {
    margin: 10px auto !important;
}

.float_right {
    float: right;
}

.highlight {
    background-color: #F5D099 !important;
}

.alter td {
    background: #fbff0d!important;
}
/*元素后面加一个红色圆点*/
.dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: red;
    float: right;
}
/*
.table-bordered > tbody > tr.alter > td {
    background: #fbff0d!important;
    border-top: solid 1px #953b39!important;
    border-bottom: solid 1px #953b39!important;
}

    .table-bordered > tbody > tr.alter > td:first-child {
        border-left: solid 1px #953b39!important;
    }

    .table-bordered > tbody > tr.alter > td:last-child {
        border-right: solid 1px #953b39!important;
    }
    */
/*************************直接在表格里编辑***********************************/
.col_edit input, .col_edit textarea, .col_edit .new_textarea, .col_edit select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 24px;
    padding: 2px 5px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #BDBDBD;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
}

.col_edit select {
    padding: 0px 4px;
}

.col_edit .date {
    padding: 5px 0px;
}

.col_edit .col_textarea {
    display: none;
    height: 20px;
    line-height: 24px;
    border: 0px;
    border-bottom: dashed 1px #5D98CC;
}

.col_edit textarea {
    min-height: 40px;
    /*height: 80px;*/
}

.col_view input, .col_view .col_textarea, .col_view .new_textarea, .col_view select {
    border: 0px!important;
    background: transparent!important;
    border-bottom: dashed 1px #5D98CC!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.col_view .new_textarea {
    border: dashed 1px #5D98CC!important;
    width: 100%;
}

.data-table .col_edit textarea {
    height: 60px!important;
}

.data-table .col_textarea {
    border: dashed 0px #5D98CC!important;
    height: 50px;
    text-align: left;
    padding: 2px 5px;
    overflow-y: auto;
    line-height: 16px;
    word-wrap: break-word;
}

.data-table .col_view .col_textarea {
    border: dashed 1px #5D98CC!important;
}

.td_center input {
    text-align: center;
}

.col_view select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.col_view .col_textarea {
    display: block;
}

.col_view > textarea:not(.new_textarea) {
    display: none;
}

.view-textarea {
    resize: vertical;
    overflow: auto;
    line-height: 30px;
    min-height: 30px;
    max-height: 150px;
    width: 100%;
}

.success .col_view input, .success .col_view select,
.table-hover > tbody > tr:hover .col_view input, .table-hover > tbody > tr:hover .col_view select {
    /*font-weight: bold;*/
    color: #5D98CC;
}

.col_disabled input, .col_disabled .col_textarea, .col_disabled select {
    border: 0px!important;
    background: transparent!important;
}

.col_disabled input, .col_disabled select {
    width: 100%;
}

.col_disabled select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.col_disabled .col_textarea {
    display: block;
}

.col_disabled col_textarea {
    display: none;
}
/*************************直接在表格里编辑***********************************/
.multi_check {
    float: left;
    margin-right: 15px;
}

/*附件项设置中的 附件类型checkbox样式*/
.col_edit .multi_check .checkbox {
    font-size: 11px;
}

    .col_edit .multi_check .checkbox i {
        top: 3px;
    }
/*附件项设置中的 附件类型checkbox样式*/

.col-cc-5 {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    width: 23%;
}

.col-cc-4p {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.col_dateRange {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    width: 415px; /**405px;*/
}

    .col_dateRange .input-group {
        float: left;
        width: 150px;
    }

    .col_dateRange .range_sp {
        float: left;
        line-height: 28px;
        padding: 5px;
    }

    .col_dateRange .range_name {
        padding-right: 15px;
    }

    .col_dateRange input.form-control {
        width: 110px;
    }

.cc-form .col,
.cc-form .col-md-2,
.cc-form .col-md-3,
.cc-form .col-md-6 {
    float: left;
    padding-right: 3px;
    padding-left: 5px;
    line-height: 28px;
}

.data-table .row section {
    margin-bottom: 0px!important;
}

.ban-jian th {
    background-color: #f9f9f9;
}

.ban-jian td {
    text-align: left;
}

/******固定内容宽度，居中显示******/
.wizard-form fieldset {
    width: 700px;
    margin: 0 auto;
}

.wizard-form .form-bootstrapWizard {
    margin: 25px 0px 35px 15px;
}

.step3 li {
    width: 33%!important;
}

.cc-form footer {
    margin-top: 10px;
}

.foot_center {
    text-align: center;
}

    .foot_center .btn {
        float: none!important;
        margin-right: 20px!important;
        margin-left: 20px!important;
    }

.cc-form td .checkbox i {
    top: 0px;
}

.cc-form table.list {
    width: 100%;
}

    .cc-form table.list td {
        border: 0px;
        border-bottom: 1px dashed #ddd;
        text-align: left;
        padding-left: 10px;
    }

        .cc-form table.list td .checkbox i {
            top: 3px;
        }

/*.cc-form section
{
    margin-bottom: 5px;
}*/

/*multi-select*/
.cc-form .select2-container-multi .select2-search-choice-close {
    padding: 2px 0px 0px 5px;
    min-height: 18px;
}

.cc-form .select2-container-multi .select2-choices .select2-search-field input {
    padding: 0px 5px;
}

/*文本框和下拉框统一设置padding
    先不改，有些小问题：padding修改之后，input需要加小图标的地方，会把文字挡住。
    比如:公司管理的新增页面，输入电话号码，会被图标挡住
.cc-form input
{
    padding: 5px 3px!important;
}

.cc-form select
{
    padding: 0px 1px!important;
}
*/
.cc-form select.form-control {
    height: 30px!important;
}

.cc-form header {
    margin-top: 0px;
}

.cc-form section label .btn {
    /*padding: 6px 12px;*/
    padding: 4px 7px;
}

.cc-form fieldset {
    padding: 15px 15px 0px;
}

.view-form section {
    margin-bottom: 5px;
}

.cc-form .inline-group {
    margin: 0px;
}

    .cc-form .inline-group .radio {
        margin-right: 10px;
        /*padding-left: 20px;*/
    }

.split_table {
    border: 0px!important;
    width: 100%;
}

    .split_table td {
        vertical-align: top;
    }

    .split_table .smart-form td .radio {
        text-align: left;
        padding-left: 20px;
        line-height: normal;
    }

        .split_table .smart-form td.radio i {
            top: 3px!important;
            height: 15px;
            width: 15px;
        }

        .split_table .smart-form td .radio input + i:after {
            top: 3px;
            left: 3px;
            width: 9px;
            height: 9px;
        }

.hide {
    display: none;
}
/*<span class="redStar">*<span>*/
.redStar {
    font-weight: bold;
    color: #ff0000;
    padding-right: 3px;
}
/*
cutLen内容截取。默认宽度200，有需要可以自己定义
len300 自定义宽度
*/
.cutLen {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.hideLen {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

    .hideLen :hover {
        white-space: normal;
    }
/*表格里全选列checkbox*/
.len20 {
    width: 20px !important;
}

.len30 {
    width: 30px !important;
}

.len40 {
    width: 40px !important;
}
/*排序*/
.len50 {
    width: 50px !important;
}
/*列表里的操作列 两个图片按钮的*/
.len60 {
    width: 60px !important;
}

.len70 {
    width: 70px !important;
}
/*日期 2014-07-16*/
.len80 {
    width: 80px !important;
}

.len100 {
    width: 100px !important;
}

.len120 {
    width: 120px !important;
}

.len130 {
    width: 130px !important;
}

.len140 {
    width: 140px !important;
}

.len150 {
    width: 150px !important;
}

.len160 {
    width: 160px !important;
}

.len180 {
    width: 180px !important;
}

.len200 {
    width: 200px !important;
}

.len220 {
    width: 220px !important;
}

.len250 {
    width: 250px !important;
}

.len280 {
    width: 280px !important;
}

.len300 {
    width: 300px !important;
}

.len350 {
    width: 350px !important;
}

.len360 {
    width: 360px !important;
}

.len400 {
    width: 400px !important;
}

.len420 {
    width: 420px !important;
}

.len450 {
    width: 450px !important;
}

.len500 {
    width: 500px !important;
}

.len530 {
    width: 530px !important;
}

.len550 {
    width: 550px !important;
}

.len600 {
    width: 600px !important;
}

.len650 {
    width: 650px !important;
}

.len700 {
    width: 700px !important;
}

.len720 {
    width: 720px !important;
}

.len750 {
    width: 750px !important;
}

.len760 {
    width: 760px !important;
}

.len800 {
    width: 800px !important;
}

.len850 {
    width: 850px !important;
}

.len900 {
    width: 900px !important;
}

.len1000 {
    width: 1000px !important;
}

.len1020 {
    width: 1020px !important;
}

.len1200 {
    width: 1200px !important;
}

.len1300 {
    width: 1300px !important;
}

.len1400 {
    width: 1400px !important;
}

.len1500 {
    width: 1500px !important;
}

.max-len100 {
    max-width: 100px;
}

.max-len150 {
    max-width: 150px;
}

.max-len200 {
    width: auto;
    max-width: 200px;
}

.max-len250 {
    width: auto;
    max-width: 250px;
}

.max-len300 {
    width: auto;
    max-width: 300px;
}

.max-len750 {
    width: auto;
    max-width: 750px;
}

.min-len30 {
    min-width: 30px;
}

.min-len40 {
    min-width: 40px;
}

.min-len50 {
    min-width: 50px;
}

.min-len60 {
    min-width: 60px;
}

.min-len70 {
    min-width: 70px;
}

.min-len80 {
    min-width: 80px;
}

.min-len100 {
    min-width: 100px;
}

.min-len120 {
    min-width: 120px;
}

.min-len180 {
    min-width: 180px;
}

.per20 {
    width: 20%!important;
}

.per22 {
    width: 22%!important;
}

.per25 {
    width: 25%!important;
}

.per30 {
    width: 30%!important;
}

.per33 {
    width: 33%!important;
}

.per34 {
    width: 34%!important;
}

.per50 {
    width: 50%!important;
}

.per80 {
    width: 80%!important;
}

.per90 {
    width: 90%!important;
}

.per95 {
    width: 95%!important;
}
/******************************* process step **************************************/
.process-step {
    margin: 0px;
    padding: 0px;
}

    .process-step .odd {
        background: #f9f9f9;
    }

    .process-step:hover {
        background: #ecf3f8;
    }

.hover-show .hover-btn {
    display: none;
    float: right;
}

.hover-show:hover .hover-btn {
    display: block;
}

.process-step .step-btn {
    display: none;
    float: right;
}

.process-step:hover .step-btn {
    display: block;
}

.step-btn a {
    padding-left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #011902;
}

    .step-btn a.step-up:before {
        content: "\f176";
    }

    .step-btn a.step-down:before {
        content: "\f175";
    }

.step-add, .step-add:hover {
    color: #088A0D;
    float: right;
}

.step-edit:before, .step-edit:hover {
    content: "\f044";
}

.step-remove:before, .step-remove:hover {
    content: "\f00d";
    color: #e01b1b;
}

.process-step section {
    margin-bottom: 5px;
}
/******************************* process step **************************************/
/******************************* add by cc **************************************/
textarea {
    background: #fff;
}

.dataTable > tbody > tr.selected-row > td {
    background: #739e73;
}

.dataTable > tbody > tr > td.block {
    background: #E6E6FA;
}

footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}

footer.task_btn {
    text-align: center;
}

    footer.task_btn .btn {
        float: none;
        padding: 0px;
        margin: 10px 15px 0px 15px;
        height: 40px;
        width: 120px;
    }

.table-striped > tbody > tr > td.b_gray {
    background-color: #F0F0F0;
}

.table-striped > tbody > tr > td.b_yellow {
    background-color: yellow;
}

.table-striped > tbody > tr > td.b_red {
    background-color: red;
}

.col_edit .font-red {
    color: red;
}
/*-------------------------------------------------*/


.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        line-height: 20px;
        font-weight: normal;
    }

    .ui-timepicker-div dl dd {
        margin: 0px 10px 0px 50px;
        height: 18px;
        line-height: 20px;
    }

        .ui-timepicker-div dl dd div {
            margin: 10px 0px 0px 0px;
        }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.attach-preview {
    z-index: 1051;
    position: absolute;
    background: #fff;
    border: solid 2px #666;
    /*filter: Alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;*/
    padding: 10px;
    display: none;
}

    .attach-preview img {
        max-width: 800px;
        max-height: 600px;
    }
