﻿.inmate-header {
    margin-bottom: 20px;
}

.inmate-details {
    font-size: 18px;
    background-color: white;
    padding: 10px;
    height: 300px;
    border: 2px solid lightgrey;
}

    .inmate-details label {
        font-weight: bold;
    }

.inmate-return-search-button {
    color: aliceblue;
    margin-bottom: 20px !important;
}

    .inmate-return-search-button i {
        color: aliceblue;
    }

    .inmate-return-search-button text {
        color: aliceblue;
    }

.search-container {
    background-color: #f5f5f5;
    box-shadow: #bbb 1px 1px 2px 0px;
    border: 1px solid lightgrey;
    border-radius:5px;
    padding-top:5px;
    padding-bottom:5px;
}

.search-header {
    padding: 15px;
    font-size: 30px;
}

.search-panel {
    background-color: #f9f9f9;
    width: 96%;
    /*margin-top: 60px;*/
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: #777 0px 0px 3px 0px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

#applicant_esign_content {
    border: 1px solid gray;
    padding: 10px;
}

#accept_esign_disclosure_applicant {
    border: 1px solid gray;
    padding: 10px;
    height: 20px;
    margin: 0px;
}

.inmate-search-terms {
    color: black;
}

    .inmate-search-terms input {
        width: 100%;
    }

#BondTypeKey > tbody > tr > td {
    border-color: #91a3c7;
}

#BondTypeKey > tbody > tr:nth-child(even) {
    background-color: gainsboro;
}

.table-bordered > thead > tr > th {
    /*color: white;
    background-color: #344479;*/
    border-bottom:1px solid lightgrey;
}


/*#Results_previous:hover {
    background-color:#344479 !important;
    background-image:none;
}

#Results_next:hover {
    background-color: #344479 !important;
    background-image: none;
}*/

.sub {
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    border-top: rgba(0,0,0,0.05) 1px solid;
    text-align: left;
    font-family: inherit;
    background: white;

}

    .sub > a {
        font-size: 14px !important;
        padding-left: 15px !important;
        padding-right: 15px;
        line-height: 23px;
    }

    .sub:first-child {
        border-top: rgba(0,0,0,0.05) 2px solid;
    }

.body-content {
    font-family:Roboto;
}

a.disabled {
    pointer-events: none;
    color:grey;
    text-decoration:underline;
}

@media (max-width:767px) {
    #inmatePhoto {
        margin:0px auto !important;
    }
}