﻿.Header-row {
    background-color: #42ae2e;
}
.BreadCrumb {
    background-color: #9a0021;
}
.SearchBar {
    /* background-color: #42ae2e; */
}
#search_btn_search, #MainContent_login_btn_login {
    background-color: #9a0021;
}
.Footer {
    background-color: #9a0021;
    color:#fff;
}
.Footer-col a {
    color:#fff;
}
.bg-navbar {
    background-color: #42ae2e;
    color:#fff;
}
.sidebar-light .sidebar-brand {
    background-color: #9a0021!important;
}
footer.sticky-footer {
    background-color: #9a0021!important;
    color: #fff;
}
.copyright span a {
    color: #fff!important;
}
.dropdown-header {
    background-color: #9a0021!important;
}
.DataUl li i {
    color: #9a0021;
}
.btn-vorige {
    background-color: #9a0021;
}
.btn-versturen {
    background-color: #9a0021;
}
.btn-vorige:hover {
    background-color: #004876;
}
.btn-versturen:hover {
    background-color: #004876;
}

.MeldingFirst {
    border-radius: 5px;
    border: 2px solid #84b816;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    margin-bottom: 10px;
}
.MeldingFirst:hover {
    background-color: #f5ffdf;
}

/* toegevoegd door erik */

/* Afvalsoorten Side */
.fractie-item {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
	font-weight : bold;
	font-size:12pt;
	color:#777;
}

.maand-item.active {
    background-color: #42ae2e;
	color:#FFF;
}
