

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    /*-ms-interpolation-mode: nearest-neighbor; */
    -ms-interpolation-mode: bicubic;
  }

}



/* .ul-res {
  padding: 0;
  margin: 0;
} */

.ul-res li {
  padding: 10px 0px;
  list-style-type: none;
}


.ul-res li a {
  color: #0A0094;
  letter-spacing: 0.01em;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

#main-content {
  background-color: #fff;
}

.applicationSearchDiv {
  background-color: #FFC836;
  padding: 5px;
  margin: 0px auto -6px auto;
  padding: 10px 0px;
}

.partnumber-decoration-gold {
  font-size: 16px;
}

.zoomContainer {
  margin-top: -20px;
}



.site-content .ast-container {
  display: block !important;
  max-width: none !important;
  margin-left: unset !important;
  margin-right: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
}

.container {
  color: #d9d9d9 !important;
}

.table {
  color: #d9d9d9 !important;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.productPageHeader h1 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 18px;
}

.zoomLens {
  z-index: 9999;
}

.productPageHeader h1,
.productPageHeader span {
  letter-spacing: 0.03em;
}

.noPhotoDivParent {
  padding: 0 15px;
}

.noPhotoDiv {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
}

.noPhoto {
  vertical-align: middle;
  display: table-cell;
  height: 302px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #000;
}

.beahead-intro-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0em !important;
  color:#000;
}

.beahead-intro-text p {
  font-size: 25px;
  font-weight: bold;
}

.latest-pro-container {
  padding: 20px 0px 100px 0px !important;
}

.latest-products-eachslide {
  text-align: center;
}

.latest-products-eachslide a {
  text-decoration: none;
}

#latest-products-eachslide a:hover h3,
#latest-products-eachslide a:hover h4 {
  color: #0A0094;
}

.latest-products-eachslide a,
.latest-products-eachslide p,
.latest-products-eachslide h3,
.latest-products-eachslide h4,
tbody tr td ,tbody tr td strong,th {
  /* letter-spacing: 0.01em; */
  letter-spacing: 0.03em;
}

.latest-products-eachslide h3 {
  font-size: 20px;
  font-weight: bold;
}

.latest-products-eachslide h4 {
  font-size: 15px;
  font-weight: 600;
}


.beahead-image-outer {
  border: 2px solid #DCDCDC;
}

/* .slick-beahead .beahead-image-outer:hover { */
  /* background: rgba(221, 169, 66, 0.3) !important; */
  /* height: 100%;
  opacity: 0.6; */
/* } */

.slick-beahead .beahead-image-outer:hover .beahead-image {
  opacity: 0.6;
}

.slick-beahead .bi-chevron-left {
  height: 15%;
  margin: auto;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 5%;
  font-size: 40px;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  cursor: pointer;
  transition: opacity .15s ease;
  font-weight: bold;
}




.slick-beahead .bi-chevron-right {
  height: 15%;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  width: 5%;
  font-size: 40px;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  cursor: pointer;
  transition: opacity .15s ease;
  font-weight: bold;
}

.slick-beahead .bi-chevron-left:hover,
.slick-beahead .bi-chevron-right:hover {
  color: #0A0094 !important;
}

