/*组织管理*/
#orgManage,
#roleManage,
#accountManage,
#terminalManage,
#realtimeData,
#historyData,
#alarmData,
#terminalConfigData,
#debugLog,
#loginLog,
#pageManage {
    width: 100%;
    /*height: calc(100% - 30px);*/
    height: calc(100%);
    padding-top: 5px;
    background: #333333;
}

#realtimeData > #realtimeDataList,
#historyData > #historyData-list,
#terminalConfigData {
    width: calc(100%);
    height: calc(100% - 28px);
}

#realtimeData > #realtimeDataList > #realtimeData-table,
#historyData > #historyData-list > #historyData-table,
#alarmData > #alarmData-table,
#terminalConfigData > #terminalConfigData-table,
#pageManage > #pageManage-table,
#orgManage > #orgManage-table,
#roleManage > #roleManage-table,
#accountManage > #accountManage-table,
#terminalManage > #terminalManage-table,
#loginLog > #loginLog-table,
#debugLog > #debugLog-table {
    width: calc(100%);
    height: calc(100% - 54px);
    overflow-y: auto;
}

#orgManage-table {
    height: calc(100% - 50px);
}

/*滚动条样式核心代码*/
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background: #000000;
    border-radius:2px;
}
::-webkit-scrollbar-thumb{
    background: #444444;
    /*border-radius: 10px;*/
}
::-webkit-scrollbar-thumb:hover{
    background: #2C2E2Faa;
}
/*核心代码*/

#alarmData {
    padding-top: 0px;
}

#alarmData-org-list {
    top: 22px;
}

/*#historyData {*/
/*    height: calc(100%);*/
/*}*/

#orgManage-table table > thead tr,
#roleManage-table table > thead tr,
#accountManage-table table > thead tr,
#terminalManage-table table > thead tr,
#historyData-table table > thead tr,
#realtimeData-table table > thead tr,
#alarmData-table table > thead tr,
#terminalConfigData-table table > thead tr,
#debugLog-table table > thead tr,
#loginLog-table table > thead tr,
#pageManage table > thead tr {
    /*background: #2c2e2f;*/
    padding: 5px 8px;
}

#orgManageTable th,
#roleManageTable th,
#accountManageTable th,
#terminalManage th,
#historyDataTable th,
#realtimeDataTable th,
#alarmDataTable th,
    /*#terminalConfigDataTable th,*/
#debugLogTable th,
#loginLogTable th,
#pageManage th {
    color: #fff !important;
    border: 1px solid #f1f1f1;
}

#orgManage-table table,
#roleManage-table table,
#accountManage-table table,
#terminalManage-table table,
#historyData-table table,
#realtimeData-table table,
#alarmData-table table,
    /*#terminalConfigData-table table,*/
#debugLog-table table,
#loginLog-table table,
#pageManage table {
    width: calc(100% - 10px);
    margin: 5px 5px;
}

#terminalConfigData-table #terminalConfigDataTableList select {
    color: #000;
    border: 1px solid #000;
    width: calc(100%);
    height: 24px;
    line-height: 24px;
    background: #dcf2fd;
}

#terminalConfigData-table #terminalConfigDataTableList select option {
    color: #000;
}

#terminalConfigData-table #terminalConfigDataTableList .collectCycle {
    width: 100px;
    padding: 0;
    cursor: pointer;
}

#terminalConfigData-table #terminalConfigDataTableList .collectCycleBtn .btn-xs,
#terminalConfigData-table #terminalConfigDataTableList .severBtn .btn-xs,
#terminalConfigData-table #terminalConfigDataTableList .timeBtn .btn-xs,
#terminalConfigData-table #terminalConfigDataTableList .romBtn .btn-xs {
    border: 1px solid #000;
    letter-spacing: 3px;
}

#terminalConfigData-table #terminalConfigDataTableList .sever {
    width: 150px;
    padding: 0;
    cursor: pointer;
}

#terminalConfigData-table
#orgManage-table table td,
#roleManage-table table td,
#accountManage-table table td,
#terminalManage-table table td,
#historyData-table table td,
#alarmData-table table td,
#terminalConfigData-table table td,
#debugLog-table table td,
#loginLog-table table td,
#pageManage table td {
    border: 1px solid #f1f1f1;
    padding: 3px;
    vertical-align: middle;
}

#realtimeData-table table td {
    padding: 0;
    border: 1px solid #f1f1f1;
    vertical-align: middle;
}

#orgManage-table table > tbody > tr:hover,
#roleManage-table table > tbody > tr:hover,
#accountManage-table table > tbody > tr:hover,
#terminalManage-table table > tbody > tr:hover,
#historyData-table table > tbody > tr:hover,
#realtimeData-table table > tbody > tr:hover,
#alarmData-table table > tbody > tr:hover,
#terminalConfigData-table table > tbody > tr:hover,
#debugLog-table table > tbody > tr:hover,
#loginLog-table table > tbody > tr:hover,
#pageManage table > tbody > tr:hover {
    background: #c1c1c1;
}

#orgManage-table table > tbody > tr:nth-of-type(odd),
#roleManage-table table > tbody > tr:nth-of-type(odd),
#accountManage-table table > tbody > tr:nth-of-type(odd),
#terminalManage-table table > tbody > tr:nth-of-type(odd),
#historyData-table table > tbody > tr:nth-of-type(odd),
#realtimeData-table table > tbody > tr:nth-of-type(odd),
#alarmData-table table > tbody > tr:nth-of-type(odd),
#terminalConfigData-table table > tbody > tr:nth-of-type(odd),
#debugLog-table table > tbody > tr:nth-of-type(odd),
#loginLog-table table > tbody > tr:nth-of-type(odd),
#pageManage table > tbody > tr:nth-of-type(odd) {
    background: #c5c5c5;
}

#orgManage-table table > tbody > tr:nth-of-type(even),
#roleManage-table table > tbody > tr:nth-of-type(even),
#accountManage-table table > tbody > tr:nth-of-type(even),
#terminalManage-table table > tbody > tr:nth-of-type(even),
#historyData-table table > tbody > tr:nth-of-type(even),
#realtimeData-table table > tbody > tr:nth-of-type(even),
#alarmData-table table > tbody > tr:nth-of-type(even),
#terminalConfigData-table table > tbody > tr:nth-of-type(even),
#debugLog-table table > tbody > tr:nth-of-type(even),
#loginLog-table table > tbody > tr:nth-of-type(even),
#pageManage table > tbody > tr:nth-of-type(even) {
    background: #9a9a9a;
}

.liCount {
    float: right;
    height: 23px;
    line-height: 23px;
    margin-right: 10px;
}

.liCount > div {
    width: 130px;
    display: inline-block;
    position: relative;
}

.liCount i {
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}

.liCount label {
    margin: 0 0 0 25px !important;
}

.liCount span {
    margin: 0 0 0 -5px !important;
    color: #00ffc4;
    font-size: 16px;
}

/*查询按钮*/
#orgManage .btn-xs, .btn-group-xs > .btn,
#roleManage .btn-xs, .btn-group-xs > .btn,
#accountManage .btn-xs, .btn-group-xs > .btn,
#terminalManage .btn-xs, .btn-group-xs > .btn,
#historyData .btn-xs, .btn-group-xs > .btn,
.historyData-detail .btn-xs, .btn-group-xs > .btn,
.historyData-chart .btn-xs, .btn-group-xs > .btn,
#realtimeData .btn-xs, .btn-group-xs > .btn,
#alarmData .btn-xs, .btn-group-xs > .btn,
#terminalConfigData .btn-xs, .btn-group-xs > .btn,
#debugLog .btn-xs, .btn-group-xs > .btn,
#loginLog .btn-xs, .btn-group-xs > .btn {
    padding: 0 5px;
}


