.page-control-List {
    padding:0 0 30px 0;
}
b {
    font-size: 16px;
}
button.btn {
    outline: none!important;
}
.sidebar_content{
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);;
    padding:20px;
}
.sidebar_content p.title{
    position: relative;
    margin:10px 0;
    padding:5px 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
}
.sidebar_content p.title.active {
    background: #F7F7F7;
    color: #3072DE;
    cursor: default;
    font-weight: bold;
}
.sidebar_content p.title:first-child{
    margin-top:0;
}
.sidebar_content p.title:last-child{
    margin-bottom:0;
}
.sidebar_content p.title.active:before{
    content: '';
    position: absolute;
    right:15px;
    bottom:calc( 50% + 3px);
    margin-bottom:-6px;
    height:6px;
    width:6px;
    background: linear-gradient(45deg, #3072DE 0%,#3072DE 50%,transparent 50%,transparent 100%);
    transform: rotate(225deg);

}
.inventory-title{
    margin-bottom:10px;
    line-height: 1.4;
}
.inventory-title .group_name{
    margin:0;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color:#3072DE;
    display: block;
    height: 40px;
}
.tableWrapper{
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
    padding:20px 30px 10px;
}
.tableWrapper table{
    width: 100%;
    text-align:center;
    border:0;
}
.tableWrapper th{
    border:0!important;
    padding-right: 0 !important;
    font-family: 'SourceSansPro-SemiBold';
}
.tableWrapper tr.data-load td {
    background: #ffffff;
}
.tableWrapper td{
    border-left:0 !important;
    border-right:0 !important;
    padding-right: 0 !important;
    min-width:60px;
    max-width: 100px;
    font-family: 'SourceSansPro-Regular';

}
.tableWrapper .table > tbody > tr > td {
    vertical-align: middle;
    box-sizing: border-box;
}
.tableWrapper td .btn-default{
    margin-right:5px;
}
.tableWrapper td .btn {
    padding: 5px 10px;
    font-size: 12px;
}
.tableWrapper table.center th,.tableWrapper table.center td {
    text-align: center;
}
.table-div-loading {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.table-div-loading i {
    font-size: 2em;
    color:#333333;

}
.table-div-loading div {
    font-size: 14px;
    color:#333333;
    font-weight: 700;
    padding: 5px;
}
/***
版本信息弹窗,新增减排组
 */
#ReadmeModalLabel > .modal-dialog,
#ReadmeModalLabel .modal-content,
#addCGModal > .modal-dialog,
#addCGModal .modal-content{
    max-width: 640px;
}
.resultAnalysisLabel > .modal-dialog,
.resultAnalysisLabel .modal-content {
    width: 100%;
    height: 100%;
}
#ReadmeModalLabel .modal-content,
#addCGModal .modal-content,
.TaskCaseLabelModal .modal-content
{
    padding:20px 0px 0 0;
    border-radius:0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
#ReadmeModalLabel .modal-header,
#addCGModal .modal-header,
.TaskCaseLabelModal .modal-header
{
    position: relative;
    padding:0 0 10px 0;
    margin: 0 30px;
}
.resultAnalysisLabel .modal-header {
    position: relative;
    text-align: center;
    padding: 15px 20px;
}
#ReadmeModalLabel .modal-body,
.TaskCaseLabelModal .modal-body,
#addCGModal .modal-body{
    margin: 20px 30px 0;

}
.modal .modal-body{
    padding:0;
}
.modal-title{
    display: inline-block;
    font-size: 20px;
    font-weight:normal;
}
.copyWraper{
    background: #FFFFFF;
    box-sizing: border-box;
    margin:10px 0px 32px;
    padding:10px;
    padding-left: 0;
}
#copyContent{
    overflow-y: auto;
    font-size: 13px;
    color: #666666;
    line-height: 1.8;
    font-family: Noto Sans !important;
}
/***
数据查看弹窗
 */
