﻿.btn {
    margin-right: 0;
}

input, #sRecGroup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
}

#aContent {
    margin: 0 15px;
}

fieldset {
    padding: 5px 15px 20px 15px;
    border: 1px solid #666;
}

legend {
    font-size: 17px;
    padding: 0 5px;
    color: #000;
    font-weight: bold;
}

label {
    font-weight: bold;
}

#searchForms {
    width: 80%;
    margin-left: 10%;
}

html > body #searchForms {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#lSearch {
    float: left;
}

table {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* recordset navigation */
.dbnav {
    margin: 10px 0;
    padding: 3px 0 4px 0;
    white-space: nowrap;
}

    .dbnav ul {
        text-align: left;
        list-style-type: none;
        line-height: normal;
        margin: 0;
        padding: 0;
    }

        .dbnav ul li {
            display: inline;
            white-space: nowrap;
            margin: 0;
        }

            .dbnav ul li a {
                text-decoration: none;
                margin: 0 -1px 0 0;
                padding: 3px 15px 4px 15px;
            }

                .dbnav ul li a:link, .dbnav ul li a:visited {
                    background-color: rgb(196,105,49);
                    color: #fff;
                    border: 1px solid #666;
                }

                .dbnav ul li a:hover {
                    text-decoration: none;
                    background-color: rgb(246,247,157);
                    color: #000;
                    border-color: #ccc;
                }

.resultsPadding {
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

#MainContent_gvResults caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    margin: -30px 0px -35px 10px;
    color: Black;
    text-align: left;
}

#MainContent_gvResults th {
    text-align: left !important;
    white-space: normal !important;
}

#MainContent_gvDetail caption {
    font-size: 1.33em;
    font-weight: bold;
    padding: 10px 0;
    color: Black;
    text-align: left;
}

#MainContent_gvDetail {
    border-collapse: separate;
    border-top-left-radius: 5px;
    border-spacing: 0px 0px;
}

#MainContent_rblSearch td {
    border-collapse: collapse;
    border: none;
    padding: 0px;
}

.resultsProvost1Page {
    margin-top: 35px;
}

    .resultsProvost1Page caption {
        margin: -60px 0px 0px 10px !important;
    }

#tSearchProvost {
    border-collapse: separate;
    border-spacing: 1px;
    width: 95%;
}

    #tSearchProvost th {
        white-space: nowrap;
        text-align: right;
        padding: 7px;
        font-weight: bold;
    }

    #tSearchProvost td {
        padding: 7px;
    }

#rBranch table td {
    padding: 0px;
    border: 0;
}

/* Details page */
.formLabels {
    color: #999999;
    white-space: nowrap;
}

.formInfo {
    width: 75px;
    text-align: center;
}

.hrNoShade {
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
}

#tWWI {
    width: 620px;
    border-collapse: separate !important;
    border-spacing: 1px;
    background-color: #666;
    border: 1px;
    margin-left: auto;
    margin-right: auto;
}

    #tWWI th, #tWWI td {
        border: 0 !important;
        background: #fafafa;
        padding: 4px;
    }

    #tWWI caption {
        text-align: left;
        font-size: 1.3em;
        font-weight: bold;
    }

.table5Spacing0padding {
    border-collapse: separate;
    border-spacing: 5px;
}

    .table5Spacing0padding th, .table5Spacing0padding td {
        padding: 0px;
    }


.PagerProvost td {
    font-weight: bold;
    font-size: medium;
}

    .PagerProvost td table tbody tr td a {
        font-weight: bold;
        color: Gray;
        font-size: medium;
    }

    .PagerProvost td table tbody tr td {
        border: 0px;
    }

/*First Column*/
.detailsProvost td:nth-of-type(odd) {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    border-color: #666666; /*width: 20%;*/
    border-spacing: 0;
}

#content table {
    color: #000;
    border-collapse: collapse;
}

#content tr:not(.PagerProvost) {
    background: #fafafa;
}

#content th {
    background-color: #0d223f;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
    padding: 7px;
}

span.serviceCardData {
    color: #000000;
}

#pmSearch {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#pmLeft, #pmRight {
    flex: 1;
}

@media only screen and (max-width: 1080px) {
    #pmSearch {
        flex-direction: column;
        align-items: stretch;
    }

    #pmLeft, #pmRight {
        width: 100%;
        flex: none;
    }

    #pmRight {
        justify-content: center; /* Optional: Keep it centered on small screens */
        width: 400px;
    }
}

* html #pmSearch {
    position: relative;
    height: .01%;
}


.SmartGrid tbody tr th {
    white-space: nowrap;
}

.SmartGrid .Name {
    width: 16%;
}

.SmartGrid .County {
    width: 9%;
}

.SmartGrid .City {
    width: 10%;
}

.SmartGrid .Subject {
    width: 33%;
}

.SmartGrid .Date {
    width: 10%;
}

.SmartGrid .ReelNumber {
    width: 8%;
}

.SmartGrid .FrameNumber {
    width: 8%;
}

.SmartGrid .FileNumber {
    width: 8%;
}