.outside {
    background: #001889;
}

.outside .logo svg {
    display: none !important;
}

.outside .logo {
    display: block;
    background-image: url('./img/logo-bhbia-white.svg');
    margin: 0 auto 32px auto;
    width: 178px;
    height: 37.15px;
    background-repeat: no-repeat;
}

.cp-head .logo::after {
    font-size: 24px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-weight: 300;
    margin: 0;
    -webkit-font-smoothing: antialiased;

}

.cp-head .logo a {
    display: block;
    background-image: url('./img/logo-bhbia.svg');
    width: 140px;
    height: 29.22px;
    background-repeat: no-repeat;
    background-size: contain;
}
.cp-head .logo a svg,
.cp-head .logo span {
    display: none !important;
}

.nav-mobile .logo {
    display: block;
    background-image: url('./img/logo-bhbia-white.svg');
    width: 94px;
    height: 19.6px;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-mobile .logo svg {
    display: none;
}

.grid-table .date-fieldtype .add-date {
    margin: 4px;
}


.grid-table .date-fieldtype .daterange .h-8 {
    height: auto !important;
    padding-left: 10px;
}


/* ORGANISATION ADMIN PAGE */
@media screen and (max-width: 1450px) {
    .organisation-filters {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .organisation-filters>* {
        margin-top: 8px;
    }
    .organisation-filters .search {
        order: 1;
    }
}

/* SUBMITTED CONTENT BLOCK */
.submitted-content-text {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 14px!important;
    background: white;
    box-shadow: 0 0 0px 14px white;
    margin-bottom: 10px;
    margin-top: 20px;
}

th.column-date a {
    white-space: nowrap;
}

.not-applicable {
    color: #999;
}