﻿/* Meeting  Center Redesign */

.my-meetings-container {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding-right: 10px;
}

.my-meetings-title {
    padding-bottom: 10px;
}

.meeting-center-grid-container {
    display: inline-block;
    width: 75%;
    margin-top: 55px;
}

.meeting-center-grid-container .strikethrough {
    text-decoration: line-through;
}

.meeting-center-title {
    padding-bottom: 10px;
}

.my-meetings-container .my-profile .my-profile-field {
    padding-bottom: 5px;
    font-weight: 400;
    font-family: "Trebuchet MS", sans-serif;
}

.my-meetings-container .my-profile .my-profile-field .my-profile-field-label {
    font-weight: 700;
    font-family: "Trebuchet MS Bold", "Trebuchet MS", sans-serif;
}

.my-meetings-container .my-profile .account-manager-link {
    background-color: rgba(152, 204, 73, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(141, 188, 64, 1);
    border-radius: 5px;
    padding: 5px 7px;
    color: #fff;
    font-weight: 700;
}

.my-meetings-container .my-profile .update-profile {
    padding-top: 5px;
}

.update-profile .account-manager-link .link-icon {
    background-color: rgba(139, 187, 70, 1);
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.my-meetings .my-meetings-header {
    display: flex;
    padding-bottom: 10px;
}

.my-meetings-container .my-profile {
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(221, 221, 221, 1);
}

.my-meetings-header .my-meetings-modify {
    margin-left: auto;
}

.my-meetings-header .my-meetings-count {
    align-content: end;
    font-weight: 700;
}

.my-meetings-body table td {
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

.my-meetings-body table {
    border-left: none;
    border-right: none;
}

.my-meetings-body .meeting-name {
    font-weight: 700;
}

.my-meetings-body .meeting-location {
    font-weight: 400;
    padding-bottom: 10px;
}

.my-meetings-body .status-icons {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
}

.my-meetings-body .status-icons .has-access {
    width: 18px;
}

.my-meetings-body .status-icons .no-access {
    width: 14px;
}

.my-meetings-body .status-icons .annual-meeting {
    width: fit-content;
    padding: 2px 5px;
    background-color: rgba(246, 133, 32, 0.9921568627450981);
    color: #FFF;
    border-radius: 5px;
}

.my-meetings-body table tr td:nth-child(1) {
    width: 70%;
    padding-left: 5px;
}

.my-meetings-body table tr td:nth-child(2) {
    text-align: center;
}

.my-meetings-container .greenText {
    color: #8BBB46;
}

.my-meetings .my-meetings-body {
    font-family: 'Trebuchet MS', sans-serif;
}

.my-meetings-body table tr:nth-child(odd) {
    background-color: rgba(249, 249, 249, 1);
}

#MeetingCenter table {
    width: 100%;
}

#MeetingCenter-tblHeader .gridHeader th {
    height: 30px;
}

#MeetingCenter-tblHeader th .pjmGridHeaderCell {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#MeetingCenter-tblHeader .gridHeader .pjmSortingIcon {
    margin-left: auto;
}

#MeetingCenter-tblHeader tr.gridHeader th:nth-last-child(-2n + 2) {
    border-right: none;
}

#MeetingCenter-tblHeader tr.gridHeader th:nth-child(1) {
    width: 5%;
}

#MeetingCenter-tblHeader tr.gridHeader th:nth-child(2) {
    width: 8%;
    min-width: 50px;
}

#MeetingCenter-tblHeader tr.gridHeader th:nth-child(3) {
    width: 15%;
    min-width: 50px;
}

#MeetingCenter-tblBody td.gridcell {
    height: 80px;
}

#MeetingCenter-tblBody td.pjmGridCellSelect {
    min-width: 72px;
}

.pjmGridCellSelect img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0px auto;
}

.pjmGridCellSelect.notAvailable img {
    display: none;
}

td.gridcell.pjmGridCellTime {
    min-width: 95px;
}

td.gridcell.pjmGridCellDetailsLeft {
    font-weight: 400;
    border-right: none;
}

td.gridcell.pjmGridCellDetailsRight {
    font-weight: 400;
    border-left: none;
    text-align: center;
    width: 100px;
}

.pjmGridCellDetailsLeft .meetingName {
    font-weight: 700;
}

.pjmGridCellDetailsLeft .blueText {
    font-weight: 700;
    color: rgb(61, 142, 199);
    cursor: pointer;
}

.pjmGridCellDetailsLeft .annualMeeting {
    width: fit-content;
    padding: 2px 5px;
    color: rgb(255, 255, 255);
    background-color: rgba(246, 133, 32, 0.9921568627450981);
    border-radius: 5px;
}

.pjmGridCellDetailsLeft img.restrictedAccess {
    padding-top: 5px;
}

