nav.alphasearch {
    display: flex;
    justify-content: space-evenly;
    font-size:.85em;
}

div[data-email] a,
.contactemail a {
    text-transform: lowercase !important;
}

/*.eventlist table tr td:nth-child(4) div {
    text-transform: lowercase !important;
}*/

.main.container {
    max-width:875px;
}

.panel-block>span,
.panel-block>div {
    margin-right: 3px;
}

.panel-block .tag {
    width: 65px;
    font-weight: bold;
}

.nav.tabs.is-boxed {
    margin-bottom: 5px;
}

.tabcontent {
    background-color: #dcf3dc;
    border: solid lightgray 1px;
    border-radius: 0;
    margin-top: -6px;
    padding: 4px;
}

.tabcontent .tile a {
    text-transform: capitalize;
}

.tabs.is-boxed li.is-active a {
    background-color: #dcf3dc;
    color: green;
}

#albummanager {
    width: 100%;
    height:500px;
}

.dataitemcontent {
    padding: 8px;
    border-radius: 0 0 8px 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    max-height: 570px;
    overflow-y: auto;
}

.dataitemsdds {
    display: none;
}

.dataitemsdds.subnav.tabs ul {
    flex-wrap: wrap;
}

.dataitemsdds.subnav.tabs li {
    border-right: solid 1px #dbdbdb99;
    margin-bottom: 1px;
}

.dataitemstabs a,
.dataitemsdds a {
    text-transform: capitalize;
    background-color: white;
}

.dataitemstabs a.navselected,
.dataitemsdds a.navselected {
    background-color: #f5f5f5;
    color: green;
}

.dataitemcontent td {
    text-transform: uppercase;
}

tr.primary td {
    border: none;
    border-top: solid 1px gray;
}

tr.nonprimary td {
    border: none;
    text-indent: 20px;
    font-style: italic;
}

tr.nonprimary td:nth-child(1) {
    text-indent: 0;
}

.carthumb {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
}

#imgvwrcntnr {
    position: fixed;
    display: none;
    background-color: white;
}

div[data-email],
div[data-phone] {
    white-space: nowrap;
}

.emlphlbl {
    margin-right: 12px;
}

a {
    color: green;
}

.subtitle {
    color: #5eab78;
    font-weight: bold;
}

a[href^="mailto:"] {
    text-transform: lowercase;
}

div[id$="Details"] {
    display: none;
}

span.actions {
    background-color: antiquewhite;
    border-radius: 8px;
    padding: 2px;
    border: solid 1px lightgray;
}

span.actions svg:hover,
td.actioncol a:hover {
    background-color: lightgray;
    border-radius: 3px;
}

td.actioncol {
    width: 60px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

td.actioncol a {
    padding: 3px;
}

footer {
    border-top: solid 2px #66ccff;
    background-color: #334;
    color: #0af;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px;
    z-index: 100;
}

footer a {
    color: #337ab7;
}

footer a:hover {
    color: #efefef;
}

.status td {
    background-color: #bfbfbf;    
    border-left: inherit;
    border-right: inherit;
    border-top-color: #cfcfcf !important;
    border-bottom: solid black 2px !important;
    border-top-color: #bfbfbf !important;
}

.runningtotal td {
    background-color: #cfcfcf;
    border-top: inherit;
    border-right: inherit;
    border-left: inherit;    
}

.monthlytotal td {
    background-color: #dfdfdf;
    border-left: inherit;
    border-right: inherit;
    border-top-color: #dfdfdf !important;
}

.modal footer {
    justify-content: flex-end;
}

.modal .tabs {
    margin-bottom: 0;
}

.modal form {
  height: 370px;
  padding: 4px;
  border: solid 1px #ddd;
  border-top: none;
  overflow-y: auto;
  position: relative;
}

.modal form div section {
  margin-bottom: 8px;  
}

.modal hr {
    margin: 2px;
}

.modal h4 {
  border-bottom: solid 1px darkgray;
  width: 100%;
  font-variant: small-caps;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 5px;
  background-color: #efefef;
}

.modal label[data-required]:after {
    color: firebrick;
    content: " *";
}

.invalidField {
    background-color: #ffddddaa !important;
    border: dashed #ff7676 1px !important;
}

.modal .tabarea {  
  padding-top: 10px;
}

.modal .tabarea {
  display: none;
}

.modal .tabarea.is-active {
  display: block
}

.modal .tabarea h4 .icon:hover {
    background-color: hsl(142, 49%, 88%);
}

.modal .smtf {
  width:80px !important;
}

.modal .medtf {
  width:100px !important;
}

.modal .lgtf {
  width:150px !important;
}

.modal section#volunteer div.control {
    padding: 3px;
    border: solid 1px #ddd;
    border-radius: 8px;
}

