.acordeon-container {
  margin: 5px 0;
}
.acordeon-container.accordion-hide .acordeon-content {
  display: none;
}
.acordeon-title {
  border-top: 3px solid #3268ba;
  padding: 5px 3px 10px 25px;
  display: block;
  cursor: pointer;
  color: #3268ba;
  background: #eeeff2 url("/plugins/system/cdscriptegrator/libraries/jquery/theme/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acordeon-title .acordeon-arrow {
  background: url("/plugins/system/cdscriptegrator/libraries/jquery/theme/smoothness/images/ui-icons_454545_256x240.png") -32px -16px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 5px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.acordeon-title .acordeon-arrow:before {
  content: "\f078";
}
.acordeon-title:hover {
  text-decoration: underline;
  background-color: #e0e1e7;
}
.acordeon-title.active {
  background-color: #eeeff2;
  display: block;
}
.acordeon-title.active .acordeon-arrow {
  background-position: -64px -16px;
}
.acordeon-title.active .acordeon-arrow:before {
  content: "\f077";
}
.acordeon-content {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}
.acordeon-content table {
  width: 100%;
  font-size: 1em;
}
.acordeon-content table.arquivos tr td {
  background-color: #ffffff;
}