.pjmGridCellDetailsLeft img.restrictedAccess.hasAccess {
    width: 18px;
}

.pjmGridCellDetailsLeft img.restrictedAccess.noAccess {
    width: 14px;
}

.pjmGridCellDetailsRight .greenText {
    color: #8BBB46;
}

.pjmGridCellDetailsRight .redText {
    color: rgba(228, 32, 131, 0.9921568627450981);
}

td.gridcell.pjmGridCellDetailsLeft .virtualMeeting,
td.gridcell.pjmGridCellDetailsLeft .inPersonMeeting,
td.gridcell.pjmGridCellDetailsLeft .statusText {
    display: none;
}

#MeetingCenter-tblBody tr:nth-child(even) {
    background-color: rgba(249, 249, 249, 1)
}

#MeetingCenter-tblBody tr.grid-row {
    font-weight: 400;
}

/* Hide top paginator */
#MeetingCenter div[name="MeetingCenter_paginator"]:first-of-type > .pagination-section {
    display: none;
}

.pagination-section a {
    cursor: pointer;
}

/* Meeting Center grid filters */
.ext-filter {
    display: inline-block;
    float: left;
}

.ext-filter-name {
    margin-left: 5px;
    padding-left: 5px;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 400;
}

h3.filter-header {
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0 0 5px;
    padding: 0 0 5px 5px;
}

input[type="date"] {
    height: 34px;
    border: 1px solid rgb(153, 153, 153) !important;
}

input.button.button-wide-filter.reset {
    margin-top: 15px;
    height: 34px;
}

#meetingCenterExtFilters {
    padding-bottom: 30px;
}

.registration-buttons .button {
    float: right !important;
    margin-bottom: 10px;
}

#registrationModal {
    padding: 15%;
    /*feedback slider and committee and group tab overlaps this so z-index must be set*/
    z-index: 2100000001;
}

.modal-body table th {
    border: none;
    height: fit-content;
}

.modal-body thead th:nth-child(1) {
    width: 30%;
}

.modal-body thead th:nth-child(2) {
    width: 25%;
}

.modal-body tbody tr td:nth-child(1) {
    padding-right: 5px;
}

.modal-body table {
    border-right: none;
    border-left: none;
    border-top: none;
}

.modal-intro-text {
    padding-bottom: 12px;
}

.modal-body table td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-content-registration .close {
    font-size: 32px;
}

.modal-content-upgradeDetails input.button.button-wide-filter {
    float: right !important;
}

.modal-body table {
    width: 100%;
}

.modal-body .button-container {
    padding-top: 10px;
}

.attendance-button {
    padding: 5px 10px;
    background-color: rgb(202, 223, 237);
    border-color: rgba(107, 167, 203, 1);
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    width: 48%;
}

.selected.attendance-button {
    background-color: rgb(17, 65, 109);
}

.attendance-button .button-text {
    font-weight: 700;
    color: rgb(17,65,109);
}

.selected.attendance-button .button-text {
    color: #FFFFFF;
}

.modal-body .addl-info .annual-meeting {
    background-color: rgb(246, 133, 32);
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
    padding: 3px 4px;
    display: inline-block;
}

.modal-body .addl-info .user-access {
    height: 17px;
    display: inline-block;
}

.modal-body .button-container .button {
    float: right !important;
}

.modal-body .meeting-unregister {
    height: 18px;
    width: 18px;
    margin: 0 auto;
}

.modal-body table td:nth-child(5) {
    text-align: center;
}

.modal-body table th:nth-child(5) {
    text-align: center;
}

.modal-body .meeting-content .meeting-link {
    font-weight: 700;
}

.modal-content-desktop {
    display: table;
}

.modal-content-mobile {
    display: none;
}

.modal-content-membersRepresentedModal {
    width: 700px;
}
.modal-content-profileConfirmationModal {
    width: 591px;
}

.modal-header {
    color: #EB6E23; /*h4 doesn't make it this color on default. Remove if color is added to a parent CSS. */
    padding: 4px 12px;
}

.modal-footer > input {
    float: right;
}

.modal-header h2 {
    vertical-align: middle;
}

.modal-details-desc {
    padding: 5px 0;
}

.no-members {
   color: #E70688;
}

.seperator-line {
    border-bottom: 1px solid #797979;
    border-top: none;
}

.membersRepresentedColumnList {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2));
}

.nonMembersRepresentedColumnList {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
}

