.tableWrapper #table ,.tableWrapper #table th{
    text-align: center;
}
.inventory_title{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
#listInformationModalLabel ul{
    margin-top: 10px;
    margin-bottom: 20px;
}
#listInformationModalLabel li .Itemlabel{
    text-align: left;
}
#downloadmoreyear .modal-body .item{
    margin-top: 15px;
}
#downloadmoreyear .modal-body .item .group_tit .pull-left{
    font-weight: bold;
}
#downloadmoreyear .modal-body .item .checkboxWraper{
    margin-top: 10px;
}
#downloadmoreyear .modal-body .checkboxWraper .itemLabel{
    min-width: 20%;
}
#uploadDownloadfile .btn{
    margin-right: 10px;
}

.progress-bar-success{
    background-color: #26c038;
}
.configurationDetailsWraper{
    display: flex;
    justify-content: space-between;
}
.configurationDetailsContent{
    margin:10px 0 20px 0;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    width: 365px;
    /* height: 270px; */
    padding: 9px 11px;
}
.configurationDetailsContent .Itemlabel{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.configurationDetailsContent p{
    margin: 0;
}
#createInventoryModal{
    overflow-y: auto;
}
#createInventoryModal .selectAndSetInventoryContent,
#meic_coupling_inventory .selectAndSetInventoryContent{
    overflow:hidden;
}
#createInventoryModal .modal-body{
    /* height:653px; */
    overflow-y:auto
}
#createInventoryModal .modal-body>.item,
#meic_coupling_inventory .modal-body>.item{
    margin-top: 20px;
}
.selectInvenListWraper{
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 3px;
    width: 360px;
    /* min-width: 360px; */
    height: 200px;
    padding: 10px;
    margin-top:5px;
}
.selectInvenListWraper .inputGroup{
    position: relative;
    margin-bottom: 5px;
}
.selectInvenListWraper .groupAddon{
    position: absolute;
    right:0;
    padding:8px 12px;
    font-size: 14px;
    line-height: 1;
    color: #ccc;
    text-align: center;
}
.setInvenListWraper{
    padding: 10px;
    min-width: 360px;
    height: 182px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: auto;
}
.priorityPreviewBtn{
    cursor: pointer;
    min-width: 360px;
    height: 26px;
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    margin: 5px 0 0 0;
}
.outputFormatSettingContent{
    padding: 10px;
    /* width: 740px; */
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 10px;
}
.outputFormatSettingContent .outputFormatItem{
    overflow:hidden;
    padding-bottom: 10px;
}
.outputFormatSettingContent .outputFormatItem span.outItemLabel{
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    min-width:170px;
    margin-right: 10px;
    padding-top:3px;
    padding-bottom: 4px;
}
.OSRSettingItem{
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
}
.OSRSettingItem:last-child{
    margin: 0;
}
.OSRSettingItem .OSRSettingItemLabel{
    display: inline-block;
    min-width: 90px;
}
.OSRSettingItem input,
.OSRSettingItem select
{
    width: 100px;
    display: inline-block;
}
.outputFormatSettingContent .outputFormatItem .outItemForm{
    display: inline-block;
    float: left;
    color: #000;
}
.outputFormatSettingContent .outputFormatItem .outItemForm .itemLabel{
    min-width: 100px;
    margin-bottom: 0px!important;
}
.createInvenInputWraper{
    margin-top: 10px;
}
.labelTitle{
    line-height: 26px;
}
.meicList-title_desc{
    line-height: 18px;
}
.InventoryWraperPlacehold{
    font-size: 14px;
    line-height: 18px;
    color: #CCCCCC;
}
.InvenSearchList{
    height:150px;
    overflow-y: auto;
}
.searchGroupLabel{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.searchGroupItem{
    margin: 0;
}
.searchGroupItem .checkbox-inline{
    margin-bottom: 0;
    width:60%;
}
.searchGroupItem a{
    float: right;
    margin-right: 10px;
}
.setInvenListContent button{
    padding:0;
    width: 22px;
    height:22px;
}
.setInvenListContent button i{
    font-size: 8px;
}
.setInvenListContent button i.glyphicon-trash{
    color: #D83333;
}
.setInvenListItem{
    overflow: hidden;
    cursor: grabbing;
}
.setInvenListItem p{
    margin-bottom: 0;
}
/* 耦合清单查看配置 */
/* .inventory-name{
    font-size:16px;
    font-weight:bold;
    margin-left:10px;
} */

#meicCouplingInventoryModalLabel .modal-dialog {
    margin-top: 0 !important;
}

