/**
 * Copyright (c) 2016-present, ecidi.
 * All rights reserved.
 *
 * This source code is licensed under the GPL-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @Author: ecidi.chen_xj7
 * @Date: 2018-03-07 14:30:07
 * @Last Modified by: ecidi.chen_xj7
 * @Last Modified time: 2018-03-07 14:30:07
 */

#root .mCSB_inside>.mCSB_container{
	margin-right: 0;
}.leaflet-popup-content h2 {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.btnViewTrack {
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    background-color: #108ee9;
    border-color: #108ee9;
    padding: 0 20px;
    line-height: 24px;
    text-decoration: none;
}

.btnViewTrack:hover {
    background-color: #49a9ee;
    border-color: #49a9ee;
    text-decoration: none;
}

/*修改菜单边距*/
.aside--2oRk9 .ant-collapse-content {
    padding: 0 8px;
}

/*隐患详情*/
.riskDetail--2SIKw .ant-modal-footer{
    display: none;
}

.riskDetail--2SIKw img{
    display: block;
    width: 305px;
    height: 200px;
}

.riskDetail--2SIKw h3{
    font-weight: 300;
    font-size:14px;
    margin:0 0 10px;
}

.riskDetail--2SIKw .mb--_t8Wi{
    margin-bottom:10px;
}

.riskDetail--2SIKw .divLine--243E8{
    border-top: 1px dotted #DDD;
}

.riskDetail--2SIKw .ant-carousel .slick-slide{
    min-height: 200px;
    max-height: 300px;
}

.tableLevel2--3mvks.components-table-demo-nested .ant-table-expanded-row > td:last-child .ant-table-row td:first-child {
    padding-left: 94px 
}


.QRCodeDetails--1PIBm{
    .ant-form-item-label--154pY{
        text-align-last: justify;
    }
}

.Details .ant-carousel .slick-slide {
  text-align: center;
  height: 160px;
  line-height: 160px;
  background: #364d79;
  overflow: hidden;
}

.Details .ant-carousel .slick-slide h3 {
  color: #fff;
}.steps--1hg5X{ /* 流程图*/
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 4px; 
    margin-left: 15%;
}
.steps--1hg5X .active_wrapper--3KEzy .process_first_icon--XoQ9W{
    /*background: url('../../assets/scene/tianxie_1.png') no-repeat;*/
    background-size: 100%;
}
.steps--1hg5X .active_wrapper--3KEzy  .process_second_icon--1wHHt{
    /*background: url('../../assets/scene/liuchentu_1.png') no-repeat;*/
    background-size: 100%;
}
.steps--1hg5X .active_wrapper--3KEzy .process_third_icon--HcRET{
    /*background: url('../../assets/scene/shangchuan_1.png') no-repeat;*/
    background-size: 100%; 
}
.steps--1hg5X .process_bar--1oa3a{ /* 未完成时状态*/
    float: left;
    border:1px solid #ccc;
    width: 30%;
    margin-top: 30px;
}
.steps--1hg5X .process_bar_finish--1SBCy{ /* 完成时状态*/
    float: left;
    border:1px solid #1890ff;
    width: 30%;
    margin-top: 30px;
}

.steps--1hg5X .process_wrapper--3N_bm{
    float: left;
    width: 30px;
    height: 40px;
    margin-top: 15px;
    text-align: center;
}
.steps--1hg5X span{
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-left: -60px;
}
.steps--1hg5X p{
    width: 150px;
    margin-bottom: 0px;
    margin-left: -60px;
}
.steps--1hg5X .process_icon--1cPWb{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.steps--1hg5X  .process_current--39Hkf{
    color: #000;
}
.steps--1hg5X  .process_current--39Hkf .process_icon--1cPWb{
    border: 1px solid #000;
}
.steps--1hg5X  .process_finish--2lzAi{
    color: #1890ff;
}
.steps--1hg5X  .process_finish--2lzAi .process_icon--1cPWb{
    border: 1px solid #1890ff;
}

.Details .ant-carousel .slick-slide {
  text-align: center;
  height: 160px;
  line-height: 160px;
  background: #364d79;
  overflow: hidden;
}

.Details .ant-carousel .slick-slide h3 {
  color: #fff;
}