#orgManage #orgManage-header,
#roleManage #roleManage-header,
#accountManage #accountManage-header,
#terminalManage #terminalManage-header,
#terminalManage #historyData-header,
.historyData-detail .historyData-detail-header,
    /*#debugLog #debugLog-header,*/
#loginLog #loginLog-header,
#realtimeData #realtimeData-header,
#alarmData #alarmData-header,
#terminalConfigData #terminalConfigData-header {
    margin: 0 5px;
    letter-spacing: 2px;
    clear: both;
}

#terminalConfigData #terminalConfigData-header #romManage {
    font-size: 13px;
}


#realtimeData #realtimeData-header #terminalTypeList {
    position: relative;
}

#realtimeData #realtimeData-header #terminalTypeList select {
    position: absolute;
    left: -12px;
    top: -13px;
}


#orgManage #orgManage-header .btn,
#roleManage #roleManage-header .btn,
#accountManage #accountManage-header .btn,
#terminalManage #terminalManage-header .btn,
#historyData #historyData-header .btn,
#debugLog #debugLog-header .btn,
#loginLog #loginLog-header .btn,
    /*#realtimeData #realtimeData-header .btn,*/
#alarmData #alarmData-header .btn,
#terminalConfigData #terminalConfigData-header .btn {
    margin-top: -2px;
}

#orgManage #orgManage-header i,
#roleManage #roleManage-header i,
#accountManage #accountManage-header i,
#terminalManage #terminalManage-header i,
#historyData #historyData-header i,
#debugLog #debugLog-header i,
#loginLog #loginLog-header i,
#alarmData #alarmData-header i,
#terminalConfigData #terminalConfigData-header i {
    margin-right: 5px;
}

#orgManage #orgManage-header span,
#roleManage #roleManage-header span,
#accountManage #accountManage-header span,
#terminalManage #terminalManage-header span,
#historyData #historyData-header span,
.historyData-detail .historyData-detail-header .historyData-detail-terminalNo span,
    /*#debugLog #debugLog-header span,*/
#loginLog #loginLog-header span,
#realtimeData #realtimeData-header span,
#alarmData #alarmData-header span,
#terminalConfigData #terminalConfigData-header span {
    /*height: 20px;*/
    /*line-height: 20px;*/

    height: 22px;
    line-height: 20px;
}

#debugLog #debugLog-header {
    position: relative;
}

#debugLog #debugLog-header #debugLog-witch {
    position: absolute;
    top: 0;
    left: 905px;
}

#orgManage #orgManage-header input,
#roleManage #roleManage-header input,
#accountManage #accountManage-header input,
#terminalManage #terminalManage-header input,
#historyData #historyData-header input,
    /*#debugLog #debugLog-header input,*/
#loginLog #loginLog-header input,
#realtimeData #realtimeData-header input,
#alarmData #alarmData-header input,
#terminalConfigData #terminalConfigData-header input {
    color: #000;
    border: 1px solid #000;
    height: 21px;
    line-height: 21px;
    margin-top: 2px;
    margin-left: -13px;
    padding-left: 3px;
    width: 100px;
}

#debugLog #debugLog-header input {
    color: #000;
    margin-left: -10px;
}

#debugLog #debugLog-header #debugLogSearch {
    width: 100px;
    margin-left: -10px;
    height: 20px;
    margin-top: 1px;
}

#orgManage #orgManage-header #orgManage-search,
#roleManage #roleManage-header #roleManage-search,
#accountManage #accountManage-header #accountManage-search,
#terminalManage #terminalManage-header #terminalManage-search,
#debugLog #debugLog-header #debugLog-search,
#loginLog #loginLog-header #loginLog-search,
    /*#realtimeData #realtimeData-header #realtimeData-search,*/
#alarmData #alarmData-header #alarmData-search,
#terminalConfigData #terminalConfigData-header #terminalConfigData-search,
#terminalManage #terminalManage-header #terminalManage-copy {
    margin-left: -3px;
    font-size: 13px;
    letter-spacing: 1px;
}


/*表格的字体颜色*/
#orgManageTable th,
#orgManageTable td,
#roleManage th,
#roleManage td,
#accountManage th,
#accountManage td,
#terminalManage th,
#terminalManage td,
.historyData-detail-table .layui-table-body td div,
.historyData-detail-table .layui-table-header th,
.historyData-detail-table .layui-table-header th span,
#debugLogTable th,
#debugLogTable td,
#loginLogTable th,
#loginLogTable td,
#realtimeDataTable th,
#realtimeDataTable td,
#alarmDataTable th,
#alarmDataTable td,
#terminalConfigDataTable th,
#terminalConfigDataTable td,
#pageManage th,
#pageManage td {
    color: #000;
    text-align: center;
    font-weight: 500;
    border-color: #9a9a9a;
}

#orgManageTable td {
    border-color: #fff;
}

#orgManageTableList td {
    padding: 5px;
}


/*分页*/
#laypageBox {
    width: calc(100% - 210px);
    /*background: #ffffff12;*/
    height: auto;
    position: fixed;
    right: 0;
    bottom: 30px;
    overflow: hidden;
}

.laypage {
    /*text-align: center;*/
    float: right;
    margin-right: 10px;
}

.layui-laypage {
    margin: 3px 0;
}

.layui-laypage a,
.layui-laypage span {
    margin: 0;
}

.layui-laypage select {
    padding: 0;
    height: 20px;
    line-height: 20px;
    background: #00000000;
    border: 1px solid #e2e2e263;
}

.layui-laypage-limits > select option {
    background-color: #333333;
}

.layui-laypage .layui-laypage-refresh {
    margin: 0 4px 0 4px;
}

.layui-laypage button {
    background: #00000000;
    color: #fff;
    border: 1px solid #e2e2e263;
}

.layui-laypage .layui-laypage-skip {
    color: #fff;
}

.layui-laypage .layui-laypage-skip input {
    color: #000;
}


.layui-laypage a, .layui-laypage span {
    background: #00000000;
    border: 1px solid #e2e2e263;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

#layui-laypage-2 .layui-laypage-next {
    border-right: 1px solid #e2e2e263;
}

.layui-laypage .layui-laypage-skip,
.layui-laypage button,
.layui-laypage input {
    height: 20px;
    line-height: 20px;
}

.layui-laypage-skip .layui-laypage-btn {
    letter-spacing: 2px;
    margin-top: -1px;
    height: 22px;
    background: #214b69;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #214b69;
    border: 1px solid #e2e2e263;
    border-left: none;
    border-right: none;
    padding: 0;
}

/*弹窗的样式*/
.modal {
    padding-top: 11%;
    /*background: #b3b3b345;*/
}

.modal .modal-header {
    cursor: move;
}

.modal .modal-dialog {
    width: 600px;
}


#terminalConfigData > #romSaveModal .modal-body {
    padding: 3px;
}

#terminalConfigData #romSaveModal .modal-body {
    text-align: center;
}

#terminalConfigData #romSaveModal .modal-body .romTitle {
    text-align: left;
    padding-left: 10px;
}

#terminalConfigData #romSaveModal .modal-body #romSaveModalRomName #romName,
    /*#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersion select,*/
#terminalConfigData #romSaveModal .modal-body #romSaveModalRomRemarks textarea,
#terminalConfigData #romSaveModal .modal-body #DropZoneClose #upload-img label {
    /*width: 200px;*/
    width: calc(100% - 14px);
    height: 30px;
    line-height: 28px;
    border: 1px solid #000;
    margin-bottom: 5px;
}

