body {
   margin: 0px;
   font-family:Arial;
}

#page_wrap {
    min-width:830px;
    margin:0 auto;
    /*background-color:azure;*/
    position:relative;
}

/*Header*/
#header{
    background-color:#ad1015;
    overflow:auto;
	position:relative;
    padding-bottom:4pt;
}

#header1{
    /*position:absolute;*/
    float:left;
}

#header h1{
    color:white;
    margin:0;
	margin-left:20px;

    font-size:1.4em;
    font-weight:normal;
	text-align: right;
}

#pdf-rendering-template{
    float:right;
    position:absolute;
	bottom:4px;
	right:4px;

}

/*Navigation*/
/*Dropdown nav*/
/*http://codepen.io/philhoyt/pen/ujHzd*/
#primary_nav_wrap
{
    margin:0;
	margin-top:15px;
	padding-left:10px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
    z-index:1000;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	background:#ad1015;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd;
}

#primary_nav_wrap ul li:hover
{
    background:#cf102d;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:hsla(34,85%,85%,1);
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}



/*Content Area*/
#content_area {
  clear: both;
  padding-top: 10px;
}

#content {
 margin:0.7rem;
}

	#content div.partner,
	#content div.language,
	#content div.geolocation,
	#content div.brand,
	#content div.category {
		margin-left:0.5rem;
	}

#content h2, #content p {
  padding: 0 10px 0 16px;
}
#content h2 {
  font-size: 3.0em;
  margin: 0;
}
#content p {
  font-size: 1.2em;
}

/*Side Bar*/
#sidebar {
  margin-left: 75%;
}
#sidebar h3 {
  font-size: 1.6em;
  margin: 0;
}
#sidebar li {
  font-size: 1.2em;
}
.block {
  border: 1px solid #000;
  padding: 10px;
  margin: 5px;
}

/*footer*/
#footer{
    clear:both;
}

#footer p{
    padding:10px 20px;
    color: black;
    font-size:small;
}

/*datasheet item*/
.datasheets{
    margin: 10px;
    padding:10px;
    clear:both;
    overflow:auto;
}

.breadcrumb-nav{
    border:10px solid red;
    background-color:red;
}

/*breadcrumb*/
.breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 12px Helvetica, Arial, Sans-Serif;
    padding-left:10px;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 55px;
	background: brown;                   /* fallback color */
	background: hsla(358, 83%, 37%, 1);
	position: relative;
	display: block;
	float: left;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(358, 83%, 37%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(358, 83%, 42%, 1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(358, 83%, 42%, 1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(358, 83%, 47%, 1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(358, 83%, 47%, 1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(358, 83%, 52%, 1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(358, 83%, 52%, 1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(358, 83%, 57%, 1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(358, 83%, 57%, 1); }
.breadcrumb li:nth-child(6) a       { background:        hsla(358, 83%, 62%, 1); }
.breadcrumb li:nth-child(6) a:after { border-left-color: hsla(358, 83%, 62%, 1); }
.breadcrumb li:nth-child(7) a       { background:        hsla(358, 83%, 67%, 1); }
.breadcrumb li:nth-child(7) a:after { border-left-color: hsla(358, 83%, 67%, 1); }
.breadcrumb li:nth-child(8) a       { background:        hsla(358, 83%, 72%, 1); }
.breadcrumb li:nth-child(8) a:after { border-left-color: hsla(358, 83%, 72%, 1); }
.breadcrumb li:nth-child(9) a       { background:        hsla(358, 83%, 77%, 1); }
.breadcrumb li:nth-child(9) a:after { border-left-color: hsla(358, 83%, 77%, 1); }
.breadcrumb li:nth-child(10) a       { background:        hsla(358, 83%, 82%, 1); }
.breadcrumb li:nth-child(10) a:after { border-left-color: hsla(358, 83%, 82%, 1); }
.breadcrumb li:nth-child(11) a       { background:        hsla(358, 83%, 87%, 1); }
.breadcrumb li:nth-child(11) a:after { border-left-color: hsla(358, 83%, 87%, 1); }

.breadcrumb li:last-child a {
	background: hsla(358, 83%, 92%, 1) !important;
	color: black;
	pointer-events: none;
 	cursor: default;
}
.breadcrumb li:last-child a:after {
	border: 0;
	content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(358, 83%, 92%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }


.flex {
	clear:both;
	display:flex;
	flex-wrap:wrap;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color:#ad1015;
	font-size:120%;
}

.datasheet-item {
    border: 2px solid #ad1015;
    padding: 0px;
	padding-bottom:15pt;
    margin: 10px 10px 10px 10px;
    width: 300px;
    min-height: 200px;
    display: block;
    position:relative;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
    font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:small;
    opacity:0.7;
}

    .datasheet-item:hover {
        margin: 9px 11px 11px 9px;
        box-shadow: 5px 5px 12px rgba(0,0,0,0.20);
        opacity:1;
    }

.thumbnail-image{
	float:left;
	width:100px;
    text-align:center;
	padding:13pt 0pt 3pt 3pt;
}

.datasheet-item-footer {
	float:right;
	width:190px;
    padding-bottom:0px;
	text-align:left;
}


	.datasheet-item-footer h5 {
		margin-bottom:0;
	}

.datasheet-name {
    display: block;
	background-color:#ad1015;
	color:white;
	padding:3pt;
}

	.datasheet-name a {
		color:white;
	}

.copylinkIcon {
	margin-top:0.75rem;
	position:absolute;
	bottom:2pt;
}

.copylinkIcon img{
    width:16px;
    height:16px;
    margin-top:4px;
    margin-right: 4px;
}

.thumbnail-image img{
    width:100px;
}

#content p.partcodes {
	word-wrap:break-word;
	margin:0;
	padding:0;
	font-size:10pt;
	line-height:14pt;
}

.datasheet-name a:link, a:visited {
    padding:2px 0px;
    text-decoration: none;
    display: inline-block;
    width:100%;
    bottom:0px;
	font-size:12pt;
	font-weight:bold;
}

#product-code-search {
	float:right;
	padding-left:10px;
}

#pdf-rendering-template-dropdown {
	float:right;
	padding-left:10px;
}

#form-options {
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	float:right;
	padding-left:10px;
	color: white;
	font-size:small;
}

#logo img {
	height:60px;
	margin-left:10px;
	margin-top:10px;
}


#PdfRenderingTemplate_txt_DatasheetSearch {
	padding:0px;
}

#PdfRenderingTemplate_pdfTemplateDropDown {
	padding:0px;
}

#versionCheckPanel, #feedbackFormPanel {
    max-width:650px;
    margin:20pt auto;
    border:2px double #ad1015;
    overflow:auto;
    padding:12pt;
}