.datatable {
    border: 1px solid #E2E2E2;
    background: #fff;
    width: 100%;
    table-layout: fixed;
}

.datatable tbody tr.datatable_active{
    background-color: #fffeed !important;
}
.datatable tbody tr.datatable_in{
    background-color: #fffff6 !important;
}

.datatable th,
.datatable td {
    /*text-align: center;*/
    border: 1px solid #ccc;
    padding: 3px 10px 5px 10px;
    line-height: 24px;
    vertical-align:middle;
}

.datatable td {
    vertical-align: top;
}


.datatable th {
    font-weight: bold;
    background: #eee;
}

.datatable th .fa-stack {
    height:1.2em;
    line-height:1.2em;
}

.datatable th .fa-stack .icon-default{
    color: #777;
}


.datatable th .fa-stack .icon-secondary{
    color: #ccc;
}

.datatable th input[type="checkbox"]{
    margin:0;
}

.datatable tbody tr:nth-child(odd) {
    background: #fff
}

.datatable tbody tr:nth-child(even) {
    background: #fafafa;
}

.datatable tr.selected {
    background: #f1f9ff;
}

.datatable.noborder th,
.datatable.noborder td {
    text-align: left;
    border: 0px solid #E2E2E2;
    padding: 10px 10px;
    height: 40px;
    word-wrap: break-word;
}

.datatable.noborder tbody tr {
    border-top: 1px solid #e2e2e2;
}

