@import 'standardColors.css?v=6';

@page {
    margin-top: .75in;
    margin-left: .75in;
    margin-right: .75in;
}

.print-footer {
    display: none;
}

@media print {
    .print-footer {
        display: block;
    }
}

body {
    padding-bottom: 21px;
}

.horizontal-line {
    height: 5px;
    margin-bottom: 2px;
}

.rprSticky {
    position: -webkit-sticky;
    position: sticky;
}

.rprNoScrollbar {
  scrollbar-width: none; /* Chrome and Firefox hide scrollbar*/
  -ms-overflow-style: none; /* Edge hide scrollbar */    
}
.rprNoScrollbar::-webkit-scrollbar { /* Safari hide scrollbar */
    display: none; 
}

.section-heading {
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.documentPage {
    margin: 0;
    padding: 0;
    height: 100%;
}

.documentBox {
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.documentBox .docFrame {
    width: 100%;
    height: 100%;
}

.clickable:hover {
    cursor: pointer;
}

.button {
    border-radius: 5px;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.listsViewPage #lists .list .button.small {
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.link.minor {
    font-size: 90%;
}

.overlay {
    pointer-events: none;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 2px;
}

.overlay.visible {
    pointer-events: auto;
    opacity: 0.25;
    transition: opacity 0.25s;
}

.control-row {
    position: -webkit-sticky; /* safari */
    position: sticky;
    top: 0;
}

.control-row table {
    margin-bottom: 0;
}

.control-row td {
    padding: 0;
}

.control-row tr {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.control-row .button.minor {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

#funds-filter-component .control-row td .save-button {
    min-width: 71px;
}

.hint {
    font-style: italic;
    font-size: 75%;
    text-align: center;
}

thead.stick-under-titlebar tr>th {
    position: -webkit-sticky; /* safari */
    position: sticky;
    top: 46px;
}

.system-info-bar {
    padding-left: 1rem;
    padding-right: 1rem;
}

.system-info-bar.minor {
    font-size: 80%;
}

.footnote {
    font-style: italic;
    font-size: 90%;
    text-align: left;
}

.text-title {
    font-size: 125%;
}

.text-subtitle {
    font-size: 100%;
}

@media print {
    .infoButton {
        display: none;
    }
}

.infoButton {
    position: absolute;
    right: 10px;
    top: 10px;
}

.infoButton.circled {
    font-size: 90%;
    border-radius: 50%;
    line-height: 19px;
    height: 20px;
    width: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.infoButton .infoText {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: -5px;
    margin-left: -0px;
    padding: 5px;
    width: 90vw;
    visibility: hidden;
}

.statBox-component {
    min-height: 100px;
}

.statBox .infoButton {
    right: 5px;
    top:   5px;
}

.statBox .infoButton .infoText {
    width: 900%;
}

.infoButton:hover .infoText {
    visibility: visible;
}

.tableBox {
    position: relative;
}

.tableBox .text-title {
    font-family: "Source Sans Pro";
    font-size: 18px;
}

.tableBox .text-subtitle {
    font-family: "Source Sans Pro";
    font-size: 16px;
    margin-bottom: 16px;
}

.tableBox .table-container {
    max-width: 100vw;
    overflow: auto;
}
@media print {
    .tableBox .table-container {
        overflow: visible;
    }
}

.tableBox table {
    font-size: 16px;
}

@media print {
    .tableBox th, .tableBox td {
        border: 1px solid black;
    }

    .tablebox table {
        border: 2px solid black;
    }
}

.tableBox table th.top-left {
    border-top-left-radius: 4px;
}

.tableBox table th.top-right {
    border-top-right-radius: 4px;
}

.tableBox table td.bottom-left {
    border-bottom-left-radius: 4px;
}

.tableBox table td.bottom-right {
    border-bottom-right-radius: 4px;
}

/*
.tableList .header {
  position: -webkit-sticky;     
  position: sticky;
  top: 46px;
  max-width: 100%;
  overflow: auto;
  scrollbar-width: none; *//* Chrome and Firefox hide scrollbar*/
 /* -ms-overflow-style: none;*/ /* Edge hide scrollbar */
/*}

.tableList .header::-webkit-scrollbar {*/ /* Safari hide scrollbar */
/*    display: none; 
}*/
/*
.tableList .header table {
    margin-bottom: 0px;
    width: inherit;
}
*/
/*
.tableList .header th {
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
}
*/
/*
.tableList .details {
  max-width: 100%;
  overflow: auto;
}
*/
/*
.tableList .details table {
    width: inherit;
}
*/
/*
.tableList .details td {
    padding-left: 10px;
    padding-right: 10px;
}
*/
.slideshow-container {
     height: 620px;
}

#slideshow, .slideshow {
    position: relative;
    left: 0px;
}

#slideshow > img, .slideshow > img {
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.screenshot {
    width: 300px; 
    min-width: 300px;
    margin-top: 10px; 
    margin-bottom: 10px;
}

.screenshot.laptop {
    width: 90%; 
    min-width: auto;
    margin-top: 128px;
}

.wtl { /* waiting to load element */
    text-align: center;
}

.card {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.splashPage .grid-container.fine-print-footer.card {
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}

.fine-print-footer {
    font-size: 80%;
}

@media screen and (max-width: 710px) {
    .card {
        padding-left: 0px;
        padding-right: 0px;
    }

    .splashPage .grid-padding-x > .cell {
        padding-left: 5px;
        padding-right: 5px;
    }

    .fine-print-footer {
        font-size: 70%;
    }
}

.card .title, .card .subtitle, .card .text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.card .title {
    font-weight: bold;
    font-size: 125%;
}


.financeMenu .badge {
    font-size: 60%;
}

.statBox {
    position: relative;
    min-height: 110px;
    max-height: 110px;
    border: 1px solid gray;
    padding: 5px;
    margin: 1px;
    border-radius: 2px;
}

.statBox .text-title {
    font-size: inherit;
    min-height: 24px;
}

.statBox table {
    margin-bottom: 0px;
    table-layout: fixed;
}

.statBox td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    vertical-align: middle;
    text-align: center;
}

.statBox .text-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;     
}

.statBox.hasInfoButton > .text-title {
    padding-right: 20px;
}

.statBox .indicator {
    padding: 0px;
}

.statBox .indicator img {
    height: 65px;
}

.statBox .numerator .text-title, .statBox .denominator .text-title {
    font-weight: bold;
    font-style: normal;
}

.statBox .numerator.only {
    height: 69px;
    font-size: 170%;
    width: 100%;
}

.statBox .numerator:not(.only), .statBox .denominator {
    width: 90%;
}

.statBox .numerator, .statBox .denominator {
    padding-bottom: 5px;
}

@media screen and (max-width: 380px) {
    .statBox .numerator:not(.only) {
        width: 85%;
    }
}

@media print {
    .chartBox .controls-area, .tableBox .controls-area {
        display: none;
    }
}

.chartBox, .tableBox {
    border: 1px solid gray;
    padding: 5px;
    margin: 1px;
    border-radius: 2px;
}
@media print {
    .chartBox, .tableBox {
        border: none;
    }
}

.chartBox.portrait {
    min-height: 560px;
}

@media print {
    .chartBox.portrait {
        min-height: 500px;
    }

    .giving-by-giving-level-chart.column, .giving-by-age-level-chart.column {
        display: none;
    }
}

.chartBox.portrait .overlay {
    min-height: 500px;
}

.chartBox.landscape {
    min-height: 360px;
}

@media print {
    .chartBox.landscape {
        min-height: 300px;
    }
}

.chartBox.landscape .overlay {
    min-height: 300px;
}


.chart {
    min-height: 100px;
}

.chart-control.button {
    margin-left: 5px;
    margin-right: 5px;
}

.chart-legend {
    border: 1px solid black;
    padding: 5px;
    margin-left: 10%;
    margin-right: 10%;
}

.chart-legend .text-title {
    font-size: 100%;
}

table.margin-bottom-none {
    margin-bottom: 0;
}

.narrative {
    padding: 5px;
}

@media screen and (max-width: 380px) {
    .narrative {
        padding: 2px;
    }
}

.separate-divs > div {
    padding-left:  5px;
    padding-right: 5px;
}

.separate-divs > div:first-of-type {
    padding-left: 0px;
}

.separate-divs > div:last-of-type {
    padding-right: 0px;
}

.data-row.grid-padding-x > .cell:first-child {
    padding-left: 0;
}

@media screen and (max-width: 380px) {
    .data-row.grid-padding-x > .cell {
        padding-left: 0;
    }
}

.rprCheckbox {
    margin-top: 0;
    margin-bottom: 0;
    width:  25px;
    height: 25px;
    border-radius: 3px;    
}

.left-right-margins {
    margin-left: 1em;
    margin-right: 1em;
}

@media screen and (max-width: 350px) {
    .left-right-margins {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

.left-right-margins-small {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

@media screen and (max-width: 350px) {
    .left-right-margins-small {
        margin-left: 0.25em;
        margin-right: 0.25em;
    }
}
textarea {
    margin: 0;
}


.top-margin {
    margin-top: 0.25em;
}

.flowit {
    display: inline-block;
    vertical-align: top;
    /*border: 1px solid black;*/
}

.flowit-icon {
    display: inline-block;
    vertical-align: top;
}

.data-iconLength {
    width: 2.25em;
}

.data-xx-short {
    width: .875em;
    min-height: 2.5em;
}

.data-x-short {
    width: 2.75em;
    min-height: 2.5em;
}

.data-short {
    width: 5.5em;
    min-height: 2.5em;
}

.data-medium {
    width: 8em;
    min-height: 2.5em;
}

.data-long {
    width: 15em;
    min-height: 2.5em;
}

.data-full {
    width: 100%;
    min-height: 2.5em;
}

.dataListContainer .data-xx-short, 
.dataListContainer .data-x-short,
.dataListContainer .data-short,
.dataListContainer .data-medium,
.dataListContainer .data-long,
.dataListContainer .data-full {
    min-height: 24px;
}

.dataListContainer .data-list-section-heading.minor {
    min-height: 33px;
}

.dataListContainer .data-row {
    min-height: 33px;
}

img.data-full {
    height: 75vh;
    width: auto;
}

.data-list-section-heading {
    padding-top:    1em;
    padding-bottom: 1em;
    padding-left:   1em;
    padding-right:  1em;
}

.data-list-section-heading.minor {
    padding-top:    0.25em;
    padding-bottom: 0.25em;
}

@media screen and (max-width: 350px) {
    .data-list-section-heading {
        padding-left:   0.5em;
        padding-right:  0.5em;
    }
}


.data-row {
    padding-top:    0.5em;
    padding-bottom: 0.5em;
    padding-left:   1.0em;
    padding-right:  1.0em;
}

@media screen and (max-width: 350px) {
    .data-row {
        padding-left:   .5em;
        padding-right:  .5em;
    }
}

.data-row-section-headers th {
    font-size: 90%;
}

.data-row-column-heading {
    font-size: 70%;
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
}

.data-row-label {
    font-size: 100%;
    min-height: 2.4375rem;
    line-height: 2.4375rem;
}

.data-row-error {
    color: red;
    font-size: 90%;
    height: 2.4375rem;
    line-height: 2.4375rem;
}

@media print {
    .rpr-title-bar {
        display: none;
    }

    .titlebar-container.main {
        display: none;
    }
}

.titlebar-container.main {
    position: -webkit-sticky; /* safari */
    position: sticky;
    top: 0px;
    max-height: 45px;
    min-height: 45px;
}

.rpr-title-bar, .titlebar-container.main {
    height: 45px; 
    width: 100%;
    z-index: 5;
}

.titlebar-component {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
}

.titlebar-component .title-text-container {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 100%;
    z-index: 0;
}

.titlebar-component .title-text-container>table {
    height: 100%;
    margin: 0px;
}

.titlebar-component .title-text-container td {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.titlebar-component .title-text-container td>div {
    padding-bottom: 1px;
}

.titlebar-component .left-button-container {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}

.titlebar-component .left-button-container button, .titlebar-component .right-control-container button {
    margin: 2px;
    padding: 7px;
}

.titlebar-component .right-control-container {
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    z-index: 1;
}

.titlebar-component .right-control-container.closed:not(.animate) {
    width:      101px;
    min-width:  101px;
    max-width:  101px;
    height:     40px;
    min-height: 40px;
    max-height: 40px;
}

.titlebar-component .right-control-container.closed.animate {
    width:      225px;
    min-width:  225px;
    max-width:  225px;
    height:     202px;
    min-height: 202px;
    max-height: 202px;
    animation-name: titlebarControlContainerShrinkWidth, titlebarControlContainerShrinkHeight;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
    animation-delay: 0.25s, 0.0s;
    animation-fill-mode: forwards;
}
@keyframes titlebarControlContainerShrinkWidth {
    from { width: 225px; min-width: 225px; max-width: 225px; }
    to   { width: 101px; min-width: 101px; max-width: 101px; }
}
@keyframes titlebarControlContainerShrinkHeight {
    from { height: 202px; min-height: 202px; max-height: 202px; }
    to   { height:  40px; min-height:  40px;  max-height: 40px; }
}

.titlebar-component .right-control-container.open:not(.animate) {
    width:      225px;
    min-width:  225px;
    max-width:  225px;
    height:     202px;
    min-height: 202px;
    max-height: 202px;
}

.titlebar-component .right-control-container.open.animate {
    width:      101px;
    min-width:  101px;
    max-width:  101px;
    height:     40px;
    min-height: 40px;
    max-height: 40px;
    animation-name: titlebarControlContainerGrowWidth, titlebarControlContainerGrowHeight;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
    animation-delay: 0, 0.25s;
    animation-fill-mode: forwards;
}
@keyframes titlebarControlContainerGrowWidth {
    from { width: 101px; min-width: 101px; max-width: 101px; }
    to   { width: 225px; min-width: 225px; max-width: 225px; }
}
@keyframes titlebarControlContainerGrowHeight {
    from { height:  40px; min-height:  40px; max-height:  40px; }
    to   { height: 202px; min-height: 202px; max-height: 202px; }
}

.titlebar-component .right-control-container .openCloseButton {
    position: absolute;
    width: 25px;
    top: 2px;
    left: 2px;
    border-radius: 5px 0px 0px 5px;
    z-index: 3;
}

.titlebar-component .right-control-container .actionButton {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
    min-width: 66px;
}

.titlebar-component .right-control-container .actionButton.has-submenu {
    border-radius: 0px 5px 5px 0px;
}

.titlebar-component .right-control-container .menu-container {
    position: relative;
    max-height: 205px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 0;
}

.titlebar-component .right-control-container.closed:not(.animate) .menu-container {
    opacity: 0;
}

.titlebar-component .right-control-container.closed.animate .menu-container {
    opacity: 1;
    /*min-height: 83px;
    height: 83px;
    max-height: 83px;*/
    animation: /*titlebarMenuContainerShrink 0.10s ease-in 0s 1 normal forwards,*/ titlebarMenuContainerFadeOut 0.25s ease-in 0.25s 1 normal forwards;
}
@keyframes titlebarMenuContainerShrink {
    from { min-height: 83px; height: 83px; max-height: 83px; }
    to   { min-height: 40px; height: 40px; max-height: 40px; }
}
@keyframes titlebarMenuContainerFadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.titlebar-component .right-control-container.open:not(.animate) .menu-container {
    opacity: 1;
}

.titlebar-component .right-control-container.open.animate .menu-container {
    /*min-height: 40px;
    height: 40px;
    max-height: 40px;*/
    opacity: 0;
    animation: /*titlebarMenuContainerGrow 0.06s ease-in 0.44s 1 normal forwards,*/ titlebarMenuContainerFadeIn 0.25s ease-in 0s 1 normal forwards;
}
@keyframes titlebarMenuContainerGrow {
    from { min-height: 40px; height: 40px; max-height: 40px; }
    to   { min-height: auto; height: auto; max-height: auto; }
}
@keyframes titlebarMenuContainerFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.titlebar-component .menu-container .menu-title {
    position: relative;
    text-align: center;
    width: 100%;
    height: 37px;
    padding-top: 5px;
    z-index: 1;
}

.titlebar-component .menu-container .menu-items {
    position: relative;
    padding-top: 5px;
    max-height: 165px;
    display: block;
    overflow: auto;
}

.titlebar-component .right-control-container.closed:not(.animate) .menu-container .menu-items {
    top: -165px;
}

.titlebar-component .right-control-container.closed.animate .menu-container .menu-items {
    top: 0;
    animation-name: titlebarMenuItemsMoveUpToOffScreenTop;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;  
}
@keyframes titlebarMenuItemsMoveUpToOffScreenTop {
    from { top: 0px;    }
    to   { top: -165px; }
}

.titlebar-component .right-control-container.open:not(.animate) .menu-container .menu-items {
    top: 0px;
}

.titlebar-component .right-control-container.open.animate .menu-container .menu-items {
    top: -165px; /* need this to hold the menu items off screen before the animation kicks in since it's delayed */
    animation-name: titlebarMenuItemsMoveDownFromOffScreenTop;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
    animation-delay: 0.25s;
    animation-fill-mode: forwards;
}
@keyframes titlebarMenuItemsMoveDownFromOffScreenTop {
    from { top: -165px; }
    to   { top:    0px; }
}

.titlebar-component .menu-container .menu-items ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.titlebar-component .menu-container .menu-items ul li:first-of-type {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.titlebar-component .right-control-container .menu-container .menu-items li {
    margin-top: 7px;
    padding-top: 7px;
}







.rpr-title-bar table {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.rpr-title-bar tbody {
    border-left-width: 0px;
    border-right-width: 0px;
}


.rpr-title-bar td {
    padding: 5px;
    vertical-align: middle;
}

/* subtitle experiment - start */
.rpr-title-bar #center-titleBar-td table {
    margin-bottom: 0px;

}

.rpr-title-bar td #titleBar-title {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.rpr-title-bar td #titleBar-title-td {
    padding-bottom: 0px;
}

.rpr-title-bar td #titleBar-subtitle {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    font-size: 25%;
}

.rpr-title-bar td #titleBar-subtitle-td {
    padding: 0px;
}

/* subtitle experiment - end */

.rpr-title-bar .text-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.rpr-title-bar button, .splashPage #titleBar button {
    margin: 2px;
    padding: 7px;
}

.rpr-title-bar button.right {
    float: right;
}

.rpr-title-bar #saveButton {
    width: 54px;
}

@media print {
    .rpr-footer-bar {
        display: none;
    }
}

.rpr-footer-bar, .print-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    font-size: 90%;
}

.rpr-user-footer {
    position: absolute;
    right: 0;
}

@media print {
    .rpr-user-footer {
        left: 50vw;
        transform: translateX(-50%);
    }
}

.warning-bar {
    width: 100vw;
    font-size: 90%;
}

.rpr-church-footer {
    position: static; /* puts div on left side and since it's in the flow vs. absolutely positioned, it's height will give height to the enclosing div */
}

.text-menu {
    font-size: 150%;
}

.text-menu.minor {
    font-size: 120%;
}

.text-legend {
    font-size: 80%;
}

.deleteButton:before {
    content: 'Delete';
}

@media screen and (max-width: 350px) {
    .deleteButton.minor:before {
        content: 'X';
    }
}


.editButton:before {
    content: 'Edit';
}

@media screen and (max-width: 350px) {
    .editButton.minor:before {
        content: '✏️';
    }
}


.clearButton:before {
    content: 'Clear';
}

@media screen and (max-width: 350px) {
    .clearButton.minor:before {
        content: 'X';
    }
}


.iconField {
    border: none;
    box-shadow: none;
}

img.emoji {
   height: 1.1em;
   width: 1.1em;
   margin-top: 2px;
   margin-bottom: 0; 
   margin-left: .1em;
   margin-right: .1em;
}

.text-menu img.emoji {
   height: 1em;
   width: 1em;
   margin: 0 .05em 0 .1em;
   vertical-align: -0.1em;
}

.iconField.emoji > img.emoji {
    height: 1.25em;
    width: 1.25em;
    margin-top: 8px;
}


.dataField {
    margin-bottom: 0;
}

textarea.dataField {
    height:120px;
}

.data-group {
    padding-bottom: 5px;
}

.data-group ~ .data-group { /* selects all .data-group with a preceding sibling .data-group. i.e. all but the first .data-group */
    padding-top:    5px;
}

body.splashPage {
    padding-bottom: 0px;
}

.splashPage .grid-container {
    margin: 10px;
    padding: 10px;
}

@media screen and (max-width: 370px) {
    .splashPage .grid-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.splashPage #titleBar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.splashPage #content {
    margin-top: 62;
}

.splashPage #titleBar .text-title {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.splashPage #menu-hamburger {
    display: inline-block;
}

.splashPage #menu-hamburger img {
    vertical-align: middle; 
    height: 20px; 
    margin: 16px; 
    padding: 0px;
}

