﻿body {
    color: #000;
}

document-index .document-block *, article-index .article-block * {
    color: #000 !important;
}

document-index .document-block, article-index .article-block {
    border: 1px solid #000 !important;
    background-color: #FFF !important;
}

hr {
    border-color: #000 !important;
}

img {
    filter: gray !important; /* IE6-9 */
    -webkit-filter: grayscale(1) !important; /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1) !important; /* Microsoft Edge and Firefox 35+ */
}

/*  Homepage */
.news-feed-box * {
    border-color: #000 !important;
    background-color: #FFF !important;
    color: #000 !important;
}

.jumbo-search * {
    color: #000 !important;
}

.tiles-container * {
    color: #FFF !important;
}

.tiles-container .tile {
    border-color: #FFF !important;
    background-color: #000 !important;
}

happening-upcoming {
    border: 1px solid #000 !important;
    background-color: #FFF !important;
}

    happening-upcoming * {
        color: #000 !important;
    }

ui-view page a {
    text-decoration: underline !important;
}

.happening-info {
    color: #FFF !important;
    background-color: #000 !important;
    border: 1px solid #FFF !important;
}

news-feed .news-feed-date-box {
    background-image: none !important;
}

/*happening-highlighted .calendar-icon {
    background-image: url('https://192.168.58.101/docs/public/986ac9ad-9d95-40e8-a214-69f924947a63.png');
}*/

happening-upcoming .calendar-icon {
    background-image: none !important;
}

img {
    filter: gray !important; /* IE6-9 */
    -webkit-filter: grayscale(1) !important; /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1) !important; /* Microsoft Edge and Firefox 35+ */
}

/* Footer */

.footer {
    background-color: #fff !important;
}

footer * {
    color: #000 !important;
}

.upper-footer-1 {
    background-color: #000 !important;
}

footer .copyright-info {
    background-color: #000 !important;
}

    footer .copyright-info * {
        color: #FFF !important;
    }

