::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    /*background: #535353;*/
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

body {
    overflow: hidden;
}

.sidebar {
    height: 857px !important;
    overflow: auto;
}

section.leftMenuBg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#header {
    flex: 0 0 80px;
}

section.main-content-wrapper {
    flex: 1;
}

section.dispatch-content {
    display: flex;
    height: 100%;
}

section.dispatch-content div.left-tree {
    flex: 0 0 310px;
    background: white;
}

.left-tree {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid #e8e3e3;
}

.left-tree .number-statistical {
    flex: 0 0 40px;
    display: flex;
}

.number-statistical div {
    flex: 1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.tree-online {
    color: #45a541;
}

.left-tree .tree-search {
    flex: 0 0 60px;
    display: flex;
    line-height: 60px;
}

.tree-search .search-type {
    flex: 1;
}

.tree-search .search-input {
    flex: 1;
    position: relative;
}

.tree-search .search-input i.delIcon {
    position: absolute;
    top: 22px;
    right: 5px;
}

.tree-search .seartch-refresh {
    flex: 0 0 50px;
    text-align: right;
    margin-left: 10px;
}

.left-tree .tree-area {
    flex: 1;
    width: 288px;
    overflow: auto;
}

.left-tree .footer-state {
    flex: 0 0 40px;
    display: flex;
    border: 1px solid #6dcff6;
    padding: 0 10px;
    position: relative;
}

.footer-state div:first-child {
    flex: 1;
    line-height: 40px;
    text-align: left;
}

.footer-state div:last-child {
    /*text-align: right;*/
    cursor: pointer;
    /*position: relative;*/
    flex: 0 0 40px;
}

.invisible-person-open-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/top-arrow.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.invisible-person-open-ico.loading {
    background-image: url('/clbs/resources/img/loading.gif');
}

.invisible-person-open-ico.active {
    background-image: url('/clbs/resources/img/bottom-arrow.png');
}

section.dispatch-content div.right-content {
    flex: 1;
    background: white;
    display: flex;
    /*flex-direction: column;*/
    position: relative;
    z-index: 1;
}

.right-content-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: margin 0.6s;
}

.right-content-main.active {
    margin: 0 300px 0 0;
}

.right-content .content-map {
    position: relative;
    flex: 1;
}

.content-map .selected-model {
    display: none;
    position: absolute;
    z-index: 1;
    margin: auto;
    background: white;
    border-radius: 5px;
    padding: 0;
    width: 230px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -115px;
    margin-top: -131px;
    border: 1px solid #d5cece;
    box-shadow: 0 5px 5px #b4aeae;
}

.content-map .selected-model li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d5cece;
    cursor: pointer;
}

.content-map .selected-model li:first-child {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    position: relative;
}

.content-map .selected-model li:nth-child(2) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/dispatch-circle-ico.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}

.content-map .selected-model li:nth-child(3) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/dispatch-rectangle-ico.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}

.content-map .selected-model li:nth-child(4) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/dispatch-fixed-object-ico.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}

.content-map .selected-model li:nth-child(5) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/dispatch-fixed-conditions-ico.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}

.content-map .selected-model li:first-child i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/delIcon.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.content-map .group-call,
.content-map .monitor-call,
.content-map .monitor-phone {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    z-index: 1;
    border: 1px solid #d5cece;
    box-shadow: 0 5px 5px #b4aeae;
    border-radius: 5px;
    width: 200px;
    padding: 0;
    margin: 0;
    margin-left: -100px;
    /*margin-top: -46px;*/
    display: none;
}

.content-map .group-call li:first-child,
.content-map .monitor-call li:first-child,
.content-map .monitor-phone li:first-child {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d5cece;
    padding-left: 20px;
}