#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersion,
#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersionNum {
    float: left;
}


#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersion {
    width: 65%;
}

#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersionNum {
    width: 35%;
}

#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersion select,
#terminalConfigData #romSaveModal .modal-body #romSaveModalRomVersionNum select {
    width: calc(100% - 14px);
    height: 30px;
    line-height: 28px;
    border: 1px solid #000;
    margin-bottom: 5px;
}

#terminalConfigData #romSaveModal .modal-body #DropZone {
    height: 60px;
    line-height: 60px;
}

#terminalConfigData #romSaveModal .modal-body #DropZone > .fileinput-button {
    border-radius: 0;
    width: calc(100%);
    margin: 0 auto;
}


#terminalConfigData #romSaveModal .modal-body #DropZoneClose #upload-img label {
    height: 40px;
    line-height: 40px;
    /*background: url("../../images/bg1.png");*/
    background: #6fc3df6e;
    border-color: #204a58;
}

#terminalConfigData #romSaveModal .modal-body #DropZoneClose #upload-img label p,
#terminalConfigData #romSaveModal .modal-body #DropZoneClose #upload-img label i {
    color: #fff;
}

#terminalConfigData #romListModal #romListTable * {
    vertical-align: middle;
}

#terminalConfigModal .modal-dialog {
    width: 1100px;
    /*margin-top: 85px;*/
}

.layui-anim.layui-anim-upbit {
    /*height: auto;*/
    /*min-height: 228px;*/

    height: 210px;
    background: #f6fcff;
    border: 1px solid #000000;
}

.layui-anim.layui-anim-upbit::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.layui-anim.layui-anim-upbit::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 2px;
}

.layui-anim.layui-anim-upbit::-webkit-scrollbar-thumb {
    background: #444444;
    /*border-radius: 10px;*/
}

.layui-anim.layui-anim-upbit::-webkit-scrollbar-thumb:hover {
    background: #2C2E2Faa;
}

.layui-anim.layui-anim-upbit::-webkit-scrollbar-corner {
    background: #000;
}


.layui-form-select dl dd {
    border-top: 1px solid #000;
    background: #e4e4e4;
}


#terminalConfigModal .modal-dialog .modal-content .modal-body .layui-table-main {
    border: 1px solid #9a9a9a;
    overflow-x: hidden;
}

#terminalConfigModal .modal-dialog .modal-content .modal-body .layui-table-view .layui-table td {
    padding: 0;
}

#terminalConfigModal .modal-dialog .modal-content .modal-body .layui-table-view,
#terminalConfigModal .modal-dialog .modal-content .modal-body .layui-table {
    margin: 0;
}

#terminalConfigModal .modal-dialog .modal-content .modal-body .layui-table-view .layui-table th {
    padding: 0;
    border: 1px solid #9a9a9a;
    border-bottom: none;
}

#terminalConfigModal .modal-body .layui-table-cell .layui-form-switch {
    height: 18px;
    line-height: 18px;
}

#terminalConfigModal .modal-body .layui-table-cell .layui-form-switch i {
    top: 1px;
}

#terminalConfigModal .modal-body .layui-table-cell .layui-unselect .layui-anim-upbit {
    top: 22px;
    bottom: 0;
    padding: 0;
}

.layui-form-select dl {
    background: #ddd;
}

#terminalConfigModal .modal-body .layui-table-cell .layui-form-selectup dl {
    bottom: 22px;
}


#terminalConfigModal .modal-body .layui-table-cell {
    overflow: unset;
    height: auto;
}

#terminalConfigModal .modal-body {
    padding: 0;
}

#terminalConfigModal .layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 15px;
    height: 15px;
}

#terminalConfigModal .layui-form-checked[lay-skin=primary] i {
    border: none;
    background-color: #0075FF;
    color: #fff;
    font-weight: 800;
}


.modal .modal-content {
    border: 3px solid #312e2e;
    border-top: 0;
    border-bottom: 0;
}

#terminalConfigModal .modal-body .layui-table-main .layui-select-title input {
    height: 22px;
    width: 94%;
}

.modal .modal-content input {
    border: 1px solid #868686;
    border-radius: 0px;
    height: 24px;
    /*width: 94%;*/
    color: #000;
    /*text-align: center;*/
    margin: 0 auto;
}

.modal .modal-content .eventTreeLi input {
    width: 16px;
    background: red;
}

.modal .modal-header {
    background: #312e2e;
    padding: 7px;
}

.modal .modal-header .close {
    color: #cabdbd;
    opacity: 1;
}

.modal .modal-header i {
    /*font-size: 15px;*/
    color: #ffffff;
}

.modal .modal-header .modal-title {
    color: #ffffff;
}

.modal .modal-body {
    background: #8c8c8c96;
}

.modal .modal-footer {
    height: 35px;
    border-top: none;
    padding: 0;
}

.modal .modal-footer .content {
    background: #585858;
    width: 100%;
    height: 32px;
}

.modal .modal-footer .content #btnclose {
    vertical-align: middle;
    margin: 6px 4px 6px 0;
}

.modal .modal-footer .content .btn {
    border-radius: 3px;
    vertical-align: middle;
    margin: 6px 5px 6px 4px;
}

.modal .modal-footer .bottom {
    background: #312e2e;
    height: 3px;
}

.modal input {
    color: #000;
}

#distributeProjectModal {
    overflow: hidden;
}

#distributeProjectModal > .modal-dialog {
    width: 400px;
}

#distributeProjectModal .modal-header span {
    float: left;
}

#distributeProjectModal .modal-body {
    padding: 0px;
    margin-top: -1px;
}

#distributeProjectModal #distributeProject > li {
    padding: 5px 0;
}

#distributeProjectModal #distributeProject > li input {
    vertical-align: middle;
}

#distributeProjectModal #distributeProject > li span {
    vertical-align: middle;
}

#distributeProjectModal .modal-footer {
    line-height: 30px;
    background: #585858;
}

#distributeProjectModal .modal-footer .btn:last-child {
    margin-right: 5px;
}

/*  弹窗中的组织列表、角色列表、设备类型的下拉菜单样式*/
#terminalManage #orgSearch,
#realtimeData #orgSearch,
#historyData #orgSearch,
#debugLog #orgSearch,
#realtimeData #terminalTypeList,
#realtimeData #orgSearch,
#alarmData #orgSearch,
#terminalConfigData #orgSearch {
    border: 1px solid #000;
}

#debugLog #debugLog-header {
    margin-left: 5px;
    position: relative;
}

#debugLog #debugLog-header #orgSearch {
    margin-left: -10px;
}

#roleList *,
#orgList *,
#terminalTypeList *,
#terminalManage #orgSearch *,
#historyData #orgSearch *,
#debugLog #orgSearch *,
#realtimeData #terminalTypeList *,
#realtimeData #orgSearch *,
#alarmData #orgSearch *,
#terminalConfigData #orgSearch * {
    color: #000;
}

#terminalManageModal #orgList,
#terminalManageModal #terminalTypeList {
    display: inline-block;
}

#terminalManageModal .modal-body .SIMCardText,
#terminalManageModal .modal-body .longitudeText,
#terminalManageModal .modal-body .latitudeText {
    display: inline-block;
    width: 60px;
}

#orgList select,
#roleList select,
#terminalTypeList select,
#terminalManage #orgSearch select,
#historyData #orgSearch select,
    /*#debugLog #orgSearch select,*/
