﻿.received-row {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%) !important;
    color: white !important;
}

.complete-row {
    background-color: lightseagreen !important;
}

.issue-row {
    background-color: #ffe5e5 !important;
}

.receivedHeader-row {
    color: #0066ff !important
}

.completeHeader-row {
    color: lightseagreen !important
}

.issueHeader-row {
    color: #ff4f4f !important
}

.selected-row {
    font-size: large !important;
    color: darkgray !important;
    padding: 18px 10px 10px 10px;
}

.nonselected-row {
    font-size: medium !important;
    color: lightgray !important;
    padding: 18px 10px 10px 10px;
}

.blazor-dialog-container {
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.blazor-dialog-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.blazor-dialog-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.blazor-dialog-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.blazor-dialog-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

.blazor-dialog-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.blazor-dialog-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.blazor-dialog-footer > :not(:last-child) {
    margin-right: .25rem;
}

.blazor-dialog-footer > :not(:first-child) {
    margin-left: .25rem;
}

@media (min-width: 576px) {
    .blazor-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.blazor-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.blazor-dialog-content-wrapper {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.blazor-dialog-content {
    margin: 5px;
}

@media (min-width: 576px) {
    .blazor-dialog-content-wrapper {
        max-width: 500px;
        margin: 2.75rem auto;
    }
}

@media (min-width: 992px) {
    .blazor-dialog-content-wrapper-large {
        max-width: 800px;
    }
}

@media (min-width: 1416px) {
    .blazor-dialog-content-wrapper-xlarge {
        max-width: 1200px;
    }
}

@media (min-width: 576px) {
    .blazor-dialog-content-wrapper-small {
        max-width: 300px;
    }
}

.clickable:hover {
    cursor: pointer;
}

.login-card {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.login-card img {
    width: 100%;
}

.navbar-brand img {
    width: 93%;
    position: absolute;
    left: 5px;
    top: -17px;
}

.app-content {
    padding-top: 20px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
