
.table-md .mud-icon-button {
    padding: 0 !important;
}

.table-md .mud-table-cell:before {
    font-weight: 400;
}


.table-md-rowheader {
    justify-content: start !important;
    font-size: 1rem;
}

.table-md .mud-table-body, .table-md .mud-table-body .mud-table-row:not(.table-md-row) {
    position: relative;
}

    .table-md .mud-table-body .mud-table-row:not(.table-md-row) {
        align-items: center;
    }

        .table-md .mud-table-body .mud-table-row:not(.table-md-row) td:first-child {
            padding: 0 !important;
            width: 0 !important;
        }

.table-md .mud-table-row .mud-table-cell .mud-icon-button {
    position: absolute;
    right: 10px;
    background-color: #FFF;
    color: var(--mud-palette-secondary);
}

.table-md-rowheader .mud-svg-icon {
    margin-left: -70px;
    margin-right: 20px;
}

@media only screen and (max-width: 960px) {
    .table-md .mud-table-body .mud-table-row:not(.table-md-row) {
        display: flex;
    }

    .table-md-rowheader .mud-svg-icon {
        margin-left: -20px;
        margin-right: 20px;
    }
}

.divCardStatus .mud-expand-panel-header {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.divCardStatus .mud-expand-panel-content {
    padding: 0 !important;
}

.label-text {
    color: #FFF;
}

.btnEdit {
    background-color: #FFF;
    color: var(--mud-palette-surface);
    min-height: 25px;
    min-width: 25px;
}

.btnCardEdit, .btnCardEdit[disabled] {
    margin-right: 8px;
}

    .btnCardEdit[disabled] {
        background-color: transparent !important;
        color: transparent !important;
    }

.btnEdit:hover {
    background-color: #DDD;
}

.input-novertical .mud-input-numeric-spin {
    display: none !important;
}

.expansionPanelContainer .mud-expand-panel-icon {
    background-color: #FFF;
    border-radius: 50px;
    color: var(--mud-palette-surface);
    min-height: 25px;
    min-width: 25px;
}

.page-title {
    font-weight: bolder !important;
    font-family: "Source Sans Pro" !important;
    pointer-events: none;
}

.btnPDFDownload {
    position: relative !important;
    color: #FFF !important;
    background-color: transparent !important;
}

.table-header, .table-header-nl, .table-header-nr {
    font-weight: 400 !important;
    color: #FFF !important;
}

.divPagination .mud-pagination .mud-button-filled-default .mud-icon-button-label {
    color: var(--mud-palette-primary) !important;
}

.divPagination .mud-pagination .mud-button-filled-primary {
    color: var(--mud-palette-dark) !important;
}

.mud-table-cell {
    font-size: 1rem !important;
}

.tableicon {
    color: #FFF;
}

button.mud-button.btnBig {
    border-radius: 20px !important;
    padding: 8px 24px !important;
}

.btnBig .mud-button-label {
    color: var(--mud-palette-surface) !important;
}

.btnSignOut .mud-button-label {
    color: var(--mud-palette-dark) !important;
}

.dialog-header {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 12px;
    text-align: center;
}

    .dialog-header .page-title {
        font-weight: normal;
    }


.contactus-phlink {
    color: var(--mud-palette-primary) !important;
    text-decoration: underline;
    font-weight: bold;
}

    .contactus-phlink:hover {
        color: var(--mud-palette-secondary-text) !important;
    }

/* account */
.divSecuritySettings .mud-nav-link {
    padding-left: 0 !important;
    margin: 0 16px !important;
}

    .divSecuritySettings .mud-nav-link:hover {
        background-color: transparent !important;
    }

    .divSecuritySettings .mud-nav-link .mud-icon-root {
        margin-right: 1rem !important;
    }

.divSecuritySettings .nav-items-disabled .mud-nav-link-text {
    color: #FFF;
}

.btnSwitchAccount {
    background-color: #FFF;
    border-radius: 25px !important;
    color: var(--mud-palette-surface) !important;
}

    .btnSwitchAccount:hover {
        background-color: #DDD;
    }

.text-appversion {
    color: var(--mud-palette-text-secondary) !important;
    pointer-events: none;
    user-select: none;
    text-align: center;
}


/* legal */
a.legalLink svg.mud-icon-root {
    color: var(--mud-palette-primary) !important;
}

    a.legalLink svg.mud-icon-root:hover {
        color: var(--mud-palette-primary-darken) !important;
    }

a.legalLink span.appInfoSectionLabel {
    color: var(--mud-palette-text-secondary) !important;
    pointer-events: none;
    user-select: none;
    font-weight: bold;
}

span.appInfoSectionLabel {
    color: var(--mud-palette-text-secondary) !important;
}

.licence-subheader {
    display: flex;
    text-align: left;
    color: var(--mud-palette-primary) !important;
    font-size: small;
}

.licenceTitle {
    color: var(--mud-palette-text-secondary) !important;
    pointer-events: none;
    user-select: none;
}

.licenseFullText {
    color: var(--mud-palette-text-secondary) !important;
    pointer-events: none;
    user-select: none;
    font-size: 0.7rem;
    display: block !important;
}

.licenceExpansionPanel .mud-expand-panel-icon {
    font-size: 1rem !important;
    min-width: 20px;
    min-height: 20px;
}

.authentication-section .mud-alert-position {
    align-items: center !important;
}

.authentication-section .authentication-header {
    margin: 0 !important;
    font-weight: bold !important;
    color: #FFF !important;
}

.authentication-section .authentication-message {
    text-align: center !important;
}

/*SITES*/
.highlight-row .mud-typography, .highlight-row .label-text {
    color: var(--mud-palette-background) !important;
}

.koraBase {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}
