﻿.bg-color-white {
    background-color: #fff;
}

.bg-color-smoke {
    background-image: url(../Images/alpha-60.png);
    background-repeat: repeat;
}

.bg-color-assessment-complete {
    background-color: #B3DBB3;
}

.bg-color-item-bookmarked {
    background-color: #F58F88;
}

.bg-color-submit-buttons {
    background-color: #efefef;
}
.bg-color-header-footer {
    background-color: #eee;
}

a.showTestQuestionGrid:link {
    text-decoration: none;
}
a.showTestQuestionGrid:visited {
    text-decoration: none;
}
a.showTestQuestionGrid:hover {
    text-decoration: underline;
}
a.showTestQuestionGrid:active {
    text-decoration: none;
}




.answer-choice-selected {
    background-color: #DFEEF9;
}

.answer-choices label:hover {
    background-color: #efefef;
}

.answer-choices input[type="radio"]:checked+label, .answer-choices input[type="checkbox"]:checked+label {
    background-color: #DFEEF9;
}

.text-green {
    color: #29AB4A;
}

.text-red {
    color: #BD392B;
}