/*临时bootstrap.theme.css */
body{
    background-color: #fff;
    background-image: none;
}
ul,li,p{
    margin:0;
    padding:0;
}
li{
    list-style-type: none;
}
.h100{
    height: 100%;
}
.w40{
    width:40px;
}
.w50{
    width:50px;
}
.ml10{
    margin-left: 10px !important;
}
.form-control:focus{
    border-color: #3BA4F9;
}
input.form-control[type=text]{
    border-radius: 3px !important;
}
select.form-control{
    border-color: #E6ECEE !important;
    background-color: #FBFBFB;
}
textarea.form-control{
    border-color: #E6ECEE !important;
    background-color: #FBFBFB;
    resize: none;
    border-radius: 3px !important;
}
input[readonly]{
    background-color: #F3F3F3 !important;
}
.mouse-hand{
    cursor: pointer;
}
label.BMapLabel{
    max-width: none;
}
/*文字颜色*/
.text-red{
    color: #ff0000;
}

/*按钮样式*/
.btn{
    box-shadow: none;
}
.btn:active{
    top:0;
    left:0;
}

.btn-xs{
    padding: 2px 10px;
}
.btn-sm{
    padding: 6px 10px;
}
.btn-hollow{
    border:1px solid #333;
    border-radius: 3px;
    background: none;
    color:#333;
}
.btn-hollow:hover{
    background-color: #eee;
}
.btn-hollow-primary{
    color: #3BA4F9;
    border-color: #3BA4F9;
}
.btn-hollow-primary:hover{
    background-color: #C6E5FE;
    color: #3BA4F9;
}
.btn-primary.disabled:hover{
    background-color: #5EB9FB;
}
.word-break{word-break:break-all;}
/* tooltip */


/*标签页样式*/
.nav-tabs>li.active>a{
    box-shadow: none;

}

/*表格样式*/
.table thead tr{
    background-color: transparent;
    background-image: none;
}
.table-hover>tbody>tr:hover{
    background-color: #E2F0FF;
}
.btn-animate{
    transition: transform .2s;
}
.btn-animate:hover{
    transform: scale(1.15);
}
.btn-animate.disabled:hover{
    transform: none;
}
span.disabled{
    opacity: .65;
    cursor: not-allowed;
}
.pagination>li>a,.pagination>li>span{
    padding: 2px 9px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    border-color:#3BA4F9;
    background-color: #3BA4F9;
}
.text-no-wrap{
    white-space: nowrap;
    word-break: keep-all;
}