#realtimeData #orgSearch *,
#alarmData #orgSearch *,
#terminalConfigData #orgSearch * {
    width: 170px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #868686;
}

#realtimeData #orgSearch select,
#terminalManage #orgSearch select,
#realtimeData #terminalTypeList select,
#historyData #orgSearch select,
#alarmData #orgSearch select,
#terminalConfigData #orgSearch select {
    height: 21px;
    border-radius: 0;
}

#debugLog #orgSearch select {
    width: 100px;
}

#orgList span,
#roleList span,
#terminalTypeList span,
#terminalManage #orgSearch span,
#historyData #orgSearch span,
#debugLog #orgSearch span,
#realtimeData #orgSearch span,
#alarmData #orgSearch span,
#terminalConfigData #orgSearch span {
    width: 30px;
    /*color: red;*/
}

.modal-body * {
    color: #000;
}


/*.layui-table-cell{*/
/*    overflow: visible;*/
/*}*/

/*.layui-table-box{*/
/*    overflow: visible;*/
/*}*/

/*.layui-table-body{*/
/*     overflow: visible;*/
/* }*/


/* 设置下拉框的高度与表格单元相同 */
/*td .layui-form-select {*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*}*/

.historyData-detail-table {
    margin-top: -7px;
}

.historyData-detail {
    margin: 0;
    padding: 0;
}

.historyData-detail .historyData-detail-header {
    height: 26px;
    line-height: 26px;
}


/*      终端管理中的调试弹窗      */
#terminalDebugModal .modal-header {
    border-bottom: none;
}

#terminalDebugModal .modal-body {
    padding: 0;
    background: #fff;
}

#terminalDebugModal .modal-body #terminalDebugModalBody {
    height: 350px;
    overflow: auto;
}


#terminalDebugModal .modal-body #terminalDebugModalBody::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#terminalDebugModal .modal-body #terminalDebugModalBody::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 2px;
}

#terminalDebugModal .modal-body #terminalDebugModalBody::-webkit-scrollbar-thumb {
    background: #444444;
    /*border-radius: 10px;*/
}

#terminalDebugModal .modal-body #terminalDebugModalBody::-webkit-scrollbar-thumb:hover {
    background: #2C2E2Faa;
}

::-webkit-scrollbar-corner {
    background: #000;
}


#terminalDebugModal .modal-body #terminalDebugModalBody .message {
    width: 70%;
    padding: 10px;
    border: 1px solid #00000055;
    margin: 5px 10px;
    border-radius: 10px;
    background: #bfbfbf;
}

#terminalDebugModal .modal-body #terminalDebugModalBody .message-left {
    float: left;
}

#terminalDebugModal .modal-body #terminalDebugModalBody .message-right {
    float: right;
}

#terminalDebugModal .modal-body #terminalDebugModalBody .message .message-time {
    color: #ff0000;
    font-weight: 600;
}


#terminalDebugModal .modal-body #terminalDebugModalBody .message .message-status {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    float: right;
    margin-right: 20px;
    background: #9ffbff;
    border: 1px solid #00506e;
    text-align: right;
    border-radius: 5px;
}

#terminalDebugModal .modal-body #terminalDebugModalBody .message .message-type {
    color: #001fff;
    display: inline-block;
    margin: 5px 0;
}

#terminalDebugModal .modal-body #terminalDebugModalBody .message .message-content {
    word-wrap: break-word;
}

#terminalDebugModal .modal-body #sendOut {
    height: 50px;
    background: #000;
    overflow: hidden;
    overflow: hidden;
}

#terminalDebugModal .modal-body #sendOut input {
    width: calc(100% - 80px);
    height: 100%;
    float: left;
    font-size: 16px;
    border-left: none;
    border-right: none;
}

#terminalDebugModal .modal-body #sendOut button {
    width: 80px;
    height: 100%;
    border: 1px solid #000;
    float: right;
}

/*
        *********************
            数据展示 模块
        *********************
*/
#realtimeData-table th,
#realtimeData-table td,
#alarmData-table th,
#alarmData-table td,
#terminalConfigData-table th,
#terminalConfigData-table td,
#historyData-table th,
#historyData-table td,
#debugLog-table td,
#loginLog-table td,
#loginLog-table td {
    color: #000;
    text-align: center;
}

#terminalConfigData-table th {
    color: #fff;
}

#historyData-header #historyData-laydate,
#debugLog-header #debugLog-laydate,
#loginLog-header #loginLog-laydate,
#channelTypeList-laydate,
#alarmData-header #alarmData-laydate {
    width: auto;
    height: auto;
    display: inline-block;
}

#historyData-header #historyData-laydate span,
#debugLog-header #debugLog-laydate span,
#loginLog-header #loginLog-laydate span,
#channelTypeList-laydate span,
#alarmData-header #alarmData-laydate span {
    color: #fff;
}

.historyData-detail-header {
    height: 30px;
}

/*
   日志管理   ----  通信日志
*/
#debugLog .message div {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

#debugLog .message {
    max-width: 500px;
}

#accountManageModal {
    overflow: hidden;
    clear: both;
}

#accountManageModal .modal-body {
    padding: 0;
}

#accountManageModal .body-content {
    /*总宽度  500*/
    width: calc(100% / 2 - 6px);
    display: inline-block;
    overflow: hidden;
    padding: 5px 0;
}

#accountManageModal .img {
    width: calc(50% - 6px);
    display: inline-block;
    overflow: hidden;
    height: 68px;
    /*line-height: 64px;*/
}

#accountManageModal .authorityBox {
    width: calc(50% - 6px);
    display: inline-block;
    overflow: hidden;
    height: 64px;
    /*line-height: 30px;*/
}

#accountManageModal .authorityBox input {
    width: 216px;
}

#accountManageModal .modal-body .expiretimeBox {
    padding-left: 3px;
}

#accountManageModal .expiretime {
    padding-top: 5px;
}

#accountManageModal .expiretime {
    height: 38px;
    line-height: 30px;
    overflow: hidden;
}

#accountManageModal .modal-header > i {
    margin: 2px 5px 0 0;
}

#accountManageModal .modal-body .username {
    padding-left: 3px;
}

#accountManageModal .expiretime input {
    width: 213px;
}

#accountManageModal .authorityBox {
    height: 68px;
}

#accountManageModal .authorityBox .authority label,
#accountManageModal .expiretime label,
#accountManageModal .body-content label {
    width: 70px;
    text-align: center;
}

#accountManageModal .body-content input {
    width: calc(100% - 75px);
    /*width: 100px;*/
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border: 1px solid #868686;
    border-radius: 5px;
}

#accountManageModal .modal-footer .content {
    background: #585858;
}

#accountManageModal .modal-body .alarm {
    padding-left: 3px;
}

#accountManageModal .modal-body .backUP {
    width: calc(50% - 6px);
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    display: inline-block;
    padding-left: 7px;
    position: relative;
}

#accountManageModal .modal-body .backUP .backUPTrue {
    position: absolute;
    top: 7px;
    left: 77px;
}

#accountManageModal .modal-body .backUP .backUPTrueText {
    margin-left: 25px;
}

#accountManageModal .modal-body .backUP .backUPFalse {
    position: absolute;
    top: 7px;
    left: 153px;
}

#accountManageModal .modal-body .backUP .backUPFalseText {
    margin-left: 43px;
}

#accountManageModal .modal-body .alarm {
    position: relative;
}

#accountManageModal .modal-body .alarm label {
    width: 68px;
}

#accountManageModal .modal-body .alarm .shortMessage {
    position: absolute;
    left: 77px;
}