.splashPage #titleBar #menu-full-items a, .splashPage #menu-hamburger-items a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.splashPage #menu-hamburger-items a {
    float: none;
}


.splashPage #menu-hamburger-items {
    display: none;
    
    position: fixed; 
    z-index: 3; 
    top: 52; 
    width: 225; 

    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px; 
}

.splashPage #titleBar .text-title {
    padding-top: 10px;
}

.splashPage #titleBar .inquireButton img, .splashPage #titleBar .mailListButton img {
    vertical-align: middle; 
    height: 12px; 
    margin: 5px; 
    padding: 0px;
}



.splashPage #titleBar .mailListButton {
    border-radius: 5px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 4px;
}

.splashPage #titleBar #demoButton, .splashPage #titleBar .inquireButton {
    border-radius: 5px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 9px;
    padding-top: 7px;
    padding-right: 10px;
}

@media screen and (max-width: 849px) {
    .splashPage #menu-full-items {
        display: none;
    }

    .splashPage #titleBar #title {
        position: fixed; 
        z-index: 2; 
        width: 200px;
        height: 52px;
        top: 0;
        left: 50%;
        margin-left: -100px;
        text-align: center;    
    }

    .splashPage #titleBar #inquireButtonLink {
        display: none;
    }

    .splashPage #titleBar #mailListButtonLink {
        display: none;
    }

    .splashPage #titleBar #demoButton:before {
        content: 'Try Demo';
    }

    .splashPage #inquireDemoButtonsDIV {
        position: fixed; 
        z-index: 2; 
        width: 200px;
        height: 52px;
        top: 0;
        left: 100%;
        margin-top: 0;
        /* margin-left: -210px; */
        text-align: right;
    }
}

