﻿a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body{
    padding-top: 56px;
}

td.shrink, th.shrink {
    width: 1%;
}

td.grow, th.grow {
    width: 100%;
}

.btn:disabled {
    pointer-events: auto !important;
}


.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;
    }

@media (max-width: 575px) {
    .border-hide-until-sm {
        border: 0;
    }
}

@media (max-width: 767px) {
    .border-hide-until-md {
        border: 0;
    }
}

@media (max-width: 991px) {
    .border-hide-until-lg {
        border: 0;
    }
}

@media (max-width: 1199px) {
    .border-hide-until-xl {
        border: 0;
    }
}

@media print {
    body {
        font-size: 70%;
    }

    .container {
        max-width: 100%;
    }

    .card-body {
        padding: 0;
    }

    .table{
        margin-bottom: 0;
    }
}
