[v-cloak] {
    display: none !important;
}
#page-container.page-header-fixed #page-header,
#page-container.page-header-glass #page-header,
.content-header {
    z-index: 1057;
}
#page-container.page-footer-fixed #page-footer {
    z-index: 1058;
}
.modal-open #page-container.page-footer-fixed #page-footer {
    z-index: 1;
}
#sidebar {
    z-index: 1059;
}
.datepicker {
    z-index: 1059 !important; /*z-index: 1056 修改为1059解决日期弹出层被底部遮挡问题*/
}
.modal-archives {
    background-color: var(--bs-body-bg);
}

.modal-open #sidebar,
.modal-open .content-header,
.modal-open #page-container.page-header-fixed #page-header,
.modal-open #page-container.page-header-glass #page-header {
    z-index: 2;
}
.page-item .page-link {
    cursor: pointer;
}
.page-item.active .page-link {
    pointer-events: none;
    cursor: default;
}

.select2-selection__clear {
    margin-right: 0.5rem;
    color: #e04f1a;
}
/*16000会遮盖日期选择*/
/*数字太小,在modal中无法显示*/
/*仅在modal打开状态下调整优先级*/
.modal-open .select2-container--open {
    z-index: 1056;
}
.head-company {
    font-size: 0.8rem;
    line-height: 1.6rem;
}
/* .select2-container--open {
    z-index: 99999 !important;
    top: initial !important;
    bottom: 0 !important;
}*/
/*防止select2不会自动失去焦点*/
/* .select2-container {
    z-index: 16000 !important;
}

.select2-drop-mask {
    z-index: 15990 !important;
}

.select2-drop-active {
    z-index: 15995 !important;
} */

/*监控页面部分*/
.mointor-info {
    position: relative;
}
.ele-show {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #ff7946;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.ele-direction {
    position: relative;
    overflow: hidden;
    height: 14px;
    display: inline-block;
}
.movie-stop .movie-down,
.movie-stop .movie-up {
    height: 16px;
    display: flex;
}
.movie-action .movie-down {
    height: 16px;
    display: flex;
    align-items: center;
    animation: movedown 1s linear 0.3s infinite;
}
.movie-action .movie-up {
    height: 16px;
    display: flex;
    align-items: center;
    animation: moveup 1s linear 0.3s infinite;
}
@keyframes moveup {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
@keyframes movedown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.monitor_view .ele-show-list .block-header {
    padding: 0.35rem 1.25rem;
}
.monitor_view .ele-show-list .block-content {
    text-align: center;
    padding: 0.6rem 0.6rem 1px;
}
.monitor_view .ele-show-list .block-content p {
    margin-bottom: 0.6rem;
}

.monitor_icon hr {
    margin: 1px;
}
.monitor_icon .icoName {
    border: 1px solid #dddddd;
    margin-bottom: 3px;
    margin-top: 3px;
    display: block;
    text-align: center;
}

.batteryIconBody {
    position: relative;
    width: 32px;
    height: 12px;
    border: 1px solid #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0px auto;
    text-align: center;
    height: 100%;
}
.batteryIconHead {
    position: relative;
    height: 4px;
    width: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 36%;
    left: 30px;
}

.batteryIconProgress {
    height: 100%;
    position: absolute;
}

.batteryIconContent {
    position: relative;
    font-size: 12px;
}

.div_sign {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    margin: 0px auto;
}
.div_sign div {
    border: 1px solid #0e2d5f;
    width: 5px;
}
.div_sign div:nth-child(1) {
    height: 20%;
    margin-top: 80%;
}
.div_sign div:nth-child(2) {
    height: 40%;
    margin-top: -40%;
    margin-left: 6px;
}
.div_sign div:nth-child(3) {
    height: 60%;
    margin-top: -60%;
    margin-left: 12px;
}
.div_sign div:nth-child(4) {
    height: 80%;
    margin-top: -80%;
    margin-left: 18px;
}
.div_sign div:nth-child(5) {
    height: 100%;
    margin-top: -100%;
    margin-left: 24px;
}

.powerexternal {
    margin: 3px auto;
    width: 30px;
}
.powerexternal img {
    width: 30px;
}
.eleStatu {
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.seriaStatu {
    text-align: center;
    line-height: 30px;
}
.roles .badge {
    margin-right: 0.2rem;
}
.nobr * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.ldgwidth {
    width: 100%;
}
.ldgwidth td,
.ldgwidth th {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .monitor_view .ele-show-list.row {
        padding: 0;
        margin: 0;
        margin-top: 1rem;
    }
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_info,
    div.dataTables_paginate {
        text-align: center;
    }
    div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        margin-top: 1rem;
    }
}

.fa-header:before {
    content: "\f1dc";
}
.fa-picture-o:before {
    content: "\f03e";
}

/*调试部分*/
#edit_args_floor {
    width: 250px;
}