.content-map .group-call li:last-child,
.content-map .monitor-call li:last-child,
.content-map .monitor-phone li:last-child {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.content-map .group-call li:last-child span,
.content-map .monitor-call li:last-child span,
.content-map .monitor-phone li:last-child span {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #6dcff6;
    cursor: pointer;
    display: inline-block;
    color: #6dcff6;
}

.task-group-backgroud {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

.create-task-group {
    position: absolute;
    z-index: 1;
    background: white;
    border-radius: 5px;
    width: 370px;
    border: 1px solid #d5cece;
    box-shadow: 0 5px 5px #b4aeae;
    top: 50%;
    left: 50%;
    margin-left: -185px;
    margin-top: -353px;
}

.create-task-group .header {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #d5cece;
    font-size: 18px;
    position: relative;
}

.create-task-group .header i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/delIcon.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.create-task-group .search {
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d5cece;
    padding: 0 20px 0 40px;
}

.create-task-group .search span {
    flex: 0 0 75px;
    text-align: right;
}

.create-task-group .search span.group-name-title {
    text-align: left;
}

.create-task-group .search input {
    flex: 1;
}


.create-task-group .list-header {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d5cece;
    display: flex;
    padding: 0 45px 0 40px;
    background: white;
}

.create-task-group .list-header .title {
    flex: 1;
}

.create-task-group .list-header .selected-number {
    flex: 1;
    text-align: right;
}

.create-task-group .list-main, .create-task-group .list-tree {
    height: 522px;
    padding: 0 45px 0 55px;
    border-bottom: 1px solid #d5cece;
    overflow: auto;
}

.create-task-group .list-main.fixed-condition-list {
    height: 134px;
    background: white;
}

.create-task-group .list-main ul {
    padding: 0;
    margin-top: 15px;
}

.create-task-group .list-main ul li {
    display: flex;
}

.create-task-group .list-main ul li span {
    flex: 1
}

.create-task-group .list-main ul li div {
    flex: 1;
    text-align: right;
}

.create-task-group .selected {
    height: 50px;
    line-height: 50px;
    display: flex;
    padding: 0 70px;
    border-bottom: 1px solid #d5cece;
}

.create-task-group .selected label {
    flex: 1;
    text-align: center;
}

.create-task-group .footer {
    height: 60px;
    line-height: 60px;
    display: flex;
    padding: 0 70px;
    background: white;
}

.create-task-group .footer div {
    flex: 1;
    text-align: center;
}

.create-task-group .fixed-conditions {
    padding: 0 20px 15px 40px;
    position: relative;
    background: white;
    border-bottom: 1px solid #d5cece;
}

.fixed-conditions .list {
    display: flex;
    align-items: center;
    margin-top: 10px;
    /*position: relative;*/
}

/*.fixed-conditions .staff-skills*/
/*{*/
/**/
/*}*/
.fixed-conditions .content {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background: white;
    border-radius: 5px;
    box-shadow: 0 5px 5px #b4aeae;
    transition: right 0.6s;
    width: 301px;
}

.fixed-conditions .intercom-model .content {
    top: 45px;
}

.fixed-conditions .driver-license-type .content {
    top: 90px;
}

.fixed-conditions .certificate-type .content {
    top: 137px;
}

.fixed-conditions .blood-type .content {
    top: 230px;
}


.fixed-conditions .content.active {
    right: -305px;
}

.fixed-conditions .list .content ul {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #d5cece;
    /*max-height: 300px;*/
    overflow: auto;
}

.fixed-conditions .list .content ul li {
    margin-bottom: 10px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    display: flex;
}

.fixed-conditions .list .content ul li span {
    border: 1px solid #d5cece;
    padding: 0 5px;
    /*box-sizing: content-box;*/
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 87px;
}

.fixed-conditions .list .content ul li span.active {
    color: white;
    background: #6dcff6;
    border: 1px solid #6dcff6;
}

.fixed-conditions .list .content ul li span:last-child {
    margin-right: 0;
}

.fixed-conditions .list .content ul li:last-child {
    margin-bottom: 0;
}


.fixed-conditions .list span {
    flex: 0 0 75px;
    text-align: right;
}

.fixed-conditions .list input {
    flex: 1;
}

.fixed-conditions .fixed-conditions-footer {
    height: 50px;
    display: flex;
    align-items: center;
}

.fixed-conditions .fixed-conditions-footer div {
    flex: 1;
    text-align: center;
}

.fixed-conditions input {
    background-color: white !important;
}

.dispatch-btn {
    background: white;
    border: 1px solid #c4c4c4;
    padding: 4px 14px;
    border-radius: 5px;
    color: #c4c4c4;
    letter-spacing: 2px;
}

.dispatch-btn.dispatch-primary {
    color: white;
    background: #6dcff6;
    border: 1px solid #6dcff6;
}

.dispatch-btn.dispatch-search {
    color: #6dcff6;
    border: 1px solid #6dcff6;
}

.create-task-group .none {
    display: none;
}

.fixed-conditions .age-range input {
    flex: 0 0 50px;
}

.fixed-conditions .age-range .line {
    flex: 0 0 20px;
    text-align: center;
}

.fixed-conditions .radius-scope .fill-value {
    flex: 0 0 100px;
}

.fixed-conditions .radius-scope .unit {
    text-align: left;
    padding-left: 5px;
    flex: 0 0 20px;
}

.fixed-conditions .radius-scope .radius-scope-search {
    flex: 1;
    text-align: right;
}

.right-content .content-table {
    flex: 0 0 44px;
    position: relative;
}

.content-table .table-allow {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/top-arrow.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.content-table .table-allow.active {
    background-image: url('/clbs/resources/img/bottom-arrow.png');
}

.content-table .alarm-icon {
    position: absolute;
    top: -30px;
    right: 10px;
    cursor: pointer;
    display: inline-block;
    width: 66px;
    height: 66px;
    background-image: url('/clbs/resources/img/alarmWin.gif');
    /*background-size: 20px 20px;*/
    background-repeat: no-repeat;
    background-position: 0 0;
}

.content-table .alarm-icon.active {
    background-position: 0px -134px;
}

.content-table .tab-content {
    height: 0;
    transition: height 0.6s;
    overflow: auto;
}

.content-table .tab-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.content-table .tab-content.active {
    height: 261px;
}

.content-table .tab-content.active-dispatch {
    width: calc(100vw - 315px - 300px);
}


.invisible-person-table {
    height: 0;
    transition: height 0.6s;
    overflow: auto;
    position: relative;
}

.invisible-person-table.active {
    height: 260px;
}

.invisible-person-details {
    position: absolute;
    top: 40px;
    left: 500px;
    width: 100%;
    height: 260px;
    transition: left 0.6s;
    background: white;
    border: 1px solid #e8e3e3;
    padding: 20px;
}

.invisible-person-details.active {
    z-index: 1;
    left: 0px;
}

.invisible-person-details ul {
    padding: 0;
    margin-bottom: 0;
}

.invisible-person-details ul li {
    margin-bottom: 10px;
}

.dispatch-view {
    flex: 0 0 300px;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    transition: right 0.5s;
    background: white;
    border: 1px solid #e8e3e3;
    height: 100%;
}

.dispatch-view.active {
    /*flex: 0 0 300px;*/
    /*width: 300px;*/
    right: 0;
}

.dispatch-view-label {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100px;
    background: #6dcff6;
    color: white;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 50px;
    display: none;
    cursor: pointer;
}

.dispatch-view-label:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/clbs/resources/img/left-arrow.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
}

.dispatch-header {
    /*display: flex;*/
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e3e3;
    position: relative;
}

.dispatch-header .arrow {
    /*flex: 0 0 30px;*/
    text-align: center;
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    cursor: pointer;
}

.dispatch-header .monitor-name {
    /*flex: 1;*/
    text-align: center;
}

.dispatch-info {
    height: calc(100% - 50px - 300px - 155px - 40px);
    overflow: auto;
}

.dispatch-info .personnel-info {
    padding: 15px 40px;
}

.dispatch-info .personnel-info ul {
    padding: 0;
    margin: 0;
}

.dispatch-info .personnel-info ul li {
    margin-bottom: 10px;
}

.dispatch-general {
    height: 300px;
    overflow: auto;
}

.dispatch-general .tab-content {
    height: 258px;
}


.dispatch-general .general-list {
    padding: 15px 20px;
    height: 248px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    /*align-content: center;*/
}

.dispatch-general .general-list.active {
    display: flex;
}

.dispatch-general .general-list .list {
    flex: 1;
    display: flex;
}

.dispatch-general .general-list .list .cell {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

.dispatch-general .general-list .list .cell .icon {
    flex: 1;
    display: flex;
    align-items: center;
}

.dispatch-general .general-list .list .cell .icon img {
    width: 30px;
    height: 30px;
}

.dispatch-general .general-list .list .cell .icon.phone-icon img {
    width: 25px;
    height: 25px;
}


.dispatch-general .general-list .list .cell .text {
    /*flex: 0 0 20px;*/
    flex: 1;
}

.dispatch-informed {
    height: 155px;
    overflow: auto;
    border-bottom: 1px solid #e8e3e3;
}

.dispatch-footer {
    text-align: center;
    height: 40px;
    padding-top: 5px;
}

.dispacth-group, .dispatch-group-general {
    display: none;
}

.amap-info-content {
    padding: 0;
    border-radius: 5px;
    width: 260px;
    /*opacity: 0.9;*/
    /*width: 250px;*/
}

.bottom-center .amap-info-sharp {
    border-top: 8px solid #ebe9e5;
}

.info-window ul {
    padding: 0;
    margin: 0;
    border: 1px solid #e8e3e3;
    background: #ffffff;
    /*background-color: #ebe9e5;*/
}

.info-window ul li {
    /*height: 40px;*/
    /*line-height: 40px;*/
    border-top: 1px solid #d5cece;
    padding: 10px 15px;
}

.info-window ul li:first-child {
    text-align: center;
    border-top: none;
    font-size: 16px;
    /*background-color: #4488bf;*/
    /*color: #ffffff;*/
    color: #707070;
}

.info-window ul li:last-child {
    /*display: flex;*/
}

.info-window ul li:last-child i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/clbs/resources/img/toguijihuifang.svg) no-repeat center;
    /* background-color: #4488bf; */
    border-radius: 5px;
    padding: 15px;
    margin: auto 0 auto 5px;
    cursor: pointer;
    vertical-align: middle;
}

.amap-info-close {
    top: 12px;
    right: 5px;
    color: #797979;
}

.general-list .group-calling .icon i,
.general-list .monitor-calling .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/intercom.svg');
    background-repeat: no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

.general-list .group-calling.active .icon i,
.general-list .monitor-calling.active .icon i {
    background-image: url('/clbs/resources/img/intercom-active.svg');
    /*box-shadow: 0 0 5px 2px #648dc8;*/
    /*border-radius: 5px;*/
}

.general-list .group-calling.failure .icon i,
.general-list .monitor-calling.failure .icon i {
    cursor: not-allowed;
    /*display: inline-block;*/
    /*background-image: url('/clbs/resources/img/intercom.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 60px 60px;*/
    /*width: 60px;*/
    /*height: 60px;*/
}

.general-list .group-listening .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/join.svg');
    background-repeat: no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

.general-list .group-listening.active .icon i {
    background-image: url('/clbs/resources/img/join-active.svg');
    /*background-image: url('/clbs/resources/img/join-active.png');*/
    /*box-shadow: 0 0 5px 2px #648dc8;*/
    /*border-radius: 5px;*/
}

.general-list .rob-to-mak .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/microphone.svg');
    background-repeat: no-repeat;
    background-size: 52px 68px;
    width: 60px;
    height: 60px;
}

