﻿.demarcator {
  border-left: 1px solid #fff;
}

.currentCareerPath{
    background-color:#4cff00;
}

.navbar-inverse {
    background-color: #5c2784;
    border-color: #080808;
}

#appTitle {
    /*color: #fdb71a;*/
    color: #5c2784;
}

.message_error {
    color: red;
}

.message_success {
    color: green;
}

div[ng-messages], div[general-message] {
    color: red;
}

.unAvailable {
    color: gray;
}

.inValid {
    color: red;
}


a.not-ready {
    color: red !important;
}

.transactionStatus_5, .transactionStatus_51 {
    background-color: #ff0000 !important;
}