.modal #memberssection .file {
    display: inline-block;
    vertical-align: top;
}

.modal label.checkbox {
    margin-right: 5px;
}

.modal img[id*=carimgprvw],
.modal img[id*=profimgprvw] {
  margin-left: 8px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;  
}

.modal .loadingoverlay {
    background-color: rgb(127 127 127 / 74%);
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    padding-top: 260px;
    margin: auto;
}

.modal .loadingoverlay .loading {
    background-color: white;
    margin: auto;
    width: 50%;
    padding: 8px;
    text-align: center;
    border: solid #666 2px;
}

.modal .loadingoverlay .loading img {
    vertical-align: middle;
}

.tblwrp {
    overflow-y: auto;
    height: 500px;
    clear: both;
    font-size:.92em;
}

.tblwrp tr.selected {
    background-color: #dcf3dc;
}

.tblwrp tr.selected td {
    background-color: #dcf3dc;
}

svg[data-lkuv^='#cv'] {
    color: cornflowerblue;
    cursor: pointer;
    font-size: 1.3em;
    vertical-align: middle;
    margin-left: 2px;
}

img[data-lkuv^='#sv'] {    
    cursor: pointer;    
}

div.searchform {
    text-align: center;
    margin-bottom: 4px;
    margin-top: -10px;    
    display: none;
}

div.searchform button {
    cursor: pointer;
}

div[class^="introjs-"] {
    z-index:10100;
}

div.tiles a {
    border:solid 2px green;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

div.tiles a div {
    display: inline-block;
    max-width: 50px;
    margin-top: 10px;
    vertical-align: bottom;
}

div.tiles svg {
    font-size: 5em;
    vertical-align: middle;
    margin-right: 6px;
}

.dataitemstabs .panel {
    font-size: .9em;
}

.panel-block:first-child {
    border-top-left-radius: 6px;
}

.panel-block:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
}

#newsletteredit {
    font-family: "Times New Roman";
}

.jodit-container {
    background-color: white;
}

.jodit-editor__resize {
    display:none;
}

.ml-2.mt-2.p-1.birthday {
    background-color: #ccddcc;
}

.birthday span.day {
    background: url(../images/caldaybg.png);
    background-size: cover;
    color: black;
    padding-top: 9px;
    width: 33px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    height: 35px;
}

.birthday div.name {
    text-transform: capitalize;
    font-size: 1.3em;
}

div.eventlist {
    overflow-y: auto;
    max-height: 350px;
}

div.eventlist table th,
div.eventlist table td {
    font-size:.73em;
    text-transform: capitalize !important;
    color: black;
}

div.eventlist table td pre {
    padding: 1px;
    background-color: transparent;
    color: black;
}

@media only screen and (max-width: 768px) {
    .dataitemstabs {
        display: none;
    }

    .dataitemsdds {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .modal-card, .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 840px;
    }
}

#onlinepaymentsmodal table th,
#onlinepaymentsmodal table td {
    font-size:.6em;
}