.general-list .rob-to-mak.active .icon i {
    background-image: url('/clbs/resources/img/microphone-active.svg');
    /*background-image: url('/clbs/resources/img/microphone-active.png');*/
    /*box-shadow: 0 0 5px 2px #648dc8;*/
    /*border-radius: 5px;*/
}

.general-list .monitor-phone-event .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/phone.svg');
    background-repeat: no-repeat;
    background-size: 52px 68px;
    width: 60px;
    height: 60px;
}

.general-list .monitor-phone-event.active .icon i {
    background-image: url('/clbs/resources/img/phone-active.svg');
    /*background-image: url('/clbs/resources/img/phone-active.png');*/
    /*box-shadow: 0 0 5px 2px #648dc8;*/
    /*border-radius: 5px;*/
}

.general-list .monitor-phone-event.failure .icon i {
    cursor: not-allowed;
    /*background-image: url('/clbs/resources/img/phone.svg');*/
}

.general-list .banned-view .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/banned.svg');
    background-repeat: no-repeat;
    background-size: 52px 68px;
    width: 60px;
    height: 60px;
}

.general-list .banned-view.active .icon i {
    background-image: url('/clbs/resources/img/banned-active.svg');
    /*background-image: url('/clbs/resources/img/banned-active.png');*/
    /*box-shadow: 0 0 5px 2px #648dc8;*/
    /*border-radius: 5px;*/
}

