* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(90, 90, 90);
    opacity: 1;
    /* Firefox */
}

.mbn-tips-icon {
    max-width: 50px;
    min-width: 50px;
    padding-right: 10px;
    vertical-align: middle;
}

.mbn-tips-text {
    padding: 10px;
    vertical-align: middle;
}

.highlight {
    background-color: yellow;
}

table.py-table td {
    padding: 5px 5px !important;
}

table.py-1012-gridlines td {
    border-bottom: 1px solid black;
}

.mbn-section-invert {
    color: #ffffff;
    background-color: #6699cc;
    font-family: roboto;
    font-weight: 500;
    font-size: 14pt;
    padding: 5px 5px 5px 5px;
}

.mbn-post-notice {
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 12vh;
    font-size: 8pt;
    padding: 6px;
    border-radius: 5px;
    color: white;
    background-color: grey;
    position: fixed;
    text-align: center;
}

.tools-close {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 10002;
}

.tools-content {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    z-index: 10001;
    opacity: 1.0;
    padding: 10px 10px 10px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.veg-tracker-scroll {
    position: absolute;
    padding-left: 0px;
    padding-right: 10px;
    max-width: 100%;
}

.content-td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 120%;
}

a {
    color: #339966;
    font-weight: bold;
    text-decoration: underline;
}

ul {
    margin-left: 5vw;
    font-size: 11pt;
    font-family: sans-serif;
    font-weight: 100;
}

li {
    list-style-type: circle !important;
    padding-bottom: 10px;
}

.content-td {
    border-collapse: collapse;
    border: 1px solid #000000;
}

.mbn-ol {
    list-style-type: decimal !important;
}

select {
    all: revert;
    width: 100%;
    border: 1px;
    padding: 5px 5px 5px 5px;
    height: 40px;
    font-size: 12pt;
    font-family: sans-serif;
    font-weight: 100;
}

.login-bg {
    background: url("../images/login-bg.png") no-repeat center center fixed;
    background-color: rgb(240, 240, 240);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.login-no-logo {
    background: url("../images/login-no-logo.png") no-repeat center center fixed;
    background-color: rgb(240, 240, 240);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-card {
    padding: 15px;
    height: 40vh;
}

.login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    margin-top: 15vh;
}

.survey-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: auto;
    margin-top: -25%;
}

.survey-appname {
    display: block;
    min-width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 100%;
    font-weight: 500;
    color: #6699cc;
    margin-top: 0%;
}

.login-appname {
    display: block;
    min-width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 150%;
    font-weight: 300;
    color: #6699cc;
    margin-top: 0%;
}

.login-text {
    display: block;
    min-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-family: sans-serif;
    font-size: 120%;
    font-weight: 300;
    color: #5f5f5f;
    margin-top: 0%;
}

.survey-text {
    display: block;
    min-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    font-family: sans-serif;
    font-size: 130%;
    font-weight: 300;
    color: #3f3f3f;
    margin-top: 0%;
}

.login-back {
    padding-left: 5%;
    padding-top: 10%;
    font-family: sans-serif;
    font-weight: 100;
    color: #339966;
}

.login-next {
    padding-right: 5%;
    float: right;
    font-family: sans-serif;
    font-weight: 100;
    color: #339966;
}

.login-options {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 100 !important;
    font-family: sans-serif;
}

.login-input {
    padding-left: 10%;
    padding-right: 10%;
    color: #000000 !important;
}

.survey-input {
    padding-left: 10%;
    padding-right: 10%;
    color: #000000 !important;
}

.survey-action {
    font-family: sans-serif;
    font-size: 80%;
    font-weight: 100;
}

.login-btn {
    color: #339966;
    background-color: transparent;
    border-color: #339966;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50vw;
    text-align: center;
}

.mbn-field {
    border-bottom: 1px solid #6699cc !important;
    box-shadow: 0 0px 0 0 #6699cc !important;
}

.mbn-table {
    color: #000000;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 9pt;
    border-collapse: collapse;
    border: 1px solid #000000;
}

.mbn-textarea {
    border: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
    outline: none !important;
    outline-color: #339966 !important;
}

.mbn-button {
    float: right;
    margin-right: 3vw;
    color: #339966;
    line-height: 3;
    border: none;
    background-color: #fff;
}