#main .modal {
    z-index: 9999;
}
#DataViewModal > .modal-dialog, #DataViewModal .modal-content {
    width: 1200px;
    max-height: calc(100vh - 160px);
    overflow: auto;
}
#PreViewModal > .modal-dialog, #PreViewModal .modal-content {
    width: 1200px;
}
#DataViewModal .modal-body .data-echarts-box {
    width: 100%;
    height: 700px;
    position: relative;
    padding: 20px;
}
#DataViewModal .data-echarts-box .echarts.dataview {
    width: 100%;
    height: 100%;
}
#DataViewModal .data-echarts-box .tools-t {
    position: absolute;
    top:20px;
    right: 30px;
    display: flex;
}
.analysis-setting{
    width: 30px;
    height: 30px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    background-size: 16px auto !important;
    background: url(../../images/analysis-setting.png) no-repeat;
    background-position: center center !important;
    cursor: pointer;
}
.analysis-setting:hover {
    background-color: #F7F7F7 !important;
    border-color: #E9E9E9 !important;
    border-radius: 3px;
}
.tooltip-inner {
    white-space: nowrap;
}
.emiss-type .tooltip-inner {
    width: 100px;
    white-space: pre-wrap;
}
.control-manage-button {
    position: absolute;
    top:0px;
    right: 0px;
}
.btn.btn-primary {
    color: #fff;
    background-color: #3072DE;
    border-color: #3072DE;
}
.modal .control-group-info {

}
.data-from {
    margin-bottom:20px;
    display: flex;
    align-items: center;
}
.data-from .data-from-item {
    flex: 1;
    position: relative;
}
input.d-form-control,
select.d-form-control
{
    width: 100%;
    height: 34px;
    outline: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}
