﻿
#my_contacts .bg-info {
    background-color: var(--purple-light);
}

.contacts_table.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.contacts_table .header_row .th {
    background: #7f758e;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.master_members .contacts_table .header_row .th {
    background: var(--purple);
}

.contact_expand .glyphicon {
    transition: transform .3s;
    transform: rotate(180deg);
}

.contact_expand.collapsed .glyphicon {
    content: "\e114";
    transform: rotate(0deg);
}

.contacts_table .td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.contacts_table .alternating_contact_row {
    background: #f4f3f5;
}

.master_members .contacts_table .alternating_contact_row {
    background: var(--purple-extralight);
}

.contacts_table table td {
    padding-right: 10px;
    vertical-align: top;
}

.contacts_table table p {
    margin: 5px 0px;
}

.contacts_table h3 a {
    color: #434343;
}

.contact_card {
    -webkit-box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 6px 10px -6px rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

    .contact_card h3 {
        margin-top: 5px;
        font-size: 1.3em;
        line-height: 1.3em;
    }

@media screen and (max-width: 767px) {

    .contacts_table table,
    .contacts_table table tbody,
    .contacts_table table tr,
    .contacts_table table td {
        display: block;
        width: 100%;
    }

    .profile_card_listing {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .profile_page .profile_card .profile_pfp {
        height: 100px!important;
        width: 100px!important;
        max-width: none!important;
        max-height: none!important;
    }
    .profile_card .profile_content {
        flex-basis: 100% !important;
    }
}

/*---------------------------------------------------------------*/

.search_members .members_search {
    background-color: #D5D5D5;
    margin-bottom: 20px;
    padding: 20px;
}

    .search_members .members_search input {
        border: medium none;
        border-radius: 0px;
        font-size: 1.2em;
        height: auto;
        width: 95%;
    }

.members_search .input-group-addon {
    background-color: #2AB8AA;
    border: medium none;
    border-radius: 0px;
    padding: 0px 12px;
}

    .members_search .input-group-addon i {
        color: #FFFFFF;
        font-size: 1.3em;
    }

@media screen and (max-width: 767px) {

    .search_members {
        margin-top: 20px;
    }

        .search_members .members_search {
            padding: 10px;
        }
}

/*---------------------------------------------------------------*/

.find_surgeon_lower {
    background-color: var(--darkgrey);
    margin-bottom: 15px;
    padding: 15px;
}

    .find_surgeon_lower h2 {
        color: #7f758e;
        font-size: 1.3em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .find_surgeon_lower .text_search {
        background-image: url('../../../../_resources/images/search.png');
        background-position: 5px center;
        background-repeat: no-repeat;
        padding-left: 30px;
    }

    .find_surgeon_lower .form-group:last-child {
        margin-bottom: 0;
    }

    .find_surgeon_lower .btn.btn-default {
        background: #7f758e;
        border-color: transparent;
        color: #fff;
        display: block;
        text-align: center;
        text-shadow: none;
        width: 100%;
    }

.master_members .find_surgeon_lower .btn.btn-default {
    background: var(--purple);
}

.find_surgeon_letters li a,
.find_member_letters li a {
    padding-left: 10px;
    padding-right: 10px;
}

/*----------------------------------------------------*/

.profile_card_listing {
    display: grid;
    gap: .5em;
    grid-template-columns: repeat(3, 1fr);
}

    .profile_card_listing a {
        color: #000;
        font-weight: 300;
    }

    .profile_card_listing .profile_card {
        gap: 1em 0;
        justify-content: space-between;
        border-radius: 15px;
        padding: 1em;
        background: #fcfbff;
        border: 3px solid var(--purple-extralight);
        transition: all .3s ease;
    }

        .profile_card_listing .profile_card:hover {
            background: var(--purple-extralight);
        }

        .profile_card_listing .profile_card .profile_pfp {
            flex-basis: 30%;
            height: 90px;
            width: 90px;
        }

.profile_page .profile_card {
    gap: 1em;
}

    .profile_page .profile_card .profile_category {
        background: var(--teal);
        padding: 4px 14px;
        color: #fff;
    }

    .profile_page .profile_card .profile_pfp {
        height: 150px;
        width: 150px;
    }

        .profile_page .profile_card .profile_pfp.profile_logo {
            flex-basis: 100%;
            object-position: left;
        }

        .profile_page .experience p {
            margin-bottom: 5px;
        }

.profile_page .experience span + span {
    margin-left: 6px;
}

.profile_page .experience span strong {
    font-weight: 400;
    color: var(--teal);
}

.profile_page .experience .experience_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .profile_page .experience .experience_list li {
        flex-basis: 49%;
    }

.profile_page .profile_testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .profile_page .profile_testimonials h2 {
        flex-basis: 100%;
    }

.profile_page .profile_testimonial {
    flex-basis: 49%;
}

    .profile_page .profile_testimonial span {
        margin-right: 10px;
    }

.profile_sidebar .btn{
    width: 100%;
    margin-bottom: 10px;
}

.profile_sidebar .profile_socials{
    justify-content: center;
}

.profile_socials {
    display: flex;
    gap: .5em;
    font-size: 1.3em;
}

.profile_card {
    display: flex;
    flex-wrap: wrap;
}

    .profile_card .profile_pfp:not(.profile_logo) {
        border-radius: 50%;
        object-fit: cover;
    }

    .profile_card .profile_pfp.profile_logo {
        object-fit: contain;
        border-radius: 0;
    }

    .profile_card .profile_content {
        /*padding: 15px 0;*/
        flex-basis: 60%;
    }

    .profile_card .profile_name {
        color: var(--purple);
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 0px;
    }

        .profile_card .profile_name:hover {
            color: var(--purple-dark);
        }

    .profile_card .profile_employer {
        margin-top: 5px;
    }

    .profile_card .profile_category {
        /*background: var(--teal);
        padding: 4px 14px;
        color: #fff;*/
        color: #000;
        font-weight: 300;
        font-size: .85em;
    }

    .profile_card .short_statement {
        flex-basis: 100%;
    }

        .profile_card .short_statement p {
            font-size: .9em;
            line-height: 1.6em;
        }

/*----------------------------------------------------*/
.surgeon_image {
    margin-top: -20px;
    margin-left: 20px;
}

    .surgeon_image img {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .surgeon_image {
        float: none !important;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.tab-pane.padder {
    padding: 15px 15px 0px 15px;
}
