.MESSAGE,
.DETAIL {
    font-size: 14px;
}

.DETAIL * {
    margin: 0px;
}

.template-notification {
    font-size: 14px;
}

.notification-list-item {
    display: block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    padding: 0 40px 0 137px;
}

.notification-list-item .notification-list-datetime {
    position: absolute;
    left: 42px;
    top: 16px;
}

.notification-list-item {
    display: block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    padding: 0 40px 0 122px;
}

.notification-list-item .notification-list-datetime {
    position: absolute;
    left: 42px;
    top: 15px;
}

.notification-list-item.task-alert {
    padding-left: 111px;
    /* 137px - 26px  */
}

.notification-list-item.task-alert .notification-list-datetime {
    left: 16px;
    /* 42px - 26px  */
}

.notification-list-item:hover {
    color: #000;
}

@media only screen and (max-width: 325px) {
    .template-btn-notification {
        font-size: 25px !important;
        padding: 0px !important;
        margin-top: 6px !important;
    }

    .template-top-menu-brand,
    .template-footer {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 700px) {
    .template-content {
        padding-left: 0px !important;
    }

    .template-left-menu {
        left: -250px;
    }

    .template-left-menu.hide-left-menu {
        left: 0px;
    }
}

@media only screen and (min-width: 990px) {
    #navbarSupportedContent {
        overflow-y: initial !important;
        max-height: initial !important;
    }
}

.template-content-title {
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 11px;
    background-color: #fafcff;
    font-weight: 900;
}

.template-content-title a {
    text-decoration: none;
    color: rgb(29, 126, 218);
}

.template-content-body {
    padding: 14px 11px;
}

#btn-save:checked {
    background-color: #ffc107;
    border-color: #ffc107;
}

.template-notification2 {
    max-width: 100%;
    width: 900px;
}

#notification-list li:hover {
    background-color: #f1f1f1;
}

.noti-comment {
    max-width: 400px;
    z-index: 10000;
}

.w-9 {
    width: 9%;
}