.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;
}

/*

# Show rules based on screensize:

.someClass{
	width: 100px;
	.screen-xs({ // Make it 50px on mobile.
		width: 50px;
	})
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate margins based on screensize.

.someClass{
	.xs-margin() = margin: 6px on Mobile;
	.sm-margin(1) = margin: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate paddings based on screensize.

.someClass{
	.xs-padding() = padding: 6px on Mobile;
	.sm-padding(1) = padding: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Complicated mixin / loop for generating all css for margins / paddings.

// ------------------------------------------- */
/* This should be removed, force to use -xs, -md etc instead. */
/**/
/* From Bootstrap 3.3.2 */
.paper.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  overflow: hidden;
}
.card-container {
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
.tenant-lb .card-container {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.card-body {
  flex: 1 1 auto;
  padding: 12px 12px;
}
.card-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.card-header-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-align-center {
  text-align: center;
}
.card-align-right {
  text-align: right;
}
.f-content .card-title {
  margin: 0 0 12px 0;
}
.f-content .card-text {
  margin-bottom: 12px;
}
.f-content .card-text:last-child {
  margin-bottom: 0;
}
.card-header {
  padding: 12px 12px;
  margin-bottom: 0;
  background-color: #ededf2;
  border-bottom: 1px solid #e1e1e5;
}
.card-header-expandable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.card-header-expandable .icon {
  margin-left: auto;
}
.card-header-expandable:active.svs-keyboard-focus,
.card-header-expandable:focus.svs-keyboard-focus {
  outline-offset: -4px;
  box-shadow: inset 0 0 0.21rem 0.28rem #256FEA;
  text-decoration: none;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  z-index: 1;
}
.card-footer {
  padding: 12px 12px;
  background-color: #ededf2;
  border-top: 1px solid #e1e1e5;
}
.card-expandable-body-closed {
  display: none;
}
.card-expandable-body {
  overflow: hidden;
}

.card .list-group {
  margin: 0;
  border: none;
  border-top: inherit;
  border-bottom: inherit;
  background-color: transparent;
}
.card .list-group:first-child {
  border-top-width: 0;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 12px;
  -moz-background-clip: padding;
  border-top-right-radius: 12px;
  background-clip: padding-box;
}
.card .list-group:last-child {
  border-bottom-width: 0;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 12px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 12px;
  background-clip: padding-box;
}

.card-img-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.card-image-overlay {
  object-fit: cover;
  transition: transform 3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.3s;
}
.card:hover .card-image-overlay {
  transform: scale(1.03);
}
.card-image {
  width: 100%;
}

/*

# Show rules based on screensize:

.someClass{
	width: 100px;
	.screen-xs({ // Make it 50px on mobile.
		width: 50px;
	})
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate margins based on screensize.

.someClass{
	.xs-margin() = margin: 6px on Mobile;
	.sm-margin(1) = margin: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate paddings based on screensize.

.someClass{
	.xs-padding() = padding: 6px on Mobile;
	.sm-padding(1) = padding: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Complicated mixin / loop for generating all css for margins / paddings.

// ------------------------------------------- */
/* This should be removed, force to use -xs, -md etc instead. */
/**/
/* From Bootstrap 3.3.2 */
.card-group > .card {
  margin-bottom: 12px;
}
@media only screen and (min-width: 480px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin: 0 12px 12px 12px;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -24px;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin: 0 24px 24px 24px;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

