html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/** Inmate Locator CSS starts Here **/
body {
    background-color: #000040;
    background-color: #383838;
    font-size: 17px;
    font-family: 'AvenirBook';
}

.wrap-header {
    background: transparent url("../images/bg_header.png") repeat-x;
    height: 147px;    
}

.brand {
    float: left;
    padding-top: 8px;
}
.brand a {
    display: block;
    width: 79px;
    height: 80px;
    background: transparent url("../images/so-logo.png") no-repeat;
    background-size: cover;
}

.brandname {
    font-family: Georgia, "Times New Roman";
    color: #B4A35F;
    padding-top: 10px;
    line-height: normal;
    padding-left: 90px;
}
.brandname .text1 {
    font-size: 12px;
    padding-left: 12px;
}
.brandname .text2 {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 15px;   
    line-height: 22px;
}
.brandname .text3 {
    font-size: 11px;
    text-transform: uppercase;
}
.brandname .text2 strong {
    font-size: 22px;
    font-weight: normal;
}

.smc-link {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    padding-top: 15px;
}

.wrap-content {
    background: transparent url("../images/inmate-bg-2020.jpg") no-repeat;
    background-size: cover;
}
.container-transparent {

    background-color: rgba(255, 255, 255, 0.9);  
    background: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 40px;
    min-height:	77vh;
}

.container-results {
    background-color: #fff;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 40px;

    min-height: 77vh;
}

h1 {
    font-size: 30px;
    color: #686859;
    margin-bottom: 20px;
}

.grid-view h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn-default {
    background-color: #bbb;
    border-color: #777;
    color: #fff;  
    font-size: 16px;
    text-transform: uppercase;
}
.form-group > div {
    padding-bottom: 15px;
}
.btn-primary {
    background-color: #9C9AB0;
    border-color: #777;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.form-control, .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.field-inmates-gender label {
    float: left;
    text-align: right;
    padding-top: 12px;
    width: 45px;
    text-transform: uppercase;
}

.input-wrap.gender {
    margin-left: 110px;
}

.wrap-footer {
    border-top: 3px solid #AD8C3A;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #383838;
}

.detail-view th {
    width: 45%;
    font-weight: normal;
    text-align: right;
}

.table.detail-view tr td,
.table.detail-view tr th {
    border: none;
}

.table.detail-view tr:nth-of-type(odd) td {
    background-color: #E1E1E1;
}

.results-table thead tr th {
    background-color: #777;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.results-table tr td {
    vertical-align: middle !important;
}
.results-table tr td input[type=checkbox]:not(old),
.results-table tr td input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
}

.results-table tr td input[type=checkbox]:not(old) + label,
.results-table tr td input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: 0;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 5px;
  line-height: 30px;
}

.results-table tr td input[type=checkbox]:not(old):checked + label,
.results-table tr td input[type=radio]:not(old):checked + label {
    background-position: 0 -170px;
}
.results-table tr td.text-center {
    text-align: left;
    padding-top: 0;
}

@media(max-width: 240px) {
    
    .brandname { padding-left: 80px; }
    
    .brandname .text2 { 
        font-size: 10px; 
        line-height: 15px;
        padding-top: 5px;
    }
    
    .brandname .text3 { 
        font-size: 10px;
        padding-bottom: 10px;
    }
    
}

@media(min-width: 240px) {
    
    .brandname .text1 {
        padding-left: 0;
    }
    
    .smc-link {
        padding-left: 12px;
    }
}

@media(min-width: 767px) {
    .brand a {
        width: 134px;
        height: 135px;
    }
    
    .brandname {
         margin-left: 150px;
         padding-left: 0;
    }

  .brandname .text1 {
    font-size: 14px;
    padding-left: 25px;
    }
    .brandname .text2 {
        font-size: 28px;
        text-transform: uppercase;
        padding-bottom: 10px;
        line-height: normal;   
    }
    .brandname .text3 {
        font-size: 14px;
        text-transform: uppercase;
    }
    .brandname .text2 strong {
        font-size: 42px;
        font-weight: normal;
    }    
    
    .smc-link {
        position: absolute;
        right: 15px;
    }  
    
    h1 {
        font-size: 48px;
        margin-bottom: 40px;
    }    
}

