/* Generell bakgrunnsfarge */

.full-page[data-color="red"]:after, .sidebar[data-color="red"]:after {
    background: rgba(0,127,53,.95);
    background-size: 150% 150%;
}
.paymentbig {
    border:1px solid rgba(0,127,53,0.5);
}
.text-center > h2 {
    color: rgb(0,127,53);
}
.nav-pills-red > li.active > a, .nav-pills-red > li.active > a:hover, .nav-pills-red > li.active > a:focus {
    background-color: rgb(0,127,53);
}

/*
.btn-danger.btn-fill, .btn-danger.btn-fill:hover, .btn-danger.btn-fill:active, .btn-danger.btn-fill:focus {
    background-color: rgb(0,127,53);
    border-color: rgb(0,127,53);
}
*/

.receipt_header_bg {
    background: rgba(0,127,53,.95);
}

.vippsrow_STOPPED {
	color:red;
}
.vippsrow_ACTIVE {
	
}

/* Bakgrunnsfarge innlogget på /aboadmin */
/*
.sidebar[data-color="red"]:after, .bootstrap-navbar[data-color="red"]:after {
    background: rgba(0,127,53,.95);
    background-size: 150% 150%;
}
*/