/*page style*/
body{
    min-width:950px;
    min-height: 500px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.wrapper{
    display: flex;
    flex-direction: row;
}
.main-left-wrapper{
    width:430px;
    max-width:660px;
    position: relative;
    transition: width .2s;
}
.main-left-wrapper-hide{
    margin-left: -430px;
}
.btn-toggle-left{
    width:20px;
    height: 50px;
    position: absolute;
    top:50%;
    margin-top: -25px;
    right: -20px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-left:none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 2px 3px 3px #ccc;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.main-left-wrapper .btn-toggle-left .fa-angle-right{
    display: none;
}

.main-left-wrapper-hide .btn-toggle-left .fa-angle-left{
    display: none;
}
.main-left-wrapper-hide .btn-toggle-left .fa-angle-right{
    display: inline-block;
}
.btn-toggle-left .fa{
    margin-top: 18px;
}
/*搜索表单*/
.track-search-form{
    padding:5px 15px;
    border-bottom:1px solid #C9CFD2;
}
.track-search-form input[readonly]{
    background-color: #FBFBFB;
    cursor: pointer;
}
.track-search-form .form-group:nth-of-type(1){
    height:30px;
    background-color: #FBFBFB;
    border-radius: 3px;
}
.truck-track-counter{
    line-height: 32px;
}
.truck-track-counter strong{
    color: #FF0000;
}
.track-search-form .form-group{
    position: relative;
}
.track-search-form .icon-prepend{
    position: absolute;
    top: 5px;
    width:22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    left:5px;
    padding-left: 3px;
}
.track-search-form .form-group input{
    padding-left: 32px;
}
.track-form-tool{

}
/*日历控件*/
/*
.daterangepicker td{
    border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover{
    background-color: #3BA4F9;
}
.daterangepicker td.start-date{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.daterangepicker td.start-date,
.daterangepicker .table-condensed tbody td.in-range:nth-of-type(1){
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.daterangepicker td.end-date,
.daterangepicker .table-condensed tbody td.in-range:nth-of-type(7){
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
*/
.daterangepicker .ranges{
    width: 100%;
    clear: both;
    margin:0 !important;
}
.daterangepicker .ranges .range_inputs{
    text-align: center;
}
.daterangepicker .ranges .cancelBtn{
    margin-left: 10px;
}
.daterangepicker .ranges .daterangepicker_start_input,
.daterangepicker .ranges .daterangepicker_end_input{
    display: none !important;
}
/*数据表格*/
.dot-page-jump-wrap{
    font-size: 12px;
}
.track-table{

}
.track-tab-content .table-main{
    min-height:255px;
}
.track-table-loading{
    position: fixed;
    top:148px;
    bottom:0;
    width: 360px;
    z-index:10;
    cursor: not-allowed;
    display: none;
}
.track-table-loading .loading-inner-bg{
    position: absolute;
    top:130px;
    left:12px;
    width:333px;
    height: 60px;
    background-color: #fff;
    z-index: 1;
}
.track-table-loading .loading-inner{
    position: relative;
    top:140px;
    width: 280px;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    text-align: center;
    font-size:14px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    border-radius: 3px;
    z-index: 2;
}

.track-table .nav-tabs{
    margin-left:10px;
    margin-right:10px;
}
.track-table .track-tab-content{
    padding:0 15px 0 15px;
    position: relative;
}
.track-table .tab-pane{
    position: absolute;
    top:0;
    left:10px;
    right:10px;
    visibility: hidden;
}
.dataTables_wrapper table.table thead .sorting_desc,
.dataTables_wrapper table.table thead .sorting_asc{
    background-position: right 6px;
}
/*
.track-table .tab-pane-slowdown{
    width: 560px;
}
*/
.track-table .tab-pane.track-tab-active{
    visibility: visible;
}
.track-table .track-tab-content .table-foot{
    width:360px;
    position: relative;
    text-align: right;
    padding:10px 10px 10px 0;
    bottom:0;
    background-color: #F5F5F5;
    margin-left: -10px;
    z-index:4;/*hack for Datatable's foot z-index*/
}
/*
.track-table .track-tab-content .tab-pane-slowdown .table-foot{
    width: 560px;
}
*/
.track-table .dt-wrapper{
    border: 1px solid #d5dfe4;
}
.track-table .dt-wrapper .table{
    margin-bottom:0;
}
.track-table .table td,
.track-table .table th{
    padding:6px 0;
    text-align: center;
    vertical-align: middle;
}
.track-table .table tbody tr:first-child td{
    border-top:none;
}
.track-table .table th{
    color: #96a1a7;
    font-size:14px;
    font-weight: normal;
    border-bottom-width:1px;
}


.track-table .tab-pane .table-head{
    padding: 10px 0;
    overflow: hidden;
    min-height: 46px;
}

.eventpoint-is-show-on-map{
    font-size:20px;
    margin-top:3px;
}
.eventpoint-setting-btn{
    margin-left:10px;
    position: relative;
    z-index:1;
    cursor: pointer;
}
.eventpoint-setting-btn .fa{
    font-size:20px;
}



.tab-pane-event .checkbox label{
    vertical-align: top;
}
.eventpoint-config{
    position: absolute;
    width:410px;
    height:310px;
    right: -440px;
    top: -100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index:3;
    display: flex;
    flex-direction: column;
    display: none;
}
.eventpoint-config-select-tip{
    padding-top: 10px;
    color: #999;
}
.eventpoint-config h3{
    text-align: center;
    line-height:34px;
    border-bottom:1px solid #d5dfe4;
    font-size:14px;
    font-weight: 600;
    margin:0;
}
.eventpoint-config-list{
    height:200px;
    overflow: auto;
    position: relative;
    padding-top: 10px;
}
.eventpoint-config-list-title{
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    margin-top: 10px;
}

.eventpoint-config-list .checkbox{
    display: inline-block;
    width: 120px;
}

.eventpoint-config-body{
    padding:0 15px;
    flex: 1;
}
.eventpoint-config-foot{
    clear: both;
    padding:10px;
}
.eventpoint-config-foot .btn-primary{
    margin-left:15px;
}
.eventpoint-config-list .checkbox-disabled{
    color: #ccc;
}
.eventpoint-config-list .checkbox-disabled label{
    cursor: default;
}
.eventpoint-config-result{
    padding-top:5px;
}
.eventpoint-config-tip{
    position: absolute;
    width:100%;
    bottom:5px;
    left:0;
}
.eventpoint-config-tip span{
    display: block;
    width:100%;
    height:30px;
    line-height:30px;
    display: none;
    padding-left:10px;
}
.event-type-item{
    padding:5px;
    overflow: hidden;
}
.event-type-item .text{
    float: left;
}
.event-type-item .icon{
    display: inline-block;
    width: 16px;
    height:16px;
    border-radius: 50%;
    border: 1px solid #808080;
    float: right;
    color:#808080;
    cursor: pointer;
    line-height:15px;
    font-size:10px;
    text-align: center;
}

/*新建标准线路*/
.tab-pane-dot .btn-newline-cancel{
    display: none;
}

.tab-dot-editing .btn-newline{
    display: none;
}
.tab-dot-editing .btn-newline-cancel{
    display: inline-block;
}
.tab-dot-editing .mark-as-line{
    color:#96a1a7;
}

.tab-dot-editing .as-start,
.tab-dot-editing .as-end{
    color: #3BA4F9;
    cursor: pointer;
}
.tab-dot-editing .as-end{
    color: #96a1a7;
    cursor: not-allowed;
    text-decoration:none;
    cursor: default;
}
.track-table .dataTables_scrollBody{
    position: relative;
}

.line-start-selected .as-start{
    color: #96a1a7;
    cursor: not-allowed;
    text-decoration:none;
    cursor: default;
}
.line-start-selected .as-end{
    color: #3BA4F9;
    cursor: pointer;
}
.line-end-selected .as-end{
    color: #96a1a7;
    cursor: not-allowed;
    text-decoration:none;
    cursor: default;
}

.tab-dot-editing .as-start:hover,
.tab-dot-editing .as-end:hover{
    text-decoration: underline;
}
.tab-dot-editing .as-end:hover{
    text-decoration:none;
}
.line-start-selected .as-start:hover{
    text-decoration:none;
}
.line-start-selected .as-end:hover{
    text-decoration: underline;
}
.line-end-selected .as-end:hover{
    text-decoration:none;
}


.row-point-start,
.row-point-end{
    display: inline-block;
    width:20px;
    height:20px;
    border-radius: 50%;
    background-color: #3BA4F9;
    color:#fff;
    font-size:12px;
    line-height:20px;
}
.row-point-end{
    background-color: #000;
}
.row-marked{
    color: #96a1a7;
}



.newline-config{
    position: absolute;
    width:380px;
    right: -410px;
    top: -100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index:3;
    display: none;
}
.newline-config h3{
    text-align: center;
    line-height:34px;
    border-bottom:1px solid #d5dfe4;
    font-size:14px;
    font-weight: 600;
    margin:0;
}
.newline-config-body{
    padding:10px 20px;
}
.newline-maleage{
    padding:10px 0;
    color:#53ADF9;
    text-align: center;
}
.newline-config-foot{
    border-top:1px solid #d5dfe4;
    clear: both;
    padding:10px;
}
.newline-config-foot .btn-primary{
    margin-left:15px;
}

/*右侧地图*/

.btn-toggle-charts{
    width:50px;
    height: 20px;
    position: absolute;
    left:50%;
    margin-left: -25px;
    border: 1px solid #DDDDDD;
    border-bottom:none;
    top: -20px;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 -2px 3px #ccc;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.main-right-toolbar .btn-toggle-charts .fa-angle-up{
    display: none;
}

.main-right-toolbar-min .btn-toggle-charts .fa-angle-down{
    display: none;
}
.main-right-toolbar-min .btn-toggle-charts .fa-angle-up{
    display: inline-block;
}


.main-right-wrapper{
    flex:1;
    display: flex;
    flex-direction: column;
    position: relative;
    border-left: 1px solid #DDDDDD;
}
.main-right-map{
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.main-right-map .map-box{
    min-height: 290px;
    flex: 1;
}
.main-right-toolbar{
    position: relative;
    height:204px;
}

.main-right-toolbar .charts-wrap{
    width:100%;
    height:142px;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    overflow: hidden;
}
.main-right-toolbar-min{
    height: 98px;
}
.main-right-toolbar-min .charts-wrap{
    height: 36px;
    top: 0px;
}
.main-right-toolbar .charts-loading{
    width:100%;
    height:133px;
    background-color: #fff;
    font-size:14px;
    line-height:142px;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    z-index:2;
    display: none;
}
.main-right-toolbar .charts-no-data{
    width:100%;
    height:133px;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    display: none;
    text-align: center;
    line-height: 133px;
}
.main-right-toolbar-min .charts-no-data{
    height: 36px;
    overflow: hidden;
}
.toolbar-player{
    margin-top:142px;
}
.main-right-toolbar-min .toolbar-player{
    margin-top: 36px;
}

.main-right-toolbar-min .charts-loading{
    height: 0;
    overflow: hidden;
}


/*hack for datatable*/
.track-table .dt-bottom-row{
    background-color: transparent;
}
.track-table .dt-bottom-row .col-sm-6{
    width: 100% !important;
}
/*播放器进度条*/
.tiny-slider {
    height: 10px;
    background-color: #96A1A8;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.tiny-slider .tiny-slider-progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background-color: #F3524B;
    height: 100%;
}

.tiny-slider .tiny-slider-btn {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border:5px solid #F3524B;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.tiny-slider .tiny-slider-btn.disabled{
    cursor: not-allowed;
}

.btn-icon-playing{
    background-color: red;
}

.player-info{
    background-color: #363F44;
    padding-top:5px;
    padding-bottom:5px;
    overflow: hidden;
}
.player-info .player-col{
    float: left;
    width:20%;
    text-align: center;
    min-width: 176px;
}
.btn-player-play{
    display: inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    background-color: #F3524B;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin: 0 20px;
    overflow: hidden;
    vertical-align: sub;
}
.btn-player-play .fa{
    font-size:22px;
    color:#fff;
    margin-top: 11px;
}
.btn-player-play .fa-play{
    margin-left:6px;
}
.btn-player-play .fa-pause{
    display: none;
    font-size:20px;
}

.btn-playing .fa-play{
    display: none;
}
.btn-playing .fa-pause{
    display: inline-block;
}


.btn-player-prev,
.btn-player-next{
    display: inline-block;
    width:30px;
    height: 30px;
    color: #E9EEF0;
    line-height: 30px;
    background-color: #000;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
}
.btn-player-prev .fa{
    margin-right: 3px;
}
.btn-player-next .fa{
    margin-left: 3px;
}
.btn-player-next:hover,
.btn-player-prev:hover{
    cursor: pointer;
}
.btn-player-next.disabled,
.btn-player-prev.disabled{
    opacity: .3;
}
.btn-player-next.disabled:hover,
.btn-player-prev.disabled:hover{
    cursor: not-allowed;
}
.btn-playing .btn-player-next,
.btn-playing .btn-player-prev{
    display: none;
}

.player-mileage,
.player-time-current,
.player-time-end,
.player-speeds{
    display: inline-block;
    height:26px;
    line-height:26px;
    background-color: #262C30;
    border-radius: 14px;
    line-height:26px;
    font-size:14px;
    color:#96A1A7;
    padding:0 10px;
    margin-top:11px;
    min-width:100px;
}
.player-mileage em{
    font-style: normal;
}
.player-mileage em:first-child{
    color: #42A5F5;
}

.player-speeds{
    border-radius: 4px;
    padding-left:0;
    padding-right:0;
}
.player-speeds em{
    font-style: normal;
    float: left;
    height:100%;
    padding:0 4px;
    border:1px solid #262C30;
}
.player-speeds em:first-child{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.player-speeds em:last-child{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.player-speeds em:hover{
    color:#42A5F5;
    cursor: pointer;
}
.player-speeds em.active{
    color: #42A5F5;
    border-color:#42A5F5;
}
.player-speeds em.active:hover{
    cursor: default;
}

.player-time-current{
    color:#42A5F5;
}



/*图表模块*/
.charts-title{
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}
.charts{
    height: 142px;
    overflow: hidden;
    position: relative;
}
.charts .chartbox{
    height: 110px;
    width: 100%;
    position: absolute;
    top:32px;
}
.charts .btn-toolbar{
    padding: 10px;
}
.charts .btn-toolbar button{
    display: inline-block;
    height: 22px;
}
.charts .inline-group{
    display: inline-block;
}
.charts .inline-group label{
    display: inline-block;
    margin-right: 10px;
}
.charts .inline-group label input{
    margin-right: 4px;
}
.charts .progressLine{
    position: absolute;
    top: 42px;
    left: 10px;
    right: 10px;
}
.charts .progressLine div{
    position: absolute;
    top: 0;
    height: 90px;
    width: 1px;
    border-left: 1px dashed #F1524B;
    left: 0;
}
.charts .temperatureSetting{
    margin-left: 20px;
    visibility: hidden;
}
.charts .temperatureSetting label{
    cursor: pointer;
}
/*曲线、车门开关、压缩机图表*/

.temperature-chart-wrap{
    position: absolute;
    top: 42px;
    left:10px;
    right:10px;
    visibility: hidden;
    padding: 10px 0;
    height: 90px;
}
.chart-door,
.chart-compressor{
    height: 10px;
    border: 1px solid #cccccc;
    position: absolute;
    top:0;
    width:100%;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 50%, #ededed 51%, #d4d4d5 100%);
    background: -o-linear-gradient(#ffffff 0%, #ffffff 50%, #ededed 51%, #d4d4d5 100%);
    background: linear-gradient(#ffffff 0%, #ffffff 50%, #ededed 51%, #d4d4d5 100%);
}
.chart-compressor{
    top: auto;
    bottom:0;
}
.chart-temperature{
    height: 70px;
    top: 10px;
    position: absolute;
    width:100%;
}



/*路线设置*/
.speedLineDialog{
    width:330px;
    position: absolute;
    bottom: 215px;
    right: 10px;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    visibility: hidden;
    z-index: 3;
}
.speedLineDialog .caret{
    position: absolute;
    bottom: -4px;
    color: #ffffff;
    left: 50%;
    margin: 0 0 0 -4px;
}
.irs-from, .irs-single, .irs-to{
    background: rgba(0,0,0,.8);
    border-radius: 3px;
}
.irs-max, .irs-min{
    color: #ffffff;
    background: rgba(0,0,0,.8);
    border-radius: 3px;
}
.irs-slider{
    width: 10px;
    height: 18px;
    top: 20px;
    border: 1px solid #bbbbbb;
    background: #fafafa;
    border-radius: 3px;
    cursor: pointer;
}
#irs-active-slider{
    width: 10px;
    height: 18px;
    top: 20px;
    border: 1px solid #bbbbbb;
    background: #dddddd;
    border-radius: 3px;
    cursor: pointer;
}
.irs-slider:hover,.irs-slider:active{
    background: #eeeeee;
}

.popwindow{
    background: rgba(0,0,0,.8);
    border-radius: 3px;
    box-shadow: 1px -1px 5px rgba(0,0,0,.5);
    padding: 10px;
    color: #ffffff;
    width: 280px;
    font-size: 12px;
    line-height: 16px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}
.popwindow .caret{
    position: absolute;
    bottom: -4px;
    color: rgba(0,0,0,.8);
    left: 50%;
    margin: 0 0 0 -4px;
}
.popwindow table th{
    text-align: right;
    width: 55px;
    vertical-align: top;
}
.popwindow#truckInfowin table th{
    /* width: 90px; */
    white-space: nowrap;
}
.popwindow button.close{
    position: absolute;
    right:5px;
    top:0;
    font-size: 20px;
    opacity: .8;
    color: #ffffff;
    font-weight: normal;
}
.popwindow-stoppoint,
.popwindow-point,
.popwindow-eventpoint{
    width:240px;
}

.popwindow-point table th,
.popwindow-eventpoint table th{
    width: 70px;
}
.popwindow-stoppoint table th{
    width: 80px;
}
/*IE下始终显示3行高度，因为无法通过重绘气泡重置位置*/
.ie .popwindow td.cell-address{
    height: 51px;
    vertical-align: top;
}
#table-stoppoint.table-hover tbody tr,
#table-eventpoint.table-hover tbody tr,
#table-slowdown.table-hover tbody tr,
#table-dot.table-hover tbody tr{
    cursor: pointer;
}
.track-hover-label{
    display: block;
    width:130px;
    height:20px;
    line-height: 20px;
    border:1px solid #0033cc;
    background-color: #fff;
    font-size:12px;
    text-align: center;
}
tr.truck-current-point{
    background-color: #FFE1B9;
}
.stop-tip-label{
    font-size: 11px;
}
/*地图设置*/
.map-right-setting{
    position: absolute;
    width: 40px;
    height:40px;
    right:10px;
    bottom: 10px;
    z-index: 3;
}
.map-right-setting h3{
    text-indent: 5%;
    text-align: left;
    line-height:34px;
    border-bottom:1px solid #d5dfe4;
    font-size:16px;
    font-weight: 600;
    margin:0;
}
.map-right-setting h4{
    font-size:14px;
    font-weight: bold;
    clear: both;
    margin-top:10px;
}
.map-right-setting .btn-map-setting{
    display: inline-block;
    width: 40px;
    height:40px;
    font-size:26px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 5px #999;
    line-height:40px;
    text-align: center;
}
.map-setting-panel{
    display: none;
    position: absolute;
    right:50px;
    bottom:0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.map-setting-body{
    padding:0 5%;
}
.map-setting-body .checkbox{
    display: inline-block;
    width: 48%;
}
.map-setting-body .marker-map-checkbox{
    width: 100%;
    overflow: hidden;
}
.map-setting-close{
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

/*用户引导，指向父层框架*/
.guide-for-parent{
    height: 0px;
    width:0px;
    overflow: hidden;
    position: absolute;
    top:0;
    right:120px;
}


/* 新旧版切换按钮 */
.switchVer,
.long-review {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #5cb85c;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    z-index: 2;
}

a.switchVer:hover,
a.long-review:hover {
    color: #fff;
    text-decoration: none;
    background-color: #94CE94;
}
a.long-review{
    position: absolute;
    right: 103px;
    top: 10px;
}
.address-search-box{
    position: absolute;
    right: 196px;
    top: 10px;
    width:200px;
    z-index: 2;
}
.address-history{
    position: absolute;
    top:30px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #E6ECEE;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    display: none;
    box-shadow: 2px 2px 10px #939393;
}
.address-history-list{
    max-height: 156px;
    overflow: auto;
}
.address-history-list li{
    line-height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #fafafa;
    cursor: default;
}
.address-history-list span{
    display: block;
    width:160px;
    text-indent: 5px;
    overflow: hidden;
    float: left;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.address-history-list .fa{
    float: right;
    margin-right: 5px;
    color:#ccc;
    cursor: pointer;
    margin-top:7px;
}
.address-history-list li:hover{
    background-color: #fafafa;
}
.address-history-foot{
    border-top: 1px solid #fafafa;
    text-align: right;
    padding: 3px 5px;
}
.address-history-foot a{
    color:#53ADF9;
}
/*地图标注*/
.map-marker-tool{
    position: absolute;
    width: 40px;
    top:60px;
    right:10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #939393;
    z-index: 2;
}
.map-marker-tool-title{
    line-height: 22px;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color:#EBEBEB;
    text-align: center;
}
.map-marker-tool > span{
    display: inline-block;
    width: 100%;
    color:#F25652;
    padding: 7px 0;
    border-top: 1px solid #EAEAEA;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.map-marker-tool .icon-marker-point,
.map-marker-tool .icon-marker-polygon,
.map-marker-tool .icon-marker-measure,
.map-marker-tool .icon-marker-distance{
    display: inline-block;
    width:22px;
    height: 22px;
    background-image: url(/project/mengniu/v2/review/image/marker_edit.png);
    background-size: 88px 44px;
    background-repeat: no-repeat;
}
.map-marker-tool .icon-marker-point{
    background-position: -22px 0;
}
.map-marker-tool .icon-marker-point-selected{
    background-position: -22px -22px;
}
.map-marker-tool .icon-marker-polygon{
    background-position: 0 0;
}
.map-marker-tool .icon-marker-polygon-selected{
    background-position: 0 -22px;
}
.map-marker-tool .icon-marker-measure{
    background-position: -66px 0;
}
.map-marker-tool .icon-marker-measure-selected{
    background-position: -66px -22px;
}
.map-marker-tool .icon-marker-distance{
    background-position: -44px 0;
}
.map-marker-tool .icon-marker-distance-selected{
    background-position: -44px -22px;
}

.measure-label{
    display: block;
    padding: 0 3px;
    min-width: 135px;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid #F00;
    font-size: 12px;
    white-space: nowrap;
}
.measure-label span{
    font-weight: bold;
    color: #f00;
}
/*
.map-marker-tool span em{
    font-size: 12px;
    display: block;
    color:#999;
    line-height: 12px;
    font-style: normal;
}
*/
.map-marker-tool > span:first-child{
    border-top: none;
}
span.marker-tip{
    display: inline-block;
    padding: 10px;;
    position: absolute;
    top:60px;
    right: 0px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #939393;
    z-index: 1;
    color:#000;
    text-align:center;
    cursor: pointer;
    transition: all 0.2s;
    opacity:0;
}

span.marker-tip em{
    font-style: normal;
    display: block;
}

span.marker-tip-show{
    right: 70px;
    opacity: 1;
}


.marker-form{
    position: absolute;
    top:10px;
    right:10px;
    width:380px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 5;
    font-size: 12px;
    display: none;
}
.marker-form-new .marker-type-new{
    display: inline;
}
.marker-form-new .marker-type-edit{
    display: none;
}
.marker-form-edit .marker-type-new{
    display: none;
}
.marker-form-edit .marker-type-edit{
    display: inline;
}
.marker-point-name,
.marker-polygon-name{
    display: none;
}
.stoppoint-as-marker{
    display: inline-block;
    margin-top: 5px;
}
/*
.marker-form-loading{
    position: absolute;
    width:100%;
    height: 100%;
    line-height: 35px;
    background-color: rgba(255,255,255,0.9);
    text-align: left;
    text-indent: 10px;
    z-index: 9;
    display: none;
}
.marker-form-loading .loading-inner{
    width: 280px;
    height:40px;
    line-height:40px;
    margin: 50px auto 0;
    text-align: center;
    font-size:14px;
    border-radius: 3px;
}
*/
.marker-form h3{
    text-align: center;
    line-height:34px;
    border-bottom:1px solid #d5dfe4;
    font-size:16px;
    font-weight: 600;
    margin:0;
}
.marker-form-row{
    margin-top: 10px;
    padding: 0 15px;
}
.marker-form-row:after{
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}
.marker-form-row .row-left{
    float: left;
    width: 50%;
}
.marker-form-row .row-right{
    float: right;
    width: 50%;
}
.marker-form-row  .row-label{
    float: left;
    width: 50px;
    margin-top:7px;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}
.marker-form-row .row-label-required{
    color: #f00;
}
.marker-form-row .row-elem{
    float: left;
    width: 280px;
    position: relative;
}
.marker-form-row .row-elem label input{
    vertical-align: baseline;
}
.marker-form-row .row-left .row-elem,
.marker-form-row .row-right .row-elem{
    width: 125px;
}
.marker-form-row input[type=text]{
    width: 280px;
    padding: 6px 10px 5px;
}
.marker-form-row select.form-control{
    width:105px;
    font-size: 12px;
    height: 30px;
}
.marker-form-row .row-left input[type=text],
.marker-form-row .row-right input[type=text]{
    width: 105px;
}
.row-elem-offset{
    margin-left: 50px;
}
.marker-form-row textarea{
    height: 80px;
}
.marker-form-foot{
    padding: 10px;
}
/*marker radio style*/
.marker-color-radio {
  width: 20px;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  margin-top:4px;
}
.marker-color-radio label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.marker-color-radio label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.marker-color-radio input[type=radio] {
  visibility: hidden;
}
.marker-color-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
/*
.marker-color-radio-red{
    background:#F14842;
}
.marker-color-radio-yellow{
    background: #FF9E02;
}
.marker-color-radio-blue{
    background: #339AF8;
}
.marker-color-radio-purple{
    background: #6B47B8;
}
.marker-color-radio-green{
    background: #73C275;
}
.marker-color-radio-black{
    background:#2F383C;
}
*/
.marker-color-radio-red{/*红色*/
    background:#A90329;
}
.marker-color-radio-yellow{/*土豪金*/
    background: #C79121;
}
.marker-color-radio-blue{/*蓝色*/
    background: #57889C;
}
.marker-color-radio-purple{/*紫色*/
    background: #AC5287;
}
.marker-color-radio-green{/*绿色*/
    background: #356E35;
}

.btn-marker-advanced{
    margin-top: 4px;
    color:#4485C5;
}
.btn-marker-advanced .fa{
    color:#999;
    font-size: 12px;
}
.btn-marker-advanced .fa-angle-up{
    display: none;
}
.btn-marker-advanced .fa-angle-down{
    display: inline-block;
}
.btn-marker-advanced-open .fa-angle-down{
    display: none;
}
.btn-marker-advanced-open .fa-angle-up{
    display: inline-block;
}
.marker-form-advanced{
    display: none;
}
.marker-elem-org-panel{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #E6ECEE;
    border-top:none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    z-index: 10;
    overflow: auto;
    display: none;
    max-height: 220px;
}

.marker-setting-panel{
    height: 100px;
    overflow: auto;
}

.fence-infowindow{
    position: relative;
    width: 320px;
    background-color: #fff;
    color: #323232;
    font-size: 12px;
    box-shadow:0 0 10px rgba(0,0,0,.3);
    border-radius: 5px;
    overflow: hidden;
    padding:10px;
}
.fence-infowindow table th{
    text-align: right;
    min-width: 62px;
    vertical-align: top;
}
.fence-infowindow-tool{
    padding-top:10px;
}
.fence-infowindow-tool a{
    margin-right: 10px;
}
/*导出时间间隔提示*/
.exportdata-tip{
    font-size: 13px;
    margin-top: 20px;
    color: red;
}

.enjoyhint_disable_events{
    left:0 !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
}

.waypoints {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #30393E;
    text-align: center;
    line-height: 26px;
}
/* webapi */
body.webapi-page #tab-dot > .table-head{
    display: none;
}
body.webapi-page .map-marker-tool{
    display: none;
}
body.webapi-page .address-search-box{
    right: 10px !important;
}