body {
    overflow: hidden;
}

svg .indicator {
    cursor: pointer;
}

.sidebar {
    overflow-y: auto;
    height: calc(100vh - 80px);
}

.content {
    height: calc(100vh - 80px);
    position: relative;
}

.left-part {
    position: absolute;
    width: 310px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.left-part.collapse {
    width: 0px;
}

.right-part {
    position: absolute;
    left: 310px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.right-part.extend {
    left: 0px;
}

.top-part {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    top: 0px;
}

.bottom-part {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50px;
    bottom: 0px;
}

.map-part {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.top-part.chart-open .map-part {
    right: 580px;
}

.chart-part {
    position: absolute;
    right: -580px;
    top: 0px;
    bottom: 0px;
    width: 580px;
    box-sizing: border-box;
    border-left: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
}

.top-part.chart-open .chart-part {
    right: 0px;
}

.drag-bar {
    height: 4px;
    position: relative;
    background-color: #ccc;
    cursor: n-resize;
    transition: background-color 500ms;
}

.drag-bar:hover {
    background-color: deepskyblue;
}

.drag-bar .indicator {
    width: 100%;
    height: 100%;
    border: 1px dashed #333;
    z-index: 999;
}

.page-heading {
    height: 38px;
    position: relative;
    border-bottom: 1px solid #eff2f7;
}

.page-title {
    font-weight: 700;
}

.realtime-monitoring {
    position: absolute;
    right: 5px;
    bottom: 2px;
    display: block;
    width: 41px;
    height: 32px;
    line-height: 20px;
    background: #6dcff6 !important;
    border-radius: 3px;
    padding-top: 5px;
    text-align: center;
}

.toggle-left-part {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #ccc;
    color: #6dcff6;
    cursor: pointer;
}

.calender-container {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    height: 297px;

}

.search-input-container {
    padding: 15px;
}

.search-input-wraper {
    position: relative;
}

.search-input-wraper .delIcon {
    right: 10px;
}

.tree-container {
    padding: 0px 15px 0px 15px;
    /*66 38 297 = 398*/
    height: calc(100% - 405px);
    overflow: auto;
}

.map-container {
    width: 100%;
    height: 100%;
}

.amap-toolbar {
    right: auto !important;
    bottom: 70px !important;
    left: 18px !important;
}

.trackPlay-group {
    position: absolute;
    right: 0;
    font-size: 18px;
    padding: 4px 5px 0 0;
    top: 0;
    z-index: 1000;
    opacity: .9;
}

#mapDropSetting {
    border: 1px solid #c4c4c4;
    box-shadow: 2px 2px 2px #c4c4c4;
    background-color: #fff;
    margin: 5px 16px 0 0;
    padding: 0 6px 2px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    color: #5c5e62;
    cursor: pointer;
}

#mapDropSetting .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;
}

#previewImage {
    border: 1px solid #c4c4c4;
    box-shadow: 2px 2px 2px #c4c4c4;
    background-color: #fff;
    margin: 5px 0 0 0;
    padding: 0 6px 2px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    color: #5c5e62;
    cursor: pointer;
}

#previewImage .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;
}

.fenceA span {
    padding: 0 5px;
}

.trackPlay-group label {
    font-weight: 400;
}

.table-area {
    padding-top: 4px;
    height: calc(100% - 4px);
}

.table-wraper {
    height: calc(100% - 42px);
}

.table-wraper .tab-pane {
    height: 100%;
}

.table-wraper .tab-pane > div {
    height: 100%;
    overflow: auto;
}

.play-control-container {
    position: absolute;
    bottom: -90px;
    width: 540px;
    left: calc(50% - 170px);
    height: 90px;
    z-index: 1049;
    opacity: 0;
    transition: 200ms;
}

.play-control-container.active {
    bottom: 0px;
    opacity: 1;
}

.play-control-container > div {
    height: 100%;
    float: left;
    border-radius: 5px;
    background-color: rgba(95, 95, 95, 0.9);
}

.play-control {
    position: relative;
    z-index: 10;
    width: 340px;
}

.checkbox-control {
    width: 200px;
    padding-right: 8px;
}

.play-control-button-container {
    width: 90%;
    margin: auto;
    height: 50px;
    padding-top: 12px;
}

.play-control-button-container::after {
    content: ' ';
    display: block;
    clear: both;
}

.play-control-button-container .play-control-button-wraper {
    width: 20%;
    float: left;
}

