.nw-badge:after {
    content: attr(data-count);
    position: absolute;
    background: #f63d3d;
    height: 2rem !important;
    top: 0.8rem !important;
    right: 16.5rem !important;
    width: 2rem !important;
    text-align: center;
    line-height: 2rem !important;
    font-size: 1.20rem !important;;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-family: arial;
    border: 1px solid #f63d3d;
}

#nw-notif-m-dialog > div > div:nth-child(4) > div > a{
    background: #6F9C1B;
    text-decoration: none !important;
}

.nw-table tbody > tr:nth-child(even) {
    background: #c5e1a5;
    text-align: center;
    padding-left: 20px;
    font-size: 12px;
    line-height: 12px;
}

.nw-m-dialog-titlebar {
    position: relative;
    text-shadow: none;
    font-weight: normal;
    border-radius: 0px;
    padding: 5px 5px 0 5px !important;
    width: 100%;
    border: 1px solid #6F9C1B !important;
    background: #6F9C1B !important;
    color: #fff !important;
    zoom: 1;
}

.nw-pre{
    color: #fefefe;
    background: inherit;
    border: none;
    font-family: inherit;
    width: 100% !important;
    display: inline-block !important;
    white-space: pre-wrap;
    word-break: break-word !important;
}