.profileConfirmationColumnList {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.membersRepresentedItem {
    padding: 4px 0 4px 0;
}

    .membersRepresentedItem > span {
        padding: 2px;
    }

.representation-link{
    cursor:pointer;
}

.callaction {
    color: #fff !important;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev {
    cursor: pointer;
}

/*Mobile CSS*/
/*Phone styling*/
@media screen and (max-width: 1200px) {
    .my-meetings-container {
        display: block;
        width: unset;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .my-meetings .my-meetings-title {
        width: 100%;
        padding: 10px;
        background-color: rgba(17, 65, 109, 1);
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        font-family: "Arial Bold", "Arial", sans-serif;
        line-height: 24px;
    }

    .my-meetings .my-meetings-title::before {
        content: "\2b";
        font-size: 36px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .my-meetings .my-meetings-header {
        display: none;
    }

    .my-meetings .my-meetings-body {
        display: none;
    }

    .my-meetings.expanded .my-meetings-header {
        display: flex;
    }

    .my-meetings.expanded .my-meetings-body {
        display: block;
    }

    .my-meetings .my-meetings-body table {
        width: 100%;
    }

    .meeting-center-grid-container {
        display: block;
        width: unset;
        margin-top: 0;
    }

    #MeetingCenter-tblHeader tr.gridHeader th:first-child div,
    #MeetingCenter-tblHeader tr.gridHeader th:last-child {
        display: none;
    }

    #MeetingCenter-tblBody td.pjmGridCellSelect {
        min-width: unset;
    }

    .pjmGridCellSelect img {
        width: 35px;
        height: 35px;
        padding: 1px;
    }

    td.gridcell.pjmGridCellDetailsLeft .virtualMeeting,
    td.gridcell.pjmGridCellDetailsLeft .inPersonMeeting {
        display: inline;
    }

    td.gridcell.pjmGridCellDetailsLeft .statusText {
        display: block;
    }

    td.gridcell.pjmGridCellDetailsRight {
        display: none;
    }

    #meetingCenterExtFilters {
        padding-bottom: 15px;
    }

    #MeetingCenter_DateFrom, #MeetingCenter_DateTo {
        margin-left: 5px;
    }

    h3.filter-header {
        font-size: 20px;
    }

    .ext-filter {
        padding-bottom: 8px;
    }

    input.button.button-wide-filter.reset {
        float: left !important;
        margin-left: 10px;
    }

    #registrationModal {
        padding: 0px;
    }

    .modal-content-desktop {
        display: none;
    }

    .modal-content-mobile {
        display: block;
    }

    .modal-body tbody tr td:nth-child(1) {
        padding-right: 5px;
    }

    .modal-body .meeting-header {
        font-weight: 700;
        padding-bottom: 5px;
        min-width: 100%;
    }

    .modal-body .meeting-details .meeting-link {
        font-weight: 700;
    }

    .modal-body .meeting-content .meeting-link {
        font-weight: 700;
    }

    .modal-body .meeting-details .addl-info {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

    .modal-body .meeting-details .annual-meeting {
        margin-bottom: 3px;
    }

    .modal-body .meeting-details {
        display: flex;
    }

    .modal-body .meeting-content {
        border-bottom: 1px rgb(221, 221, 221) solid;
        margin-bottom: 10px;
    }

    .modal-body .meeting-content > div {
        padding-bottom: 10px;
    }

    .modal-body .meeting-content > div:nth-child(4) {
        display: flex;
        flex-wrap: wrap;
    }

    .modal-body .attendance-button {
        width: unset;
        min-width: 40px;
        margin-right: 5px;
    }

    .profileConfirmationColumnList {
        grid-template-columns: repeat(1, 100%);
    }

    .membersRepresentedColumnList {
        grid-template-columns: repeat(1, 100%);
    }

    .nonMembersRepresentedColumnList {
        grid-template-columns: repeat(1, 100%);
    }

    .modal-content-profileConfirmationModal {
        width: 100%
    }

    .modal-content-membersRepresentedModal {
        width: 100%
    }

    .my-meetings-container .meeting-center-title {
        display: block;
    }

    .meeting-center-grid-container .meeting-center-title {
        display: none;
    }
}

/* Vanilla Select Box */
@media only screen and (max-width:414px) {
    .modal-body .vsb-main button {
        min-width: 80px !important;
        max-width: 100% !important;
    }

    .modal-body .vsb-main {
        max-width: 100% !important;
    }
}

@media only screen and (min-width:415px) and (max-width:736px) {
    .modal-body .vsb-main button {
        min-width: 80px !important;
        max-width: 100% !important;
    }

    .modal-body .vsb-main {
        max-width: 100% !important;
    }
}

@media only screen and (min-width:736px) and (max-width:900px) {
    input.button.button-wide-filter.reset {
        clear: both;
    }

    .ext-filter:nth-of-type(4) {
        clear: left;
    }
}

@media only screen and (min-width:1151px) {
    .modal-body .vsb-main {
        margin-right: 10px;
    }

    .meeting-center-grid-container .meeting-center-title {
        display: block;
    }
}

/*Tablet styling*/
@media screen and (max-width: 1400px) and (max-height: 1024px), screen and (max-width: 1024px) and (max-height: 1400px) {

}