@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.container {
    max-width: 1600px;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height:100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.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;
    }


.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.middle-content {
    top: 50%;
    left: 60%;
    transform: translate(-60%, -50%);
    position: absolute;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30pt;
    color: black;
    border-bottom: 1px solid lightgray;
    margin-bottom: 1rem;
}



.no-border {
    border: none;
}

.small-text {
    font-size: 9pt !important;
}

.smaller-text {
    font-size: 8pt !important;
}

.normal-text {
    font-size: 12pt !important;
}

.bold-text {
    font-weight: bold;
}

.button-image {
    font-size: 14px;
    padding: 5px;
}

.readonly {
    pointer-events: none;
}

.fa-solid, .fa-regular {
    margin-right: .5rem;
}



.error-card {
    margin: 50px 0 0 50px;
}

    .error-card .error-card-icon {
        width: 100px;
        border-radius: 8px 0 0 8px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #eee;
    }

    .error-card .error-card-content {
        width: 600px;
        border-radius: 0 8px 8px 0;
        border: 1px solid #ddd;
        padding: 10px 20px;
    }


.e-icons {
    height: auto;
    font-size: 30px;
}

.e-success:before {
    content: "\e7fc";
}

.e-error:before {
    content: "\e878";
}

.e-info:before {
    content: "\e800";
}

.e-warning:before {
    content: "\e88b";
}

.e-dialog {
    box-shadow: 0 0 30px #333 !important;
}

.e-dialog .e-dlg-header-content {
    padding: 10px !important;
    background-color: black;
}

.e-dialog .e-dlg-header {
    color: whitesmoke;
}

.e-dialog .e-icon-dlg-close {
    color: red;
}

.e-dialog .e-footer-content {
    border-top: 1px solid silver;
    padding: 10px;
    background-color: whitesmoke;
}


.e-btn-sb-icons {
    font-family: 'button-icons';
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-save-icon::before {
    content: '\e74d';
}


.e-headertext {
    font-size: small !important;
}

.e-rowcell {
    font-size: small !important;
}

.e-toolbar-container {
    height: 44px;
}

.no-border {
    border: none;
}


.text-color-folder {
    color: goldenrod;
}

.text-color-pdf {
    color: orangered;
}

.text-color-xls {
    color: green;
}

.text-color-doc {
    color: royalblue;
}

.text-color-image {
    color: orange;
}

.text-color-text {
    color: gray;
}