// Place all the styles related to the tgsadmin controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

a.side-menu-color.list-group-item.active {
  background-color: #404040;
  border-color: #404040;
}

a.side-menu-color-admin.list-group-item.active {
  background-color: #009926;
  border-color: #009926;
}

.sep {
  background-color: #cccccc;
  border-color: #cccccc;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

a.side-menu-color-sep.list-group-item.active {
  background-color: #404040;
  border-color: #404040;
  font-weight: bold;
  text-align: left;
}