.btn {

    background-color:#ad1015;
    border-radius:5pt;
    padding:12pt;
    text-decoration:none;
    display:inline-block;
}

.dsheetThumbnail {
    float:right;
    width:175px;
    border:1px solid #e4e4e4;
    box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}

#versionCheckPanel h2 {
    margin:10pt 0;
}

#versionCheckPanel h4 {
    color:#ad1015;
    margin:0;
}

.downloadOptions {
    position:absolute;
    top:90pt;
    right:40pt;
    clear:both;
}

    #zipDownloadOption a {
        color:#000;
        background:url(../Media/48x48zipicon.png) no-repeat;
        background-position:15pt 5pt;
        padding-left:52px;
        padding-top:10pt;
        display:block;
        border:2px solid #e4e4e4;
        border-radius:5pt;
        padding:18pt 15pt 18pt 53pt;
        opacity:0.5;
        font-family:arial;
        font-size:11pt;
        text-decoration:none;
    }

    #zipDownloadOption a:hover {
        opacity:1;
    }


	#combinedPDFOption a {
        color:#000;
        background:url(../Media/pdficon.png) no-repeat;
        background-position:15pt 5pt;
        padding-left:52px;
        padding-top:10pt;
        display:block;
        border:2px solid #e4e4e4;
        border-radius:5pt;
        padding:18pt 15pt 18pt 53pt;
        opacity:0.5;
        font-family:arial;
        font-size:11pt;
        text-decoration:none;
    }

    #combinedPDFOption a:hover {
        opacity:1;
    }



#windowOverlay {
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);
    top:0px;
    left:0px;
    z-index:100;
    display:none;
}


#feedbackWindow {

    width:550px;
    background-color:white;
    border:1px dashed black;
    margin:10% auto;

}

    #feedbackWindow .inner {
        margin:20pt;
        text-align:center;
    }

    #feedbackWindow .statusWindow {

        border:1px inset #e4e4e4;
        background-color:#f1f1f1;
        height:250px;
        overflow-y:scroll;
        display:none;

    }


img.checkIcon {
    vertical-align:middle;
    margin:0 10pt;
}

.latestVersionLink {
    display:inline-block;
    margin:10pt auto;
}


table.striped {
	width:100%;
	border-collapse:collapse;
}

	table.striped thead tr {
		background-color:#666;
		line-height:25pt;
		color:#fff;
	}

		table.striped thead tr th {
		text-align:left;
		padding-left:3pt;
		}

	table.striped tr:nth-child(even) {
		background: rgba(0,0,0,.02);
	}

	table.striped tr:nth-child(odd) {}

	table.striped tr td {
		border-bottom:1px solid #e4e4e4;
		padding-left:3pt;
	}