@charset "utf-8";
/* CSS Document */

/* Detail section of the PTM */
.ptm-detail {
}

.content-column h1, .content-column h2 {
    margin: 0;
    padding: 0;
}

    .content-column h2 a {
        text-decoration: none;
        color: var(--link-blue);
    }
    
    .content-column h2 a:hover {
        text-decoration: underline;
    }
    
 .content-column h2 {
  margin: 0 0 10px;
}  
    
 #rightColumn h3 {
  margin: 0 0 10px;
}    

/* This is the primary image on the PTM detail page */
.primary-image {
    float: left;
    margin: 0 15px 10px 0;
    border: solid 1px #ccc;
}

.rtl .primary-image {
    float: right;
    margin: 0 0 10px 15px;
}

.description {
    margin: 15px 0;
}

/* button links in the detail section */
.linked_button {
    padding: 0 5px;
    border: solid 1px #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 8px 8px 30px;
    background-image: url(/~/media/Images/Global/Glyphs/black-triangle-right.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px;
    color: var(--black);
    background-color: #eee;
    display: inline-block;
}

    .linked_button:hover {
        background-color: #ccc;
        border-color: #999;
    }

.rtl .linked_button {
    padding: 8px 30px 8px 8px;
    background-image: url(/~/media/Images/Global/Glyphs/black-triangle-left.png);
    background-position: right 5px top 6px;
}

/* This would be the section at the bottom of the PTM Detail page that displays the published date  */
.publish-date-section {
    padding-top: 10px;
}


/* .sidebar__section {
	width:200px;
	border:solid 1px #999;
}

.sidebar__title {
	color:#666;
	background-color:#eee;
	margin:0;
	padding:5px;
	border-bottom:solid 1px #999;
}

.related-videos-lower {
	padding:5px;
}

.related-video-img {
	width:100%;
	border:solid 1px #999;
} */

.publish-date-views {
	font-size:11px;
	padding: 5px 0 0 0;
	margin: 0;
}

/* .sidebar__content.related-videos-result:not(:last-of-type) {
	 margin-bottom:15px;
} */


div .linked_button {
  margin-top: 10px;
}

.subheader__share span {
  display: table-cell;
  vertical-align: middle;
}

.subheader__share img {
  max-height:21px;
  display:inline-table;
  vertical-align:bottom;
}

.subheader__share a {
  max-height:21px;
  display:inline-table;
}

.ptm-detail {
  display: table;
}

.ptm-detail__image {
  display: table-cell;
  border: solid 1px #999;
  margin: 0 15px 10px 0;
  float: left;
}

.rtl .ptm-detail__image {
  margin: 0 0 10px 15px;
}

.ptm-detail__text {
  display: table-cell;
  vertical-align: top;
  width: inherit;
}

.sidebar__section {
  margin-bottom: 10px;
}

.related-video-result-right {
  padding: 3px;
}

.related-video-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.related-videos-result {
  margin: 7px 0;
}

.related-videos-lower {
  display: flex;
  flex-flow: row wrap;
  padding: 0px;
  list-style: none;
}

 .related-videos-lower .sidebar__content {
  flex: 1 auto; 
  width: 200px;
  max-width: 100%;
  flex-grow: 1;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.sidebar__title ~.sidebar__content,
.related-video-result-right {
  padding: 5px 10px;
}

.related-video-result-right a {
  color: var(--black);
}

.sidebar__title ~.sidebar__content a {
  display: table;
}

.related-videos-title {
  margin-bottom: 7px;
}

.layout-twocolumn #rightColumn .sidebar__content > a {
  margin: 5px 10px 5px 10px;
  display: block;
}

.layout-twocolumn #rightColumn .sidebar__content span {
  margin: 5px 10px 10px 10px;
  display: block;
}

.product-table__table a.dk-btn__primary {
  color: white !important;
}

#leftColumn .dk-card {
  padding: 10px;
  display: table;
  margin: 10px 0;
}

.sidebar__content a {
  color: var(--black);
}

.dkdk .sidebar__content a {
  color: var(--link-blue);
}

#leftColumn .dk-card span {
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
  line-height: normal;
  padding-bottom: 10px;
}

#leftColumn {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#leftColumn .dk-card {
  width: 100%;
}

#leftColumn .dk-card .videoplayer #vjs_video_3 {
  width: 100%;
  height: auto;
  display:block;
}

.bc-player-S1l2jKEEVb_default {
  width: 100%;
  min-height: 557px;
  font-size: 14px;
  overflow: hidden;
}

.dk-card .videoplayer {
  margin-bottom: 14px;
}

@media (max-width: 768px) {

#leftColumn .dk-card .videoplayer #vjs_video_3 {
  width: 100%;
  height: 100%;
  position: relative;
  height: auto;
  display: flex;
}

.bc-player-S1l2jKEEVb_default {
  width: 100%;
  min-height: 365px;
  font-size: 14px;
  overflow: hidden;
}
  
}

@media (max-width: 1024px) {

.bc-player-S1l2jKEEVb_default {
  width: 100%;
  min-height: 347px;
  font-size: 14px;
  overflow: hidden;
}
  
}

@media screen and (max-width:768px) {
  
  .related-videos-lower {
    margin: 0 -5px;
  }

  .related-videos-lower .sidebar__content {
    margin: 5px;
  }
  
  .ptm-detail__image {
    float: none;
  }
}

@media screen and (max-width:500px) {
  
  .ptm-detail__image {
    margin: 5px auto;
  }
  
  .ptm-detail__image,
  .ptm-detail__text {
    display: table;
  }
  
}

/*  Table img fix  */

.product-table__image img {
  height: auto;
  width: 100%;
  max-width: 50px;
}

/*  Parts Table */

.product-table div {
  position: relative;
}

.product-table__pricingQuantity {
  position: absolute;
  right: 6px;
  top: -27px;
}

.rtl .product-table__pricingQuantity {
  position: absolute;
  right: unset;
  left: 6px;
  top: -27px;
}

@media (max-width: 500px) {

.product-table__pricingQuantity {
  position: sticky;
  left: 256px;
  top: 0px;
}

.rtl .product-table__pricingQuantity {
  position: sticky;
  left: unset;
  right: 256px;
  top: 0px;
}
    
}

.product-table__table th:nth-last-child(2) {
    min-width: 105px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
   font-size: 75px;
   top: 10px;
}

.dk-card .videoplayer {
  margin-bottom: 14px;
}

.dkdk .sidebar__content a {
  color: var(--link-blue);
  text-decoration: none;
}

.dkdk .sidebar__content a:hover {
  text-decoration: underline;
}

/*  Part Table Banner  */

.new-product__banner,
.new-digikey__banner {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #F74141;
    background-color: var(--red);
    color: #ffffff;
    color: var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    height: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -6px;
    right: 6px;
}

.new-digikey__banner span {
    white-space: nowrap;
}

@media (max-width: 1300px) {

.new-product__banner,
.new-digikey__banner {
    font-size: 10px;
    max-width: 100%;
}

}

@media (max-width: 500px) {

.new-product__banner,
.new-digikey__banner {
    top: -3px;
    right: 9px;
    max-width: 35%;
}

.new-product__banner,
.new-digikey__banner {
    font-size: 10px;
}

}
/*  Part Table Banner  */