﻿.main {
    padding-left: 0 !important;
}
    .main > div {
        padding-left: 0.5rem !important;
    }

html, body, app, .DialogPage {
    background-color: #F2EFEA;
}

.loginPage {
    width: 100vw;
    height: 100vh;
    background-color: #D00033;
}

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: 28px;
    width: 28px;
    padding: 2px;
}

.loginLogo {
    width:30vw; 
    text-align: center; 
    margin-top: 2vh; 
    max-width: 800px; 
    max-height: 200px;
}

.loginForm {
    position: relative;
    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 102px 22px;
    height: 144px;
}

.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;
}
    .info:hover {
        cursor: pointer;
        height: 22px;
        width: 22px;
    }

.info-box {
    position: relative;
    margin-top: -100px;
    width: 360px;
    height: auto;
    background-color: white;
    padding:6px;
    border-radius: 6px;
    border: 1px solid black;
    z-index: 2;
}

.info-text {
    width: 350px;
    height: 80px;
    border: none;
    resize: none;
}

.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%;
}

.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: Segoe UI, 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 {
    display: inline-block;
    vertical-align: middle;
    font-family: Helvetica, Segoe UI, 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 {
    width: 180px;
}

.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;
}

.InfoButtonButton {
    width: 140px;
    margin-top:24px;
}

.InfoButtonButtonLarge {
    width: 180px;
    margin-top: 24px;
}

.DCAPageLabel {
    display: block;
    background-color: #F2EFEA;
    padding: 10px;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3B96C8;
    border-bottom: 2px solid #3B96C8;
}
.DCAPageButton, .DCAPageButtonHeader {
    display: block;
    background-color: #F2EFEA;
    padding: 10px;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #41A6DC;
    border-bottom: 2px solid #41A6DC;
}

.DCAPageButtonHeader {
    color: black;
}

.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-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 40px;
    margin-top: 10px;
}

.HeaderLabel {
    display: inline-block;
    vertical-align: middle;
    font-family: Segoe UI, Arial, sans-serif;
    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-family: Segoe UI, Arial, sans-serif;
    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: fit-content;
    min-width: 500px;
    margin: 0;
    padding: 0;
}

.DialogResponse {
    max-width: 90vw;
    min-width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.DialogTitle {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.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: 28px;
    width: 28px;
    padding: 2px;
}
    .dashListImage:hover {
        cursor: pointer;
        border: 1px inset transparent;
    }

.showOnHover {
    display: none;
}

.ListImage {
    height: 28px;
    width: 28px;
    padding: 2px;
    text-align: center;
}


.column-header {
    display: inline-block;
    vertical-align: middle;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: black;
    height: 40px;
    margin-top: 10px;
    background-color: #D3D3D3;
}

.FilterHeader {
    display: inline-block;
    vertical-align: middle;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 40px;
    margin-top: 8px;
}

.ItemHeader {
    display: inline-block;
    vertical-align: middle;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    margin-top: 8px;
}

.QualifierHeader {
    display: inline-block;
    vertical-align: middle;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    height: 40px;
    margin-top: 8px;
}

input:disabled {
    background: #C2BFBB;
    color: black;
    font-weight: bold;
}

textarea:disabled {
    background: #C2BFBB;
    color: black;
    font-weight: bold;
    opacity: 1;
}

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%;
}

.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;
}

.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%);
}

/* Busy 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;
}

.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;
}

.maxHeight40 {
    max-height: 40vh;
}

.maxHeight50vh {
    max-height: 50vh;
}

.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: #169F95;
}

.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: #169F95;
}

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;
}

.database-warning {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px;
    margin-left:50px;
    color: red;
}