.datatable span.main {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.datatable span.secondary {
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.datatable span.secondary b{
    color: #535353;
}

.datatable span.main~span.secondary {
    line-height: 20px;
}

.form-config-loading .module-loading,
.form-config-loading .module-exception{
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
}

.form-config .module-mask{
    z-index:1;
    position:absolute;
    top:100px;
    left:0;
    width:100%;
    height:500px;
    background:#fafafa;
    opacity:0.6;
}
.form-config .ps__rail-x,
.form-config .ps__rail-y{
    z-index:100;
}

.inventory-choice-notice,
.reason-priority-clear{
    position: absolute;
    top: 5px;
    left: 140px;
    white-space: nowrap;
    color:#c00;
    display:none;
}
.inventory-choice-notice .fa,
.reason-priority-clear .fa{
    margin-right:5px;
}

.form-config__view .form-control[disabled],
.form-config__view .date-picker .form-control[disabled]{
    background-color: transparent;
    border-style: none;
    color: #767676;
    cursor:text;
    padding: 0;
    height: 20px;
    line-height: 20px;
}

.form-config__view input[type="checkbox"],
.form-config__view input[type="radio"]{
    cursor:default;
}

#meicCouplingInventoryModalLabel .inventory_items {
    margin-top: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border-radius: 2px;
}

.form-config__view .con-text{
    padding-top:4px;
}

.form-config.form-config__view .item{
    padding-left:300px;
    padding-right:0;
}
.form-config.form-config__view .item .lbl{
    width:300px;
}

.form-config.form-config__view .item .selected{
    height: auto;
    background:transparent;
    border:none;
    padding: 6px 0 0 0;
}

.form-config.form-config__view .config-month{
    padding:0;
    background:transparent;
    border:none;
}

.form-config.form-config__view .config-hour{
    padding:0;
    background:transparent;
    border:none;
}


.form-config__view select.form-control{
    -webkit-appearance: none;
    -ms-appearance: none;
    padding-left: 6px;
    -moz-padding-start:2px;
}

.form-config .groups {
    position:relative;
    overflow: hidden;
}


.form-config .group_name {
    height: 30px;
    line-height: 24px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #dddeee;
}
.form-config .group_content{
    padding:10px 0;
}

.form-config .required {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.form-config .con{
    position:relative;
}

.form-config .has-error{
    border-color:#c00;
}

.form-config .error{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    color: #c00;
    left: 510px;
    white-space: nowrap;
}

.form-config .item {
    margin: 0 auto;
    width: 900px;
    position: relative;
    min-height: 23px;
    padding-left: 200px;
    padding-right:200px;
    margin-bottom: 10px;
}

.form-config .item .lbl {
    width: 200px;
    text-align: right;
    position: absolute;
    top: 4px;
    left: 0;
}

.form-config .item .selected {
    background: #f3f3f3;
    height: 80px;
    overflow: auto;
    border: 1px dotted #ddd;
    border-radius: 2px;
    padding: 5px 10px;
}

.form-config .item .selected div{
    line-height:22px;
}

.form-config .inventory-loading{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:default;
    padding-top:5px;
    padding-left:10px;
    color:#999;
}
.form-config .inventory-loading a{
    cursor:pointer;
}

.form-config [config-inventory-area] .selected,
.form-config [config-inventory-area] .clear-selected{
    display:none;
}

.form-config .item .clear-selected{
    position:relative;
}
.form-config .item .clear{
    position: absolute;
    top: -74px;
    right: 30px;
}
.form-config .item .selected .remove,
.form-config .item .clear{
    color:#c00;
    cursor:pointer;
}
.form-config .item .selected .remove:hover,
.form-config .item .clear:hover{
    color:#f00;
}
.form-config .item .selected .remove{
    margin-left:10px;
}

.form-config input[type=text] {
    padding: 0 5px;
}

.form-config .choice {
    padding-top: 5px;
    margin-bottom: 10px;
}

.form-config .choice label {
    margin-right: 15px;
}

.form-config input[type=checkbox],
.form-config input[type=radio] {
    margin-right: 5px;
    vertical-align: text-top;
}

.form-config textarea {
    padding: 5px;
}

.form-config select,
.form-config select option {
    padding: 0 1px;
}

.form-config .action {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.form-config .action .btns {
    position: relative;
    width: 900px;
    padding-left:200px;
    margin: 0 auto;
}

.form-config .action .btns .tip {
    width: 200px;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    color:#999;
}

.form-config .action .btn {
    margin-right: 10px;
}


.form-config .inventory_selected_error{
    width: 640px;
    height: 292px;
    position: absolute;
    top: 0;
    left: 100px;
}
.form-config .inventory_selected_error.has-error{
    border:1px solid #c00;
}
.form-config .inventory_selected_error .error{
    left:650px;
}

.form-config .species_selected_error{
    width: 640px;
    height: 85px;
    position: absolute;
    top: 0;
    left: 20px;
}
.form-config .species_selected_error.has-error{
    border:1px solid #c00;
}
.form-config .species_selected_error .error{
    left:650px;
}

.form-config .time_selected_error{
    width: 640px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 20px;
}
.form-config .time_selected_error.has-error{
    border:1px solid #c00;
}
.form-config .time_selected_error .error{
    left:650px;
}

.form-config .bounds_error{
    width: 640px;
    height: 128px;
    position: absolute;
    top: -7px;
    left: 20px;
}
.form-config .bounds_error.has-error{
    border:1px solid #c00;
}
.form-config .bounds_error .error{
    left:650px;
}

.config-priority{
    white-space:nowrap;
}
.config-priority .btn {
    margin-right: 10px;
}

.config-month,
.config-hour {
    background: #f3f3f3;
    border: 1px dotted #ddd;
    border-radius: 2px;
    padding: 10px;
    padding-top:5px;
    margin-top: 10px;
}
.config-month span{
    display: inline-block;
    width:60px;
}
.config-month b {
    display:inline-block;
    margin-bottom: 5px;
}


.config-bounds label {
    display: inline-block;
    width: 85px;
}
.config-bounds span {
    display: inline-block;
    margin-right: 15px;
}
.config-bounds div {
    margin-bottom: 10px;
}
.config-bounds .form-control {
    display: inline-block;
    width: 80px;
    margin-right: 5px;
}

.config-species {
    width: 600px;
    padding-top: 4px;
}
.config-species span {
    width: 70px;
    display: inline-block;
}


/* 选择清单 */
.inventory-source-list-head{
    position:relative;
    z-index:2;
}
.inventory-source-list-body{
    position:relative;
    z-index:1;
    top:-1px;
    height:198px;
    overflow: hidden;
    border:1px solid #ccc;
    border-top:none;
}
.inventory-source-list-body .datatable{
    width: calc(100% + 2px);
    margin: -1px;
}
.inventory-source-list-body .datatable tr:last-child td{
    border-bottom:none;
}
.inventory-source-list-body [placeholder]{
    padding:0;
    border:none;
}
.inventory-source-list-body .module-loading,
.inventory-source-list-body .module-exception,
.inventory-source-list-body .module-empty{
    height:189px;
    position:absolute;
    background:#fff;
    top:0;
    left:0;
    width:100%;
}
.inventory-source-list input[type=checkbox]{
    vertical-align:text-top;
    margin-right:5px;
}
.inventory-source-list .datatable th input[type=checkbox]{
    vertical-align:text-top;
    margin-right:5px;
    margin-top:4px;
}
.inventory-source-list-body .datatable tr[inventory_id],
.inventory-source-list-body .datatable tr[inventory_id] *{
    cursor:pointer;
}
.inventory-source-list-body .datatable tr[inventory_id].selected,
.inventory-source-list-body .datatable tr[inventory_id].selected:hover{
    background-color:#fdfce8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.inventory-source-list-body .datatable tr[inventory_id]:hover{
    background-color:#f9fcff;
}



/* 上传清单 */
.inventory-form{

}

.inventory-form .has-error{
    border-color:#c00;
}

.inventory-form .item{
    position:relative;
    min-height:23px;
    padding-left:100px;
    margin-bottom:10px;
}
.inventory-form .item .lbl{
    position:absolute;
    left:0;
    top:3px;
    width:100px;
    text-align:right;
}
.inventory-form .item .required{
    color: #f00;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.inventory-form input[type=radio]{
    vertical-align:text-top;
    margin-right:5px;
}

.inventory-form input[type=text],
.inventory-form input[type=number]{
    padding: 0 5px;
}
.inventory-form textarea{
    padding: 5px;
}
.inventory-form select,
.inventory-form select option{
    padding: 0 2px;
}


.upload-fname,
.upload-remove,
.upload-percent,
.upload-error{
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
.upload-fname{
    max-width:200px;
}
.upload-remove{
    cursor:pointer;
    display:none;
    margin-left:5px;
}
.upload-percent{
    font-size:12px;
    margin-left:5px;
}
.upload-percent .fa{
    vertical-align:middle;
    margin-right:5px;
    font-size:14px;
    color:#ccc;
}
.upload-error{
    color:#c00;
}

/* 时间选择  */
.datetimepicker-years .year,
.datetimepicker-months .month,
.datepicker-years .year,
.datepicker-months .month {
    width: 48px;
    height: 49px;
    line-height: 50px;
    margin: 5px 0;
    border-radius: 4px;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #5D94C0;
}

.datepicker td.day.disabled,
.datepicker td.day.disabled:hover,
.datepicker td span.month.disabled,
.datepicker td span.month.disabled:hover,
.datepicker td span.year.disabled,
.datepicker td span.year.disabled:hover{
    cursor:default;
    color:#eee;
    background:transparent;
}

.datepicker .datepicker-switch{
    font-weight:bold;
}

.date-picker .datepicker_left .datepicker::before{
    border-bottom-color:transparent;
}

.date-picker .table-condensed>tbody>tr>td,
.date-picker .table-condensed>tbody>tr>th,
.date-picker .table-condensed>tfoot>tr>td,
.date-picker .table-condensed>tfoot>tr>th,
.date-picker .table-condensed>thead>tr>td,
.date-picker .table-condensed>thead>tr>th {
    padding: 2px;
}

.date-picker {
    display:inline-block;
    white-space: nowrap;
    vertical-align:bottom;
    padding:0;
    margin:0;
}
.date-picker > * {
    float: left;
}
.date-picker .form-control{
    display:inline-block;
    width:110px;
    padding-left: 2px;
    padding-right:0;
}
.date-picker .hour .form-control{
    width:45px;
    margin-right: 5px;
}
.date-picker .from .date .form-control,
.date-picker .to .date .form-control{
    padding-left: 10px;
    width: 95px;
    margin-right: 5px;
}
.date-picker .form-control[readonly]{
    background-color:#fff;
    cursor:pointer;
}
.date-picker .form-control[disabled]{
    color:#aaa;
    cursor:default;
}
.date-picker-withhour .from_and_to select.form-control {
    margin-left: 5px;
}
.date-picker-withhour  .from{
    /* margin-right:10px; */
}
.date-picker .type,
.date-picker .from,
.date-picker .to,
.date-picker .range{
    display:inline-block;
}
.date-picker .type{
    position:relative;
    margin-right:10px;
}
.date-picker .date,
.date-picker .hour{
    position:relative;
    display:inline-block;
}
.date-picker .fa-calendar{
    position: absolute;
    top: 8px;
    right: 19px;
    font-size: 13px;
    color: #ccc;
}
.date-picker .range {
    position: relative;
        margin-top: 5px;
    height: 30px;
}
.date-picker .range>input.form-control{
    width: 280px;
    padding: 4px 5px;
    height:30px;
}

.date-picker-withhour .range>input.form-control{
    width:250px;
    margin-right: 0;
}

.date-picker .range .rangeBox {
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    width: 500px;
    height: 316px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
}
.date-picker .range .rangeBox_left {
    top: 35px;
    left: 0;
}
.date-picker .range .rangeBox_left::before{
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    /*border-bottom-color: rgba(0, 0, 0, 0.2);*/
    content: '';
}
.date-picker .range .rangeBox_left::after{
    position: absolute;
    top: -6px;
    left: 10px;
    display: none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}
.date-picker .range .rangeBox_right {
    top: 29px;
    right: 0;
}
.date-picker .range .rangeBox_right::before{
    position: absolute;
    top: -7px;
    left: 261px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.date-picker .range .rangeBox_right::after{
    position: absolute;
    top: -6px;
    left: 262px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}
.datepicker_box{
    overflow: hidden;
    margin-top: 10px;
}
.datepicker_box>div{
    width: 237px;
    height: 248px;
    float: left;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    margin: 4px;
}
.date-picker .from_and_to {
    margin-left: 4px;
    margin-top: 10px;
    overflow: hidden;
}
.date-picker .operation {
    float: right;
}
.date-picker .operation .cancel {
    margin-right: 5px;
}


/*清单优先级配置*/
.modal-priority-setter{
}

.modal-priority-setter .animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.modal-priority-setter .nav-tabs.primary{
    padding-left:150px;
}

.modal-priority-setter .nav-tabs.primary li a{
    padding:0 8px;
}

.modal-priority-setter .nav-tabs.primary>li.active>a,
.modal-priority-setter .nav-tabs.primary>li.active>a:hover,
.modal-priority-setter .nav-tabs.primary>li.active>a:focus{
    background:#fff;
}

.modal-priority-setter .inventory-grid{
    padding-top:5px;
    width: 60%;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-priority-setter .config-table{
    position:relative;
    width:100%;
    height:100%;
    border:1px solid #ccc;
}

.modal-priority-setter .config-table .module-loading {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 100%;
    height: 30px;
    padding: 0 0;
    text-align: center;
}

.modal-priority-setter .config-table .module-exception,
.modal-priority-setter .config-table .module-empty {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 100%;
    height: 65px;
    padding: 0 0;
    text-align: center;
}

.modal-priority-setter .config-table .mask{
    display:none;
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background: rgba(255, 255, 255, 0.2);
    z-index: 100;
}
.modal-priority-setter .block{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:none;
}
.modal-priority-setter .block1{
    z-index:4;
    top: -1px;
    left:-1px;
    /* width:461px;//三级 */
    width:341px;/*两级*/
    height:67px;
    background: #eee;
    border: 1px solid #ccc;
}
.modal-priority-setter .block2{
    z-index:3;
    top: -1px;
    /* //三级
        left:459px;
        width:calc(100% - 459px);
    */

    /* //二级 */
    left:339px;
    width:calc(100% - 339px);

    height:67px;
    background: #eee;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}
.modal-priority-setter .block3{
    z-index:2;
    left:-1px;
    top:65px;
    /* width:461px;//三级 */
    width:341px;/*两级*/
    height:calc(100% - 65px);
    overflow:hidden;
}
.modal-priority-setter .block4{
    z-index:1;
    /* //三级
        left:459px;
        width:calc(100% - 459px);
    */

    /* //二级 */
    left:339px;
    width:calc(100% - 339px);
    top:65px;
    height:calc(100% - 65px);
    /* overflow:hidden; */
    overflow: scroll;
}
.modal-priority-setter__create .block1 .fa{
    cursor: pointer;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.2);
    line-height: 14px;
    vertical-align: text-bottom;
    margin-left: 5px;
}
.modal-priority-setter__create .block1 .fa:hover{
    border: 1px solid #bbb;
    color:#555;
}

.modal-priority-setter .config-table .tooltip{
    z-index:1000;
}
.modal-priority-setter .config-table .popover{
    z-index:2000;
}


.modal-priority-setter__create .block2 th span{
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:32px;
    padding-top:4px;
    padding-left:10px;
    padding-right:10px;
}

.modal-priority-setter__create .block2 th[adcode]{
    position:relative;
    cursor:pointer;
}
.modal-priority-setter__create .block2 th[adcode]:hover{
    box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.modal-priority-setter .block th,
.modal-priority-setter .block td{
    cursor:default;
}

.modal-priority-setter__create .block3 tr,
.modal-priority-setter__create .block3 td{
    cursor:pointer;
}
.modal-priority-setter__create .block3 tr:hover{
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.3),inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.modal-priority-setter__create .block4 td{
    cursor:not-allowed
}
.modal-priority-setter__create .block4 td[canselect]{
    cursor:pointer;
}
.modal-priority-setter__create .block4 td[canselect]:hover{
    box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.modal-priority-setter .block1 tr th:nth-child(1),
.modal-priority-setter .block3 tr td:nth-child(1){
    width:150px;
}
.modal-priority-setter .block1 tr th:nth-child(2),
.modal-priority-setter .block3 tr td:nth-child(2){
    width:190px;
}
.modal-priority-setter .block1 tr th:nth-child(3),
.modal-priority-setter .block3 tr td:nth-child(3){
    width:120px;
}

.modal-priority-setter .block1 .datatable{
    margin-left:-1px;
}
.modal-priority-setter .config-table .block1 .datatable th{
    overflow:visible;
    position:relative;
}
.modal-priority-setter .config-table .block1 .spliter{
    width: 500px;
    height: 1px;
    background: #bbb;
    transform: rotate(8deg);
    transform-origin: top left;
}
.modal-priority-setter .block2 .datatable{
    border-right-color:#eee;
}
.modal-priority-setter .block2 tr th:last-child{
    border:none;
}
.modal-priority-setter .block1 .datatable{
    margin-top: -2px;
}
.modal-priority-setter .block2 .datatable{
    margin-top: -1px;
}

.modal-priority-setter .block3 .datatable{
    margin-bottom:-1px;
}

.modal-priority-setter .block4 .datatable{
    /*margin-bottom:-1px;*/
}
.modal-priority-setter .config-table .datatable th,
.modal-priority-setter .config-table .datatable td{
    /*width: 100px;*/
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height:33px;
}


.modal-priority-setter .block3 .ps__rail-x,
.modal-priority-setter .block3 .ps__rail-y {
    opacity: 0 !important;
    display: none !important;
}

.modal-priority-setter .panel-setting{
    display:none;
    position: absolute;
    z-index: 500;
    top: 40px;
    left: 0;
    width: 100%;
    height: 366px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding:15px;
}

.modal-priority-setter .panel-setting .col1{
    display:inline-block;
    vertical-align:top;
    width:35%;
    padding-right:15px;
}
.modal-priority-setter .panel-setting .col2{
    display:inline-block;
    vertical-align:top;
    width:35%;
    padding-right:15px;
}
.modal-priority-setter .panel-setting .col3{
    display:inline-block;
    vertical-align:top;
    width:30%;
}
.modal-priority-setter .panel-setting .action{
    border-top:1px solid #e8e8e8;
    padding-top:10px;
    text-align:right;
}
.modal-priority-setter .panel-setting .action .btn{
    margin-left:10px;
}

.modal-priority-setter .panel__setter{
    position:relative;
    margin-bottom:10px;
    cursor:default;
}
.modal-priority-setter .panel__setter .caption{
    height:20px;
    margin-bottom:5px;
}
.modal-priority-setter .panel__setter .caption h3{
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 20px;
    margin: 0;
}

.modal-priority-setter .panel__setter .action{
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-priority-setter .panel__setter .items{
    position:relative;
    height: 230px;
    /*width:calc(100% + 10px);
    padding-right:10px;*/
    overflow:hidden;
    background:#fafafa;
}

.modal-priority-setter .panel__setter label{
    white-space: nowrap;
    margin-right: 15px;
}
.modal-priority-setter .panel__setter input[type=checkbox]{
    margin:0;
    vertical-align:middle;
    margin-right:3px;
    margin-top:-1px;
}

.modal-priority-setter .group-caption{
    position:relative;
    background: #fbf8e5;
    padding:3px 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor:default;
}
.modal-priority-setter .group-caption:hover{
    /*background:#fff9d4;*/
}
.modal-priority-setter .group-caption .expand{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.modal-priority-setter .group-caption .expand .fa{
    font-size:20px;
    color:#888;
}
.modal-priority-setter .group-caption .expand:hover .fa{
    color:#555;
}

.modal-priority-setter .group-content{
    display:none;
    background: #ecf6f5;
    padding: 3px 10px 3px 27px;
    border-bottom: 1px solid #e8e8e8;
}

.modal-priority-setter .options-empty{
    text-align: center;
    color: #999;
}

.modal-priority-setter .group__level1  .group-caption{
    padding:3px 10px;
    background: #fbf8e5;
}
.modal-priority-setter .group__level1  .group-content{
    padding: 0;
    background: #ecf6f5;
}

.modal-priority-setter .group__level2  .group-caption{
    padding: 3px 10px 3px 27px;
    background: #ecf6f5;
}
.modal-priority-setter .group__level2:last-child  .group-caption{
    border:none;
}
.modal-priority-setter .group__level2  .group-content{
    padding: 3px 10px 3px 51px;
    background: #f0ebef;
}


.modal-priority-setter .panel__setter .mask{
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 4;
}

.modal-priority-setter .panel__setter .module-loading {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 100%;
    height: 30px;
    padding: 0 0;
    text-align: center;
}

.modal-priority-setter .panel__setter .module-exception {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 100%;
    height: 65px;
    padding: 0 0;
    text-align: center;
}

.modal-priority-setter .panel-setArea{
    display:none;
    position: absolute;
    z-index: 500;
    top: 40px;
    right: 0;
    width: 350px;
    height: 366px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding:15px;
}

.modal-priority-setter .panel-setArea .action{
    border-top:1px solid #e8e8e8;
    padding-top:10px;
    text-align:right;
}
.modal-priority-setter .panel-setArea .action .btn{
    margin-left:10px;
}

.modal-priority-setter .priority-tab{
    margin-top:20px;
}
.modal-priority-setter .priority-tab ul{
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    list-style: none;
    margin: 0;
}
.modal-priority-setter .priority-tab li{
    display: inline-block;
    padding:4px 15px;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-bottom: 0;
}
.modal-priority-setter .priority-tab li:first-child{
    border-radius: 3px 0px 0px 0px;
}
.modal-priority-setter .priority-tab li:last-child{
    border-radius: 0px 3px 0px 0px;
}
.modal-priority-setter .priority-tab li input{
    display: none;
}
.modal-priority-setter .priority-tab li.active{
    background: #333333;
    color: #FFFFFF;
    border-color:#333333;
}

.cfresult{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
}
.cfresult .caption{
    padding: 15px;
}
.cfresult .action{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover-setl4s{
    border-color:#aaa;
    box-shadow:0 10px 10px rgba(0, 0, 0, 0.3);
}
.popover-setl4s.popover.bottom>.arrow{
    border-bottom-color:#888;
}
.popover-setl4s.popover.right>.arrow{
    border-right-color:#888;
}

.popover-setl4s .popover-content{
    padding:0;
    max-height:198px;
    overflow: auto;
}
.l4s-setter ul,
.l4s-setter li{
    padding:0;
    margin:0;
    list-style:none;
    min-width:100px;
}
.l4s-setter li{
    cursor:pointer;
    padding:5px 10px;
    padding-left:10px;
}
.l4s-setter li:hover{
    color:#000;
}
.l4s-setter li.clear{
    text-align:center;
    color:#4C81B2;
}
.l4s-setter li:hover{
    box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.source-notice{
    border:1px solid #fbd8d8;
    background:#fff2f2;
    padding:10px;
    margin-bottom:10px;
    position:relative;
    padding-left: 30px;
    line-height: 20px;
    text-align: justify;
}
.source-notice .fa{
    color: #c00;
    position: absolute;
    top: 13px;
    left: 13px;
}

.popover-findrowcol{
    cursor:default;
    border:1px solid #ccc;
    padding: 0;
}
.popover-findrowcol.bottom{
    margin-top:8px;
}
.popover-findrowcol .popover-content{
    padding: 0px;
    cursor:default;
}
.popover-findrowcol .con{
    padding: 10px;
    cursor:default;
}
.popover-findrowcol .caption{
    text-align:center;
    height:30px;
    line-height:30px;
    background: linear-gradient(180deg, #fff, #eee);
    border-bottom:1px solid #ddd;
}
.popover-findrowcol .subname{
    font-weight:bold;
    height:24px;
    line-height:16px;
}

.popover-findrow{
    max-width: none;
    /*   三级

    width:500px;
    */

    width:360px;
    margin-left: 155px;
}

.popover-findrow.bottom .arrow{
    margin-left: -166px;
}

.popover-findcol{
    max-width: none;
    width:300px;
    /*margin-left: -134px;*/
}
.popover-findcol.bottom .arrow{
    /*margin-left: 122px;*/
}

.popover-findrowcol .form-control{
    padding-left: 10px;
    border-radius:0;
    border-color:#ccc;
}
.popover-findrowcol .form-control:focus{
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.popover-findrowcol .list{
    height:200px;
    overflow:auto;
    border:1px solid #ccc;
    border-top:none;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
    outline:none;
}
.popover-findrowcol .list div[index]{
    cursor:pointer;
    padding:3px 10px;
}
.popover-findrowcol .list div[index]:hover{
    background:#d5eafb;
}
.popover-findrowcol .list div[index] b{
    color:#000;
    font-weight:bold;
}

.popover-findrowcol .empty{
    text-align:center;
    color:#999;
    padding:70px 0;
}

.popover-findrowcol .close{
    position:absolute;
    top:2px;
    right:10px;
    cursor:pointer;
    opacity:0.5;
    color:#000;
}


.maindash { position: absolute; width: 360px; height: 35px; margin-bottom: 5px; border: 1px dashed blue; background: #ececec; opacity: 0.7; }
.dash { position: static; width: 360px; height:35px; margin-bottom: 5px; border: 1px dashed #f00; };