#accountManageModal .modal-body .alarm .WeChat {
    position: absolute;
    left: 150px;
}


#accountManageModal .modal-body .alarm .phone {
    position: absolute;
    right: 55px;
}

#accountManageModal .modal-body input[type=radio],
#accountManageModal .modal-body input[type=checkbox] {
    height: 16px;
    width: 16px;
    margin-top: 2px;
}

#accountManageModal .modal-body .name {
    padding-left: 3px;
}

#accountManageModal .modal-body .name i,
#accountManageModal .modal-body .username i {
    color: red;
    position: absolute;
    top: 11px;
    font-size: 24px;
    right: 4px;
}


#accountManageModal .modal-body .area {
    width: calc(100% / 3 - 4px);
}

#accountManageModal .modal-body .province {
    width: calc(100% / 3);
}

#accountManageModal .modal-body .area label {
    width: 60px;
}

#accountManageModal .modal-body .area input {
    width: calc(100% - 64px);
}

#accountManageModal .modal-body .area .province {
    margin-left: -12px;
    width: calc(100% - 54px);
}


#accountManageModal .modal-body .province label {
    width: 62px;
    margin-left: 7px;
}

#accountManageModal .modal-body .area .city {
    margin-left: -7px;
}

#accountManageModal .modal-body .area .county {
    margin-left: -2px;
}

#accountManageModal .modal-body .authority .roleList,
#accountManageModal .modal-body .authority .orgList {
    display: inline-block;
    width: calc(100% - 76px);
    height: 30px;
}

#accountManageModal .modal-body .authority .roleList select,
#accountManageModal .modal-body .authority .orgList select {
    height: 30px;
    width: 100%;
    border: 1px solid #868686;
    border-radius: 5px;
}

#accountManageModal .modal-body .area select {
    height: 30px;
    width: 125px;
    border: 1px solid #868686;
    border-radius: 5px;
    margin-left: -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#accountManageModal .modal-body .province select {
    margin-left: 4px;
    width: 8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#accountManageModal .modal-body .use {
    text-align: right;
}


#accountManageModal .modal-body .use .bootstrap-switch,
#accountManageModal .modal-body .dataPush .bootstrap-switch{
    position: absolute;
    top: 0;
    right: 13px;
}

#accountManageModal .modal-body .use * {
    border-radius: 3px;
}

#accountManageModal .modal-body .img {
    position: relative;
}

#accountManageModal .modal-body .img label {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 18px;
}

#accountManageModal .modal-body .img .logo {
    border: 1px solid #868686;
    overflow: hidden;
    border-radius: 5px;
    /*width: 203px;*/
    height: 66px;
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    left: 73px;
    /*background-image: url("../../images/logo.png");*/
    background-color: #000;
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    text-align: center;
    vertical-align: middle;
    line-height: 62px;
}

#accountManageModal .modal-body .img #account-logo-img {
    border: 1px solid #fff;
}

.modal-footer {
    overflow: hidden;
}

.footer-msg {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 9px;
    font-weight: normal;
    font-size: 14px;
    /*width: calc(100% - 380px);*/
    text-align: left;
}

.footer-msg label,
.footer-msg span {
    color: #ff6820;
}

#historyData-chart {
    width: 100%;
    height: calc(100%);
    /*height: calc(100% - 27px);*/
    overflow: hidden;
    display: none;
}


/*终端管理 ---- 终端配置  表格样式*/
#multifun-table-container {
    max-height: 450px;
}

#multifun-table-container #multifun-table tbody td {
    padding: 0;
    line-height: 0px;
    vertical-align: inherit;
}

#multifun-table-container #multifun-table thead td {
    vertical-align: inherit;
    padding: 0;
}

#multifun-table-container #multifun-table tbody .cell-container {
    width: 100px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 auto;
}

#multifun-table-container #multifun-table td .checkboxId {
    width: 30px;
}

#multifun-table-container #multifun-table tbody .hide-el {
    display: none;
}


#multifun-table-container #multifun-table tbody .cell-container input,
#multifun-table-container #multifun-table tbody .cell-container span {
    width: 100px;
    height: 30px;
    padding: 0;
}


#control-table {
    margin: 10px;
}

#multifun-table-container #multifun-table tbody .checkboxId {
    margin: 0 auto;
    margin-top: 3px;
}

#multifun-table-container #multifun-table tbody select {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 30px;
    text-align: center;
    border: 1px #1a1a1a solid;
    border-radius: 5px;
}

#multifun-table-container #multifun-table tbody select option {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

/*                          */


/*      历史数据--图表    左侧的树结构      */
#historyData-chart .channelTypeList {
    width: 210px;
    height: 100%;
    float: left;
    background: #000;
}

#historyData #historyData-chart .channelTypeChart {
    width: calc(100% - 215px);
    margin-left: 2px;
    margin-right: 3px;
    height: calc(100%);
    border: 1px solid #a5a4b1;
    display: none;
    float: left;
    overflow: hidden;
}

#historyData #historyData-chart .channelTypeChart #main {
    background: #000;
}

#historyData-chart .channelTypeList .channelTypeList-tree {
    width: 100%;
    height: calc(100% - 105px);
    overflow: auto;
    border: 1px solid #a5a4b1;
    padding-left: 15px;
}

/*滚动条样式核心代码*/

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 2px;
}

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar-thumb {
    background: #444444;
    /*border-radius: 10px;*/
}

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar-thumb:hover {
    background: #2C2E2Faa;
}

::-webkit-scrollbar-corner {
    background: #000;
}

/*核心代码*/


/*滚动条样式核心代码*/
#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar,
#channelTypeChart-table .layui-table-main::-webkit-scrollbar,
#multifun-table-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar-track,
#channelTypeChart-table .layui-table-main::-webkit-scrollbar-track,
#multifun-table-container::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 2px;
}

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar-thumb,
#channelTypeChart-table .layui-table-main::-webkit-scrollbar-thumb,
#multifun-table-container::-webkit-scrollbar-thumb {
    background: #444444;
}

#historyData-chart .channelTypeList .channelTypeList-tree::-webkit-scrollbar-thumb:hover,
#channelTypeChart-table .layui-table-main::-webkit-scrollbar-thumb:hover,
#channelTypeChart-table::-webkit-scrollbar-thumb:hover {
    background: #2C2E2Faa;
}

/*核心代码*/


/*#historyData-chart .channelTypeList .channelTypeList-tree > ul > li{*/
/*    padding-top: 10px;*/
/*}*/
#historyData-chart .channelTypeList .channelTypeList-tree > ul > li ol li {
    border-left: 1px dashed;
    position: relative;
    /*margin-left: 5px;*/
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul > li > span {
    background: #5db8ec;
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul .tree-child {
    /*padding-left: 30px ;*/
}

#historyData-chart .tree-child-toggle {
    margin-left: 21px;
}

#historyData-chart .tree-child-ul {
    padding: 5px;
    padding-left: 0px;
}

#historyData-chart .tree-child-ul li .tree-child-label {
    height: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

#historyData-chart .tree-child .tree-child-ul {
    padding-left: 60px;
}

#historyData-chart .tree-child-ul li img {
    width: 22px;
    height: 22px;
    margin: 3px 0 0 0;
}

