﻿.logo-login {
    margin: 40px auto 0 auto;
    background-image: url(/custom/ortek/ortek-logo.svg);
    width: 320px;
    height: 185px;
    background-position: top;
}

.login .logo {
    padding: 0;
}

.logo-main {
    background-image: url(/custom/ortek/ortek-logo.svg);
    margin-top: 3px !important;
    margin-left: -2px !important;
    padding-top: 5px;
    font-size: 20px;
    width: 190px;
    height: 47px;
}

.custom-background {
    background-color: #009ee0;
    color: white;
}

.custom-color {
    color: #009ee0;
}

.custom-background a {
    color: white;
}


@media(max-width: 767px) {
    .logo-main {
        margin-left: -3px !important;
    }
}

@media(max-width: 992px) {

    .table-overflow-mobile {
        overflow-x: auto !important;
        width: 100vw;
    }

    body {
        overflow-x: hidden !important;
    }

    .mvc-grid-table {
        overflow-x: auto !important;
        width: 98vw !important;
        padding-left: 15px;
    }

    .hidden-mobile {
        display:none;
    }
}

@media(min-width: 992px){
    #attachments {
        overflow-x:auto;
    }

    [name="page10"] .internal-info {
        padding-top: 5px;
    }
}

.ui-sortable-handle {
    touch-action: manipulation !important;
}

.living-unit-alert-text::after {
    content: 'Bei Wohneinheiten muss entweder der Mieter oder Eigentümer angegeben werden.'
}