.play-control-button-container .play-control-button-wraper .play-control-button {
    width: 42px;
    height: 42px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #6dcff6;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}

.play-control-button-container .play-control-button-wraper .prev {
    background-image: url("/clbs/resources/img/trackPlayback/play-prev.svg");
    background-size: 16px auto;
}

.play-control-button-container .play-control-button-wraper .play {
    background-color: #87cdf2;
    background-image: url("/clbs/resources/img/trackPlayback/play-play.svg");
    background-size: 16px auto;
}

.play-control-button-container .play-control-button-wraper .pause {
    background-color: #87cdf2;
    background-image: url("/clbs/resources/img/trackPlayback/play-pause.svg");
    background-size: 16px auto;
}

.play-control-button-container .play-control-button-wraper .reset {
    background-image: url("/clbs/resources/img/trackPlayback/play-stop.svg");
    background-size: 16px auto;
}

.play-control-button-container .play-control-button-wraper .next {
    background-image: url("/clbs/resources/img/trackPlayback/play-next.svg");
    background-size: 16px auto;
}

.play-control-button-container .play-control-button-wraper .more {
    background-image: url("/clbs/resources/img/trackPlayback/play-more.svg");
    background-size: 22px auto;
}

.progress-line {
    width: 250px;
    height: 8px;

    position: relative;
    margin-top: 12px;
    margin-left: 15px;
}

.progress-back {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
}

.progress-indicator {
    position: absolute;
    top: -4px;
    left: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: white;
    z-index: 99;
    cursor: pointer;
}

.simple-line-svg {
    border-radius: 5px;
    position: relative;
    top: -6px;
}

.checkbox-control {
    position: relative;
    overflow: hidden;
    margin-left: -200px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1;
}

.checkbox-control::after {
    content: ' ';
    display: block;
    clear: both;
}

.checkbox-control.active {
    margin-left: 0px;
    opacity: 1;
}

.checkbox-control .box {
    margin: 15px 0px;
    width: 50%;
    height: 70%;
    float: left;
    padding: 4px 0px 0px 8px;
}

.checkbox-control .box:nth-child(1) {
    border-right: 1px solid #afafaf;
}

.checkbox-control .box:nth-child(2) {
    padding-left: 5px;
}

.input-box {
    /*margin-bottom: 4px;*/
    color: #fff;
}

.input-label {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.check-input, .radio-input {
    display: none;
}

.check-active, .radio-active {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}

.radio-active {
    border-radius: 50%;
}

.radio-input:checked + .radio-active {
    border-color: #1890ff;
}

.radio-active::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: table;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border-top: 0;
    border-left: 0;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
    content: ' ';
}

.radio-input:checked + .radio-active::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
}

.check-active {
    border-radius: 2px;
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
}

.check-active::after {
    position: absolute;
    top: 50%;
    left: 21%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.71, -0.46, .88, .6), opacity .1s;
    transition: all .1s cubic-bezier(.71, -0.46, .88, .6), opacity .1s;
    content: ' ';
}

.check-input:checked + .check-active {
    background: #1890ff;
    border-color: #1890ff;
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
}

.check-input:checked + .check-active::after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: ' ';
}

.speed-control {
    position: relative;
    width: 56px;
    height: 20px;
    line-height: 16px;
    border: 1px solid #77c3ef;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin: 6px 10px 0 0px;
    cursor: pointer;
    font-weight: normal;
}

.speed-control > span {
    display: inline-block;
}

.play-control-button-wraper .more {
    position: relative;
}

