﻿/* Header*/
.grid .quickgrid[theme=argon] .col-title {
    gap: 0.4rem; /* Separate the sort indicator from title text */
    font-weight: bold;
    color: rgb(200, 200, 200);
    background-color: #6C2024;
    font-size: small;
}

.grid table {
    min-width: 100%;
}

.pg_bckgrnd {
    background-color: #585858;
}


.grid .quickgrid[theme=argon] thead {
    position: sticky;
    top: 0;
    color: #6C2024;
    background-color: #6C2024;
    outline: 1px none #6C2024;
    z-index: 1;
    height: 37px;
}

.grid .quickgrid[theme=argon] tbody tr {
    height: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid;
    border-color: #484848;
    border-width: 1px;
    vertical-align: middle;
    padding-top: 10px;
}

    .grid .quickgrid[theme=argon] tbody tr:hover {
        background-color: #484848;
        color: white;
        font-weight: 400;
    }

.grid .quickgrid[theme=argon] tbody td {
    white-space: normal;
    overflow: hidden;
    min-width: 100px;
    text-overflow: ellipsis;
    font-size: small;
}

index {
    padding-top: 7px;
    min-width: 100px !important;
}


single_index {
    padding-top: 7px;
    min-width: 3px;
}

.date {
    min-width: 5px;
    max-width: 7px;
}

stage {
    padding-top: 7px;
   
}

/* Button styles*/
/*button {
    background: #4969ee;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0.5rem;
}

    button:hover {
        background-color: #6884f9;
    }

    button:active {
        background-color: #192e86;
    }*/



/* Header*/
/*::deep .quickgrid[theme=argon] .col-title {
    gap: 0.4rem;*/ /* Separate the sort indicator from title text */
/*font-weight: bold;
    color: rgb(200, 200, 200);
}

:deep .quickgrid[theme=argon] .col-options-button {
    gap: 0.4rem;*/ /* Separate the sort indicator from title text */
/*font-weight: bold;
    color: rgb(200, 200, 200);
}

.pageselector {
    color: rgb(200, 200, 200);
    background-color: red;

}*/


/* Stop the last page from collapsing to the number of rows on it */
/*::deep tr {
    height: 1.8rem;
    color: rgb(200, 200, 200);
}*/

/* Subtle stripe effect */
/*::deep tr:nth-child(even) {
        background: rgba(0,0,0,1);
    }*/

/* Magnifying glass */
/*::deep .country-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}*/

/* Style the custom page links*/
/*.page-buttons {
    margin: 1rem 0;
    align-items: center;
}

    .page-buttons button {
        background: #d6d7d8;
        color: black;
        padding: 0.25rem 0.75rem;
        border-radius: 0.4rem;
        transition: transform 0.3s ease-out;
        margin: 0.25rem;
    }

        .page-buttons button:active {
            background: #a7c1ff !important;
            color: white;
            transform: scale(0.95) translateY(-0.15rem);
            transition-duration: 0.05s;
        }

        .page-buttons button:hover:not(.current) {
            background: #c0c9dc;
        }

        .page-buttons button.current {
            background: #3771f4;
            color: white;
        }


nav button {
    border: 0;
    background: none center center / 1rem no-repeat;
    width: 20rem;
    height: 20rem;
}*/
