  .dce.dce-accordeon.colored {
    background-color: #ff000000 !important;
    color: inherit !important;
  }

  .dce.dce-accordeon.colored.colorTrans .panel-heading {
    background-color: #ff000000 !important;
    border: #ff000000 !important;
  }
  
  #Search {
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-family: 'SourceSansPro','FontAwesome';
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 20px; /* Add some padding */
  border: 1px solid #000000; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}