﻿.filter-title{
    display:inline-block;
    width:80px;
}

.od-table-no-line-no-line {
    width: 100%;
    border: none;
}


    .od-table-no-line tr:last-child th, .od-table-no-line tr:last-child td {
        border: 0;
    }

    .od-table-no-line th:last-child, .od-table-no-line td:last-child,
    .od-table-no-line th, .od-table-no-line td {
        padding: 10px 10px 10px 0;
        border: none;
        vertical-align: top;
    }

    .od-table-no-line th {
        width: 120px;
    }


.ja-list {
    line-height: 200%;
}

/*multiselect:start*/
.ja-multiselect .fa-check-circle {
    color: #ddd;
}

.ja-multiselect .ja-active .fa-check-circle {
    color: #4d90fd;
}

.ja-multiselect li.ja-active:hover .fa-check-circle {
    color: #fff;
}
/*multiselect:end*/

/*form:start*/
.ja-fixed-form-title .control-label {
    width: 150px !important;
}
/*form:end*/
/*font:start*/
.b {
    font-weight: bold;
}

.gray{
    color:#ccc;
}

.red{
    color:red;
}
/*font:end*/


.normal-opt{
    font-weight:normal;
    display:inline-block;
    width:150px;
    text-overflow:ellipsis;
}

.normal-p p {
    margin: 0 !important;
    padding: 0 !important;
}
.ja-table-bottom-action {
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

.ja-dot-line {
    border-bottom: dotted 1px #ddd;
    padding-bottom: 10px;
}

.ja-line-b {
    border-bottom: solid 1px #ddd !important;
    padding-bottom: 10px;
}

.ja-line {
    border-top: solid 1px #ddd !important;
    padding-bottom: 10px;
    height: 1px;
    overflow: hidden;
}

.ja-v-validation,
.field-validation-error {
    color: #c40012;
    background: url(../images/validation_error.gif) 0 center no-repeat;
    padding-left: 20px;
}

.ja-btn-wide {
    padding-right: 35px;
    padding-left: 35px;
}


.ja-overlay-in-box {
    position: absolute;
    background: gray;
    opacity: .1;
    text-align: center;
    font-size: 50px;
}

a.ja-dim-link {
    color: gray;
}

    a.ja-dim-link:hover {
        color: #3380ff;
    }

.ja-message-line {
    border-left: solid 2px #d8e7ff;
    padding-left: 8px;
}

    .ja-message-line span {
        color: #bbb;
        display: block;
    }

.datetime {
    background-image: url(../images/calendar.gif) !important;
    background-position: right 7px !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
}

.ja-datetime {
    position: relative;
}

.ja-datetime-remove {
    position: absolute;
    right: 35px;
    top: 3px;
    cursor: pointer;
    padding: 8px;
}

    .ja-datetime-remove:hover {
        background: #bbb;
    }

html tr.ja-table-header th {
    border-bottom-width: 2px;
    padding: 15px 10px;
}

.ja-table-add-row {
    text-align: center;
}

html table tr td.ja-table-add-row:hover {
    color: #4d90fd;
    cursor: pointer;
}

.ja-info .form-group {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

    .ja-info .form-group label {
        display: inline-block;
        width: 100px !important;
        text-align: left !important;
    }

/*TONY DAY 祖传代码 : start*/
.lc-link {
    color: #0685df;
}

    .lc-link:hover {
        border-bottom: dashed 1px #0685df;
        cursor: pointer;
    }

/*TONY DAY 祖传代码 : end*/

/*glue:start*/

/*text align*/
.tr {
    text-align: right !important;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

/*margin*/
.m0 {
    margin: 0 !important;
}

html .m5 {
    margin: 5px !important;
}

html .mt10 {
    margin-top: 10px !important;
}

html .mb10 {
    margin-bottom: 10px !important;
}

html .mb15 {
    margin-bottom: 15px !important;
}

html .mb20 {
    margin-bottom: 20px !important;
}

html .mr20 {
    margin-right: 20px !important;
}

html .mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15{
    margin-right:15px !important;
}

.ml20 {
    margin-left: 20px !important;
}
/*padding*/
html .p5 {
    padding: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p10{
    padding:10px !important;
}

/*text align*/
html .tac {
    text-align: center !important;
}
/*glue:end*/

/*data table:start*/

div[data-ja="base-search"] {
    position: relative;
    z-index: 999;
}


div [data-ja="base-search-field-tips"] {
    position: absolute;
    right: 1px;
    top: 34px;
    background: #fff;
    width: 171px;
    padding: 10px;
    box-shadow: 0 0 5px gray;
    color: gray;
    display: none;
    opacity: .8;
}

    div[data-ja="base-search-field-tips"] dl {
        margin: 0;
    }

    div[data-ja="base-search-field-tips"] dd {
        line-height: 160%;
        padding-left: 10px;
    }

table[data-ja="datatable"] th {
    position: relative;
}

.ja-table-searchable {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #d7edff;
    border-radius: 3px;
}

td[data-ja-editable-cell] {
    position: relative;
}

    td[data-ja-editable-cell] i[data-ja-editable-cell-modify] {
        position: absolute;
        right: 5px;
        top: 5px;
        visibility: hidden;
        cursor: pointer;
        opacity: .5;
        /*background:#fff;
        border-radius:3px;
        padding:4px 8px;
        border:solid 1px gray;*/
    }

    td[data-ja-editable-cell]:hover i[data-ja-editable-cell-modify] {
        visibility: visible;
    }

    td[data-ja-editable-cell] i[data-ja-editable-cell-modify]:hover {
        opacity: 1;
    }

th[data-ja-sorting]:hover {
    border-bottom-color: #2083d6;
    cursor: pointer;
}

.ja-datagrid-even {
    background: #f8f8f8;
}

#ja-main-header-content {
    display: none;
    padding: 20px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #f2f2f2;
}

#ja-main-header-content-loading {
    text-align: center;
    font-size: 200%;
}

html td.ja-list-no-data {
    text-align: center;
}

.ja-pref-column-item {
    float: left;
    display: inline-block;
    width: 135px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.ja-row-highlight tr:hover {
    background: #b3e3ff;
}
.ja-row-highlight tr.ja-select-row {
    background: #b3e3ff;
}

tr.ja-row-checked {
    background: #ffffcc;
}


.ja-list-filter {
    margin-bottom: 15px;
    border: solid 1px #bee2ff;
    padding:7px;
    border-radius:5px;
}


.ja-list-filter span{
    display:block;
    float:left;
    width:100px;
    font-weight: bold;
}

    .ja-list-filter ul {
        list-style: none;
        margin:0;
        padding-left:100px;
    }

    .ja-list-filter li {
        margin: 1px 0px;
        display: inline-block;
        padding: 2px 5px;
        border-radius: 3px;
    }

        .ja-list-filter li i {
            display: none;
        }

        .ja-list-filter li:hover,
        .ja-list-filter .active {
            background: #2083d6;
            color: #fff;
            cursor: pointer;
        }

            .ja-list-filter .active i {
                display: inline-block;
            }

/*data table:end*/
/*editing:start*/
.ja-form-tips {
    color: gray;
    font-size: 12px !important;
}

html h3.ja-form-section-title {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.ja-modal-id-info {
    color: gray;
    float: left;
}

.ja-flex-box {
    column-count: 2;
    column-gap: 20px;
}

.ja-flex-box-item {
    break-inside: avoid;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px;
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #efefef;
}

    .ja-flex-box-item .header {
        border-bottom: solid 1px #dadada;
        margin-bottom: 20px;
    }

.ja-column-1 {
    width: 49%;
    float: left;
}

.ja-column-2 {
    width: 49%;
    float: right;
}
/*.ja-form {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border: none;
    border-radius: 3px;
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #efefef;
}

    .ja-form .ja-form-table {
        border-collapse: collapse;
    }

        .ja-form .ja-form-table td {
        }

        html .ja-form .ja-form-table .ja-form-caption td {
            background: #fff;
            font-size: 16px;
            border-bottom: solid 1px #ddd;
            padding:0 0 5px 0;
        }

        .ja-form .ja-form-table td {
            border: 0;
            border-bottom: dotted 1px #ddd;
            padding: 10px;
            vertical-align:top;
        }

            .ja-form .ja-form-table td:nth-child(odd) {
                padding:10px 20px 10px 0;  
            }

            .ja-form .ja-form-table td:nth-child(even) {
                padding: 10px 0 10px 20px;
            }*/
/*.ja-2-columns-form .form-group {
    width: 48%;
    float: left;

}

    .ja-2-columns-form .form-group:nth-child(odd) {
        margin-right:4%;
    }

    .ja-2-columns-form .form-group:last-child {
        clear: right;
    }*/
/*editing:end*/
.ja-mask,
.ja-modal-overlay, #ja-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2); /* Black background with opacity */
    z-index: 9900; /* Specify a stack order in case you're using a different order for other elements */
}

#ja-overlay-loading {
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 5em;
    color: #fff;
}

.ja-operation-success {
    opacity: 0.1;
    position: absolute;
    width: 360px;
    height: 344px;
    background-image: url(../images/operation_success.png);
    background-size: cover;
    z-index: 9999;
}

/*modal:start*/
.ja-modal {
    box-shadow: 0 0 15px gray;
    border-radius: 5px;
    width: 90%;
    position: absolute;
    left: 5%;
    background: #f6f6f6;
    padding: 0;
    display: none;
    z-index: 9910;
    padding-bottom: 10px;
}

    .ja-modal header {
        background: #2083d6;
        height: 45px;
        line-height: 45px;
        color: #fff;
        /*margin-top: -20px;*/
        border-radius: 5px 5px 0 0;
        width: 100%;
    }

    .ja-modal .header_inactive {
        background: #ddd !important;
        color: inherit !important;
    }

    .ja-modal header h3 {
        float: left;
        margin: 0;
        padding-left: 20px;
        /*padding-top: 18px;*/
        line-height:45px;
    }

.ja-modal-close {
    border: 0;
    background: none;
    font-size: 150%;
    margin-right: 20px;
  /*  margin-top: 20px;*/
    opacity: .8;
    padding:0;
}

    .ja-modal-close:hover {
        opacity: 1;
    }

.ja-modal footer {
    height: 70px;
    text-align: right;
    padding: 20px;
    border-top: solid 1px #e5e5e5;
    background: #fff;
    border-radius: 0 0 5px 5px;
    margin-bottom: -10px;
}

.ja-modal-content {
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
}

/*modal:end*/


/*page tabs:start*/
#ja-page-tabs li {
    padding-right: 15px;
}

    #ja-page-tabs li a {
        padding-right: 15px;
    }

