/* overwrite anything e.g. form common.css here */

.btn-danger {
    background-image: none;
    background-color: #98C000;
    border-color: #98C000;
    color: #ffffff!important;
}

.btn-danger:hover {
    background-image: none;
    background-color: #98C000;
    color: #C11117 !important;
}

#mainLeft {
    background-color: #98C000;
    /*background: linear-gradient(0deg, #98c000 0%, #acda00 50%, #98c000 100%);*/
}
#mainLeft::after {
	background-color: transparent;
	background-image: url('/img/white_label/nahundfrisch_drops.png');
	background-repeat: repeat;
	content: ' ';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}


#mainLeft #nav_main li.active {
    font-weight: bold;
    background-color: #98C000;
}

#mainnav ul li:hover a {
    font-weight: bold;
    color: #333333;
    background-color: #cccccc;
}
.navbar ul .active::after {
	height: 2px;
	background-color: #98C000;
	content: "";
	display: block;
	width: 60%;
	position: absolute;
	left: 20%;
}
#mainRight #regi_wrapper {
    display: none !important;
}
.flip-card-back {
    background-color: #98C000;
    color: white;
  }