﻿.font08 {
    font-size: 0.8em;
}
.font09 {
    font-size: 0.9em;
}

.test-environment-notification-banner {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fbdf72;
    color: #222;
    font-weight: bold;
    padding: 0.3em 0;
    font-size: 0.9em;
}

    .test-environment-notification-banner:after {
        content: 'Test environment. For testing purposes ONLY!';
    }

.user-close {
    padding: 0.5em;
    border-radius: 5px;
    margin: 0.5em 0;
    cursor: pointer;
}

    .user-close::after {
        content: 'X';
        float: right;
        font-weight: 300;
        font-family: Arial, sans-serif;
        /*cursor: pointer;*/
    }

.nicEdit-main {
    padding: 0.3em;
}

.dataTable td.title-col {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    min-width: 100px;
}