<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****** FILE: co-cmd--core/client/css/co--ui.css *****/
/*TODO: move to relevant gecco css files and delete*/

.bg-grey {
    background:var(--lightGrey)
}
.bg-secondary, .badge-secondary, .btn-secondary {
    background-color:var(--midGrey);
}
.absoluteLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*useful for laying links on top of .absoluteLink*/
.z-1000 {
    position:relative;
    z-index:1000;
}
.btn:hover,
a.list-group-item:hover,
.list-group-item[role="button"]:hover,
.gradient-hover:hover {
    cursor:pointer;
    background-size:400% 400%;
    /*background-image:linear-gradient(45deg, rgba(50,50,50,0.2), rgba(150,150,150,0.2), rgba(50,50,50,0.2));*/
    background-image:linear-gradient(45deg, var(--darkGreyAlpha), var(--lightGreyAlpha), var(--darkGreyAlpha));
    -webkit-animation: GradientLoad 3s ease infinite;
    -moz-animation: GradientLoad 3s ease infinite;
    animation: GradientLoad 3s ease infinite;
    text-decoration: none;
}
a.no-styling {
    color:#212529
}
a.no-styling:hover {
    text-decoration:none;
}
/*a.list-group-item:hover {*/
/*background:var(--bg-grey)*/
/*}*/

@-webkit-keyframes GradientLoad {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes GradientLoad {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes GradientLoad {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
/*This css is also in profile-picture.css Duplicating as there is an error on some sites*/
.profile-pic.w-border {
    border:0.1em solid #fff
}
.profile-pic.stacked-pics {
    box-shadow:none;
}
.profile-pic.stacked-pics {
    margin-left:-0.6em;
}
.profile-pic {
    --profpicSize:12px;
    --profpicFont:calc(var(--profpicSize) / 2);
    width: var(--profpicSize);
    height: var(--profpicSize);
    min-width: var(--profpicSize);
    font-size: var(--profpicFont);
    border-radius:50%;
    text-shadow:0 3px 12px rgba(0,0,0,0.3);
    box-shadow:0 3px 16px rgba(0,0,0,0.1);
    cursor:default;
    text-decoration:none !important;
    /* font-size:2rem */
}
.profile-pic * {
    text-decoration:none !important;
}
a&gt;.profile-pic {
    cursor:pointer;
}
.profile-pic-12  { --profpicSize: 12px; }
.profile-pic-16  { --profpicSize: 16px; }
.profile-pic-24  { --profpicSize: 24px; }
.profile-pic-32  { --profpicSize: 32px; }
.profile-pic-40  { --profpicSize: 40px; }
.profile-pic-48  { --profpicSize: 48px; }
.profile-pic-56  { --profpicSize: 56px; }
.profile-pic-64  { --profpicSize: 64px; }
.profile-pic-72  { --profpicSize: 72px; }
.profile-pic-80  { --profpicSize: 80px; }
.profile-pic-88  { --profpicSize: 88px; }
.profile-pic-96  { --profpicSize: 96px; }
.profile-pic-104 { --profpicSize:104px; }
.profile-pic-112 { --profpicSize:112px; }
.profile-pic-120 { --profpicSize:120px; }
.profile-pic-128 { --profpicSize:128px; }
.profile-pic-136 { --profpicSize:136px; }
.profile-pic-144 { --profpicSize:144px; }
.profile-pic-152 { --profpicSize:152px; }
.profile-pic-160 { --profpicSize:160px; }
.profile-pic-168 { --profpicSize:168px; }
.profile-pic-176 { --profpicSize:176px; }
.profile-pic-184 { --profpicSize:184px; }
.profile-pic-192 { --profpicSize:192px; }
.profile-pic-200 { --profpicSize:200px; }
.profile-pic.no-pic {
    display:flex;
    justify-content:center;
    align-items: center;
    font-weight:700;
}
.profile-pic.no-pic &gt; span {
    color:#fff;
    margin-bottom:-2px;
}
.profile-pic {
    font-family: 'Rubik', sans-serif
}

/*TODO: find a way to ensure a-wrapped profile pics never underline on hover*/
a[data-profile-card]:hover {
    text-decoration: none;
}

.notification-badge {
    width:0.9rem;
    height:0.9rem;
    font-size: 0.6rem;
    line-height:0.9rem;
    background:#dd3355;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-shadow:0 2px 8px rgba(0,0,0,0.2);
    position:absolute;
    top:2px;
    right:2px;
    box-shadow:0 2px 12px rgba(0,0,0,0.2);
    border-radius:50%;
    font-weight:700;
}
.notifications-dropdown-menu {
    width: 320px;
}
.notifications-dropdown-menu &gt; .scroll-container {
    overflow:auto;
    max-height:390px;
}
.notifications-dropdown-menu .dropdown-item {
    white-space:initial;
}
.notification-item {
    padding-right:32px;
    border-left: 3px solid transparent;
    border-bottom:1px solid #ccc;
    position:relative;
}
/* .notification-item.last {
    margin-bottom: 35px;
} */
.notification-item.new {
    border-left:3px solid rgba(120,80,245,0.8);
}
.notification-link {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.notification-item .dismiss:not(a) {
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    position:absolute;
    top:4px;
    right:12px;
    color:#777
}
.notification-item .dismiss:not(a):hover {
    color:#333
}
.dropdown-footer {
    background:#ededed;
    background:var(--bg-grey);
    position:relative;
    z-index:1000;
    box-shadow:0 -3px 24px -8px rgba(0,0,0,0.5)
}


/*collapse*/
/*flips the icon on collapse*/
.collapse-toggle[aria-expanded="true"], [data-toggle="collapse"][aria-expanded="true"] .collapse-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.card {
    /*border-radius: 1rem;*/
}
.card-header:first-child {
    /*border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;*/
}
.card-footer:last-child {
    /*border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);*/
}

.tippy-tooltip.profile-card-theme {
    background:rgba(255,255,255,0.9);
    box-shadow: 0 3px 24px rgba(0,0,0,0.2);
    color:#333;
    border:1px solid #ddd;
    border-radius:0.5rem;
    padding:0;
    width:280px;
    min-height:180px;
    overflow:hidden;
    transition:all 0.2s;
}
.profile-card-theme .tippy-backdrop {
    background-color:transparent;
}
.pp-overview {
    background:var(--lightGreyAlpha);
    padding-left:15px;
    padding-right:15px;
    height:80px;
}
.pp-content {
    padding-left:15px;
    padding-right:15px;
    min-height:100px;
}
.pp-content &gt; .row {
    min-height:calc(100px - 2rem);
}
.pp-placeholder {
    background-image:linear-gradient(45deg, rgba(50,50,50,0.3), rgba(150,150,150,0.3), rgba(50,50,50,0.3));
    background-size:400% 400%;
    -webkit-animation: GradientLoad 3s ease infinite;
    -moz-animation: GradientLoad 3s ease infinite;
    animation: GradientLoad 3s ease infinite;
}
.pp-placeholder.pic {
    border-radius:50%;
    width:50px;
    height:50px;
}
.pp-placeholder.name {
    width:80%;
    height:12px;
    border-radius:100px;
}
.pp-placeholder.label {
    content:'';
    width:50%;
    background:rgba(0,0,0,0.1);
    height:15px;
    border-radius:100px;
}
.pp-placeholder.button {
    height: 31px;
    width:100%;
    border-radius:4px;
}

/* end global */

.floating-form-holder {
    position:absolute;
    top:0;
    right:0;
    width:90%;
    z-index:999;
}
.floating-form-holder .card {
    /* padding:8px; */
    background:rgba(255,255,255,0.9);
    /* border-radius:12px; */
    box-shadow:0 4px 18px rgba(0,0,0,0.1);
}
.floating-form-close {
    position:absolute;
    top:6px;
    right: 10px;
}




/* forms */
/* override form-control added to checkbox */
.form-control {
    height:auto;
}
.textarea.editable {
    min-height:180px;
    height:auto;
}
.field.checkbox.form-control,
input.checkbox.form-control {
    color:inherit;
    background-color:initial
}
input.checkbox.form-control {
    display:initial;
    width:initial;
}

ul.optionset {
    list-style: none;
}


/* inline the.field-group fields*/
.CompositeField.fieldgroup &gt; .fieldgroup &gt; .fieldgroup-field {
    display: inline-block;
    margin-right: .6154rem;
    margin-top: 8px;
    min-width: 100px;
    vertical-align: bottom;
}
.CompositeField.fieldgroup &gt; .fieldgroup {
    display:flex;
}
@media (max-width:600px) {
    .CompositeField.fieldgroup &gt; .fieldgroup {
        flex-wrap: wrap;
    }
}

.field.w-right-title {
    display:flex;
    flex-wrap:wrap;
}
.field.w-right-title &gt; .input-group {
    width:520px;
    max-height:38px;
    margin-right:36px;
}
.field.w-right-title &gt; label.left {
    width:100%;
}
.field.w-right-title &gt; label.right {
    max-width:240px;
}
.field.w-right-title &gt; .description {
    width:100%;
}

/* override safaris styling: */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

/*fix button element .form-control width */
button.form-control, input[type="submit"].form-control {
    width:auto
}


.checkboxset {
    list-style:none;
}


div.field.form-control {
    border: none;
    padding: 6px 0;
}

/*hidden field values*/
.field.hiddenValue &gt; label {
    display:flex;
    align-items:center;
}
/*see co--ui/client/javascript/forms/forms.js for jquery logic*/

/* bs-tags fields */
bs-tags&gt;select.form-control {
    display: none;
}
bs-tags&gt;select.bstags {
    display: none;
}
bs-tags .form-control.dropdown {
    position: relative !important;
}
/* select2 */
.select2-container .select2-selection--single:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}
.select2-container .select2-selection--single  {
    display: block;
    width: 100%;
    height: auto !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container:not(.select2-container--disabled) .select2-selection--single{
    background-color: #FFFFFF !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding: 0.5rem !important;
    background: var(--lightestGrey) !important;
    display:flex !important;
}

/*tagfields*/
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-right:20px !important;
}

/*blockquotes*/
blockquote {
    display:block;
    padding: 1.2rem 0.8rem 1.2rem 2.5rem;
    border-left: 4px solid var(--midGrey);
    background-color: var(--lightestGrey);
    font-style:italic;
    position:relative;
    margin:25px auto;
    min-width:140px;
    max-width:80%;
}
blockquote::before {
    content:'\f10d';
    font-weight:700;
    font-family:'Font Awesome 5 Free';
    color:var(--lightGrey);
    top:10px;
    position:absolute;
    left:10px;
}



/* security */
.security-outer-wrapper {
    height:100vh;
    width:100vw;
}

.security-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.security-inner {
    max-width: 400px;
    padding: 30px;
    width: 100%;
    display: inline-block;
}
.security-outer-wrapper form {
    max-width: 300px;
    margin: auto;
    text-align: center;
}
.login-footer {
    max-width:300px;
    margin:auto
}
.security-outer-wrapper .middleColumn &gt; * {
    text-align:center
}

#ForgotPassword {
    margin: 0.5rem 0 0 10px
}

/*increase whitespace between stacked fields*/
.field {
    margin: 1rem 0
}

form .description, fieldset .description {
    color:#666;
    font-size:12px;
    font-style:italic;
}


/*hide the textarea for medium editors*/
.medium-editor-hidden {
    display: none !important;
}






/* CMD dashboard */
#cmdDashboard {
    max-width: 1110px;
    margin: 0 auto;
}
#cmdDashboard .row {
    margin-top: 30px;
}
#cmdDashboard .card-deck {
    margin: 0 auto;
}
#cmdDashboard .card {
    min-width: 220px;
    max-width: 220px;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
    font-weight: 700;
}
#cmdDashboard a:hover {
    text-decoration: none;
}

