/* styling for views/layouts/main.php */

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
}

* {
    
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

header {
    border-bottom: 1px solid #ececec;
    height: 88px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #fff;
}

header.sticky {
    position: fixed;
}

#contentWrapper {
    max-width: 960px;
    margin: 90px auto 0;
}

#startpageContainer {
    margin-top: 1em;
}

div.form .rememberMe label {
    display: inline;
}

#bgOverlay {
    background-color: #000;
    opacity: .5;
}

/* ----------- mobile -------------- */

.mobile header #soluzioneDropdownMenu{
    justify-content: space-between;
}

.mobile header .dropdownSearch,
.mobile header #lng {
    display: none;
}