#ja-page-tabs i {
    position: absolute;
    right: 5px;
    top: 18px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    height: 14px;
    width: 14px;
    font-size: 80%;
    opacity: .5;
}

    #ja-page-tabs i:hover {
        cursor: pointer;
        background: red;
        opacity: 1;
    }

.ja-tab-page-item {
    height: 100%;
    overflow: hidden;
}

    .ja-tab-page-item iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: none;
    }



.ja-tab-page-mask {
    top: 0;
    background: #eee;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .ja-tab-page-mask span {
        margin-top: 100px;
        display: inline-block;
    }

        .ja-tab-page-mask span:last-child {
            margin-top: 10px;
        }


/*page tabs:end*/

/*lc-editing-object:start*/
.lc-editing-object {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 3px #0095ff;
    background-color: #e9f6ff;
}

    .lc-editing-object p {
        font-size: 120%;
        font-weight: bold;
    }

.lc-editing-object-title {
    text-align: center;
    margin-bottom: 10px;
    background: #0095ff;
    margin: -10px -10px 10px -10px;
    padding-bottom: 3px;
    color: #fff;
    text-shadow: 1px 0 #000;
}

.lc-editing-object p.lc-editing-object-subtitle {
    font-size: 12px;
    font-weight: normal;
}

/*lc-editing-object:start*/



