﻿@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/PTSansNarrow.woff2") format("woff2");
}

html, body, form {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.password * {
    height: 14px;
    line-height: 100%;
}

.menuimg {
    vertical-align: middle !important;
    cursor: pointer;
    height: 20px !important;
}

    .menuimg:hover {
        -webkit-filter: invert(50%);
        filter: invert(50%);
    }

.dateinput {
    width: 110px;
}

.timeinput {
    width: 100px;
}

.datetimeinput {
    width: 160px;
}

.imagebutton {
    width: 40px !important;
}

.imagebutton.invert > div > img {
    filter: invert(100%);
}

.filterlookup {
    width: 300px;
}

label.hamburg {
    display: block;
    background: #232d5d;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    transition: border-radius .5s;
}

input#hamburg {
    display: none
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

    .line:nth-child(1) {
        top: 12px;
    }

    .line:nth-child(2) {
        top: 24px;
    }

    .line:nth-child(3) {
        top: 36px;
    }

#hamburg:checked + .hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2) {
    opacity: 0;
}

#hamburg:checked + .hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

@media screen and (max-width: 768px) {
    #menu {
        display: none;
    }
}

.rtmarker {
    height: 40px;
}

.iosNoTouch {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
}
