﻿
/*

    DEMDA-BLAU: #00519e
    DEMDA-GRÜN: #1c9b33;
    DEMDA-ROT: #e2001a 

*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

@font-face {
    font-family: "Raleway-Regular";
    src: url("../fonts/Raleway-Regular.ttf");
}

@font-face {
    font-family: "Raleway-SemiBold";
    src: url("../fonts/Raleway-SemiBold.ttf");
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/OpenSans-Regular.ttf");
}

body {
    font-size: 12pt;
    font-family: Raleway-Regular;
}

.bold {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway-Regular;
    color: #242424;
    
}

p, span {
    font-family: Raleway-Regular;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-weight: normal;
    font-size: 20px;
}

a {
    color: #00519e;
}

.input {
    font-family: OpenSans-Regular;
    width: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 54px;
}


.half {
    width: 49%;
}

.viertel {
    width: 25%;
}

.dreiviertel {
    width: 75%;
}

.input-form {
    font-family: OpenSans-Regular;
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 36px;
    margin-bottom: 10px;
}

.input-group {
    font-family: OpenSans-Regular;
    width: 390px;
    height: 30px;
    display: contents;
}

.inputTextarea {
    font-family: OpenSans-Regular;
    width: 100%;
    min-width: 390px;
    height: 100px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.inputTextareaLarge {
    font-family: OpenSans-Regular;
    width: 100%;
    width: 690px !important;
    height: 100px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

input[type="select"], select {
    background-color: #F5F5F5 !important;
    padding-right: 10px;
}

input[type=radio] {
    margin: 10px;
    width: 40px;
}

input[type="radio"] + label {
    font-weight: normal;
  
}

.scrollMargin {
    scroll-margin: 100px;
}

.scrollMarginHelp {
    scroll-margin: 120px;
}

.inputTextareaLarge {
    font-family: OpenSans-Regular;
    width: 100%;
    width: 690px !important;
    height: 100px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.inputTextareaSuperLarge {
    font-family: OpenSans-Regular;
    width: 100%;
    max-width: 10000px;
    height: 300px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.inputTextareaCode {
    font-family: 'Ubuntu Mono', monospace;
    width: 100%;
    max-width: 10000px;
    height: 300px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.inputTextareaMediumLarge {
    font-family: OpenSans-Regular;
    width: 100%;
    max-width: 10000px;
    height: 150px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.inputTextButtonToggle {
}


.scrollMargin {
    scroll-margin: 100px;
}

.scrollMarginHelp {
    scroll-margin: 120px;
}

.start-icon {
    float: right;
    width: 100px;
    text-align: center;
    font-weight: normal;
    margin-left: 0px;
}

    .start-icon a {
        color: white !important;
    }

    .start-icon img {
        margin-bottom: 10px;
    }

.start-icon-default {
    float: right;
    width: 160px;
    text-align: center;
    font-weight: normal;
    margin-left: 0px;
}

    .start-icon-default a {
        color: white !important;
    }

    .start-icon-default img {
        margin-bottom: 10px;
    }
    
.flex-account-container {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-content: center;
}

.account-icon {
    flex-basis: 10%;
    float: right;
    text-align: left;
    font-weight: normal;
    margin-left: 40px;
    margin-right: 20px;
}

.tabmenu {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

    .tabmenu li {
        background: none;
    }

    .tabmenu a {
        width: 180px;
        text-align: center;
        font-weight: normal;
        position: relative;
        margin-left: 0px;
        margin-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        bottom: -1px;
        background: white !important;
        color: #00519e;
        font-weight: bold;
    }

        .tabmenu a.selected {
            border: 1px solid #e1e1e1;
            border-bottom: none;
            
            color: #878787;
        }


#HyperlinkAdmin div {
    width: 200px;
    height: auto;
    overflow: hidden;
}

#HyperlinkAdmin ul {
    list-style-type: none;
    padding: 10px;
}

.custom-button-link {
    background-color: transparent;
    border: 0;
    padding: 0px;
}

.color-white {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}





.shadowed {
    text-shadow: -2px 2px #000;
}

.foreground-white {
    color: white;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.background-demda-header {
    background-image: url("../Image/demda-logo-header.png");
    background-repeat: no-repeat;
    /*background-attachment: fixed;
    background-position: center;*/
}

