.navbar {
  background-color: #3869d6;
  padding-bottom: 10px;
}

.navbar-brand {
  font-size: 17px;
  font-weight: bold;
  color: white;
}

.navbar-brand:active{
  color: white;
}

.navbar-brand:hover{
  color: white;
}

a i {
  color: white;
  font-weight: lighter;
  padding-left: 10px;
}

.form-inline{
  width: 100%;
}

.form-control {
  border-radius: 2px;
  font-size: 12px;
  font-weight: 200;
  padding: .375rem .375rem;
}

.custom-card {
  background-color: white;
  height: 200px;
  border: 0.5px solid #ddd;
  border-radius: 2px;
}

.col {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

body{
  background-color: #eee;
}

.dropdown{
  font-size: 12px;
}

.dropdown-item{
  font-size: 12px;
}

#dropdownMenuButton{
  background-color: #a9c23f;
   width:100%;
}
