﻿body{
    font-family: "微软雅黑","Microsoft Yahei" !important;
    font-size:0.9rem !important;
}

.blazored-modal-overlay 
{
    pointer-events: none;
}

a:hover {
    text-decoration: none;
}

.margin-auto{
    margin:auto;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
}

.empty-state {
    padding-top: 20px !important;
}

.sk-circle-fade > .sk-circle-fade-dot:before {
    background-color: #346cb0;
}

.aside-menu {
    background-color: #fff !important;
    margin:auto;
}

.aside-content {
    background-color: #fff !important;
}

.dropdown-menu {
    font-size: 0.8rem !important;
}

.form-group .control-label {
    margin-bottom: 1px;
    margin-left: 2px;
    display: block;
}

input.invalid,
textarea.invalid {
    border-color: #b76ba3 !important;
}

.validation-message {
    font-size: 11px;
    color: #b76ba3;
    margin-left: 2px;
}

.input-suffix-btn{
    line-height:38px;
    vertical-align:middle;
}

.blazored-modal{
    min-width:350px;
    padding: 0 !important;
}

.blazored-modal-header {
    padding: 0.5rem !important;
    background-color: #f6f7f9 !important;
}

.blazored-modal-close{
    display:none;
}

.blazored-modal-title {
    font-size: 1.3rem;
    padding-left:10px !important;
}

.blazored-modal-content{
    padding: 1rem !important;
}

.blazored-modal{
    padding:1rem;
}

.modal-footer{
    padding:0;
}

.blazored-toast-body .blazored-toast-header h5 {
    font-size: 1.2rem;
}

.blazored-toast-body p{
    font-size:0.9rem;
}

.active .menu-icon,
.active .menu-text {
    font-weight: 600 !important;
    color: #346cb0 !important;
}

.footer {
    height: 53px;
    background-color: #fff;
    display: block;
    border-top: 1px solid #e7e7e7;
    width:100%;
}

.alert{
    padding-top:0.25rem;
}

/*mobile*/
@media only screen and (max-device-width: 480px) {
    .jumbotron {
        min-height: 200px;
    }
    .mobile-hide {
        display: none !important;
    }

    .alert h4 {
        font-size: 1.2rem;
        vertical-align: middle;
        line-height: 35px;
    }

    .app-aside {
        width: 12rem !important;
    }

    .top-bar-brand {
        width: 12rem;
    }

    .spinner-container {
        top: 45% !important;
        left: 45% !important;
    }

    .page-navs {
        position: fixed !important;
        top: 3.5rem;
        right: 0;
        left: 0;
    }

    .page-inner {
        padding: 5rem 1rem 1rem 1rem !important;
    }
}

@media (min-width: 768px) {
    .jumbotron {
        min-height: 400px;
    }

    .app-aside-expand-md + .app-main {
        padding-left: 8rem;
    }

    .app-aside-expand-md {
        width: 8rem;
    }

    .auth-header {
        margin-bottom: -3rem;
        padding-top: 3rem !important;
        padding-bottom: 3rem;
    }

    .app-aside {
        width: 8rem !important;
    }

    .page-navs {
        position: fixed !important;
        top: 3.5rem;
        right: 0;
        left: 8rem;
    }

    .page-inner{
        padding: 5rem 1rem 1rem 1rem !important;
    }
}


