.toplevel {
    padding: 0
}

.tree-menu {
    list-style-type: none;
    text-align: left
}

.toggle {
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    padding-right: 5px;
    vertical-align: initial;
    font-weight: 400
}

.toggleup:after {
    content: "\f146";
    background: none
}

.toggledown:after {
    content: "\f0fe"
}

.menuelement {
    color: #00f;
    font-size: 19.5px;
    padding-top: .25em !important;
    padding-bottom: .25em !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none !important;
    border: none;
    word-break: break-all;
    cursor: pointer
}

button {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.activityGroups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.activityGroup {
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    text-align: center;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.activityGroupSingleRow {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.settingslist {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.settingslist div {
    padding: 5px;
    font-size: 1.2em
}

.settingslist label {
    padding-left: 6px
}

.settingslist .settinginfo {
    margin: 0 0 0 6px
}

.settingslist input[type=checkbox] {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.tippy-tooltip.info-theme {
    background-color: #2c3e50;
    color: #fff
}

.tippy-tooltip.info-theme * {
    max-width: 100%
}

.tippy-tooltip.info-theme a {
    color: #add8e6
}

.tippy-tooltip.info-theme .tippy-backdrop {
    background-color: #2c3e50
}

.tippy-tooltip.info-theme .tippy-arrow {
    border-top-color: #2c3e50
}

#current_loc_label {
    font-size: 1.6em;
    border-bottom: 1px dotted;
    text-align: center;
    margin: 0;
    padding: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#current_loc_label * {
    margin: 0 .5em 0 .5em
}

#current_loc_label .fa-info-circle {
    margin: -5px
}

#current_loc_label span {
    -ms-flex-item-align: center;
    align-self: center
}

#activityButton,
.headerbuttons,
.resetloccounts {
    text-align: center;
    padding: 13px 10px;
    display: inline-block;
    border-radius: 4px;
    background: #d7ebf9;
    font-weight: 700;
    border: 1px solid #aed0ea
}

#activityButton button:not([disabled]),
.headerbuttons button:not([disabled]),
.resetloccounts button:not([disabled]) {
    color: #184a67
}

#activityButton span {
    padding: .8em 1.1em;
    width: auto;
    display: inline-block
}

#activityButton {
    margin: 4px;
    padding: 0
}

#activityButton label {
    height: 100%;
    display: block
}

.resetloccounts {
    margin-left: 6px
}

.filler {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.headerbuttons {
    font-size: 1em;
    margin: 0 10px 0
}

.datetime {
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center
}

#activityButton input {
    position: absolute;
    opacity: 0;
    margin-top: 2%
}

#activityButton input:hover+span {
    background-color: #add7ed
}

#activityButton input:checked+span {
    background-color: #3baae3;
    color: #fff
}

.instructions {
    margin-top: 1px
}

.activityTitle {
    padding-bottom: 0;
    margin-bottom: 0
}

i.fa-info-circle {
    margin-left: 10px;
    color: #2c3e50
}

.countButton {
    font-size: 3.5em;
    border-radius: 4px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

select {
    font-size: 1.25rem;
    text-align: center
}

.requiredicon {
    color: red
}

body {
    margin: 0;
    font-family: Helvetica Neue, Arial, Liberation Sans, FreeSans, sans-serif
}

.header_content {
    background-color: #a2adbc;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 3;
    padding: 10px 0 10px;
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.selectbuttons {
    height: calc(100% - 3em - 20px);
    width: 35%;
    position: fixed;
    z-index: 1;
    top: calc(3em + 20px);
    left: 0;
    background-color: #d9e2e1;
    overflow-x: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.selectbuttons select {
    max-width: 98%;
    width: auto
}

#countsform {
    width: 100%;
    margin-top: calc(3em + 20px);
    -webkit-transition: 1s;
    transition: 1s;
    overflow: auto;
    height: calc(100% - 3em - 20px);
    position: fixed
}

.sidebarcounts {
    padding: 0 0 20px 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rightalign {
    float: right
}

.leftalign {
    float: left
}

.alldropdowns {
    margin: 20px 0 20px 0
}

.sidebar-enter-active,
.sidebar-leave-active {
    -webkit-transition: 1s;
    transition: 1s
}

.sidebar-enter,
.sidebar-leave-to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.menubutton {
    font-size: 2em;
    width: 1.5em;
    padding: 0;
    height: 1em;
    line-height: 1em;
    border: 0 solid #fff;
    background: none;
    margin-top: 10px
}

.toolbar-icons {
    display: none
}

@media (max-width:755px) {
    .headerbuttons:not(.menubutton) {
        font-size: .7em
    }
}

@media (max-width:630px) {
    .headerbuttons:not(.menubutton) {
        margin: 0 2px 0;
        padding: 10px 5px
    }

    .datetime {
        font-size: .8em
    }

    .menubutton {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:499px) {
    .toolbar-icons {
        display: block
    }

    .headerbuttons:not(.menubutton) {
        font-size: 1em
    }

    .buttontext {
        display: none
    }

    li button {
        font-size: 1em !important
    }

    ul {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    ul:not(.toplevel) {
        padding: 1px 5px 1px 10px !important
    }
}

@media (max-width:240px) {
    .headerbuttons:not(.menubutton) {
        font-size: .7em;
        margin: 0 3px 0
    }

    .menubutton {
        font-size: 1.5em
    }

    ul {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    ul:not(.toplevel) {
        padding: 1px 5px 1px 10px !important
    }
}

ul:not(.toplevel) {
    padding: 1px 5px 1px 20px
}

.selected {
    font-weight: 700
}

.noloc {
    padding-top: 20px;
    font-size: 2em
}

#inputCount {
    width: 10%;
    height: 50px;
    margin-bottom: 30px;
    text-align: center
}

#inputCount,
.closemodal {
    float: right;
    font-size: 2em
}

.closemodal {
    padding: 5px
}

.arrowpadding {
    font-size: .4em;
    color: #a2adbc;
    height: 8px;
    position: relative;
    margin-right: 13px;
    vertical-align: top;
    font-weight: 900;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.barcaret {
    color: #000;
    text-align: left;
    margin-left: 8px;
    font-size: .7em
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

#finishcollecting:disabled{
    color: rgba(16, 16, 16, 0.3)!important;
    background-color: #9fcff1!important;
  }
  