#edit_args_floor th {
    text-align: center;
}

#edit_args_floor input {
    width: 100%;
    border: none;
    text-align: center;
}

.edit_floor {
    max-height: 400px;
    overflow-y: auto;
}

#edit_args table {
    width: 100%;
    margin: 0;
}

/*选择框间距*/
.radio_choose {
    padding-top: 6px !important;
    margin-left: 40px !important;
}

.radio_des {
    height: 20px !important;
    line-height: 20px !important;
    border-right: 1px solid #d2d6de !important;
}

.lastfile {
    margin-bottom: 1rem;
    text-align: center;
}

.getArgBtns {
    padding: 5px 5px;
    border-bottom: 1px solid #eee;
    margin: 0 15px;
}

#debugLed {
    background-color: midnightblue;
    color: white;
    height: 200px;
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    white-space: pre;
    font-family: monospace;
}

.debugLed2 {
    height: 100px !important;
    margin-left: auto !important;
}

/* 每隔8个元素换行 */
.debugLed_8x2 {
    display: grid;
    grid-template-columns: repeat(8, 12.5%);
    grid-template-rows: repeat(2, 50%);
    width: 100%;
    padding: 5px;
}

.debugLed_8x2 span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.debugBtn {
    margin-right: -10px;
    font-family: auto;
}

.debugBtn .btn {
    width: 48%;
    height: 60px;
    margin-bottom: 10px;
    background: black;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.debugBtn .btntab {
    background: #f17227;
}

.debugBtn .btnenter {
    background: seagreen;
}

.logbtns .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

#eleDebug_modal3 .modal-content {
    max-width: 460px;
}

#eleDebug_modal3 .modal-body {
    background-color: black;
}

#debugLedOtic {
    background-color: midnightblue;
    color: white;
    height: 100px;
    margin: 18px auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    white-space: pre-line;
}

.oticBtnOne button {
    background-color: white !important;
    height: 7rem;
    width: 100%;
}

.oticBtnTwo > div {
    border-radius: 3px;
    overflow: hidden;
}

.oticBtnOne button {
    font-weight: bold;
    font-size: 1rem;
    padding: 0px;
}

.oticBtnTwo button {
    background-color: white !important;
    height: 4rem;
    width: 100%;
    border: none;
    border-radius: 0;
}

.oticBtnTwo button:first-child {
    font-weight: bold;
    font-size: 3rem;
    padding: 0px;
}

.oticBtnTwo button:last-child {
    background-color: #3787aa !important;
    height: 3rem;
    width: 100%;
    border: none;
    border-radius: 0;
    color: white;
    padding: 0;
    padding: 0px;
}

.oticRightText {
    color: black;
    font-weight: bold;
}

.oticBtnLeft {
    width: 70%;
    border-right: 2px solid white;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.oticBtnRight {
    width: 30%;
    height: 100%;
    color: black;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    float: right;
}

#eleDebug_modal3 .col-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0.5rem 0px;
}

#eleDebug_modal3 button {
    overflow: hidden;
}

#eleDebug_modal3 button:active {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.oticangleThe {
    position: absolute;
    bottom: 3rem;
    left: 5rem;
    line-height: 7px;
    font-size: 18px;
}

.oticBtnLetter {
    font-size: 1.6rem !important;
}

.thyssenHeight {
    height: 335px;
    overflow-y: auto;
}

#thyssenError a {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
    text-align: center;
    padding: 1px 3px;
    border: 1px solid gray;
    margin: 2px;
    font-family: Consolas, Monaco, Lucida Console, Liberation Mono,
        DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

.swEleDebug {
    box-sizing: border-box;
    transition: all 0.2s ease-out;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

#eleDebug_modal4 .block-content {
    padding: 0.5rem 0.5rem 1px;
}
#thyssenCarSwitch1 > :not(caption) > *,
#thyssenCarSwitch2 > :not(caption) > * {
    padding: 0rem 0.75rem;
}