.general-list .banned-view.failure .icon i {
    cursor: not-allowed;
    /*background-image: url('/clbs/resources/img/banned.svg');*/
}

.general-list .location-view .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/location.svg');
    background-repeat: no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

.general-list .location-view.active .icon i {
    background-image: url('/clbs/resources/img/location-active.svg');
}

.general-list .location-view.failure .icon i {
    cursor: not-allowed;
    /*background-image: url('/clbs/resources/img/location.svg');*/
}

.general-list .video-view .icon i {
    display: inline-block;
    background-image: url('/clbs/resources/img/video.svg');
    background-repeat: no-repeat;
    background-size: 56px 60px;
    width: 60px;
    height: 60px;
    cursor: not-allowed;
}

/*.general-list .video-view.active .icon i {*/
/*  display: inline-block;*/
/*  background-image: url('/clbs/resources/img/video-active.svg');*/
/*  background-repeat: no-repeat;*/
/*  background-size: 56px 60px;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*}*/

/*.general-list .video-view.failure .icon i {*/
/*  background-image: url('/clbs/resources/img/video.svg');*/
/*}*/

.recently-informed-table thead tr th {
    padding: 5px 10px !important;
}

.tree-area .peopleSkin_ico_docu,
.list-tree .peopleSkin_ico_docu {
    background-image: url('/clbs/resources/img/offlineIcon_ico.svg') !important;
    background-size: 12px 12px;
    background-position: 2px 2px !important;
}

