﻿/******************* 整体页面布局 Begin ********************/
.layout{
    --y7-layout-sidebar-width:160px
}


.layout {
   
    
    display: flex;
    flex-direction: row;
    width:100%;

    

    /*min-height:var(--y7-layout-height, 100%);*/
    position:relative;
}

.is-page{
    --y7-layout-height:100vh;
}


.layout .layout-side {
    width: var(--y7-layout-sidebar-width);
    background-color: #3b3f4a;
    position: sticky;
    top: 0;
    height: var(--y7-layout-height);
    transition:width .1s linear;
}

.layout.collapsed .layout-side:not(:hover) {
    width: 3px;

}
    .layout.collapsed .layout-side:not(:hover) .menu-text {
        opacity: 0;
    }


.layout .layout-right {
    /*background-color: yellow;*/

    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
}

.layout .layout-header {
    background-color: transparent;
    height: 30px;
    padding: 0 5px;
    border-bottom:none;
}






.a{

}

/******************* 整体页面布局 End ********************/
/******************* 模态弹出窗体：表单编辑 Begin ********************/
.rz-dialog .modal-content {
    padding: 0 5px !important;
}


.rz-dialog .modal-body .modal-content .row{
    padding: 4px 0 0 0 !important;
    margin: 0 !important;
    /*line-height: 24px;*/
}

.rz-dialog .modal-body .modal-content .qhy-field {
    padding: 4px 0 0 0 !important;
    margin: 0 !important;
    /*line-height: 28px;*/
}

.qhy-field .form-label {
    margin-bottom: 0px;
}

.qhy-field .qhy-title icon {
    transform: scale(.5);
    color: #0000009e;
}

/******************* 模态弹出窗体：表单编辑 End ********************/
/*上面已整理*/
.highlight {
    --bs-table-bg-type: #5085e8 !important;
    background-color: #5085e8 !important;
    color: white !important;
}

    .highlight .fixed {
        --bs-table-bg-type: #5085e8;
        background-color: #5085e8 !important;
        color: white !important;
    }

    .highlight .active {
    }
/*.active > .page-link, .page-link.active {
    z-index: 3;
    color: white;
    background-color: #6363cf !important;
    border-color: #6363cf !important;
}*/
/*textarea.form-control {*/
/*min-height: calc(1.5em + .75rem + 2px);*/
/*min-height: 24px !important;
    line-height:11px;
 
    
}*/
/*查询样式修改*/
.search-group {
    padding: 3px;
    width: 1366px;
}

    .search-group .search-group-title {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 15px;
    }

        .search-group .search-group-title span {
            transform: scale(.5);
            color: #0000009e;
        }

    .search-group .search-form-content {
        width: 100%;
        /*border-left: 1px solid #00000017;*/
        /*border-top: 1px solid #00000017;*/
        border-radius: 2px;
    }

    .search-group .search-form-row {
        display: flex;
        /*border-bottom: 1px solid #00000017;*/
    }

    .search-group .search-form-header {
        height: 30px;
        line-height: 30px;
    }

        .search-group .search-form-header .search-form-header-span {
            padding-left: 13px;
            padding-right: 13px;
        }

    .search-group .search-form-row:last-child {
        border-radius: 2px;
    }

    .search-group .search-form-title {
        text-align: right;
        width: 130px;
        /*border-right: 1px solid #00000017;*/
        padding: 5px;
    }

    .search-group .title-required {
        color: #dd0000;
    }
    /*.search-group .title-required::before {
    content:"* ";
}*/

    .search-group .search-form-value {
        flex: 1;
        flex-grow: 2;
        /*border-right: 1px solid #00000017;*/
        /*    padding-left: 15px;
    padding-top: 2px;*/
    }

.search-form-value input, .search-form-value .select {
    /*border: none !important;*/
}

.search-group-footer {
    display: flex;
    background-color: #e5e5e5;
    margin-top: 20px;
    padding: 5px 0px;
}

    .search-group-footer .search-footer-right, .search-footer-left {
        flex: 1
    }

    .search-group-footer .search-footer-right {
        text-align: right;
    }

/*#endregion */


.datetime-range-control .range-separator {
    padding: 0 !important;
}


.table-column-button .btn-group button {
    margin-left: 3px !important;
    border-radius: 2px !important;
    padding: 0 1px !important;
}





/*.left-search-div .tabs-body{
    padding:5px 0px !important;
}*/




/*echart*/
/*.chart-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 0px;*/
/*    height: 95%;
    width: 95%;*/
/*}*/

.chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chart-normal {
    border-radius: 4px;
    height: 100%;
    width: 400px;
    /*    width: 100%;
    height: 100%;*/
    /*margin-top: 20px;*/
}

.chart-fill {
    width: 100%;
    height: 100%;
    /*    margin-top: 20px;
    margin-right: 20px;*/
}

/*

.chart-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 0px;
    height: 95%;
    width: 95%;
}

.chart-normal {
    border-radius: 4px;
    height: 300px;
    width: 400px;
    margin-top: 20px;
}

.chart-fill {
    width: 100%;
    height: 720px;
    margin-top: 20px;
    margin-right: 20px;
}*/



/*上面未整理*/


/* ================ 页面右侧内容 Begin ================ */

#page-right-region {
    color: #606060;
}


    #page-right-region .sub-head {
        margin: 16px 0 5px 0;
    }

#page-right-region .sub-content {
}

.sub-head icon {
    transform: scale(.4);
}

.sub-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    margin: 0;
    font-size: 12px;
    margin: 0 18px 10px 0;
}

    .sub-content table tbody tr:nth-child(1) {
        border-top: 1px solid #cfdadd;
    }

    .sub-content table tbody tr td {
        min-width: 85px;
        border-left: 1px solid #cfdadd;
        border-right: 1px solid #cfdadd;
        border-bottom: 1px solid #cfdadd;
        background: #fff;
    }

    .sub-content table .title {
        width: 80px;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }


/* ================ 页面右侧内容 End ================ */
/* ================填写表单页面 Begin================ */
.qhy-create-update {
    height: 100%;
}

    .qhy-create-update .qhy-footer {
        display: flex;
        align-items: center;
    }

    .qhy-create-update .seek-material {
        width: 360px;
        height: 36px;
    }

    .qhy-create-update .qhy-footer i {
        color: #2875E8;
        /*color: #f66286;*/
    }

/* ================填写表单页面 End================*/












