﻿.committee_mini_menu {
    margin-bottom: 15px;
}

    .committee_mini_menu .committee_box {
        background-color: #D2DCE1;
        margin-bottom: 15px;
    }

        .committee_mini_menu .committee_box h2 {
            background-color: #4C8CC2;
            color: #FFF;
            padding: 10px 15px;
        }

        .committee_mini_menu .committee_box ul {
            margin: 15px !important;
            max-height: 158px;
            padding-left: 0;
            overflow-y: auto;
        }

            .committee_mini_menu .committee_box ul li {
                line-height: 1.3em;
                margin-bottom: 5px;
            }

        .committee_mini_menu .committee_box p {
            margin: 15px !important;
        }

        .committee_mini_menu .committee_box ul {
            list-style: none;
        }

        .committee_mini_menu .committee_box li:before {
            display: none;
        }

/*.profile_card_listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin-top: 40px;*/
/*margin-top: 20px;*/
/*gap: 5em;*/
/*}*/

.side_menu_container {
    margin-bottom: 25px;
}

.profile_card {
    background-color: var(--white);
    /*background-color: var(--purple-lighter);*/
    /*border: 1px solid var(--light-blue);*/

    border: 1px solid var(--pri);
    /*border: 1px solid rgba(0,0,0,0.2);*/
    /*box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    /*border: 1px solid var(--text-blue);*/
    /*border-radius: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

    .profile_card:active,
    .profile_card:focus,
    .profile_card:hover {
        border: 1px solid var(--sec);
        box-shadow: none;
    }

    .profile_card p {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .profile_card .certificates p {
        font-size: 12px;
        line-height: 1.2;
    }

    .profile_card img {
        /*border-radius: 75px;*/
        object-fit: contain;
    }

.profile_name {
    color: var(--light-blue);
    margin-top: 10px !important;
    margin-bottom: 0px;
    font-weight: 600;
}

.profile_category span {
    margin-right: 4px;
}

.profile_name {
    font-weight: 600;
}

.profile_role {
    color: var(--dark-blue);
    font-weight: 400;
}

.committee-members-title-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .committee-members-title-wrapper h2 {
        margin-bottom: 0;
    }

    .committee-members-title-wrapper .btn i {
        margin-left: 10px;
    }

.document-title-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .document-title-wrapper .btn i {
        margin-left: 10px;
    }

.sidebar {
    margin-top: 0px !important;
}

.h1 {
    color: #442970;
}

@media screen and (max-width: 991px) {
    /*   .profile_card_listing {
        grid-template-columns: repeat(2, 1fr);
    }*/
}

@media screen and (max-width: 767px) {
    .committee_mini_menu {
        float: none;
        margin-left: 0;
        max-width: unset;
    }
    /*
    .profile_card_listing {
        grid-template-columns: repeat(1, 1fr);
    }*/

    .sidebar {
        margin-top: 0px !important;
    }
}

/* committees page */


.page_committees h2 {
    color: var(--sec);
}

.page_committees .committees {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

    .page_committees .committees .committee {
        align-items: center;
        background: var(--white);
        /*border: 1px solid var(--light-blue);*/
        border: 1px solid rgba(0,0,0,0.2);
        /*box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);*/
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 10px 0;
        transition: 0.3s ease-in-out;
    }

        .page_committees .committees .committee:active,
        .page_committees .committees .committee:focus,
        .page_committees .committees .committee:hover {
            box-shadow: none;
            border: 1px solid var(--pri);
        }

.committee-meeting-page {
}

    .committee-meeting-page .filtering {
        margin-bottom: 20px;
    }

        .committee-meeting-page .filtering .form-control {
            border: 1px solid var(--light-blue);
            border-radius: 0;
        }

.management-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

    .management-buttons .management-button.btn {
        border-radius: 10px;
        font-size: 14px;
        min-width: auto;
    }

    .management-buttons .management-button.btn-sec {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        text-align: center;
    }

        .management-buttons .management-button.btn-sec:active,
        .management-buttons .management-button.btn-sec:focus,
        .management-buttons .management-button.btn-sec:hover {
            color: white;
        }


#comments {
}

    #comments .form-control {
        border: 1px solid #ccc;
        /*border: 1px solid rgba(0,0,0,0.2);*/
        border-radius: 0;
    }
/* Member Committee Admin */

.member-committee-admin {
}

    .member-committee-admin .form-control {
        border-color: var(--light-blue);
        border-radius: 0;
    }

    .member-committee-admin .input-group.date .input-group-addon {
        background: var(--white);
        border-color: var(--light-blue);
        color: var(--light-blue);
    }

    .member-committee-admin .btn-pri, .member-committee-admin .btn-primary {
        text-align: center;
        top: 0;
    }

    .member-committee-admin .table-responsive .table-wrapper table .fa {
        margin-right: 5px;
    }

.table-responsive .table-wrapper table .btn-primary {
    top: 0;
}

.group_member {
}

    .group_member .group_member_top {
        display: flex;
        justify-content: space-between;
    }

        .group_member .group_member_top .group_member_top_titles {
            margin-left: 20px;
        }

/*-----------------------------------------------------------------------------------------------*/
/* 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) {
}
