﻿
html, body {
    font-size: 90%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.richerp_topnavmenu {
    background: #1c4b8b;
}

.richerp_topintroduce {
    background-image: linear-gradient(180deg, #1c4b8b 0%, #4749ba 100%);
}

.richerp_index_background {
    background-image: linear-gradient(180deg, #1c4b8b 0%, #4749ba 100%);
}

.list-group-item:hover {
    background-color: lightblue;
}

.richerp_color_white {
    color: white !important;
}

.richerp_color_red {
    color: red;
}

.richerp_color_light {
    color: #d7d8f1;
}

.richerp_fw-bold {
    font-weight: 900 !important;
}

.richerp_fw-bold500 {
    font-weight: 500 !important;
}

.richerp_fw-bold700 {
    font-weight: 700 !important;
}

#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: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*.list-group-hover .list-group-item:hover {
	background-color: red;
}*/

.richerp_background_white {
    background-color: white;
}

.richerp_background_red {
    background-color: red;
}

.richerp_background_blue {
    background-color: blue;
}

.richerp_background_lightblue {
    background-color: lightblue;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}


.richerp-fs-12 {
    font-size: 12px !important; /* 最小字体是12号 */
}

.richerp_box {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

.richerp_zindex999999 {
    z-index: 999999 !important;
}

/*.vh-100 {
    height: 100vh;*/ /*from bootstrap*/
/*}

.mud-table.full-height {
    display: flex;
    flex-grow: 1;
    overflow: auto;
}

    .mud-table.full-height > .mud-table-container {
        min-height: 0px;
        flex-grow: 1;
    }*/



/*或者*/
/*.modal {
    z-index: 1001 !important;*/ /*默认：1055*/
/*}
.modal-backdrop {
    z-index: 1000 !important;*/ /*默认：默认：1050*/
/*}*/




/*.modal-backdrop.show {
    opacity: 100 !important;
}*/