.background-cozy {
    /*background-image: url("../Image/background-cozy.jpg");*/
    background: linear-gradient(black, black);
    background-image: url("../Image/demda-login.jpg");
    background-blend-mode: saturation;
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /*background-position: center;*/
    background-position-y: -100px;
}

.demda-button {
    padding: 18px 50px 18px 50px;
    background-color: #00519e;
    color: white;
    border: 2px solid #00519e;
    border-radius: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.demda-button:hover {
    padding: 18px 50px 18px 50px;
    background-color: #0064C4;
    color: white;
    border: 2px solid #0064C4;
    border-radius: 5px;
    text-decoration: none;
}

    .demda-button:active {
        padding: 18px 50px 18px 50px;
        background-color: #0064C4;
        color: white;
        border: 2px solid #0064C4;
        border-radius: 5px;
        text-decoration: none;
    }

    .demda-button:focus {
        padding: 18px 50px 18px 50px;
        background-color: #0064C4;
        color: white;
        border: 2px solid #0064C4;
        border-radius: 5px;
        text-decoration: none;
    }

.demda-button-outline {
    padding: 10px 20px 10px 20px;
    background-color: #f7f7f7;
    color: #00519e;
    border: solid 1px #00519e;
    border-radius: 5px;
    font-weight: 700;
    width: 100%;
}

    .demda-button-outline:hover {
        padding: 10px 20px 10px 20px;
        background-color: #0064C4;
        color: white;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

    .demda-button-outline:active {
        padding: 10px 20px 10px 20px;
        background-color: #0064C4;
        color: white;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

    .demda-button-outline:focus {
        padding: 10px 20px 10px 20px;
        background-color: #0064C4;
        color: white;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

.demda-button-small {
    padding: 10px 20px 10px 20px;
    background-color: #00519e;
    color: white;
    border: 0;
    border-radius: 5px;
}

    .demda-button-small:hover {
        padding: 10px 20px 10px 20px;
        background-color: #0064C4;
        color: white;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

    .demda-button-small:active {
        padding: 10px 20px 10px 20px;
        background-color: #0064C4;
        color: white;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

.demda-button-action-small {
    padding: 10px 20px 10px 20px;
    background-color: #ffffff;
    color: #00519e;
    border: 5px;
    border-radius: 5px;
    text-decoration: none;
}

    .demda-button-action-small:hover {
        padding: 10px 20px 10px 20px;
        background-color: #00519e;
        color: #ffffff;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

    .demda-button-action-small:active {
        padding: 10px 20px 10px 20px;
        background-color: #00519e;
        color: #ffffff;
        border: 0;
        border-radius: 5px;
        text-decoration: none;
    }

.background-demda-blue {
    background-color: #00519e;
}
.background-demda-blue-border {
    border: 2px solid #00519e;
    background-color: #fff;
    color: #00519e;
    font-weight: 700;
}

    .background-demda-blue-border:hover {
        border: 2px solid #00519e;
        background-color: #00519e;
        color: #fff;
        font-weight: 700;
    }

.background-demda-red {
    background-color: #e2001a;
    border: 2px solid #e2001a;
}

.foreground-demda-red {
    color: #e2001a
}

.foreground-disabled {
    color: lightgray; /* debug */
}



.div-table {
    display: table;
    width: auto;
    /*background-color: #eee;*/
    /*border: 1px solid #666666;*/
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    min-width: 280px;
    width: auto;
    /*background-color: #ccc;*/
}

.div-table-col-big {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    min-width: 480px;
    width: auto;
    /*background-color: #ccc;*/
}

















.table {
    display: table;
    width: 100%;
    /*margin: 10% auto 0;*/
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.table_row {
    display: table-row;
    line-height: 30px;
}

.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    background: white;
    color: #737373;
    padding: 30px;
    font-size: 14px;
    line-height: 30px;
}

.table h3 {
    color: #737373;
    font-size: small;
}

.table_small {
    display: table-cell;
}

.table_row:nth-child(even) {
    background-color: #f7f7f7;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #F0F0F0;
    color: #0a0a0a;
    padding: 10px;
}

.table_row > .table_small > .table_cell {
    padding: 30px;
    
    color: #0a0a0a;
}

@media screen and (max-width: 900px) {
    .table {
        width: 90%
    }
}

@media screen and (max-width: 650px) {
    .table {
        display: block;
    }

    .table_row:nth-child(2n+3) {
        background: none;
    }

    .theader {
        display: none;
    }

    .table_row > .table_small > .table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }

    .table_cell {
        display: table-cell;
        width: 50%;
    }

    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 5% auto 0;
        text-align: center;
    }

    .table_small {
        display: table-row;
    }

    .table_row > .table_small:first-child > .table_cell:last-child {
        border-left: none;
    }

    .table_row > .table_small > .table_cell:first-child {
        border-left: #ccc 1px solid;
    }

    .table_row > .table_small:first-child > .table_cell:first-child {
        border-top-left-radius: 5px;
        border-top: #ccc 1px solid;
    }

    .table_row > .table_small:first-child > .table_cell:last-child {
        border-top-right-radius: 5px;
        border-top: #ccc 1px solid;
    }

    .table_row > .table_small:last-child > .table_cell:first-child {
        border-right: none;
    }

    .table_row > .table_small > .table_cell:last-child {
        border-right: #ccc 1px solid;
    }

    .table_row > .table_small:last-child > .table_cell:first-child {
        border-bottom-left-radius: 5px;
    }

    .table_row > .table_small:last-child > .table_cell:last-child {
        border-bottom-right-radius: 5px;
    }
}

/*Pie-Chart shenanigans*/

.chart-text {
    font: 16px/1.55em "OpenSans-Regular", Arial, sans-serif;
    fill: #000;
    -moz-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
}

.chart-number {
    font-size: 0.55em;
    line-height: 1;
    text-anchor: middle;
    -moz-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}

.chart-label {
    font-size: 0.2em;
    text-transform: uppercase;
    text-anchor: middle;
    -moz-transform: translateY(0.7em);
    -ms-transform: translateY(0.7em);
    -webkit-transform: translateY(0.7em);
    transform: translateY(0.7em);
}

.center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    grid-gap: 20px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
    flex-wrap: wrap;
}

.flex-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow: auto;
}

    .overlay.inplace {
        position: absolute;
        top: 80%;
        left: 100%;
        transform: translateX(-100%);
    }

    .overlay ul {
        padding: 10px;
        list-style-type: none;
    }

        .overlay ul li a img {
            width: 32px;
            margin: 0px 10px;
        }

.buyOverlayTable {
    margin-top: 20px;
}

    .buyOverlayTable th {
        color: #00519e;
        font-size: 12px;
        padding: 20px;
        font-weight: normal;
    }

    .buyOverlayTable td {
        font-size: 26px;
        padding: 20px;
    }

.notificationIcon {
}

    .notificationIcon .count {
        top: -26px;
        right: -12px;
        width: 16px;
        height: 16px;
        border-radius: 6px;
        color: white !important;
        font-size: 12px;
        line-height: 10px;
        text-align: center;
        z-index: 1000000;
        padding: 2px;
    }

.notification {
    width: 350px;
}

    .notification.new::before {
        content: "NEU!";
    
        width:40px;
        top: 20px;
        left: 300px;
        padding: 5px;
        background-color: red;
        color: white;
        font-weight: bold;
        font-size: 12px;
        line-height: 1;
        border-radius: 2px;
        z-index: 1000000;
    }

.flex-dashboard {
    display: flex;
    align-items: center;
}

    .flex-dashboard > div {
        flex-grow: 0;
        flex-basis: 50%;
        float: left;
    }

.dashboard-link {
    text-decoration: none;
    color: #242424;
    font-family: Raleway-Regular;
    font-size: 18pt;
    vertical-align: middle;
}

.tenant-services-link {
    text-decoration: none;
    color: #242424;
    font-family: Raleway-Regular;
    font-size: 18pt;
    vertical-align: middle;
}

.flex-regular {
    display: flex;
    align-items: center;
}

.flex-half {
    flex-grow: 0;
    flex-basis: 50%;
    float: left;
}

.flex-viertel {
    flex-grow: 0;
    flex-basis: 25%;
    float: left;
}

.flex-dreiviertel {
    flex-grow: 0;
    flex-basis: 75%;
    float: left;
}

.flex-negativ {
    display: flex;
    align-items: flex-start;
    gap: 4%;
    padding-top: 10px;
    flex-wrap: wrap;
}

    .flex-negativ > .flex-negativ-item {
        flex-basis: 48%;
    }

.flex-negativ-item > div {
    padding-top: 10px;
}

.flex-tenant {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

    .flex-tenant > .flex-tenant-item {
        flex-basis: 47%;
    }

.flex-tenant-item > div {
    padding-top: 10px;
}

.tenantcontractdetails7-padding-top > div {
    padding-top: 10px;
}



.sidenav {
    z-index: 1;
    padding: 8px 0;
    margin-right: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    width: 320px;
}

    .sidenav a {
        padding: 8px 8px 8px 14px;
        display: block;
        text-decoration: none;
        line-height: 35px;
        color: #333333;
    }

        .sidenav a:hover {
            text-decoration: none;
            font-weight: 700;
        }

.active {
    text-decoration: none;
    font-weight: 700;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


.sidebareingeruckt {
    margin-left: 30px;
    font-size: 15px;
}


.flex-drittel {
    display: flex;
    flex-wrap: wrap;
}

.flex-eindrittel {
    flex-grow: 0;
    flex-basis: 25%;
    float: left;
}

.flex-zweidrittel {
    flex-grow: 0;
    flex-basis: 75%;
    float: left;
    min-height: 650px;
}

    .flex-zweidrittel > div {
    }

.flex-zweidrittel-inner {
    flex-grow: 0;
    flex-basis: 75%;
    float: left;
}



.trafficlight_red {
    color: #F5342C;
    font-size: 2rem;
    padding-right: 10px;
}

.trafficlight_yellow {
    color: #FFDC42;
    font-size: 2rem;
    padding-right: 10px;
}

.trafficlight_green {
    color: #1CD737;
    font-size: 2rem;
    padding-right: 10px;
}

.trafficlight_grey {
    color: #d8d8d8;
    font-size: 2rem;
    padding-right: 10px;
}

.ComboBox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    font-family: OpenSans-Regular;
    min-width: 10%;
    width: 100%;
    padding: 1%;
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 36px;
    position: relative;
    top: -2.5px;
}

.ComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    border: 0px none;
    height: 21px;
    width: 21px;
    position: relative;
}

.ComboBox .ajax__combobox_itemlist {
    border-color: #7F9DB9;
}

.flex-half2 {
    display: flex;
    align-items: flex-start;
    gap: 4%;
    padding-top: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .flex-half2 > .flex-half2-item {
        flex-basis: 48%;
    }

.flex-half2-item > div {
    padding-top: 10px;
}

.inputmargin {
    margin-bottom: 10px;
}

.h3-center {
    text-align: center;
}

.textvalignmiddle {
    line-height: 38px;
}

    .textvalignmiddle > span {
        display: inline-block;
        vertical-align: middle;
    }

textarea {
    padding:10px;
}

input[type="date"].ShowPlaceholder:not(:focus)::before {
    content: attr(placeholder);
    width: 100%;
    color: #757575;
}

.subcontent-container {
    margin-top: 80px;
    padding-bottom: 50px;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subcontent-container-inner {
    display: flex;
    width: 1500px;
}


.nav-menu-grey {
    background-color: #f7f8f8;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: solid 1px #e2e5e5;
    border-top: solid 1px #e2e5e5;
    position: sticky;
    top: 88px;
    z-index: 3;
}

.nav-menu-grey-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 1500px;
}

    .nav-menu-grey-inner > div > a {
        color: grey;
    }

    .nav-menu-grey-inner > div > a:hover {
        color: grey;
        text-decoration: none;
    }

.blue-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00519e;
    margin-top: 22px;
    height: 90px;
    
}

.blue-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1500px;
    flex-direction: row;
}

.blue-header-default {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00519e;
    margin-top: 22px;
    height: 150px;
}

.blue-header-default-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1500px;
    flex-direction: row;
}

.contract-table-header {
    border-bottom: solid 1px #e2e5e5;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.dropdown-filter {
    text-align: right;
    font-family: OpenSans-Regular;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .dropdown-filter > select {
        padding: 8px 20px 8px 20px;
        border-color: #e2e5e5;
    }

.contract-legend {
    width: 400px;
    padding-top: 10px;
    color: #737373;
    font-size: 16px;
}

p {
    line-height: 30px;
}

.date-warning {
    color: #e2001a;
    font-size: 12px;
    display: block;
    margin-top: 3px;
}