/**
 * Fixed first column table
 * 
 * MSI website theme
 * @author Jeroen Butenaerts
 * @version 1.0
 * @package 
 */
.table-fixed-col {
}
/**
 * Scrollable table
 * 
 * MSI website theme
 * @author Jeroen Butenaerts
 * @version 1.0
 * @package 
 */
.table-scroll-container-outer {
  /*margin-bottom: -20px;*/
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.table-scroll-container-inner {
  margin-left: 56px;
  margin-right: 56px;
  overflow-x: scroll;
  overflow-y: visible;
}
.table-scroll[data-cols="1"] {
  width: 100%;
}
.table-scroll[data-cols="1"] > tbody > tr > td:last-child,
.table-scroll[data-cols="1"] > tfoot > tr > td:last-child,
.table-scroll[data-cols="1"] > thead > tr > td:last-child {
  width: 100%;
}
.table-scroll[data-cols="2"] {
  width: 200%;
}
.table-scroll[data-cols="2"] > thead > tr > td,
.table-scroll[data-cols="2"] > thead > tr > th {
  width: 50%;
}
.table-scroll[data-cols="3"] {
  width: 300%;
}
.table-scroll[data-cols="3"] > thead > tr > td,
.table-scroll[data-cols="3"] > thead > tr > th {
  width: 33.33333333%;
}
.table-scroll[data-cols="4"] {
  width: 1600%;
}
.table-scroll[data-cols="4"] > thead > tr > td,
.table-scroll[data-cols="4"] > thead > tr > th {
  width: 25%;
}
.table-scroll[data-cols="5"] {
  width: 500%;
}
.table-scroll[data-cols="5"] > thead > tr > td,
.table-scroll[data-cols="5"] > thead > tr > th {
  width: 20%;
}
.table-scroll[data-cols="6"] {
  /* width: 600%; */
}
.table-scroll[data-cols="6"] > thead > tr > td,
.table-scroll[data-cols="6"] > thead > tr > th {
  width: 16.66666667%;
}
.table-scroll[data-cols="7"] {
  width: 700%;
}
.table-scroll[data-cols="7"] > thead > tr > td,
.table-scroll[data-cols="7"] > thead > tr > th {
  width: 14.28571429%;
}
.table-scroll[data-cols="8"] {
  width: 800%;
}
.table-scroll[data-cols="8"] > thead > tr > td,
.table-scroll[data-cols="8"] > thead > tr > th {
  width: 12.5%;
}
.table-scroll[data-cols="9"] {
  width: 900%;
}
.table-scroll[data-cols="9"] > thead > tr > td,
.table-scroll[data-cols="9"] > thead > tr > th {
  width: 11.11111111%;
}
.table-scroll[data-cols="10"] {
  width: 1000%;
}
.table-scroll[data-cols="10"] > thead > tr > td,
.table-scroll[data-cols="10"] > thead > tr > th {
  width: 10%;
}
.table-scroll > tbody > tr > td:first-child,
.table-scroll > tbody > tr > th:first-child,
.table-scroll > tfoot > tr > td:first-child,
.table-scroll > tfoot > tr > th:first-child,
.table-scroll > thead > tr > td:first-child,
.table-scroll > thead > tr > th:first-child {
  left: 0;
  padding-right: 76px;
  position: absolute;
}
.table-scroll-left,
.table-scroll-right {
  background-color: #000;
  border: 1px solid #404040;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 56px;
}
.table-scroll-left {
  left: 0;
}
.table-scroll-right {
  right: 0;
}
.table-scroll-left .btn.affix-top,
.table-scroll-right .btn.affix-top {
}
.table-scroll-left .btn.affix,
.table-scroll-right .btn.affix {
  position: fixed;
  top: 50%;
}
.table-scroll-left .btn.affix-bottom,
.table-scroll-right .btn.affix-bottom {
  bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .table-scroll-container-outer {
    margin-left: 0;
  }
  .table-scroll-container-inner {
    margin-left: 50%;
    margin-right: 56px;
  }
  .table-scroll[data-cols] > tbody > tr > td:first-child,
  .table-scroll[data-cols] > tbody > tr > th:first-child,
  .table-scroll[data-cols] > tfoot > tr > td:first-child,
  .table-scroll[data-cols] > tfoot > tr > th:first-child,
  .table-scroll[data-cols] > thead > tr > td:first-child,
  .table-scroll[data-cols] > thead > tr > th:first-child {
    width: 50%;
  }
  .table-scroll-left {
    left: auto;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .table-scroll-container-inner {
    margin-left: 33.33333333%;
  }
  .table-scroll[data-cols] > tbody > tr > td:first-child,
  .table-scroll[data-cols] > tbody > tr > th:first-child,
  .table-scroll[data-cols] > tfoot > tr > td:first-child,
  .table-scroll[data-cols] > tfoot > tr > th:first-child,
  .table-scroll[data-cols] > thead > tr > td:first-child,
  .table-scroll[data-cols] > thead > tr > th:first-child {
    width: 33.33333333%;
  }
  .table-scroll[data-cols="1"],
  .table-scroll[data-cols="2"] {
    width: 100%;
  }
  .table-scroll[data-cols="3"] {
    width: 150%;
  }
  .table-scroll[data-cols="4"] {
    width: 380%;
  }
  .table-scroll[data-cols="5"] {
    width: 250%;
  }
  .table-scroll[data-cols="6"] {
    /* width: 300%; */
  }
  .table-scroll[data-cols="7"] {
    width: 350%;
  }
  .table-scroll[data-cols="8"] {
    width: 400%;
  }
  .table-scroll[data-cols="9"] {
    width: 450%;
  }
  .table-scroll[data-cols="10"] {
    width: 500%;
  }
  .table-scroll-left {
    right: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .table-scroll-container-inner {
    margin-left: 25%;
  }
  .table-scroll[data-cols] > tbody > tr > td:first-child,
  .table-scroll[data-cols] > tbody > tr > th:first-child,
  .table-scroll[data-cols] > tfoot > tr > td:first-child,
  .table-scroll[data-cols] > tfoot > tr > th:first-child,
  .table-scroll[data-cols] > thead > tr > td:first-child,
  .table-scroll[data-cols] > thead > tr > th:first-child {
    width: 25%;
  }
  .table-scroll[data-cols="1"],
  .table-scroll[data-cols="2"],
  .table-scroll[data-cols="3"] {
    width: 100%;
  }
  /* 2019/07/15 */
  .table-scroll[data-cols="4"] {
    width: 100%;
  }
  .table-scroll-us[data-cols="4"] {
    width: 150%;
  }
  .table-scroll[data-cols="5"] {
    width: 166.66666667%;
  }
  .table-scroll[data-cols="6"] {
    /* width: 200%; */
  }
  .table-scroll[data-cols="7"] {
    width: 233.33333333%;
  }
  .table-scroll[data-cols="8"] {
    width: 266.66666667%;
  }
  .table-scroll[data-cols="9"] {
    width: 300%;
  }
  .table-scroll[data-cols="10"] {
    width: 333.33333333%;
  }
  .table-scroll-left {
    right: 75%;
  }
}
@media (min-width: 1600px) {
  .table-scroll-container-inner {
    margin-left: 20%;
  }
  .table-scroll[data-cols] > tbody > tr > td:first-child,
  .table-scroll[data-cols] > tbody > tr > th:first-child,
  .table-scroll[data-cols] > tfoot > tr > td:first-child,
  .table-scroll[data-cols] > tfoot > tr > th:first-child,
  .table-scroll[data-cols] > thead > tr > td:first-child,
  .table-scroll[data-cols] > thead > tr > th:first-child {
    width: 20%;
  }
  .table-scroll[data-cols="1"],
  .table-scroll[data-cols="2"],
  .table-scroll[data-cols="3"],
  .table-scroll[data-cols="4"] {
    /*width: 380%;*/
  }
  .table-scroll[data-cols="5"] {
    width: 125%;
  }
  .table-scroll[data-cols="6"] {
    /* width: 150%; */
  }
  .table-scroll[data-cols="7"] {
    width: 175%;
  }
  .table-scroll[data-cols="8"] {
    width: 200%;
  }
  .table-scroll[data-cols="9"] {
    width: 225%;
  }
  .table-scroll[data-cols="10"] {
    width: 250%;
  }
  .table-scroll-left {
    right: 80%;
  }
}
/**
 * Configurations table
 * 
 * MSI website theme
 * @author Jeroen Butenaerts
 * @version 1.0
 * @package 
 */
.table-configurations {
  /* white-space: nowrap; */
  cursor: default;
  margin-bottom: 15px;
  max-width: none;
  table-layout: fixed;
}
.table-configurations img,
.table-configurations ol,
.table-configurations p,
.table-configurations ul {
  margin-bottom: 15px;
}
/* Configurations table structure */
.table-configurations > tbody > tr > td,
.table-configurations > tbody > tr > th {
  border-top: thin solid #404040;
  overflow: hidden;
  padding: 15px 20px;
  word-wrap: break-word;
}
.table-configurations > tbody > tr:last-child > td,
.table-configurations > tbody > tr:last-child > th {
  border-bottom: thin solid #404040;
}
.table-configurations > tbody > tr > td + td {
  border-left: thin solid #404040;
}
.table-configurations > tbody > tr > td > .h2 {
  margin-bottom: 10px;
}
.table-configurations > tbody > tr.info > td,
.table-configurations > tbody > tr.info > th,
.table-configurations > tbody > tr > td.info,
.table-configurations > tbody > tr > th.info,
.table-configurations > thead > tr.info > td,
.table-configurations > thead > tr.info > th,
.table-configurations > thead > tr > td.info,
.table-configurations > thead > tr > th.info {
  background-color: transparent;
  color: #f00;
  white-space: normal;
}
.table-configurations > tfoot > tr > td,
.table-configurations > tfoot > tr > th,
.table-configurations > thead > tr > td,
.table-configurations > thead > tr > th {
  border: none;
  position: relative;
  text-align: center;
}
.table-configurations > tfoot > tr > td:first-child,
.table-configurations > tfoot > tr > th:first-child,
.table-configurations > thead > tr > td:first-child,
.table-configurations > thead > tr > th:first-child {
  text-align: left;
  width: 50%;
}
.table-configurations > thead > tr > td > .table-configurations-info,
.table-configurations > thead > tr > th > .table-configurations-info {
  bottom: 10px;
  padding-left: 30px;
  position: absolute;
}
.table-configurations
  > thead
  > tr
  > td
  > .table-configurations-info
  > .icon-info,
.table-configurations
  > thead
  > tr
  > th
  > .table-configurations-info
  > .icon-info {
  margin-left: -16px;
}
@media (max-width: 767px) {
  .table-configurations > tbody > tr > td:first-child,
  .table-configurations > tbody > tr > th:first-child,
  .table-configurations > tfoot > tr > td:first-child,
  .table-configurations > tfoot > tr > th:first-child,
  .table-configurations > thead > tr > td:first-child,
  .table-configurations > thead > tr > th:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .table-configurations > tbody > tr > td:first-child,
  .table-configurations > tbody > tr > th:first-child,
  .table-configurations > tfoot > tr > td:first-child,
  .table-configurations > tfoot > tr > th:first-child,
  .table-configurations > thead > tr > td:first-child,
  .table-configurations > thead > tr > th:first-child {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .table-configurations > tbody > tr > td:first-child,
  .table-configurations > tbody > tr > th:first-child,
  .table-configurations > tfoot > tr > td:first-child,
  .table-configurations > tfoot > tr > th:first-child,
  .table-configurations > thead > tr > td:first-child,
  .table-configurations > thead > tr > th:first-child {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .table-configurations > tbody > tr > td:first-child,
  .table-configurations > tbody > tr > th:first-child,
  .table-configurations > tfoot > tr > td:first-child,
  .table-configurations > tfoot > tr > th:first-child,
  .table-configurations > thead > tr > td:first-child,
  .table-configurations > thead > tr > th:first-child {
    width: 20%;
  }
}
/* Configurations table: hover */
.table-configurations.table-hover > tbody > tr:hover {
  background-color: transparent;
}
.table-configurations.table-hover > tbody > tr:hover td,
.table-configurations.table-hover > tbody > tr:hover th {
  background-color: #202020;
}
.table-configurations.table-hover
  > tbody
  > tr:hover
  .table-configurations-scroll-left,
.table-configurations.table-hover
  > tbody
  > tr:hover
  .table-configurations-scroll-right {
  background-color: transparent;
}
/* Configurations table: links */
.table-configurations a {
  display: inline-block;
  transition: color 200ms ease-out;
}
.table-configurations a.hover,
.table-configurations a:hover {
  color: inherit;
  text-decoration: none;
}
.table-configurations a .icon-arrow-right {
  border-style: solid;
  border-width: thin thin 0 0;
  display: inline-block;
  height: 7.07px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  transition: margin 200ms ease-out;
  width: 7px;
}
.table-configurations a .icon-arrow-right:before {
  box-shadow: inset 0 0 0 32px;
  content: "";
  height: 1px;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: -1px;
  transform: rotate(-45deg);
  transform-origin: right top;
  width: 9px;
}
.table-configurations a.focus .icon-arrow-right,
.table-configurations a:focus .icon-arrow-right,
.table-configurations a.hover .icon-arrow-right,
.table-configurations a:hover .icon-arrow-right {
  margin-left: 15px;
  margin-right: 5px;
}
@media (hover: none) {
  .table-configurations a.hover .icon-arrow-right,
  .table-configurations a:hover .icon-arrow-right {
    margin-left: 10px;
    margin-right: 0;
  }
}
/* Configurations table: typography */
.table-configurations ul {
  list-style: none;
  padding-left: 0;
}
.table-configurations ul li {
  padding-left: 15px;
  position: relative;
}
/* .table-configurations ul li:before {
	content: '\2022';
	display: block;
	font-size: 16px;
	left: 0;
	position: absolute;
} */
.table-configurations ul ul {
  margin-bottom: 0;
}
.table-configurations ul ul li:before {
  content: "\25e6";
}
.table-configurations .h1 {
  display: block;
  font-family: "DIN", sans-serif;
  font-size: 24px;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.table-configurations .h2 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  text-transform: uppercase;
}
.table-configurations .h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
/* Configurations table: icons */
.table-configurations[data-cols="1"] > thead .info {
  visibility: hidden;
}
.table-configurations .icon-info {
  border: 2px solid #f00;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  width: 16px;
}
.table-configurations .icon-info:before {
  background-color: #f00;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 8px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 8px;
}
.table-configurations .specicons {
  margin-left: -30px;
  margin-right: 10px;
}
/* Configurations table: no icons */
.table-configurations-noicons .h2 {
  padding-left: 0;
}
.table-configurations-noicons .specicons {
  display: none;
}
/**
 * Specifications table
 * 
 * MSI website theme
 * @author Jeroen Butenaerts
 * @version 1.0
 * @package 
 */
.table-specifications {
  cursor: default;
  margin-bottom: 15px;
}
.table-specifications img,
.table-specifications ol,
.table-specifications p,
.table-specifications ul {
  margin-bottom: 15px;
}
.table-specifications a {
  display: inline-block;
}
.table-specifications ul {
  list-style: none;
  padding-left: 0;
}
.table-specifications ul li {
  padding-left: 15px;
  position: relative;
}
.table-specifications ul li:before {
  content: "\2022";
  display: block;
  font-size: 16px;
  left: 0;
  position: absolute;
}
.table-specifications ul ul {
  margin-bottom: 0;
}
.table-specifications ul ul li:before {
  content: "\25e6";
}
/* Specifications table: typography */
.table-specifications .disclaimer {
  display: block;
  margin-top: 50px;
  opacity: 0.5;
}
.table-specifications .h2 {
  display: inline-block;
  font-family: "Open Sans", "sans-serif";
  font-size: 16px;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.table-specifications .h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
/* Specifications table: links */
.table-specifications a {
  transition: color 200ms ease-out;
}
.table-specifications a.hover,
.table-specifications a:hover {
  color: inherit;
  text-decoration: none;
}
.table-specifications a .icon-arrow-right {
  border-style: solid;
  border-width: thin thin 0 0;
  display: inline-block;
  height: 7.07px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  transition: margin 200ms ease-out;
  width: 7px;
}
.table-specifications a .icon-arrow-right:before {
  box-shadow: inset 0 0 0 32px;
  content: "";
  height: 1px;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: -1px;
  transform: rotate(-45deg);
  transform-origin: right top;
  width: 9px;
}
.table-specifications a.focus .icon-arrow-right,
.table-specifications a:focus .icon-arrow-right,
.table-specifications a.hover .icon-arrow-right,
.table-specifications a:hover .icon-arrow-right {
  margin-left: 15px;
  margin-right: 5px;
}
@media (hover: none) {
  .table-specifications a.hover .icon-arrow-right,
  .table-specifications a:hover .icon-arrow-right {
    margin-left: 10px;
    margin-right: 0;
  }
}
/* Specifications table: icons */
.table-specifications .specicons {
  display: block;
  float: left;
  margin-right: 10px;
}
.table-specifications > .row {
  border-bottom: thin solid #404040;
}
.table-specifications .row > [class*="col-"] {
  padding: 15px 20px 0 20px;
}
.table-specifications .row .row {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -15px;
}
@media (min-width: 992px) {
  .table-specifications > .row > [class*="col-"]:first-child {
    border-left: none;
  }
  .table-specifications > .row > [class*="col-"] {
    border-left: thin solid #404040;
    min-height: 50px;
  }
}
