#pages {
  width: 100%;

  th {
    white-space: nowrap;
  }

  td:nth-child(2) {
    white-space: nowrap;
  }

  td:nth-child(3), td:nth-child(4) {
    text-align: center;
  }

  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }

  th.page_name {
    width: 100%;
  }

  td.page_name {
    width: 100%;

    .page_name_content {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 0;
      min-width: 100%;
    }
  }
}

.families{
	margin: 0 0 0 50px;
}

.auto_select{
display: inline;

}


ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  cursor: default;
  li {
    background-color: #FFF;
    border-top: solid 1px #DDD;
    margin: 0;
    padding: 0;
    a {
      color: #000;
      display: block;
      padding: 3px;
      text-align: left;
    }
    a.ui-state-hover, a.ui-state-active {
      background-color: #FFFCB2;
    }
  }
}

.button_to {
  display: inline;
}

.button_to div {
  display: inline;
}

#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}