/* E-XAM - (c) ELEDIA Research Center. All rights reserved.
------------------------------------------------------------------------------*/

.lbl-tag, .lbl-tag-default, .lbl-tag-primary, .lbl-tag-warning, .lbl-tag-danger, .lbl-tag-success, .lbl-tag-hidden, .lbl-tag-purple {
    /*inherit btn, btn-xs*/
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 3px;
}
.lbl-tag-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.lbl-tag-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.lbl-tag-warning {
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.lbl-tag-danger {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.lbl-tag-success {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.lbl-tag-purple {
    color: white;
    background-color: #6f42c1;
    border-color: #6610f2;
}

.bg-purple {
    background-color: #6f42c1;
}

/* -------------------------------------------------------------------------- */

.lbl-exam-result, .lbl-exam-result_-1, .lbl-exam-result_0, .lbl-exam-result_1, .lbl-exam-result_2, .lbl-exam-result_3 {
    /*inherit btn, btn-xs*/
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 3px;
}


.lbl-exam-result_-1 {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.lbl-exam-result_0 {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.lbl-exam-result_2 {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.lbl-exam-result_3 {
    color: white;
  background-color: #0f8c71;
  border-color: #0b705a;
}

/* -------------------------------------------------------------------------- */

.lbl-exam-status, .lbl-exam-status_-4, .lbl-exam-status_-3, .lbl-exam-status_-2, .lbl-exam-status_-1, 
.lbl-exam-status_0, .lbl-exam-status_1, .lbl-exam-status_2 {
    /*inherit btn, btn-xs*/
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 3px;
}



/* ABSENT, RETIRED */
.lbl-exam-status_-4, .lbl-exam-status_-1 {
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* KICKED, REJECTED */
.lbl-exam-status_-3, .lbl-exam-status_-2 {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* UNKNOWN */
.lbl-exam-status_0 {
    color: white;
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* ACCEPTED, SUBMITTED */
.lbl-exam-status_1, .lbl-exam-status_2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

