.preload-stub {
    background-color: #333333 !important;
}

body.body-dark{
    background-color: #333333;
}

body{
    background-color: #333333;
}


.login-page{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

@media only screen and (max-width: 640px){
.login-page {
    margin-top: 8%;
    }
}

@media only screen and (max-width: 640px){
.app-page app-logo {
    padding-bottom: 0px;
    }

}

.app-page app-logo .logo-desc {
    display: none;
}

app-logo .logo-desc {
    display: none;
}

.app-page app-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 383px;
}

.navmenu.dark {
    background-color: #018199 !important;
}

app-profile-header {
    background-color: #01b8d9 !important;
}

app-filters .general {
    background-color: #01b8d9 !important;
}

app-header {
    background-color: #01b8d9 !important;
}

app-footer {
    background-color: #252525;
}

app-footer .menu, app-footer .copy {
    color: #757575;
}


app-filters .settings-icon {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.app-icon-round:hover {
    border-color: #757575;
    color: #757575;
}

app-profile-header .app-icon-settings {
    color: #ffffff;
    border: 1px solid #ffffff;
}

app-profile-header .app-icon-settings.active {
    color: #ffffff;
    border-color: #ffffff;
}

app-footer .menu-link {
    text-decoration: none;
    color: #757575;
}

app-footer .menu-link:hover {
    text-decoration: none !important;
    color: #ffa600;
}

app-footer.dark .menu .menu-link:hover {
    color: #ffa600;
    text-decoration: none;
}

@media only screen and (max-width: 1200px){
    app-footer .menu .menu-link {
        color: #525252;
    }

    .theme-dark .control-label {
        color: #ffffff;
    }
}

.app-page app-logo .logo-img {
    max-width: 383px;
}

app-sidebar .mainmenu .menu-item.active {
    color: #0087ff;
}

@media only screen and (min-width: 641px) {
    .app-page .app-page-content {
        min-height: 100vh;
        box-sizing: border-box;
        position: inherit;
        /* z-index: 1; */
        /* left: 0; */
        /* top: 0; */
        /* right: 0; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.theme-dark .control-label {
    color: #ffa600;
}

.have-account-text {
    color:#fff;
    /*font-weight: bolder;*/
}

.have-account-link {
    color: #0087ff;
    font-weight: bolder;
    text-decoration: none;
}

.have-account-link:hover {
    color: #fff;
    font-weight: bolder;
}


.badge {
    background-color: #0087ff;
}

app-navbar .logo .logo-img {
    max-height: 45px;
    margin-top: 0px;
}

.app-verification-icon {
    color: #0087ff;
}

app-footer.dark {
    background-color: #252525b8;
    /* border-top: 0; */
}

app-navbar .logo .logo-img {
    max-height: 50px;
    content: url(/templates/template-lsf/assets/images/logo-mobile.png);
}


@media only screen and (max-width: 640px){
    .welcome-screen {
        background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv2m.jpg) no-repeat fixed center top;
        background-size: cover;
    }
}

@media only screen and (min-width: 641px){
    .welcome-screen {
        background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv2.jpg) fixed center center;
        background-size: cover;
    }
}

.auth-page {
     background: #000 url(/templates/template-lsf/assets/images/welcome-screen-bgv3.jpg) no-repeat fixed 53% center;
        background-size: cover;
}

html:not(.has-touch-support) .theme-dark .input-wrapper:hover .input-content {
    border-color: rgb(255, 255, 255);
}

.theme-dark .input-content {
    color: rgb(255, 255, 255);
}

.navmenu.dark .menu-item {
    color: rgba(255, 255, 255, 1);
}
.navmenu .menu-item.active:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #db4607;
}
