/* INVENTORY SEARCH. COPIED AND ABUSED FROM PRODUCT SEARCH */
/*
#inventory-check .button-row a {
    margin: 20px 10px 30px 20px;
}

#inventory-check {
    position: relative;
    background: #FFFFFF;
}

#inventory-check .search {
    position: relative;
    height: 85px;
    padding: 0 20px 0 0;

}

#inventory-check .search div#text {
    display: block;
    left: 19px;
    position: absolute;
    top: 35px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    overflow: hidden;
    height: 15px;
}

#inventory-check .search form {
    display: block;
    position: absolute;
    top: 21px;
    width: 100%
}

#inventory-check .search form input[name=s],
#inventory-check .search form input[name=email],
#inventory-check .search form input[name=query] {
    position: absolute;
    top: 30px;
    right: 0;
    background: url(../img/sprite_v1.png) #fff;
    border: 1px solid #a9abaa;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 10px;
    width: 63%;
    margin: 0 28px 0 0;
}

#inventory-check .search form input[type=submit] {
    position: absolute;
    top: 30px;
    right: 0;
    background: url(../img/sprite_v1.png) no-repeat 0 -72px;
    border: none;
    height: 24px;
    width: 28px;
}
*/

/* INVENTORY SEARCH. END */

/* SIDEBAR INVENTORY SEARCH */
.sidebar .inventory-search form {
    margin-left: -15px; /*revert global list margin*/
}

/* END */

.network-list-search select .headline {
    background-color: #C7DAF1;
    color: #003893;
    font-weight: bold;
}

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

.navigation-top-meta .links ul.language-switch p {
    color: #666666;
    display: inline-block;
    float: none;
    font-size: 11px;
    line-height: 15px;
    margin-left: 0;
    text-decoration: none;
}

/* cross reference */
#cross-section-top {
    background-color: #FFFFFF;
    padding: 20px 0 40px 20px;
}

#cross-section-top tr:first-child td:first-child {
    width: 150px;
}

#cross-section-top #select-label {
    float: left;
    margin-right: 30px;
}

#cross-section-top .page-header {
    margin-left: 0px;
    padding-left: 0px;
}

#cross-section-bottom .download-pdf {
    margin: 0px;
}

/* new/updated series */

div.new-pdf {
    min-width: 60px;
}

.new-pdf-de {
    background: url(../img/pdf_new_de.gif) no-repeat;
    height: 14px;
    margin: 2px 0 0 4px;
    position: absolute;
    width: 18px;
}

.new-pdf-en {
    background: url(../img/pdf_new_en.gif) no-repeat;
    height: 14px;
    margin: 2px 0 0 4px;
    position: absolute;
    width: 18px;
}

.new-pdf-ja {
    background: url(../img/pdf_new_ja.gif) no-repeat;
    height: 14px;
    margin: 2px 0 0 4px;
    position: absolute;
    width: 18px;
}

.new-pdf-zh {
    background: url(../img/pdf_new_zh.gif) no-repeat;
    height: 14px;
    margin: 2px 0 0 4px;
    position: absolute;
    width: 18px;
}

/* START TABLE Interest Profile */
table tbody tr.sub-header td {
    background: #c7daf1;
    border-left: 1px solid #fff;
    color: #003893;
    vertical-align: top;
    font-weight: normal;
}

table tbody tr.sub-header td:first-child {
    border-left: medium none;
}

table tbody tr.sub-header td label {
    color: #003893;
}

table thead tr.main-header th label {
    color: #003893;
}

/* END TABLE Interest Profile*/

/* Div element with a border */
div.deliminator-border {
    border-bottom: 1px solid #E5E5E5;
}

/* Icons for price and rohs */
.parameter-search table.default a.product-price {
    background: url(../img/price.gif) no-repeat;
    height: 14px;
    margin: -4px 0 0 6px;
    position: absolute;
    width: 18px;
}

#rohs-logo {
    background: url(../img/rohsLogo.jpg) no-repeat;
    height: 28px;
    line-height: 21px;
    margin: -10px 0 0;
    padding-left: 50px;
    position: absolute;
}

/* end */
/* empty navigation channels, This is not needed according to  https://jira.interone.de/browse/EPCOSZTDZ-634
.product-teaser .no-child {
    padding-left: 30px;
}
*/
/* end */

/* withdraw */
.withdraw-hidden {
    display: none;
}

.withdraw-visible {
    margin: -25px 0 0 230px;
    position: absolute;
    width: 385px !important;
    z-index: 999;
}