input.form-control {
    fbox-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    border-color: #ccc;
}
em.required {
    color: #f00;
    position: relative;
    text-indent: -10px;
    width: 0;
    font-style: normal;
    font-weight: bold;
}
.modal-footer .footer-required-tip {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px;
}
.modal-body .preview-header {
    position: relative;
    padding: 20px 30px;
}
.modal-body .preview-header2 {
    position: relative;
    padding: 20px 30px 10px 30px;
}
.modal-body .preview-header2 .pre-row-item {
    position: relative;
    line-height: 30px;
}
.modal-body .preview-header2 .btnGroup {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.btn.btn-outline-primary.plan {
    background: rgba(48, 114, 222, 0.05);
    box-sizing: border-box;
    border: 1px solid rgba(48, 114, 222, 0.3);
    font-size: 14px;
    font-weight: normal;
    color: #406EB5;
}
.modal-body .preview-header .btnGroup {
    position: absolute;
    right: 30px;
    top: 12px;
}
.modal-body .preview-body {
    width: 100%;
    padding: 0 30px;
    /*height: 600px;*/
    max-height: 600px;
    overflow-y: auto;
}
.ptable.popoverTable {
    width: 100%;
}
.ptable.popoverTable.case {
    border: 0px solid;
}
.ptable.popoverTable.case th,.ptable.popoverTable.case td{
    border: 0px solid;
}
.ptable.popoverTable.case tr {
    border-bottom: 1px solid #EEE;
}
.ptable.popoverTable.case tr:first-child {
    border-top: 1px solid #EEE;
}
.ptable.popoverTable thead th .th-inner {
    padding: .75rem;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #F7F7F7;
}
.ptable.popoverTable thead th {
    background: #F7F7F7;
}
.ptable.popoverTable tbody tr td {
    padding: .75rem;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
}
.controlgroup-num .num-value {
    padding: 0 5px;
    font-weight: 600;
}
.nodata-info {
    position: relative;
}
.nodata-info .nodt-text {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666
}
.nodata-info .nodt-text a {
    color: #3072DE;
    font-size: 16px;
    padding: 0;
}
.nodata-info .nodt-text a:hover {
    text-decoration: underline;
}
.nodata-info .nodt-image {
    width: 400px;
    height: 300px;
    margin: 30px auto;
    border: 1px dashed #ccc;
    background-image: url("../../images/noData1.png");
    background-repeat: no-repeat;
    background-position: center ;
}
.modal-body .import-container {
    padding: 2px;
    width: 100%;
    height: 200px;
    position: relative;
}
.modal-body  .uploader-filelist {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 10px;
    color: #606266;
    padding: 0 20px;
}
.upload_drag_area {
    position: relative;
    width: 100%;
    height: 200px;

}
.upload_drag_area .filePicker {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    top: 20px;
    left: 20px;
    z-index: 100;
    text-shadow: 0 0 2px #fff;
    background: rgba(255, 255, 255, 0.5);
    background-image: url("../../images/uploadF.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 3px dashed #eee;
}
.upload_drag_area .uploader-browsebutton {
    clear: both;
    text-align: center;
    border: 0px dotted #ccc;
    /*padding: 10px 20px;*/
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #909399
}
.upload_drag_area .uploader-browsebutton a {
    color: #409EFF
}
.upload_drag_area .uploader-browsebutton a:hover {
    text-decoration: underline;
}
.modal-body  .uploader-filelist .upload-file-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    margin-top:10px;
}

.modal-body  .uploader-filelist .upload-file-item .file-icon i {
    color: #909399;
    padding-right: 5px;
}
.modal-body  .uploader-filelist .upload-file-item .status-icon {
    position: absolute;
    right: 0px;
    top:0px;
}
.modal-body  .uploader-filelist .upload-file-item .status-icon i {
    color:#67C23A;
}
.modal-body .uploadFileTip {
    padding: 0 20px;
    line-height: 20px;
    color: #606266;
}
.import-container .uploader-browsebutton {
    clear: both;
    text-align: center;
    border: 0px dotted #ccc;
    /*padding: 10px 20px;*/
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #909399
}
.import-container .uploader-browsebutton a {
    color: #409EFF
}
.import-container .uploader-browsebutton a:hover {
    text-decoration: underline;
}
.import-container .uploader-dragtip {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    top: 20px;
    left: 20px;
    z-index: 100;
    text-shadow: 0 0 2px #fff;
    background: rgba(255, 255, 255, 0.5);
    background-image: url("../../images/uploadF.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 3px dashed #eee;
}
.import-container .uploader-dragtip-message {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #aaa;
    bottom: 20px;
    left: 0;
    margin-top: -12px;
}
.modal-body .model-download {
    padding: 20px 20px 0px 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
}
.modal-header .file-error-tip {
    border-radius: 3px;
    padding: 10px 20px;
    background: #FCDBDB;
    border: 1px solid #F5C6CB;
    color: #FA5151;
    font-size: 14px;
    display: none;
}
.modal-header .file-error-tip .error-close {
    color: #FA5151;
    font-size: 16px;
    padding-left: 5px;
}
.editControlModal .modal-content {
    width: 100%;
    border-radius: 0px;
    max-height: calc(100vh - 160px);
    overflow: auto;
}
/***
编辑减排方案
 */
.editControlModal .modal-content .modal-body .bodyContent {
    width: 100%;
    height: 610px;
}
.editControlModal .filter-contents {
    height: 600px;
    width: 100%;
    overflow-y: auto;
}
.editControlModal .filter-block {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.editControlModal .filter-block .filter-header {
    position: relative;
    width: 100%;

}
.editControlModal .filter-block .filter-header .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 15px;
    cursor: pointer;
}
.editControlModal .filter-block .filter-header .title.fold:before {
    content: '';
    position: absolute;
    left:0px;
    bottom:calc( 50% + 6px);
    margin-bottom:-6px;
    height:6px;
    width:6px;
    background: linear-gradient(225deg, #666 0%, #666 50%, transparent 50%, transparent 100%);
    transform: rotate(135deg);
}
.editControlModal .filter-block .filter-header .title.expand:before {
    content: '';
    position: absolute;
    left:0px;
    bottom:calc( 50% + 3px);
    margin-bottom:-6px;
    height:6px;
    width:6px;
    background: linear-gradient(135deg, #666 0%, #666 50%, transparent 50%, transparent 100%);
    transform: rotate(45deg);
}
.editControlModal .filter-block .filter-header .close {
    position: absolute;
    top:0px;
    right:0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #FA5151;
    opacity: 1;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(250, 81, 81, 0.05);
}
.editControlModal .filter-block .filter-header .close:hover {
    opacity: 0.6;
}
.editControlModal .filter-body .filter-item,
.editControlModal .filter-body .select-item {
    position: relative;
    width: 100%;
    margin: 0px;
}
.editControlModal .filter-body .filter-item .items .header,
.editControlModal .filter-body .select-item .items .header
{
    position: relative;
    width: 100%;
}
.editControlModal .filter-body .filter-item .gap-line {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 1px;
    height: calc(100% - 10px);
    background: #D8D8D8;
}
.editControlModal .filter-body .select-item {
    display: none;
}
.editControlModal .items .header .title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
    padding-right: 10px;
    vertical-align: middle;
}
.editControlModal .items[disabled] {
    opacity: .65;
}
.editControlModal .filter-item .items .header .title {
    padding-left: 15px;
    cursor: pointer;
}
.editControlModal .filter-item .items .header .title a{
    color:#999999;
    text-decoration: none;
    font-weight: normal;
}
.editControlModal .filter-item .items .header .title a:hover{
    color:#999999;
    text-decoration: none;
}
.editControlModal .filter-item .items[coefficient] .header{
    padding-right: 60px;
}
.editControlModal .filter-item .items[end] {
    height: 20px;
}
.editControlModal .items .header .circle-icon.complete {
    background: #00B578;

}
.editControlModal .items .header .circle-icon{
    position: absolute;
    top: 6px;
    left: -3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 181, 120, 0.5);
    color: #ffffff;
    font-size: 12px;
}
.editControlModal .items .header .desc {
    display: inline-block;
    width: calc(100% - 90px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
.editControlModal .filter-item .items .header .clear {
    position: absolute;
    top: 4px;
    right: 0px;
    color: #3072DE;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0em;
    cursor: pointer;
}
.editControlModal .filter-body .repeats-tips {
    position: relative;
    padding: 10px;
    border-radius: 3px;
    background: #FCDBDB;
    box-sizing: border-box;
    border: 1px solid #F5C6CB;
    display: none;
}
.editControlModal .filter-body .repeats-tips .tip-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #FA5151;
}
.editControlModal .filter-body .repeats-tips .right-btn-groups {
    position: absolute;
    top: 3px;
    right: 0;
}
.editControlModal .filter-body .repeats-tips .right-btn-groups a {
    color: #3072DE;
}
.editControlModal .filter-body .repeats-tips .right-btn-groups a:hover {
    color: rgba(48, 114, 222, 0.7);
    text-decoration: underline;
}
.editControlModal .filter-item .items .header .clear:hover {
    color: rgba(48, 114, 222, 0.7);

}
.editControlModal .filter-item .items .body {
    padding: 15px 10px;
    /*background: #FAFAFA;*/
    color: #3D3D3D;
    font-size: 14px;
}
.editControlModal .filter-item .items .body span {
    color: #3D3D3D;
    font-size: 14px;
}
.editControlModal .filter-item .items .body .control-radio {
    width: 65px;
    display: inline-block;
}
.editControlModal .filter-item .items .body .input-radio {
    width: calc(100% - 25px);
    display: inline-block;
}
.editControlModal .control-label {
    display: inline-block;
    padding-left: 5px;
}
.editControlModal .filter-item .items .title-Nav-tab {
    width: 100%;
    text-align: center;
}
.editControlModal .filter-item .items .title-Nav-tab ul.menu-tab {
    list-style: disc;
    box-shadow: none;
    display: inline-block;
}
.editControlModal .filter-item .items .title-Nav-tab .menu-tab li {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    margin: 0px 8px;
    display: inline-block;
    cursor: pointer;
    color: #3D3D3D;
}
.editControlModal .filter-item .items .title-Nav-tab .menu-tab li.current{

    border-color: #3072DE;
}
.editControlModal .filter-item .items .title-Nav-tab .menu-tab li.current span {
    font-weight: bold;
    color: #3072DE;
}
.editControlModal .addcontrol.btn-primary {
    color: #fff;
    background-color: #3072DE;
    border-color: #3072DE;
}
.editControlModal .addcontrol.btn-primary:hover {
    color: #fff;
    background-color: rgba(48, 114, 222, 0.7);
    border-color: rgba(48, 114, 222, 0.7);
}
.editControlModal .filter-item .items .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.editControlModal .filter-item .items .checkbox label:first-child {
    margin-left: 10px;
}
.editControlModal .filter-item .items .checkbox label.gap {
    border-right: 1px solid #999999;
}
.editControlModal .filter-button {
    width: 100%;
    margin-top: 10px;
}
.editControlModal .filter-button .filterbtn {
    background: rgba(48, 114, 222, 0.05);
    box-sizing: border-box;
    border: 1px solid rgba(48, 114, 222, 0.3);
    font-size: 14px;
    font-weight: normal;
    color: #406EB5;
}
.editControlModal .filter-button .filterbtn.addfilters {
    width: calc(100% - 220px);
}
.editControlModal .modal-content .modal-body .check-list {
    width: 100%;
    height: 610px;
    display: none;
}
.editControlModal .modal-body .check-list .check-tip {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    padding-right: 30px;
    background: #FCDBDB;
    box-sizing: border-box;
    border: 1px solid #F5C6CB;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0em;
    color: #FA5151;
}
.editControlModal .modal-body .check-list .check-tip .close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #721C24;
}
.editControlModal .modal-body .check-items {
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px 0;
    overflow: auto;
}
.editControlModal .modal-body .check-list .check-filter-list {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    min-height: 100%;
    border-right: 1px solid #CCCCCC;
    padding: 0px 20px;
}
.editControlModal .modal-body .check-list .check-filter-list:last-child {
    border-right: 0px solid;
}
.check-list .check-filter-list .filter-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #999999;
}
.editControlModal .check-list .check-filter-list .filters .item {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
}
.editControlModal .check-list .check-filter-list .filters .item.error {
    color: #FA5151;
}
.editControlModal .modal-body .buttonContent {
    text-align: right;
    line-height: 50px;
}
.modal-body .preview-result {
    width: 100%;
    height: 610px;
    position: relative;
}
.preview-result .preview-map {
    width: 100%;
    height: 100%;
}
.preview-tool {
    position: absolute;
    left: 0px;
    top: 0px;
}
.preview-tool .map-tabs {
    display: inline-block;
    vertical-align: top;
}
.preview-tool .map-select {
    display: inline-block;
    vertical-align: top;
}
.preview-tool .map-select .preview-species {
    display: none;
}
.preview-tool .map-tabs>div{
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #333333;
    border-right: 0px solid;
    margin-left: -4px;
    line-height: 16px;
}
.preview-tool .map-tabs>div:first-child {
    border-radius: 4px 0px 0px 4px;
}
.preview-tool .map-tabs>div:last-child {
    border-right: 1px solid #CCCCCC;
    border-radius: 0px 4px 4px 0px;
}
.preview-tool .map-tabs>div.current {
    background: #3072DE;
    border-color: rgba(48, 114, 222, 0.3);
    color: #FFFFFF;
}
.preview-tool .map-tabs>div.current:hover {
    color: #FFFFFF;
}
.preview-tool .map-tabs>div:hover {
    color: #3072DE;
}
.btn.assess-task.task-name {
    color: #3072DE;
    padding: 0px;
}
.btn.assess-task.task-name:hover {
    text-decoration: underline;
}
.data-from-item .input-group-addon {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px; /* 根据需要调整内边距 */
    pointer-events: none; /* 防止点击图标时触发输入框的点击事件 */
    background: transparent;
    border: 0 solid transparent;
    color: #333;
}
.data-from-item .input-group-addon i {
    color: #999999;
}
.data-from-item input.timeRange {
    padding-left: 30px;
}
.preview-header2 .taskCase-tip {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.preview-header span.if-row {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333333;
}
.preview-header span.info-value {
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
}
.is-basecase {
    padding: 8px 12px;
    background: #00B578;
    color: #ffffff;
    border-radius: 4px;
}
.only-one.case-info {
    color:#999999;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.only-one.case-info.icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
    position: relative;
    margin-right: 5px;
}
.only-one.case-info.icon i {
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: 1px;
}
.case-state {
    font-size: 12px;
    color: #999999;
}
.case-state i {
    margin-right: 5px;
    font-size: 12px;
}
.case-state.case-state-1 span {
    color: #999999;
}
.case-state.case-state-1 i{
    color: #FF8F1F;
}
.case-state.case-state-2 i{
    color: #00B578;
}
.case-state.case-state-2 span {
    color: #00B578;
}
.case-state.case-state-3 i{
    color: #F42539;
}
.case-state.case-state-3 span {
    color: #F42539;
}
.result-task-name {
    position: absolute;
    left: 20px;
    top: 20px;
}
.tablists.tabs {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
    margin-bottom: 0;
}
.tablists.tabs .tab-item {
    cursor: pointer;
    margin: 0 5px;
}
.tablists.tabs .tab-item.active {
    cursor: default;
    font-weight: bold;
    color: #406EB5;
    border-bottom: 3px solid #406EB5;
}
.tablists.tabs .tab-item:hover {
    color: #406EB5;
    border-bottom: 3px solid #406EB5;
}
.tablists.tabs .tabgroup {
    display: inline-block;
    vertical-align: top;
}
.tablists.tabs .fg-vertical {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #333;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
    margin: 0 10px;
}
.tablists.tabs .tabgroup .title {
    color: #333;
    font-weight: 700;
}
.result-task-name {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #333333;
    font-weight: 400;
}
.result-task-name .title-name {
    font-weight: 700;
}
.resultAnalysisLabel .modal-body {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
}
.resultAnalysisLabel .modal-body .map-div {
    width: 100%;
    height: 100%;
    min-width:1240px;
    min-height:600px;
    display: block;
    position: relative;
}
.resultAnalysisLabel .modal-body .echarts-div {
    width: 100%;
    height: 100%;
    min-width:1240px;
    min-height:600px;
    display: none;
    position: relative;
}
.map-div .map.mapview {
    background: #fff;
}
.map-div .map.mapview.left {
    position: absolute;
    left: 0;
    width: 50%;
    border-right: 1px solid #333;
    height: 100%;
}
.map-div .map.mapview.right {
    position: absolute;
    left: 50%;
    width: 50%;
    border-left: 1px solid #333;
    height: 100%;
}
.map.mapview.left .tool-left {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.map-div .map.mapview .case-tool,
.map-div .map.mapview .case-timeType {
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
}
.map-div .map.mapview .case-resultType {
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    /*background: #ffffff;*/
    /*color: #333333;*/
    min-width: 160px;
}
.case-resultType .case-lists .caret {
    position: absolute;
    right: 0px;
    top: calc(50% - 3px);
}
.right-menu .menu-name {
    display: inline-block;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    color: #333333;
}
.map-div .map.mapview .app-map {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.echarts-div .echarts-header {
    width: 100%;
    /*height: 40px;*/
    /*line-height: 40px;*/
    padding: 20px 20px;
}
.echarts-div .echarts-group {
    width: 100%;
    height: calc(100% - 75px);
    overflow: auto;
}
.case-tool .case-label {
    border-radius: 3px;
    padding: 5px;
    color: #ffffff;
    /*margin-right: 10px;*/
    /*font-size: 12px;*/
    font-weight: normal;
    margin-right: 5px;
}
.map.mapview.right .tool-right {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.map.mapview.right .right-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.tool-left .case-tool .case-label {
    /*background: #00B578;*/
}
.tool-right .case-tool .case-label {
    /*background: #FA5151;*/
}
.case-tool .case-dropdown.dropdown,
.resultType .case-dropdown.dropdown,
.case-timeType .case-dropdown.dropdown {
    font-size: 14px;
    color: #ffffff;
}
.case-tool .case-name .case-lists {
    display: inline-block;
}
.case-dropdown.dropdown .dropdown-menu.menu {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    top: calc(100% + 10px);
    /*background: #ffffff;*/
    /*color:#333333;*/
}
.case-dropdown.dropdown .dropdown-menu.menu li a {
    color: #ffffff;
    cursor: pointer;
    /*color:#333333;*/
}
.case-dropdown.dropdown .dropdown-menu.menu::before {
    content:"";
    position: absolute;
    top:-6px;
    left:50%;
    margin-left: -3px;
    line-height: 0;
    border-width:5px;
    /*border-color: rgba(0, 0, 0, 0.3);*/
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-color: rgba(255, 255, 255, 0.6);
}
.case-dropdown .dropdown-menu>li>a:hover,
.case-dropdown .dropdown-menu>li[active] a{
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    /*color:#333333;*/
    font-weight: 600;
    /*background-color: rgba(255, 255, 255, 0.6);*/

}
.case-dropdown.dropdown .dropdown-toggle {
    cursor: pointer;
}
.map.mapview.right .tool-map {
    position: absolute;
    top: calc(50% - 100px);
    right: 10px;
    z-index: 2;
}
.aicon {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
}
.aicon-withbg {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
}
.aicon-group-join .aicon-withbg {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 0;
    display: block;
}
.aicon-group-join button.aicon-withbg i{
    margin-right: 0;
}
.aicon-group-join .aicon-withbg:first-child {
    padding-top: 2px;
    border-bottom: none;
}
.aicon-group-join .aicon-withbg:last-child {
    /*border-bottom: none;*/
}
.aicon-group-join .aicon-withbg[disabled] {
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.4);
}
.aicon em {
    display: none;
}
.aicon .fa, .aicon .fam {
    line-height: 24px;
    color: #fff;
}
.popover-setter[popover-map-layerswitch] .layers-switch-group {
    padding: 20px;

}
.popover-setter[popover-map-layerswitch] .layers-switch-group label {
    margin-right: 10px;
}
.popover-setter[popover-map-layerswitch] .layers-switch-group label input {
    margin-right: 5px;
}
.echarts-header .filters {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.echarts-header .filters .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    display: inline-block;
}
.echarts-header .filters .filter {
    /*width: 200px;*/
    display: inline-block;
}
.echarts-header .filters.half {
    width: calc(50% - 20px);
}
.echarts-header .filters.half .filter {
    width: calc(100% - 100px);
}
.echarts-header .filters.half .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
}
.echarts-header .filters.half .selectpicker {
    /*width: 500px!important;*/
}
.echarts-header .filters .btn-default.active {
    border: 1px solid #3072DE;
    color: #FFFFFF;
    background: #3072DE;
}
.popover.repeats {
    background: rgba(51, 51, 51, 0.8);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 12px;
}
.popover.repeats .repeat-popover.title {
    font-weight: bold;
}
.popover.repeats .tip-item {
    width: 100%;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}
.popover.repeats .tip-item-other {
    width: 100%;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
    text-align: center;
}
.popover.repeats .tip-item .point {
    position: absolute;
    top: calc(50% - 3px);
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(51, 51, 51, 0.8);
    border-bottom-width: 0;
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: rgba(51, 51, 51, 0.8);
    border-bottom-width: 0;
}
.echarts-tooltip.echarts-tooltip-dark {
    border-radius: 4px;
    padding: 10px;
    background: rgba(51, 51, 51, 0.8)!important;
    border: 1px solid rgba(51, 51, 51, 0.8)!important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)!important;
    color: #ffffff!important;
    display: none;
}
.echarts-tooltip.echarts-tooltip-dark .mark {
    width: 4px;
    height: 4px;
    line-height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.cncap.alert {
    position: absolute;
    top: 20px;
    left: 25%;
    margin: 0 auto;
    width: 50%;
}

button+button {
    margin-left: 5px;
}
button i {
    margin-right: 5px;
}
table button.btn {
    font-size: 12px;
}
.popoverTable button.btn {
    margin-right: 5px;
}
.modal.fade {
    background: rgba(0, 0, 0, 0.5);
}
.echarts-div .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
/* colorBar */
.right .map-colorbar{
    position: relative;
    /*right: 40px;*/
    /*top:calc(50vh - 160px);*/
    cursor: default;
    white-space: nowrap;
    border-radius: 10px;
    /* display: flex; */
}
.right .map-colorbar .lbl {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    color: transparent;
    text-align: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    margin-bottom: 10px;
    margin-right: 20px;
}
.right .map-colorbar .lbl .text {
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'LatoWebSemibold'!important;
}
.right .map-colorbar .lbl .togradient {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.right .map-colorbar .kps {
    height: 20px;
    right: calc(-100% + 28px);
    font-size: 12px;
    width: 8px;
}
.right .map-colorbar .kp {
    width: 8px;
    display: block;
}
.right .bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    left: -65px;
    bottom: 8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.right .last-bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    left: -65px;
    bottom: -8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.mapview.right .legends {
    position: absolute;
    right: 30px;
    bottom: 50px;
}
.mapview.left .legends {
    position: absolute;
    left: 30px;
    bottom: 50px;
}
/* colorBar */
.left .map-colorbar{
    position: relative;
    cursor: default;
    white-space: nowrap;
    border-radius: 10px;
}
.left .map-colorbar .lbl {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    color: transparent;
    text-align: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    margin-bottom: 10px;
    margin-right: 20px;
}
.left .map-colorbar .lbl .text {
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'LatoWebSemibold'!important;
}
.left .map-colorbar .lbl .togradient {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.left .map-colorbar .kps {
    height: 20px;
    left: 0px;
    font-size: 12px;
    width: 8px;
}
.left .map-colorbar .kp {
    width: 8px;
    display: block;
}
.left .bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    left: 15px;
    bottom: 8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.left .last-bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    left: 15px;
    bottom: -8px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.controlPlan-dropdown .controlPlan-lists {
    border: 1px solid #ccc;
    position: relative;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}
.controlPlan-dropdown .controlPlan-lists .caret {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    color: #444;
}
.controlPlan-dropdown .controlPlan-lists .curr-dropdown-name[data-val=''] {
   color: #979797;
}
.controlPlan-dropdown .dropdown-menu.menu {
    background: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.controlPlan-dropdown .dropdown-menu.menu .createCase {
    width: 100%;
}
.Question-input.planname {
    display: none;
}
.Question-input.planname input{
    width: 100%;
    margin: 10px 0;
}
.QuestionModalLabel .pull-left .Question-input .error-info i{
    font-size: 14px;
    color: #FA5151;
    margin-right: 5px;
}
.QuestionModalLabel .pull-left .Question-input .error-info .text-info {
    font-size: 12px;
    color: #FA5151;
}
.QuestionModalLabel .pull-left .Question-input .error-info {
    display: none;
}
.QuestionModalLabel .pull-left .Question-input.error input {
    border-color: #FA5151;
}
.QuestionModalLabel .pull-left .Question-input.error .error-info{
    display: block;
}
.editControlModal .preview-echarts {
    padding-top: 40px;
    display: none;
    width: 100%;
    height: 100%;
}
.preview-echarts .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.editControlModal .preview-echarts .echarts-groups {
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
}
.echarts-div .echarts-map {
    width: 100%;
    height: 100%;
}
.echarts-div .echarts-tool {
    position: absolute;
    top:20px;
    left: 20px;
}
.echarts-div .echarts-tool .echarts-header .title {
    display: inline-block;
}
.echarts-div .echarts-tool .echarts-header .filter {
    display: inline-block;
    width: 200px;
}
.data-from-item.error .d-form-control {
    border-color: #FA5151;
}
.data-from-item .error-info i{
    font-size: 12px;
    color: #FA5151;
    margin-right: 5px;
}
.data-from-item .error-info .text-info {
    font-size: 10px;
    color: #FA5151;
}
.data-from-item .error-info {
    display: none;
}
.data-from-item.error .error-info {
    display: block;
}
.edit-result .res.dropdown-toggle {
    position: relative;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    height: 34px;
}
.edit-result .res.dropdown-toggle .caret {
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
.edit-result.dropdown .dropdown-menu.menu {
    width: 100%;
    top: calc(100% + 10px);
    background: #ffffff;
    color: #333333;
}
.edit-result .checkbox-all {
    margin: 0px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
}
.edit-result .curr-dropdown-name .v-item {
    background: #EEEEEE;
    margin-right: 5px;
    border-radius: 3px;
    color: #666666;
    padding: 5px 8px;
}
.edit-result .curr-dropdown-name .n-item {
    background: #EEEEEE;
    margin-right: 5px;
    border-radius: 3px;
    padding: 5px 8px;
    padding: 5px 8px;
}
.edit-result .curr-dropdown-name .v-item i {
    color: #A6A6A6;
    margin-left: 5px;
    cursor: pointer;
}
.editControlModal .filter-item .edit-result .curr-dropdown-name span {
    color: #666666;
}
.emiss-type.filters {
    display: inline-block;
    padding: 2px;
}
.emiss-type.filters button{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.emiss-type.filters button.active {
    cursor: default;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: bold;
}
.emiss-type.filters button:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: bold;
}
.echarts-noData {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 20%;
}
.upload-tip.file-warm {
    position: relative;
    display: none;
    width: calc(100% - 20px);
    background: #FFF3CD;
    border: 1px solid #FFEEBA;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0em;
    color: #856404;
    padding: 10px 10px;
    margin: 10px;
}
.download.thematic {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 1;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    cursor: pointer;
}
.download.thematic:hover {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
}
#DataViewModal .popover.popover-settings {
    left: calc(100% - 472px)!important;
}
#DataViewModal .popover.bottom>.arrow {
    left: calc(100% - 33px);
}