body.body-dark {
    background-color: #010c21;
}

body {
    background-color: #010c21;
    /*color: #454545;*/
}


.login-page {
    background-repeat: no-repeat !important;
    background-position: 49% 0% !important;
    background-size: cover !important;
    /*margin-top: -30px; */
}

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

.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: #a3263f;
}

app-navbar .navbar {
    background-color: #afafaf;
}

.navmenu .menu-item.active:after {
    background-color: #fff;
}


app-header {
    background-color: #a3263f;
}

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

app-footer {
    background-color: #010c21;
}

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

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

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

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

app-filters .general {
    background-color: #a3263f;
}

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

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

.have-account-text {
    color: #818588;
}

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

.have-account-link:hover {
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    app-footer .menu .menu-link:hover {
        color: #212121;
        transition: color 0.2s linear;
    }
}


@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;
    }
}

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

.app-verification-icon {
    color: #a3263f;
}

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

app-user-info.dark .info {
    color: #a3263f;
}

app-user-info.dark .username-box {
    color: #43bbeb;
}

app-user-counters.dark .total {
    color: #ffffff;
}

app-user-counters.dark .entity {
    color: #ffffff;
}

app-profile-header {
    background-color: #a3263f;
}

app-sidebar .mainmenu .menu-text {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.24px;
}

app-sidebar .mainmenu .menu-text:hover {
    color: #a3263f;
}

app-sidebar .mainmenu .icon {
    color: rgba(255, 255, 255, 1);
}

app-sidebar .mainmenu .icon:hover {
    color: #a3263f;
}

/*app-sidebar .mainmenu .menu-item.active {
    color: #000000;
}
*/
app-sidebar .mainmenu .menu-item:not(.active):hover .menu-text, app-sidebar .mainmenu .menu-item:not(.active):hover .icon {
    color: #555555;
}

app-page {
    background-color: #e0e0e0;
    color: #565656;
}

app-page .heading {
    color: #333333;
}

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

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

.navmenu.dark .menu-item {
    color: rgb(169, 169, 169);
}

app-navbar .logo .logo-img {
    max-height: 40px;
    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 top;
        background-size: cover;
    }
}

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

/* TODO check this before uncomment to see how it looks like
html:not(.has-touch-support) .theme-dark .input-wrapper:hover .input-native:not(.checked) + .input-emulate {
    border-color: rgb(255, 255, 255);
}
*/

.theme-dark .input-content {
    color: #fff;
}