.claim-status-sh {
    color: rgb(9, 9, 9);
}
.claim-status-tg {
    color: green;
}
.claim-status-gz {
    color: #e04f1a;
}

/*编辑器样式*/
.ldg-editor {
    border: 1px solid #ccc;
}
.ldg-editor .toolbar-container {
    border-bottom: 1px solid #ccc;
}
.ldg-editor .editor-container {
    height: 400px;
}
.ldg-editor .w-e-modal .btn-close {
    background: none;
}

.ldg-editor-view p,
.ldg-editor-view li {
    white-space: pre-wrap; /* 保留空格 */
}

.ldg-editor-view blockquote {
    border-left: 8px solid #d0e5f2;
    padding: 10px 10px;
    margin: 10px 0;
    background-color: #f1f1f1;
}

.ldg-editor-view code {
    font-family: monospace;
    background-color: #eee;
    padding: 3px;
    border-radius: 3px;
}
.ldg-editor-view pre > code {
    display: block;
    padding: 10px;
}

.ldg-editor-view table {
    border-collapse: collapse;
}
.ldg-editor-view td,
.ldg-editor-view th {
    border: 1px solid #ccc;
    min-width: 50px;
    height: 20px;
}
.ldg-editor-view th {
    background-color: #f1f1f1;
}

.ldg-editor-view ul,
.ldg-editor-view ol {
    padding-left: 20px;
}

.ldg-editor-view input[type="checkbox"] {
    margin-right: 5px;
}
span[data-w-e-type="attachment"] {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    cursor: pointer;
    font-weight: 700;
    /* color: #0665d0; */
    /* background: #f1f1f1; */
    color: #212529;
    background-color: #edf0f7;
    border-color: #edf0f7;
}
span[data-w-e-type="attachment"] i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.content-heading01 {
    padding-top: 1rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #dfe4f1;
}

table.btn-no-warp td:last-child {
    white-space: nowrap;
}

/*蓝光调试*/
#debugLedBl2000 {
    background-color: midnightblue;
    color: white;
    height: 96px;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    white-space: pre;
    font-family: monospace;
}

.debugBtnBl2000 {
    font-size: 18px;
    font-weight: bold;
    font-family: "auto";
    padding: 0.5rem;
}
.debugBtnBl2000 .btn-sm {
    width: 100%;
    color: white;
}
.debugBtnBl2000 .btn-default {
    background: black;
}

.debugBtnBl2000 .btntab {
    background: #f17227;
}

.debugBtnBl2000 .btnenter {
    background: seagreen;
}

.table1 {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #343a40;
    --bs-table-striped-bg: #f2f4f9;
    --bs-table-active-color: #343a40;
    --bs-table-active-bg: #edf0f7;
    --bs-table-hover-color: #343a40;
    --bs-table-hover-bg: #e8ecf5;
    width: 100%;
    color: #343a40;
    vertical-align: top;
    border-color: #dfe4f1;
}
.table1 > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
}

.maint-control {
    width: 70%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    border: 1px solid #d1d8ea;
    -moz-appearance: none;
}

.block-content1 {
    transition: opacity 0.25s ease-out;
    width: 100%;
    margin: 0 auto;
    overflow-x: visible;
}
.btn1 {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#svg_all .mb-border:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

table.dataTable thead .sorting:after {
    cursor: pointer;
    padding-left: 0.2em;
}

#page-jump-num {
    width: 80px;
}

.ele-status {
    margin: 0 auto;
    width: 270px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center;
}
.ele-close {
    background-image: url("../images/monitor/ele_close.png");
}
.ele-open {
    background-image: url("../images/monitor/ele_open.png");
}
.ele-error {
    background-image: url("../images/monitor/ele_error.png");
}

.ele-opening {
    background-image: url("../images/monitor/ele_ing.png");
    background-position: -2430px;
    animation: opening 0.5s steps(9) forwards;
}
.ele-closeing {
    background-image: url("../images/monitor/ele_ing.png");
    background-position: 0;
    animation: closeing 0.5s steps(9) forwards;
}
@keyframes closeing {
    form {
        background-position-x: 0px;
    }
    to {
        background-position-x: -2430px;
    }
}
@keyframes opening {
    form {
        background-position-x: -2430px;
    }
    to {
        background-position-x: 0px;
    }
}
.escalator-down {
    background-image: url("../images/monitor/escalator_down.gif");
}
.escalator-up {
    background-image: url("../images/monitor/escalator_up.gif");
}
.escalator-stop {
    background-image: url("../images/monitor/escalator_stop.jpg");
}

