/***** Tables *****/
table.user_popup tbody td,
table.user_popup tbody tr:hover td {
  border: solid 1px #d7d7d7;
}

table.user_popup thead th {
  border-width: 1px;
  border-style: solid;
  border-top-color: #d7d7d7;
  border-right-color: #d7d7d7;
  border-left-color: #d7d7d7;
  border-bottom-color: #d7d7d7;
}

table.user_popup,
.table-user_popup {
  border: 1px solid #e4e4e4;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4px;
}

table.user_popup th,
.table-user_popup-header {
  background-color: #eeeeee;
  padding: 4px;
  font-weight: bold;
}

table.user_popup td {
  text-align: center;
  vertical-align: top;
  padding-right: 2px;
}

table.user_popup td.id {
  width: 2%;
  text-align: center;
}

table.user_popup td.tick {
  width: 15%;
}

table.user_popup td.checkbox {
  width: 15px;
  padding: 2px 0 0 0;
}

table.user_popup td.checkbox input {
  padding: 0px;
}

table.user_popup td.buttons,
div.buttons {
  width: 15%;
  text-align: right;
}

table.user_popup td.buttons a,
div.buttons a {
  margin-right: 0.6em;
}

table.user_popup td.buttons img,
div.buttons img {
  vertical-align: middle;
}

table.user_popup td.reorder {
  width: 15%;
  text-align: center;
}

table.user_popup table.progress td {
  padding-right: 0px;
}

table.user_popup caption {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0;
}

.table-user_popup-cell {
  display: table-cell;
  vertical-align: top;
  padding: 2px;
}

table.user_popup tbody tr:hover {
  background-color: #ffffdd;
}

table.user_popup tbody tr.group:hover {
  background-color: inherit;
}

table td {
  padding: 2px;
}

table p {
  margin: 0;
}

.odd {
  background-color: #f6f7f8;
}

.even {
  background-color: #fff;
}

.log_num {
  width: 5%;
}

.log_id {
  width: 10%;
}

.log_gubun {
  width: 5%;
}

.log_action {
  width: 5%;
}

.log_issue {
  width: 10%;
}

.log_error {
  width: 10%;
}

.log_user {
  width: 10%;
}

.log_date {
  width: 10%;
}

.log_params {
  width: 35%;
}

.log_column {
  width: 700px;
  height: 100px;
  overflow: auto;
}

.column_warning {
  color: #ff0000 !important;
}

#admin-menu a.integration-log {
  background-image: url(../images/integration.png);
}

table.list th {
  white-space: normal;
}