.tree-area .peopleSkin_ico_docu + span,
.list-tree .peopleSkin_ico_docu + span {
    color: #b6b6b6;
}

.tree-area .onlineDriving_ico_docu,
.list-tree .onlineDriving_ico_docu {
    background-image: url('/clbs/resources/img/onlineDriving_ico.svg') !important;
    background-size: 12px 12px;
    background-position: 0px 0px !important;
}

.tree-area .onlineNotPositioning_ico_docu,
.list-tree .onlineNotPositioning_ico_docu {
    background-image: url('/clbs/resources/img/onlineNotPositioning_ico.svg') !important;
    width: 14px !important;
    height: 12px !important;
    background-size: 12px 12px;
}


.tree-area .onlineDriving_ico_docu + span,
.list-tree .onlineDriving_ico_docu + span {
    color: rgb(120, 175, 58);
}

.address-info {
    color: #6dcff6;
    cursor: pointer;
}

.person-details {
    background-image: url('/clbs/resources/img/details.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
}

.person-details-cancel {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/clbs/resources/img/delIcon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.del-icon2 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/clbs/resources/img/delIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.cancel-area {
    position: relative;
}

.notice-infos {
    position: relative;
}

.words-number {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content-map .dispatch-tool-area {
    position: absolute;
    z-index: 999;
    top: 4px;
    left: 10px;
    overflow: hidden;
}


.content-map .dispatch-tool-area .dispatch-tool {
    width: 36px;
    height: 36px;
    line-height: 32px;
    position: relative;
    top: 0;
    right: 0;
    float: left;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    z-index: 999;
    border: 1px solid #c4c4c4;
    box-shadow: 2px 2px 2px #c4c4c4;
    cursor: pointer;
}

.content-map .dispatch-tool-area .dispatch-tool img {
    width: 20px;
    height: 20px;
}


.dispatch-tool-operate {
    border: 1px solid #c4c4c4;
    box-shadow: 2px 2px 2px #c4c4c4;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    transition: margin-left 0.5s;
}

.dispatch-tool-operate.active {
    margin-left: 10px;
}

.dispatch-tool-operate .fenceA {
    padding-left: 10px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}


.dispatch-tool-operate .map-drop-sett::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/clbs/resources/img/map-drop-sett.svg) !important;
    background-size: 19px 19px;
}

.dispatch-tool-operate .map-magnify::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/clbs/resources/img/magnify.svg) !important;
    background-size: 19px 19px;
}

.dispatch-tool-operate .map-shrink::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/clbs/resources/img/shrink.svg) !important;
    background-size: 19px 19px;
}

.dispatch-tool-operate .map-count::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/clbs/resources/img/count.svg);
    background-size: 19px 19px;
}

.dispatch-tool-operate .print-sett::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/clbs/resources/img/print-icon.svg) !important;
    background-size: 19px 19px
}

.dispatch-tool-operate span {
    color: #5c5e62;
    padding: 0 5px;
}

.dispatch-tool-operate a:nth-child(2).active i::before {
    background-image: url(/clbs/resources/img/magnifyActive.svg) !important;
}

.dispatch-tool-operate a:nth-child(2).active span,
.dispatch-tool-operate a:nth-child(3).active span,
.dispatch-tool-operate a:nth-child(4).active span {
    color: #6dcff6;
}

