/*****Nitika********/
.error{
    margin-top: 5px;
    margin-bottom: 10px;
    color: red !important;
    /*color: #dd4b39 !important;*/
    display: block;
}
.error-msg{
    color: red;
}
.error-color {
    color: red;
}

/*Nitika*/
.status_green{
    background:#78b900;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding:3px 6px;
    font-size:11px;
    text-transform:uppercase;
    font-weight: 600;
}

.status_blue{
    background:turquoise;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding:3px 6px;
    font-size:11px;
    text-transform:uppercase;
    font-weight: 600;
}

.status_orange{
    background:#f0bb02;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding:3px 6px;
    font-size:11px;
    text-transform:uppercase;
    font-weight: 600;
}

.status_red{
    background:#d74f2a;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding:3px 6px;
    font-size:11px;
    text-transform:uppercase;
    font-weight: 600;
}

.status_yellow{
    background:#dde307;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding:3px 6px;
    font-size:11px;
    text-transform:uppercase;
    font-weight: 600;
}