.red {
	color: #BF0066;
}

.blue {
	color: #13377e;
}

.white {
	color: #FFFFFF;
}

.grey {
	color: #878787;
}

.register-link a {
    color: #878787;
}
.register-link a:hover,
a:focus,
a:hover{
    color:#13377e;
}

.help-block.with-errors li {
	color: #BF0066;
}

h1,
h2,
h3,
h4,
h5,
.navbar-nav .nav-item .nav-link{
	color:#13377e;
}

.navbar-nav .nav-item .nav-link.active{
	color:#BF0066;
}

.navbar-nav .nav-item .nav-link:hover{
	color:#13377e;
}

p {
	color: #000;
}
h5 > a {
	color: #13377e;
}

.btn-primary, .btn-primary {
	background-color: #7D9BD0;
	border: none;
}

.btn-primary:hover, .btn-primary:hover {
	background-color: #5178BC;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ABC4E7;
}


/****************
	BG COLORS
*****************/

.bg-light-gray {
	background: #f9f9f9;
}

.bg-white {
	background:#fff;
}

.table-striped thead tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
	border-bottom: none;
}

.table-striped tbody tr {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-green {
	background:#4DDE00;
}
.bg-red {
	background:#FF0000;
}