/* main menu &amp; menu rollover */
@media(min-width:992px) {

    /* use .dropdown-hover to enable dropdown to appear on mouse rollover */
    #menu-button {
        display: none;
    }
    .dropdown-hover .dropdown-menu {
        visibility:hidden;
    }
    .dropdown.dropdown-hover:hover &gt; .dropdown-menu {
        display: block;
        visibility:visible;
    }
    .dropdown.dropdown-hover:hover .dropdown-menu {
        overflow: hidden;
        position:absolute;
        opacity: 0;
        max-height: 0;
    }
    .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        /*display: block;*/
    }
    .dropdown.dropdown-hover:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(3px);
        max-height: 500px;
    }
}

/* hide caret indicator on dropdown item */
/* .dropdown.no-indicator::after {
    display:none
} */

/* .form-success-message {
    position:fixed;
    z-index:10000;
    top:80px;
    right:8px;
    box-shadow:0 8px 30px -8px rgba(0,0,0,0.2);
    transform:translateX(120%);
    animation: formMessageAnimation 2s;
    animation-fill-mode:forwards;
} */
.form-success-message {
    position:fixed;
    top: 112px;
    right:24px;
    z-index:1100;
    width:auto;
    background:#fff;
    color:#259e40;
    padding:20px 30px 20px 16px;
    border:1px solid;
    border-left:6px solid;
    box-shadow:0 4px 72px -12px rgba(0,0,0,0.4);
    transform:translateX(100%);
    opacity:0;
    transition:all 0.5s ease-out;
}
.form-success-message:nth-child(2) {
    margin-top:80px;
}
.form-success-message:nth-child(3) {
    margin-top:160px;
}
.form-success-message:nth-child(4) {
    margin-top:240px;
}
.form-success-message.translate {
    opacity:1;
    transform:translateX(0);
}
.alert-dismissable {
    padding-right:30px;
}
.alert-dismissable &gt; button.close {
    position:absolute;
    right:6px;
    top:6px;
}
@keyframes formMessageAnimation {
    0% {
        transform:translateX(120%)
    }
    100% {
        transform:translateX(0);
    }
}

.load-area {
    position:relative;
}
.loading-screen {
    position:absolute;
    background:rgba(255,255,255,0.9);
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    /* top:0; */
    left:0;
    z-index:999;
}
.loading-screen.grey {
    background:rgba(248,249,250,0.5);
}


/*Loading icon*/
/*css moved into template*/


.filepond--item, .filepond--file-poster-wrapper {
    max-height: 140px !important
}
.filepond--file-poster img {
    max-height:140px;
    width: auto !important;
    left: calc(50% - 70px) !important;
}
.filepond-dark .filepond--drop-label {
    border-radius: 0.5em;
    color: #FFFFFF;
    background: rgb(81, 81, 81);
}


/* Tiny MCE */
.captionImage.right {
    float: right
}

/*confirmation-dropdown*/
.dropdown-confirmation {
    padding-bottom:0;
    box-shadow:0 12px 66px -4px rgba(0,0,0,0.3);
    min-width: 220px;
}
.dropdown-menu.animating {
    -webkit-animation: showDropdown 0.2s forwards;
    -o-animation: showDropdown 0.2s forwards;
    animation: showDropdown 0.2s forwards;
}
.dropdown-body {
    padding:0.5rem 1rem;
}
.dropdown-footer {
    padding: 0.5rem 1rem
}
@-webkit-keyframes showDropdown {
    from {
        top:0;
        opacity:0;
    }
    to {
        top:-18px;
        opacity:1
    }
}

@-o-keyframes showDropdown {
    from {
        top:0;
        opacity:0;
    }
    to {
        top:-18px;
        opacity:1
    }
}

@-moz-keyframes showDropdown {
    from {
        top:0;
        opacity:0;
    }
    to {
        top:-18px;
        opacity:1
    }
}

@keyframes showDropdown {
    from {
        top:0;
        opacity:0;
    }
    to {
        top:-18px;
        opacity:1
    }
}
/*mainnav-dropdown*/
.dropdown-menu {
    box-shadow:0 12px 66px -4px rgba(0,0,0,0.3);
    z-index: 1011;
}
.dropdown-menu.animating {
    -webkit-animation: mainNavDD 0.2s forwards;
    -o-animation: mainNavDD 0.2s forwards;
    animation: mainNavDD 0.2s forwards;
}
.dropdown-menu.bottom {
    margin-top:44px;
}
.dropdown-body {
    padding:0.5rem 1rem;
}
.dropdown-footer {
    padding: 0.5rem 1rem
}
@-webkit-keyframes mainNavDD {
    from { top:-2px; opacity:0; }
    to   { top:100%; opacity:1 }
}

@-o-keyframes mainNavDD {
    from { top:-2px; opacity:0; }
    to   { top:100%; opacity:1 }
}

@-moz-keyframes mainNavDD {
    from { top:-2px; opacity:0; }
    to   { top:100%; opacity:1 }
}

@keyframes mainNavDD {
    from { top:-2px; opacity:0; }
    to   { top:100%; opacity:1 }
}



/*nested drodowns*/
.nested-dropdown-menu {
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nested-dropdown-menu-right {
    left:initial;
    right:0;
}
.nested-dropdown-menu.show {
    visibility: visible;
    opacity:1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}



/*scale images in various content areas */
.card-body img {
    max-width:100%;
}



/*bootstrap overrides*/
.bg-light {
    background-color:var(--lightestGrey) !important;
}
.btn-secondary {
    background-color:var(--darkGrey);
    border-color:var(--darkGrey)
}
.btn-outline-secondary {
    border-color:var(--darkGrey)
}
.btn-secondary:hover,.btn-outline-secondary:hover {
    background-color:var(--midGrey)
}

.field.checkbox label {
    display: inline-block;
}


/* Toasts */
.toast {
    border:1px solid var(--light);
}
.toast--info {
    border-color:var(--info)
}
.toast--info .toast-icon, .toast-icon--info {
    color:var(--info)
}
.toast--success {
    border-color:var(--success)
}
.toast--success .toast-icon, .toast-icon--success {
    color:var(--success)
}

.toast--warning {
    border-color:var(--warning)
}
.toast--warning .toast-icon, .toast-icon--warning {
    color:var(--warning)
}

.toast--danger {
    border-color:var(--danger)
}
.toast--danger .toast-icon, .toast-icon--danger {
    color:var(--danger)
}

.toast--secondary {
    border-color:var(--secondary)
}
.toast--secondary .toast-icon, .toast-icon--secondary {
    color:var(--secondary)
}

.toast--primary {
    border-color:var(--primary)
}
.toast--primary .toast-icon, .toast-icon--primary {
    color:var(--primary)
}

/* userforms */
.userform-fields .middleColumn&gt;input {
    min-width: 100%;
}
.userform-fields .middleColumn&gt;textarea {
    min-width: 100%;
}
@media (min-width: 576px) {
    .userform-fields .middleColumn&gt;input {
        min-width: 70%;
    }
    .userform-fields .middleColumn&gt;textarea {
        min-width: 70%;
    }
}
@media (min-width: 992px) {
    .userform-fields .middleColumn&gt;input {
        min-width: 55%;
    }
    .userform-fields .middleColumn&gt;textarea {
        min-width: 55%;
    }
}

/****** FILE: co-cmd--core/client/css/membernavigation.css *****/
.gecco-navbar, .gecco-flyout {
    --lightestGrey: #fbfaf6;
    --lightestGreyAlpha: rgba(251, 250, 246, 0.2);
    --lightGrey: #e4e3df;
    --lightGreyAlpha: rgba(228, 227, 223, 0.2);
    --midGrey: #8c8b88;
    --midGreyAlpha: rgba(140, 139, 136, 0.21);
    --darkGrey: #57584c;
    --darkGreyAlpha: rgba(87, 88, 76, 0.2);
    /*shadows*/
    --navbarShadow: 0 4px 32px -12px rgba(72, 73, 56, 0.5);
    --gecco: #50a559;
    --geccoDark: #0F6037;
    --geccoLight: #b9dbbd;
    --dark: #343a40;
    --white: #fff;
    --red: #dd3377;
    --primary: var(--geccoLight);
    --btnPrimary: #1b8da5;

    font-size: 16px;
}
.gecco-navbar *,
.gecco-navbar ::after,
.gecco-navbar ::before,
.gecco-flyout *,
.gecco-flyout ::after,
.gecco-flyout ::before {
    box-sizing: border-box;
}

.gecco-flyout-overlay {
    /*display:none;*/
    visibility:hidden;
    opacity:0;
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:1030;
    cursor: pointer;
    background-color:#000000;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 1s 0.4s;
}
.gecco-flyout.open ~ .gecco-flyout-overlay {
    /*display:block;*/
    visibility:visible;
    opacity: 0.2;
}

.gecco-navbar a,
.gecco-flyout a {
    text-decoration: none !important;
    background-color: transparent;
}
.w-fixed-member-navigation {
    padding-top:56px;
}


/*override the member navigation fonts between projects*/
.member-navigation {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    height:56px;
}

.member-navigation h6 {
    font-size: 0.8rem !important;
    font-weight:700 !important;
}
.member-navigation .navbar-nav {
    /*this is to reset the min height for page-nav navs*/
    min-height:initial;
}
.page-nav {
    min-width:0;
}
.member-navigation .gecco-nav-item {
    position:relative;
}
.member-navigation-active::after {
    content:'';
    width:100%;
    height:2px;
    background-color: var(--midGrey);
    position:absolute;
    bottom:0;
    left:0;
}


.member-navigation .bg-secondary { background-color: var(--midGrey) !important }

.bg-gecco {
    background-color:var(--gecco)
}
.bg-gecco-dark {
    background-color:var(--geccoDark);
}


#GeccoNav {
    color: var(--white);
    background-color:var(--dark);
    width: 400px;
    height:100vh;
    position:fixed;
    left:-400px;
    transform: perspective(800px) translate3d(-50px, 0px, -200px) scale(1.2);
    top:0;
    padding:0 0 .5rem 0;
    z-index:1040;
    opacity:0;
    visibility: hidden;
    box-shadow:3px 0 16px var(--darkGrey);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: auto;
}
#GeccoNav a[role="button"] {
    cursor: pointer
}

#GeccoNav .member-nav-item i.fas,
#GeccoNav .member-nav-item i.far,
#GeccoNav .member-nav-item i.fab {
    margin-right:.75rem;
    text-align:center;
    width: 1.25em;
    min-width:1.25em
}
#GeccoNav&gt;* {
    opacity:0;
    transition: opacity 0.2s 0.2s;
}
.nav-row {
    flex-grow: 1;
}
.nav-image {
    width: 40px;
    height: 40px;
}
/* dynasearch override for navbar (ie. make smaller) */
.nav-input::placeholder {
    font-style:italic !important;
}
.nav-input {
    background-color: var(--geccoLight) !important;
    border: 1px solid #ced4da !important;
}



.nav-notification {
    font-family: "Roboto",sans-serif;
    position: absolute;
    left: 28px;
}
.nav-dropdown {
    border-radius: 0;
}
.member-nav-item {
    width:100%;
}
.member-nav-item a {
    padding:.5rem;
    display:block;
    border-radius:4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.member-nav-item a:hover {
    text-decoration: none;
}
.member-nav-item a:hover &gt;i {
    color: var(--lightGrey);
}
.member-nav-item a:hover,
.member-nav-item .show a {
    color: var(--lightGrey);
    background-color: var(--darkGrey);
}
.member-nav-item h6 {
    color: var(--midGrey);
    font-weight: bold;
}
.member-nav-item a&gt;i {
    color: var(--midGrey);
}
.member-nav-item a {
    font-weight: 500;
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:var(--white);
    display:flex;
    align-items:center;
}

.member-nav-item a &gt; span {
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-nav-settings {

}
.gecco-dropdown-menu {
    width:auto;
    background-color:var(--white);
    color:var(--dark);
    position:absolute;
    top:100%;
    z-index:1000;
    display:none;
    visibility:hidden;
    opacity:0;
    box-shadow: var(--navbarShadow);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: .5rem 0;
}
.gecco-dropdown-menu-right {
    right:0;
    left: initial;
}
.gecco-dropdown-menu.open {
    display:block;
    visibility: visible;
    opacity:1;
}
.gecco-dropdown-heading {
    padding: 0 1.5rem;
    font-size: 0.8rem !important;
    font-weight:700 !important;
    margin:0 !important;
}
.gecco-dropdown-container {
    max-height:300px;
    overflow-y: scroll;
}
.member-nav--children {
    list-style: none;
    margin:0;
    padding:0;
}
.member-nav--children__child&gt;a {
    padding: .5rem;
    margin-left: 5px;
    margin-right: 5px;
    color:var(--white)
}
.member-nav--children__child&gt;a:hover {
    background-color:var(--dark)
}

.navigation-grey {
    color: var(--midGrey);
    font-weight: bold;
}
h6.navigation-grey {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#GeccoNav [data-toggle="gecco-flyout"] {
    opacity: 0;
    -webkit-transition: all 0.1s 0.3s;
    -moz-transition: all 0.1s 0.3s;
    -ms-transition: all 0.1s 0.3s;
    -o-transition: all 0.1s 0.3s;
    transition: all 0.1s 0.3s;
}

#GeccoNav.open {
    opacity:1;
    visibility: visible;
    transform: perspective(0) translate3d(400px, 0, 0) scale(1);
}

#GeccoNav.open&gt;* {
    opacity:1;
}
#GeccoNav.open [data-toggle="gecco-flyout"] {
    opacity: 1;
}

.navigation-dynasearch &gt; label {
    background-color: var(--lightestGrey);
    border: 1px solid var(--lightGrey);
    border-radius: 3px;
    padding: 0 0.4rem;
    opacity: 0.8;
    position: absolute;
    top: 0.4rem;
    font-size: 0.8rem;
    right: 0.4rem;
    height: calc(100% - 0.8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkGrey);
}

.navigation-dynasearch&gt;input:focus ~ label {
    visibility:hidden
}

.gecco-page {
    min-height:100vh;
    display:flex;
    flex-direction:column;
}
.gecco-page &gt; .main {
    background-color:var(--lightestGrey);
    flex-grow:1;
}

/* body {
    background:rebeccapurple;
} */
.navbar-white-shadow {
    background:#fff;
    box-shadow:var(--navbarShadow)
}

/* deprecated */
#ProfileNav .nav-item.active .underline {
    /* content:''; */
    width:100%;
    height:3px;
    position:absolute;
    bottom:0;
    background:rebeccapurple;
    background:currentColor;
}
/* end deprecated: to be replaced by below */

#ProfileNav {
    z-index:1010
}
.profile-content {
    background-color:var(--lightestGrey)
}
.profile-nav-item {
    position:relative;
    margin:0 8px;
}
.profile-nav-item a {
    white-space:nowrap
}


.activeborder {
    color:var(--accentColor)
}
.nav-item.current .activeborder.bottom {
    width:100%;
    height:3px;
    position:absolute;
    bottom:0;
    background:rebeccapurple;
    background:currentColor;
}
/* move active border to left if. Used if in sidebar OR moved to dropdown */
.dropdown-menu .nav-item.current .activeborder {
    width: 3px;
    height: 100%;
    left: -8px;
}
.nav-item.current .activeborder.left {
    width:3px;
    height:100%;
    position:absolute;
    bottom:0;
    left:0;
    background:rebeccapurple;
    background:currentColor;
}


.list-group-item.current .activeborder.left {
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rebeccapurple;
    background: currentColor;
}


.dynasearch {
    position:relative
}
#dynasearch-input {
    padding:12px;
    font-size:18px;
    font-style:italic;
}
.dynasearch-container {
    display:block;
    position:absolute;
    z-index:-1;
    visibility:hidden;
    display: none;
    opacity:0;
    transform:translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.dynasearch-container.show {
    z-index:1000;
    visibility:visible;
    display: block;
    opacity:1;
    transform:translateY(0)
}
.dynasearch-scroll {
    height:100%;
    position:relative;
    overflow:auto;
    max-height:480px !important;
    width:360px;
    box-shadow:0 4px 32px -8px rgba(0,0,0,0.5);
}
.dynasearch-container .default-item {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    text-align:center;
    min-height:120px;
}
.dynasearch-container .default-item &gt; * {
    width:100%;
}
.dynasearch-container .member-item {
    overflow:hidden;
}

.member-item.inactive {
    background:var(--lightGrey);
}
.member-item.inactive * {
    color:var(--darkGrey) !important;
}
.member-item.inactive .profile-pic {
    background: var(--lightestGrey) !important;
    filter: grayscale(100%);
}
.dynasearch-container .member-item &gt; .group-identifier {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:8px;
    height:100%;
    transform:translateX(-4px);
    transition:all 0.2s;
}
.dynasearch-container .member-item.admin &gt; .group-identifier {
    background:rebeccapurple;
}
.dynasearch-container .member-item.admin .group-identifier:hover {
    transform:translateX(-1px);
}


.member-header {
    padding-top:3rem;
    padding-bottom:3rem;
}
.member-header *, .member-header {
    transition:all 0.2s;
}
.member-header.smaller {
    padding-top:0;
    padding-bottom:0;
}
.member-header.smaller .profile-pic {
    transform:scale(0.5);
    margin-left:-25%;
}
.member-header.smaller .profile-name-holder {
    margin-left:-40px;
}
.member-header.smaller h1 {
    font-size:1.8rem
}



.full-header {
    min-height:220px;
    background-size:cover;
    background-position:center;
    position:relative;
}
.full-header &gt; .container {
    position:relative;
}
.full-header::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(183deg, transparent, rgba(0,0,0,0.5) 80%);
}

/*pagenav*/
.page-nav {
    z-index:1010;
}
.page-nav .navbar-nav {
    min-height:56px;
}
.page-nav {
    min-width:0;
}


/*sitetree nav for the Gecco dashboard*/
.menu-1, .menu-2, .menu-3, .menu-4 { border:none } /*fixes issue with border not appearing unless on hover */
.menu-2::before,
.menu-3::before,
.menu-4::before {
    content:'';
    position:absolute;
    left:16px;
    bottom:50%;
    height:100%;
    width:12px;
    /*border-left: 2px solid;*/
    border-bottom:2px solid;
    border-color:var(--lightGrey)
}
/*.menu-2:not(:last-of-type)::after,*/
/*.menu-3:not(:last-of-type)::after,*/
/*.menu-4:not(:last-of-type)::after {*/
/*content:'';*/
/*position:absolute;*/
/*left:16px;*/
/*height:100%;*/
/*bottom:0;*/
/*}*/
.menu-2:first-of-type::before {
    height:50%;
}
.menu-2 &gt; * { margin-left:20px; }
.menu-3::before { left:28px; }
.menu-3 &gt; * { margin-left:36px; }
.menu-4::before { left:40px; }
.menu-4 &gt; * { margin-left:48px; }

.site-tree-children {
    position:relative;
}
.site-tree-children::before {
    content:'';
    position:absolute;
    z-index:1010;
    left:16px;
    border-left:2px solid var(--lightGrey);
    bottom:28.5px;
    height:calc(100% - 28.5px);
}
/*.site-tree-children::before {*/
/*z-index:1000;*/
/*background:red;*/
/*width:20px;*/
/*}*/
.site-tree-children.level-3::before { left: 28px; }
.site-tree-children.level-4::before { left: 40px; }
.site-tree-children.level-5::before { left: 52px; }

.site-tree-children.level-3::before,
.site-tree-children.level-4::before,
.site-tree-children.level-5::before {
    height:100%;
}

[aria-expanded="true"] &gt; .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}




/*custom fields*/
form .field.FULL {
    background:var(--lightGrey);
    padding:1.5rem 1rem 1rem 1rem;
    border:1px solid var(--darkGreyAlpha);
    border-radius:0.25rem;
}
form .field.FULL::before {
    content:'Visible to users with FULL access privileges';
    color:var(--darkGrey);
    display:block;
    font-size:0.8rem;
    text-align:right;
}
form .field.PARTIAL {
    background:var(--lightestGrey);
    padding:1.5rem 1rem 1rem 1rem;
    border:1px solid var(--midGreyAlpha);
    border-radius:0.25rem;
}
form .field.PARTIAL::before {
    content:'Visible to users with PARTIAL access privileges';
    color:var(--midGrey);
    display:block;
    font-size:0.8rem;
    text-align:right;
}



/*cards*/
.card .card-body .card-break {
    background-color:var(--lightestGrey);
    margin: 0 -1.25rem;
    padding:1.25rem;
}

/* Form messages */
.message.required {
    color: #EE2222;
}


/* Toast */

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
  }
  .toast.showing {
    opacity: 0;
  }
  .toast:not(.show) {
    display: none;
  }

  .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container &gt; :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
  }

  .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  }
  .toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
  }

  .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
  }

  /* ----- */

.gecco-navbar {
    color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;

    box-sizing: border-box;
    padding: .25rem 0;
}

.gecco-nav-row {
    width:100%;
    display: flex !important;
    flex-wrap: wrap;
    padding-left:15px;
    padding-right:15px;
}

.gecco-nav-col {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 50%;
    max-width: 50%;
}

.gecco-nav-col-end {
    justify-content: flex-end !important;
}

.gecco-nav-col-start {
    justify-content: flex-start !important;
}

.gecco-logo {
    vertical-align: middle;
    border-style: none;
    width:32px;
    height:32px;
}

.gecco-search-form {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box; !important
    border: 1px solid #ced4da !important;
    border-radius:4px !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
}

.gecco-nav-grey {
    color: var(--midGrey);
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0;
}

.gecco-nav-button {
    cursor: pointer;
    color: #fff !important;
    margin-right: 1rem !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gecco-nav-button:hover {
    background-color: rgba(0,0,0,0.1);
}

.gecco-member-nav-column {
    padding: 0 !important;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    flex-grow:1;
    display:flex;
    justify-content: space-between;
}
.gecco-member-nav-column h6 {
    margin: 24px 0;
}
.gecco-profile-dropdown {
    display: block;
    right: 0;
    left: auto;
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}

.gecco-dropdown-item {
    display: block;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.gecco-dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.gecco-dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}


.gecco-nav-button.profile-button {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.profile-button .nav-name {
    display:flex;
    flex-direction: column;
    margin-right:1rem;
}

.profile-button .nav-name p {
    color:var(--white);
    margin:0
}
.profile-button .nav-name .gecco-badge {
    background-color:var(--darkGrey);
    border-radius:4px;
    padding:0 .5rem;
}



.gecco-logout-text {
    text-align: right !important;
    font-size: 80%;
}

.gecco-bookmark-modal {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    transition: opacity .15s linear;
}

.gecco-bookmark-modal:not(.show) {
    opacity:0
}

.gecco-modal-dialog
{
    max-width: 500px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}

.gecco-modal-content
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}


[data-toggle="gecco-dropdown"] &gt; *,
[data-toggle="gecco-flyout"] &gt; * {
    pointer-events: none;
}

/*flyout*/

.gecco-flyout-toggle {
    cursor: pointer;
    color: #fff !important;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-decoration: none;
}

.gecco-flyout .gecco-dropdown-menu {
    background-color:var(--darkGrey);
    border-radius: 4px;
}

.gecco-flyout-container {
    height: 100% !important;
}

.gecco-flyout-row {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}

.gecco-flyout-header {
    justify-content: space-between !important;
    display: flex !important;
    flex: 0 0 100%;
    max-width: 100%;
}

.gecco-flyout-flex {
    padding: .5rem !important;
    flex-direction: column !important;
    display: flex !important;
}

.gecco-close-flyout-button {
    cursor: pointer;
    align-self: flex-start !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    text-decoration: none;
}

.gecco-close-flyout-button:hover {
    color: #212529;
    text-decoration: none;
}

.gecco-flyout-margin {
    margin-top: 3rem !important;
}

.gecco-flyout-column {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.gecco-flyout-header {
    height:56px;
    padding: .25rem 0 !important;
}

/*notifications*/

.notifications-dropdown-menu {
    width: 300px;
    right: 0;
    background-color:var(--white);
    color:var(--dark);
    padding-bottom: 36px;
    border:1px solid var(--lightGrey)
}

.notifications-dropdown {
    max-height: 420px;
    overflow-y:auto
}

.notification-item {
    position:relative;
    border-bottom: 1px solid var(--lightGrey);
    padding:.75rem;
}
.notification-item p {
    margin-top:0;
}

.notification-item a {
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.notification-item a:hover {
    background-color:rgba(0,0,0,0.1);
}

.notification-item .dismiss {
    position: absolute;
    z-index:2;
    top: .75rem;
    right: .75rem;
}
.notification-item .dismiss:hover {
    color: var(--midGrey);
    cursor:pointer;
}

.notifications-dropdown-menu .dropdown-footer {
    position:absolute;
    width:100%;
    height: 36px;
    bottom:0;
    display:flex;
    align-items: center;
    justify-content:center;
    padding:0;
    background-color:var(--lightGrey);
}

.notification-badge {
    display:flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
    position:absolute;
    top:2px;
    right:2px;
    background-color:var(--red);
    width:18px;
    height:18px;
    font-size:60%;
    border-radius:100%;
    box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

.loader-container {
    display:flex;
    align-items:center;
    justify-content: center;
}
.loader-container:hover {
    background-color:initial;
}


.gecco-navbar .small, .gecco-navbar small {
    font-size: 80%;
    font-weight: 400;
}



/*search*/
.dynasearch-container .member-item {
    overflow: hidden;
}
.dynasearch-list-group {
    color:var(--dark)
}
.dynasearch-list-group .list-group-item {
    background-color:var(--white);
}

.dynasearch-list-group .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}


.dynasearch-container .member-item.admin &gt; .group-identifier {
    background: rebeccapurple;
}
.dynasearch-container .member-item &gt; .group-identifier {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    transform: translateX(-4px);
    transition: all 0.2s;
}
.dynasearch-scroll {
    height: 100%;
    position: relative;
    overflow: auto;
    max-height: 480px !important;
    width: 360px;
    box-shadow: 0 4px 32px -8px rgba(0,0,0,0.5);
}
.dynasearch-container.show {
    z-index: 1000;
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.dynasearch-container {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    display: none;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.gecco-navbar .list-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}


.gecco-navbar .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.gecco-navbar .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.gecco-navbar .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.gecco-navbar .list-group-item a {
    color: var(--btnPrimary);
}
.gecco-navbar .text-white {
    color: #fff !important;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}
.gecco-navbar .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.gecco-navbar .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#GeccoNav a:visited {
    color: white;
}
.gecco-navbar a:visited {
    color: inherit !important
}

/* hide searchbar, name on mobile */
@media screen and (max-width: 768px) {
    .nav-input {
        display: none;
    }
}



@media screen and (max-width: 768px) {
    .navigation-dynasearch &gt; label {
        display:none;
    }

    .gecco-nav-col {
        max-width: 80%;
        flex-basis: 80%;
    }
    .gecco-nav-col-end {
        max-width: 20%;
        flex-basis: 20%;
    }
}



@media screen and (max-width: 991px) {
    .navbar-expand-lg .member-navigation-active::after {
        width:4px;
        height:100%;
        top:0;
        left:-16px;
    }

    .profile-button .nav-name {
        display:none;
    }
}

/*TODO: Add modal for bookmarks*/


/*utilities*/
.gecco-navbar .bg-grey, .gecco-flyout .bg-grey {
    background: var(--lightGrey) !important;
}
.gecco-navbar .d-flex, .gecco-flyout .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.gecco-navbar .flex-wrap, .gecco-flyout .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.gecco-navbar .align-items-center, .gecco-flyout .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.gecco-navbar .ml-2, .gecco-flyout .ml-2,
.gecco-navbar .mx-2, .gecco-flyout .mx-2 {
    margin-left: .5rem !important;
}
.gecco-navbar .text-muted, .gecco-flyout .text-muted {
    color: #6c757d !important;
}
.gecco-navbar .w-100, .gecco-flyout .w-100 {
    width: 100% !important;
}

/****** FILE: co-cmd--core/client/css/globalvars.css *****/
/* global */
:root {
    --cladBerry: #ef3d5d;
    --lightestGrey: #fbfaf6;
    --lightestGreyAlpha: rgba(251, 250, 246, 0.2);
    --lightGrey: #e4e3df;
    --lightGreyAlpha: rgba(228, 227, 223, 0.2);
    --midGrey: #8c8b88;
    --midGreyAlpha: rgba(140, 139, 136, 0.21);
    --bg-grey: var(--lightGrey);
    --gray: var(--midGrey);
    --darkGrey: #57584c;
    --darkGreyAlpha: rgba(87, 88, 76, 0.2);
    /*shadows*/
    --navbarShadow: 0 4px 32px -12px rgba(72, 73, 56, 0.5);
    --btnPrimary:#1b8da5;
    --btnPrimaryHover: #1b768e;
    --btnPrimaryDarken: #1c657e;
    --gecco: #50a559;
    --geccoDark: #0F6037;

    --accentColor: var(--primary);

    /*Bootstrap overrides*/
    --bs-nav-pills-link-active-bg: var(--btnPrimary);

    --light: var(--bs-light);
    --primary: var(--bs-primary);
    --secondary: var(--bs-secondary);
    --info: var(--bs-info);
    --success: var(--bs-success);
    --warning: var(--bs-warning);
    --danger: var(--bs-danger);
}


@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1480px;
    }
}


a {
    color: var(--btnPrimary)
}
a:hover {
    color:var(--btnPrimaryHover)
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color:var(--btnPrimary);
    border-color:var(--btnPrimary)
}
.btn-outline-primary {
    border-color:var(--btnPrimary)
}
.btn-primary:hover, .btn-outline-primary:hover {
    border-color:var(--btnPrimary);
    background-color:var(--btnPrimaryHover)
}
.badge-primary {
    background-color:var(--btnPrimary)
}
.text-primary {
    color:var(--btnPrimary) !important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle {
    background-color:var(--btnPrimaryDarken)
}
.dropdown-item.active, .dropdown-item:active {
    background-color:var(--btnPrimary)
}



.card-header {
    background-color:var(--lightestGrey)
}

.bg-gecco {
    background-color:var(--gecco)
}
.bg-gecco-dark {
    background-color:var(--geccoDark);
}

/****** FILE: co-cmd--core/client/css/bootstrap-overrides.css *****/
:root {
    --bs-primary: #1b8da5;
    --bs-primary-rgb: 27, 141, 165;
    --bs-link-color: var(--bs-primary)
}

.nav {
    --bs-nav-pills-link-active-bg: var(--btnPrimary);
    --bs-nav-link-color: var(--btnPrimary);
    --bs-nav-link-hover-color: var(--btnPrimaryDarken);
}

.navbar {
    --bs-navbar-color: var(--btnPrimary);
    --bs-navbar-hover-color: var(--btnPrimaryHover);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
}


a.list-group-item {
    color:var(--btnPrimary)
}

/****** FILE: co-cmd--core/client/css/gecco-core.css *****/
.gecco-page {
    min-height:100vh;
    display:flex;
    flex-direction:column;
}
.gecco-page &gt; .main {
    background-color:var(--lightestGrey);
    flex-grow:1;
}

#PageContainer {
    padding: 2rem calc(var(--bs-gutter-x) * .5);
}

/* body {
    background:rebeccapurple;
} */
.navbar-white-shadow {
    background:#fff;
    box-shadow:var(--navbarShadow)
}

/* deprecated */
#ProfileNav .nav-item.active .underline {
    /* content:''; */
    width:100%;
    height:3px;
    position:absolute;
    bottom:0;
    background:rebeccapurple;
    background:currentColor;
}
/* end deprecated: to be replaced by below */

#ProfileNav {
    z-index:1010
}
.profile-content {
    background-color:var(--lightestGrey)
}
.profile-nav-item {
    position:relative;
    margin:0 8px;
}
.profile-nav-item a {
    white-space:nowrap
}


