a {
  color: #0088cc;
}
a:hover {
  color: #0099e6;
}
a:focus {
  color: #0099e6;
}
a:active {
  color: #0077b3;
}

ul.nav-pills > li.active > a {
  background-color: #0088cc;
}
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
  background-color: #0088cc;
}


.thumb-info .thumb-info-type {
  background-color: #0088cc;
}
.thumb-info .thumb-info-action-icon {
  background-color: #00a4ef;
}