/*tree view:start
    created on 2015
    by Tony Day
    */
.lc-tv-cate_list {
    position: relative;
    padding: 0 10px 10px 10px;
    line-height: 160%;
}

    .lc-tv-cate_list .lc-tv-tick {
        position: absolute;
        left: 0;
    }

        .lc-tv-cate_list .lc-tv-tick i {
            display: inline-block;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
        }

            .lc-tv-cate_list .lc-tv-tick i:hover {
                cursor: pointer;
                color: #fff;
                background: #3c8dbc;
                border-radius: 50%;
            }

    .lc-tv-cate_list a {
        color: inherit;
    }

        .lc-tv-cate_list a:hover {
            border-bottom: dotted 1px #000;
        }

    .lc-tv-cate_list > dl {
        margin-bottom: 10px;
        border-bottom: dashed 1px #ccc;
        padding-bottom: 10px;
    }

html .lc-tv-cate_list dt {
    font-weight: normal;
}

.lc-tv-cate_list > dl > dt {
    font-weight: bold;
}

.lc-tv-cate_list dl {
    padding-left: 20px;
}



body .lc-tv-cate_list > dl {
    padding-left: 50px;
}

.ja-tree-view {
    cursor: pointer;
}

body .ja-tree-view > dl {
    padding-left: 0;
}

.ja-tree-view .ja-some-checked .fa-check-circle,
.ja-tree-view .ja-checked .fa-check-circle {
    color: #4d90fd;
}

.lc-tv-cate_list dt.active,
.lc-tv-cate_list dl dt:hover {
    background: #e2f0ff;
    color: inherit;
}

.lc-tv-cate_list .lc-tv-tree_1 {
    margin: 0;
    background: url( ../images/tree/1.png) no-repeat;
}

.lc-tv-cate_list .lc-tv-tree_2 {
    margin: 0;
    /*此背景颜色不能去，否则左侧目录树叉显示不准确*/
    background: url(../images/tree/2.png) no-repeat #fff;
}

.lc-tv-cate_list .lc-tv-tree_3 {
    margin: 0;
    background: url(../images/tree/3.png) repeat-y;
}

.lc-tv-right-side {
    position: absolute;
    right: 20px;
}
/*tree view:end*/


