﻿.CSSTableGeneratorSearchGrid {
    font-family: Roboto, Noto Sans, Noto Sans JP, Noto Sans KR, Noto Naskh Arabic, Noto Sans Thai, Noto Sans Hebrew, Noto Sans Bengali, sans-serif;
    color: #000000;
    background-color: White;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 40px;
}

    .CSSTableGeneratorSearchGrid table {
        margin: 1px;
        padding: 2px;
    }


.SearchNotes {
    color: Blue;
    height: auto;
    text-decoration: none;
    font: 500 16px/24px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;
    height: auto;
    line-height: 30px;
    height: 1.4em;
    overflow: hidden;
}

    .SearchNotes a, .SearchNotes a:visited {
        color: Blue;
    }


.CSSTableGeneratorSearchGrid tr td {
    border-left: 0px solid #3f7f00;
    border-right: 0px solid #3f7f00;
    border-top: 0px solid #3f7f00;
    border-bottom: 0px solid #3f7f00;
    padding: 5px 5px 5px 5px;
}


.CSSTableGeneratorSearchGrid tr:hover {
    background-color: rgba(255, 255, 0, 0.25);
}

.CSSTableGeneratorSearchGrid tr td .PDF {
    float: right;
    padding: 1px 2px 1px 2px;
    font-weight: bold;
    color: White;
    background-color: red;
    border-radius: 5px;
}

.CSSTableGeneratorSearchGrid tr td .Type {
    float: right;
    padding-top: 3px;
    font-weight: bold;
}

.CSSTableGeneratorSearchGrid tr td .Desc {
    background: 0;
    border: 0;
    font: 400 16px/24px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;
    padding: 0;
    line-height: 24px;
}

.CSSTableGeneratorSearchGrid tr td .Title {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1em;
}

.CSSTableGeneratorSearchGrid tr td .URL {
    color: Green;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.CSSTableGeneratorSearchGrid .SearchHeader {
    font-size: 32px;
    line-height: 40px;
}


.bs-card {
    width: 100%;
  
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    
}

/* Card image */
.bs-card-img-top {
    width: 100%;
    height: auto;
    display: block;
}

/* Card body */
.bs-card-body {
    margin-top: 0.25em;
    font-size:medium;
}

/* Card title */
.bs-card-title {
   font-size:large;
    font-weight: 500;
    margin: 0.25em;
}
.bs-card-footer{

   
    margin: 0.25em;
    text-align:right;
}
/* Card text */
.bs-card-text {
    margin: 0.25em;
    color: #212529;
    line-height: 1.5;
}

/* Button (Bootstrap primary look) */
.bs-btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: rgb(232 233 234 / 0.15);
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
}

    .bs-btn:hover {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }
