﻿.main {
    padding-left: 0 !important;
    font-family: Arial, sans-serif;
}
    .main > div {
        padding-left: 0.5rem !important;
    }

html, body, app, .DialogPage {
    background-color: #F2EFEA;
}

.loginPage {
    background-color: #D00033;
    height: 100vh;
    width: 100vw;
}

label {
    margin-bottom: 0px;
}

.overlap {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline;
}

.baseimage {
    position: relative;
    z-index: 0;
}

.overimage {
    position: absolute;
    right: 0px;
    height: 32px;
    width: 32px;
    padding: 2px;
}

.loginLogo {
    width:30vw; 
    text-align: center; 
    margin-top: 2vh; 
    max-width: 800px; 
    max-height: 200px;
}

.loginForm {
    z-index: 3
}

#list-container {
    position: relative;
    /* height: 100%;*/
    width: 100%;
    margin: 2px auto;
    background: transparent;
    text-align: start;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
}

    #list-container div {
        display: inline-block;
        width: 475px;
        /* height: 675px; */
        margin: 0.5em;
        padding: 3px;
        white-space: normal;
        text-align: center;
        /* Rounded border around list
        border-radius: 10px;
        border: .5px solid #73AD21;*/
    }

.table-container {
    width: 475px;
    table-layout: fixed;
    border-collapse: collapse;
}

    .table-container tbody {
        display: block;
        width: 100%;
        overflow: auto;
        /* height: 575px; */
    }

    .table-container thead tr {
        display: block;
    }

    .table-container thead {
        background: black;
        color: #fff;
    }

    .table-container th,
    .table-container td {
        padding: 5px;
        text-align: left;
        width: 225px;
    }

.table-footer-label {
    padding: 4px;
    margin-top: 0.2px;
    height: 30px;
    display: inline-block;
}

th:first-of-type {
    border-top-left-radius: 6px;
}

th:last-of-type {
    border-top-right-radius: 6px;
}

tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 6px;
}

tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 6px;
    margin-bottom: 6px;
}

.scroll-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    width: 100vw;
}

.LevelIndent-0 {
    padding-left: 0px;
    width: 30px;
}

.LevelIndent-1 {
    padding-left: 30px;
    width: 60px;
}

.LevelIndent-2 {
    padding-left: 60px;
    width: 90px;
}

.LevelIndent-3 {
    padding-left: 90px;
    width: 120px;
}

.horizontalPadding {
    padding-left: 0.5rem;
}

.mandatory {
    font-weight: bold;
    color: red;
}

.client-entry, .noprompt, .outcomeEntry, .NoError {
    display: grid;
    grid-template-columns: calc(100% - 24px) 24px;
    grid-template-rows: 26px 34px 22px;
    margin-right: 2px;
    margin-bottom: 6px;
    text-align: left;
}

.client-entry-input::placeholder {
    color: gray;
}

.client-entry-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: gray;
}

.client-entry-input::-moz-placeholder { /* Firefox 19+ */
    color: gray;
}

.client-entry-input::-moz-placeholder { /* Firefox 18- */
    color: gray;
}

.client-entry-input:-ms-input-placeholder { /* Edge/IE 10+ */
    color: gray;
}

.InlineControl {
    grid-template-columns: calc(100% - 24px) 24px;
    grid-template-rows: 0px 30px 0px;
}

.ReversedInline {
    grid-template-rows: 0px 30px 0px;
    border: none;
    margin-top: -6px;
    background-color: transparent;
}

.reversed-select {
    color: white;
    background-color: transparent;
}

.reversed-option{
    color: black;
}

.NoError {
    grid-template-rows: 26px 34px 0px;
}

.rows-2 {
    grid-template-rows: 26px 52px 22px;
    height: 102px;
}

.rows-2.NoError {
    grid-template-rows: 26px 52px 0px;
    height: 82px;
}

.rows-3 {
    grid-template-rows: 26px 80px 22px;
    height: 120px;
}

.rows-4 {
    grid-template-rows: 26px 136px 22px;
    height: 178px;
}

.rows-5 {
    grid-template-rows: 26px 126px 22px;
    height: 180px;
}

.client-toggle, .client-toggle-small, .client-toggle-wide {
    display: grid;
    grid-template-columns: 252px 24px;
    grid-template-rows: 26px 34px;
    margin-right: 2px;
    margin-bottom: 6px;
    text-align: left;
}

.client-toggle-small {
    grid-template-columns: 120px 24px;
}

.client-toggle-wide {
    grid-template-columns: 350px 24px;
}

.dash-toggle {
    grid-template-columns: 120px 24px;
    grid-template-rows: 0px 30px;
}

.dashSearch::placeholder {
    color: #fff;
}

.dashSearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.dashSearch::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.dashSearch::-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.dashSearch:-ms-input-placeholder { /* Edge/IE 10+ */
    color: #fff;
}

.info {
    grid-column: 2;
    grid-row: 1;
    float: right;
    margin-top: 2px;
    height: 20px;
    width: 20px;
    padding: 1px;
}
    .info:hover {
        cursor: pointer;
        height: 20px;
        width: 20px;
        padding: 0px;
    }

.info-box {
    position: relative;
    color: white;
    margin-top: -130px;
    margin-left: -44px;
    width: 220px;
    height: 120px;
    background-color: #23A2EB;
    box-shadow: 0px 0px 4px 4px rgba(163, 163, 163, 0.5);
    padding: 6px;
    border-radius: 6px;
    border: none;
    z-index: 1000;
    display:inline-block;
}
    .info-box:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #23A2EB transparent;
        border-width: 12px 13px 0;
        bottom: -12px;
        left: 15%;
        margin-left: -12px;
    }

.info-box-left {
    position: relative;
    color: white;
    margin-top: -130px;
    margin-left: -144px;
    width: 220px;
    height: 120px;
    background-color: #23A2EB;
    box-shadow: 0px 0px 4px 4px rgba(163, 163, 163, 0.5);
    padding: 6px;
    border-radius: 6px;
    border: none;
    z-index: 1000;
    display: inline-block;
}
    .info-box-left:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #23A2EB transparent;
        border-width: 12px 13px 0;
        bottom: -12px;
        left: 60%;
        margin-left: -12px;
    }
.info-box-below {
    position: relative;
    color: white;
    margin-top: 34px;
    margin-left: -44px;
    width: 220px;
    height: 120px;
    background-color: #23A2EB;
    box-shadow: 0px 0px 4px 4px rgba(163, 163, 163, 0.5);
    padding: 6px;
    border-radius: 6px;
    border: none;
    z-index: 1000;
    display: inline-block;
}

    .info-box-below:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #23A2EB transparent;
        border-width: 0px 12px 13px;
        bottom: 120px;
        left: 15%;
        margin-left: -12px;
    }


.info-text {
    color: white;
    background-color: #23A2EB;
    width: 200px;
    border: none;
    resize: none;
    display: inline;
}

.client-entry-prompt {
    width: 100%;
    grid-column: 1;
    grid-row: 1;
}

.client-entry-input, .dashSearch {
    border-radius: 6px;
    border: none;
    vertical-align: bottom;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    padding-left: 0.5rem;
}

.client-editor-input {
    height: auto;
    border-radius: 6px;
    border: none;
    padding-left: 0.5rem;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
}

client-entry-input:disabled {
    background: #C2BFBB;
    color: black;
    font-weight: bold;
}

select {
    height: 34px;
    text-rendering: auto !important;
}

    select:disabled {
        background-color: #C2BFBB;
        color: black;
        font-weight: bold;
        opacity: 1;
    }

client-editor-input:disabled {
    background: #C2BFBB;
    color: black;
    font-weight: bold;
}

.select.client-entry-input {
    height: 34px;
}

.noprompt {
    grid-template-rows: 8px 34px 8px;
}

.outcomeEntry {
    grid-template-rows: 2px 28px 2px;
}

.toggle-button {
    grid-column: 1;
    grid-row: 2;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 34px;
}

.dashSearch {
    background-color: transparent;
    border-bottom: solid 1px white;
    border-radius: 0;
    color: #fff;
}

.error-label {
    color: red;
    grid-column: 1;
    grid-row: 3;
}

.error-image {
    left: 0px;
    height: 24px;
    width: 24px;
    margin-top: 4px;
    margin-left: 4px;
    grid-column: 2;
    grid-row: 2;
}

.password-image {
    position:relative;
    right: 30px;
    height: 10px;
    margin-top: 11px;
    margin-left: 4px;
    grid-row: 2;
}

.disable-element {
    pointer-events: none;
    opacity: 0.4;
}

.contactsStyle {
    background-color: #869DBF;
}

.page-header {
    background-color: #D00033;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 78px;
    width: 100%;
    padding-left: 10px;
}

.page-sub-header {
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 100%;
}

.inlineImage {
    display: inline-block;
    margin-top: 4px;
}

.leftStacked {
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.centreStacked {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.rightStacked {
    display: inline-block;
    float: right;
    vertical-align: middle;
    /*margin-right: 16px; */
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leftButton {
    float: left;
}

.rightButton {
    float: right;
}

.page-header-button, .logoff-button {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 4px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-color: #B00033;
    padding: 3px;
}

.advisor-button {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    margin-top: 14px;
    background-repeat: no-repeat;
    padding: 4px;
    background-color: #B00033;
    color: white;
}
.notifications-button {
    border: none;
    border-radius: 6px;
    display: inline-block;
    margin-top: 14px;
    background-repeat: no-repeat;
    padding: 4px;
    background-color: #A00033;
    color: white;
}
.bell {
    animation: ring 4s .7s ease-in-out infinite;
    animation-iteration-count: 1;
    transform-origin: 50% 4px;
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
.expando {
    height: 36px;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
.expandoHR {
    height: 2px;
    border-width: 2px;
    margin: 0px;
    margin-top: 2px;
    opacity: 1;
}

.ClientLabel {
    display: inline-block;
    margin-left: 10px;
}

.ClientButton, .ClientButtonSmall, .ClientButtonMedium, .ClientButtonWide, .ClientButtonVeryWide, .ClientButtonList, .ClientButtonCentered,
.DashButton, .custom-file-upload, .FilterButton, .ReversedButton, .tiny-button, .paging-button,
.bottom-right, .bottom-left, .InfoButtonButton, .InfoButtonButtonLarge, .ClientButtonRow, .PlayVideoButton {
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    color: white;
    height: 28px;
    width: 100px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.ClientButton, .ClientButtonSmall, .ClientButtonMedium, .ClientButtonWide, .ClientButtonVeryWide, .custom-file-upload {
    margin-top: 26px;
}

.ClientButtonCentered {
    margin-top: 10px;
}

.ClientButtonSmall {
    width: 80px;
    font-size: 13px;
}

.ClientButtonMedium {
    width: 120px;
}

.ClientButtonWide, .PlayVideoButton {
    width: 180px;
}

.PlayVideoButton {
    margin-top:16px;
}

.ClientButtonVeryWide {
    width: 220px;
}

.ClientButtonList, .FilterButton {
    height: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: smaller;
}

.ClientButtonRow {
    height: 28px;
    vertical-align: top;
    margin-top: 0px;
}

.FilterButton {
    width: 40px;
    background-color: white;
    color: black;
}

.InfoButton {
    display: inline-block;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
    text-align: left;
}

.info-box-button{
    height: 26px;
    width: 100px;
    border-radius: 4px;
    color: white;
    padding: 0;
    font-size: 12px;
}

.InfoButtonButton {
    width: 140px;
    margin-top:24px;
}

.InfoButtonButtonLarge {
    width: 180px;
    margin-top: 24px;
}

.DCAPageLabel {
    display: block;
    background-color: #F2EFEA;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3B96C8;
    border-bottom: 2px solid #3B96C8;
}
.DCAPageButton {
    display: block;
    background-color: #F2EFEA;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #41A6DC;
    border-bottom: 2px solid #41A6DC;
}
    .DCAPageButton:hover {
        cursor: pointer;
        font-size: 20px;
        padding: 9px;
    }

.ReversedButton {
    margin-top: 10px;
    border: 2px solid #FFFFFF;
}

.tiny-button {
    height: 26px;
    width: 50px;
    border-radius: 4px;
    color: black;
    padding: 0;
}

.paging-button {
    height: 26px;
    width: 40px;
    border-radius: 0px;
    margin: 0px;
    margin-top: 2px;
    color: black;
    background-color: #D3D3D3;
}
    .paging-button:disabled {
        color: #aaaaaa;
    }

.bottom-right {
    position: absolute;
    /*width: 160px; */
    right: 0px;
    bottom: 0px;
    background-color: #008ae3;
}

.bottom-left {
    position: absolute;
    /*width: 160px; */
    left: 0px;
    bottom: 0px;
    background-color: #008ae3;
}

.form-control {
    height: 34px;
    border: none;
}

.page-sub-header .ClientButton {
    margin-top: 6px;
}
.page-sub-header .ClientButtonWide {
    margin-top: 6px;
}

.HeaderTitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 40px;
    margin-top: 10px;
}

.HeaderLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    color: white;
    height: 40px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: calc(50vw);
    overflow-y: hidden;
}

.ExpandoLabel {
    font-size: 18px;
    font-weight: bold;
}

.expando img {
    height: 28px;
    width: 28px;
}

.outcomeHeader {
    height: 140px;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: bold;
}

.outcomeSectionName {
    padding-top: 6px;
    font-size: 16px;
    font-weight: bold;
}

.rotated {
    height: 120px;
    overflow-wrap: break-word;
}

th.rotated > div {
    
    transform: translate(-20px, -60px) rotate(-60deg);
    width: 10pc;
}

    th.rotated > div > span {
        padding: 5px 10px;
    }

.DialogPage {
    width: 90vw;
    height: 85vh;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 500px;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.DialogResponse {
    max-width: 90vw;
    min-width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.DialogTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.buttonRow {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.dialogButtonRow {
    width: 100%;
    display: inline-block;
}

.dialogPageButtonRow {
    display: flex;
    justify-content: space-between;
    align-self: end;
    margin-left: inherit;
    margin-right: inherit;
}

.left-toggle-on, .left-toggle-off {
    border: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 30px;
    margin-right: -3px;
    padding: 4px;
    min-width: 60px;
}

.left-toggle-on:focus {
    outline: 0;
}
.left-toggle-off:focus {
    outline: 0;
}

.left-toggle-on {
    border: 1px groove white;
}
.left-toggle-off {
    border: 1px inset white;
}

.right-toggle-on, .right-toggle-off {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 30px;
    margin-left: -3px;
    padding: 4px;
    min-width: 60px;
}
.right-toggle-on:focus {
    outline: 0;
}
.right-toggle-off:focus {
    outline: 0;
}

.right-toggle-on {
    border: 1px groove white;
}

.right-toggle-off {
    border: 1px inset white;
}

.dashListItemStyle {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 4px;
    padding-bottom: 0px;
    overflow-x: hidden;
    max-width: calc(100%);
}

.dashHeaderItemStyle {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-top: 2px;
    vertical-align: super;
    height:28px;
}
    .dashHeaderItemStyle label:hover {
        cursor: pointer;
    }
    .dashHeaderItemStyle img:hover { 
        cursor: pointer;
    }

.dashQualifierItemStyle {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 4px;
    padding-bottom: 0px;
    overflow-x: hidden;
    max-width: calc(100%);
}

.dashListImage {
    height: 32px;
    width: 32px;
    padding: 2px;
}
    .dashListImage:hover {
        cursor: pointer;
        border: 1px inset transparent;
    }

.dashListHeaderImage {
    height: 28px;
    width: 28px;
    padding: 2px;
}

    .dashListHeaderImage:hover {
        cursor: pointer;
        border: 1px inset transparent;
    }

.showOnHover {
    display: none;
}

.ListImage {
    height: 32px;
    width: 32px;
    padding: 2px;
    text-align: center;
}


.column-header {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: black;
    height: 40px;
    margin-top: 10px;
    background-color: #D3D3D3;
}

.FilterHeader {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 40px;
    margin-top: 8px;
}

.ItemHeader {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    margin-top: 8px;
}

.QualifierHeader {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    height: 40px;
    margin-top: 8px;
}

input:disabled {
    background: #C2BFBB;
    color: black;
    font-weight: bold;
}

button:disabled {
    background-color: #aaaaaa !important;
}

textarea:disabled {
    background: #C2BFBB;
    color: black;
    font-weight: bold;
    opacity: 1;
    resize: none;
}

input[type="date"] {
    -webkit-appearance: textfield;
}

.list-header {
    background-color: #D3D3D3;
    color: black;
    padding: 6px;
    padding-right: 0px;
    height: 34px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.dashlist {
    position: relative;
    color: black;
    padding: 6px;
    margin: 8px;
    vertical-align: top;
    display: inline-block;
}

.DCAdashlist {
    position: relative;
    color: black;
    padding: 6px;
    margin: 8px;
    vertical-align: top;
    display: inline-block;
}

.dashlist-header {
    padding: 6px;
    height: 34px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    border-radius: 0;
}

.list-row, .dashlist-row, .dashlist-row-no-separator {
    background-color: white;
    border-bottom: 1px solid #D3D3D3;
    padding-left: 6px;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
}

.list-row-no-separator {
    background-color: white;
    padding-left: 6px;
    font-size: 14px;
    height: 26px;
}

    .list-row:hover, .dashlist-row:hover, .list-row-no-separator:hover, .listlongItemStyle:hover {
        background-color: #ddd;
    }

.list-row:last-child {
    border-bottom: none;
}

.listlongItemStyle {
    width: calc(80vw - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dashlistbody {
    display: block;
    height: calc(95vh - 250px);
    max-height: calc(95vh - 250px);
    overflow-y: scroll;
    background-color: white;
}

.dashlist-row {
    height: 34px;
    border-radius: 0px;
}

.dashlist-row-no-separator {
    height: 30px;
    border-bottom: none;
    border-radius: 0px;
}

.dashListColumn {
    background-color: transparent;
    padding: 3px;
}

.dashListFooter {
    border-bottom-left-radius: 6px; 
    border-bottom-right-radius: 6px; 
    background-color: white; 
    width: 100%; 
    height: 50px; 
    padding: 6px;
}

.dca-header {
    color: black;
    padding: 6px;
    display: inline-block;
    margin: 8px;
    width: 30vw;
    vertical-align: top;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

th:first-child {
    border-top-left-radius: 6px;
}

th:last-child {
    border-top-right-radius: 6px;
}

.stage-over {
    position: absolute;
    bottom: 0;
    right: 0;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    cursor: pointer;
    color: white;
    width: 160px;
    text-align: center;
    padding-top: 4px;
}

.padded {
    padding-top: 8px;
    padding-bottom: 8px;
}

#picklist {
    width: 100%;
    display: block;
    /* min-height: 50vh; */
    height: calc(75vh - 300px);
    /*max-height: calc(75vh - 320px); */
    overflow: auto;
    overflow-y: scroll;
    background-color: white;
    border-top: 6px;
}

.fixedHeader {
    position: relative;
    display: block;
    width: 100%;
}

.modal-overlay-v2 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.blazored-custom-modal, .dialogSmall, .dialogBasic {
    display: flex;
    margin-inline: auto;
    flex-direction: column;
    width: 90vw;
    max-height: 90vh;
    background-color: #F2EFEA;
    border-radius: 6px;
    padding: 0.75rem;
    z-index: 102;
    box-shadow: none;
    min-width: fit-content;
}

.blazored-custom-modal-v2.requestDialog {
    width: 70vw;
}

.scrollList {
    /*display: block;*/
    /* min-height: 50vh; */
    height: calc(75vh - 300px);
    /*overflow: auto;*/
    /*overflow-y: scroll; */
    background-color: white;
}

.dialogSmall {
    width: 50vw;
}

.dialogBasic {
    width:fit-content;
}

ul, li {
    margin: 0;
    padding: 0;
}

.inline {
    display: inline-block;
}

.fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 5s, opacity 5s linear;
}

/* Check Box*/
.checkbox-container {
    display: inline-block;
    position: relative;
    height:26px;
    padding-left: 25px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid red;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkbox-container input:checked ~ .site-checkmark {
    background-color: #41A6DC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user-checkmark {
    border: 1px solid #996F7A;
}

.site-checkmark {
    border: 1px solid #41A6DC;
}

.resource-checkmark {
    border: 1px solid #E48501;
}

.checkbox-container input:checked ~ .user-checkmark {
    background-color: #996F7A;
}
.checkbox-container input:checked ~ .site-checkmark {
    background-color: #41A6DC;
}
.checkbox-container input:checked ~ .resource-checkmark {
    background-color: #E48501;
}
/* centered columns styles */
.rowCentered {
    display: flex;
    justify-content: space-around;
}

.wrapper {
    flex-direction: column;
}

.table-responsive {
    width: 492px;
    overflow: scroll;
}

.centredText {
    text-align: center;
}

.borderTop {
    border-top: solid 2px;
}

.standardFooter {
    z-index: 1; 
    position: fixed; 
    bottom: 0; 
    width: 50%; 
    max-width: 700px;
}

.versionString {
    position: fixed;
    right: 0;
    margin: 20px;
    bottom: 0;
}

.resourceImage {
    max-width: 100%;
    max-height: 204px;
}

/* Loading animation */
.loadingMessage {
    position: absolute;
    z-index: 1000;
    text-align: center;
    font-size: 18px;
    margin-top: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

/* Loading animation */
.busyMessage {
    position: relative;
    height: 100%;
    z-index: 1000;
    text-align: center;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.spinner {
    margin: 0 auto 0;
    width: 170px;
    text-align: center;
}

    .spinner > div {
        width: 16px;
        height: 16px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* Map styles */
.mapInfo {
    font-size: 14px;
}

.mapInfoheader {
    font-size: larger;
    font-weight: bold;
}
/*Menu*/
.dropdownmenu {
    position: absolute;
    z-index: 10;
    right: 0px;
    background-color: white;
    padding: 6px;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 8px;
    border: 2px solid #D00033;
}
    .dropdownmenu label:hover {
        cursor: pointer;
    }

    .dropdownmenu img:hover {
        cursor: pointer;
        border: 1px inset transparent;
    }

.menuButton {
    width: 36px;
    height: 36px;
}
.question {
    width: 90vw;
    margin-top: 6px;
    font-size: 16px;
    margin: 20px;
    font-weight: bold;
    border-left: 2px solid black;
    padding: 6px;
}
.answer {
    display: block;
    max-height: calc(95vh - 50px);
    margin: 12px 0px 8px 20px;
    background-color: white;
    padding: 6px;
    border-radius: 6px;
    width: 90vw;
    font-weight: normal;
    font-size: 14px;
    overflow-y: scroll;
}

.lds-dual-ring {
    display: inline-block;
    width: 30px;
    height: 30px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        margin: 2px;
        border-radius: 50%;
        border: 4px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.createSynergyIcon {
    height: 26px;
    float: right;
}

.bottom {
    vertical-align: bottom;
}

.percentLabel {
    vertical-align: middle;
    margin-bottom: 4px;
}

.super {
    vertical-align: super;
}

/* Widths*/

.width5pc {
    width: 5%;
}

.width8pc {
    width: 8%;
}

.width10pc {
    width: 10%;
}

.width12pc {
    width: 12%;
}

.width15pc {
    width: 15%;
}

.width20pc {
    width: 20%;
}

.width25pc {
    width: 25%;
}

.width30pc {
    width: 30%;
}

.width35pc {
    width: 35%;
}

.width40pc {
    width: 40%;
}

.width45pc {
    width: 45%;
}

.width50pc {
    width: 50%;
}

.width55pc {
    width: 55%;
}

.width60pc {
    width: 60%;
}

.width65pc {
    width: 65%;
}

.width75pc {
    width: 75%;
}

.width100pc {
    width: 100%;
}

.width8vw {
    width: 8vw;
}

.width10vw {
    width: 10vw;
}

.width12vw {
    width: 12vw;
}

.width15vw {
    width: 15vw;
}

.width20vw {
    width: 20vw;
}

.width22vw {
    width: 22vw;
}

.width25vw {
    width: 25vw;
}

.width30vw {
    width: 30vw;
}

.width35vw {
    width: 35vw;
}

.width40vw {
    width: 40vw;
}

.width40vw6 {
    width: calc(40vw * 0.6);
}

.width40vw6-10 {
    width: calc(40vw * 0.6 - 10px);
}

.width40vw-12 {
    width: calc(40vw - 12px);
}

.width40vw3 {
    width: calc(40vw * 0.3);
}

.width40vw6m {
    width: calc(40vw * 0.6);
    max-width: calc(40vw * 0.6);
}

.width40vw3-10 {
    width: calc(40vw * 0.3 - 10px);
}

.width45vw {
    width: 45vw;
}

.width50vw {
    width: 50vw;
}

.width50vw6 {
    width: calc(50vw * 0.6);
}

.width50vw6m {
    width: calc(50vw * 0.6);
    max-width: calc(50vw * 0.6);
}

.width50vw-12 {
    width: calc(50vw - 12px);
}

.width50vw6-10 {
    width: calc(50vw * 0.6 - 10px);
}

.width50vw3 {
    width: calc(50vw * 0.3);
}

.width50vw3-10 {
    width: calc(50vw * 0.3 - 10px);
}

.width55vw {
    width: 55vw;
}

.width60vw {
    width: 60vw;
}

.width65vw {
    width: 65vw;
}

.width75vw {
    width: 75vw;
}

.width80vw {
    width: 80vw;
}

.width15px {
    width: 15px;
}

.width26px {
    width: 26px;
}

.width30px {
    width: 30px;
}

.width44px {
    width: 44px;
}

.width60px {
    width: 60px;
}

.width800px {
    width: 800px;
}

/*Heights*/
.height50px {
    height: 50px;
}

.height58px {
    height: 58px;
}

.height75vh {
    height: 75vh;
}

.height100pc {
    height: 100%;
}

.maxWidth25vw {
    max-width: 25vw;
}

.maxWidth60vw {
    max-width: 60vw;
}

.maxWidth70vw {
    max-width: 70vw;
}

.maxHeight40 {
    max-height: 40vh;
}

.maxHeight50vh {
    max-height: 50vh;
}

.maxHeight70vh {
    max-height: 70vh;
}

.maxHeight200px {
    max-height: 200px;
}

.height30px {
    height: 30px;
}

.margin0px {
    margin: 0px;
}

.margin4px {
    margin: 4px;
}

.margin8px {
    margin: 8px;
}

.margin20px {
    margin: 20px;
}

.margin40px {
    margin: 40px;
}

.marginTop-2px {
    margin-top: -2px;
}

.marginTop-4px {
    margin-top: -4px;
}

.marginTop-20px {
    margin-top: -20px;
}

.marginTop-28px {
    margin-top: -28px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop20px {
    margin-top: 20px;
}

.marginTop24px {
    margin-top: 24px;
}

.marginTop30px {
    margin-top: 30px;
}

.marginTop2vh {
    margin-top: 2vh;
}

.marginTop5vh {
    margin-top: 5vh;
}

.marginTop20vh {
    margin-top: 20vh;
}

.marginLeft8px {
    margin-left: 8px;
}

.marginLeft50px {
    margin-left: 50px;
}

.marginLeft55px {
    margin-left: 55px;
}

.marginLeft30pc {
    margin-left: 30pc;
}

.marginBottom-8 {
    margin-bottom: -8px;
}

.marginBottom8 {
    margin-bottom: 8px;
}

.marginRight20px {
    margin-right: 20px;
}
/* Modes*/

.loadingMessage.SitesMode {
    color: #41A6DC;
}

.loadingMessage.ResourcesMode {
    color: #F29301;
}

.loadingMessage.SynergiesMode {
    color: #169F95;
}

.loadingMessage.WorkshopsMode {
    color: #999C6E;
}

.loadingMessage.ContactsMode {
    color: #869DBF;
}

.loadingMessage.LoginMode {
    color: white;
}

.SitesMode {
    color: #41A6DC;
}

.SiteVisitsMode {
    color: #41A6DC;
}

.ResourcesMode {
    color: #F29301;
}

.SynergiesMode {
    color: #169F95;
}

.RequestsMode {
    color: #169F95;
}

.UserMode {
    color: #996F7A;
}

.WorkshopsMode {
    color: #999C6E;
}

.ContactsMode {
    color: #869DBF;
}

.ActionsMode {
    color: #CE1F3B;
}

.AdvisorMode {
    color: #979797;
}

.NotificationsMode {
    color: #878787;
}

.SitesMode.dashListHeader {
    background-color: #41A6DC;
}

.SiteVisitsMode.dashListHeader {
    background-color: #41A6DC;
}

.ResourcesMode.dashListHeader {
    background-color: #F29301;
}

.SynergiesMode.dashListHeader {
    background-color: #169F95;
}

.RequestsMode.dashListHeader {
    background-color: #169F95;
}

.UserMode.dashListHeader {
    background-color: #996F7A;
}

.WorkshopsMode.dashListHeader {
    background-color: #999C6E;
}

.ContactsMode.dashListHeader {
    background-color: #869DBF;
}

.SiteActionsMode.dashListHeader {
    background-color: #41A6DC;
}

.SynergyActionsMode.dashListHeader {
    background-color:  #1D7873;
}

.SitesHeaderMode {
    background-color: #EDF6FB;
}

.SiteVisitsHeaderMode {
    background-color: #EDF6FB;
}

.ResourcesHeaderMode {
    background-color: #FDF4E5;
}

.SynergiesHeaderMode {
    background-color: #E7F5F5;
}

.RequestsHeaderMode {
    background-color: #E7F5F5;
}

.UserHeaderMode {
    background-color: #CC94A2;
}

.WorkshopsHeaderMode {
    background-color: #F4F4EF;
}

.ContactsHeaderMode {
    background-color: #C6DDEF;
}

.SiteActionsHeaderMode {
    background-color: #EDF6FB;
}

.SynergyActionsHeaderMode {
    background-color: #E7F5F5;
}


label.SitesMode {
    color: #41A6DC;
}

    label.SitesMode.custom-file-upload {
        color: white;
        background-color: #3B96C8;
    }

label.ResourcesMode{
    color: #F29301;
}
    label.ResourcesMode.custom-file-upload {
        color: white;
        background-color: #E48501;
    }

label.SynergiesMode {
    color: #169F95;
}

label.RequestsMode {
    color: #169F95;
}

label.SynergiesMode.custom-file-upload {
    color: white;
    background-color: #149386;
}

label.UserMode {
    color: #996F7A;
}

label.WorkshopsMode {
    color: #999C6E;
}

    label.WorkshopsMode.custom-file-upload {
        color: white;
        background-color: #8F8D64;
    }

label.ContactsMode{
    color: #869DBF;
}

label.SiteActionsMode {
    color: #41A6DC;
}

label.SynergyActionsMode {
    color:  #1D7873;
}

button.VideoMode {
    color: white;
    background-color: #B00033;
    margin-top: 12px;
}

button.SitesMode {
    color: white;
    background-color: #3B96C8;
}

button.ResourcesMode {
    color: white;
    background-color: #E48501;
}

button.SynergiesMode {
    color: white;
    background-color: #149386;
}

button.RequestsMode {
    color: white;
    background-color: #149386;
}

button.WorkshopsMode {
    color: white;
    background-color: #8F8D64;
}

button.ContactsMode {
    color: white;
    background-color: #5F85B7;
}

button.UserMode {
    color: white;
    background-color: #996F7A;
}

button.SiteVisitsMode {
    color: white;
    background-color: #3B96C8;
}

button.AdvisorMode {
    color: white;
    background-color: #878787;
}

button.NotificationsMode {
    color: white;
    background-color: #878787;
}

button.ActionsMode {
    color: white;
    background-color: #FCF0F3;
}

.bounce.LoginMode {
    background-color: white;
}

.bounce.SitesMode {
    background-color: #41A6DC;
}

.bounce.SitesVisitsMode {
    background-color: #41A6DC;
}

.bounce.ResourcesMode {
    background-color: #E48501;
}

.bounce.SynergiesMode {
    background-color: #149386;
}

.bounce.RequestsMode {
    background-color: #149386;
}

.bounce.WorkshopsMode {
    background-color: #8F8D64;
}

.bounce.ContactsMode {
    background-color: #5F85B7;
}

.bounce.UserMode {
    background-color: #996F7A;
}

.page-sub-header.LoginMode {
    background-color: white;
}

.page-sub-header.SitesMode {
    background-color: #41A6DC;
}

.page-sub-header.ResourcesMode {
    background-color: #F29301;
}

.page-sub-header.SynergiesMode {
    background-color: #169F95;
}

.page-sub-header.RequestsMode {
    background-color: #169F95;
}

.page-sub-header.WorkshopsMode {
    background-color: #999C6E;
}

.page-sub-header.ContactsMode {
    background-color: #869DBF;
}

.page-sub-header.UserMode {
    background-color: #CC94A2;
}

.page-sub-header.ActionsMode {
    background-color: #CE0238;
}

.page-sub-header.AdvisorMode {
    background-color:#878787;
}

.page-sub-header.NotificationsMode {
    background-color: #878787;
}

/* Colours */

.white {
    color: white;
}

.black {
    color: black;
}

.orange {
    color: orange;
}

.gray {
    color: gray;
}

.lightgrayBackground {
    background-color: lightgray;
}

/* Panel */
.panel-container {
    overflow-x:hidden;
    width: 90vw;
    display: inline-flex;
    margin-left: 4vw;
}

.panel {
    font-weight: bold;
    padding: 8px;
    padding-bottom: 60px;
    text-align: center;
    vertical-align: top;
    height: 34vh;
    width: 20vw;
    border: solid 0.2vw;
    border-color: black;
    border-radius: 40px;
    background-color: lightgray;
    margin: 4vw;
    margin-right: 0;
    margin-left: 2vw;
    align-items: center;
}
.panel-header {
    margin: 0;
    margin-top: 16px;
    font-size: clamp(1rem, -0.5rem + 2.5vw, 1.8rem);
    height: 30px;
    text-align: center;
}

.panelHR {
    height: 4px;
    border-bottom: 3px solid slategray;
    margin-top: 1.5vw;
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
}

.panel-button {
    position: relative;
    height: 1.2vw;
    padding: 0.2vw;
    margin: 0px;
    font-size: clamp(0.7rem, -0.6rem + 2vw, 2rem);
    font-weight: normal;
    color: #428FC3;
}
    .panel-button:hover {
        cursor: pointer;
        font-weight: bold;
    }

.panel-info {
    color: black;
    font-size: clamp(0.5rem, -0.7rem + 2vw, 1.5rem);
    font-weight: bold;
    padding: 0.5vw;
    height: 2vw;
}

.panel-arrow-container {
    position: absolute;
    z-index: 2;
    margin-left: 18vw;
    margin-top: -1vw;
    
}

.panel-arrow {
    width: 5vw;
    height: 5vw;
    float:inline-start;
    clip-path: polygon(50% 0, 50% 25%, 0 25%, 0 75%, 50% 75%, 50% 100%, 100% 50%);
    background: #D00033;
}

.panel-back-arrow-container {
    position: absolute;
    z-index: 2;
    margin-left: -5vw;
    margin-top: -1vw;
}
.panel-back-arrow {
    width: 5vw;
    height: 5vw;
    float: inline-start;
    clip-path: polygon(50% 0, 50% 25%, 100% 25%, 100% 75%, 50% 75%, 50% 100%, 0 50%);
    background: #D00033;
}
    .panel-back-arrow:hover {
        clip-path: polygon(54% 0, 54% 25%, 100% 25%, 100% 75%, 54% 75%, 54% 100%, 0 50%);
        cursor: pointer;
    }

.stageHelpHeader {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 8px;
}
    .stageHelpHeader:hover {
        cursor: pointer;
    }

.stageHelp {
    font-size: 12px;
    margin-bottom: 8px;
    background-color: lightblue;
    padding: 4px;
    border: solid 2px;
    border-radius: 6px;
}

.cookieMessage {
    text-align: center;
    padding-top: 20px;
}

.videoplayer {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.database-warning {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 0px;
    margin-bottom: 12px;
    color: white;
}

/* New UI Styles*/

.main-page-container {
    padding-left: unset;
}

.loginPage-v2 {
    background-color: #C4D2DF;
    height: 100vh;
    width: 100vw;
}

.linked {
    padding-left: 4px;
    height: 58px;
    margin-bottom: 2px;
}

.largeInput {
    width: 300px;
}

.entry-v2 {
    display: grid;
    grid-template-columns: calc(100% - 24px) 24px;
    grid-template-rows: 26px 24px 22px;
    margin-right: 2px;
    margin-bottom: 4px;
    margin-left: 0px;
    text-align: left;
}
.entry-v2.rows-5
{
    grid-template-rows: 26px 126px 22px;
    height: 180px;
}

    .entry-v2.rows-3 {
        grid-template-rows: 26px 86px 22px;
        height: 120px;
    }

.entry-input-v2::placeholder {
    color: gray;
}


.toggle-v2, .toggle-small-v2, .toggle-wide-v2 {
    display: grid;
    grid-template-columns: 252px 24px;
    grid-template-rows: 28px 34px;
    margin-right: 2px;
    margin-bottom: 6px;
    margin-left: 12px;
    text-align: left;
}

.toggle-small-v2 {
    grid-template-columns: 120px 24px;
}

.toggle-wide-v2 {
    grid-template-columns: 350px 24px;
}

.entry-prompt-v2 {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0px;
    margin-left: 12px;
    padding: 0px 4px 0px 4px;
    max-width: fit-content;
}

.entry-v2 select {
    height: 32px;
    border-radius: 22px;
    border: solid darkgrey;
    border-width: 2px;
    margin-top: -8px;
    vertical-align: top;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-left: 0px;
    padding-left: 12px;
}

.entry-input-v2 {
    border-radius: 22px;
    border: solid darkgrey;
    border-width: 2px;
    margin-top: -8px;
    vertical-align: top;
    grid-column: 1;
    grid-row: 2;
    padding-left: 14px;
}

.editor-input-v2 {
    height: auto;
    border-radius: 22px;
    border: solid darkgrey;
    border-width: 2px;
    padding-left: 12px;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
}

entry-input-v2:disabled {
    background: #FFFFFF;
    color: black;
    font-weight: 600;
}

.select-v2 {
    height: 24px;
    text-rendering: auto !important;
}

    select-v2:disabled {
        background-color: #F8F6F4;
        color: black;
        font-weight: bold;
        opacity: 1;
    }

editor-input-v2:disabled {
    background: #F8F6F4;
    color: black;
    font-weight: bold;
}

.select.entry-input-v2 {
    height: 22px;
}

.flatButton {
    background-color: white;
    color: black;
    font-weight: 600;
    border: none;
    margin: 20px;
}

    .flatButton:hover {
        color: red;
    }

.footerButton {
    background-color: white;
    color: black;
    font-weight: 600;
    border: none;
    margin: 0px;
}

    .footerButton:hover {
        color: red;
    }

.toggle-button-v2 {
    grid-column: 1;
    grid-row: 2;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 34px;
}

.page-header-v2 {
    background-color: #FFFFFF;
    padding-left: 10px;
    display: inline-block;
    height: 60px;
    width: 100%;
    z-index: 10;
    border-bottom: 2px solid #CCCCCC;
}

.page-sub-header-v2 {
    color:black;
    left: 10px;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 100%;
}

.inlineImage-v2 {
    display: inline-block;
    margin-top: 4px;
}

.leftStacked-v2 {
    display: flex;
    float: left;
    vertical-align: middle;
}

.centreStacked-v2 {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.rightStacked-v2 {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 16px;
}

.centered-v2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leftButton-v2 {
    float: left;
}

.rightButton-v2 {
    float: right;
}
.page-header-button-v2, .logoff-button-v2 {
    border: none;
    border-radius: 8px;
    color:  #1D7873;
    display: inline-block;
    margin-top: 8px;
    background-repeat: no-repeat;
    background-color: white;
    padding: 3px;
}
    .page-header-button-v2 label:hover {
        cursor: pointer;
    }

    .page-header-button-v2 img:hover {
        cursor: pointer;
        border: 1px inset transparent;
    }

.notifications-button-v2 {
    border: none;
    border-radius: 6px;
    display: inline-block;
    margin-top: 14px;
    background-repeat: no-repeat;
    padding: 4px;
    background-color: #A00033;
    color: white;
}
.Label-v2, .LargeLabel-v2, .ResultsItemHeader-v2, .ResultsItemSubHeader-v2, .ResultsItemDetail-v2,
.PanelItemHeader-v2, .PanelItemSubHeader-v2, .PanelItemDetail-v2 {
    display: inline-block;
    margin-left: 10px;
}

.LargeLabel-v2 {
    font-size: 24px;
    font-weight: 500;
}

.ResultsItemHeader-v2 {
    margin-left: 0;
    max-width: 200px;
    color: #1D7873;
    font-size: 14px;
    font-weight: 700;
    flex-wrap: wrap;
    position: relative;
}

.ResultsItemSubHeader-v2 {
    margin-left: 0;
    color: black;
    font-size: 12px;
}

.ResultsItemDetail-v2 {
    margin-left: 0;
    color: #9A9A9A;
    font-size: 11px;
}
    .ResultsItemDetail-v2.bottomCorner {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

.PanelItemHeader-v2 {
margin-left: 0;
max-width: 400px;
color: #1D7873;
font-size: clamp(0.9em, 3vh, 1.2rem); /* Responsive font size */
font-weight: bold;
flex-wrap: wrap;
position: relative;
}

.PanelItemSubHeader-v2 {
    margin-left: 0;
    color: black;
    font-size: clamp(0.9em, 2.5vh, 1.1rem); /* Responsive font size */
}

.PanelItemDetail-v2 {
    margin-left: 0;
    color: black;
    font-size: clamp(0.9em, 2vh, 0.9rem); /* Responsive font size */
    margin-bottom: 1vh;
}

.Button-v2, .ButtonSmall-v2, .ButtonMedium-v2, .ButtonWide-v2, .ButtonVeryWide-v2, .ButtonList-v2, .ButtonCentered-v2,
.custom-file-upload-v2, .FilterButton-v2, .tiny-button-v2, .paging-button-v2,
.bottom-right-v2, .bottom-left-v2, .ButtonRow-v2, .help-button-v2, .ItemCardButton {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    border: none;
    border-radius: 25px;
    color: #FFFFFF;
    background-color:  #1D7873;
    height: 28px;
    width: 90px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.Button-v2, .ButtonSmall-v2, .ButtonMedium-v2, .ButtonWide-v2, .ButtonVeryWide-v2, .custom-file-upload-v2 {
    margin-top: 28px;
}

.ButtonCentered-v2 {
    margin-top: 10px;
}

.ButtonSmall-v2 {
    width: 80px;
    font-size: 10px;
}

.ButtonMedium-v2 {
    width: 110px;
}

.ButtonWide-v2 {
    width: 150px;
}

.ButtonVeryWide-v2 {
    width: 220px;
}

.ButtonList-v2, .FilterButton-v2 {
    height: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: smaller;
    border-radius: 12px;
}

.ButtonRow-v2 {
    height: 28px;
    border-radius: 14px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 12px;
    margin-right: 4px;
}

.FilterButton-v2 {
    width: 40px;
    background-color: white;
    color: black;
}
.ReversedButton-v2 {
    background-color: white;
    font-weight: 600;
    border-radius: 20px;
    border: solid #CCCCCC;
    border-width: 1px;
    color:  #1D7873;
    padding-left: 20px;
    padding-right: 20px;
}

.tiny-button-v2 {
    height: 26px;
    width: 50px;
    border-radius: 4px;
    color: black;
    padding: 0;
}

.ItemCardButton {
    position: absolute;
    height: 24px;
    width: 76px;
    bottom: 8px;
    right: 8px;
    z-index: 10;
    float: right;
}

.paging-button-v2, .paging-nav-button-v2, .paging-nav-button-large-v2 {
    height: 26px;
    width: 26px;
    border-radius: 6px;
    margin: 2px;
    color: black;
    background-color: #FFFFFF;
    border: solid #CCCCCC;
    border-width: 1px;
    font-size: 10px;
}

    .paging-button-v2:disabled {
        border: solid  #1D7873;
        border-width: 1px;
        background-color: white;
    }

.paging-nav-button-v2, .paging-nav-button-large-v2 {
    border-radius: 12px;
}

.paging-nav-button-large-v2 {
    width: 40px;
}

.paging-image-v2 {
    height: 21px;
    padding-top: 2px;
}

.paging-label-v2 {
    margin-right: 8px;
    margin-bottom: 2px;
}

.nav-list {
    flex-wrap: wrap;
    position: relative;
}

.pageContent {
    padding: 80px 20px 20px 20px;
    background-color: white;
}

.view-container {
    background-color: #C4D2DF;
}

.pageTopBand {
    display: inline-block;
    vertical-align: middle;
    background-color: #F2EEE9;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.userContext {
    display: inline-block;
    float: left;
    vertical-align: middle;
    background-color: #062A5E;
    color: white;
    /*border-top: 2px solid #DDDDDD;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    position: relative;
    top: -5px;
}

.userName {
    font-size: 22px;
    font-weight: 400;
    padding-right: 16px;
}

.navSiteName {
    font-size: 14px;
    height: 24px;
    color: black;
    margin-left: 12px;
    margin-right: 12px;
    padding: 3px 6px 4px 6px;
    border-color: white;
    background-color: white;
    border-radius: 6px;
    border: none;
    box-shadow: none;
}

.navMenu {
    display: inline-block;
    float: left;
    vertical-align: middle;
    background-color: #F2EEE9;
    padding-top: 20px;
    padding-left: 80px;
    width: 100vw;
    padding-bottom: 8px;
    padding-right: 16px;
}

.navButton {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    border: none;
    background-color: transparent;
    margin-left: 12px;
}
    .navButton.active {
        color:  #1D7873;
    }

.active {
    border-bottom: 3px solid  #1D7873;
}

.panelContainer {
    display: inline-block;
    margin: 8px;
    padding: 8px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.12);
    margin: 12px;
    vertical-align: top;
}

.filters-section {
    width: 400px;
}

.filters-title {
    font-size: 18px;
}

.bottom-right-v2 {
    position: absolute;
    /*width: 160px; */
    right: 0px;
    bottom: 0px;
    background-color: #008ae3;
}

.bottom-left-v2 {
    position: absolute;
    /*width: 160px; */
    left: 0px;
    bottom: 0px;
    background-color: #008ae3;
}
.Button-v2, .ButtonWide-v2 {
    margin-top: 20px;
}

.headerLogo-v2 {
    padding-top: 8px;
    height: 40px;
}
.HeaderTitle-v2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: black;
    height: 40px;
}

.HeaderLabel-v2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    color: black;
    height: 40px;
    padding-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: calc(50vw);
    overflow-y: hidden;
}
.DialogPage-v2 {
    /*width: 90vw;*/
    /*height: 85vh;*/
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    min-width: 500px;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.DialogResponse-v2 {
    max-width: 90vw;
    min-width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.DialogTitle-v2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.buttonRow-v2 {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.dialogButtonRow-v2 {
    width: 100%;
    display: inline-block;
}

.dialogPageButtonRow-v2 {
    display: flex;
    justify-content: space-between;
    align-self: end;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: -8px;
}

.left-toggle-on-v2, .left-toggle-off-v2 {
    border: 1px solid #DDDDDD;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 30px;
    margin-right: -3px;
    padding: 4px;
    min-width: 60px;
}

    .left-toggle-on-v2:focus {
        outline: 0;
    }

    .left-toggle-off-v2:focus {
        outline: 0;
    }

.left-toggle-on-v2 {
    border: 1px groove white;
}

.left-toggle-off-v2 {
    border: 1px inset white;
}

.right-toggle-on-v2, .right-toggle-off-v2 {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 30px;
    margin-left: -3px;
    padding: 4px;
    min-width: 60px;
}

    .right-toggle-on-v2:focus {
        outline: 0;
    }

    .right-toggle-off-v2:focus {
        outline: 0;
    }

.right-toggle-on-v2 {
    border: 1px groove white;
}

.right-toggle-off-v2 {
    border: 1px inset white;
}

/* Rounded input box and button */
.left-input {
    padding-left: 12px;
    height: 40px;
    border-radius: 25px;
    border: solid #CCCCCC;
    border-width: 2px;
    margin-top: -8px;
    vertical-align: top;
    padding-left: 0.7rem;
}

.right-button {
    background-color:  #1D7873; /* Mid-green */
    color: white;
    border: 2px solid  #1D7873;
    height: 34px;
    margin-left: -45px;
    margin-top: -14px
}

/* Position the button inside the input box */
.input-group {
    display: flex;
    align-items: center;
    margin-top: -8px;
}

.right-button,
.right-select {
    margin-left: -6px; /* Slight overlap to make the button look inside */
    border-radius: 0 22px 22px 0;
}

    .left-input:focus,
    .right-button:focus,
    .right-select:focus {
        outline: none;
        box-shadow: none;
    }

.error-label-v2 {
    color: red;
    grid-column: 1;
    grid-row: 3;
    margin-left: 16px;
}

.error-image-v2 {
    left: 0px;
    height: 24px;
    width: 24px;
    margin-top: -4px;
    margin-left: 4px;
    grid-column: 2;
    grid-row: 2;
}

.ListImage-v2 {
    height: 30px;
    width: 30px;
    padding: 2px;
    text-align: center;
}

.column-header-v2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: black;
    height: 40px;
    margin-top: 10px;
    background-color: #D3D3D3;
}

.FilterHeader-v2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 40px;
    margin-top: 8px;
}

.ItemHeader-v2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    margin-top: 8px;
}
.custom-file-upload-v2 {
    height: 24px;
    cursor: pointer;
    color: white;
    width: auto;
    text-align: center;
    padding-top: 4px;
    margin-left: 12px;
}
.blazored-custom-modal-v2, .dialogSmall-v2, .dialogBasic-v2 {
    background-color: #C4D2DF;
    display: flex;
    margin-inline: auto;
    flex-direction: column;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14),0 4px 2px -3px rgba(0,0,0,.2),0 2px 5px 0 rgba(0,0,0,.12);
    padding: 0.75rem;
    z-index: 102;
    min-width: fit-content;
}

.blazored-custom-modal-v2 {
    max-width: 80vw;
}

.dialogBasic-v2 {
    width: fit-content;
}

.dialogSmall-v2 {
    width: 50%;
    height: fit-content;
}

.pick-images-modal-v2 {
    background-color: white;
    display: flex;
    width: 60vw;
    margin-inline: auto;
    flex-direction: column;
    max-width: fit-content;
    max-height: fit-content;
    border-radius: 12px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14),0 4px 2px -3px rgba(0,0,0,.2),0 2px 5px 0 rgba(0,0,0,.12);
    padding: 0.75rem;
    z-index: 102;
}

.pageFooter-v2 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-top: 4px outset #EBE7E2;
    margin-top: 0px;
    padding: 8px;
    color: #9A9A9A;
    background-color: white;
}
.resourceImage-v2 {
    max-width: 100%;
    max-height: 400px;
}

/* Loading animation */
.loadingMessage-v2 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    font-size: 18px;
    margin-top: 25%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*background: rgba(163, 163, 163, 0.6);*/
}

/* Loading animation */
.busyMessage-v2, .busyMessageSmall-v2 {
    color: #979797;
    position: relative;
    height: 100%;
    z-index: 1000;
    text-align: center;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.busyMessageSmall-v2 {
    position: absolute;
    font-size: 12px;
}

.spinner-v2 {
    margin: 0 auto 0;
    width: 170px;
    text-align: center;
}

    .spinner-v2 > div {
        width: 16px;
        height: 16px;
        color: darkgrey;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner-v2 .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner-v2 .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }


/*Menu*/
.dropdown-menu-v2 {
    position: absolute;
    z-index: 10;
    right: 0px;
    background-color: white;
    padding: 6px;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 8px;
    border: 2px solid #1D7873;
}

    .dropdown-menu-v2 label:hover {
        cursor: pointer;
    }

    .dropdown-menu-v2 img:hover {
        cursor: pointer;
        border: 1px inset transparent;
    }

.menuButton-v2 {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.vl {
    display: inline-block;
    border-left: 2px solid #EBE7E2;
    height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: -8px;
}
.form-control-v2 {
    font-size: clamp(0.8em, 2vw, 1rem); /* Responsive font size */
    padding: 8px;
    height: 40px;
}
/* Light gray background for the Find Resources row */
.search-row-v2 {
    background-color: #F8F6F4; /* Light gray */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
/* Rounded input box and button */
.left-input-v2 {
    padding-left: 12px;
    height: 32px;
    border: solid #CCCCCC;
    border-width: 2px;
    margin-top: 0px;
    vertical-align: top;
    padding-left: 0.7rem;
    left: 0;
    border-radius: 22px 0 0 22px;
    border: 2px solid #979797;
}

.right-button-v2 {
    background-color:  #1D7873; /* Mid-green */
    color: white;
    border: 2px solid  #1D7873;
    height: 32px;
    min-width: 80px;
    margin-top: -28px;
}

.right-select-v2 {
    background-color: white;
    color: black;
    border: 2px solid #979797;
    height: 32px;
    min-width: 80px;
    margin-top: -8px;
}
.left-select-v2 {
    background-color: white;
    color: black;
    border: 2px solid #979797;
    height: 32px;
    min-width: 80px;
    margin-top: -8px;
}
/* Position the button inside the input box */
.input-group-v2 {
    display: flex;
    align-items: center;
    margin-top: -2px;
    margin-bottom: 12px;
}

.right-button-v2,
.right-select-v2 {
    margin-left: -6px; /* Slight overlap to make the button look inside */
    border-radius: 0 22px 22px 0;
}

    .left-input-v2:focus,
    .right-button-v2:focus,
    .right-select-v2:focus {
        outline: none;
        box-shadow: none;
    }
.left-select-v2 {
    border-radius: 22px 0 0 22px;
}

/* Filters area styling */
.filters-row-v2 {
    background-color: white;
    position: relative;
    align-content: center;
    flex-grow: 1; /* Ensure this section grows to fill available space */
}

/* Filters title in the left column */
.filters-title-v2 {
    background-color: #ffffff;
    width: 100px;
    height: 40px;
    border-radius: 25px;
    padding: 2px;
    position: relative;
    top: -20px; /* Overlap by 50% */
    left: 20px;
    z-index: 2;
    vertical-align: central;
}

/* Layout the three columns */
.content-columns-v2 {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    min-height: 300px; /* Provide a minimum height */
}

    .content-columns-v2 .col-md-4 {
        padding: 20px;
    }

.right-select-v2 {
    padding: 2px;
    position: relative;
    margin-top: 0px;
}

    .right-select-v2
    .right-button-v2 {
        right: 0;
    }

/* Styles for the results area */
.results-container {
    display: inline-block;
    margin: 8px;
    margin-left: 10px;
    padding: 0px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0px 3px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.12);
    position: relative;
    z-index: 2;
}

.result-item {
    width: 280px;
    height: 150px;
    text-align: left;
}

.result-img-container {
    height: 150px;
    width: auto;
    border-radius: 8px;
    right: 0px;
    mask-image: url('/images/resultsImageMask.png');
    mask-repeat: no-repeat;
    mask-position: right;
    position: absolute;
}

.result-info {
    background-color: transparent;
    margin: 6px;
    padding: 2px;
    display: inline-block;
    position: absolute;
    z-index:10;
}


.enquire-btn {
    margin-top: 10px;
}

.info-caption-v2 {
    margin-left: 10px;
}

.info-display-v2 {
    background-color: #FFFFFF;
    font-weight: 600;
    margin-left: 10px;
}

.black-v2 {
    color: #4a4a4a;
}
.super-script {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin-left: -4px;
    margin-top: -4px;
}

.password-image-v2 {
    position: relative;
    right: 30px;
    height: 10px;
    margin-top: 3px;
    margin-left: 4px;
    grid-row: 2;
}

/* centered columns styles */
.rowCentered-v2 {
    display: block;
    justify-content: space-around;
    text-align: center;
}

.panelCentered-v2 {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100vh; /* Full viewport height */
}

.wrapper-v2 {
    display: flex;
    justify-content: space-around;
}

/* Custom Radio Button - used in toggles etc*/
.radioButtonGroup {
    display: inline-block;
    grid-row: 2;
    vertical-align: middle;
    margin-left: 18px;
}
.radioButton, .radioButtonActive {
    height: 16px;
    width: 16px;
    border: 1px solid darkgray;
    background-color: #F8F6F4;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 16px;
}
.radioButtonActive {
    background-color:  #1D7873;
}

/* Custom Check Box */
.checkbox-container-v2 {
    display: inline-block;
    position: relative;
    height: 28px;
    padding-left: 25px;
    margin-bottom: 8px;
    margin-left: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

    /* Hide the browser's default checkbox */
    .checkbox-container-v2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-v2 {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid darkgray;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox-container-v2:hover input ~ .checkmark-v2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add background */
.checkbox-container-v2 input:checked ~ .checkmark-v2 {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-v2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container-v2 input:checked ~ .checkmark-v2:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container-v2 .checkmark-v2:after {
    left: 6px;
    top: -4px;
    width: 8px;
    height: 16px;
    border: solid  #1D7873;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buttonArrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 4px;
    margin-bottom: 0px;
    transform: rotate(-45deg);
}
.buttonArrow-left {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 4px;
    margin-right:4px;
    margin-bottom: 0px;
    transform: rotate(135deg);
}

.navSelect-v2 {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    color: #062A5E;
    margin-left: 12px;
    margin-right: 12px;
    background-color: transparent;
    border: none;
}
    .navSelect-v2 select {
        margin-top: -2px;
        padding-left: 4px;
        background-color: white;
        font-size: 14px;
        height: 24px;
        border: none;
        border-radius: 6px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 4px 0 rgba(0,0,0,.12);
    }

.expandoV2 {
    height: 36px;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-size: 18px;
}

.expandoHRV2 {
    height: 2px;
    border-width: 2px;
    margin: 0px;
    margin-top: 2px;
    margin-right: 8px;
    opacity: 1;
    color: darkgrey;
}

.expandoV2circle {
    margin-top: 4px;
    margin-right: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #1D7873;
    position: relative;
}

    .expandoV2circle::after {
        content: " ";
        position: absolute;
        display: block;
        background-color: #fff;
        height: 2px;
        margin-top: -1px;
        border-radius: 2px;
        top: 50%;
        left: 4px;
        right: 4px;
        z-index: 9;
    }

    .expandoV2circle.expand::before {
        content: " ";
        position: absolute;
        display: block;
        background-color: #fff;
        border-radius: 2px;
        width: 2px;
        margin-left: -1px;
        left: 50%;
        top: 4px;
        bottom: 4px;
        z-index: 9;
    }

.ExpandoLabel-v2 {
    margin-top: 2px;
    font-size: 18px;
    margin-left: 10px;
}


.info-v2 {
    grid-column: 2;
    grid-row: 1;
    float: right;
    margin-top: 2px;
    height: 20px;
    width: 20px;
    padding: 1px;
}

    .info-v2:hover {
        cursor: pointer;
        height: 20px;
        width: 20px;
        padding: 0px;
    }

.info-box-v2 {
    position: relative;
    color: #41A6DC;
    margin-top: -180px;
    margin-left: -24px;
    width: 220px;
    height: 120px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.12);
    padding: 6px;
    border-radius: 6px;
    border: none;
    z-index: 1000;
    display: inline-block;
}

    .info-box-v2:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #979797 transparent;
        border-width: 12px 13px 0;
        bottom: -12px;
        left: 15%;
        margin-left: -12px;
    }

.info-box-below-v2 {
    position: relative;
    color: #41A6DC;
    margin-top: 34px;
    margin-left: -44px;
    width: 220px;
    height: 120px;
    background-color: white;
    box-shadow: 0px 0px 4px 4px rgba(163, 163, 163, 0.5);
    padding: 6px;
    border-radius: 6px;
    border: none;
    z-index: 1000;
    display: inline-block;
}

    .info-box-below-v2:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #979797 transparent;
        border-width: 0px 12px 13px;
        bottom: 120px;
        left: 15%;
        margin-left: -12px;
    }

.info-text-v2 {
    color: #41A6DC;
    background-color: white;
    width: 200px;
    border: none;
    resize: none;
    display: inline;
}

#picklist-v2 {
    width: 100%;
    /* min-height: 50vh; */
    max-height: calc(100% - 100px);
    padding-bottom: 8px;
    /*max-height: calc(75vh - 320px); */
    overflow: auto;
    overflow-y: scroll;
    background-color: white;
    border-top: 6px;
}

.table-v2 {
    margin-bottom: 8px;
}
.list-header-v2 {
    background-color: #979797;
    color: black;
    padding: 6px;
    padding-right: 0px;
    height: 32px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.list-row-v2 {
    background-color: #CFE8F6;
    border-bottom: 1px solid #979797;
    padding-left: 6px;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
}

.list-row-no-separator-v2 {
    background-color: #F2EEE9;
    padding-left: 12px;
    font-size: 14px;
    height: 26px;
}

    .list-row-v2:hover, .list-row-no-separator-v2:hover, listlongItemStyle-v2:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.list-row-v2:last-child {
    border-bottom: none;
}
.listlongItemStyle-v2 {
    width: calc(80vw - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overimage-v2 {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    padding: 2px;
}
.overlap-v2 {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline;
}
.stageHelp-v2, stageHelp-v2.col-3 {
    font-size: 12px;
    margin-bottom: 8px;
    background-color: lightblue;
    padding: 4px;
    border: solid 2px;
    border-radius: 6px;
}

.delete-button {
    position: absolute;
    font-size: 12px;
    top: 4px;
    right: 4px;
    cursor: pointer;
    border:none;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #1D7873;
    z-index: 4;
}

    .delete-button:hover {
        background: rgba(0, 0, 0, 0.8);
    }


.CorporateRed {
    color: #CE0238;
}

.CorporateBlue {
    color: #41A6DC;
}

.CorporateMagenta {
    color: #B64785
}

.HeaderButton {
    width: 120px;
    height: 30px;
    font-size: 14px;
    margin-top: 8px;
    margin-right: 40px;
}

.cookieMessage-v2 {
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
    color: white;
}
