
.navbar-brand big,
.top-navbar .navbar-brand:hover,
a,
.text-primary {
	color: rgb(0,88,163);
}

.text-success {
	color: #26af27;
}

#header-back,
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.active-menu,
.nav>li>a.user-active,
.nav>li>a:hover,
.add-capture,
.capture-toolbar,
.detailed-title,
.pwd-left {
	background-color: rgb(0,88,163) !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.rea-block.active {
	border-color: rgb(0,88,163);
}

.rea-block {
	border-left-color: rgb(0,88,163);
}


/* Dark color */

.btn-primary:hover {
	background-color: rgb(0,68,143) !important;
}

.btn-primary:hover {
	border-color: rgb(0,68,143);
}

a:focus,
a:hover,
code {
	color: rgb(0,68,143);
}


/* Specific */
.navbar-brand big {
	color: #66beec;
}