/*File Uploador/Image Uploador:common:start*/
.lc-image-uploador-drop-box,
.lc-file-uploador-drop-box {
    border: dashed 3px gray;
    background: #efefef;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 10px;
    /*display:inline-block;*/
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

.lc-image-uploador-drop-busy,
.lc-file-uploador-drop-busy {
    line-height: 120px;
}

.lc-image-uploador-drop-box i,
.lc-file-uploador-drop-box i {
    line-height: 120px;
}

.lc-image-uploador-drop,
.lc-file-uploador-drop {
    background: #3c8dbc;
    color: #fff;
    border-color: #fff;
}

    .lc-image-uploador-drop i,
    .lc-file-uploador-drop i {
        display: none;
    }

/*File Uploador/Image Uploador:common:end*/

/*File Uploador:start*/
.lc-file-uploador {
}



.lc-file-uploador-preview {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

    .lc-file-uploador-preview:hover {
        padding-right: 30px;
    }

        .lc-file-uploador-preview:hover .lc-file-uploador-remove {
            display: inline-block;
        }

.lc-file-uploador-remove {
    top: 3px;
    right: 0;
    color: red;
    border: solid 1px red;
    height: 25px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    display: none;
}

    .lc-file-uploador-remove:hover {
        cursor: pointer;
        background: #fff1f1;
    }
/*File Uploador:end*/

/*Image Uploador:start*/
.lc-image-uploadtor {
}

.lc-image-uploadtor-preview {
    position: relative;
    padding: 10px;
    border: solid 1px #ddd;
    display: inline-block;
    margin-right: 10px;
}

    .lc-image-uploadtor-preview:hover {
        box-shadow: 0 0 5px #000;
    }

        .lc-image-uploadtor-preview:hover .lc-image-uploadtor-remove {
            display: inline-block;
        }

.lc-image-uploadtor-remove {
    top: -10px;
    left: -10px;
    color: red;
    border: solid 1px red;
    height: 30px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    display: none;
}

    .lc-image-uploadtor-remove:hover {
        cursor: pointer;
        background: #fff1f1;
    }
/*Image Uploador:end*/




/*complex search:start*/
.ja-complex-search {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

.ja-complex-search-item {
    width: 400px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    height: 60px;
}

    .ja-complex-search-item .btn-group {
        margin-left: 0;
    }
/*complex search:end*/
.ja-popover-content-item {
    float: left;
    width: 320px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: dashed 1px #ddd;
    padding-bottom: 10px;
}

    .ja-popover-content-item dt {
        width: 100px;
        float: left;
    }

    .ja-popover-content-item dd {
        float: left;
        width: 220px;
    }

/*popover info:start*/
.popover-table-2-column {
    width: 700px;
}

.popover-table {
    border-collapse: collapse;
}

html .popover-table th, html .popover-table td {
    border: 0;
    border-bottom: dashed 1px #ddd;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
}

.popover-table th {
    width: 100px;
}

.popover-table td {
    width: 250px;
}
/*popover info:end*/
.ja-section {
    margin-bottom: 20px;
}

    .ja-section .ja--title {
        font-size: 120%;
        border-bottom: solid 1px #ddd;
        padding: 5px 10px;
        background: #efefef;
    }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #b3e3ff;
}
.ja-complex-search-item .input-text-clear {
    color: #ccc;
    position: absolute;
    right: 2%;
    top: 25%
}
    .ja-complex-search-item .input-text-clear:hover {
        color: #000;
    }
.ja-complex-search-item ul.text-list {
    display: none;
    list-style-type: none;
    position: absolute;
    background-color: white;
    border: #ccc solid 1px;
    z-index: 99;
    padding: 0;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}
.ja-complex-search-item ul.text-list .select2-search-choice-close {
    position: inherit;
    display: inline-block;
    float: right;
    margin-right: 3px;
}
.ja-complex-search-item .input-group input.form-control::-ms-clear{
    display: none;
}

#helpDescription {
    display: none;
    z-index: 9994;
    background-color: #ffefbb;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    max-width:500px;
}
    #helpDescription #hideHelp {
        position: absolute;
        left: -4px;
        top: -6px;
    }
#helpDescription .Description {

}
#helpDescription .Description > label {
    
}
#helpDescription .Gifimages img {
    width: 400px;
}
    #helpDescription .Gifimages label {
        vertical-align: top;
    }
.help-inline {
    padding-left:5px;
}

/*BootStrap Tooltip 样式修改*/
/*整个提示框最外层*/
.tooltip {

}
/*文字内容区域样式*/
.tooltip-inner {
    background-color: #ffefbb;
    color: #000;
    text-align: left;
    max-width: 300px;
}
/*三角形样式*/
.tooltip-arrow {

}
.tooltip.right .tooltip-arrow {
    border-right-color: #ffefbb !important;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #ffefbb !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffefbb !important;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ffefbb !important;
}

