/*

Primary
#168FDD rgb(22, 143, 221)

Dark Accent
#1480c6 rgb(20, 128, 198)

Light Accent
#61BAF4 rgb(97, 186, 244)

Dark Secondary
#5990c3 rgb(89, 144, 195)

Light Secondary
#6c9dca rgb(108, 157, 202)

*/

/*Topbar*/

#topbar .topbar-main {
  background: #168FDD;
}

#orgInput {
	background-color: #1480c6;
	border-color: #1480c6;
}

.filtering {
	border-color: #61BAF4 !important;
}

.org-autocomplete {
	background-color: #1480c6;
}

.btn.btn-topbar {
	background-color: #1480c6;
}
.btn.btn-topbar:hover {
	background-color: #1271af;
}
.btn.btn-topbar:focus,
.btn.btn-topbar:active,
.btn.btn-topbar:active:focus {
	background-color: #0f6298;
}

#topbar .navbar-top-links li > a:hover, #topbar .navbar-top-links li > a:focus {
    background: #1480c6 !important;
}
#topbar .navbar-top-links li.open > a:hover,
#topbar .navbar-top-links li.open > a:focus {
  background: #1480c6 !important;
}
#topbar .navbar-top-links li.open > a {
    background: #1480c6 !important;
    color: #ffffff !important;
}

/*Sidebar*/

.bold {
	color: #5990c3;
}

/*etc*/

a:hover, a:focus {
    color: #5990c3;
    text-decoration: none;
}