/* @import "sass-sandal/function"; */
.im-table-wrap {
  position: relative;
  border: 1px solid #dedede;
}

.im-table-wrap .im-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.im-table-wrap .im-table th, .im-table-wrap .im-table td {
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  font-size: 14px;
}

.im-table-wrap .im-table th {
  color: #999;
  font-weight: normal;
  height: 42px;
  padding: 0 5px;
}

.im-table-wrap .im-table th .im-checkbox {
  margin: 0;
}

.im-table-wrap .im-table th .im-checkbox .im-checkbox-icon {
  margin: 0;
}

.im-table-wrap .im-table th .im-icon {
  color: #bbb;
}

.im-table-wrap .im-table th .im-icon:hover {
  color: #999;
}

.im-table-wrap .im-table th:first-child {
  padding-left: 20px;
}

.im-table-wrap .im-table th:last-child {
  padding-right: 20px;
}

.im-table-wrap .im-table td {
  line-height: 150%;
  padding: 15px 5px;
  position: relative;
}

.im-table-wrap .im-table td:first-child {
  padding-left: 20px;
}

.im-table-wrap .im-table td:last-child {
  padding-right: 20px;
}

.im-table-wrap .im-table thead {
  background-color: #F8F8F8;
  border-left: none;
  border-right: none;
  color: #999;
}

.im-table-wrap .im-table tbody tr {
  border-bottom: 1px solid #EEEEEE;
}

.im-table-wrap .im-table tbody tr:last-child {
  border: none;
}

.im-table-wrap .im-table tbody tr:hover {
  background-color: #f3f3f3;
}

.im-table-wrap .im-table-empty {
  height: 200px;
}

.im-table-wrap .im-table-overlap {
  position: absolute;
  margin: 0;
  padding: 0;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