.play-control-button:after, .speed-control:after {
    content: "";
    background: #77c3ef;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    bottom: 0;
    opacity: 0;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.play-control-button.play:after {
    background: #fff;
}

.play-control-button:active:after, .speed-control:active:after {
    transform: scale(0);
    opacity: 1;
    transition: 0s;
}

.color-red {
    color: red;
}

.color-blue {
    color: deepskyblue;
}

.toggle-chart-part {
    box-shadow: 1px 1px 3px #ccc;
    position: absolute;
    right: 0px;
    top: calc(50% - 60px);
    background-color: #6dcff6;
    color: #fff;
    padding: 20px 15px 10px 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    display: none;
    z-index: 1002;
}

.toggle-chart-part span {
    position: relative;
}

.BMap_stdMpZoom {
    display: block;
}

.sensor-part {
    position: absolute;
    bottom: 0px;
    height: 60px;
    left: 0px;
    right: 0px;
    border-top: 2px solid #cccccc;
    overflow-y: hidden;
    background-color: white;
}

.sensor-part .page-icon {
    position: absolute;
    height: 100%;
    top: 0px;
    width: 15px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    cursor: pointer;
    transition: background-color 100ms;
    display: none;
}

.sensor-part .page-icon:hover {
    background-color: #e2e2e2;
}

.sensor-part .page-icon:active {
    background-color: #d2d2d2;
}

.sensor-part .page-icon.prev {
    background-image: url("/clbs/resources/img/trackPlayback/prev.svg");
    left: 0px;
}

.sensor-part .page-icon.next {
    background-image: url("/clbs/resources/img/trackPlayback/next.svg");
    right: 0px;
}

.sensor-container {
    position: absolute;
    height: calc(100% + 27px);
    top: 0px;
    left: 15px;
    right: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.sensor-wraper {
    width: 2000px;
}

.sensor-wraper::after {
    content: ' ';
    display: block;
    clear: both;
}

.sensor-item {
    height: 60px;
    /*width: 60px;*/
    width: 100px;
    float: left;
    cursor: pointer;
}

.sensor-icon {
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 45% auto;*/
    background-size: 30% auto;
}

.sensor-text {
    text-align: center;
    color: #4287ff;
    font-size: 12px;
}

.sensor-item.un-active .sensor-text {
    color: #767676;
}

.sensor-icon.icon-mile {
    background-image: url("/clbs/resources/img/trackPlayback/mile.svg");
}

.sensor-item.un-active .sensor-icon.icon-mile {
    background-image: url("/clbs/resources/img/trackPlayback/mile-gray.svg");
}

.sensor-icon.icon-runAndStop {
    background-image: url("/clbs/resources/img/trackPlayback/runAndStop.svg");
}

.sensor-item.un-active .sensor-icon.icon-runAndStop {
    background-image: url("/clbs/resources/img/trackPlayback/runAndStop-gray.svg");
}

.sensor-icon.icon-oil {
    background-image: url("/clbs/resources/img/trackPlayback/oil.svg");
}

.sensor-item.un-active .sensor-icon.icon-oil {
    background-image: url("/clbs/resources/img/trackPlayback/oil-gray.svg");
}

.sensor-icon.icon-oilConsume {
    background-image: url("/clbs/resources/img/trackPlayback/oilConsume.svg");
}

.sensor-item.un-active .sensor-icon.icon-oilConsume {
    background-image: url("/clbs/resources/img/trackPlayback/oilConsume-gray.svg");
}

.sensor-icon.icon-temperature {
    background-image: url("/clbs/resources/img/trackPlayback/temperature.svg");
}

.sensor-item.un-active .sensor-icon.icon-temperature {
    background-image: url("/clbs/resources/img/trackPlayback/temperature-gray.svg");
}

.sensor-icon.icon-humiture {
    background-image: url("/clbs/resources/img/trackPlayback/humiture.svg");
}

.sensor-item.un-active .sensor-icon.icon-humiture {
    background-image: url("/clbs/resources/img/trackPlayback/humiture-gray.svg");
}

.sensor-icon.icon-workhour {
    background-image: url("/clbs/resources/img/trackPlayback/workhour.svg");
}

.sensor-item.un-active .sensor-icon.icon-workhour {
    background-image: url("/clbs/resources/img/trackPlayback/workhour-gray.svg");
}

.sensor-icon.icon-reverse {
    background-image: url("/clbs/resources/img/trackPlayback/reverse.svg");
}

.sensor-item.un-active .sensor-icon.icon-reverse {
    background-image: url("/clbs/resources/img/trackPlayback/reverse-gray.svg");
}

.sensor-icon.icon-io {
    background-image: url("/clbs/resources/img/trackPlayback/io.svg");
}

.sensor-item.un-active .sensor-icon.icon-io {
    background-image: url("/clbs/resources/img/trackPlayback/io-gray.svg");
}

.sensor-icon.icon-weight {
    background-image: url("/clbs/resources/img/trackPlayback/weight.svg");
}

.sensor-item.un-active .sensor-icon.icon-weight {
    background-image: url("/clbs/resources/img/trackPlayback/weight-gray.svg");
}

.sensor-icon.icon-tire {
    background-image: url("/clbs/resources/img/trackPlayback/tire.svg");
}

.sensor-item.un-active .sensor-icon.icon-tire {
    background-image: url("/clbs/resources/img/trackPlayback/tire-gray.svg");
}

.chart-container-wraper {
    height: calc(100% - 60px);
    overflow-y: auto;
}

.chart-container {
    height: 100%;
    min-height: 400px;
}

.chart-item {
    height: 50%;
    box-sizing: border-box;
}

.chart-item:first-child {
    border-bottom: 2px solid #cccccc;
}

.chart-title {
    background-color: #fafafa;
    color: #555;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #e8e9ed;
}

.chart-select {
    float: right;
    margin-right: 20px;
    margin-top: 7px;
}

.chart-line {
    height: calc(100% - 90px);
}

.chart-line .chart-wraper {
    width: 100%;
    height: 100%;
}

.chart-text {
    width: 100%;
    height: 50px;
}

.chart-text td {
    text-align: center;
    vertical-align: middle;
}

/*定时定区域查询*/
#realTimeCanArea {
    width: 355px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1200;
    display: block;
    margin-left: -357px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 1px 3px #ccc;
    padding: 20px 5px 5px;
    border: 1px solid #6dcff6;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.realTimeCanAreaShow {
    margin-left: 0 !important;
}

.rtcaHidden {
    margin-left: -357px
}

.areaTool {
    box-shadow: 1px 1px 3px #ccc;
    position: absolute;
    right: -51px;
    top: -1px;
    background-color: #6dcff6;
    color: #fff;
    padding: 20px 15px 20px 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.exportTool {
    position: absolute;
    right: -53px;
    top: 100px;
    width: 52px;
    height: 97px;
    background-image: url(/clbs/resources/img/exportTool.png);
    background-size: 100% 100%;
    cursor: pointer;
    /*color: #fff;*/
    /*padding: 20px 15px 20px 15px;*/
    /*border-top-right-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
}

/*.areaTool .fa-search {*/
/*  position: relative;*/
/*  top: -52px;*/
/*  left: 0px;*/
/*}*/

.areaTool .fa-search-track {
    /*content: "";*/
    /*position: absolute;*/
    display: block;
    background-image: url(/clbs/resources/img/tcSearch.svg) !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px
}

.areaTool span {
    position: relative;
    top: 10px
}

#fixedTimeArea {
    position: absolute;
    width: 480px;
    top: 60px;
    left: 5px;
    z-index: 1001;
    display: none;
}

#fixedTimeArea input, #fixedTimeArea button {
    cursor: pointer;
}

#fixedTimeArea #groupSelect {
    padding-right: 55px;
}

