/*
主選單
*/

.navbar-color {
  background-color: #3d5a94;
}

.navbar .tools {
	float: left;
	margin: 8px;
}

.navbar .btn-circle {
  width: 1.5rem;
  height: 1.5rem;
  padding: 3px 0 0 1px;
  font-size: 1rem;
	font-weight: bold;
  line-height: 1rem;
  border-radius: 1.5rem;
  margin-top: -.33rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3d5a94;
}
