body {
    display: flex;
    flex-direction: column;
}

    body > .container, body > form {
        flex: 1;
    }

.static-top.navbar-dark {
    background-color: #004b6b !important;
    min-height: 112px;
}

.page-title {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .page-title h1 {
        flex: 1;
        min-width: 60%;
        margin: 0;
    }

.page-title, .kb-article {
    margin: 0 8px;
}

    .page-title a {
        ;
    }

.note .col-md-3.metadata {
    display: none;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: none !important;
}

td a {
    text-decoration: underline !important;
}

th a {
    text-decoration: none !important;
}

/* List search */
.toolbar-actions {
    width: 100%;
}

.entitylist-search {
    width: 100%;
}

.columnBlockLayout, .crmEntityFormView .cell, .sectionBlockLayout > .container {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-bottom {
    background: #424242;
    color: #fff
}

.entity-notes .note {
    margin: 0;
    padding: 0;
}

.attachment {
    padding: 8px 0;
}

@media screen and (min-width:39rem) {
    .page-title {
        align-items: center;
        flex-direction: row;
    }
}

.download-button .download-loading-icon {
    display: none;
}

.download-button:disabled {
    cursor: wait;
    border: 1px solid transparent;
}

    .download-button:disabled .download-loading-icon {
        display: inline-block;
    }

/* Fix for Knowledge Article */
.kb-article ul, .kb-article ol {
    list-style-position: unset !important;
}

/* Fix for rich text */
td[data-attribute="mbie_licenseconditions"],
td[data-attribute="mbie_licenseconditions"] p,
td[data-attribute="mbie_licenseconditions"] a,
td[data-attribute="mbie_licenseconditions"] .ck-content {
    font-size: unset !important;
}

    td[data-attribute="mbie_licenseconditions"] p {
        color: unset !important;
    }