.big-button{
  padding:10px;
}

.accordion {
  background: linear-gradient(223.7deg, #00BABE 0%, #008489 100%) !important;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition:all 0.3s ease-in-out;
  margin-bottom: 5px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#EntityFormPanel .active:after {
  content: "\2212";
}

.panelAccordion {  
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.filterTableTitle{
  border-left: 3px solid #0088a1;
  padding-left: 15px;
}