﻿.btn {
    margin-right: 0;
}

.tableHead {
    background-color: #0d223f;
    color: #fff;
    font-weight: bold;
}

.tableRows {
    padding: .7em 0em .7em .6em;
}

.validationRule {
    color: Red;
    font-weight: bold;
}

/*hidden text*/
.hidden {
    display: none;
}

.show {
    color: #502800;
}

    .show:hover {
        color: #E66400;
        cursor: pointer;
    }

/*************************************
*********Results Page*****************
**************************************/

.Pager td {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666;
    font-size: medium;
}

    .Pager td table tbody tr td a {
        background-color: #0d223f;
        font-weight: bold;
        color: Gray;
        border-color: #666666;
        font-size: medium;
    }

    .Pager td table tbody tr td {
        background-color: #0d223f;
        font-weight: bold;
        color: White !important;
        border-color: #666666;
        font-size: medium;
    }

/*Every 7th row designated for button*/
.results tr:nth-child(8n+9) td {
    background-color: #fafafa;
    border-color: #666666 #fafafa #666666 #fafafa;
}


/*First Column*/
.results td:nth-of-type(odd) {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666;
    /*width: 20%;*/
}

/*Every 7th row designated for button with no paging*/
.results1Page tr:nth-child(8n+8) td {
    background-color: #fafafa;
    border-color: #666666 #fafafa #666666 #fafafa;
}


/*First Column*/
.results1Page td:nth-of-type(odd) {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666;
    /*width: 20%;*/
}

.resultsSC tr:nth-child(9n+10) td {
    background-color: #fafafa;
    border-color: #666666 #fafafa #666666 #fafafa;
}


/*First Column*/
.resultsSC td:nth-of-type(odd) {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666;
}

.resultsSC1Page tr:nth-child(9n+9) td {
    background-color: #fafafa;
    border-color: #666666 #fafafa #666666 #fafafa;
}


/*First Column*/
.resultsSC1Page td:nth-of-type(odd) {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666;
}


/*First Column*/
.green {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666;
    width: 20%;
}

/*Second Column*/
.results td:nth-of-type(even) {
    color: Black;
    border-color: #666666;
}

/*Second Column*/
.yellow {
    color: Black;
    border-color: #666666;
}

/*************************************
*********Details Page*****************
**************************************/

.detail td {
    border-color: #fafafa;
    width: 50%;
}

.SupDetailsFirstCol {
    border-color: #fafafa;
    font-weight: bold;
    width: 15% !important;
    vertical-align: top;
}

.SupDetailsSecondCol {
    border-color: #fafafa;
    width: 20% !important;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

.SupDetailsThirdCol {
    border-color: #fafafa;
    width: 65% !important;
    vertical-align: top;
    text-align: left;
}



/*************************************
*********Default Page*****************
**************************************/

.loaderLess {
    position: absolute;
    top: 705px;
    left: 50%;
}

.loaderMore {
    position: absolute;
    top: 887px;
    left: 50%;
}

.loaderSupreme {
    position: absolute;
    top: 740px;
    left: 50%;
}

@media (max-width: 900px) {
    .loader {
        left: 450px;
    }
}

.SmartGrid .TermOfCourt {
    white-space: nowrap;
    padding: 10px;
}
.SmartGrid [class*="Cause of Action / Subject"] {
    white-space: nowrap;
    padding: 10px;
}

.SmartGrid .Details {
    white-space: nowrap;
    padding: 10px;
}

.SmartGrid tbody tr td {
    font-size: 13px;
}

.SmartGrid tbody tr th {
    font-size: 13px;
    background-color: #0d223f !important;
}

.TableCaption {
    font-size: 1.33em;
    font-weight: bold;
    padding: 10px 0;
    color: Black;
    text-align: left;
}

#btnHolderMain {
    display: flex;
    gap: 10px;
    width: 100%;
}

fieldset {
    padding: 5px 15px 20px 15px;
    border: 1px solid #666;
}

html > body #pnlSearchKeyword {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

html > body #pnlSearch {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}