.content_page {
    width: 100%;
    padding: 0;
}

#messageListGenerated {
    border-collapse: collapse;
}

#messageListGenerated th {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: inherit;
}

#messageListGenerated,
#messageListGeneratedItems {
    width: 100%;
}

#messageListGeneratedItems {
    overflow-y: scroll;
    min-height: 40px;
    height: calc(80vh - 137px);
}

#messageListGeneratedHeader {
    overflow-y: visible;
}

#messageListGeneratedHeader,
#messageListGeneratedItems {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ccc;
    display: block;
}

#messageListGeneratedHeader .iml-timestamp {
    display: block;
}

.iml-item {
    display: flex;
}

.iml-item:nth-child(even) {
    background-color: #eee;
}

.iml-severity,
.iml-domain {
    width: 140px;
}

.iml-timestamp {
    width: 160px;
}

.iml-type {
    width: 50px;
    border-right: 1px solid #ccc;
}

.iml-text {
    width: calc(100% - 490px);
}

td.iml-text {
    white-space: pre-wrap;
}

.iml-timestamp,
.iml-severity,
.iml-domain,
.iml-text,
.iml-type {
    padding-top: 5px;
    padding-bottom: 5px;
}

.iml-timestamp,
.iml-severity,
.iml-domain,
.iml-text,
.iml-type {
    padding-right: 5px;
    padding-left: 5px;
}

.iml-severity,
.iml-domain,
.iml-text {
    border-left: 1px solid #ccc;
    word-break: break-all;
}

.iml-severity,
.iml-domain {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.iml-alarm-state-0 {
    color: #f00;
}

.iml-hl {
    background-color: rgba(28, 151, 234, 0.32);
}

#iml-timestamp-filter,
#iml-severity-filter,
#iml-domain-filter,
#iml-text-filter {
    border: none;
}

#iml-text-filter {
    border: none;
    width: 100%;
}

.iml-severity.--severity-level-3,
.iml-severity.--severity-level-4 {
    font-weight: bolder;
}

.message-table-footer {
    width: 100%;
    height: 40px;
}

.paging-btn-section {
    float: right;
}

.paging-btn-section input {
    min-width: 0;
}

.paging-selectable-pages {
    margin-right: 5px;
}

.page-link {
    text-decoration: none;
}

.page-link-selected {
    color: #999 !important;
    text-decoration: underline;
}

#clear-log-filter {
    padding: 10px;
    margin-bottom: 20px;
}

#iml-domain-filter-VIEW {
    background-color: inherit;
    border: none;
}

@media only screen and (min-width: 992px) {
    .iml-domain {
        width: 200px;
    }

    .iml-text {
        width: calc(100% - 480px);
    }
}

@media only screen and (max-width: 767px) {
    .iml-domain,
    .iml-severity,
    .iml-timestamp {
        width: 80px;
    }

    .iml-text {
        width: calc(100% - 240px);
    }

    .content {
        overflow-x: auto;
    }
}