body {
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQoU2M89uzRfyspOUYGPACkBqwAm2KQGEwvyCCsCrFpxFCIyylwt8EUEFQIcyuIxuY5FN8iewDZIyA2htXooQRzCs7gQdYADkdiAxwA6cBGssh/Dh4AAAAASUVORK5CYII=) repeat;*/
}
.company-colors .modal-header {
    color: #fff;
    background-color: #008B9A;
    border-color: #000;
}
.company-colors .modal-footer {
    color: #fff;
    background-color: #A5CBD0;
    border-color: #000;
}
.linkStyle {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;

}
.linkStyle:hover {
    cursor: pointer;
}

.navbar-default {
    width: 100% !important;
    background: -webkit-linear-gradient(#eff4f6, #e4e9eb) !important;
    background: -moz-linear-gradient(#eff4f6, #e4e9eb) !important;
    background: linear-gradient(#eff4f6, #e4e9eb) !important;
    border-bottom: solid 2px #e4e9eb !important;
    line-height: normal !important;
}
.navbar-logo {
    color: #55595e;
    fill: #00becd;
    height: 32px;
}
.navbar-titleText {
    text-align: center;
    color: #55595e;
    font-size: 24pt;
    font-family: MarkOT-Bold, Verdana, sans-serif;
    margin: 8px 0px 0px 0px;
}
.navbar-topItem {
    color: #4d4e53;
    font-family: MarkOT, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
}

.bkyStatus {
  cursor: pointer;
  font-weight: bold;
}
/*.bkyStatus > .ignore {
    
}
.bkyStatus > .ask
{
    background-color: yellow;
}
.bkyStatus > .yes
{
    color: green;
}
.bkyStatus > .reject
{
    background-color: red;
    color: white;
}*/

.competenceGroups:nth-child(even) {
  background: #ccc;
}

.bkyStatus-1 {
  color: #b3b2b2;
}
.bkyStatus0 {
  color: #c59626;
}
.bkyStatus1 {
  color: green;
}
.bkyStatus2 {
  background-color: red;
  color: white;
}

.competenceStatus-1 
{
    color: #c3c3c3;
}
.competenceStatus0 
{
    font-weight: bold; 
    color: #ffa500;
    border: solid 2px #ffa500;
    border-radius: 10px;
    padding: 1px 3px;
}
.competenceStatus1
{
    font-weight: bold; 
    color: green;
}
.competenceStatus2
{
    font-weight: bold; 
    color: red;
    border-bottom: solid 2px red;
}