@media screen and (min-width: 850px) {
    .splashPage #menu-hamburger {
        display: none;
    }

    .splashPage #titleBar #title {
        position: fixed; 
        z-index: 2; 
        width: 200px;
        height: 52px;
        top: 0;
        left: 100%;
        margin-left: -210px;
        text-align: right;    
    }

    .splashPage #titleBar #demoButton:before {
        content: 'Try a Demo';
    }

    .splashPage #inquireDemoButtonsDIV {
        position: fixed; 
        z-index: 2; 
        width: 468px;
        height: 52px;
        top: 0;
        left: 50%;
        margin-top: 0px;
        /*margin-left: -150px; /* Negative half of width. */
    }
}

.pricingPage h1 {
    margin-bottom: 0px;
}

.searchPage .searchbar-grid-container {
    margin-top: 10px;
}

.searchPage .cell {
    margin: 0px;
}

.searchbar {
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid grey;
    border-radius: 40px;
    height: 40px;
    width: 99%;
}

.searchPage .search-field {
    height: 38px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .5rem;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.searchPage .input-group-button {
    width: 40px;
}

.searchPage .input-group-button .button {
    border-radius: 18px;
    width: 100%;
    height: 40px;
    padding: 5px;
}

#funds-filter-component {
    display: none;
    
    position: fixed; 
    overflow-x: hidden;
    overflow-y: scroll;
    bottom: 10%;
    z-index: 7; 
    top: 40px;
    right: 0px;
    width: 225px;

    border-bottom-left-radius: 5px; 
    border-top-left-radius: 5px; 

    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

#funds-filter-component .data-row {
    padding-right: 1em;
}

.churchNewSetupPage select, .churchNewSetupPage input[type=text], #churchEditPage select, #churchEditPage input[type=text] {
    margin-bottom: 10px;
}

.churchNewSetupPage .change-page-controls {
    margin-top: 10px;
}

.churchNewSetupPage #newChurchForm .data-row-error, #churchEditPage .churchInfo .data-row-error, #churchEditPage .systemDetailsInfo .data-row-error {
    height: inherit;
    line-height: 1.8;
    font-size: .875rem;

}

.churchNewSetupPage [type=checkbox]:disabled+label[for], #churchEditPage [type=checkbox]:disabled+label[for] {
    cursor: default;
}

#churchEditPage .data-list-section-heading.minor, #userEditPage .data-list-section-heading.minor {
    position: -webkit-sticky; /* safari */
    position: sticky;
    top: 46px;
}

#churchEditPage .data-long {
    min-height: unset;
}

@media screen and (min-width: 40em) {
    #financeAlertSettingsScreen h3 {
        font-size: 1.5rem;
    }
}