.panel-default {
  border-radius: 5px;
}
.navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.form-control {
  border-radius: 5px;
}
.form-control.fecha {}
.btn {
  border-radius: 5px;
  margin: 0 6px;
}
.alert {
  border-radius: 5px;
}
.nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
}
.btn-xs {
  padding: 2px 15px;
}
.navbar-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}