body {
    background: rgb(226,226,226);
    background: linear-gradient(180deg, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 50%) no-repeat;
}

.ipf-green-text {
    color: #029951 !important;
}

.ipf-content {
    display: inline !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#4c4c4c;
    font-size: 15px;
    text-align: justify;
}

.ipf-content table {
    width: 100%;
}

.ipf-content table td {
    vertical-align: middle;
}

.ipf-green-link,
.ipf-green-link:visited,
.ipf-green-link:active,
.ipf-content a,
.ipf-content a:visited,
.ipf-content a:hover {
    color: #029951 !important;
}
.ipf-content a:hover,
.ipf-green-link:hover {
    color: #1db26b;
}

.ipf-content p, .ipf-content span, .ipf-content div {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#4c4c4c;
    font-size: 15px;
    text-align: justify;
}

.ipf-green-button,
.ipf-green-button:visited,
.ipf-green-button:active {
    background-color: #029951 !important;
    color:#fff;
}

.ipf-green-button:hover {
    background-color: #1db26b;
    color:#fff;
}

.ipf-header-bg {
    background-image: url(/extensions/external/cofm_communication/views/resources/images/common/ipf_header_bg.jpg);
    background-size: cover;
}

.ipf-header-border {
    border-top: 2px solid #029951;
    border-bottom: 5px solid #029951;
}

.ipf-green-bg-l1 {
    background-color: #f6f9f6;
}

.dataTables_wrapper .pagination .page-item.active > .page-link {
    background-color:#029951;
}

.dataTables_wrapper .pagination .page-item:hover > .page-link {
    background-color:#029951;
}