.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td {
  text-align: left;
  font-weight: normal;
}
.table th {
  padding: 6px;
}
.table td {
  padding: 0 6px;
}
.table .bold {
  font-weight: bold;
}
.table .f-center {
  text-align: center;
}
.table .f-right {
  text-align: right;
}
.table .f-numeric {
  font-variant-numeric: tabular-nums;
}
.table-bordered tbody tr {
  border-bottom: 1px solid transparent;
}
.table-bordered td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table-col-bordered td {
  border-right: 1px solid transparent;
}
.table-col-bordered td:last-child {
  border-right: none;
}
.table-default {
  background: #ffffff;
  border: 1px solid;
  border-color: #d4d4d9 #d4d4d9 #afafb3 #d4d4d9;
}
.table-default thead tr {
  background-color: #ededf2;
  border-bottom: 1px solid #d4d4d9;
}
.table-default td {
  border-color: #afafb3;
}
.table-default tfoot tr,
.table-default .table-footer {
  background-color: #ededf2;
}
.table-default tbody tr {
  border-color: #afafb3;
}
.table-default tr:first-child td {
  padding-top: 6px;
}
.table-default tr:last-child td {
  padding-bottom: 6px;
}
.table-default .table-row-striped {
  background-color: #fafaff;
}
.table-no-shadow {
  border: 1px solid #d4d4d9;
}
.table-no-border {
  border: none;
}
.table-inverted {
  background: #323233;
  color: #ffffff;
}
.table-inverted thead tr {
  color: #afafb3;
}
.table-inverted td {
  border-color: #4b4b4d;
}
.table-inverted tbody tr {
  border-color: #5e5e5e;
}
.table-inverted .table-row-striped {
  background-color: #252526;
}
.table-large th {
  font-weight: bold;
}
.table-large tbody tr:nth-child(odd) {
  background-color: #ededf2;
}
.table-large td,
.table-large th {
  padding: 12px;
}
.table-default.table-striped tr:nth-child(even) {
  background-color: #fafaff;
}
.table-inverted.table-striped tr:nth-child(even) {
  background-color: #252526;
}
.table-default.table-large,
.table-inverted.table-large {
  border: none;
}
.table-default.table-large th,
.table-inverted.table-large th {
  font-weight: bold;
}
.table-default.table-large thead tr,
.table-inverted.table-large thead tr {
  background-color: #fafaff;
  border: none;
}
.table-default.table-large tbody tr:nth-child(odd),
.table-inverted.table-large tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table-default.table-large td,
.table-inverted.table-large td,
.table-default.table-large th,
.table-inverted.table-large th {
  padding: 12px;
}

.icon-button,
.btn-clean {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.icon-button .icon,
.btn-clean .icon,
.icon-button .icon-default,
.btn-clean .icon-default {
  position: relative;
}
.icon-button .icon:after,
.btn-clean .icon:after,
.icon-button .icon-default:after,
.btn-clean .icon-default:after {
  content: "";
  position: absolute;
  top: -75%;
  left: -75%;
  width: 250%;
  height: 250%;
  border-radius: 50%;
  background: #000000;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition-property: visibility, opacity, transform;
  -moz-transition-property: visibility, opacity, transform;
  -o-transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-delay: 0ms, 0ms, 800ms;
  -moz-transition-delay: 0ms, 0ms, 800ms;
  -o-transition-delay: 0ms, 0ms, 800ms;
  transition-delay: 0ms, 0ms, 800ms;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
.icon-button .icon-inverted:after,
.btn-clean .icon-inverted:after {
  background: #ffffff;
}
.icon-button[disabled] .icon-default,
.btn-clean[disabled] .icon-default,
.icon-button.disabled .icon-default,
.btn-clean.disabled .icon-default {
  color: rgba(0, 0, 0, 0.2);
}
.icon-button[disabled] .icon-default:after,
.btn-clean[disabled] .icon-default:after,
.icon-button.disabled .icon-default:after,
.btn-clean.disabled .icon-default:after {
  display: none;
}
.icon-button[disabled] .icon-inverted,
.btn-clean[disabled] .icon-inverted,
.icon-button.disabled .icon-inverted,
.btn-clean.disabled .icon-inverted {
  color: rgba(255, 255, 255, 0.2);
}
.icon-button[disabled] .icon-inverted:after,
.btn-clean[disabled] .icon-inverted:after,
.icon-button.disabled .icon-inverted:after,
.btn-clean.disabled .icon-inverted:after {
  display: none;
}
/* stylelint-disable selector-max-specificity */
.icon-button:active .icon-default:after,
.icon-button:active .icon:after,
.btn-clean:active .icon:after,
.btn-clean:active .icon-default:after {
  visibility: visible;
  opacity: 0.12;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.icon-button:active .icon-inverted:after,
.btn-clean:active .icon-inverted:after {
  opacity: 0.2;
}
/* stylelint-enable */

