body {
    font-family: 'Open Sans', sans-serif;
}


input::-ms-clear, input::-ms-reveal {
    display: none;
}

.pointer {
    cursor: pointer;
}

.center {
    text-align: center;
}

.hidden {
    display: none !important;
}


a:hover {
    text-decoration: none;
}

.referencer {
    position: relative;
}

.input-field input:focus + label {
    color: #000;
}

input:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.dropdown-content li > a {
    color: #000;
}

.material-icons.prefix.active {
    color: #000 !important;
}

.referencer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    top: 60px;
}

#background {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e6e6e6;
}

#footer {
    height: 40px;
    display: block;
    background-color: #525354;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
}

#footer a {
    color: white;
    margin-left: 30px;
}

@media all and (max-width: 768px) {
    .hide-on-small-screens {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

nav {
    background-color: #D32F2F;
    background-image: url('/img/bg-menu-top.png');
    background-repeat: no-repeat;
    color: white;
    height: 60px;
    padding: 0 16px;
    position: relative;
    left: 60px;
    width: calc(100% - 60px);
}

.nav-wrapper {
    height: 48px;
    position: relative;
    top: 6px;
    display: flex;
}

#logo {
    line-height: 48px;
}

#logo img {
    vertical-align: middle;
}

.nav-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-center {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 30px;
    position: relative;
    top: 9px;
    border: 1px solid white;
}

#search {
    position: relative;
    line-height: 30px;
    right: 5px;
    top: -3px;
}

#search input, #search input[type="text"]:focus {
    border: 0px;
    box-shadow: 0 0 0 0;
    position: relative;
    left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    vertical-align: middle;
    height: 30px;
}

#search i {
    position: absolute;
    line-height: 30px;
    font-size: 20px;
    right: 10px;
    top: 1px;
}

.nav-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#add-btn {
    height: 48px;
    line-height: 48px;
    margin-left: 48px;
    float: left;
    display: block;
    cursor: pointer;
}

#add-btn img {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

#dropdown-user {
    display: block;
    float: right;
    margin-top: 4px;
}

#sel-lang {
    display: block;
    float: right;
    margin-top: 4px;
    margin-right: 20px;
}

nav .name {
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    background-color: #D32F2F;
}

#modal-error #error-button {
    background-color: black;
    background-image: none;
    border: none;
    width: 200px;
    padding: 10px;
    font-weight: 200;
    height: 50px;
}

#modal-error p {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
}

#modal-error #error-icon {
    color: #901919;
    font-size: 80px;
    margin-bottom: 25px;
}

.pointer {
    cursor: pointer;
}

.center {
    text-align: center;
}

a:hover {
    text-decoration: none;
}

.referencer {
    position: relative;
}

.input-field input:focus + label {
    color: #000;
}

input:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.dropdown-content li > a {
    color: #000;
}

.material-icons.prefix.active {
    color: #000 !important;
}

.referencer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    top: 60px;
}

#background {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
}

#footer {
    height: 40px;
    display: block;
    background-color: #525354;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
}

#footer a {
    color: white;
    margin-left: 30px;
}

@media all and (max-width: 768px) {
    .hide-on-small-screens {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

.pac-container {
    z-index: 5000;
}




 .dropdown-content li>a, .dropdown-content li>span {
    color: #525354
} 

#footer-lang {
    height: 80px;
    text-align: center;
    border-top: 1px solid white;
    padding-top: 20px;
    margin-top: 50px;
}

#footer-lang a {
    color: white;
    padding: 10px 20px;
}

.transparent {
    visibility: hidden;
}

#sidenav {
    background-color: #000000;
    position: fixed;
    left: 0;
    top:0;
    bottom: 0;
}

#sidenav ul {
    width: 60px;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

#sidenav li {
    margin: 20px 0;
}

#sidenav li:first-child {
    margin-bottom: 40px;
    margin-top: 10px;
}

#sidenav li:last-child {
    position: absolute;
    bottom: 0px;
}

#sidenav img {
    width: 30px;
    margin: 0 15px;
}

#sidenav a {
    text-decoration: none;
}

#sidenav .title {
    height: 13px;
    font-size: 9px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}