.profile-pic {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.profile-pic.w-border {
    border:0.1em solid #fff
}
.profile-pic.stacked-pics {
    box-shadow:none;
}
.profile-pic.stacked-pics {
    margin-left:-0.6em;
}
.profile-pic {
    --profpicSize:12px;
    --profpicFont:calc(var(--profpicSize) / 2);
    width: var(--profpicSize);
    height: var(--profpicSize);
    min-width: var(--profpicSize);
    font-size: var(--profpicFont);
    border-radius:50%;
    text-shadow:0 3px 12px rgba(0,0,0,0.3);
    box-shadow:0 3px 16px rgba(0,0,0,0.1);
    cursor:default;
    text-decoration:none !important;
    /* font-size:2rem */
}
.profile-pic * {
    text-decoration:none !important;
}
a&gt;.profile-pic {
    cursor:pointer;
}
.profile-pic-12  { --profpicSize: 12px; }
.profile-pic-16  { --profpicSize: 16px; }
.profile-pic-24  { --profpicSize: 24px; }
.profile-pic-32  { --profpicSize: 32px; }
.profile-pic-40  { --profpicSize: 40px; }
.profile-pic-48  { --profpicSize: 48px; }
.profile-pic-56  { --profpicSize: 56px; }
.profile-pic-64  { --profpicSize: 64px; }
.profile-pic-72  { --profpicSize: 72px; }
.profile-pic-80  { --profpicSize: 80px; }
.profile-pic-88  { --profpicSize: 88px; }
.profile-pic-96  { --profpicSize: 96px; }
.profile-pic-104 { --profpicSize:104px; }
.profile-pic-112 { --profpicSize:112px; }
.profile-pic-120 { --profpicSize:120px; }
.profile-pic-128 { --profpicSize:128px; }
.profile-pic-136 { --profpicSize:136px; }
.profile-pic-144 { --profpicSize:144px; }
.profile-pic-152 { --profpicSize:152px; }
.profile-pic-160 { --profpicSize:160px; }
.profile-pic-168 { --profpicSize:168px; }
.profile-pic-176 { --profpicSize:176px; }
.profile-pic-184 { --profpicSize:184px; }
.profile-pic-192 { --profpicSize:192px; }
.profile-pic-200 { --profpicSize:200px; }
.profile-pic.no-pic {
    display:flex;
    justify-content:center;
    align-items: center;
    font-weight:700;
}
.profile-pic.no-pic &gt; span {
    color:#fff;
    margin-bottom:-2px;
}
.profile-pic {
    font-family: 'Rubik', sans-serif
}


/**
=================================
NAVIGATION
=================================
*/
.activeborder {
    color:var(--accentColor)
}
.nav-item.current .activeborder.bottom {
    width:100%;
    height:3px;
    position:absolute;
    bottom:0;
    background:rebeccapurple;
    background:currentColor;
}
/* move active border to left if. Used if in sidebar OR moved to dropdown */
.dropdown-menu .nav-item.current .activeborder {
    width: 3px;
    height: 100%;
    left: -8px;
}
.nav-item.current .activeborder.left {
    width:3px;
    height:100%;
    position:absolute;
    bottom:0;
    left:0;
    background:rebeccapurple;
    background:currentColor;
}


.list-group-item.current .activeborder.left {
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rebeccapurple;
    background: currentColor;
}

#NavContainer &gt; .list-group &gt;.list-group-item {
    background-color:transparent;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left:0.25rem;
}

#NavContainer &gt; .list-group &gt;.list-group-item.current {
    background-color:white;
}





/*
=================================
SEARCH
=================================
 */
.dynasearch {
    position:relative
}
#dynasearch-input {
    padding:12px;
    font-size:18px;
    font-style:italic;
}
.dynasearch-container {
    display:block;
    position:absolute;
    z-index:-1;
    visibility:hidden;
    display: none;
    opacity:0;
    transform:translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.dynasearch-container.show {
    z-index:1000;
    visibility:visible;
    display: block;
    opacity:1;
    transform:translateY(0)
}
.dynasearch-scroll {
    height:100%;
    position:relative;
    overflow:auto;
    max-height:480px !important;
    width:360px;
    box-shadow:0 4px 32px -8px rgba(0,0,0,0.5);
}
.dynasearch-container .default-item {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    text-align:center;
    min-height:120px;
}
.dynasearch-container .default-item &gt; * {
    width:100%;
}
.dynasearch-container .member-item {
    overflow:hidden;
}

        .member-item.inactive {
            background:var(--lightGrey);
        }
        .member-item.inactive * {
            color:var(--darkGrey) !important;
        }
        .member-item.inactive .profile-pic {
            background: var(--lightestGrey) !important;
            filter: grayscale(100%);
        }
.dynasearch-container .member-item &gt; .group-identifier {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:8px;
    height:100%;
    transform:translateX(-4px);
    transition:all 0.2s;
}
.dynasearch-container .member-item.admin &gt; .group-identifier {
    background:rebeccapurple;
}
.dynasearch-container .member-item.admin .group-identifier:hover {
    transform:translateX(-1px);
}


.member-header {
    padding-top:3rem;
    padding-bottom:3rem;
}
.member-header *, .member-header {
    transition:all 0.2s;
}
.member-header.smaller {
    padding-top:0;
    padding-bottom:0;
}
.member-header.smaller .profile-pic {
    transform:scale(0.5);
    margin-left:-25%;
}
.member-header.smaller .profile-name-holder {
    margin-left:-40px;
}
.member-header.smaller h1 {
    font-size:1.8rem
}



.full-header {
    min-height:220px;
    background-size:cover;
    background-position:center;
    position:relative;
}
.full-header &gt; .container {
    position:relative;
}
.full-header::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(183deg, transparent, rgba(0,0,0,0.5) 80%);
}

/*pagenav*/
.page-nav {
    z-index:1010;
}
.page-nav .navbar-nav {
    min-height:56px;
}
.page-nav {
    min-width:0;
}


/*sitetree nav for the Gecco dashboard*/
.menu-1, .menu-2, .menu-3, .menu-4 { border:none } /*fixes issue with border not appearing unless on hover */
.menu-2::before,
.menu-3::before,
.menu-4::before {
    content:'';
    position:absolute;
    left:16px;
    bottom:50%;
    height:100%;
    width:12px;
    /*border-left: 2px solid;*/
    border-bottom:2px solid;
    border-color:var(--lightGrey)
}
/*.menu-2:not(:last-of-type)::after,*/
/*.menu-3:not(:last-of-type)::after,*/
/*.menu-4:not(:last-of-type)::after {*/
    /*content:'';*/
    /*position:absolute;*/
    /*left:16px;*/
    /*height:100%;*/
    /*bottom:0;*/
/*}*/
.menu-2:first-of-type::before {
    height:50%;
}
.menu-2 &gt; * { margin-left:20px; }
.menu-3::before { left:28px; }
.menu-3 &gt; * { margin-left:36px; }
.menu-4::before { left:40px; }
.menu-4 &gt; * { margin-left:48px; }

.site-tree-children {
    position:relative;
}
.site-tree-children::before {
    content:'';
    position:absolute;
    z-index:1010;
    left:16px;
    border-left:2px solid var(--lightGrey);
    bottom:28.5px;
    height:calc(100% - 28.5px);
}
/*.site-tree-children::before {*/
    /*z-index:1000;*/
    /*background:red;*/
    /*width:20px;*/
