/*
===============================================
Shopping Tools - Model Compare - Detailed Chart
===============================================
*/

/* -------------------------------------------------------------------------------------------
01 Chart Legend ------------------------------------------------------------------------------
------------------------------------------------------------------------------------------- */

.st-ms-availability-legend dl {
    display: block;
    float: right;
    font-size: .8333333333333333em;
    margin: -8px 0 0;
    padding: 6px 8px;
    border-style: solid;
    border-width: 1px;
    background: #fff;
}

.st-ms-availability-legend dl * {
    display: block;
    float: left;
  height: 13px;
  line-height: 13px;
}

.st-ms-availability-legend dt {
  background: transparent none no-repeat scroll left top;
  margin: 0 4px 0 10px;
  text-align: center;
  width: 13px;
}

.st-ms-availability-legend dt:first-child {
  margin-left: 0;
}

.print .st-ms-availability-legend dt {
  background: none;
  font-size: 14px;
}

/* -------------------------------------------------------------------------------------------
01 Chart -------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------- */

.st-mc-chart table {
  border-collapse: separate;
  border-spacing: 0;
  float: none;
  margin: 0;
  width: 100%;
  display: table;
}

.st-mc-chart data.features {
  margin: 0;
}

.print .st-mc-chart>table {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* 01.a - Chart Header */

.st-mc-chart>table>thead.sticky {
  position: relative;
  z-index: 5;
  display: table;
}

/*.st-mc-chart > table > thead > tr > th > div
  {

    padding-top: 10px;
    margin-top:5px;
  }*/

.st-mc-chart>table>thead.sticky>tr>th>div,
.st-mc-chart>table .chart-header__row.sticky>td>div {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.st-mc-chart>table>thead.sticky table,
.st-mc-chart>table>.chart-header__row.sticky table {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 auto;
}

.st-mc-chart>table>thead div th,
.st-mc-chart>table>.chart-header__row div td {
  font-weight: normal;
  text-align: left;
  padding-top: 20px;
}

/* Model Selector */
.st-mc-chart .model-selector {
  vertical-align: top;
}

.st-mc-chart .model-selector>span {
  display: block;
  font-size: .9166666666666667em;
  margin-bottom: 4px;
}

.cllc-modal-mask {
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 1000;
}

.st-mc-top-elements .add-models ul,
.st-mc-print-overlay .print-models ul {
  list-style-type: none;
}

.st-mc-top-elements .add-models li,
.st-mc-print-overlay .print-models li {
  display: block;
  float: left;
  padding: 10px 15px 4px 15px;
  text-align: center;
  width: 107px;
  box-sizing: inherit;
}

.st-mc-top-elements .add-models strong,
.st-mc-print-overlay .print-models strong {
  display: block;
  margin-bottom: 4px;
}

.st-mc-top-elements .add-models span,
.st-mc-print-overlay .print-models span {
  display: block;
  font-size: .8333333333333333em;
}

.st-mc-top-elements .add-models .buttons {
  clear: both;
  padding: 7px 0 9px 0;
  text-align: center;
  white-space: nowrap;
}

/* Model Tab */
.st-mc-chart .model-tab {
  background: transparent none repeat-x scroll left top;


  margin: 0 1px 0 0;
  position: relative;
}


.st-mc-chart tr>:first-child+th .model-tab {
  margin-left: 0;
}

.st-mc-chart .model-tab>div {
  /*height: 68px;*/
  margin: 0 auto;
  /*  max-width: 240px;  */
  overflow: hidden;
}

.st-mc-chart .close-tab {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 3px;
  text-decoration: none;
}

.st-mc-chart .col-1 .close-tab {
  display: none;
}



.st-mc-chart .col-5 .model-image,
.st-mc-chart .col-6 .model-image,
.st-mc-chart .col-7 .model-image,
.st-mc-chart .col-8 .model-image,
.st-mc-chart .col-9 .model-image,
.st-mc-chart .col-10 .model-image,
.st-mc-chart .col-11 .model-image,
.st-mc-chart .col-12 .model-image,
.st-mc-chart .col-13 .model-image {
  display: none;
}

.st-mc-chart .col-5 .model-name,
.st-mc-chart .col-6 .model-name,
.st-mc-chart .col-7 .model-name,
.st-mc-chart .col-8 .model-name,
.st-mc-chart .col-9 .model-name,
.st-mc-chart .col-10 .model-name {
  width: 100%;
}

.st-mc-chart .col-11 .model-name,
.st-mc-chart .col-12 .model-name,
.st-mc-chart .col-13 .model-name {

  width: 70px;
}

.st-mc-chart .model-image img {
  display: block;
  margin: 0 auto 0 auto;
}

.st-mc-chart .model-name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.st-mc-chart .model-name strong {
  display: block;
  font-weight: normal;

}

.st-mc-chart .model-tab>span {
  display: none;
  padding: 2px 0;
  text-align: center;
}


.st-mc-chart .category {
  border-style: solid;
  border-width: 1px 1px 0 1px;
  text-transform: uppercase;
}

.st-mc-chart .category,
.st-mc-chart .sub-category {
  height: 25px;
  padding-left: 26px;
  text-align: left;
  font-weight: bold;
}

.st-mc-chart .category .gc-cta,
.st-mc-chart .sub-category .gc-cta {
  margin-left: 30px;
}



.print .st-mc-chart .category,
.print .st-mc-chart .sub-category {
  padding-left: 10px;
}

.st-mc-chart .sub-category,
.st-mc-chart .data td {
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

.st-mc-chart .data td {
  border-width: 1px 1px 0 0;
  padding: 10px 2px;
  text-align: center;
}


.st-mc-chart .features td {
  background: transparent none no-repeat scroll center center;
}


.col-11 .features td,
.col-12 .features td,
.col-13 .features td .st-mc-chart .features td:first-child {
  background: none;
}

.st-mc-chart .collapsed>tbody {
  display: none;
}

.st-mc-chart .has-desc {
  cursor: pointer;
}




/* Color Swatches */


.print .data tr:hover td:first-child,
.print .data tr:hover td,
.print .features .availability-0,
.print .features tr:hover .availability-0,
.print .st-mc-top-features td.availability-0,
.print .st-mc-top-features td.availability-0+td,
.print .features .availability-1,
.print .features tr:hover .availability-1,
.print .st-mc-top-features td.availability-1,
.print .st-mc-top-features td.availability-1+td,
.print .features .availability-3,
.print .st-mc-chart .features tr:hover .availability-3,
.print .st-mc-top-features td.availability-3,
.print .st-mc-top-features td.availability-3+td,
.print .features .availability-0,
.print .st-mc-top-features td.availability-0,
.print .st-mc-top-features td.availability-0+td,
.print .features .availability-1,
.print .st-mc-top-features td.availability-1,
.print .st-mc-top-features td.availability-1+td,
.print .features .availability-3,
.print .st-mc-top-features td.availability-3,
.print .st-mc-top-features td.availability-3+td {
  background: none;
}

.print .features .availability-0,
.print .st-mc-top-features td.availability-0+td,
.print .features .availability-1,
.print .st-mc-top-features td.availability-1+td,
.print .features .availability-3,
.print .st-mc-top-features td.availability-3+td {
  font-size: 22px;
}

.st-ms-side-util-nav {
  position: fixed;
  right: -45px;
  top: 25%;
  z-index: 5;
}

.st-ms-side-util-nav ul {
  padding: 2px 7px 0 7px;
  text-align: center;
  width: 31px;
  box-sizing: inherit;
}

.st-ms-side-util-nav li a {
  display: block;
  padding: 10px 0 8px 0;
}

.st-ms-side-util-nav a:before {
  display: block;
  padding-bottom: 5px;
}

/* ie8 fix*/
.lt-ie9.ie8 .st-ms-side-util-nav a:before {
  text-align: center;
}

#graphs-numbers-template-output .st-mc-graph-value sup.tooltip {
  font-size: .9em;
}

.st-ms-availability-legend .available-option {
  width: 17px;
}

.gc-carousel-left,
.gc-carousel-right {
  box-sizing: inherit;
  border-radius: 3px;
  font-size: 20px;
  height: 30px;
  padding-left: 3px;
  text-decoration: none;
  width: 18px;
  position: absolute;
  left: 153px;
  top: 45px;
  line-height: 29px;
}

.gc-carousel-right {
  right: -25px;
  left: auto;
  top: 45px;
}

.gc-carousel-left:hover,
.gc-carousel-right:hover {
  text-decoration: none;
  color: #fff;
}

.carousel-div {
  position: relative;
  margin: 0 auto;
  width: 940px;
  z-index: 2;
}

.model-name div span {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
}

.st-ms-side-util-nav .share {
  display: none;
}

.uncheck-all {
  margin-right: 10px;
}


.detailed-chart .sub-category {
  background-position: 17px center !important;
  padding-left: 36px;
}

.st-mc-chart .col-3 tfoot td {
  width: 27.1%;
}

.st-mc-chart .col-3 tfoot td:first-child {
  width: 18.9%;
}

.st-mc-chart .col-4 tfoot td {
  width: 20.35%;
}

.st-mc-chart .col-4 tfoot td:first-child {
  width: 18.7%;
}

.st-mc-chart .col-2 tfoot td:first-child {
  width: 18.8%;
}

.st-mc-chart .col-1 tfoot td:first-child {
  width: 18.6%;
}


.st-mc-chart table tbody .data td {
  background-color: #fff;
}

.st-mc-chart .features td:first-child {
  background-color: #fff;
}

.st-mc-top-elements {
  margin-bottom: 9px;
}

.st-mc-zip-code-form a {
  font-size: 12px;
  line-height: 15px;
}

a.st-mc-button-quick-look {
  text-decoration: underline;
}

.st-mc-graph-col .st-mc-toggle a {
  padding: 3px 8px;
}

.st-mc-graph-col .st-mc-toggle li {
  margin-left: 0;
}
