﻿/* 
    Primary color: rgba(113, 217, 113, 0.92) 
    Secondary color: rgba(143, 228, 143, 0.92)
*/


/* LEFT COLUMN */
.btn-back-to-portal {
    background-color: rgba(113, 217, 113, 0.92);
}

    .btn-back-to-portal a:hover {
        background-color: rgba(143, 228, 143, 0.92);
    }

.left-sidebar ul li.active {
    background-color: #7cdc7c;
}

    .left-sidebar ul li.active:hover {
        background-color: #7cdc7c;
    }

    .left-sidebar ul li.active .step-label-2 {
        background-color: rgba(113, 217, 113, 0.92);
    }


/* RIGHT COLUMN */
.section header {
    background-color: rgba(113, 217, 113, 0.92);
}

.section .list-item.selected {
    background-color: rgba(139, 232, 139, 0.92);
}

    .section .list-item.selected:hover {
        background-color: rgba(162, 234, 162, 0.92);
    }


.section .list-item.highlighted {
    background-color: #c9f3d3;
}

    .section .list-item.highlighted:hover {
        background-color: #c9f3d3;
    }


.btn-gender.selected {
    background-color: rgba(113, 217, 113, 0.92);
}

    .btn-gender.selected:hover {
        background-color: rgba(137, 228, 137, 0.92);
    }

.btn-primary, 
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(113, 217, 113, 0.92);
    border-color: rgba(113, 217, 113, 0.92);
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(143, 228, 143, 0.92);
        border-color: rgba(143, 228, 143, 0.92);
    }


/* MODAL */
.modal-content {
    background-color: rgba(113, 217, 113, 0.92);
}


.modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:not(:disabled):not(.disabled):focus {
    color: #a8fba8;
}

/* Innmelding -  Success page, Error & AvtaleGiro page*/
.centered-box header .overlay {
    background-color: rgba(113, 217, 113, 0.92);
}