/* end withdraw */

/* login form */

.product-enquiry .box50 input[type="password"] {
    width: 318px;
}

.product-enquiry .box50 .message {
    font-weight: bold;
    padding: 0px;
}

/* login form */

.job-align-top {
    vertical-align: top;
}

/* css hack to handle richtext inclusion */
.datasheet .css-overwrite,
.datasheet .css-overwrite > div {
    width: 100%;
}

.myepcos-profile .error {
    color: rgb(215, 0, 0);
    padding: 0px;
}

/* fixing space between radios on newsletter archive search */
.product-enquiry input[type="radio"] {
    margin-right: 12px !important;
}

#dataForm #cstreet2 {
    margin: 10px 0px 0px !important;
}

#dataForm #cstreet3 {
    margin: 10px 0px 0px !important;
}

/* css for the publication list */
.article-snippet .article-publication-image {
    background: #fff;
    font-size: 0;
    line-height: 0;
    margin: 0 20px 20px 0;
    overflow: hidden;
    text-align: left;
    width: 131px;
}

.article-snippet .article-publication-image img {
    float: none;
    margin: 0;
}

p.as-link, span.as-link {
    padding-left: 28px;
}

li > span.as-link {
    padding-left: 28px;
    color: #666666;
    display: inline-block;
    max-width: 140px;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.hasChild  > span.as-link {
    padding-left: 0px;
}

pre {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

div.network-list-search-option {
    min-width: 170px;
    white-space: nowrap;
    float: left;
}

.product-teaser > div > span.like-link {
    float: left;
    max-width: 140px;
    padding: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}

a.inquiry {
    display: inline-block;
    height: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top: 1px;
    width: 16px;
}

div.product-family-group-headline {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #003893;
}

.application-guide-detail td table.table-empty-legacy tbody td {
    background: #ffffff;
    empty-cells: hide;
}

div.container sub, div.container sup {
    font-size: 75%;
}

div.zip-limit-error {
  display: none;
  padding-bottom: 15px;
  color: rgb(215, 0, 0);
}

a.toggleLink {
    color: #666;
    line-height: 19px;
    font-size: 12px;
    padding-left: 28px;
    padding-bottom: 14px;
    display: inline-block;
    text-decoration: none;
}

a.toggleLinkToggled {
    background: url(../img/sprite_v1.png) no-repeat -986px -1456px;
}

a.toggleLinkUntoggled {
    background: url(../img/sprite_v1.png) no-repeat -153px -1456px;
}

.product-teaser > ul > li > a.no-text {
    float: left;
    height: 16px;
    margin: 0 12px 0 0;
    padding: 0 0 0 16px;
}

.product-teaser li a.default-link {
    max-width: 140px;
    padding: 3px 0 0;
}

.product-enquiry #loginForm label.error {
    top: 0px;
}

.product-enquiry .shoppingCartButtonBox {
    position: relative;
    width: 660px;
    padding: 20px 20px 20px 20px;
    clear: left;
}

.article-list .article-snippet table tr td:first-child {
    width: 220px;
}

.nopage-header .page-header {
    padding: 0;
}

p.contentclass-standard--subheadline {
    font-weight: bold;
}

table select.select-parameter-search {
    width: 319px;
}

select#hitsPerPage {
    width: 181px;
}

/* Original Magnific Popup CSS */

.product-image-gallery a{
    outline: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #cccccc; }
.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

a.mfp-img{
    outline: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0 !important;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.75;
  filter: alpha(opacity=1);
  padding: 0 0 18px 10px;
  color: #e87513 !important;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  padding-right: 10px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 1; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #E87513;
  margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #E87513; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #E87513;
  margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #E87513; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 10px 40px;
  margin: 0 auto;
  background-color: #fff }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Extension Magnific Popup CSS */
.mfp-bar-container {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-text-bar {
  font-size: 12px;
  line-height: 18px;

}
.mfp-text {
  text-align: left;
  line-height: 18px;
  color: #666;
  word-wrap: break-word;
  padding-left: 10px;
}

.mfp-title {
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  padding-right: 0px;
}

.mfp-bottom-bar {
  bottom: 0px;
  top: auto;
}

.mfp-image img {
  max-height: 100px;
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text alignment */
.align--left {
    text-align: left;
}

.align--center {
    text-align: center;
}

.align--right {
    text-align: right;
}

.align--justify {
    text-align: justify;
}


