﻿/* Notes section grid layout */

.entity-notes .note {
    margin-bottom: 0px;
    border-top: none;
    padding-top: 0px;
}

#btnSave {
    margin-right: 4px;
}


/* increase the checkbox sizing to match text */
.checkbox input {
    height: 17px;
    width: 17px;
}

/* Font scaling is causing the check symbols in grids to sit incorrectly.*/
span[role=checkbox] {
    width: 21px;
    height: 21px;
}

footer {
    padding: 1rem 0;
    background: #2f4a5b !important;
    color: #fff !important;
    display: block;
    font-size: 1rem !important;
    line-height: 1.5;
}

.footer a,
.footer a:hover,
.footer a:focus {
    color: #fff;
    text-decoration: none;
}

.footer .nav > li > a, .footer .nav > li > a:hover, .footer .nav > li > a:focus {
    font-family: heebo,arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: normal;
    background-color: #2f4a5b !important;
}

footer .footer-bottom {
    font-family: heebo,arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem !important;
    background-color: #2f4a5b !important;
    padding-top: 5px !important;
}

.site-footer {
    padding: 1rem 0
}

    .site-footer .layout-container {
        padding: 0 1rem
    }

.site-footer__top .content {
    margin-top: 0
}

.site-footer__bottom .block {
    margin: .5rem 0;
}

.site-footer__bottom .content {
    padding: .5rem 0;
    margin-top: 0
}

.site-footer__bottom .menu--footer .navbar-nav {
    justify-content: center;
    flex-direction: unset;
    display: flex;
    float: none;
}

.site-footer__wa-gov-link {
    font-size: 1.8em;
    padding: .2em 0;
}

    .site-footer__wa-gov-link a {
        text-decoration: underline;
    }

@media (min-width: 48rem) {
    .site-footer__bottom .menu--footer .navbar-nav li:not(:last-child) {
        border-right: 1px solid #fff
    }
}

.form-control {
    box-sizing: border-box;
    border: solid 1px #A9A9A9;
    border-radius: 0px;
    width: 100%;
    padding: 6px 8px 6px 8px;
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    background: #FFFFFF;
    outline: none;
}

.breadcrumb {
    padding: 0 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fcfcfc;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li a {
            text-decoration: underline;
            color: #2f4a5b;
        }

            .breadcrumb > li a:hover {
                text-decoration: underline;
                color: #a32586;
            }

        .breadcrumb > li + li:before {
            content: "> " !important;
            padding: 0 5px !important;
            color: #666 !important;
        }

    .breadcrumb > .active {
        font-weight: normal;
        color: #666;
    }

.crmEntityFormView .cell.boolean-radio-cell input[type=radio]:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

.clearfix cell picklist-cell {
    display: inline;
}

.clearfix.cell.checkbox-cell {
    padding-left: 28px !important;
}

/* Fix for Checkboxes: now aligns correctly */
@media (min-width:768px) {
    .crmEntityFormView .cell.checkbox-cell:first-child {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 28px;
    }
}

@media (max-width:767px) {
    html[dir=ltr] .table-fluid td {
        padding-left: 4rem !important;
        padding-top: 25px !important;
    }

    .table-fluid td:before {
        width: 16rem;
        margin-left: -3rem;
        margin-top: -25px;
        font-weight: 500;
    }

    .table-fluid tr {
        border-top: solid #ddd 0.5rem !important;
    }

    .table-fluid td {
        word-break: normal;
    }
}

fieldset[aria-label="Hidden by CSS"] {
    display: none;
}

fieldset[aria-label="Payment Summary"] .cell {
    display: flex !important;
}

fieldset[aria-label="Payment Summary"] .form-control {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    width: 40%;
}

fieldset[aria-label="Payment Summary"] .table-info {
    width: 40%;
}

/* Ensure radio button is aligned to text */
.crmEntityFormView .boolean-radio label {
    vertical-align: middle;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    vertical-align: middle;
}

.crmEntityFormView .boolean-radio label {
    font-weight: 300;
}

/* Set Radio Button size */
.crmEntityFormView input[type=radio] {
    height: 15px;
    width: 15px;
    margin: 3px 5px 3px 10px !important;
}

.crmEntityFormView .cell {
    margin-bottom: 10px !important;
    padding: 0;
    width: 95%;
}

.crmEntityFormView .tab {
    margin-bottom: 10px;
}

.crmEntityFormView div.description {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 500;
    color: #000;
}


/* Notes section grid layout Ends */
.section-title {
    color: #40657E;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.section-instructions {
    font-size: 1.13rem;
    color: #000000;
}

@media (min-width:76px) {
    .section-title {
        padding-top: 5px;
        padding-right: 5px;
        font-size: 2rem;
    }

    .section-instructions {
        font-size: 1.13rem;
        color: #000000;
    }
   
}

@media (max-width: 991px) {
    /* 991px */
    /* Navbar Toggle */
    .navbar-toggle {
        padding-right: 10px;
    }

    .headerimage {
        width: 45% !important;
    }
}

.headerimage {
    width: 25%;
}

.tab-title {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #40657E;
    font-size: 1.6rem;
    font-weight: bold;
}

.tab-column {
    padding-left: 0px !important;
}

legend.section-title h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #40657E;
}
/*
.row {
    display: block;
}
*/