.beahead-image {
  min-height: 270px;
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.beahead-image img {
  max-height: 210px;
}

.full-thumbnail-div .slick-slider {
  padding: 0px;
}

.full-thumbnail-div .slick-thumbnail button {
  background: unset;
  border: none;
  padding: 0px;
}

.full-thumbnail-div .slick-thumbnail {
  text-align: center;
  cursor: pointer;
}


.full-thumbnail-div .bi-caret-up-fill {
  position: absolute;
  top: -7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15%;
}

.full-thumbnail-div .bi-caret-down-fill {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15%;
}

.full-thumbnail-div .bi-caret-up-fill:hover,
.full-thumbnail-div .bi-caret-down-fill:hover {
  color: #0A0094;
}


.full-thumbnail-div .slick-prev::before,
.full-thumbnail-div .slick-next::before {
  font-size: 15px;
}


.full-thumbnail-div .slick-arrow.slick-disabled {
  display: none !important;
}

.thumbnail-div {
  text-align: center;
  background-color: #fff;
  margin: 0px 0px 10px 0px !important;
  height: 100px !important;
  vertical-align: middle;
  width: 100% !important;
  border: 2px solid #DCDCDC !important;
}

.add-border-thumbnail {

  border: 4px solid  #0A0094 !important;
  /* border: 4px solid #dca942 !important; */
}

.product-thumbnails {
  max-height: 90px;
}

.productImageThumbnailInsideModal {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.product-details-desc {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em !important;
  /* background-color: #080808; */
  padding: 15px 15px 30px 15px;
  color:#000;
}

.product-details-desc li {
  padding-left: 5px;
  letter-spacing: 0.01em;
  padding-bottom: 4px;
}

.product-details-desc ul {
  margin-left: 0px;
  padding-left: 18px;
}

.all_section_tabs .nav-pills {
  margin-left: 0px;
}


#productPageTabs>li {
  margin-right: 10px;
}

#productPageTabs>li:last-child {
  margin-right: 0;
}

#productPageTabs li a {
  text-decoration: none;
  background-color:  #0A0094;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px;
  outline: 0;
  letter-spacing: 0.03em;
}

#productPageTabs li a.active {
  background: #FFC836;
  color: #0A0094;
}

#productPageTabs li a:hover {
  background: #FFC836;
  color: #0A0094;
}


.table-titles {
  padding: 12px;
  background-color: #dca942;
}

.packagetable {
  color: #d9d9d9 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  color: #d9d9d9 !important;
}

.table,
td,
th {
  border: none !important;
}

#packagetableBody,
#interchangeTableBody {
  display: block;
  overflow: auto;
  max-height: 300px;
}

.table-common-int-spec thead,
.table-common-int-spec tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.container-fluid {
  margin-bottom: -15px;
  padding: 30px 0px 50px 0px;
}


tbody tr td {
  padding: 10px 20px !important;
  color: #606060;
}

/* .table-common-int-spec tr:nth-child(even),
.table2 tr:nth-child(even) {
  background-color: #080808 !important;
}

.table-common-int-spec tr:nth-child(odd),
.table2 tr:nth-child(odd) {
  background-color: #121212 !important;
} */


th {
  background-color: #061639 !important;
  padding-left: 20px !important;
}

.thumbnail-col {
  max-height: 450px;
}

#accordionProductPage .accordion-button {
  color: #0A0094;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.03em;
  border-radius: 0px;
}

#accordionProductPage .accordion-item {
  border: none;
  border-top: 1px solid #0A0094;
  border-radius: 0px;
}

#accordionProductPage .accordion-item:last-child {
  border-bottom: 1px solid #0A0094;
}



#accordionProductPage .accordion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
}

#accordionProductPage .accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 30px;
  background-image: none;
  font-weight: 100;
  color: #0A0094;
  transform: translateY(-4px);
  float: right;
}

#accordionProductPage .accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 48px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}



#accordionProductPage .accordion-button,
#accordionProductPage .accordion-item,
#accordionProductPage .accordion-button:hover,
#accordionProductPage .accordion-button:active,
#accordionProductPage .accordion-button:focus {
  background: unset;
}




#carouselExampleMobile .carousel-indicators {
  margin-bottom: 0rem;
  bottom: -30px;
}

#carouselExampleMobile .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #d5d5d5;
  opacity: 1;
}



#carouselExampleMobile .carousel-indicators .active {
  background-color: #0A0094;
}

.full-image-div {
  margin: auto;
  min-height: 430px;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid #DCDCDC;
}

.full-image-div .carousel-control-next,
.full-image-div .carousel-control-prev {
  width: 7%;
  height: 15%;
  margin: auto;
}

.full-image-div .carousel-control-next:focus,
.full-image-div .carousel-control-next:hover,
.full-image-div .carousel-control-prev:focus,
.full-image-div .carousel-control-prev:hover {
  background: unset;
}