#historyData-chart .tree-child-ul li span {
    margin-top: 5px;
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul .tree-child .tree-child-count {
    border: 1px solid #62beff;
    background: #45cef71c;
    padding: 0 12px;
    font-size: 12px;
    float: right;
    /* margin-top: 4px; */
    margin: 4px 10px 0 0;
    border-radius: 3px
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul .tree-child img {
    width: 22px;
    height: 22px;
    margin-top: -3px;
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul > li > ol {
    overflow: hidden;
    margin: -2px 0 0 5px;
    border-left: 1px dashed #fff;
}

#historyData #historyData-chart .channelTypeChart .historyData-chart {
    height: calc(100%);
}

.tree-child-border {
    width: 20px;
    float: left;
    margin: 14px 2px 0 1px;
    border-top: 1px dashed #fff;
    border-left: 1px dashed #fff;
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul > li ol > li > .tree-border-left {
    width: 20px;
    float: left;
    height: 0;
    margin: -10px 0 0 0;
    border-left: 1px dashed #fff;
}

/*#historyData-chart .channelTypeList .channelTypeList-tree > ul > li ol > li:not(:first-child) > .tree-border-left {*/
/*    margin: 2px 0 0 0px;*/
/*}*/

#historyData-chart .channelTypeList .channelTypeList-tree > ul > li ol > li > .tree-border-bottom {
    width: 20px;
    background: #000;
    height: 12px;
    border-bottom: 1px dashed #fff;
    border-left: 1px dashed #fff;
    position: absolute;
}

#historyData-chart .channelTypeList .channelTypeList-tree > ul > li ol > li:first-child > .tree-border-bottom {
    border-left: unset;
}

/*#historyData-chart .channelTypeList .channelTypeList-tree > ul > li ol > li:last-child > .tree-border-bottom {*/
/*    border-left: unset;*/
/*}*/

#historyData-chart .channelTypeList .channelTypeList-tree > ul > li:not(:first-child) {
    margin-top: -5px;
}

#historyData #historyData-chart .channelTypeList .channelTypeList-tree .tree-child-group {
    margin-left: 20px;
}

#historyData #historyData-chart .channelTypeList .channelTypeList-tree .tree-child-group .tree-child-label {
    display: flex;
    align-items: center;
}

#historyData #historyData-chart .channelTypeList .channelTypeList-tree .tree-child-group i {
    position: relative;
}

#historyData-chart .channelTypeList-contorl {
    height: 100px;
    border: 1px solid #a5a4b1;
    margin-top: 5px;
    text-align: center;
}

#historyData-chart .channelTypeList-contorl #channelTypeList-laydate {
    margin-left: 2px;
}

#historyData-chart .channelTypeList-contorl #channelTypeList-laydate .laydate-box {
    padding-top: 6px;
}

#historyData-chart .channelTypeList-contorl #channelTypeList-laydate input {
    color: #000;
    width: 140px;
    margin-left: 2px;
}

#historyData-chart .channelTypeList-contorl button {
    background: #1d2a3e;
    border: 1px solid #007eff;
    padding: 2px 15px;
    margin-top: 9px;
    margin-left: 1px;
    border-radius: 2px;
    letter-spacing: 5px;
}

/*历史数据详情页的表格*/
#historyData-chart .channelTypeChart #channelTypeChart-table {
    display: none;
    background: #000;
    height: calc(100% - 40px);
    margin-top: 0px;
    overflow: hidden;
    overflow-y: auto;
}

#channelTypeChart-table .layui-form .layui-table th{
    padding: 4px 0;
}

#channelTypeChart-table .layui-table-cell .layui-form-checkbox[lay-skin=primary] {
    width: 12px;
    height: 12px;
}

#channelTypeChart-table .layui-table-view .layui-form-checkbox[lay-skin=primary] .layui-icon.layui-icon-ok{
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border: none;
    margin-top: 3px;
}

#channelTypeChart-table .layui-form-checked[lay-skin=primary] i {
    border-color: #0075FF !important;
    background-color: #0075FF;
    line-height: 13px;
}



#channelTypeChart-table .layui-form .layui-table td{
    padding: 1px 0;
}

.layui-table-cell {
    padding: 0;
}

#historyData-chart .channelTypeChart #channelTypeChart-table #historydata-exportExcel {
    position: fixed;
    bottom: 37px;
    right: 20px;
    z-index: 1;
}

#historyData-chart .channelTypeChart #channelTypeChart-table #historydata-exportExcel > button {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    /*border: 1px solid #6C8698;*/
    /*background: #214B69;*/
}

#laydate_box * {
    color: #1F547E;
}

#laydate_ys {
    overflow: hidden;
}

#historyData-chart .channelTypeChart #channelTypeChart-table .layui-table-page {
    position: fixed;
    bottom: 30px;
}

#historyLaypageBox {
    overflow: hidden;
}

#historyLaypageBox .channelTypeChart-table-tool {
    width: auto;
    float: left;
    height: 27px;
    line-height: 27px;
}

#historyData-chart .channelTypeChart #channelTypeChart-table th,
#historyData-chart .channelTypeChart #channelTypeChart-table td {
    text-align: center;
}

#historyData-chart .channelTypeChart #channelTypeChart-table .table-hover > tbody > tr:hover {
    background-color: #2d4443;
}

#historyData-chart .channelTypeChart #channelTypeChart-table .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #373738;
}

#historyData-chart .channelTypeChart #channelTypeChart-table .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #000;
}

/* 历史数据详情页表格的分页*/
#historyData #historyData-chart .channelTypeChart #channelTypeChart-table #historyLaypageBox {
    width: calc(100% - 420px);
    background: #ffffff12;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 30px;
    overflow: hidden;
}

/*#historyData-chart .channelTypeChart #channelTypeChart-table td{*/
/*    padding: 2px;*/
/*}*/

#historyData #historyData-chart .channelTypeChart #channelTypeChart-table #historyLaypageBox .channelTypeChart-table-tool {
    width: 200px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

#historyData #historyData-chart .channelTypeChart #channelTypeChart-table #historyLaypageBox .channelTypeChart-table-tool button {
    padding: 0 10px;
    /*border: 1px solid #5db8ec55;*/
    letter-spacing: 2px;
    margin: -2px 0 0 3px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}

/*  实时数据的详情页*/