div.page-header {
    display: none;
}

.hiddenfield {
    display: none;
}

.page-copy {
    margin-top: 10px;
}

.subgrid-cell label {
    margin-top: 20px;
}

.customCard > h5 {
    margin-top: 0px;
}

.panel {
    background-color: transparent;
    border-width: 2px;
    border-color: #ddd;
}

.panel-default > .panel-heading {
    border-width: 2px;
    border-color: #ddd;
}

.panel-title {
    color: #40657E;
    margin-bottom: 8px;
}

.view-search.entitylist-search .query.form-control {
    background-color: white;
}

input.text.form-control.lookup.form-control:not([disabled="disabled"]) {
    background-color: white;
}

.crmEntityFormView {
    border: none !important;
}

.control .text-muted {
    display: none;
}

/*
Minor Element Overrides
*/

.list-group-item-success {
    color: #000;
    background-color: #d2e956;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    border: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2e495c;
    border-color: #2e495c;
}

div[id*='WebFormControl'][id*='ProgressIndicator'] > ol.progress.list-group > li {
    cursor: pointer;
    font-size: 0.8em;
    padding-top: 3px;
    padding-bottom: 5px;
}

div[id*='WebFormControl'][id*='ProgressIndicator'] > ol.progress.list-group .glyphicon {
    display: none;
}

#navbar .navbar-right .username {
    font-size: 0.95em;
}

div[id*='WebFormControl'][id*='ProgressIndicator'] {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: -10px;
}

.progress.list-group.top {
    margin-bottom: 10px;
}

.customButtonCopy {
    overflow: auto;
    padding-bottom: 10px;
}

    .customButtonCopy .btn:first-child {
        margin-right: 5px;
    }

div.btn-group .btn, div.modal-footer .btn {
    padding: 6px 20px;
    color: #FFFFFF;
    background: #7E3A7F;
    border: 0px;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 300;
}

.btn.launchentitylookup, div.input-group-btn button.btn-default {
    padding: 6px 12px;
    border-width: 1px !important;
    border-color: #A9A9A9;
    border-style: solid;
}