/*}*/
.site-tree-children.level-3::before { left: 28px; }
.site-tree-children.level-4::before { left: 40px; }
.site-tree-children.level-5::before { left: 52px; }

.site-tree-children.level-3::before,
.site-tree-children.level-4::before,
.site-tree-children.level-5::before {
    height:100%;
}

[aria-expanded="true"] &gt; .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}




/*custom fields*/
form .field.FULL {
    background:var(--lightGrey);
    padding:1.5rem 1rem 1rem 1rem;
    border:1px solid var(--darkGreyAlpha);
    border-radius:0.25rem;
}
form .field.FULL::before {
    content:'Visible to users with FULL access privileges';
    color:var(--darkGrey);
    display:block;
    font-size:0.8rem;
    text-align:right;
}
form .field.PARTIAL {
    background:var(--lightestGrey);
    padding:1.5rem 1rem 1rem 1rem;
    border:1px solid var(--midGreyAlpha);
    border-radius:0.25rem;
}
form .field.PARTIAL::before {
    content:'Visible to users with PARTIAL access privileges';
    color:var(--midGrey);
    display:block;
    font-size:0.8rem;
    text-align:right;
}



/*cards*/
.card .card-body .card-break {
    background-color:var(--lightestGrey);
    margin: 0 -1.25rem;
    padding:1.25rem;
}

.card-full-height {
    height:100%;
}

.card-full-height.mb-1 {
    height:calc(100% - .25rem);
}
.card-full-height.mb-2 {
    height:calc(100% - .5rem);
}
.card-full-height.mb-3 {
    height:calc(100% - 1rem);
}
.card-full-height.mb-4 {
    height:calc(100% - 1.5rem);
}
.card-full-height.mb-5 {
    height:calc(100% - 6rem);
}

a.card, .card.card-link, label.card:not(.disabled) {
    cursor:pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.card:hover, .card.card-link:hover, label.card:not(.disabled):hover, input:checked+label.card {
    text-decoration: none;
    transform: translateY(-0.1rem);
    border-color:var(--primary)
}
input:checked+label.card {
    background:rgba(60,120,210,0.1)
}
label.card.disabled {
    background:rgba(0,0,0,0.05)
}
.addressoptionset input {
    display: none
}
.field.addressoptionset.card-deck {
    display:block !important;
}
.addressoptionset.card-deck:not(.field) {
    flex-flow:nowrap;
    overflow-x:scroll;
    padding: 12px 0;
}
.addressoptionset .card {
    min-width:120px;
}
.addressoptionset .card:not(.is-address) .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.addressoptionset .card.is-address {
    min-width:180px;
}

/* Form messages */
.message {
    position: relative;
    display: inline-block;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.message.required,
.message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


/* branch profiles */

.branch-profile .branch-banner {
    height:320px;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 3px 20px -4px rgba(0,0,0,0.4);
    margin:0 -15px;
}
.branch-profile .branch-banner ~ .branch-header .header .profile-pic {
    margin-top: -80px;
}
.branch-profile .header .profile-pic {
    margin-right:1.25rem;
}


/*filepond override*/
/*.filepond--panel.filepond--item-panel,*/
[data-filepond-item-state] .filepond--item-panel {
    background-color:transparent !important;
}
[data-filepond-item-state="idle"] .filepond--item-panel {
    background-color:#64605e !important;
}

.filepond--root {
    overflow-y:auto;
}



/*geccopermissioncheckboxset */

.geccopermissioncheckboxset li {
    display: flex;
    align-items: start;
}
.geccopermissioncheckboxset li &gt; input {
    margin-top:0.4rem
}

/****** FILE: co-cmd--core/client/css/multiforms.css *****/

/*progressbar*/
.form-steps-indicator {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display:flex;
}

.form-steps-indicator li {
    list-style-type: none;
    color: var(--gray);
    font-size: 12px;
    width: 33.33%;
    position: relative;
}

.form-steps-indicator li:before {
    content: counter(step);
    counter-increment: step;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--gray);
    border-radius: 25px;
    margin: 0 auto 10px auto;
    position:relative;
    z-index:1;
}

/*progressbar connectors*/
.form-steps-indicator li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--gray);
    position: absolute;
    left: -50%;
    top: 18px;
    z-index: 0; /*put it behind the numbers*/
}

.form-steps-indicator li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.form-steps-indicator li.current:before, .form-steps-indicator li.current:after, .form-steps-indicator li.completed:before, .form-steps-indicator li.completed:after {
    background: var(--success);
    color: white;
}
.form-steps-indicator li.current:before {
    box-shadow: 0px 0px 0px 10px rgba(180, 180, 40, 0.2);
}

/****** FILE: co-cmd--core/client/css/invoicing.css *****/
.modal .add-invoice-form {
    margin:0 -15px 0 -15px;
    padding: 1rem 27px;
}
.invoice-field {
    flex-grow:1;
    flex-basis: 200px;
}
.invoice-field &gt; label {
    width:240px;
}
.gst&gt;span {
    width:100%;
}
.form-control.readonly {
    border-color:transparent;
    background:transparent;
}
#Form_createInvoiceajaxbuttons {
    display:flex;
    justify-content:space-between;
    margin: 12px 0;
}

.invoice-wrapper {
    box-shadow: 6px 6px 25px -1px rgba(150,150,150,1);
}

.inline-flex-form {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.inline-flex-form &gt; fieldset {
    flex-grow:1;
}

.v-line{
    border-left: 2px solid grey;
    height: 50px;
}



/* profile page  */
.bundledpayment-holder::before {
    content:'';
    height:calc(100% - 60px);
    width:120px;
    position:absolute;
    top: 30px;
    right:-60px;
    border:1px solid #ccc;
    border-right:none;
}
.bundledpayment-holder.single::before {
    border-bottom:none;
}

.pagination-container .column-text {
    display: inline-block;
    margin: auto 0.5rem auto auto;
    width: min-content;
}
.pagination-container .column-sorter {
    display: flex;
    flex-direction: column;
    justify-content:center;
    height:100%;
    margin: auto auto auto 0.5rem;
}
.column-sorter&gt;i {
    cursor: pointer;
    color:var(--midGrey);
    font-size:1.6rem;
    line-height:0.8
}
.column-sorter&gt;i:hover {
    color: var(--darkGrey);
}
.column-sorter&gt;i.active {
    color: var(--primary)
}


.list-group-item &gt; .types {
    position:absolute;
    right:-15px;
    top:0;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    width:40px;
    z-index:999;
}

.list-group-item &gt; .types &gt; span {
    cursor:pointer;
    width:32px;
    height:32px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--midGrey);
    color:var(--light);
    box-shadow:0 3px 12px rgba(0,0,0,0.2);
    opacity:0.95;
    flex-shrink:0;
    transition: all 0.2s;
}

.list-group-item &gt; .types &gt; span:not(:first-child) {
    margin-left:-20%;
    z-index:998;
}

.list-group-item &gt; .types &gt; span:hover {
    opacity:1;
}

/****** FILE: gecco-courses/client/css/courses.css *****/
.list-item--courseenrolment, .list-item--qualificationenrolment {
    margin-bottom:1rem;
    border-radius: 0.375rem !important;
}
.list-group-item.list-item--courseenrolment+.list-group-item.list-item--courseenrolment,
.list-group-item.list-item--qualificationenrolment+.list-group-item.list-item--qualificationenrolment {
    border-top-width: 1px;
}

</pre></body></html>