#realtimeData #realtimeDataChart {
    width: 100%;
    height: calc(100%);
    background: #000;
    display: none;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head {
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-left {
    width: auto;
    height: 28px;
    line-height: 28px;
    float: left;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right {
    width: auto;
    height: 26px;
    line-height: 26px;
    float: right;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul,
#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-left ul,
#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul {
    overflow: hidden;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-left ul .active {
    background: #000;
    border-bottom: 2px solid #000;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-left ul li {
    float: left;
    padding: 0 15px;
    border: 1px solid #fff;
    border-bottom: none;
    margin: 0 2px;
    background: #292929;
    border-radius: 5px 5px 0 0;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul li label {
    color: #da9a64;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul li .realtimeDataChart-img {
    display: inline-block;
    margin: 0 2px 0 -10px;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul .realtimeDataChart-signal .realtimeDataChart-img img {
    margin-top: -3px;
}

#realtimeData #realtimeDataChart #realtimeDataChart-head .realtimeDataChart-head-right ul .realtimeDataChart-electricity .realtimeDataChart-img img {
    margin-top: -2px;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl {
    width: 100%;
    height: 140px;
    border: 1px solid #66c0ff42;
    margin-top: 3px;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul li {
    width: calc(100% / 8 - 6px);
    height: 62px;
    float: left;
    margin: 3px 3px;
    border: 1px solid #0090d6;
    border-radius: 6px;
    background: #03011575;
    overflow: hidden;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul li .contorl-title {
    padding: 1px 3px;
    line-height: 30px;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul li .contorl-value {
    padding: 1px 3px;
    line-height: 30px;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul li .contorl-value div {
    float: left;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul li .contorl-value div:last-child {
    float: right;
}

#realtimeData #realtimeDataChart #realtimeDataChart-contorl ul li .contorl-value div button {
    width: 20px;
    height: 10px;
    /*background: red;*/
}

#realtimeData #realtimeDataChart #realtimeDataChart-chart {
    width: 100%;
    height: calc(100% - 176px);
    background: #000;
}

/*  实时数据详情页    END*/


/*角色管理----权限绑定中的树结构*/
#roleManageAuthTreeModal .modal-body {
    height: 550px;
    overflow: auto;
    padding-top: 0;
}

#roleManageAuthTreeContent {
    padding-left: 30px;
}

#roleManageAuthTreeModal .modal-dialog {
    width: 450px;
}

.authTree-child-border {
    width: 30px;
    height: 30px;
    float: left;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    margin-top: -16px;
    margin-left: 6px;
}

#roleManageAuthTreeContent > ul > li {
    margin-top: 10px;
}

#roleManageAuthTreeContent > ul > li > ol > li:first-child .authTree-child-border {
    height: 17px;
    margin-top: -3px;
}

#roleManageAuthTreeContent > ul > li > ol > li .tree-child {
    overflow: hidden;
    margin-top: 5px;
}

#roleManageAuthTreeContent > ul > li > ol > li .tree-child input,
#roleManageAuthTreeContent > ul > li > ol > li .tree-child img,
#roleManageAuthTreeContent > ul > li > ol > li .tree-child span {
    float: left;
}

#roleManageAuthTreeContent > ul > li > ol > li .tree-child span {
    margin-top: 2px;
}

#roleManageAuthTreeContent > ul > li > ol > li .tree-child img {
    margin-top: -5px;
}


/*
    管理页面中的 组织列表
*/
#pageManage #pageManage-header .pageManageSearch + .org-list-tree {
    left: 542px;
    top: 112px;
}


#realtimeData-header,
.dataview-header {
    position: relative;
}

#realtimeData-header-terminal,
#realtimeData-header-orgSearch {
    float: left;
}


#realtimeData-header-orgSearch{
    width: 150px;
    height: 21px;
    float: left;
    line-height: 21px;
    border: 1px solid #000000;
    margin-top: 3px;
}

.dataview-header-orgSearch {
    width: 150px;
    height: 21px;
    background: #fff;
    float: left;
    line-height: 21px;
    border: 1px solid #000000;
    /*margin-top: 2.5px;*/
    overflow: hidden;
}

#dataViewRelation1-org-tree {
    margin-top: 1px;
}

#terminal-header-orgSearch{
    margin: -1px 0 0 -7px;
}

#dataview-header-orgSearch{
    height: 21px;
}

#terminalManage-header-orgSearch {
    height: 24px;
    margin-top: 0;
}

#dataview-header-orgSearch {
    margin-top: 1px;
}

#pageManage .dataview-header-orgSearch{
    margin-top: 0;
    height: 21px;
    line-height: 21px;
}

#realtimeData-header-orgSearch span,
.dataview-header-orgSearch span {
    color: #000;
}

#realtimeData-header-orgSearch i,
.dataview-header-orgSearch i {
    color: #848484;
    margin-top: 3px;
    margin-right: 0px;
}

#realtimeData-search {
    margin: 2px 0 0 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

#realtimeData-header #terminalTypeSelect {
    width: 220px;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}

#realtimeData-header #terminalTypeSelect select {
    width: 60%;
    background: #fff;
    color: #000;
    height: 20px;
}


#realtimeData-header #terminalTypeSelect select option {
    border-radius: 0;
    color: #000;
}

#accountManageModal .modal-body .authority .pull-left {
    margin-top: 10px;
}

#accountManageModal #realtimeData-header-orgSearch {
    width: 213px;
    /*margin-top: 3px;*/
    margin-left: 5px;
    /*line-height: 20px;*/
    margin-top: 6px;
    border: 1px solid #868686;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    padding-left: 3px;
}

#accountManageModal #labelDataTerminalBox {
    left: 369px;
    top: 146px;
}

#OrgManageModal #realtimeData-header-orgSearch {
    margin-left: 5px;
    width: 170px;
}

#OrgManageModal #labelDataTerminalBox {
    left: 96px;
    top: 23px;
}

#historyData #historyData-list #historyData-header {
    line-height: 25px;
    position: relative;
}

#historyData #historyData-list #historyData-header #labelDataTerminalBox {
    left: 220px;
    top: 22px;
}

#labelDataTerminalBox,
.org-list-tree {
    display: none;
    background: #FFFFFF;
    position: absolute;
    left: 78px;
    top: 26px;
    z-index: 1;
    min-width: 350px;
    overflow: auto;
    height: 350px;
    padding: 5px 10px;
    border: 1px solid #000;
    /*width: 380px;*/
}

#dataViewRelationBox1 #dataViewRelation1-org-list {
    overflow-y: auto;
}

#distributeProject::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#distributeProject::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 2px;
}

#distributeProject::-webkit-scrollbar-thumb {
    background: #444444;
    /*border-radius: 10px;*/
}

#distributeProject::-webkit-scrollbar-thumb:hover {
    background: #2C2E2Faa;
}

::-webkit-scrollbar-corner {
    background: #000;
}

#realtimeData #realtimeData-org-list{
    left: 239px;
    top: 23px;
}

#alarmData #alarmData-org-list{
    left: 252px;
}

#labelDataTerminalBox span,
.org-list-tree span {
    color: #000;
    padding: 1px 4px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-left: -5px;

    height: 25px;
    line-height: 25px;
}

#labelDataTerminalBox .labelDataChannelBox,
.org-list-tree .labelDataChannelBox {
    border-left: 1px dashed #000000;
    margin-left: 5px;
    padding: 7px 0;
    margin-top: -7px;
}

#labelDataTerminalBox .labelDataChannelBox ol li,
.org-list-tree .labelDataChannelBox ol li {
    position: relative;
}

#labelDataTerminalBox .labelDataChannelBox .channelBorder,
.org-list-tree .labelDataChannelBox .channelBorder {
    width: 20px;
    height: 2px;
    border-top: 1px dashed #000000;
    position: absolute;
    left: 1px;
    top: 10px;
}

#terminalConfigData #terminalConfigData-header .org-list-tree .labelDataChannelBox .channelBorder {
    top: 14px;
}

#terminalConfigData #terminallConfigData-org-list {
    left: 252px;
}

#labelDataTerminalBox .labelDataChannelBox .channelNum,
.org-list-tree .labelDataChannelBox .channelNum {
    margin-left: 20px;
}

#dataViewRelationBox1 #dataViewRelation1-org-list {
    height: 300px;
}

#labelDataTerminalBox .labelDataChannelBox .channelFunBorder,
.org-list-tree .labelDataChannelBox .channelFunBorder {
    width: 30px;
    height: 23px;
    border-bottom: 1px dashed #000000;
    border-left: 1px dashed #000000;
    position: absolute;
    left: 25px;
    top: -9px;
    overflow: hidden;
}

#labelDataTerminalBox .labelDataChannelBox .lastLiBorder,
.org-list-tree .labelDataChannelBox .lastLiBorder {
    width: 1px;
    height: calc(100% - 11px);
    background: #ffffff;
    position: absolute;
    left: -1px;
    top: 11px;
}

#labelDataTerminalBox .labelDataChannelBox .channelFunBox > ul > li > .eventTreeLi,
.org-list-tree .labelDataChannelBox .channelFunBox > ul > li > .eventTreeLi {
    margin-left: 59px;
}

