﻿#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: 1080;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.layout-drawer {
    padding: 13px;
    margin-right: -1rem;
    cursor: pointer;
}

    .layout-drawer:hover {
        background-color: #1893a7;
    }

.layout-drawer-body {
    padding: 1rem;
}

.layout-item {
    cursor: pointer;
    border: 2px solid #e9ecef;
    padding: 4px;
    border-radius: 4px;
    height: 80px;
    width: 120px;
    transition: border .3s linear;
}

    .layout-item:hover,
    .layout-item.active {
        border: 2px solid #28a745;
    }

    .layout-item .layout-left {
        width: 30%;
    }

        .layout-item .layout-left .layout-left-header {
            height: 16px;
            background-color: #367fa9;
        }

        .layout-item .layout-left .layout-left-body,
        .layout-item .layout-body .layout-left {
            background-color: #2f4050;
        }

    .layout-item .layout-right .layout-right-header,
    .layout-item .layout-top {
        background-color: #17a2b8;
        height: 16px;
    }

    .layout-item .layout-right .layout-right-footer,
    .layout-item .layout-footer {
        background-color: #5b6e84;
        height: 12px;
    }

    .layout-item .layout-top,
    .layout-item .layout-body,
    .layout-item .layout-footer {
        width: 100%;
    }

.layout.is-page .layout-right,
.layout.is-page .layout-main {
    background-color: #fff;
}

.color {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    cursor: pointer;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    transition: border .3s linear;
}

    .color:hover {
        border: 2px solid #28a745;
    }

.layout.is-page.color1 .layout-header {
    background-color: #ffffff;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.layout.is-page.color1 .layout-side .layout-banner {
    background-color: #03152A
}

.layout.is-page.color1 .layout-side {
    background-color: #212529;
    background-color: #03152A
}

.layout.is-page.color1 .layout-footer {
    background-color: #ffffff
}

.layout.is-page.color1 .layout-header-bar {
    background-color: #2b7cd0;
    border-color: #014186;
}

.layout.is-page.color1 .layout-drawer:hover {
    background-color: #3184dc;
}

.widget .dropdown-body h3 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget .dropdown-body h4 {
    color: #444444;
    font-size: 15px;
    margin: 0;
}

.widget .dropdown-body small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.widget .dropdown-item > div:not(.progress):last-child {
    width: calc(100% - 40px);
}

.widget .dropdown-item {
    padding: 0.5rem 1rem;
}

.widget .progress {
    height: 7px;
}

.widget .dropdown-item.active,
.widget .dropdown-item:active {
    color: inherit;
}

.widget .dropdown-item:not(:nth-of-type(odd)):active {
    background-color: inherit;
}

.groupbox {
    margin-top: 10px;
}

@media (min-width: 800px) {

    .table-toolbar .table-toolbar-button {
        float: right !important;
    }
}

.btn-group .btn {
    padding-left: 10px !important;
}

.table-cell .btn-group .btn {
    margin-left: 3px !important;
    border-radius: 2px !important;
}

.table-modal-footer {
    margin-top: 10px !important;
}

.toast {
    background-color: white;
}

.tabs-body {
    display: flex;
    flex: auto;
    flex-direction: column;
}

    .tabs-body .tabs-body-content {
        flex: auto;
        display: flex;
        flex-direction: column;
    }
/*.table-pagination {
    right: 0px;
    position: absolute;
}*/



/*---------------------------------------------------下面是自己添加的*/

/*列表内元素垂直居中*/
.table thead th, .table tbody td {
    vertical-align: middle;
}
.table-cell {
    display: block;
}


.MyLable {
    width: 100%;
    display: flex;
}

    .MyLable .tag-div {
        min-width: 200px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
    }

    .MyLable .lable-tag {
        line-height: 30px;
        margin-left: 5px;
    }

    .MyLable .add-button {
        width: 60px;
        margin-left: 10px;
    }

.parmeter-div {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 10px 0;
    min-height: 45px;
    overflow-y:auto;
}
.ParameterName-line {
    flex: 1;
    margin: 0 10px;
    min-width: 130px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:3px 5px;
}
/*图片管理*/
.uploadimg-cardbody {
    display: flex;
    flex-wrap: wrap;
}