.dispatch-tool-operate a:nth-child(3).active i::before {
    background-image: url(/clbs/resources/img/shrinkActive.svg) !important;
}

.dispatch-tool-operate a:nth-child(4).active i::before {
    background-image: url(/clbs/resources/img/countActive.svg) !important;
}

.map-drop-setting-menu {
    display: none;
    z-index: 999;
    position: absolute;
    top: 50px;
    right: 330px;
    width: 150px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
}

.map-drop-setting-menu p {
    text-align: left;
    margin: 5px;
    padding: 0px 10px;
}

.monitoringSelect.active {
    color: #6dcff6;
}

table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th {
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztree li span.button.kicked-out {
    background-image: url(/clbs/resources/img/kickedOut.png);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
}

.fixed-conditions .staff-skills .content ul {
    max-height: 569px;
}

.fixed-conditions .intercom-model .content ul {
    max-height: 524px;
}

.fixed-conditions .driver-license-type .content ul {
    max-height: 479px;
}

.fixed-conditions .certificate-type .content ul {
    max-height: 432px;
}

.fixed-conditions .blood-type .content ul {
    max-height: 339px;
}

/*报警提醒相关*/
#showAlarmWin {
    right: 2px;
    padding: 10px;
    height: 20px;
    width: 20px;
    background-image: url(../img/showAlarmWin.svg);
    background-size: 20px 20px
}

#showAlarmWin, #showAlarmWinMark {
    position: absolute;
    bottom: 2px;
    z-index: 99;
    cursor: pointer
}

#showAlarmWinMark {
    right: 15px;
    display: none;
    background-image: url(../img/alarmWin.gif);
    width: 66px;
    height: 66px;
    background-position: 0 0
}

#showAlarmWinMark #showAlarmNum {
    position: absolute;
    right: -8px;
    bottom: 45px;
    z-index: 99;
    background-color: #e50c0c;
    border-radius: 15px;
    padding: 0 5px;
    color: #fff;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 9pt
}

.contextMenuContent {
    border: 1px solid #ffab2d;
    background-color: #f8ba61;
    cursor: default;
    padding: 0 !important;
    min-width: 115px;
    box-shadow: 1px 1px 5px #606060
}

.alarmFlashes .flashesOpen, .alarmFlashes .flashesOpen-off, .alarmRelieve span, .alarmSettingsBtn span, .alarmSettingsSmall span, .alarmSound .soundOpen, .alarmSound .soundOpen-off {
    background-image: url(../img/alarmResult.png);
    display: inline-block;
    vertical-align: middle
}

.alarmFlashes, .alarmRelieve, .alarmSound {
    color: #fff;
    cursor: pointer
}

.alarmFlashes, .alarmSound {
    padding: 10px
}

.alarmFlashes:hover, .alarmSound:hover {
    background-color: #fbc984
}

.alarmFlashes font, .alarmSound font {
    display: block
}

.contextMenuContent .alarmSound .soundOpen {
    background-position: 0 0;
    width: 33px;
    height: 33px
}

.contextMenuContent .alarmFlashes .flashesOpen {
    background-position: 0 -6pc;
    width: 33px;
    height: 33px
}

.contextMenuContent .alarmSound .soundOpen-off {
    background-position: 0 -3pc;
    width: 33px;
    height: 33px
}

.contextMenuContent .alarmFlashes .flashesOpen-off {
    background-position: 0 -9pc;
    width: 33px;
    height: 33px
}

.contextMenuContent .alarmRelieve span {
    background-position: 0 -2in;
    margin: 0 10px 0 0;
    width: 33px;
    height: 33px
}

.contextMenuContent .alarmSettingsBtn, .contextMenuContent .alarmSettingsSmall {
    color: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #e1e1e1
}

.contextMenuContent .alarmSettingsBtn:hover, .contextMenuContent .alarmSettingsSmall:hover {
    background-color: #fbc984
}

.contextMenuContent .alarmSettingsBtn span {
    background-position: 0 -15pc;
    width: 17px;
    height: 17px;
    margin: -2px 3px 0 0
}

.contextMenuContent .alarmSettingsSmall span {
    background-position: 0 -263px;
    width: 17px;
    height: 17px;
    margin: -2px 3px 0 0
}

.tab-pane.general-list .text span {
    top: 8px;
    position: relative;
}

.single-object {
    display: none;
}