.kbtn,
.kbtn:hover,
.kbtn:focus,
.kbtn:active,
.kbtn.active,
.kbtn.active:hover,
.button-ok,
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child,
.button-back,
.button-next,
.mdp-page-navigation-buttons .button {
	background-color: #51aa35 !important;
}

.text-green,
.active {
	color: #51aa35;
}

a:hover,
.icon-btn:hover,
a.kbtn:hover,
.kbtn:hover,
.mdp-page-navigation-buttons .button:hover,
.biomass-link:hover,
.biomass-link:hover .mdp-page-section-header,
.hint .icon-btn:hover,
.hint-error a:hover,
.hint-error .icon-btn:hover,
.leaflet-touch .leaflet-bar a:first-child:hover,
.leaflet-touch .leaflet-bar a:last-child:hover,
.map-button:hover {
	color: #555;
}

a,
a:visited,
a:focus,
.icon-feature,
.icon-btn-icon,
.mdp-page-section-header-icon,
.help-entry .fas {
	color: #51aa35;
}

.text-green,
.active {
	color: #51aa35 !important;
}
.mdp-group-tag {
	background-color: #51aa35;
}


a.kbtn {
	color: white;
}


.feature-disabled {
	color: #999;
}

.feature-new {
	color: #a9a93f;
}

.main-menu .menu-header,
.mdp-page-header,
.helpbar-search-bar,
.full-dialog-page-header,
.sidebar-search-bar {
	background-color: #51aa35;
}

.selection-tab {
	color: #999;
	background-color: rgba(81,170,53, 0.5);
}

.selection-tab.active {
	background-color: #51aa35;
	color: white !important;
}

.loader {
	border-top: 10px solid #51aa35;
}

.sidebar-search-bar .search-button:hover {
	color: #555;
}
.menu-openclose-button:hover {
	color: #555;
}

.mdp-dropdown .category li:hover,
.dropdown-menu>li>a:hover,
.mdp-dropdown-entry:hover {
	color: #555;
}

.state-singleView, .state-splitScreenView, .state-satelliteTileLayer, .state-defaultTileLayer {
	background-color: #51aa35;
	border: solid 1px #51aa35;
}

.mdp-checkbox > input[type="checkbox"]:checked + label::after {
	background-color: #51aa35;
}

.button-external {
	border: solid 1px #51aa35;
}

.button-external:hover {
	background-color: #51aa35;
}

.main-menu .btn-link {
	color: #51aa35 !important;
}

.main-menu .btn-link:hover {
	color: #555 !important;
	text-shadow: 0 0 20px #fff, 0 0 30px #555, 0 0 40px #555, 0 0 50px #555, 0 0 60px #555, 0 0 70px #555, 0 0 80px #555;
}

.main-menu .btn-link.active {
	color: #555 !important;
}


.logo-color {
	background-image: url(../resources/logo_agriv_full.svg);
	margin-top: 0px;
	height: 50px;
}

.login-header-bar {
	background-color: #575756 !important;
	height: 100px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.15);
}

.login-icon {
    height: 40px;
    width: 100px;
	margin: 8px 0;
    background-image: url(../resources/logo_agriv_full.svg);
	background-size: contain;
}

.login-background {
    background-image: url(../resources/Background_Login_agriv.jpg);
}
.login-background .logo-container {
	left: 17px;
	top: 17px;
}
.login-background .logo-container .logo {
	height: 64px;
	width: 323px;
	background: url(../resources/logo_agriv_full.svg);
	background-repeat: no-repeat;
}

.mdp-button:hover,
.search-button:hover {
	color: #555;
}

.map-button {
	background-color: #51aa35;
}

body {
    background: #575756;
}
.login-container {
    background: #575756;
	top: 200px;
}
.hint {
	background: #575756;
}

.hint-error {
	background-color: rgb(230, 50, 50);
	color: white;
}

.hint-warning {
	background-color: rgb(230, 230, 50);
	color:#585858;
}

