﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:root {
    --bb-footer-height: 40px;
    --bb-tab-header-height: 40px;
    --bb-checkboxlist-item-width: 180px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1090;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.3);
    }

.checkbox-list .checkbox-item {
    width: var(--bb-checkboxlist-item-width);
}

    .checkbox-list .checkbox-item .form-check-label {
        max-width: calc(var(--bb-checkboxlist-item-width) - 16px);
    }

.table-cell .is-node {
    color: var(--bs-info);
    margin-right: .25rem;
}

.tree .tree-item {
    margin: 2px 0;
}

    .tree .tree-item .tree-content {
        border-radius: var(--bs-border-radius);
        background-color: var(--bs-gray-200);
        padding-right: .5rem;
        padding-left: .25rem;
    }

.tabs-body-content .card:not(:first-child) {
    margin-top: 1rem;
}

.tabs-body-content .tab-scroll-body {
    overflow: auto;
    height: calc(100% + 2rem);
    padding: 1rem;
    margin: -1rem;
}

.app-type {
    width: 60px;
    margin-left: 1rem;
    text-align: left;
    color: var(--bs-primary);
}

.app-text {
    width: 70px;
    margin-left: 1rem;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    color: var(--bs-info);
}

.btn-hc {
    padding: 3px 12px;
}

.cell-icon {
    margin-top: 4px;
}

.layout-user {
    border-right: 1px solid #ddd;
    height: var(--bb-layout-user-height);
    display: flex;
    align-items: center;
    padding: 0 .625rem;
    font-size: 1rem;
    width: 100%;
}

    .layout-user .layout-logo {
        width: var(--bb-logout-avatar-width);
        height: var(--bb-logout-avatar-height);
        border-radius: var(--bs-border-radius);
    }
    .layout-user img {
        border-radius: 50%;
    }

.layout-user .layout-title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    flex: 1 1 auto;
    opacity: 1;
    transition: opacity .3s linear;
    color: var(--bb-layout-title-color);
}


.layout-menu {
    border-right: 1px solid #ddd;
}

.modal-dialog-menu.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.tree-view {
    --bb-tree-icon-width: 22px;
}

.tree-icon {
    text-align: center;
}

.tree-view .tree-item .tree-content {
    width: 100%;
}

.menu-icons {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 5;
    display: flex;
    --bs-card-title-spacer-y: 0;
    --bs-card-cap-bg: #fff;
}

    .menu-icons .card-header {
        display: flex;
    }

        .menu-icons .card-header .btn-close {
            margin-top: 4px;
        }

    .menu-icons .card-title {
        flex: 1;
        line-height: 1.5;
    }

    .menu-icons .card-footer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .menu-icons .card-footer > *:not(:last-child) {
            margin-right: .5rem;
        }

        .menu-icons .card-footer > i {
            font-size: 22px;
            color: #337ab7;
            border: solid 1px;
            border-radius: 4px;
            min-width: 36px;
            min-height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


.layout.is-page .layout-side .layout-banner .layout-logo {
    width: 35px;
    border-radius: var(--bs-border-radius);
}

.bb-theme-mode .dropdown-toggle {
    color: var(--bs-navbar-color);
}
/*Cascader 下拉框样式End*/
/*菜单选择器 Start*/
.modal-body .selectview {
    height: calc(100%);
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*菜单选择器 End*/

/*Reconnector*/
.connection-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.connection-body {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1rem;
    color: #696969;
}

.connection-body-tail {
    border-right: 1px solid #d8d8d8;
    width: 1px;
    margin-left: 1rem;
}

.connection-link {
    color: #1371C3;
    text-decoration: underline;
    font-weight: bolder;
    margin-left: 0.5rem;
}

.connection-box {
    border-radius: var(--bs-border-radius);
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

    .connection-box .connection-mask,
    .connection-box .connection-body {
        position: absolute;
    }

.connection-body img {
    height: 114px;
    margin-left: 1rem;
}
/*Reconnector*/

/*AdminTable 通用样式*/
/*AdminTable列表 Start*/
.color-red {
    color: red;
}
.color-yellow {
    color: orange;
}
.color-green {
    color: green;
}
.div-width-all {
    width: 100%;
}
.modal-zindex-h {
    z-index: 1051;
}
/*AdminTable列表 End*/

/*MyDatePicker日期选择器样式Begin*/
.gearDate,
.gearDatetime {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    overflow: hidden;
    animation-fill-mode: both
}

.date_ctrl {
    vertical-align: middle;
    background-color: #d5d8df;
    color: #000;
    margin: 0;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9901;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.slideInUp {
    animation: slideInUp .3s;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.ym_roll,
.date_roll,
.datetime_roll,
.time_roll {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    -webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0)));
    -webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0))
}

    .ym_roll > div,
    .date_roll > div,
    .datetime_roll > div,
    .time_roll > div {
        font-size: 2.3em;
        height: 10em;
        float: left;
        background-color: transparent;
        position: relative;
        overflow: hidden;
        flex: 4
    }

        .ym_roll > div .gear,
        .date_roll > div .gear,
        .datetime_roll > div .gear,
        .time_roll > div .gear {
            width: 100%;
            float: left;
            position: absolute;
            z-index: 9902;
            margin-top: -4em
        }

.date_roll_mask {
    -webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0)));
    -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));
    padding: 0
}

.date_roll > div:nth-child(2) {
    flex: 2
}

.date_roll > div:nth-child(1),
.datetime_roll > div:nth-child(1) {
    flex: 4
}

.datetime_roll > div:first-child {
    flex: 6
}

.datetime_roll > div:last-child {
    flex: 6
}

.date_grid {
    position: relative;
    top: 4em;
    width: 100%;
    height: 2em;
    margin: 0;
    box-sizing: border-box;
    z-index: 0;
    border-top: 1px solid #abaeb5;
    border-bottom: 1px solid #abaeb5
}

    .date_grid > div {
        color: #000;
        position: absolute;
        right: 0;
        top: 0;
        font-size: .8em;
        line-height: 2.5em
    }

.date_roll > div:nth-child(3) .date_grid > div {
    left: 42%
}

.datetime_roll > div .date_grid > div {
    right: 0
}

.datetime_roll > div:first-child .date_grid > div {
    left: auto;
    right: 0%
}

.datetime_roll > div:last-child .date_grid > div {
    left: 50%
}

.time_roll > div:nth-child(1) .date_grid > div {
    right: 1em
}

.ym_roll > div:nth-child(1) .date_grid > div {
    right: .1em
}

.ym_roll > div .date_grid > div,
.time_roll > div .date_grid > div {
    right: 5em
}

.date_btn {
    color: #0575f2;
    font-size: 1.6em;
    line-height: 1em;
    text-align: center;
    padding: .8em 1em
}

.date_btn_box:before,
.date_btn_box:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #96979b;
    z-index: 15;
    transform: scaleY(0.33)
}

.date_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #f1f2f4;
    position: relative
}

    .date_btn_box:before {
        left: 0;
        top: 0;
        transform-origin: 50% 20%
    }

    .date_btn_box:after {
        left: 0;
        bottom: 0;
        transform-origin: 50% 70%
    }

.date_roll > div:nth-child(1) .gear {
    text-indent: 20%
}

.date_roll > div:nth-child(2) .gear {
    text-indent: -20%
}

.date_roll > div:nth-child(3) .gear {
    text-indent: -55%
}

.datetime_roll > div .gear {
    width: 100%;
    text-indent: -25%
}

.datetime_roll > div:first-child .gear {
    text-indent: -10%
}

.datetime_roll > div:last-child .gear {
    text-indent: -50%
}

.ym_roll > div .gear,
.time_roll > div .gear {
    width: 100%;
    text-indent: -70%
}

.ym_roll > div:nth-child(1) .gear,
.time_roll > div:nth-child(1) .gear {
    width: 100%;
    text-indent: 10%
}

.tooth {
    height: 2em;
    line-height: 2em;
    text-align: center
}
/*MyDatePicker日期选择器样式End*/