.mbn-forum-action {
    font-size: 90%;
    text-align: center;
    color: #339966;
}

.mbn-action-menu {
    font-weight: normal !important;
    color: #339966 !important;
}

.mbn-menu-desc {
    min-width: 86vw !important;
}

.mbn-td {
    width: 7vw !important;
}

.mbn-menu-arrow {
    max-width: 5%;
    width: 5%;
}

.mbn-sticky {
    position: fixed;
    top: 150px;
}

.mbn-nav {
    background-color: #f0f0f0;
}

.mbn-icon {
    width: 20%;
    text-align: center;
    color: #339966;
    position: relative;
    line-height: normal;
    bottom: 4px;
}

.mbn-icon-selected {
    color: #6699cc;
}

.mbn-section {
    color: #6699cc;
    font-family: roboto;
    font-weight: 500;
    font-size: 14pt;
    margin-bottom: -10pt;
}

.mbn-video {
    color: #6699cc;
    font-family: roboto;
    font-weight: 500;
    font-size: 14pt;
    margin-bottom: 0pt;
}

.mbn-video-caption {
    margin-top: 0px;
}

.mbn-text {
    color: #000000;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
}

.mbn-text-image {
    width: 100%;
}

.mbn-text-image-left {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.mbn-text-image-right {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.mbn-content {
    position: relative;
    min-height: 75vh;
    top: 2px;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

.mbn-card {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.mbn-update-text {
    font-family: roboto;
    font-size: 12pt;
}

/*********************
	Forum
**********************/

@font-face {
    font-family: roboto;
    src: url('fonts/roboto/roboto-regular.ttf');
}

.title-font {
    font-family: littlebird;
    font-weight: bold;
    font-size: 280% !important;
}

.mbn-name {
    font-family: roboto;
    color: #6699cc;
    font-weight: 500;
    position: fixed;
    left: 65px;
    top: 18px;
}

/*********************
  Media Query Classes
**********************/


/* Very narrow screens like Samsung Galaxy Fold */
@media only screen and (max-width: 280px) {
    .mbn-nav {
        min-height: 65px;
    }

    .mbn-footer {
        position: fixed;
        bottom: 10px;
        width: 100%;
    }

    .mbn-logo {
        position: fixed;
        top: 20px;
        left: 10px;
        z-index: 9999;
    }

    .mbn-logo-style {
        width: 15vw;
        height: auto;
        -webkit-filter: drop-shadow(1px 1px 4px #808285);
    }

    .mbn-name {
        font-family: roboto;
        color: #6699cc;
        font-size: 15pt;
        font-weight: 500;
        position: fixed;
        left: 65px;
        top: 10px;
    }

    .mbn-search-icon {
        position: absolute;
        top: 24px;
        right: 0px;
    }

    .mbn-search-style {
        position: absolute;
        top: 29px;
        right: 10px;
        color: #339966;
        /* width:6%; */
    }

    .mbn-content-scroll {
        position: absolute;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 100%;
    }

    .mbn-content-offset {
        top: 170px;
    }

    .mbn-feed-scroll {
        position: absolute;
        top: 150px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mbn-card-title {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 10pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 36px !important;
        padding: 7px !important;
        opacity: 0.9;
    }

    .mbn-card-title-content {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 10pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100vw;
        height: 45px !important;
        margin-top: 10px;
        padding: 7px !important;
        opacity: 1.0;
    }

    .mbn-menu-title {
        background-color: #ffffff;
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 10pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px !important;
        opacity: 0.7;
    }

    .mbn-menu-font {
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 12pt !important;
    }

    .mbn-card-fixed {
        position: fixed;
        z-index: 9998;
        top: 65px;
    }

    .mbn-card-fixed-content {
        position: fixed;
        z-index: 9998;
        top: 58px;
    }

    .tab-icon-size {
        width: 50%;
    }

    .avatar {
        width: 16vw;
        float: right;
        margin-right: 10px;
        margin-left: 0px !important;
        border: 4px solid #6699cc;
    }

    .mbn-icon-text {
        font-size: 80%;
        color: #339966 !important;
    }

    .mbn-icon-text-selected {
        font-size: 80% !important;
        color: #6699cc !important;
    }

    .mbn-avatar-text {
        font-family: roboto;
        font-size: 9pt;
    }

    .mbn-avatar-card {
        background-color: #f9f9f9;
        max-height: 120px;
    }

    .mbn-back {
        float: right;
        margin-right: 30px;
        margin-top: -2px;
        font-weight: 600;
    }
}

/* Phone and potrait displays like iPhones, Moto G4, Pixel fall into this zone */
@media only screen and (min-width: 281px) and (max-width: 500px) {
    .mbn-nav {
        min-height: 65px;
    }

    .mbn-footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
    }

    .mbn-logo {
        position: fixed;
        top: 23px;
        left: 10px;
        z-index: 9999;
    }

    .mbn-logo-style {
        width: 15vw;
        height: auto;
        -webkit-filter: drop-shadow(1px 1px 4px #808285);
    }

    .mbn-name {
        font-family: roboto;
        color: #6699cc;
        font-size: 19pt;
        font-weight: 500;
        position: fixed;
        left: 85px;
        top: 18px;
    }

    .mbn-search-icon {
        position: absolute;
        top: 24px;
        right: 0px;
    }

    .mbn-search-style {
        position: absolute;
        top: 29px;
        right: 10px;
        color: #339966;
        /* width:6%; */
    }

    .mbn-content-scroll {
        position: absolute;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 100%;
    }

    .mbn-content-offset {
        top: 170px;
    }

    .mbn-feed-scroll {
        position: absolute;
        top: 150px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mbn-card-title {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px !important;
        opacity: 0.9;
    }

    .mbn-card-title-content {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100vw;
        height: 45px !important;
        margin-top: 10px;
        padding: 7px !important;
        opacity: 1.0;
    }

    .mbn-menu-title {
        background-color: #ffffff;
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px !important;
        opacity: 0.7;
    }

    .mbn-menu-font {
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
    }

    .mbn-card-fixed {
        position: fixed;
        z-index: 9998;
        top: 65px;
    }

    .mbn-card-fixed-content {
        position: fixed;
        z-index: 9998;
        top: 58px;
    }

    .tab-icon-size {
        width: 30%;
    }

    .avatar {
        width: 20vw;
        float: left;
        margin-right: 20px;
        margin-left: 0px !important;
        border: 4px solid #6699cc;
    }

    .mbn-icon-text {
        font-size: 90%;
        color: #339966 !important;
    }

    .mbn-icon-text-selected {
        font-size: 90% !important;
        color: #6699cc !important;
    }

    .mbn-avatar-text {
        font-family: roboto;
        font-size: 10pt;
    }

    .mbn-avatar-card {
        background-color: #f9f9f9;
        max-height: 130px;
    }

    .mbn-back {
        float: right;
        margin-right: 30px;
        margin-top: -5px;
        font-weight: 600;
    }
}

/* This is more like for tablets that are very narrow and long, like Samsung tablet that I have. We retain the phone look for these type of tablets */
@media only screen and (min-width: 501px) {
    .mbn-nav {
        min-height: 65px;
    }

    .mbn-footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
    }

    .mbn-logo {
        position: fixed;
        top: 20px;
        left: 10px;
        z-index: 9999;
    }

    .mbn-logo-style {
        width: 12vw;
        max-width: 75px;
        height: auto;
        -webkit-filter: drop-shadow(1px 1px 4px #808285);
    }

    .mbn-name {
        font-family: roboto;
        color: #6699cc;
        font-size: 19pt;
        font-weight: 500;
        position: fixed;
        left: 90px;
        top: 16px;
    }

    .mbn-search-icon {
        position: absolute;
        top: 24px;
        right: 0px;
    }

    .mbn-search-style {
        position: absolute;
        top: 29px;
        right: 10px;
        color: #339966;
        /* width:6%; */
    }

    .mbn-content-scroll {
        position: absolute;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 100%;
    }

    .mbn-content-offset {
        top: 170px;
    }

    .mbn-feed-scroll {
        position: absolute;
        top: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mbn-card-title {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px 7px 7px 17px !important;
        opacity: 0.9;
    }

    .mbn-card-title-content {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100vw;
        height: 45px !important;
        margin-top: 10px;
        padding: 7px !important;
        opacity: 1.0;
    }

    .mbn-menu-title {
        background-color: #ffffff;
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px !important;
        opacity: 0.7;
    }

    .mbn-menu-font {
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
    }

    .mbn-card-fixed {
        position: fixed;
        z-index: 9998;
        top: 65px;
    }

    .mbn-card-fixed-content {
        position: fixed;
        z-index: 9998;
        top: 58px;
    }

    .tab-icon-size {
        width: 25%;
    }

    .avatar {
        width: 17vw;
        max-width: 100px;
        margin-top: 5px;
        float: left;
        margin-right: 20px;
        margin-left: 0px !important;
        border: 4px solid #6699cc;
    }

    .mbn-icon-text {
        font-size: 100%;
        color: #339966 !important;
    }

    .mbn-icon-text-selected {
        font-size: 100% !important;
        color: #6699cc !important;
    }

    .mbn-avatar-text {
        font-family: roboto;
        font-size: 13pt;
    }

    .mbn-avatar-card {
        background-color: #f9f9f9;
        max-height: 140px;
    }

    .mbn-back {
        float: right;
        margin-right: 30px;
        margin-top: -5px;
        font-weight: 600;
    }

    .mbn-text {
        font-size: large;
    }

    .mbn-search-style {
        position: absolute;
        top: 12px;
        right: 10px;
        color: #339966;
        /* width:6%; */
    }
}

/* This is more like for tablets that are in a landscape format or for desktops */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
    .mbn-nav {
        min-height: 65px;
    }

    .mbn-footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
    }

    .mbn-logo {
        position: fixed;
        top: 23px;
        left: 10px;
        z-index: 9999;
    }

    .mbn-logo-style {
        width: 70px;
        height: auto;
        -webkit-filter: drop-shadow(1px 1px 4px #808285);
    }

    .mbn-name {
        font-family: roboto;
        color: #6699cc;
        font-size: 19pt;
        font-weight: 500;
        position: fixed;
        left: 85px;
        top: 18px;
    }

    .mbn-search-icon {
        position: absolute;
        top: 24px;
        right: 0px;
    }

    .mbn-search-style {
        position: absolute;
        top: 29px;
        right: 10px;
        color: #339966;
        /* width:6%; */
    }

    .mbn-content-scroll {
        position: absolute;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 100%;
    }

    .mbn-content-offset {
        top: 170px;
    }

    .mbn-feed-scroll {
        position: absolute;
        top: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mbn-card-title {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px 7px 7px 17px !important;
        opacity: 0.9;
    }

    .mbn-card-title-content {
        background-color: #ffffff;
        color: #339966 !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100vw;
        height: 45px !important;
        margin-top: 10px;
        padding: 7px !important;
        opacity: 1.0;
    }

    .mbn-menu-title {
        background-color: #ffffff;
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
        display: block;
        margin-bottom: 0px !important;
        width: 100%;
        height: 40px !important;
        padding: 7px !important;
        opacity: 0.7;
    }

    .mbn-menu-font {
        color: #6699cc !important;
        font-family: roboto;
        font-weight: bold !important;
        font-size: 14pt !important;
    }

    .mbn-card-fixed {
        position: fixed;
        z-index: 9998;
        top: 65px;
    }

    .mbn-card-fixed-content {
        position: fixed;
        z-index: 9998;
        top: 58px;
    }

    .tab-icon-size {
        width: 10%;
    }

    .avatar {
        width: 100px;
        float: left;
        margin-right: 20px;
        margin-left: 0px !important;
        border: 4px solid #6699cc;
    }

    .mbn-icon-text {
        font-size: 100%;
        color: #339966 !important;
    }

    .mbn-icon-text-selected {
        font-size: 100% !important;
        color: #6699cc !important;
    }

    .mbn-avatar-text {
        font-family: roboto;
        font-size: 12pt;
    }

    .mbn-avatar-card {
        background-color: #f9f9f9;
        max-height: 140px;
    }

    .mbn-back {
        float: right;
        margin-right: 30px;
        margin-top: -5px;
        font-weight: 600;
    }

    .mbn-search-style {
        position: absolute;
        top: 12px;
        right: 10px;
        color: #339966;
        /* width:6%; */
    }
}