.btn-xs {
    padding: 0px 5px 0px 5px;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active:focus {
    padding: 6px 20px !important;
    color: #FFFFFF !important;
    border: 0px !important;
    border-radius: 3px !important;
    font-size: 1rem !important;
    background-color: #40657e !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
    padding: 6px 20px !important;
    color: #FFFFFF !important;
    border: 0px !important;
    border-radius: 3px !important;
    font-size: 1rem !important;
    background-color: #40657e !important;
}

.btn-info, .btn-info:hover {
    background-color: #7E3A7F;
    border-color: #7E3A7F;
}

/*Grid links as buttons
*/
ul.dropdown-menu li a.edit-link, 
ul.dropdown-menu li a.details-link,
ul.dropdown-menu li a.delete-link {
    color: black;
    border: 0px;
    border-radius: 3px;
}

    ul.dropdown-menu li a.edit-link:hover, a.edit-link:focus,
    ul.dropdown-menu li a.delete-link:hover, a.delete-link:focus,
    ul.dropdown-menu li a.details-link:hover, a.details-link:focus {
        background-color: #66808b !important;
        color: white;
        border: 0px;
        border-radius: 3px;
        padding-bottom: 3px;
        padding-right: 20px;
        padding-top: 3px;
        padding-left: 20px;
    }

a.customListButton.selected {
    background-color: #7E3A7F !important;
    color: white;
    border: 0px;
    border-radius: 3px;
    margin-right: 30px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

a.customListButton {
    background-color: #66808b !important;
    color: white;
    border: 0px;
    border-radius: 3px;
    margin-right: 30px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

a.landingPageLink {
    color: white;
    text-decoration: none;
    font-weight: bold;
    background-color: #7E3A7F;
    border: 0px;
    border-radius: 3px;
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

    a.landingPageLink:hover, a.landingPageLink:focus {
        color: white;
        text-decoration: none;
        background-color: #66808b;
    }

div.landingPageContent {
    margin-top: 30px;
}

div.landingPageDiv {
    margin-top: 50px;
    margin-left: 25px;
    margin-bottom: 80px;
}



.brown_bg, .btn.brown, input.btn:hover, a.btn:hover, .brownbox, #mnav {
    background-color: #66808b;
}

#navbar .dropdown-menu {
    font-size: 0.9em;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #7E3A7F;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #7E3A7F;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-toggle {
    background-color: #7E3A7F;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #7E3A7F;
}

.navbar-header, .navbar-brand {
    width: 100%;
}

.navbar-header {
    height: 65px;
}

.navbar-brand {
    height: 70px;
}

.navbar.navbar-inverse.navbar-static-top {
    background-position: 100% 33%;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    margin-top: 5px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: heebo,arial,helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.menubar-left, .menubar-right {
    display: inline-block;
    width: 49%;
}

.menubar-right {
    text-align: right;
}

.menubar-centre {
    float: left;
    width: 50%;
    align-content: center;
    text-align: center;
}

/* Contain header images at smaller resolutions to menubar-x containers */
.menubar-image {
    width: 100%;
    height: 100%;
}

/* Enforce max size to svg native width / same height at larger resolutions */
.menubar-left .menubar-image {
    height: 50px; /*source svg is only 42px, will force it larger for now, replace svg with larger native one later*/
    max-width: 300px;
    max-height: 50px;
}

.menubar-right .menubar-image {
    max-width: 215px;
    max-height: 50px;
}

.page-footer {
    margin-top: 0px;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: #2e495c;
    padding-top: 10px;
    text-align: center;
}

    .page-footer a, .page-footer a:hover, .page-footer a:focus {
        color: inherit;
    }

a.footer-left {
    text-align: center;
    font-size: 2.5rem;
    margin-top: -2px;
}

a.footer-right {
    text-align: center;
}

.customFooterCopyright {
    font-size: 1rem;
    margin-top: 4px;
}

legend {
    font-size: 1.7rem;
}

.progress {
    font-size: 1.2rem;
    background-color: #f9f9f9;
    box-shadow: 0.5rem 0.5rem 1rem 0.1rem rgba(58,59,69,.15);
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #efeff0;
}

.dropdown-menu {
    min-width: 100px;
}

.dropdown .dropdown-menu {
    /*font-size: 1.3rem;*/
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    /*font-size: 1.5rem;*/
}

html {
    /* THIS IS THE BASE FONT SIZE FROM WHICH ALL 'REM' VALUES ARE CALCULATED */
    font-size: 16px;
}

body {
    font-family: heebo,arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    margin: 0px;
    min-width: 320px;
    position: relative;
    color: #000;
    line-height: 1.25;
    height: 100%;
}

    body > footer {
        top: 100vh; /* pushes the footer outside the visible area */
        position: sticky; /* pulls it back up and sticks it to the bottom edge */
        margin-top: 50px;
    }

.wrapper-body {
    min-height: 100px; /* need to set a value to override the theme.css's calc value */
}

p {
    font-family: heebo,arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem !important;
}

a,
a:hover,
a:focus {
    color: #2e495c;
    text-decoration: underline;
}

.customCard a {
    text-decoration: underline;
}

.sysAnnouncementDiv {
    padding-left: 10px;
    padding-top: 5px;
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.systemAnnouncement {
    color: red;
    font-size: 1.2rem;
    padding-top: 10px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c8;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c8c8c8;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #c8c8c8;
}

th {
    font-weight: 400;
}

/* Branding page for sub-panels*/
.panel-group .panel + .panel {
    margin-top: 0px;
}

/*Override primary panel heading to match theme*/
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2e495c;
    border-color: #2e495c;
    border-radius: 10px;
}

input[type=file] {
    font-size: 0.9rem;
}

/* bootstrap tabs */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #40657e;
    background-color: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9 #dee2e6;
    font-weight: 400;
}

.description.below {
    font-size: 1rem;
}


figure {
    float: right;
    clear: both;
    text-align: center
}

figcaption {
    font-style: italic;
    font-weight: bold;
}

.msos-selected-display-item {
    background-color: #FFFFFF !important;
}

.msos-container {
    background-color: #FFFFFF !important;
    color: #666666 !important;
}

.msos-selectall {
    display: none !important;
}

.msos-glyph:after {
    font-size: 11px !important;
    color: black;
    font-weight: bold;
    margin-right: 10px;
}

.alert-warning {
    background-color: #bac4ca;
    border-color: #bac4ca;
    color: #000;
}

div.msos-container.msos-disabled .msos-viewmode-text {
    background-color: #eee;
    margin-left: 12px;
}

div.msos-container.msos-disabled {
    background-color: #eee !important;
    border: #bbb;
    border-width: 1px;
    border-style: solid;
}

.card-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.card-group-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: #bbb solid;
    border-width: thin;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.card {
    display: flex;
    flex-direction: column;
    /*background-color: #bac4ca;*/
    width: 350px;
    margin: 10px;
    border-radius: 15px;
    border: 1px #bbb solid;
}

.card-top {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 10px;
    justify-content: center;
}

.card img {
    height: 200px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.cardheader {
    padding: 10px;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    color: #528EA3;
}

.card p {
    padding: 10px;
    text-align: center;
    justify-content: center;
}

.card a, .card-top a {
    background-color: #7E3A7F;
    color: white;
    padding: 15px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 3px;
}

    .card a:hover, .card-top a:hover, .card a:focus, .card-top a:focus {
        color: white;
        text-decoration: none;
        background-color: #66808b;
    }

td.td-border {
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    vertical-align: top;
    padding: 6px;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #7E3A7F;
    border-color: #7E3A7F;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before,
    .container:after {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media(min-width: 768px) {
    .container {
        width: 750px
    }
}

@media(min-width: 992px) {
    .container {
        width: 970px
    }
}

@media(min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width: 1280px) {
    .container {
        width: 1250px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:before,
    .container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:before,
    .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.instruction-text {
    color: #7E3A7F;
    font-size: 1rem;
    font-weight: 500;
}


.event-title {
    font-size: 1.7rem !important;
    font-weight: 700;
    padding-bottom: 16px;
    color: #2f4a5b !important;
}

.event-subtitle {
    font-size: 1.2rem !important;
    font-weight: 600;
    padding-bottom: 16px;
    color: #2f4a5b !important;
}

.icon-padding {
    padding-left: 10px;
}

h3 .error {
    color: #D10000;
}

.dtwd-formloader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0078d4;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/**********************************************/
/* Start: Adapted from EventIntroTemplate.css */
/**********************************************/
.template-info {
    padding: 50px 25px;
}

.template-info img {
    width: 100px;
}

.template-info h4 {
    font-size: 20px;
    margin-top: 40px;
    color: var(--portalThemeColor2);
}

.template-info p {
    font-size: 14px;
    color: var(--portalThemeColor2);
}

.registerbtn {
    margin-left: auto;
    margin-right: auto;
}

#registerbtn {
    border: none !important;
    outline: none;
    padding: 0.8rem 1.6rem;
    border-radius: 0.5rem;
    cursor: pointer;
    bottom: 25px;
    line-height: 22px;
    width: 300px;
}


.description {
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20em;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: var(--portalThemeColor2);
}

    .description.expanded {
        -webkit-line-clamp: unset;
        max-height: none;
    }

.see-more-btnintro {
    background: none;
    border: none;
    color: var(--portalThemeColor9);
    cursor: pointer;
    width: 110px;
    height: fit-content;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
    line-height: 22px;
    text-decoration: underline;
    text-align: left;
}

.readMoreAlignLeft {
    margin-left: 0px;
}

.paddingRightForMoreSpace {
    padding-right: 32px !important;
}

.paddingLeftForMoreSpace {
    padding-left: 32px !important;
}

/**********************************************/
/* End: Adapted from EventIntroTemplate.css */
/**********************************************/