/*

Neon Green: #6FFF00
Neon Pink: #FF00FF
Neon Yellow: #FFFF00
Neon Blue: #4D4DFF
Neon Red: #FE0001
Neon Orange: #FF4105
Neon Purple: #993CF3

 */

html {
    box-sizing: border-box;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    width: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-attachment: fixed;
    background-color: #f4f4f4;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #42526b;

    font: 400 16px/24px Roboto, sans-serif;
    max-width: 100%;
    margin: 0;
    min-height: 100vh;
    width: 100%;

    -webkit-overflow-scrolling: touch;
}

.container,
.content-wrap {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

a {
    color: #a9c141;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }
}

main {
    clear: both;
    float: left;
    height: 100%;
    text-align: center;
    width: 100%;
}

.container {
    float: left;
    min-height: 100vh;
    min-width: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.quiqqer-page-transition {
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
}

.navigation-logo {
    height: 60px;
}

.navigation-logo img {
    height: 60px;
    max-width: none;
    width: auto;
}

.navigation-logo-hover {
    display: none;
}

nav:hover .navigation-logo-main,
nav .navigation-opened .navigation-logo-main {
    display: none;
}

nav:hover .navigation-logo-hover,
nav .navigation-opened .navigation-logo-hover {
    display: inline;
}

.navigation--mobile {
    display: none;
}

/** header
 ========================================== */

header.main {
    /*background: rgba(255, 255, 255, 0.5);*/
    /*border-bottom: 1px solid #dedede;*/
    color: #fff;
    height: 61px;
    margin-bottom: 20px;
    padding-left: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 90;
}

header.main .profile {
    cursor: pointer;
    float: right;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

header.main .profile:hover {
    background: rgba(0, 0, 0, 0.2);
}

header.main .project {
    color: #bd3278;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    line-height: 60px;
    padding-left: 20px;
}

/***********/
/* top bar */
/***********/
.top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.top-bar .button-white {
    border-radius: 0;
    box-shadow: none;
}

.top-bar .nav-button {
    cursor: pointer;
    padding: 0.8em 1em !important;
    display: inline-block !important;
    background: #bf2770;
    margin: 1em !important;
    min-width: 175px;
    font-size: 1em !important;
    color: #fff;
    line-height: 15px !important;
    box-shadow: 0 7px 29px 0 rgba(76, 57, 59, 0.25) !important;
    transition: all .25s ease !important;
    border-radius: 5px !important;
    border: 1px solid #bf2770;
    text-align: center;
    height: 45px !important;
}

.top-bar .nav-button:hover {
    transform: translateY(-2px) !important;
    text-decoration: none !important;
    box-shadow: 0 7px 34px 0 rgba(76, 57, 59, 0.5) !important;
}

@media (max-width: 767px) {
    a[name="login"] {
        font-size: 0.8em !important;
        line-height: 23px !important;
        min-width: initial !important;
    }
}

/** main
 ========================================== */

.background-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.section-content.section-as-box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 4em;
    border: 1px solid #ddd;
    padding: 2em;
    width: auto;
    max-width: 600px;
}

/** main
 ========================================== */

.home-link {
    margin: 0 auto;
    max-width: 100%;
    text-align: right;
    width: 600px;
}

.home-link a {
    color: #fff !important;
    font-size: 14px;
}

.login-container {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    max-width: 100%;
    opacity: 0.9;
    padding: 20px;
    margin: 120px auto 50px;
    width: 600px;
}

.login-container .quiqqer-registration {
    background: #fff;
    min-height: 180px;
    overflow: auto;
    padding: 20px;
    position: relative;
}

.login-container .quiqqer-login label,
.login-container .quiqqer-registration label {
    font-size: 0.8em;
    margin-bottom: 20px;
    text-align: left;
    top: -1.5em;
}

.quiqqer-invitecode-registrar-invitecode label,
.quiqqer-invitecode-registrar-email label {
    float: left;
    width: 100%;
}

.quiqqer-invitecode-registrar-field-error-msg {
    text-align: right;
}

.namefruits-juicer-betalogin-registration-content .quiqqer-frontendUsers-error {
    margin-top: 20px !important;
}

.namefruits-juicer-betalogin-registration-content .quiqqer-invitecode-registrar-field-error-msg {
    padding-left: 0 !important;
}

.login-container .quiqqer-registration fieldset {
    border: none;
    padding: 0;
}

.login-container .quiqqer-registration label span {
    display: block;
    padding-bottom: 5px;
    width: 100%;
}

.login-container .quiqqer-registration label input {
    display: block;
    width: 100%;
}

.login-container .quiqqer-login label + label {
    margin-bottom: 40px;
}

.login-container h1 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}

/*.login-container input[type="text"],*/
/*.login-container input[type="password"],*/
/*.login-container input[type="email"] {*/
/*border: 1px solid #DFDFDF;*/
/*line-height: 40px;*/
/*padding: 0 10px;*/
/*}*/

/*.quiqqer-registration button[type="submit"],*/
/*.login-container input[type="submit"],*/
/*.login-container button[type="submit"] {*/
/*background: #a9c141;*/
/*border: none;*/
/*border-radius: 0;*/
/*color: #fff;*/
/*cursor: pointer;*/
/*font-size: 16px;*/
/*line-height: 50px;*/
/*padding: 0 10px;*/
/*transition: all 0.2s ease;*/
/*width: 100%;*/

/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/*}*/

.quiqqer-registration button[type="submit"]:hover,
.login-container input[type="submit"]:hover,
.login-container button[type="submit"]:hover {
    background: #bd3278;
    transition: all 0.2s ease;
}

.quiqqer-auth-login-passwordreset button[type="reset"] {
    border: none;
    border-radius: 0;
    line-height: 50px;
}

/** footer
 ========================================== */
.footer {
    /*background: rgba(4, 5, 6, 0.75);*/
    background: rgba(52, 55, 60, 0.92);
    color: #bbb;
    padding: 2em 0 1em;
    font-size: 0.9em;
}

.footer-container {
    padding: 0 20px;
}

.footer img {
    max-height: 50px;
}

/** quiqqer customize
 ========================================== */

header.main .quiqqer-frontendUsers-userIcon {
    height: 60px;
    padding: 10px;
    width: 60px;
}

header.main .quiqqer-frontendUsers-userIcon-letter {
    float: left;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
}

.qui-select-container .qui-contextitem-icon,
.qui-select-container .qui-contextitem-text,
[name="profileMenu"] .qui-contextitem-icon,
[name="profileMenu"] .qui-contextitem-text {
    font-size: 14px;
}

.qui-select-search {
    line-height: 48px !important;
}

[name="profileMenu"].qui-context-corner-topRight.qui-contextmenu:after {
    right: 8px !important;
}

.qui-window-popup {
    border-radius: 3px;
}

.qui-window-popup-title {
    background: #fff !important;
    padding: 20px !important;
}

.qui-window-popup-title-close {
    line-height: 60px !important;
    height: 60px !important;
    width: 60px !important;
}

.qui-window-popup-buttons {
    background: #fff !important;
    border-top: 1px solid #dedede;
    padding: 0 !important;
}

.qui-window-popup-buttons:after {
    background: none !important;
}

.qui-window-popup-buttons button {
    background: #fff;
    border-top: 2px solid transparent;
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
    color: #454545;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 20px;
}

.qui-window-popup-buttons button:hover {
    background: #ffffff;
    border-top: 2px solid #a9c141;
    box-shadow: none !important;
    color: #a9c141 !important;
    transform: none !important;
}

.qui-window-popup-content {
    background: #f0f3f7;
}

.qui-window-popup-content .submit-body .textbody h2 {
    font-weight: 300;
    line-height: 30px;
}

.navigation-entry-profile {
    background: #f5f5f5;
    font-size: 14px;
    float: left;
    width: 100%;
}

.navigation-entry-profile a {
    padding: 10px 0;
}

.navigation-entry-profile span {
    font-size: 14px;
    line-height: 20px;
}

/** sheets
 ========================================== */

.quiqqer-sheets-desktop {
    min-width: 200px;
}

.quiqqer-sheets-desktop .quiqqer-sheets-desktop-current,
.quiqqer-sheets-desktop .quiqqer-sheets-sheet {
    color: #666;
    display: inline-block;
    float: none;
    margin: 0 1px;
    min-width: 30px;
    padding: 0 10px;
}

.quiqqer-sheets-desktop .quiqqer-sheets-desktop-current,
.quiqqer-sheets-desktop .quiqqer-sheets-desktop-current:hover {
    color: #fff;
    background: #666 !important;
    border-color: #666 !important;
    min-width: 30px;
}

.quiqqer-sheets-desktop .more,
.quiqqer-sheets-desktop .quiqqer-sheets-first,
.quiqqer-sheets-desktop .quiqqer-sheets-prev,
.quiqqer-sheets-desktop .quiqqer-sheets-next,
.quiqqer-sheets-desktop .quiqqer-sheets-last {
    color: #666;
    display: inline-block;
    float: none;
    margin: 0 1px;
    min-width: 30px;
    padding: 0 10px;
}

.quiqqer-sheets-desktop a.quiqqer-sheets-sheet:hover,
.quiqqer-sheets-desktop a.quiqqer-sheets-first:hover,
.quiqqer-sheets-desktop a.quiqqer-sheets-prev:hover,
.quiqqer-sheets-desktop a.quiqqer-sheets-next:hover,
.quiqqer-sheets-desktop a.quiqqer-sheets-last:hover {
    background: #ddd;
}

@media (max-width: 768px) {
    main {
        /*height: calc(100vh - 80px);*/
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    header.main {
        display: none;
    }

    nav {
        display: none;
    }

    .navigation--mobile {
        background: rgba(240,243,247, 0.4);
        display: inline-block;
        float: left;
        margin-bottom: 20px;
        padding: 10px 0;
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
    }

    .navigation--mobile .navigation-logo {
        float: left;
        height: 50px;
        margin: 0;
        padding: 5px 10px;
    }

    .navigation--mobile .navigation-logo img {
        height: 100%;
    }

    .navigation--mobile-menu {
        color: #fff;
        cursor: pointer;
        font-size: 2em;
        line-height: 60px;
        position: absolute;
        right: 10px;
        text-align: right;
        top: 10px;
        width: 60px;
    }

    .logged--out .navigation--mobile {
        display: none;
    }
}

.messages-message-text {
    -ms-word-break: initial !important;
    word-break: initial !important;
}

.control-background {
    background-color: #bd3278;
}

/* ipad */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .login-container input[type="text"],
    .login-container input[type="password"],
    .login-container input[type="email"] {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

/* Profile */
.quiqqer-frontendUsers-controls-profile-categories,
.quiqqer-frontendUsers-controls-profile-categories a,
.quiqqer-frontendUsers-controls-profile-categories a:visited,
.quiqqer-frontendUsers-controls-profile-categories a:hover {
    color: rgb(102, 102, 102);
}