.search-table {
    width: 100%;
}
.search-table thead th {
    background: #464646;
    color: #fff;
    padding: 5px;
    text-align: left;
}
.search-table tbody td {
    background: #f1eff0;
    padding: 5px;
    vertical-align: top;
}
.search-results {
    padding: 15px;
}
.search-results article.maid {
    border: 1px solid #e7e7e7;
    margin: 2px;
    float: left;
    width: 240px;
    height: 184px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}
.search-results article.maid .photo {
    width: 98px;
    height: 141px;
    float: left;
}

.search-results article.maid .data {
    float: left;
    margin-left: 10px;
    width: 120px;
}
.search-results h1 {
    font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
}
.search-results article.maid .data button {
    position: absolute;
    bottom: 5px;
    left: 112px;
}
.biodataModal {
    position: fixed;
    top: 5px !important;
    right: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 0;
}
.biodataModal .modal-body {
}

.filter-icon {
    display: inline-block;
    background: transparent url(../img/filter-icon.png) no-repeat 0 0;
    width: 25px;
    height: 39px;
}
.filter-button-text {
    display: inline-block;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    vertical-align: top;
}
#sendFriendModal form, #enquiryForm {
    margin: 0;
}
label i.required {
    color: red;
    padding-right: 5px;
}

p {
    margin-top: 0;
}
td {
    font: 14px Arial,Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif
}
td, th {
    padding: 0;
}
.biodata-view td, .biodata-view th {
    padding: 2px;
}
#biodataModal .container {
    width: 924px;
}
#biodataModal .container-wrapper {
    margin: 0 auto;
    width: 924px;
    border: 1px solid #d3d3d3;
}

.biodata-update
{
    margin: 0px !important;
    padding: 19px !important;
}
.modal-top-text
{
    color: #72107b;
    font-size: 24px;
}
.enquiry-modal-textarea
{
    resize: none;
    width: 98%;
}
.maid-processing-wrapper {
    overflow-x: auto;
}
.largeModal {
    position: fixed !important;
    top: 3% !important;
    right: 3% !important;
    left: 3% !important;
    bottom: 3% !important;
    width: auto !important;
    margin: 0 !important;
}
.largeModal .modal-body {
    max-height: 80% !important;
    overflow-y: auto !important;
}

.info-modal-body
{
    height: calc(100% - 135px);
    max-height: 1080px
}