﻿
.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: #5d99c0;
}

.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: #eff2f7;
}

.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%;
    }
}

/*---------------------------------------------------------------*/

.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: #d5d5d5;
    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%;
        top: 0;
    }

.master_members .find_surgeon_lower .btn.btn-default {
    background: #5d99c0;
}

.pagination.find_members_letters {
    background: var(--pri-light) !important;
}

    /*.find_members_letters > li > a:first-child {
        background: var(--sec);
    }*/

    .pagination.find_surgeon_letters li a,
    .pagination.find_members_letters li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pagination.find_members_letters li a {
        /*color: #fff;*/
        color: var(--sec);
    }

        .pagination.find_members_letters li a:active,
        .pagination.find_members_letters li a:focus,
        .pagination.find_members_letters li a:hover {
            /*color: #fff;*/
            color: var(--vibrant);
        }

    .pagination.find_members_letters .active a {
        background: var(--pri) !important;
    }

.members_table {
}

    .members_table .header_row .th {
        background: var(--pri-light);
        color: var(--pri);
    }

/*----------------------------------------------------*/

.profile_card_listing {
    display: grid;
    /*gap: 2em 1em;*/
    gap: 1em;
    grid-template-columns: repeat(3, 1fr);
}

    .profile_card_listing a {
        color: #000;
        font-weight: 300;
    }

    .profile_card_listing .profile_card {
        display: block;
        box-shadow: rgba(0,0,0,0.2) 5px 5px 5px;
        border-radius: 10px;
        padding: 20px;
        border: 2px solid var(--pri);
        transition: all .3s ease;
    }

        .profile_card_listing .profile_card:hover {
            border-color: var(--sec);
        }

        .profile_card_listing .profile_card h3 {
            font-size: 1.3em;
        }

        .profile_card_listing .profile_card img {
            max-width: 100%;
            max-height: 100px;
        }

        .profile_card_listing .profile_card .profile_pfp {
            flex-basis: 30%;
            height: 120px;
            width: 120px;
        }


        .profile_card_listing .profile_card .profile_link .btn {
            box-shadow: none;
        }


        .profile_card_listing .profile_card .certificates p {
            font-size: 12px;
            line-height: 1.2
        }

.profile_socials {
}

    .profile_socials a {
        font-size: 18px;
        margin-right: 10px;
    }

        .profile_socials a:last-child {
            margin: 0;
        }
/*----------------------------------------------------*/
.surgeon_image {
    margin-top: -20px;
    margin-left: 20px;
}

    .surgeon_image img {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
        max-height: 300px;
        max-width: 300px;
    }
/* |<---->|                      */
/* |  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;
}

.page_public_member_profile .lead {
    font-size: 16px !important;
}

/*-----------------------------------------------------------------------------------------------*/
/* Jamie Responsive styling */

/*xs*/
@media screen and (min-width: 0px) {

    /*.latest-events .events-inline-card:last-child {
        display: none;
    }*/
    .profile_card_listing {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2em;
    }
}

/*sm*/
@media screen and (min-width: 576px) {
}

/*md*/
@media screen and (min-width: 768px) {
    /*.latest-events .events-inline-card:last-child {
        display: flex;
        flex-direction: column;
    }*/
    .profile_card_listing {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
        /*margin-top: 20px;*/
        /*gap: 5em;*/
    }
}

/*lg*/
@media screen and (min-width: 992px) {
}

/*xl*/
@media screen and (min-width: 1200px) {
}

/*xxl*/
@media screen and (min-width: 1400px) {
}