@media(min-width: 992px) {
    .results-table tr td.text-center {
        text-align: center;
    }    
    
    .brandname .text1 {
        font-size: 14px;
        padding-left: 25px;
    }
    .brandname .text2 {
        font-size: 28px;
        text-transform: uppercase;
        padding-bottom: 10px;
        line-height: normal;   
    }
    .brandname .text3 {
        font-size: 14px;
        text-transform: uppercase;
    }
    .brandname .text2 strong {
        font-size: 42px;
        font-weight: normal;
    }   
    .smc-link {
        position: static;
    }  
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 991px) {
    /* Force table to not be like tables anymore */
    table.results-table,
    table.results-table thead,
    table.results-table tbody,
    table.results-table th,
    table.results-table td,
    table.results-table tr {
        display: block !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    table.results-table thead tr {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
    table.results-table tr {}
    table.results-table td {
        /* Behave  like a "row" */
        border: none !important;
        position: relative !important;
        padding-left: 50% !important;
    }
    table.results-table td:before {
        /* Now like a table header */
        position: absolute !important;
        /* Top/left values mimic padding */
        top: 6px !important;
        left: 6px !important;
        width: 50% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
        font-weight: bold;
    }
    
    /* Label the data*/
    table.results-table td {
        padding-bottom: 10px !important;
    }

    table.results-table>tbody>tr>td:nth-of-type(1):before {
        content: "Select";
    }

    table.results-table>tbody>tr>td:nth-of-type(2):before {
        content: "Last Name";
    }

    table.results-table>tbody>tr>td:nth-of-type(3):before {
        content: "Name";
    }

    table.results-table>tbody>tr>td:nth-of-type(4):before {
        content: "PFN";
    }
    
    table.results-table.dockets>tbody>tr>td:nth-of-type(1):before {
        content: "Court Docket";
    }

    table.results-table.dockets>tbody>tr>td:nth-of-type(2):before {
        content: "Bail";
    }

    table.results-table.dockets>tbody>tr>td:nth-of-type(3):before {
        content: "Charge";
    }
}



/*** NEW CSS ***/
 .master-header {
     background-color: #040429;
     border-bottom: 5px solid #AD8C3A;

/**
background: rgb(5,7,40);
background: -moz-linear-gradient(123deg, rgba(5,7,40,1) 45%, rgba(40,41,70,1) 45%, rgba(55,56,83,1) 55%, rgba(40,41,70,1) 55%, rgba(68,70,94,1) 70%, rgba(55,56,83,1) 70%, rgba(68,70,94,1) 100%);
background: -webkit-linear-gradient(123deg, rgba(5,7,40,1) 45%, rgba(40,41,70,1) 45%, rgba(55,56,83,1) 55%, rgba(40,41,70,1) 55%, rgba(68,70,94,1) 70%, rgba(55,56,83,1) 70%, rgba(68,70,94,1) 100%);
background: linear-gradient(123deg, rgba(5,7,40,1) 45%, rgba(40,41,70,1) 45%, rgba(55,56,83,1) 55%, rgba(40,41,70,1) 55%, rgba(68,70,94,1) 70%, rgba(55,56,83,1) 70%, rgba(68,70,94,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050728",endColorstr="#44465e",GradientType=1);
**/

     background: rgb(5,7,40);
     background: -moz-linear-gradient(123deg, rgba(5,7,40,1) 31%, rgba(40,41,70,1) 31%, rgba(40,41,70,1) 41%, rgba(55,56,83,1) 41%, rgba(55,56,83,1) 58%, rgba(68,70,94,1) 58%, rgba(68,70,94,1) 100%);
     background: -webkit-linear-gradient(123deg, rgba(5,7,40,1) 31%, rgba(40,41,70,1) 31%, rgba(40,41,70,1) 41%, rgba(55,56,83,1) 41%, rgba(55,56,83,1) 58%, rgba(68,70,94,1) 58%, rgba(68,70,94,1) 100%);
     background: linear-gradient(123deg, rgba(5,7,40,1) 31%, rgba(40,41,70,1) 31%, rgba(40,41,70,1) 41%, rgba(55,56,83,1) 41%, rgba(55,56,83,1) 58%, rgba(68,70,94,1) 58%, rgba(68,70,94,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050728",endColorstr="#44465e",GradientType=1);


}
 .container-fluid {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px;
     padding-right: 15px;
}
 @media (min-width: 1480px) {
     .navbar-brand .company-title {
         margin-left: 100px !important;
         font-size: 38px !important;
    }
     .navbar-brand .company-title span {
         font-size: 22px !important;
    }
     .navbar-brand .company-title span.tagline {
         font-size: 18px;
         border-top: 1px solid #aaa;
         letter-spacing: 2px;
         padding-top: 6px;
    }
     .navbar-brand img {
         height: auto !important;
         margin-top: 20px;
    }

    .wrap-content {
        margin-top: 165px !important; 
     }

}
 @media (min-width: 992px) and (max-width: 1479px) {
     .navbar-brand .company-title span.tagline {
         font-size: 13px !important;
         border-top: 1px solid #aaa;
         letter-spacing: 1px;
         padding-top: 6px;
    }
     .navbar-brand .company-title {
         margin-left: 75px !important;
         font-size: 26px !important;
    }
     .navbar-brand .company-title span {
         font-size: 18px !important;
    }
     .navbar-brand img {
         height: 60px !important;
         margin-top: 20px;
    }

    .wrap-content {
        margin-top: 130px !important;
     }


}
 @media (min-width: 768px) and (max-width: 991px) {
     .navbar-brand .company-title {
         margin-left: 65px !important;
         font-size: 22px !important;
         font-size: 19px !important;
    }
     .navbar-brand .company-title span {
         font-size: 17px !important;
         font-size: 15px !important;
    }
     .navbar-brand .company-title span.tagline {
         font-size: 13px !important;
         padding-top: 2px;
         font-size: 11px !important;
    }
     .navbar-brand img {
         height: 45px !important;
         margin-top: 14px;
    }
    .wrap-content {
        margin-top: 110px !important;
     }
}
 .navbar-brand .company-title span {
     display: block;
     font-family: "AvenirNext-Regular";
     text-transform: capitalize !important;
     font-size: 13px;
}
 .navbar-brand .company-title {
     margin: 4px 0 0 60px;
     margin-left: 60px;
     padding: 0;
     line-height: normal;
     font-family: "AvenirNext-DemiBold";
     color: #676759;
     color: #fff;
     text-decoration: none;
     font-size: 17px;
     text-transform: uppercase;
}
 .navbar-brand {
     height: auto !important;
}
 .navbar-brand .company-title span.tagline {
     text-transform: none !important;
     font-size: 10px;
     border-top: 1px solid #aaa;
     padding-bottom: 5px;
}
 .navbar-brand img {
     float: left;
     height: 46px;
     margin: 10px 0 0 4px;
     margin-top: 10px;
}


    .wrap-content {
        margin-top: 100px;
     }

.no-padding {
  padding-left: 0;
  padding-right: 0;
}


.wrap-footer .img-responsive {
  margin:auto;
}

@media (min-width: 992px) {
     .wrap-footer h5 {
         font-size: 18px;
    }
.wrap-footer p
{
    font-size: 16px;
  }
}


 .wrap-footer h5 {
     font-family: "AvenirNext-Medium";
}


