﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.topd {
    margin-top: 0.30rem
}

.kleur-afrekening {
    background-color: aliceblue;
}

.afrekening th {
    color: white;
    background-color: rebeccapurple;
}

    .afrekening th span {
        color: white;
    }


.my-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .my-grid > .card {
        display: flex;
        height: 100%;
    }

        .my-grid > .card > .dxbs-grid-vsd {
            flex: 1 1 auto;
            height: 100%;
        }

        .my-grid > .card > div:not(.dxbs-grid-vsd) {
            flex: 1 0 auto;
        }

.bordered-div {
    width: 100%;
    height: fit-content;
    border: 1px solid grey;
}

.myhoverrow:hover {
    background-color: ButtonFace;
    cursor: pointer;
}

.my-formlayout {
    width: stretch;
    margin-left: 0px;
    padding-left: 0px;
    border: 1px solid black;
}

.no-anchor-underline {
    text-decoration: none !important;
}





.menu-icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}


.menu-icon-algemeen {
    mask-image: url("../images/folder_home.svg");
    -webkit-mask-image: url("../images/folder_home.svg");
}

.menu-icon-partij {
    mask-image: url("../images/businesspeople.svg");
    -webkit-mask-image: url("../images/businesspeople.svg");
}

.menu-icon-agenda {
    mask-image: url("../images/calendar_home.svg");
    -webkit-mask-image: url("../images/calendar_home.svg");
}

.menu-icon-prestaties {
    mask-image: url("../images/prestatie.svg");
    -webkit-mask-image: url("../images/prestatie.svg");
}

.menu-icon-kosten {
    mask-image: url("../images/kost.svg");
    -webkit-mask-image: url("../images/kost.svg");
}

.menu-icon-derdengelden {
    mask-image: url("../images/Coda.svg");
    -webkit-mask-image: url("../images/Coda.svg");
}

.menu-icon-documenten {
    mask-image: url("../images/document_home.svg");
    -webkit-mask-image: url("../images/document_home.svg");
}

.menu-icon-afrekeningen {
    mask-image: url("../images/money_interest.svg");
    -webkit-mask-image: url("../images/money_interest.svg");
}

.menu-icon-berichten {
    mask-image: url("../images/mail_earth.svg");
    -webkit-mask-image: url("../images/mail_earth.svg");
}

.menu-icon-communicatie {
    mask-image: url("../images/mail_home.svg");
    -webkit-mask-image: url("../images/mail_home.svg");
}

.menu-icon-telefonie {
    mask-image: url("../images/telgesprek.svg");
    -webkit-mask-image: url("../images/telgesprek.svg");
}
