/**
 * Tabless

 * @author Alex Kovalev <alex.kovalevv@gmail.com>
 * @copyright Webcraftic 26.08.2019
 */
.wam-table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
}
.wam-table__handle-deps {
  margin-top: 15px;
}
.wam-table__handle-deps span,
.wam-table__handle-deps a {
  font-size: 11px !important;
}
.wam-table__handle-deps a {
  color: red;
  text-decoration: underline;
}
.wam-table tr:nth-child(2n) > td {
  background: #f9f9f9;
}
.wam-table th {
  padding: 12px 10px;
  text-align: left;
  color: #333;
  background: #ECEDED;
  box-shadow: none;
}
.wam-table th:not(:last-child) {
  border-right: 2px solid #FFF;
}
.wam-table__th-actions {
  width: 200px;
}
.wam-table__th-type {
  width: 100px;
}
.wam-table__th-version {
  width: 100px;
}
.wam-table__th-size {
  width: 100px;
}
.wam-table__th-plugins-list,
.wam-table__td-plugins-list {
  width: 350px;
}
.wam-table td {
  padding: 17px 10px;
  vertical-align: top;
  text-align: left;
  box-shadow: none;
}
.wam-table__td-handle {
  word-break: break-word;
}
.wam-table__td-plugins-list {
  padding: 0 !important;
}
.wam-table__th-plugins-settings,
.wam-table__td-plugins-settings {
  width: 80%;
  padding: 15px;
  text-align: left;
}
.wam-table .js-wam-table__tr--disabled-section {
  background: #fbf5f4;
  opacity: 0.7;
}
.wam-table__asset-settings-conditions {
  display: none;
  background: #f3f3f3;
  color: #7b7b7b;
  font-size: 13px;
  box-shadow: 0 2px 0 #d4d4d4;
}
.wam-table__asset-settings-conditions > td {
  padding: 0 25px 15px 25px;
}
/*# sourceMappingURL=tables.css.map */