
.text-keicher {
  color: #1675b9 !important;
}

a.text-keicher:hover, a.text-keicher:focus {
  color: #0e476f !important;
}

.bg-keicher {
  background-color: #1675b9 !important;
}

.bg-gradient-keicher {
 background-color:#1675b9;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1675b9), to(#0f3550));
 background-image:linear-gradient(180deg,#1675b9 10%,#0f3550 100%);
 background-size:cover
}

.border-left-keicher {
  border-left: 0.25rem solid #1675b9 !important;
}

.border-bottom-keicher {
  border-bottom: 0.25rem solid #1675b9 !important;
}
/* NENADEFINOVANE BARVY - PREVZATE Z PRIMARY!!! */
.badge-keicher {
  color: #fff;
  background-color: #4e73df;
}

a.badge-keicher:hover, a.badge-keicher:focus {
  color: #fff;
  background-color: #2653d4;
}

a.badge-keicher:focus, a.badge-keicher.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}