﻿body, td, select, input {
    font-size: 13px;
}

td {
    word-break: break-all;
    word-wrap: break-word;
}

body {
    margin: 0;
    color: #414241;
}

.app-content .content-title {
    font-size: 14px;
}

.editor-label {
    float: left;
    width: 200px;
    line-height: 23px;
    margin: 0px 0px 5px 0px;
    text-align: right;
}

.editor-field {
    float: left;
    line-height: 25px;
    margin: 0px 0px 5px 0px;
    _margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 6px;
    color: #666;
    _padding-bottom: 4px !important;
}

.view-field .multi-text.field-value {
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    word-wrap: break-word;
}

.view-field .required-sign {
    color: #cc0000;
    padding-right: 5px;
}

.view-field-notes {
    float: right;
    width: 25px;
    height: 25px;
    margin-left: 4px;
    margin-top: 4px;
    background-image: url(./images/zhu.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.view-field-kb {
    float: right;
    width: 85px;
    height: 25px;
    margin-left: 8px;
    margin-top: 0px;
    background-image: url(./images/KButton.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.view-field-zt {
    float: right;
    width: 85px;
    height: 25px;
    margin-left: 8px;
    margin-top: 0px;
    background-image: url(./images/ZTButton.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.view-field-preview {
    float: right;
    width: 110px;
    height: 15px;
    margin-left: 8px;
    background-image: url(./images/PunishMentBasis.png);
    background-repeat: no-repeat;
}

.view-field-previewtext {
    margin-left: 18px;
    line-height: 15px;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0px !important;
    zoom: 1;
    content: "";
}

.ui-textbox, .ui-datetime, .ui-autocomplete-input {
    border: 1px solid #cccccc;
    line-height: 23px;
    height: 30px;
    padding: 0;
    margin: 0;
    padding-left: 2px;
    background-color: #ffffff;
    display: inline-block;
    float: left;
}

    .ui-textbox + .ui-unit {
        padding-left: 5px;
    }

.editor-field span.ui-unit {
    padding-left: 10px;
}

.ui-searchbar.frame-searchbar span.ui-unit {
    padding-left: 0px;
}

.ui-textbox, .ui-datetime {
    width: 302px;
}

.ui-autocomplete-input, input.ui-searchfield {
    width: 450px;
}

.ui-searchbar .editor-label, .layui-col-space15 .editor-label {
    padding-top: 5px;
    font-size: 15px;
    margin: 0px 0px 10px 0px !important;
    width: 120px !important;
}

.ui-searchbar .ui-searchfield .data-selector, .ui-multisearchfield .data-selector {
    padding-top: 5px;
}

.ui-searchbar .ui-treefield, .ui-select {
    height: 30px !important;
}

.ui-treefield {
    border: 1px solid #cccccc;
    line-height: 23px;
    min-height: 23px;
    height: auto !important; /*兼容FF,IE7也支持 !important标签*/
    height: 25px; /*兼容ie6*/
    overflow: visible;
    width: 302px;
    padding: 0;
    margin: 0;
    padding-left: 2px;
    background-color: #ffffff;
    display: inline-block;
    float: left;
}

.ui-treefield-pad {
    position: absolute;
    display: none;
    overflow: auto;
    _overflow-y: auto !important;
}

.ui-toolbar {
    border: solid 1px rgb(175, 175, 175);
    background: none repeat scroll 0 0 #DCDCDC;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 16px;
    /*
    height: 16px;*/
    _height: 16px; /*IE6 min-height*/
    position: relative;
}

.ui-panel {
    border: solid 1px #cccccc;
    margin-bottom: 10px;
    _border: solid 1px #cccccc;
    _margin-bottom: 10px;
}

    .ui-panel .panel-content {
        padding: 5px 3px;
        _padding: 5px 3px;
    }

    .ui-panel .panel-title {
        border-bottom: solid 1px #AFAFAF;
        border-left-color: #afafaf;
        border-right-color: #afafaf;
        border-top-color: #afafaf;
        background: #DCDCDC;
        padding: 5px 10px 5px 10px;
        padding-left: 25px;
        position: relative;
    }

.panel-content .ui-panel {
    border: none;
    _border: none;
}

    .panel-content .ui-panel .panel-title {
        background: #ffffff;
    }

.ui-panel .panel-title span {
    font-weight: bold;
}

.ui-panel .ui-toolbar {
    border: none;
    border-bottom: solid 1px #cccccc;
    background: #ffffff;
    margin-bottom: 10px;
}

.ui-toolbar a {
    margin-right: 10px;
}

.ui-gridview table {
    width: 100%;
    _border-collapse: collapse;
}

.ui-gridview .header td {
    font-weight: bold;
    text-align: left;
    padding-left: 4px;
    border-bottom: solid 2px #9a9fa3;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ui-gridview .item.spread-mode {
    background-color: white;
}

.ui-gridview .item .icontd {
    display: table-cell;
    padding-left: 3px;
    border-bottom: solid 0px;
    _border-bottom: solid 0px;
    height: 20px;
    white-space: nowrap;
    border: 0;
}

.ui-gridview table {
    position: relative;
    _position: relative;
}

.ui-gridview .item .icontd span {
    white-space: nowrap;
    left: 20px;
}

.row-form {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

.edit-field-pad {
    padding: 10px 10px 10px 10px;
}

.history-area {
    border-bottom: solid 2px #cccccc;
    height: 27px;
    width: 100%;
    padding-top: 4px;
}

.historys {
    padding: 5px;
}

    .historys ul {
        padding: 0;
        margin: 0;
        list-style: none;
        zoom: 1;
        float: left; /*display: none;*/
    }


.context-menu {
    position: absolute;
    border: solid 1px #cccccc;
    background: #ffffff;
    display: block !important;
    top: 20px;
    left: 0px;
    padding: 10px;
}

    .context-menu li {
        display: block;
    }

.window {
    position: relative;
    padding-top: 9px;
    padding-right: 8px;
}

    .window .close-window {
        display: none;
    }

    .window .reload-window {
        height: 16px;
        position: absolute;
        right: 15px;
        /*top: 20px;*/
        z-index: 9999;
    }

    .window .close-window span {
        padding: 0px 0px 0px 0px;
    }

.info-pad {
    border: solid 1px #cccccc;
    background: #ddffdd;
    margin-bottom: 10px;
    padding: 5px;
}

.info {
    line-height: 25px;
    padding: 0;
}

.app-menus span {
    white-space: nowrap;
}

/*Design.EntityQuery Start*/
.entityinfo-updates {
    display: none;
    position: relative;
}

    .entityinfo-updates .close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

.save-queryprovider {
    display: none;
}

.cancel-set-queryprovider {
    display: none;
}

.queryprovider-editor {
    display: none;
}

.save-create-operation {
    display: none;
}

.cancel-create-operation {
    display: none;
}

.operation-creator {
    display: none;
}

.viewschema-field {
    border: solid 1px #cccccc;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.viewschema-collection {
    border: solid 1px #cccccc;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.type-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    border: solid 1px #000000;
    color: #ffffff;
    padding: 2px;
}

.viewschema-field .type-icon {
    background: #aaaaff;
}

.viewschema-collection .type-icon {
    background: #ffaaff;
}

.save-create-contextfield {
    display: none;
}

.cancel-create-contextfield {
    display: none;
}

.contextfield-creator {
    display: none;
}

.save-create-action {
    display: none;
}

.cancel-create-action {
    display: none;
}

.contextfield-action {
    display: none;
}

/*Design.EntityQuery End*/

.change-user.selected {
    color: #000000;
}

.save-create-item {
    display: none;
}

.cancel-create-item {
    display: none;
}

.item-creator {
    display: none;
    margin-top: 5px;
}

.ui-dialog {
    border: solid 2px #cccccc;
    width: 700px;
    height: 400px;
    background: #ffffff;
}

    .ui-dialog .dialog-title {
        font-weight: bold;
        background: #cccccc;
        height: 25px;
    }

.highlight {
    color: #000080;
}

.ui-tabs {
    position: relative;
    padding: 0;
    zoom: 1;
    margin: 0px 0px 15px 0px;
    border: solid 1px #bbbbbb;
    _border: solid 1px #bbbbbb;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0px 0px 0px 5px;
        height: 25px;
        background: #888f97;
        border-bottom: solid 1px #bbbbbb;
        /*   margin-top:5px;*/
    }


        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 2px;
            margin: 0 1px 0 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
            height: 23px;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                text-decoration: none;
                color: #ffffff;
                padding: 3px 10px 3px 10px;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: 0;
                padding-bottom: 1px;
                background: #ffffff;
            }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled a {
                color: #bbbbbb;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
                color: #4885c2;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                cursor: text;
            }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        background: #ffffff;
        /*padding: 10px;*/
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

a:link, a:visited, a:hover {
    text-decoration: none;
    color: #2D59BC;
}
.btn-deepcolor span {
    color: #2D59BC;
}

.ui-radiogroup .check-item {
    width: 100px;
    float: left;
}

textarea {
    width: 400px;
    border: solid 1px #cccccc;
    height: 50px;
}

.ui-searchbar {
    background-color: #dfdfdf;
    border: solid 1px #cccccc;
    padding: 10px;
    margin-bottom: 9px;
    position: relative;
    overflow: auto;
}

.frame-searchbar {
    padding-bottom: 3px;
    padding-top: 8px;
}

.ui-searchbar .base {
    overflow: auto;
    zoom: 1;
}

.frame-searchbar .base {
    overflow: initial;
}

.ui-searchbar .advanced {
    display: block;
    overflow: auto;
    zoom: 1;
}



.frame-searchbar .more-button {
    color: #000000;
    padding: 0px 0px 0px 1px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.more-button span {
    background-repeat: no-repeat;
    width: 73px;
    height: 28px;
    display: block;
}

.frame-searchbar .btn-area {
    position: absolute;
    _position: relative;
    bottom: 8px;
    _bottom: -48px;
    right: 0px;
    _float: right;
    height: 25px;
    overflow: hidden;
}

.frame-searchbar .search-button, .frame-searchbar .more-button {
    position: relative;
    float: left;
    margin-right: 10px;
    left: auto;
    top: auto;
}

.ui-searchbar .search-button span {
    /*padding: 6px 20px 4px 0px;
        _padding: 7px 20px 3px 0px;*/
    background-image: url(./images/webfw-control-bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
    width: 72px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    *padding: 0px !important;
    padding: 0px !important;
}


/*IE9 Hack*/
:root .ui-searchbar .search-button span {
    padding: 7px 20px 4px 0px \0/IE9;
}

@-moz-document url-prefix() {
    .ui-searchbar .search-button span;

{
    padding: 8px 20px 4px 0px;
}

.ui-searchbar .search-button {
    line-height: 30px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ui-searchbar .search-button span {
        padding: 7px 20px 3px 0px;
    }
}

.ui-searchbar .view-field {
    zoom: 1;
}

.frame-searchbar .view-field {
    float: left;
}

.ui-searchbar .options {
    text-align: right;
    line-height: 27px;
    width: 150px;
    float: right;
}

.ui-searchbar .close-advanced {
    zoom: 1;
    height: 20px;
    text-align: right;
}

/*附件样式*/
.ui-piclist {
    padding: 15px;
    overflow: auto;
    position: relative;
}

    .ui-piclist .pic {
        position: relative;
        margin: 15px;
    }

        .ui-piclist .pic .delete-attachment {
            right: -1px;
            top: 1px;
            display: block;
            width: 12px;
            height: 12px;
            text-indent: -99999px;
            overflow: hidden;
            position: absolute;
            background-image: url(./images/webfw-icons.png);
            _background-image: url(./images/webfw-icons.gif);
            background-repeat: no-repeat;
            background-position: -140px -240px;
        }

        .ui-piclist .pic .icon-editbutton {
            right: -1px;
            top: 18px;
            display: block;
            width: 12px;
            height: 12px;
            text-indent: -99999px;
            overflow: hidden;
            position: absolute;
            background-image: url(./images/attachment-editbtn.png);
            _background-image: url(./images/attachment-editbtn.png);
            background-repeat: no-repeat;
        }

    .ui-piclist .pic-name {
        text-align: center;
    }

.ui-audiolist {
    padding: 15px;
    overflow: auto;
    position: relative;
}

    .ui-audiolist .audio {
        position: relative;
        height: 150px;
        width: 210px;
        margin: 10px;
        float: left;
        border: solid 1px #588b26;
    }


.ui-smallpad {
    z-index: 10000;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #6b93b9;
    width: 350px;
    height: 155px;
}

    .ui-smallpad .pad-content {
        overflow: auto;
        background: #ffffff;
        padding-top: 20px;
    }

    .ui-smallpad .save-button {
        background-image: url(./images/node-button.gif);
        height: 25px;
        width: 64px;
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
        float: right;
        margin-right: 10px;
        color: #2D59BC;
    }

.ui-multisearchfield, .ui-searchfield {
    float: left;
}

    .ui-multisearchfield .keywords, .ui-searchfield .keywords {
        display: block;
    }

.ui-autocomplete-input {
    width: 400px;
}

.ui-multisearchfield .result {
    /*background-color: #FFFFFF;*/
    border: 1px solid #CCCCCC;
    display: none;
    line-height: 26px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 402px;
    float: left;
    clear: left;
}

.ui-searchfield .result {
    /*background-color: #FFFFFF;*/
    line-height: 26px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 452px;
    float: left;
    clear: left;
    border: 1px solid#ccc;
    _border: 1px solid #ccc !important;
    width: 400px;
    cursor: text;
}

.ui-treefield .result span, .ui-multisearchfield .result span {
    background: url(./images/searchfield-result.gif) no-repeat scroll right 4px #F1F9FD;
    border: 1px solid #A8D2FE;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 17px;
    margin: 1px 15px 1px 0;
    padding: 0 20px 0 2px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-filefield {
    float: left;
}

.ui-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}

    .ui-menu .ui-menu {
        margin-top: 0;
    }

    .ui-menu .ui-menu-item {
        clear: left;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        _width: auto;
    }

        .ui-menu .ui-menu-item:hover {
            background-color: #4985C3;
            color: #FFFFFF;
            font-weight: normal;
            margin: -1px;
        }

        .ui-menu .ui-menu-item a {
            display: block;
            line-height: 1.5;
            padding: 0.2em 0.4em;
            text-decoration: none;
        }

            .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
                background-color: #000080;
                color: #FFFFFF;
                font-weight: normal;
                margin: -1px;
            }

.ui-piclist .pic img {
    cursor: pointer;
}

.script-link-disabled span {
    color: #cccccc !important;
}

.attachment-creator {
    zoom: 1;
}

.ui-select {
    min-width: 306px;
    _width: 306px;
    height: 25px;
    _height: 25px;
    border: 1px solid #cccccc;
}

.dialog-button-area {
    height: 40px;
    text-align: right;
}

    .dialog-button-area a {
        padding: 4px 0px 8px 15px;
        margin: 0px 10px 0px 0px;
        line-height: 40px;
        background-image: url(./images/webfw-control-bg.png);
        background-repeat: no-repeat;
        background-position: left 0;
        _background-image: none;
        _padding: 4px 15px 4px 15px;
        _border: solid 1px #cccccc;
        _border-bottom: solid 2px #cccccc;
        _vertical-align: middle;
        _background-color: #f0f0f0;
    }

.ui-dialog .button-area {
    text-align: right;
}

    .ui-dialog .button-area a, a.base-link {
        padding: 4px 0px 8px 15px;
        margin: 0px 10px 0px 0px;
        line-height: 40px;
        background-image: url(./images/webfw-control-bg.png);
        background-repeat: no-repeat;
        background-position: left 0;
        _background-image: none;
        _padding: 4px 15px 4px 15px;
        _border: solid 1px #cccccc;
        _border-bottom: solid 2px #cccccc;
        _vertical-align: middle;
        _background-color: #f0f0f0;
    }

    .ui-dialog .button-area span {
        padding: 4px 15px 7px 0px;
        background-image: url(./images/webfw-control-bg.png);
        background-repeat: no-repeat;
        background-position: right 0;
        _background-image: none;
        _padding: 0px 0px 0px 0px;
    }

.dialog-button-area span, .base-link span {
    padding: 4px 15px 7px 0px;
    background-image: url(images/webfw-control-bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
    _background-image: none;
    _padding: 0px 0px 0px 0px;
}

.editor-field a.base-link {
    line-height: 25px;
}

.ui-searchfield, .ui-multisearchfield {
    /* position:relative;  容易引起躲猫猫bug  */
    width: 424px;
}
/*搜索条件 中的自动完成控件 显示和关键词一样的长度*/
.ui-searchbar .ui-autocomplete-input {
    width: 302px;
}

.ui-searchbar .ui-searchfield .result {
    width: 302px;
}

.ui-searchbar .ui-searchfield, .ui-searchbar .ui-multisearchfield {
    width: 307px;
}

.ui-searchfield .data-selector, .ui-multisearchfield .data-selector {
    width: 20px;
    height: 20px;
    /*position: relative;*/
    top: 5px;
    right: 23px;
    cursor: pointer;
    float: right;
}

.task-completed-notification {
    padding-top: 15px;
    padding-left: 20px;
    font-size: 14px;
}

    .task-completed-notification .close-window {
        display: inline;
    }

.ui-loading {
    position: absolute;
    background-image: url(./images/webfw-loading.gif);
    background-repeat: no-repeat;
    display: inline;
    z-index: 10000;
    width: 182px;
    height: 58px;
}


.pad-content .ui-autocomplete-input {
    width: 302px;
}

.ui-panel .panel-title .switch {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(./images/webfw-icons.png);
    _background-image: url(./images/webfw-icons.gif);
    background-repeat: no-repeat;
    background-position: -140px -300px;
    position: absolute;
    top: 7px;
    left: 8px;
    _left: -16px;
    overflow: hidden;
    text-indent: -99999px;
    cursor: default;
}

.ui-panel .panel-title .down {
    background-position: -140px -320px;
}

.icontd-placeholder {
    width: 60px;
    padding-right: 1px;
    padding-bottom: 1px;
}

.ds-front-card {
    height: auto;
    margin: 10px 10px;
    padding: 5px;
    background-color: #F8F8F8;
}

.ds-front-box {
    margin: 15px auto;
    width: 595px;
    height: auto;
    border-top: 4px solid #4985C3;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}

.ds-front-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #10569E;
    padding: 15px;
    border-bottom: 1px solid #4985C3;
}

.ds-front-content {
    padding: 15px 30px;
    background-color: white;
}

.ds-front-box .button-area {
    text-align: right; /*height: 20px;*/
}

    .ds-front-box .button-area a {
        padding: 6px 0px 8px 15px;
        margin: 0px 10px 0px 0px;
        line-height: 40px;
        background-image: url(images/webfw-control-bg.png);
        background-repeat: no-repeat;
        background-position: left 0;
        _background-image: none;
        _padding: 4px 15px 4px 15px;
        _border: solid 1px #cccccc;
        _border-bottom: solid 2px #cccccc;
        _vertical-align: middle;
        _background-color: #f0f0f0;
    }

    .ds-front-box .button-area span {
        padding: 6px 15px 7px 0px;
        background-image: url(images/webfw-control-bg.png);
        background-repeat: no-repeat;
        background-position: right 0;
        _background-image: none;
        _padding: 0px 0px 0px 0px;
    }

.ds-flow-normal {
    background-image: url(images/flow-ds-identity.jpg);
    width: 832px;
    height: 546px;
    margin: auto auto;
}

.ds-front-box table .label {
    width: 35%;
    text-align: right;
}

.ds-front-box table .field {
    width: 60%;
    font-weight: bold;
    padding-left: 15px;
    text-align: left;
}

.ui-treetable .icon-link span {
    padding-left: 2px;
}

.avatar-preview {
}

.view-field {
    zoom: 1; /*ie 6*/
}

.double-same-line {
    width: 50%;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.ui-attachments {
    zoom: 1;
}

    .ui-attachments .ui-toolbar {
        position: static; /*attachment 里边应该是正常布局*/
    }

    .ui-attachments .ui-gridview table {
        position: static; /*attachment 里边应该是正常布局 如果是relative容易出问题*/
    }

.img-preview {
    cursor: pointer;
}

.patch-group {
    padding-bottom: 20px;
}

.patch-head {
    border-bottom: solid 1px #cccccc;
}

.patch-title {
    font-weight: bold;
}

.patch-body {
    padding-top: 6px;
}

.patch-body-item {
    float: left;
    width: 230px;
}

.patch-group-split {
    border-bottom: 1px solid red;
}

.table-rowexpand {
    text-align: left;
    font-size: 11px;
}

    .table-rowexpand th {
        /*border-bottom: solid 1px #ccc;*/
        padding-left: 15px;
        height: 25px;
    }

    .table-rowexpand tr:hover {
        background-color: #f6f5ec;
    }

    .table-rowexpand td {
        /*border-bottom: solid 1px #ccc;*/
        height: 25px;
        padding-left: 15px;
    }

.task-trace .tasktrace-state {
    color: #fffffb;
    padding: 3px 1px 3px 1px;
    display: block;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
}

.task-trace .tasktrace-unread {
    /*    background-color:gray;*/
    background-color: #009ad6;
}

.task-trace .tasktrace-completed {
    background-color: green;
}

.task-trace .tasktrace-invalid {
    background-color: gray;
}

.task-trace .tasktrace-cancelofchange {
    background-color: gray;
}

.small-dialog .ui-searchfield, .small-dialog .ui-multisearchfield,
.mini-dialog .ui-searchfield, .mini-dialog .ui-multisearchfield,
.small-dialog .ui-autocomplete-input, .small-dialog .ui-autocomplete-input,
.mini-dialog .ui-autocomplete-input, .mini-dialog .ui-autocomplete-input,
.small-dialog .ui-searchfield .result, .small-dialog .ui-searchfield .result,
.mini-dialog .ui-searchfield .result, .mini-dialog .ui-searchfield .result {
    width: 300px;
}

.small-dialog textarea, .small-dialog textarea,
.mini-dialog textarea, .mini-dialog textarea {
    width: 300px;
}

table.index-table .index-cell {
    border: none !important;
    padding: 0px;
    white-space: nowrap;
    height: 20px;
    border-spacing: 0px;
    _padding: 0px;
    _white-space: nowrap;
    _height: 20px;
}

/* ui-attachmentsX*/

.ui-attachmentsX {
    zoom: 1;
}

    .ui-attachmentsX .ui-toolbar {
        position: static; /*attachment 里边应该是正常布局*/
    }

    .ui-attachmentsX .ui-gridview table {
        position: static; /*attachment 里边应该是正常布局 如果是relative容易出问题*/
    }

/*foot-toolbar*/
.ui-toolbar.foot-toolbar .icon-link {
}

.ansynda-activity-item {
}

    .ansynda-activity-item .activity-item-org {
    }

    .ansynda-activity-item .activity-item-user {
        color: #326ca6;
        font-weight: bold;
    }

    .ansynda-activity-item .activity-summary {
        color: #2D59BC;
    }

.ui-datetime.ui-dateperiod-start {
    width: 137px;
}

.ui-datetime.ui-dateperiod-end {
    width: 137px;
}

span.ui-dateperiod-to {
    padding-left: 3.5px;
    padding-right: 3.5px;
    float: left;
}

.short.ui-textbox {
    width: 146px;
    _width: 302px;
}

.marginright5 {
    margin-right: 5px;
}

/*local-file-selector**/
.local-files-selector {
}

    .local-files-selector .selector-files {
        float: left;
        width: 300px;
    }

    .local-files-selector .selector-preview {
        float: left;
        width: 100px;
    }

        .local-files-selector .selector-preview img {
            position: absolute;
        }

span.color-span {
    color: #fffffb;
    padding: 3px 1px 3px 1px;
    display: inline-block;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    width: 65px;
    line-height: 15px;
}

    span.color-span.span-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    span.color-span.span-primary {
        background-color: #3276b1;
        border-color: #357ebd;
    }

    span.color-span.span-success {
        background-color: #47a447;
        border-color: #4cae4c;
    }

    span.color-span.span-info {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    span.color-span.span-warning {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    span.color-span.span-yellow {
        background-color: #dde000;
        border-color: #d3d600;
    }

    span.color-span.span-danger {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    span.color-span.span-ignore {
        background-color: gray;
    }

.bizflow-selector-block {
    float: left;
}

.tractor-editor textarea.msg-textarea {
    display: block;
    float: left;
}

.tractor-editor .msg-check-area {
    float: left;
}

.ui-searchfield[readonly='readonly'] span.result {
    background-color: #EEEEEE;
}

.ui-searchfield[readonly='readonly'] input.keywords {
    background-color: #EEEEEE;
}

textarea[readonly='readonly'] {
    background-color: #EEEEEE;
}

.ui-textbox[readonly='readonly'] {
    background-color: #EEEEEE;
}

.ui-textbox[readonly='true'] {
    background-color: #EEEEEE;
}

.flow-selector-area {
    padding-left: 11px;
    padding-right: 20px;
    padding-bottom: 20px;
    /*background-color:#F7F7F7;*/
    min-height: 400px;
}

.flow-selector-card {
    width: 255px;
    height: 104px;
    float: left;
    margin-right: 15px;
    margin-top: 1px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .flow-selector-card .title {
        text-align: center;
        line-height: 10px;
        font-weight: bold;
        color: #585858;
        font-size: 14px;
        padding-bottom: 15px;
    }

.flow-selector-icon {
    margin: 30px auto 20px auto;
    width: 27px;
    height: 27px;
    background-image: url(./images/flow-slector-card-icon.png);
}

.flow-icon-card {
    width: 180px;
    height: 110px;
    float: left;
    background-repeat: no-repeat;
    cursor: pointer;
    border: #FFFFFF solid 1px;
}

    .flow-icon-card:hover {
        background-color: #ebf8ff;
        border: #97bbd2 solid 1px;
    }

    .flow-icon-card .title {
        text-align: center;
        line-height: 15px;
        color: #585858;
        font-size: 12px;
    }

.flow-icon-word {
    margin: 20px auto 10px auto;
    width: 46px;
    height: 46px;
    background-image: url(./images/flow-word.png);
}

.flow-icon-excel {
    margin: 20px auto 10px auto;
    width: 46px;
    height: 46px;
    background-image: url(./images/flow-excel.png);
}

.flow-selector-card.green .title {
    /* color:#588b26;*/
}

.flow-selector-card.red .title {
    /*color:#bb361c;*/
}

.flow-selector-card.green {
    background-image: url(./images/flow-selector-card-green.png);
}

.flow-selector-card.red {
    background-image: url(./images/flow-selector-card-red.png);
}

.flow-selector-card.orange {
    background-image: url(./images/flow-selector-card-orange.png);
}

.flow-selector-card.yellow {
    background-image: url(./images/flow-selector-card-yellow.png);
}

.flow-selector-card.blue {
    background-image: url(./images/flow-selector-card-blue.png);
}

.flow-selector-card .description {
    padding: 15px;
    color: #797979;
}

#flowguide-dialog .tractor-panel {
    padding: 10px;
}

.tab_container {
    height: 198px; /*220*/
    clear: both;
    overflow: auto;
    position: relative;
}

.tab_container_new {
    height: 270px; /*220*/
    clear: both;
    overflow: auto;
    position: relative;
}

.home-tab-content {
    height: 100%;
    overflow: hidden;
}

.history-area {
    display: none;
}

.reportFormItem {
    width: 203px;
    height: 43px;
    line-height: 43px;
    padding-left: 10px;
    background-image: url(./images/reportBj.png);
    float: left;
    margin: 20px 25px 20px 25px;
}

.safeRed {
    background-image: url(./images/safeRed.png);
    height: 62px;
    width: 62px;
    margin: auto;
}

    .safeRed span {
        font-family: Arial;
        font-size: 26px;
        color: #e95200;
        font-weight: bold;
        line-height: 62px;
    }


.safeGreen {
    background-image: url(./images/safeGreen.png);
    height: 62px;
    width: 62px;
    margin: auto;
}

    .safeGreen span {
        font-family: Arial;
        font-size: 26px;
        color: #5ba51e;
        font-weight: bold;
        line-height: 62px;
    }

.m-nav-show {
    display: none;
    width: 10px;
    background-image: url('./images/home/show.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.m-nav-hidden {
    width: 10px;
    background-image: url('./images/home/hidden.png');
    height: 68px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.documentItem {
    width: 179px;
    height: 29px;
    line-height: 25px;
    text-align: center;
    float: left;
    margin: 5px 2px 2px 3px;
    position: relative;
    border: solid 1px #F3D7A2;
    border-bottom: solid 2px #bf8f56;
    box-shadow: 0px 1px 1px #D2AF6B;
    background-color: #fffdf7;
}

    .documentItem .nav-link span {
        color: #B88008;
    }

    .documentItem div {
        color: Black;
        font-weight: bolder;
        display: inline-block;
        background-repeat: no-repeat;
        position: absolute;
        top: 6px;
        left: 50px;
        width: 20px;
        height: 20px;
    }

    .documentItem a {
        font-size: 12px;
        padding-left: 0px;
        line-height: 25px;
        position: relative;
        vertical-align: middle;
        zoom: 1;
    }

.ReceiptMsg {
    height: 24px;
    padding-left: 10px;
    padding-right: 35px;
    margin-right: 15px;
    border: 2px solid #8DBD59;
    background-color: #FAFFF2;
    float: left;
    text-align: center;
    font-size: 18px;
    color: Black;
}

.UnReceiptMsg {
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
    background-color: #F8F8F8;
    border: 2px solid #D7D6D6;
    float: left;
    text-align: center;
    font-size: 18px;
    color: Black;
    display: black;
    _width: 300px;
    margin-bottom: 10px;
}



/************************
*nav-bar
**********************/

.nav-container {
    height: 500px;
    overflow: auto;
    padding-top: 10px;
    border: 1px solid #BABABA;
    border-top: none;
    position: relative;
}

.nav-bar {
    border: 1px solid #CACACA;
    border-top: none;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 1px #eee;
}

    .nav-bar ul {
        margin: 0px;
        list-style: none;
        display: block;
        padding-left: 0px;
    }

        .nav-bar ul .nav-anchor {
            padding: 10px;
            background-color: #f3f3f3;
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
            height: 16px;
            border: 1px solid #c2cad2;
            cursor: pointer;
        }

            .nav-bar ul .nav-anchor.selected {
                background-color: #ffffff;
                border: 1px solid #b7d3e8;
            }

            .nav-bar ul .nav-anchor a {
                color: black;
            }

            .nav-bar ul .nav-anchor.selected a {
                color: #317fca;
            }

.keep-scroll {
    height: 500px;
}

.ui-kbtext-textarea .ui-smarttext-textarea {
    width: 400px;
}

.ui-kbtext-input .ui-smarttext-input {
    width: 300px;
}





/************************
*nav-bar
**********************/

.nav-container {
    height: 500px;
    overflow: auto;
    padding-top: 10px;
    border: 1px solid #BABABA;
    border-top: none;
    position: relative;
}

.nav-bar {
    border: 1px solid #CACACA;
    border-top: none;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 1px #eee;
    _width: 100%;
}

    .nav-bar ul {
        margin: 0px;
        list-style: none;
        display: block;
        padding-left: 0px;
    }

        .nav-bar ul .nav-anchor {
            padding: 10px;
            background-color: #f3f3f3;
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
            height: 16px;
            border: 1px solid #c2cad2;
            cursor: pointer;
            _padding-top: 8px !important;
        }

            .nav-bar ul .nav-anchor.selected {
                background-color: #ffffff;
                border: 1px solid #b7d3e8;
            }

            .nav-bar ul .nav-anchor a {
                color: black;
            }

            .nav-bar ul .nav-anchor.selected a {
                color: #317fca;
            }

.keep-scroll {
    height: 500px;
}

.ui-kbtext-textarea {
    width: 300px;
}

/*首页  系统运行近况*/
.star {
    margin-top: 5px;
    height: 86px;
    width: 86px;
}

.star-item {
    width: 20%;
    float: left;
    padding-bottom: 5px;
}

    .star-item > p {
        margin-top: 5px;
        float: left;
        margin-left: 18px;
    }

.star span {
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    line-height: 76px;
}

.five-star span {
    color: #d93636;
}

.four-star span {
    color: #ee6428;
}

.three-star span {
    color: #e49024;
}

.two-star span {
    color: #ff9913;
}

.one-star span {
    color: #e9c70b;
}

.five-star {
    background-image: url(./images/home/five-star.png);
}

.four-star {
    background-image: url(./images/home/four-star.png);
}

.three-star {
    background-image: url(./images/home/three-star.png);
}

.two-star {
    background-image: url(./images/home/two-star.png);
}

.one-star {
    background-image: url(./images/home/one-star.png);
}





/************************
*nav-bar
**********************/

.nav-container {
    height: 500px;
    overflow: auto;
    padding-top: 10px;
    border: 1px solid #BABABA;
    border-top: none;
    position: relative;
}

.nav-bar {
    border: 1px solid #CACACA;
    border-top: none;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #f3f3f3;
    box-shadow: 0px 4px 1px #eee;
}

    .nav-bar ul {
        margin: 0px;
        list-style: none;
        display: block;
        padding-left: 0px;
    }

        .nav-bar ul .nav-anchor {
            padding: 10px;
            background-color: #f3f3f3;
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
            height: 16px;
            border: 1px solid #c2cad2;
            cursor: pointer;
        }

            .nav-bar ul .nav-anchor.selected {
                background-color: #ffffff;
                border: 1px solid #b7d3e8;
            }

            .nav-bar ul .nav-anchor a {
                color: black;
            }

            .nav-bar ul .nav-anchor.selected a {
                color: #317fca;
            }

.keep-scroll {
    height: 500px;
}

.ui-attachments-inner {
}

    /*-------------------------------------------------------
*ui-attachments-inner
-------------------------------------------------------*/
    .ui-attachments-inner .ui-files {
        max-width: 610px;
    }

    .ui-attachments-inner .attachment-item {
        float: left;
        margin-right: 13px;
    }

        .ui-attachments-inner .attachment-item .ops {
            display: inline;
            margin-left: -5px;
        }

        .ui-attachments-inner .attachment-item .op-wrapper {
            color: #40413c;
            margin-right: -6px;
            margin-left: -6px;
        }

        .ui-attachments-inner .attachment-item .ops a {
            color: #2b5bbd;
            margin: 0 -6px;
        }

        .ui-attachments-inner .attachment-item .sepacator {
            margin-left: 7px;
        }

/*-------------------------------------------------------
*sprite css
-------------------------------------------------------*/
i.sprite-img {
    display: inline-block;
}





.dropdown-container {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    padding: 2px;
    min-height: 20px;
    min-width: 150px;
}

.dropdown-container {
    position: absolute;
}

/***
*tooltip-able
********************************/
.tooltip-container {
    position: absolute;
}

    .tooltip-container .tooltip-arrow.top {
        background-image: url(../../AnlingFrame/Content/images/user-delega-arrow-top.png);
        background-repeat: no-repeat;
        background-position: 50% 0;
        margin-bottom: -1px;
        width: 100%;
        height: 7px;
        position: relative;
    }

    .tooltip-container .content {
        /*
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
*/
        background-color: #fff;
        border: 1px solid #e4f0ff;
        padding: 2px;
        min-height: 20px;
    }

/*-------------------------------------------------------
*ui-attachments-type
-------------------------------------------------------*/
.ui-attachments-type .ui-files {
    max-width: 610px;
}

.ui-attachments-type .attachment-item {
    float: left;
    margin-right: 13px;
}

    .ui-attachments-type .attachment-item .ops {
        display: inline;
        margin-left: -5px;
    }

    .ui-attachments-type .attachment-item .op-wrapper {
        color: #40413c;
        margin-right: -6px;
        margin-left: -6px;
    }

    .ui-attachments-type .attachment-item .ops a {
        color: #2b5bbd;
        margin: 0 -6px;
    }

    .ui-attachments-type .attachment-item .sepacator {
        margin-left: 7px;
    }

    .ui-attachments-type .attachment-item .icon {
        background-image: url("./images/blue-webfw-icons.png");
        background-repeat: no-repeat;
        display: block;
        height: 16px;
        position: relative;
        text-indent: -99999px;
        width: 16px;
        overflow: hidden;
        float: left;
        margin-top: 5px;
    }

ul.attachment-type-dialog {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

    ul.attachment-type-dialog li .icon {
        background-image: url("./images/blue-webfw-icons.png");
        background-repeat: no-repeat;
        display: block;
        height: 16px;
        position: absolute;
        text-indent: -99999px;
        width: 16px;
        margin-left: -20px;
        margin-top: 2px;
    }

    ul.attachment-type-dialog li {
        line-height: 20px;
    }



/* ------------------new statis-panel
   Create by 2015-8-5
------------------------------------*/
.ui-statis-panel .ui-tabs {
    background-color: #f6f6f6;
    overflow: hidden;
    border: none;
}

    .ui-statis-panel .ui-tabs ul {
        margin: 0px;
        list-style: none;
        display: block;
        height: 66px;
        padding-left: 0px;
        background-color: #f3f3f3 !important;
    }

        .ui-statis-panel .ui-tabs ul li {
            padding-left: 1px;
            background-color: #f6f6f6;
            float: left;
            height: 32px;
            border: 1px solid #c2cad2;
            cursor: pointer;
            margin-top: 13px;
            margin-left: 20px;
            line-height: 32px;
            border-bottom: 1px solid #c2cad2 !important;
        }

            .ui-statis-panel .ui-tabs ul li.selected {
                background-color: #ffffff;
                border: 1px solid #b7d3e8;
            }

            .ui-statis-panel .ui-tabs ul li a {
                color: black;
            }

            .ui-statis-panel .ui-tabs ul li.selected a {
                color: #317fca;
            }

.ui-statis-panel .panel-content {
    padding: 0;
}

.ui-statis-panel .ui-searchbar {
    border: none;
}

.ui-statis-panel .dividing-line {
    border: none;
    height: 5px;
    background-color: #EEEEEE;
}

/*弹框样式  新闻*/
.cd-popup-trigger2 {
    height: 26px;
    line-height: 26px;
}

.cd-popup2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0,0.5);
    background-image: url(../images/pixe.png);
    display: none;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .cd-popup2.is-visible {
        opacity: 1;
        display: block;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
        overflow: auto
    }

.cd-popup-container2 {
    position: relative;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    margin: 4em auto;
    background: #FFF;
    border: 2px solid #d9d9d9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform；-webkit-transition-duration:0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tk_title {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 5px;
    padding-left: 0;
}

.tk_time {
    color: #a4a4a4;
    font-size: 12px;
    padding: 5px;
    padding-left: 0;
}

.tk_hr {
    height: 1px;
    font-size: 0;
    background: #2065ab;
    margin: 15px 0px;
}

.tk_main {
    line-height: 20px;
    font-size: 14px;
    color: #414241;
}

.cd-popup-container2 .cd-popup-close2 {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../Content/images/cha.png) no-repeat
}

.is-visible .cd-popup-container2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*内首页小轮播*/
.flash-temp {
    height: 328px;
    overflow: hidden;
    position: relative;
    width: 43.3%;
    float: left;
    display: inline;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .flash-temp img {
        width: 100%;
        height: 100%;
        display: block;
        border: none;
    }

    .flash-temp .page {
        bottom: 35px;
        position: absolute;
        right: 10px;
    }

        .flash-temp .page span {
            background-color: #717196;
            color: #FCFCFC;
            cursor: pointer;
            display: inline-block;
            font-family: Arial;
            font-weight: bold;
            height: 16px;
            line-height: 16px;
            text-align: center;
            width: 16px;
        }

        .flash-temp .page .current {
            background-color: #DEE9DC;
        }

    .flash-temp .pic-bottom-title {
        color: #FFFFFF;
        background-color: #317FCA;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 0px;
        text-align: center;
        padding-top: 5px;
        font-family: "宋体";
        width: 100%;
    }

/*小轮播新闻*/
.flash-news {
    height: 328px;
    overflow: hidden;
    position: relative;
    width: 52.3%;
    float: right;
    margin-top: 16px;
    /*margin-left: 18px;*/
    margin-right: 18px;
    margin-bottom: 10px;
}

    .flash-news .fn-show .fn_title {
        text-align: center;
        font-family: "宋体";
        font-size: 16px;
        color: #CF1424;
    }

    .flash-news .fn-show .fn_content {
        float: left;
        text-indent: 2em;
        font-size: 14px;
        color: #414241;
        margin-top: 16px;
        line-height: 24px;
    }

.dashed {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #000;
    margin-top: 17px;
    margin-bottom: 10px;
}

.detailed {
    font-family: "宋体";
    font-size: 14px;
    color: #CF1424;
    cursor: pointer;
}

.flash-news .list list-1 {
    margin-top: 10px;
}

.flash-news .list {
    border: 1px solid #F3F3F3;
    height: 155px;
    width: 316px;
    _width: 310px;
    _padding-bottom: 15px;
    list-style: disc inside;
    padding-top: 5px;
}

.flash-news .fn-list-new .fn-list-title {
    color: #414241;
}

.flash-news .fn-list-new span.time {
    float: right;
    padding-right: 10px;
    right: 10px;
    position: absolute
}

.content-detailed {
    margin: 0px;
    padding: 0px;
}

/*echarts panel theme*/
.ui-echarts-panel .ui-tabs {
    background-color: White;
    overflow: hidden;
    border: none;
}

    .ui-echarts-panel .ui-tabs .ui-tabs-nav {
        border: none;
        /*   margin-top:5px;*/
    }

    .ui-echarts-panel .ui-tabs ul {
        margin: 0px;
        list-style: none;
        display: block;
        height: 66px;
        padding-left: 0px;
        background-color: white;
    }

        .ui-echarts-panel .ui-tabs ul li a {
            color: black;
        }

        .ui-echarts-panel .ui-tabs ul li {
            padding-left: 1px;
            background-color: #DDF1FC;
            float: left;
            height: 32px;
            border: 1px solid #c2cad2;
            cursor: pointer;
            margin: 2px 10px 2px 10px;
            line-height: 32px;
            border-bottom: 1px solid #c2cad2 !important;
        }

            .ui-echarts-panel .ui-tabs ul li.selected {
                background-color: #ffffff;
                border: 1px solid #b7d3e8;
            }


    .ui-echarts-panel .ui-tabs .ui-tabs-nav li a {
        text-decoration: none;
        padding: 0;
    }

    .ui-echarts-panel .ui-tabs ul li a span {
        font-style: normal;
        font-family: 微软雅黑, Arial, Verdana, sans-serif;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ui-echarts-panel .ui-tabs ul li.selected a {
    }

    .ui-echarts-panel .ui-tabs .main-chart .echart {
        border: 1px solid #DCDCDC;
        margin: 10px 10px 10px 10px;
    }

    .ui-echarts-panel .ui-tabs .main-chart .mixechart {
        border: 1px solid #DCDCDC;
        margin: 0px 0px 10px 10px;
        float: left;
        width: 48.5%;
        height: 363px;
    }

.ui-echarts-panel .panel-content {
    padding: 0;
}

.ui-echarts-panel .ui-searchbar {
    border: none;
    background-color: White;
    display: inline;
    position: relative;
}

    .ui-echarts-panel .ui-searchbar .search-button {
        position: static;
        float: right;
    }

    .ui-echarts-panel .ui-searchbar .searcField {
        float: left;
        margin: 0px 0px 0px 0px;
    }

    .ui-echarts-panel .ui-searchbar .searcField1 {
        float: left;
        margin: 0px 0px 0px 0px;
    }

    .ui-echarts-panel .ui-searchbar .searcField .ui-datetime {
        float: left;
        margin: 0px 0px 0px 0px;
        width: 100px;
    }

.ui-echarts-panel .dividing-line {
    border: none;
    height: 1px;
    background-color: #DCDCDC;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dividing-bottom-line {
    height: 1px;
    margin-right: 10px;
}

.ui-echarts-panel .clear {
    clear: none;
}

.ui-echarts-panel .clear-both {
    clear: both;
}

.date {
    width: 232px;
}

.date, .time {
    border: 1px solid #cccccc;
    line-height: 25px;
    height: 25px;
    padding: 0;
    padding-left: 2px;
    background-color: #ffffff;
    display: inline-block;
    /*float: left;*/
}

.float-r {
    float: right
}

.float-l {
    float: left
}
/*航材院内首页不符合信息列表*/
.plug-in-insidehome {
    height: 262px;
    overflow: hidden;
    float: left;
}

    .plug-in-insidehome .plug-in {
        background: #FCFCFC;
        height: 260px;
        margin-right: 10px;
        width: 546px;
        float: left;
        position: relative;
        margin-bottom: 10px;
        border: 1px solid #DFDFDF;
        border-top: 0px;
    }

    .plug-in-insidehome .tit {
        height: 30px;
        border: 1px solid #BBBBBB;
        position: relative;
        border-bottom: 2px solid;
        border-bottom-color: #317fca;
        background-color: transparent;
    }

    .plug-in-insidehome .plug-in-info {
        position: absolute;
        top: 9px;
        left: 4px;
        border: 1px solid #DFDFDF;
        border-color: #317fca;
        border-bottom: 1px solid #fff;
        background: #FCFCFC;
        font-size: 13px;
        color: #7F7F7F;
        padding: 0 5px;
        line-height: 22px;
    }

    .plug-in-insidehome .list li a {
        color: #414241;
    }

    .plug-in-insidehome .list span.time {
        color: #94B0E6;
        padding-right: 10px;
        padding-left: 5px;
    }

    .plug-in-insidehome .list span.name {
        color: #ADAFAD;
        padding-left: 10px;
    }

#map-factorymap, #map-dsourcemap, #map-dsourceplacemap, #map-hdmap {
    height: 640px;
}

.layui-checkbox-td {
    line-height: 35px;
}

.error-tips {
    border-color: red
}