.full-image-div .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23303030' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.full-image-div .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23303030' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.full-image-div .carousel-control-prev-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230C3C66' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.full-image-div .carousel-control-next-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230C3C66' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.roll-over-text {
  letter-spacing: 0.01em;
  font-size: 15px;
  font-weight: 500;
}

tbody tr td {
  padding: 10px 20px !important;
}

.social-icons {
  position: absolute;
  top: 300px;
  right: 0px;
}

.hidden-fields,
#url_partnumber,
#change_heading {
  display: none;
}


#productImageModal .productImageDivInside {
  min-height: 500px;
}


#productImageModal .productImageDiv img {
  max-height: 450px;
  max-width: 100%;
}

.productImageTableDiv {
  width: 100%;
  text-align: center;
}

.thumbnailsDivImg {
  margin-bottom: 16px;
  display: inline-block;
  height: 70px;
  width: 70px;
  border: 2px solid #ccc;
}

#productImageModal .productPageHeader {
  padding: 10px 15px 10px 40px;
  background-color: #FFC836;
}

.productPageHeader .modal-title {
  color: #0A0094;
  font-weight: 700;
  letter-spacing: 0.03em;
}

#productImageModal .btn-close {
  opacity: 1;
  float: right;
}

.product-thumbnails-modal {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  max-height: 60px;
}

.selectedImageThumbnail {
  border: 2px solid #dd991f;
  border-radius: 5px;
}

.datatable-searchbox {
  margin: auto !important;
}

.datatable-searchbox input {
  padding: 8px 20px !important;
}

.input-sm {
  padding: 5px !important;
}

.icon-box {
  height: 45px;
  width: 45px;
  background-color: #211d1f;
  font-size: 30px;
  margin-bottom: 5px;
  padding-left: 8px;
}

.icon-box:hover {
  background-color: #dca942;
  cursor: pointer;
}

.icon-box .bi {
  color: #82878c;
}

.icon-box:hover .bi {
  color: #ffffff;
}

.productPageTitles {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff;
  margin-bottom: 0px;
}





.productImageDivInside {
  text-align: center;
  max-height: 390px;
}

.pdf-anchor,
.pdf-anchor:hover,
.pdf-anchor:active {
  color: #dca942 !important;
  text-decoration: none;
  font-weight: bold;
}

.pdf-anchor:hover {
  text-decoration: underline;
}

.partnumber-decoration {
  pointer-events: none;
}

.partnumber-decoration,
.partnumber-decoration:hover {
  color: #0A0094;
}

.applicationTd {
  position: relative;
}

.comp-spec-common {
  background-color: #FFC836;
  height: 45px;
}



#applicationsMainDiv .dataTables_scrollHeadInner,
#applicationsMainDiv div.dataTables_scrollHead table.dataTable {
  width: 100% !important;
}

.commonbuyerguide .dataTables_scrollHeadInner,
.commonbuyerguide div.dataTables_scrollHead table.dataTable,
.comptable {
  width: 100% !important;
}

#comptable1_filter,
#comptable1 .dataTables_empty,
#comptable2_filter,
#comptable2 .dataTables_empty {
  display: none;
}


#applicationsMainDiv div.dataTables_wrapper div.dataTables_filter,
#comptabledivmobile div.dataTables_wrapper div.dataTables_filter {
  text-align: center;
}

#applicationsMainDiv div.dataTables_wrapper div.dataTables_filter input,
#comptabledivmobile div.dataTables_wrapper div.dataTables_filter input {
  height: 25px;
  text-align: center;
  width: 100%;
}

#applicationsMainDiv div.dataTables_wrapper div.dataTables_filter label {
  width: 25%;
}

#applicationsMainDiv .dataTables_scrollBody {
  border: 1px solid #959595;
  border-top: none;
  width: 100% !important;
}

.img_mouseover {
  display: none;
}

.img_mouseover {
  text-align: left;
  position: absolute;
  right: -350px;
  top: 25%;
  margin-top: -5px;
  padding: 0px;
  z-index: 2;
  border: 3px solid #999;
  border-radius: 10px;
  overflow: auto;
  width: 180px;
  height: auto;
  text-align: center;
  background: #ffffff;
}

#leftside {
  right: 230px;
  left: auto;
}