#fixedTimeArea .fastClear .delIcon {
    right: 55px;
}

#fixedTimeArea form .form-control-feedback {
    right: 25px !important;
}

.areaTitle {
    width: 46px;
    text-align: center;
    background-color: #fff;
}

.BMap_bubble_content {
    overflow: auto !important;
}

.googleText {
    padding: 1px 3px;
    color: #fff !important;
    background: rgba(0, 0, 0, .6);
}

.marker-route {
    position: absolute;
    color: #e90000 !important;
    cursor: pointer;
    font-size: 40px !important;
    font-weight: bold;
    border: 2px solid red;
    padding: 10px;
    border-radius: 15px;
    top: -28px;
    left: -10px;
}

.modal-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
}

.modal-cell .input-label {
    margin-left: 30px;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 600;
}

.modal-tips {
    font-size: 18px;
    text-align: center;
    color: #888;
}

.io-rect {
    display: inline-block;
    width: 20px;
    height: 8px;
    margin-right: 5px;
}

/*围栏绑定*/
#fenceTool {
    position: absolute;
    top: 60px;
    left: 3px;
    z-index: 1003;
}

#fenceTool .dropdown-menu {
    min-width: 220px;
    max-height: 250px;
    overflow: auto;
    background-color: #fff;
}

#vFenceTree {
    display: inline-block;
}

.amap-info-contentContainer.bottom-left, .amap-info-contentContainer.bottom-center, .amap-info-contentContainer.bottom-right {
    padding-bottom: 8px;
}

.amap-info-content {
    background-color: #ebe9e5;
    line-height: 22px !important;
    border: 1px solid c2c2c2 !important;
    box-shadow: 1px 3px 8px #555 !important;
    opacity: .9;
    padding: 15px 18px !important;
    border-radius: 5px;
}

.amap-info-sharp {
    border-top-color: #ebe9e5 !important;
}

.amap-info-content {
    font-size: 12px;
}

/*.amap-info-close{*/
/*display: none;*/
/*}*/
.map-part .amap-overlay-text-container {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
}

/*4.1.3*/
.tree-load, .tree-empty {
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: none;
}

@media (min-width: 768px) {
    #commonSm2Win .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}
