/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/* CONTAINER QUERIES */
som-grid .grid-container {
  position: relative;
}
som-grid .grid-container.table-bordered thead tr:first-of-type th {
  border-top: none;
}
som-grid .grid-container.table-bordered thead tr th:first-of-type {
  border-left: none;
}
som-grid .grid-container.table-bordered thead tr th:last-of-type {
  border-right: none;
}
som-grid .grid-container.table-bordered tbody tr td:first-of-type {
  border-left: none;
}
som-grid .grid-container.table-bordered tbody tr td:last-of-type {
  border-right: none;
}
som-grid .grid-container table {
  margin-bottom: 0;
}
som-grid .grid-container th.sortable {
  padding: 0 !important;
}
som-grid .grid-container td:focus {
  /*
    We need this for IE when user clicks a cell, otherwise the outline
    border won't be shown.
  */
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
som-grid .grid-container .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
som-grid .grid-container .loading__text {
  margin-top: 1rem;
}
som-grid .d-none {
  display: none !important;
}