#historyData-org-list {
    left: 229px;
    top: 24px;
    min-width: 152px;
}

#terminalConfigData-header {
    height: 27px;
    line-height: 30px;
}

#terminalTypeSearch {
    display: inline-block;
    float: left;
    margin-left: 5px;
    width: 170px;
    position: relative;
}

#terminalTypeSearch .terminalTypeSelect {
    width: 100px;
    color: #000;
    position: absolute;
    left: 70px;
    top: 2px;
    height: 21px;
    border: 1px solid #000;
}

#terminalTypeSearch .terminalTypeSelect option {
    color: #000;
}

#terminalConfigData > #romListModal .modal-content .table-bordered tr th,
#terminalConfigData > #romListModal .modal-content .table-bordered tr td {
    text-align: center;
}

#terminalConfigData > #romListModal .modal-body {
    padding: 5px;
}

#terminalConfigData > #romListModal .modal-body #romListTable {
    margin: 0;
}

#terminalConfigData #terminalConfigData-table #terminalConfigDataTable #terminalConfigDataTableList td span {
    color: #000;
}


#terminalConfigData > #romListModal .modal-content .table-bordered .btn-danger,
#terminalConfigData > #romListModal .modal-content .table-bordered .btn-danger i {
    color: #fff;
}

#terminallConfigData-org-list {
    top: 26px;
}

#myprojectManage-search-projectOrg {
    left: 277px;
    top: 21px;
}

#myprojectManage #distributeProjectModal #distributeProject input[type="radio"] {
    height: auto;
}

#terminalManage-header > button {
    margin: 1px 0 0 5px !important;
}

#terminalManage-header {
    position: relative;
}

#terminalManage-header #orgSearch {
    left: 435px;
    top: 22px;
    color: #000;
}

#terminalManageModal .terminalTypeSelect,
#terminalManageModal .sceneList {
    width: 172px;
    border: 1px solid #767676;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
}

#debugLog-header > #orgSearch {
    left: 241px;
    top: 22px;
}

#orgManage-org-list {
    left: 98px;
    top: 22px;
    width: 280px;
}

#orgManage-org-list span {
    margin-left: 3px;
}

#account-org-list {
    left: 370px;
    top: 150px;
    width: 280px;
}

#account-org-list span {
    margin-left: 3px;
}

#terminalManage-org-list {
    z-index: 1;
    left: 91px;
    top: 24px;
}

#distributeProject {
    display: block;
    position: initial;
    height: 400px;
}

.org-list-tree span i {
    color: #000;
}

.org-list-tree ul > li span {
    border-color: #ec050557;
}

.org-list-tree > div > ul > li > div:first-child {
    margin-top: -7px;
}

.org-list-tree ul > li:first-child > div:first-child {
    margin-top: 0;
}

#head #head-navlist-select {
    width: 100px;
    height: auto;
    border: 1px solid #000;
    background: #252526;
    position: fixed;
    left: 451px;
    top: 30px;
    z-index: 7;
    display: none;
}

#head #head-navlist-select > .head-navlist-option {
    width: calc(100%);
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

#head #head-navlist-select > .head-navlist-option:hover {
    background: #c5c5c588;
    color: #0090D6;
    font-weight: 800;
}


/*  页面管理的样式     */
#pageManageTitle-search {
    width: 120px;
    height: 20px;
    margin-top: 1px;
    line-height: 20px;
    color: #000;
    margin-right: 5px;
}


#pageManage > #pageManage-header button {
    margin: 0 5px;
}

#formulaBox #formulaLineHtml .parameter {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 10px 0;
}

#formulaBox #formulaLineHtml .parameter .choose,
#pageManageModal .choose {
    border: 1px solid #000;
    width: 250px;
    height: 24px;
}

#pageManageModal .terminalListBox {
    overflow-y: auto;
    display: none;
    position: absolute;
    left: 88px;
    top: 23px;
    background: #fff;
    border: 1px solid #000;
    z-index: 1;
}


#formulaBox #formulaLineHtml .parameter .terminalListBox {
    overflow-y: auto;
    display: none;
    position: absolute;
    left: 67px;
    top: 23px;
    background: #fff;
    border: 1px solid #000;
    z-index: 1;
    padding-left: 15px;
}

#pageManageModal .modal-body {
    max-height: 450px;
}

#pageManageModal #pageManage-template {
    width: 170px;
    margin-left: 3px;
    height: 24px;
    border: 1px solid #7a7a7a;
}

#pageManageModal #amount {
    width: 170px;
    height: 21px;
}

#pageManageModal .parameterHistoryType {
    display: none;
}

#pageManageModal .parameterHistoryType {
    position: absolute;
    left: 0px;
    top: 23px;
    z-index: 2;
}

#pageManageSaveModal #formulaLineHtml .terminalListBox .labelDataChannelBox {
    margin-left: 4px;
    margin-top: -11px;
    border-left: 1px dashed #000;
    display: none;
}

#pageManageSaveModal #formulaLineHtml .terminalListBox .labelDataChannelBox > ol > li:first-child .channelFunBorder {
    top: 15px;
}

#pageManageSaveModal #formulaLineHtml .terminalListBox ol li .channelFunBorder {
    position: absolute;
    width: 28px;
    left: 0px;
    top: 9px;
    height: 0px;
    border-top: 1px dashed #000;
}

#pageManageSaveModal #formulaLineHtml .terminalListBox ol li .eventTreeLi {
    margin-left: 30px;
}

#pageManageModal .parameterHistoryType .labelDataChannelBox {
    border-left: 1px dashed #000;
    margin-left: 5px;
    padding-left: 30px;
    padding-top: 1px;
    margin-top: -5px;
    display: none;
}

#pageManageModal .parameterHistoryType ul > li {
    margin: 10px 0;
}


#pageManageModal .parameterHistoryType .labelDataChannelBox ol li:first-child,
.terminalListBox ol li:first-child {
    padding-top: 5px;
}

#pageManageModal .parameterHistoryType .labelDataChannelBox ol li:last-child,
.terminalListBox ol li:last-child {
    padding-bottom: 5px;
}

#pageManageModal .parameterHistoryType .labelDataChannelBox ol li,
.terminalListBox ol li {
    margin: 5px 0;
    position: relative;
}

#pageManageModal .parameterHistoryType .labelDataChannelBox ol li:first-child .channelFunBorder,
.terminalListBox ol li:first-child .channelFunBorder {
    top: 16px;
}

#pageManageModal .parameterHistoryType .labelDataChannelBox ol li .channelFunBorder {
    position: absolute;
    width: 28px;
    left: -29px;
    top: 11px;
    height: 0px;
    border-top: 1px dashed #000;
}

/*#pageManageModal .modal-body .clearfix span {*/
/*    display: inline-block;*/
/*    min-width: 50px;*/
/*}*/
/*#pageManageModal .modal-body input{*/
/*    width: 150px;*/
/*}*/

#pageManageModal .parameterHistoryType .labelDataChannelBox ol li .eventTreeLi {
    display: inline-flex;
    line-height: 24px;
}

#pageManageModal .parameterHistoryType .labelDataChannelBox ol li .eventTreeLi span {
    margin-left: 5px;
}

.switchContainer {
    width: 62px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #000;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
}

.switchContainer .switch-open {
    background: #428BCA;
    width: calc(50%);
    height: 100%;
    float: left;
}

.switchContainer .switch-off {
    background: #D9534F;
    width: calc(50%);
    height: 100%;
    float: left;
}

.switchContainer span {
    color: #fff;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}
