body.start-page #mobile-header {
    background-color: #00aef0;
}

body.start-page #mobile-header svg.light-logotype {
    display: inline;
}

/*Felplacerad innan inloggning
body.start-page #mobile-header .fc-filmcafese {
    margin-left: -23px;
}*/

#mobile-header {
    height: 70px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1000;
}

#mobile-header.light-version .icon {
    color: #0d3344;
}

#mobile-header #login_profile profilepic {
    border-radius: 50%;
    position: relative;
}

#app-menu {
    top: 70px !important;
}

#mobile-header input[name='search_input'] {
    top: 70px !important;
    margin-left: 0 !important;
    width: 100%;
    border-radius: 0 !important;
}

#mobile-header .fc-mail:before {
    content: "";
}

#mobile-header .ui-button-icon-only:before,
#mobile-header .fc-icon:before {
    width: 0;
    height: 0;
}

#mobile-header .icon {
    color: #fff;
}

#mobile-header .fc-icon {
    text-decoration: none;
}

#mobile-header .fc-icon span {
    display: block;
}



#mobile-header profilemenu {
    position: absolute;
    width: 100%;
    right: -500px;
    top: 56px !important;
}

#mobile-header profilemenu div {
    border: 0;
}

#mobile-header profilemenu hr {
    width: 150%;
    background: #f0f0f0;
}

#mobile-header profilemenu .icon {
    color: #c2c2c2;
    position: relative;
    top: 0;
    margin-right: 5px;
    width: 16px;
}

#mobile-header profilemenu a {
    text-decoration: none;
    padding: 0 0 5px 0;
}

#fade {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}