#dnn_dnnLOGO_imgLogo { height: 85px; }
.btn-accordion {
    --bs-btn-color: #fff;
    width: 100%;
    --bs-btn-bg: rgb(0, 121, 188);
    --bs-btn-border-color: rgb(0, 121, 188);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0067a0;
    --bs-btn-hover-border-color: #006196;
    --bs-btn-focus-shadow-rgb: 38, 141, 198;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006196;
    --bs-btn-active-border-color: #005b8d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(0, 121, 188);
    --bs-btn-disabled-border-color: rgb(0, 121, 188);
}

table {
    margin-bottom: 15px;
}

th, td {
  text-align: left;
  padding: 15px;
}

th, td {
  text-align: left;
  padding: 15px;
}

td p { margin: 0; }

.section-blue > div { position: relative; }

.personabar-visible footer .space-on-admin {
    padding: 0 !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.personabar-visible footer .show-on-admin {
    display: none !important;
}

header .just-icons a { display: inline-block; margin-right: 6px !important; }
.personabar-visible header .space-on-admin {
    padding: 0 0;
    margin: 0 0;
    border-top: 0;
    border-bottom: 0;
}

div.sc-content-block-list.show-placeholder:empty {
    height: 40px !important;
    margin-bottom: 15px;
}

.just-icons i {
    font-size: 60pt;
}
.just-icons a { display: inline-block; }
header .just-icons i {
    font-size: inherit;
}

.btn.btn-purple {
    background-color: purple;
    color: #fff;
}
.btn.btn-purple:hover {
    background-color: blueviolet;
    color: #fff;
}


/*** HOUSES ***/
.bg-house-ash {
    background-color: #418a1f;
    color: #fff;
}
.bg-house-maple {
    background-color: #d125aa;
    color: #fff;
}
.bg-house-sycamore {
    background-color: #ad221b;
    color: #fff;
}
.bg-house-beech {
    background-color: #f0bd2b;
    color: #000;
}
.bg-house-oak {
    background-color: #34a3bc;
    color: #000;
}
.bg-house-cedar {
    background-color: #2542aa;
    color: #fff;
}
.bg-house-rowan {
    background-color: #d15b23;
    color: #fff;
}
.bg-house-willow {
    background-color: #7012d1;
    color: #fff;
}

.text-house-ash {
    color: #418a1f;
}
.text-house-maple {
    color: #d125aa;
}
.text-house-sycamore {
    color: #ad221b;
}
.text-house-beech {
    color: #f0bd2b;
}
.text-house-oak {
    color: #34a3bc;
}
.text-house-cedar {
    color: #2542aa;
}
.text-house-rowan {
    color: #d15b23;
}
.text-house-willow {
    color: #7012d1;
}

.bg-no-image {
    background-image: url('/portals/0/no-image.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}