.pace {
    display: none !important;
}

    .top-bar-brand {
        width: 8rem;
    }

        .top-bar-brand .hamburger{
            display:none !important;
        }



    .nowrap {
        white-space: nowrap !important;
    }

    /*overriding radzon*/
    .card {
        padding: 0 !important;
    }

        .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
            margin-bottom: 0.1rem !important;
        }

    .card-subtitle {
        margin-top: inherit !important;
    }

    .material-icons, .fc-prev-button .ui-icon, .fc-next-button .ui-icon, .fa, .pi, .ui-menuitem .ui-menuitem-icon {
        font-size: inherit !important;
    }

    .stacked-menu {
        padding-top: 0.25rem !important;
    }

    .ui-chkbox-box.ui-state-active {
        background-color: #346cb0 !important;
    }

    /*.ui-datepicker-trigger .pi-calendar::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
}*/

    .ui-radiobutton-box.ui-state-active {
        background-color: #2b5a92 !important;
    }

    /*overriding radzon*/
    .corner-account-name {
        font-size: 1rem !important;
        margin:auto;
    }

    .gjtooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
    }

        .gjtooltip .tooltiptext {
            visibility: hidden;
            background-color: #808080;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            padding: 5px 10px 5px 10px;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            left: 50%;
            margin-left: -60px;
            opacity: 0;
            transition: opacity 0.3s;
            font-size: 0.7rem;
            white-space: nowrap;
        }

            .gjtooltip .tooltiptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #555 transparent transparent transparent;
            }

        .gjtooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }

    .custom-control-label:after,
    .custom-control-label:before {
        width: 1.1rem;
        height: 1.1rem;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    .product-qty {
        background-color: #fff;
        font-size: 0.6rem;
        border: 1px solid teal;
        color: #808080;
    }

    .tasks {
        width: inherit !important;
    }

    .gig-type-icon {
        width: 50px;
        height: 50px;
        position: relative;
    }

        .gig-type-icon img {
            height: 44px;
            width: 44px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .gig-type-icon-sm {
        width: 36px;
        height: 36px;
        position: relative;
    }

        .gig-type-icon-sm img {
            width: 33px;
            height: 33px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 1px;
        }




.menu .menu-block {
    width: 8rem;
    text-align: center;
    padding: 15px;
}

    .menu .menu-block i {
        font-size: 1.8rem;
    }

    .menu .menu-block span {
        display: block;
        font-weight: bold;
        color: #808080;
    }

/*search box shortcut*/
.dropdown-menu-xl {
    width: 20rem !important
}

.user-avatar audio, .user-avatar canvas, .user-avatar img, .user-avatar video {
    border-radius: 0.8rem !important;

}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    [type="file"] + label {
        background: #f7f7f7;
        border: 1px #346cb0 solid;
        border-radius: 5px;
        color: #346cb0;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 0.4rem;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        vertical-align: middle;
    }

        [type="file"] + label:hover {
            background-color: #346cb0;
            color: #fff;
        }

.card-footer-item {
    padding: 0.5rem !important;
}

.card-expansion-item {
    background-color: #e6e8ed;
}

.bg-subtle-danger {
    background-color: rgba(183,107,163,.08) !important;
}

.bg-subtle-warning {
    background-color: rgba(247,196,108,.08) !important;
}

.bg-subtle-primary {
    background-color: rgba(52,108,176,.08) !important;
}

.bg-subtle-success {
    background-color: rgba(0,162,138,.08) !important;
}

/*letter*/

.zion-letter-header {
    margin-bottom: 5mm;
}

.zion-letter-paragraph {
    text-indent: 8mm;
    margin-bottom: 5mm;
}

.zion-letter-footer {
    text-align: right;
    margin-bottom: 5mm;
}

.zion-letter-ps {
    border:1px solid #808080;
    margin-bottom: 5mm;
    padding:2mm;
}


/*toaster*/
.blazored-toast-error {
    color: #9d5d8e !important;
    background-color: #fcf9fb !important;
    border-color: #b76ba3 !important;
}

.blazored-toast-success {
    color: #2f5e99 !important;
    background-color: #f7f9fc !important;
    border-color: #346cb0 !important;
}

.blazored-toast {
    font-size: .875rem !important;
    border-width: 3px 0 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 0.8rem !important;
}

.blazored-toast-body
.blazored-toast-header h5 {
    font-size: 1.1rem !important;
}

.blazored-toast-body p{
    font-size:0.8rem !important;
}

.blazored-toast-close{
    font-size:1rem !important;
}

/*reconnect modal*/
.gj-reconnect-modal > div {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    display: block;
    overflow: hidden;
    background-color: #808080;
    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;
}

/*for v3*/
.LetterImage{
    max-width:300px;
}


/*public*/
.app{
    overflow-x:hidden !important;
}

.jumbotron {
    background-size: cover;
    margin:0 !important;
}

    .jumbotron .title {
        position: relative;
        margin-top:80px;
        color: #346cb0;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .jumbotron .sub-title {
        position: relative;
        margin-top: 5px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #888c9b;
        background-color:#fff;
        padding:5px;
    }

    .nav-link{
        font-weight:bold;
    }

.active {
    border-bottom: 1px solid #888c9b;
    padding-bottom: 2px;
}

.center-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-caption {
    position:absolute;
    bottom:10px;
    right:10px;
    background-color: ActiveBorder;
    padding: 5px;
    opacity: 0.8;
}