/*-------------Groups--------------------*/
.ContactsList-td,
.ContactsList-td--checkbox,
.ContactsList-td--name,
.ContactsList-td--email,
.ContactsList-td--institution,
.ContactsList-td--mobile,
.ContactsList-td--date,
.ContactsList-td--actions,
.ContactsList-column,
.ContactsList-column--checkbox,
.ContactsList-column--name,
.ContactsList-column--email,
.ContactsList-column--institution,
.ContactsList-column--mobile,
.ContactsList-column--date,
.ContactsList-column--actions {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.GroupPageSidebar-action {
    z-index: 10;
    width: 100%;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
    padding: 0 8px 0 24px;
    border-bottom: 1px solid #d9dde1;
    background-color: #cfd5da;
    overflow: hidden
}

    .GroupPageSidebar-action:hover {
        color: var(--white);
        cursor: pointer
    }

    .GroupPageSidebar-action.isSelected {
        color: var(--white);
        background-color: #6cb8f9;
        font-weight: lighter
    }

.GroupPageSidebar-actionIcon {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: var(--white)
}

.GroupPageSidebar-actionLabel {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .03em;
    vertical-align: middle;
    color: var(--white)
}


.GroupPageSidebar-action {
    border: none;
    height: 48px;
    line-height: 48px
}

@media all and (max-width:850px) {
    .GroupPageSidebar-action {
        padding: 0 16px
    }
}

.GroupPageSidebar-action:not(.isSelected):hover {
    background-color: #d9dde1
}

.GroupPageSidebar-actionIcon {
    font-size: 18px;
    margin-right: 24px
}

@media all and (max-width:850px) {
    .GroupPageSidebar-actionIcon {
        margin-right: 0
    }
}

.GroupPageSidebar-actionLabel {
    font-size: 13px
}

@media all and (max-width:850px) {
    .GroupPageSidebar-actionLabel {
        display: none
    }
}


.Dialog--importContacts {
    min-height: 320px;
    width: 90%;
    max-width: 828px;
    min-width: 288px;
    background-color: var(--background);
    border-radius: 6px
}

@media (max-height:355px) {
    .Dialog--importContacts {
        min-height: 0
    }
}

.Dialog--importContacts input {
    font-size: 16px;
    padding: 3px 6px
}

.Dialog--importContacts:not(.hasFixedHeight) {
    margin: 12px 0
}

.Dialog--importContacts.hasFixedHeight,
.Dialog--groupSelect {
    position: relative;
    min-height: 0;
    height: 98%;
    margin-top: 1vh
}

    .Dialog--importContacts.hasFixedHeight .Dialog-body,
    .Dialog--groupSelect .Dialog-body {
        overflow-y: auto;
        margin: 12px 0;
        padding: 36px 48px;
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        width: 100%
    }

        .Dialog--importContacts.hasFixedHeight .Dialog-body:nth-child(2),
        .Dialog--groupSelect .Dialog-body:nth-child(2) {
            top: 48px
        }

        .Dialog--importContacts.hasFixedHeight .Dialog-body:nth-last-child(2),
        .Dialog--groupSelect .Dialog-body:nth-last-child(2) {
            bottom: 48px
        }

.GroupPageSidebar-action {
    height: 72px;
    line-height: 72px
}

.GroupPageSidebar-actionIcon {
    font-size: 9px;
    border: 2px solid var(--white);
    border-radius: 100%;
    margin-right: 12px
}

.GroupPageSidebar-actionLabel {
    font-size: 14px
}

.ContactsList {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%
}

.ContactsList-toolbar {
    position: relative;
    width: 100%;
    min-width: 705px;
    height: 72px;
    line-height: 72px;
    padding: 0 36px;
    background-color: var(--white)
}

.ContactsList-header {
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 36px;
    vertical-align: middle;
    color: #cfd5da;
    background-color: #f7f8f9;
    overflow: hidden
}

.ContactsList-headerLabel,
.ContactsList-headerLabel--checkbox,
.ContactsList-headerLabel--name,
.ContactsList-headerLabel--email,
.ContactsList-headerLabel--institution
.ContactsList-headerLabel--mobile,
.ContactsList-headerLabel--date {
    float: left;
    margin: 0 2% 0 0;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ContactsList-headerLabel--checkbox {
    width: 3.5%;
    min-width: 20px;
    max-width: 20px
}

.ContactsList-headerLabel--name {
    width: 23.5%
}

.ContactsList-headerLabel--email, .ContactsList-headerLabel--institution {
    width: 14%;
    min-width: 228px
}

.ContactsList-headerLabel--mobile {
    width: 14%;
    min-width: 228px;
    font-size: 20px
}

.ContactsList-headerLabel--date {
    width: 14%;
    max-width: 84px;
    font-size: 20px
}

.ContactsList-bulkActions {
    position: relative;
    display: inline-block
}

.ContactsList-scrollArea {
    position: absolute;
    top: 72px;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: 57px;
    width: 100%
}

.ContactsList-table {
    width: 100%;
    background-color: var(--white)
}

/*
table {
    width: 100%;
    border-collapse: collapse
}

tr {
    background: var(--white)
}

th {
    background: #f7f8f9;
    color: #cfd5da;
    padding: 6px;
    text-align: left
}

td {
    border-bottom: 1px solid #f7f7f8;
    text-align: left
}*/

.ContactsList-thead {
    height: 36px;
    line-height: 36px;
    padding: 0 36px;
    vertical-align: middle;
    color: #cfd5da
}

.ContactsList-th,
.ContactsList-th--checkbox,
.ContactsList-th--name,
.ContactsList-th--email,
.ContactsList-th--institution,
.ContactsList-th--mobile,
.ContactsList-th--date,
.ContactsList-th--label,
.ContactsList-th--actions {
    height: 36px;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 0 0 0 0;
    line-height: 36px;
    color: #cfd5da;
    background-color: #f7f8f9;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ContactsList-th--checkbox {
    padding: 0 36px 0 36px;
    width: 36px
}

.ContactsList-th--mobile {
    font-size: 20px
}

.ContactsList-th--date {
    font-size: 20px
}

.ContactsList-th--label {
    padding-left: 0;
    font-size: 14px;
    text-transform: none
}

.ContactsList-tr {
    width: 100%;
    height: auto;
    min-height: 36px;
    font-size: 14px;
    padding: 18px 36px;
    background-color: var(--white);
    border-bottom: 1px solid #f7f7f8
}

    .ContactsList-tr.isExpanded {
        background-color: #f7fafc
    }

.ContactsList-td,
.ContactsList-td--checkbox,
.ContactsList-td--name,
.ContactsList-td--email,
.ContactsList-td--institution,
.ContactsList-td--mobile,
.ContactsList-td--date,
.ContactsList-td--actions {
    padding: 18px 24px 18px 0
}

.ContactsList-td--checkbox {
    padding-left: 36px
}

.ContactsList-td--name {
    color: #343536;
    font-size: 14px
}

.ContactsList-td--email, .ContactsList-td--institution {
    color: #838a94;
    font-size: 12px
}

    .ContactsList-td--email:before, .ContactsList-td--institution:before {
        display: none;
        font-smoothing: antialiased;
        font-size: 10px;
        color: #cfd5da;
        padding-right: 12px
    }

.ContactsList-td--mobile {
    color: #838a94;
    font-size: 12px
}

    .ContactsList-td--mobile:before {
        display: none;
        font-smoothing: antialiased;
        font-size: 12px;
        color: #cfd5da;
        padding-right: 12px
    }

.ContactsList-td--date {
    color: #838a94;
    font-size: 12px
}

    .ContactsList-td--date:before {
        display: none;
        font-smoothing: antialiased;
        font-size: 12px;
        color: #cfd5da;
        padding-right: 12px
    }

.ContactsList-td--actions {
    text-align: right;
    color: #838a94
}

.ContactsList-body {
    width: 100%;
    background-color: var(--background)
}

.ContactsList-row {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 36px;
    font-size: 14px;
    padding: 18px 36px;
    background-color: var(--white);
    border-bottom: 1px solid #f7f7f8
}

    .ContactsList-row.isExpanded {
        background-color: #f7fafc
    }

.ContactsList-groupsExpanded {
    position: relative;
    float: left;
    margin-top: 24px;
    width: 100%;
    padding: 24px 24px 12px 0;
    font-size: 14px
}

.ContactsList-column,
.ContactsList-column--checkbox,
.ContactsList-column--name,
.ContactsList-column--email,
.ContactsList-column--institution,
.ContactsList-column--mobile,
.ContactsList-column--date,
.ContactsList-column--actions {
    float: left;
    margin: 0 2% 0 0
}

.ContactsList-column--checkbox {
    width: 3.5%;
    min-width: 20px;
    max-width: 20px
}

.ContactsList-column--name {
    width: 23.5%;
    color: #343536
}

.ContactsList-column--email, .ContactsList-column--institution {
    width: 14%;
    min-width: 228px;
    color: #838a94;
    font-size: 12px
}

    .ContactsList-column--email:before, .ContactsList-column--institution:before {
        display: none;
        font-smoothing: antialiased;
        font-size: 12px;
        color: #cfd5da;
        padding-right: 12px
    }

.ContactsList-column--mobile {
    width: 14%;
    min-width: 228px;
    color: #838a94;
    font-size: 12px
}

    .ContactsList-column--mobile:before {
        display: none;
        font-smoothing: antialiased;
        font-size: 12px;
        color: #cfd5da;
        padding-right: 12px
    }

.ContactsList-column--date {
    width: 14%;
    max-width: 84px;
    color: #838a94;
    font-size: 12px
}

    .ContactsList-column--date:before {
        display: none;
        font-smoothing: antialiased;
        font-size: 12px;
        color: #cfd5da;
        padding-right: 12px
    }

.ContactsList-column--actions {
    float: right;
    margin: 0;
    width: auto;
    text-align: right;
    color: #838a94
}

.ContactsList-addData {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    color: var(--campusmain);
    border: 1px solid var(--campusmain);
    border-radius: 100%
}

    .ContactsList-addData:hover {
        color: var(--white);
        background-color: var(--campusmain);
        cursor: pointer
    }

@-moz-document url-prefix() {
    .ContactsList-addData {
        padding-left: 1px;
        line-height: 19px
    }
}

.ContactsList-editData {
    visibility: hidden;
    float: right;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: var(--campusmain);
    cursor: pointer
}

.Group-edit {
    visibility: hidden;
    position: absolute;
    top: 12px;
    right: 30px
}

    .Group-edit:hover {
        color: #838a94
    }

.Group-delete {
    visibility: hidden;
    position: absolute;
    top: 12px;
    right: 8px
}

    .Group-delete:hover {
        color: #838a94
    }

.PageSidebar-item:hover .Group-edit,
.PageSidebar-item:hover .Group-delete {
    visibility: visible
}

td:hover .ContactsList-editData {
    visibility: visible
}

.ContactsList-actionButton {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #838a94;
    border-radius: 100%
}

    .ContactsList-actionButton:hover {
        color: #6cb8f9;
        cursor: pointer
    }

.List-checkbox {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 1px solid #cfd5da;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    background-color: var(--white)
}

    .List-checkbox.isSelected:after {
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        z-index: -1;
        border-color: #6cb8f9;
        color: var(--white);
        background-color: #6cb8f9;
        content: " "
    }

    .List-checkbox:hover {
        cursor: pointer;
        border-color: #6cb8f9
    }

        .List-checkbox:hover:after {
            position: absolute;
            top: 4px;
            left: 4px;
            right: 4px;
            bottom: 4px;
            z-index: -1;
            border-radius: inherit;
            background-color: #dbf0fe;
            color: var(--white);
            content: " "
        }

        .List-checkbox:hover.isSelected:after {
            background-color: #6cb8f9
        }

.List-label {
    display: inline-block
}

.GroupsListModal {
    padding: 0;
    min-height: 198px;
    max-height: 470px
}

.GroupsListModal-bulkAssign {
    padding-bottom: 48px
}

.ListRow {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 36px;
    font-size: 14px;
    padding: 18px 4%;
    background-color: var(--white);
    margin-top: 1px
}

.Popover-checkboxColumn {
    display: inline-block;
    vertical-align: middle
}

.Popover-checkList {
    min-height: 160px;
    max-height: 306px;
    padding-bottom: 16px
}

.Popover-checkList-inner {
    padding-bottom: 12px
}

.Popover-checkListRow {
    width: 100%;
    height: auto;
    padding: 6px 0
}

.Popover-checkListLabel {
    width: auto;
    display: inline-block;
    vertical-align: text-top;
    line-height: 22px;
    font-size: 14px
}

.GroupsCreatePopover,
.GroupsAddContactPopover,
.GroupsEditContactPopover {
    width: 200px
}

.GroupsAssignPopover,
.GroupsContactGroupsPopover {
    width: 280px
}

.Dialog--groupSelect {
    max-width: none;
    width: 96%
}

    .Dialog--groupSelect .Dialog-header {
        border-bottom: 1px solidvar(--thirdBack)
    }

    .Dialog--groupSelect .Dialog-body {
        padding: 0;
        overflow-y: hidden;
        margin: 0
    }

.GroupSelect .PageBody {
    top: 0
}

.GroupSelect .PageMainView {
    overflow-y: hidden
}

.GroupSelection {
    float: right;
    width: 30%;
    min-width: 220px;
    max-width: 320px;
    background-color: var(--thirdBack)
}

.GroupSelection-title {
    height: 72px;
    line-height: 72px;
    padding-left: 20px;
    font-size: 18px;
    border-bottom: 1px solid #eee
}

.GroupSelection-tags {
    padding: 20px
}

.Dialog--importContacts {
    min-height: 0
}

    .Dialog--importContacts .Dialog-body {
        padding: 0
    }

.ImportContacts-header {
    background-color: #f7f7f7;
    padding: 0 25px
}

    .ImportContacts-header table {
        table-layout: fixed
    }

    .ImportContacts-header tr {
        background: transparent
    }

    .ImportContacts-header td {
        height: 60px;
        border-left: 1px solid #f0f0f0
    }

        .ImportContacts-header td:first-child {
            border-left: none
        }

.ImportContacts-contacts {
    padding: 0 25px;
    height: 500px;
    overflow-y: scroll;
    background-color: var(--white)
}

    .ImportContacts-contacts table {
        table-layout: fixed
    }

    .ImportContacts-contacts td {
        padding-left: 20px;
        line-height: 60px;
        color: #030303;
        font-size: 14px;
        border-left: 1px solid #f7f7f8
    }

        .ImportContacts-contacts td:first-child {
            border-left: none
        }

.ImportContacts-error {
    line-height: 200px;
    width: 100%;
    text-align: center;
    font-style: italic
}



/*-------------End Groups-------------------*/
