.accordion .fa-regular {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
#accordionMenu .btn.container:focus, .btn-cal.btn-success:focus, .btn-cal.btn-primary:focus, .btn-cal.btn-dark:focus, .btn-cal.btn-danger:focus, .fc-button-group .fc-button:focus  {
     outline: dashed;
	 outline-color: #3B95FF;
	 outline-width: medium;
	 box-shadow: none;
  outline-offset: 2px;
    }
#accordionMenu .btn-container .fa-circle-minus {
  transform: rotate(180deg);
}
#accordionMenu .fa-circle-plus, #accordionMenu .fa-circle-minus {
  transition: all 0.3s ease;
}
#accordionMenu .btn.container.collapsed .fa-circle-plus {
  transform: rotate(180deg);
}
#accordionMenu .btn {
  font-size: .9em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#accordionMenu .btn:hover {
  text-decoration: none;
}
.btn-men {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  font-size: .7em !important;
  background-color: hsla(201,98%,37%,1.00);
  color: white;
  margin: .5em .5em;
}
.acc-men .card .card-header {
  background-color: hsla(0,0%,100%,1.00);
  border-bottom-style: none;
}
.acc-men .card {
  border-top-style: dashed;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
.acc-men .card:last-child {
  border-bottom-style: dashed;
}
.acc-men .card:first-child {
  border-top-style: none;
}
.acc-men .cnt {
  background-color: hsla(0,0%,95%,1.00);
  border-top-style: dashed;
  border-top-color: hsla(0,0%,76%,1.00);
  border-top-width: thin;
}
.acc-men .card-body {
  background-color: hsla(0,0%,100%,1.00);
  margin: 1em;
  border-radius: 6px;
}
.btn-success:focus {
  box-shadow: none;

}
.btn.btn-men.btn-danger {
  outline-offset: 2px;
}