
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
 
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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-view-table td,th{
    vertical-align:middle;
}
.erp-background-color {
    background-color: #cdf;
}
.erp-background-color-gradient {
    background: linear-gradient(to right, #e2eaf9, #cdf, #cdf, #e2eaf9);
}
.erp-color {
    color:#00a;
}
 
.bold-label {
    font-weight: bold;
}

.controls.readonly {
    padding-top: 5px;
}
 
.breadcrumb {
    /*background-color: #0d6efd;*/
    overflow: hidden;
}

    .breadcrumb li {
        position: relative;
        height: 2rem;
        line-height: 1rem;
        padding-left: 1.2rem !important;
        padding-right: 0.5rem;
        color: white !important;
        transition: all 0.2s ease-in-out;
        /*text-transform: uppercase;*/
        font-size: 0.8rem;
        font-weight: bold;
    }

        .breadcrumb li a {
            height: 2rem;
            display: flex;
            align-items: center;
            color: white;
            text-decoration: none;
        }

        .breadcrumb li:before {
            display: none;
        }

        .breadcrumb li:after {
            position: absolute;
            right: -1.7rem;
            top: 0;
            content: "";
            display: block;
            width: 1rem;
            height: 1rem;
            border-right: 1rem solid transparent;
            border-bottom: 1rem solid transparent;
            border-top: 1rem solid transparent;
            border-left: 1rem solid var(--bs-primary);
        }

        .breadcrumb li:first-child {
            /*background-color: #0262ef;*/
            z-index: 2;
            padding-left: 0.85rem !important;
        }

            .breadcrumb li:first-child:after {
                border-left: 12px solid #0262ef;
            }

        .breadcrumb li:nth-child(2) {
            /*background-color: #0259da;*/
            z-index: 2;
        }

            .breadcrumb li:nth-child(2):after {
                border-left: 12px solid #0259da;
            }

        .breadcrumb li:nth-child(3) {
            /*background-color: #0251c6;*/
            /*z-index: 18;*/
            z-index: 2;
        }

            .breadcrumb li:nth-child(3):after {
                /*border-left: 12px solid #0251c6;*/
                display:none;
            }

        .breadcrumb li:nth-child(4) {
            /*background-color: #0149b2;*/
            z-index: 2;
        }

          /*  .breadcrumb li:nth-child(4):after {
                border-left: 12px solid #0149b2;
            }
*/
        .breadcrumb li:nth-child(5) {
            /*background-color: #01409e;*/
            z-index: 2;
        }

            /*.breadcrumb li:nth-child(5):after {
                border-left: 12px solid #01409e;
            }*/

        .breadcrumb li:nth-child(6) {
            /*background-color: #013889;*/
            z-index: 2;
        }

            /*.breadcrumb li:nth-child(6):after {
                border-left: 12px solid #013889;
            }*/

        .breadcrumb li:hover {
            filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.5));
        }

    .breadcrumb.breadcrumb-responsive {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

        .breadcrumb.breadcrumb-responsive li,
        .breadcrumb.breadcrumb-responsive li a {
            white-space: nowrap !important;
        }
.dotted-border {
    border: 1px dotted #000;
}


.tagLabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 2px;
    margin-left: 2px;
    color: white;
}

.scroll-container {
    width: 500px;
    height: 1000px;
    overflow: auto;
}

.with-border {
    border: 1px solid #000;
}

/*

.modal-2xl {
    width: 1640px
}

*/

.fs-7 {
    font-size: 0.75rem !important;
}