.btns .button {
    display: inline-block;
    font-weight: 600;
    line-height: 28px;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 0.915rem;
    border-radius: 0.2rem;
    color: #0665d0;
    border-color: #0665d0;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem !important;
}
.btns .form-check {
    margin-bottom: 0.5rem !important;
}
.btns .button:hover {
    color: #fff;
    background-color: #0665d0;
    border-color: #0665d0;
}

.sign-col-lg {
    flex: 0 0 auto;
    width: 25%;
}

.sign-col-lg .svg .sign-img,
.sign-col-lg .svg .sign-img {
    max-height: 80px;
    max-width: 80%;
}

/*维保异常项目*/
.err_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1em;
}
.err_list > span {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    line-height: 35px;
    /* height: 35px; */
}
.err_list span:nth-child(even) {
    color: #e04f1a;
}

.err_list span:nth-last-of-type(-n + 2) {
    border: none;
}

#sign {
    text-align: center;
    z-index: 1059;
    position: fixed;
    bottom: 0;
    background-color: #eee;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sign-panel {
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    #sign {
        grid-auto-flow: column;
        grid-template: repeat(3, 1fr) / 80px 1fr 50px;
        justify-items: center;
    }
    .sign-panel {
        /* transform: rotate(-90deg) translate(10px, 10px); */
        grid-area: 1/2/4/3;
    }
    .sign-title {
        grid-area: 1/3/4/4;
        transform: rotate(90deg);
    }
    .sign-btns {
        grid-area: 1/1/4/1;
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .sign-btns > button {
        transform: rotate(90deg);
    }
}

.alert-notify {
    color: #245686;
    background-color: #d8e9f9;
    border-color: #c5def5;
    max-width: 300px;
    min-width: 300px;
}

.panel_border {
    border: 1px solid #a8c9ef;
}

.filebox {
    display: inline-block;
    zoom: 1;
    position: relative;
}
.filebox .file {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -9%;
    left: -10%;
    opacity: 0;
    filter: Alpha(opacity=0);
    font-size: 130%;
    cursor: pointer;
}

.maint-td {
    box-shadow: "#ffffff !important";
    border-right: none;
}

table.ldg-noborder tr:last-child {
    border-bottom: none !important;
}
table.ldg-noborder tr td:first-child {
    border-left: none !important;
    /* border-top: 1px #a8c9ef; */
}
table.ldg-noborder tr td:last-child {
    border-right: none !important;
}
table.ldg-noborder tr th:first-child {
    border-left: none !important;
}
table.ldg-noborder tr th:last-child {
    border-right: none !important;
}
.divHeader {
    display: none;
}

/*树形框*/
.ldg-tree {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.ldg-tree-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.625rem;
    margin: 2px 0;
    min-height: 2.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.0125em;
    color: #3f474e;
    border-radius: 0.2rem;
}
.ldg-tree .ldg-tree-link-name {
    flex: 1 1 auto;
    display: inline-block;
    max-width: 100%;
}
.ldg-tree-link:hover,
.ldg-tree-link.active {
    color: #000;
    background-color: #e1effe;
}
.ldg-tree-link .ldg-tree-link-icon {
    flex: 0 0 auto;
    display: inline-block;
    margin-right: 0.625rem;
    min-width: 1.25rem;
    font-size: 1rem;
    text-align: center;
    color: rgba(6, 101, 208, 0.7);
}
/* 字符字体,避免特殊符号显示表情 */
.symbol {
    font-family: "Segoe UI Symbol";
}
.bage-info {
    font-size: 1em;
    padding: 0.15em 0.15em;
}
.bage-info:hover {
    color: #fff;
    opacity: 0.65;
}
.badge .info-item {
    cursor: default;
}

.format-tree > :nth-child(1) {
    padding-left: 0rem !important;
    max-height: 600px;
    overflow: auto;
}

@media (max-width: 575.98px) {
    .format-tree {
        max-height: 270px;
        overflow: auto;
    }
}
