.admin-menu--table thead th {
  background-color: #f8f8f9; }
  .admin-menu--table thead th:nth-child(1) {
    width: 28%; }
  .admin-menu--table thead th:nth-child(2) {
    width: 7%; }
  .admin-menu--table thead th:nth-child(2n+3) {
    width: 14%; }

.admin-menu--table tbody tr.infoTr {
  display: none; }

.admin-menu--table tbody td {
  text-align: center; }
  .admin-menu--table tbody td.foldTr {
    cursor: pointer;
    background: url(/images/common/ic-drop-right-cell.png) no-repeat 20px transparent; }
  .admin-menu--table tbody td.openTr {
    cursor: pointer;
    background: url(/images/common/ic-dropdown-arrow.png) no-repeat 20px transparent; }
  .admin-menu--table tbody td:first-child {
    text-align: left;
    padding-left: 40px; }
  .admin-menu--table tbody td > input[type="checkbox"] + label, .admin-menu--table tbody td > input[type="radio"] + label {
    margin-bottom: 5px; }
  .admin-menu--table tbody td.submenu__title {
  	padding-left: 50px;
  }

