
.solved-blue {
    color: #fff !important;
    background-color: #3C4C5C !important
}

.solved-green {
    color: #000 !important;
    background-color: #8CB626 !important
}

.solved-gray {
    color: #000 !important;
    background-color: #E4EADF !important

}

.solved-blue-clear {
    color: #fff !important;
    background-color: #748489 !important
}

.solved-green-clear {
    color: #fff !important;
    background-color: #CDE4A4 !important
}

.solved-red-state {
    color: #000 !important;
    background-color: #ffdddd !important

}

.solved-green-state {
    color: #000 !important;
    background-color: #ddffdd !important

}

.solved-blue-state {
    color: #000 !important;
    background-color: #ddffff !important

}

.solved-rel {
    position: relative;
}

.solved-abs {
    position: absolute;
}

.solved-frm {
    margin-top: 5px;
    height: 100%;
    display: none;
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