.img_mouseover img {
  max-width: 100%;
  float: left;
  padding: 0px;
}


.prod-desc {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 1rem;
}


/* mobile view */
.middle-bgcolor {
  background-color: #000000 !important;
  width: 5%;
}

.td-values {
  width: 20%;
}

.common-row-tables {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
  border: 1px solid #959595;
  border-top: 0px;
}

#comp-interchange-input {
  height: 25px;
  text-align: center;
  width: 100%;
}

#interchangeMainDiv .common-row-tables {
  max-height: 500px;
}

.table-common-int-spec {
  width: 100%;
}

.table-common-int-spec .td-first,
.table-common-int-spec .th-first {
  width: 60%;
}

.table-common-int-spec .td-second,
.table-common-int-spec .th-second {
  width: 40%;
}

.pdf-icon {
  display: inline;
}

.heading_resources {
  display: inline;
  font-size: 16px;
}


.commontabelsediv {
  border: 1px solid #959595;
  border-top: 0px;
}


.tsbtabpane {
  border: 1px solid #959595;
  border-top: none;
}


@media (min-width: 992px) {
  .brshoponline {
    display: block;
    margin-bottom: -5px;
    content: "";
  }
}

@media (min-width: 1200px) {
  .product-details-desc {
    padding: 15px;
  }

  #applicationsMainDiv thead,
  #applicationsMainDiv tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

}




@media (min-width: 1500px) {
  .product-details-desc {
    font-size: 16px !important;
  }

  .table-common-int-spec {
    width: 90%;
  }

  .left-div {
    padding-right: 0px;
  }

  .right-div {
    padding-left: 0px;
  }

  .beahead-image {
    padding: 40px;
    min-height: 300px;
  }

  .latest-products-eachslide h3 {
    font-size: 22px;
  }

  .latest-products-eachslide h4 {
    font-size: 18px;
  }
}




@media (max-width: 1280px) {

  .table-common-int-spec {
    font-size: 15px;
  }

  #productPageTabs li a {
    font-size: 16px;
  }

}


@media (max-width:1024px) {


  .moretext {
    display: none;
  }

  .moreless-div {
    width: 80%;
    height: 12px;
    border-bottom: 1px solid #0A0094;
    margin: auto;
  }

  .moreless-button,
  .moreless-button:hover,
  .moreless-button:visited,
  .moreless-button:focus {
    color: #0A0094;
    text-decoration: none;
    padding: 0 10px;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0.01em;
  }

}

@media (max-width: 767.98px) {



  .beahead-image img {
    max-height: 260px;
    width: auto !important;
  }

  
  .productPageHeader h1 {
    font-size: 26px;
  }

  .icon-box {
    display: none;
  }

  .noPhotoDivParent {
    padding: 0 15px;
  }

  .noPhoto {
    font-size: 20px;
  }

  .datatable-searchbox input {
    padding: 8px 0px !important;
    width: 65% !important;
  }

  .dataTables_wrapper .productPageTitles {
    font-size: 14px !important;
  }

  table td,
  table th {
    font-size: 12px;
  }

  #leftside {
    right: 50px;
  }

  .full-image-div {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .productImageDivInside {
    max-height: 310px;
  }

  .table-common-int-spec .td-first,
  .table-common-int-spec .th-first {
    width: 50%;
  }

  .table-common-int-spec .td-second,
  .table-common-int-spec .th-second {
    width: 50%;
  }


  .slick-beahead .bi-chevron-left {
    left: 5px;
    font-size: 30px;
  }


  .slick-beahead .bi-chevron-right {
    right: 5px;
    font-size: 30px;
  }

  .beahead-image-outer {
    width: 80%;
    margin: auto;
  }

  #applicationsMainDiv div.dataTables_wrapper div.dataTables_filter label,
  #comptabledivmobile div.dataTables_wrapper div.dataTables_filter label{
    width: 90%;
  }

}

@media (max-width: 320px) {

  table td,
  table th {
    font-size: 10px;
  }

  .datatable-searchbox input {
    padding: 8px 0px !important;
    width: 55% !important;
  }
}
