﻿.table-danger {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: transparent;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: transparent;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: none;
}

tr {
    height: 140px;
}

td, th {
    text-align: center;
    vertical-align: middle;
    border: none;
    font-size: 16px;
}

.table-bordered > :not(caption) > * {
    border-width: 0px;
    border-bottom: 1px solid #66666666;
}

ol, ul {
    padding-left: 0 !important;
}

td > p {
    margin-bottom: 0 !important;
}

hr {
    display: none;
}

#home_line_seprator {
    display: block !important;
}

li {
    list-style: none;
}

.table-bordered > :not(caption) > * > * {
    width: 10%;
}

a {
    text-decoration: none;
    color: #dc3545;
}

tr > * {
    text-align: center;
}


@media screen and (max-width: 1023px) {
    tr, .tbl_0_row_0 
    {
        display: grid !important;
        height: 100px !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    td
    {
        width:100% !important;
        text-align:center;
    }

    tr td:first-child 
    {
        font-weight: bold;
    }

    thead
    {
        display:none !important;
    }

    .clicked-row
    {
        height:auto !important;
    }

    tr>*
    {
        padding : 35px 0px !important;
    }

    thead > *, .table-danger {
        display: none !important;
    }

}