.uploadimg-listview {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin:10px;
    background-color:aliceblue;
}
    .uploadimg-listview .avatar {
        height:100px;
        width:100px;
    }
    .uploadimg-listview:is(:hover) {
        box-shadow: 0 0 0 1px #1ed0ff;
        border-radius: 5px;
    }

.uploadimg-listview-selected {
    border-radius: 5px;
    padding: 5px;
    background: #daf5ff;
    box-shadow: 0 0 0 2px #0094ff;
    margin: 10px;
}
    .uploadimg-listview-selected .avatar {
        height: 100px;
        width: 100px;
    }


    /*为了拖动方便宽度调整为10*/
.bb-dd-spacing {
    height: 10px;
    width:10px;
}


.uploadimg-del {
    position: relative;
    left: 30px;
    top: 5px;
    color: orangered;
}

.upload-item is-single{
    height:40px;
    width:40px;
}

.two-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

﻿
/*-------------------------------------------------------------------------------------首页*/
.HomeAvatar {
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.TetleName {
    text-align: center;
    margin: 5px;
}

.admin-photo {
    text-align: center;
    border-bottom: 1px solid #6d6e6e;
    padding: 5px 0;
    color: #6d6e6e;
    margin-top: -30px;
}

.HomeDiv {
    height: 370px;
    background-color: aliceblue;
    overflow-y: auto;
}

.HomeImg {
    width: 40px;
    opacity: 0.8;
}


.Huibiao {
    background-color: transparent;
    color: white;
    font-size: 14px;
    position: relative;
    border-radius: 50%;
    top: -20px;
    left: -20px;
}


/*首页操作列*/
.table-fixed-column .table tr .fixed {
    background-color: aliceblue;
}

.Message {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.HomeShortcut {
    display: flex;
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

.ShortcutIcon {
    color: white;
    padding: 12px;
    border-radius: 50%;
    margin: auto 0;
}

.linkWord {
    color: white;
    margin: auto 10px;
    font-size: 18px;
    font-weight: 600;
}

.BorderRight {
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px;
}

.HomeTile {
    height: 40px;
    background-color: Highlight;
    font-weight: 600;
    line-height: 40px;
    color: white;
    padding-left: 15px;
    opacity: 0.8;
    border-radius: 3px;
}


/*@*ImgViewer-------------------------------------------------------ImgViewer*@*/
.ImgViewer {
    margin: 0px auto;
}

.ImgDiv {
    max-width: 1200px;
    max-height: 800px;
    overflow: auto;
    text-align: center;
}

/*@*Axxen---------------------------------------------------------------------------------------Axxen*@*/

.HeaderTitle {
    text-align: center;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.BodyDiv {
    border: 1px solid #00CCCC;
    border-radius: 5px
}

.FileName {
    display: block;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    margin-top: 3px;
    margin-left: 3px;
    overflow: hidden;
    max-width: 150px;
}

.listview .listview-header {
    text-align: center;
    padding: 3px;
}

/*Table------------------------------------------------------------------------------------------Table*/
.MyTable {
    width: 100%;
    margin-top: 10px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
}

    .MyTable td {
        border: 1px solid black;
        padding: 10px;
        width: 150px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg: #d4e8f9;
    /* color: #409eff; */
}

.table-toolbar {
    margin-top: 5px;
}

.table tfoot {
    color: #409eff;
}

.table-wrapper tr:last-child td {
    border-right-width: 1px;
}

.table-wrapper tr:last-child {
    border-right-width: 1px;
}

.BoldFont {
    font-weight: 900;
}
/*Tab------------------------------------------------------------------------------------------Tab*/


.HeaderTitle {
    background-color: aliceblue;
}

.listview .listview-header {
    display: none;
}

/*Menu------------------------------------------------------------------------------------------------Menu*/

.menu .submenu li {
    margin-top: 5px;
}


.MyPrint {
    text-align: right;
}

    .MyPrint span {
        margin-left: 20px;
    }

/*--------------------------------------------------------------------------------------------    拖动组件*/


.DragDropListDiv {
    display: -webkit-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow-x: auto;
    padding: 5px;
    margin: 3px;
    text-align: center;
    min-height: 300px;
}

    .DragDropListDiv .drop-list {
        max-height: 480px;
        border: 1px solid #fff;
        padding: 3px;
    }

.AuditDiv {
    margin: 3px;
    border: 1px solid #ced4da;
    background-color: aliceblue;
    padding: 3px;
}

    .AuditDiv .row {
        width: 220px;
        max-height: 500px;
    }

    .AuditDiv .form-label {
        display: none;
    }

    .AuditDiv .switch {
        width: auto;
    }
/*-------------------------------------------------------------------------------------------------         看板*/

.BoardRow {
    background-color: aliceblue;
    border: 1px solid #89a4a7;
    border-radius: 5px;
    margin: 3px;
}
    /*图表时页面会抖动*/
    .BoardRow .row {
        margin-right: 0px;
        text-align: center;
        margin-top: 0px;
    }

        .BoardRow .row > * {
            margin-top: 0;
            line-height: 35px;
        }

.ReimbursementDetailSearch {
    width: 500px;
    position: absolute;
    top: 150px;
    display: none;
}

.BoardTitle {
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: Highlight;
    line-height: 40px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    opacity: 0.9;
    padding-left: 10px;
}

    .BoardTitle .datetime-range {
        line-height: 20px;
        opacity: 0.8;
        width: 300px;
        height: 32px;
    }

    .BoardTitle .btn {
        height: 32px;
        padding: 0 15px;
        margin-bottom: 3px;
        margin-left: 25px;
    }

    .BoardTitle .datetime-range-input {
        width: 100px;
        padding: 5px 1px;
    }

.BordSelectName {
    text-align: left;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
}

.BoardFootTitle {
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: #a5c7f2;
    line-height: 30px;
    letter-spacing: 5px;
    padding: 0px;
}

.SelectInTitle {
    position: absolute;
    right: 50px;
    display: inline-flex;
    margin: 4px 30px;
}
/*----------------------------------------------------------------------------------blazor连接丢失、报错*/
.my-reconnect-modal div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1080;
    overflow: hidden;
    background-color: dimgrey;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide div {
    display: none;
}

.components-reconnect-show div {
    display: none;
}

.components-reconnect-show .show {
    display: block;
}

.components-reconnect-failed div {
    display: none;
}

.components-reconnect-failed .failed {
    display: block;
}

.components-reconnect-rejected div {
    display: none;
}

.components-reconnect-rejected .rejected {
    display: block;
}

/*--------------------------------------------------------------------------------------------    错误提示*/
.BlazorErrorUi {
    background: black;
    color: white;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    padding: 0.8rem;
    width: 60%;
    z-index: 1080;
    opacity: 0.8;
    border: 1px solid red;
    border-radius: 5px;
    margin: auto;
    margin-top: 400px;
}


/*--------------------------------------------------------------------------------------------    手机组件*/
.mobile .tabs-nav-scroll {
    position: fixed;
    text-align: center;
    background-color: rgb(243,115,70);
    z-index: 1080;
    flex-wrap: inherit;
    top: 0;
    left: 0;
    justify-content: space-around;
    font-weight: 800;
}

.mobile .tabs-active-bar {
    background-color: rgb(243,115,70);
}

.mobile .tabs-item {
    width: 33.3%;
    font-weight: 800;
    font-size: 14px;
}

    .mobile .tabs-item.active {
        color: #fff;
    }

.mobile .tabs-header {
    text-align: center;
}

.mobile .tabs .tabs-body {
    padding: 10px 5px;
    height: 100%;
    padding-bottom: 65px;
    margin-top: 42px;
}

.mobile .navbar {
    position: fixed;
    height: 60px;
    text-align: center;
    background-color: rgb(243,115,70);
    box-shadow: 0 -5px 5px #a2a2a2;
    flex-wrap: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    justify-content: space-around;
}

    .mobile .navbar a {
        width: 100px;
        display: inline-grid;
    }

    .mobile .navbar i {
        font-style: normal;
    }

.mobile .navbar-header.active {
    color: #ff9944;
}

.mobile .card-body {
    padding: 5px;
}

.mobile .card {
    margin: 5px 0;
}

.mobile .null-textcolor {
    text-align: center;
    color: #aaaaaa;
    margin-top: 80%;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.8;
}

.nav-link {
    color: #cccdce;
}