#header {
    background-color: ##FFFFFF !important;
    color: ##0C3A6D !important;
}

.headerBannerContainer {
    background-color: #003A70 !important;
    color: #000000 !important;
}

#header .navbar {
    background-color: #FFFFFF !important;
    border-color: #003A70 !important;
    color: #000000 !important;
}

    #header .navbar a {
        color: #000000 !important;
    }

        #header .navbar a:hover {
            /*background-color: #DCDCDC !important;*/
            background-color: #fff!important;
            color: #000000 !important;
        }

        #header .navbar a:focus {
            background-color: #DCDCDC !important;
            color: #000000 !important;
        }

    #header .navbar .navbar-toggle {
        background-color: transparent !important;
        border-color: #003A70 !important;
    }

        #header .navbar .navbar-toggle:hover {
            background-color: #DCDCDC !important;
            border-color: #003A70 !important;
        }

    #header .navbar .navbar-nav li a.mainMenuItem:hover {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

    #header .navbar .navbar-nav li a.mainMenuItem:focus {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

        #header .navbar .navbar-nav li a.mainMenuItem:focus a[aria-expanded="true"] {
            background-color: #DCDCDC !important;
            color: #000000 !important;
        }

    #header .navbar .navbar-nav li.active > a {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

    #header .navbar .navbar-nav li a[aria-expanded="true"] {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

#header > ul > li.active > a, #header > ul > li.active > a[aria-expanded="true"],
#sidebar ul li.active > a, ul.listSubmenu li.active2 a, span.active2 , .list-group-item.node-tree.node-selected{
    background-color: #DCDCDC !important;
    color: #000000 !important;
}

#header .dropdown-menu.dropdown-panel{
    background-color: #DCDCDC !important;
    color: #000000 !important;
}

    #header .dropdown-menu.dropdown-panel a{
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

/*.page-title {
    background-color: #FFFFFF !important;
    color: #333A56 !important;
}*/

.panel-heading, .alert-perrenial, .section-title, .section-title2, .table-header-blue {
    background-color: #DCDCDC !important;
    color: #000000 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #DCDCDC !important;
    color: #000000 !important;
}

#sidebar {
    color: #333A56;
    background-color: #FFFFFF;
}

    #sidebar .sidebar-header #closeBtn.close {
        color: #333A56;
    }

    #sidebar ul li a {
        color: #333A56;
        text-decoration: none;
    }

        #sidebar ul li a:hover {
            background-color: #E8E8E8;
            color: #333A56;
        }

    /*#sidebar ul li.active > a,
    a[aria-expanded="true"] {
        background-color: #E8E8E8;
        color: ##333A56;
    }*/

#sidebar-intersect {
    background-color: #003A70;
}

.row.header {
    background-color: #DCDCDC;
    color: #000000;
}

.gridDesign th {
    background-color: #DCDCDC !important;
    color: #000000 !important;
}

    .gridDesign th a {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

.gridDesign.gridPerrenial th {
    background-color: #DCDCDC !important;
    color: #000000 !important;
}

    .gridDesign.gridPerrenial th a {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

.D3-pagination {
    background-color: #DCDCDC !important;
    color: #000000 !important;
    border-color: #DCDCDC !important;
}

/*.footer {
    background-color: #FFFFFF;
    color: #003A70;
}

    .footer a {
        color: #003A70;
    }

        .footer a:hover {
            color: #003A70;
        }

        .footer a:focus {
            color: #003A70;
        }*/

@media (max-width: 1400px) {
    #header .dropdown-menu.dropdown-panel a:hover{
        background-color: #DCDCDC !important;
        color: #000000 !important;
        text-decoration: none !important;
    }

    #header .dropdown-menu.dropdown-panel a:focus {
        background-color: #DCDCDC !important;
        color: #000000 !important;
        text-decoration: none !important;
    }
}

@media (max-width:1100px)
{
        #header .dropdown-menu.dropdown-panel ul{
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }

    #header .dropdown-menu.dropdown-panel li {
        background-color: #DCDCDC !important;
        color: #000000 !important;
    }
}

/*@media (max-width: 767px) {

    #sidebar ul.listSubmenu li a {
        color: black
    }


    #sidebar ul li a:hover {
        color: #E8E8E8;
    }
}*/
