body {
  font-family:Verdana;
  font-size:11pt;
  margin:0;
  padding:40px 0 0 0; /* offset menu height */
  background-color: white;

}

body.noPad {
  padding:0px;
}

body.errorScreen {
  background-color: white;
  border: 1px solid red;
  margin:2px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:20px;
  padding-right:20px;

}

/* Main heading of the page is full width and appears abover all other divs */
h1 {
    text-align:center;
    display:block;
}

h1.slim {
  padding:2px;
  margin:2px;
}

h1,h2,h3,h4 {
    font-weight: normal;
    color: rgb(52,52,52);
}


h2 {
  margin-bottom:8px;
}

h2.firstHeading {
	margin-top:0px;
}

h3 {
  margin-bottom:5px;
}

h4 {
    margin-bottom:0px;
    margin-top:6px;
}

.max-width {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

p.centered {
  text-align: center;
}

p.bold {
    font-weight: bold;
}

p.tableSetLegend {
  margin-top:0px;
  text-align: center;
  color: #000060;
  margin-bottom: 5px;
}

legend {
    font-weight: normal;
    color: #000060;
    font-size: 13pt;
}

input {
    font-size: 10pt;
    padding: 2px;
    border-width: 1px;
    border-color: gray;
    border-style:solid;
    margin-top:2px;
    margin-bottom:2px;
    padding-left:6px;
    border-radius: 5px;
	vertical-align:middle;
}

input[type='color'] {


  border:1px solid grey;
  border-radius: 0px;
  vertical-align:middle;
  padding: 0px;
  height:18px;
  width:40px;
  margin:2px;

}

input.serious {
    border-color: red;
}

input.picturePicker {
	border-style:none;
}

.suspectData {
  border-style:solid;
  border-color:red;
  border-width:2px;
  border-radius: 5px;
}

.contendedData {
  border-style:solid;
  border-color:#31A3DD;
  border-width:2px;
  border-radius: 5px;
}

td.chosenData {
  background-color: #dfd;

}

textarea {
    box-sizing: border-box;
    margin-left: 0px;
    border-width: 1px;
    border-color: gray;
    border-style:solid;
    margin-top:2px;
    margin-bottom:2px;
    padding-left:6px;
    border-radius: 5px;
    font-size:10pt;
	vertical-align:middle;

}

tr.urgent {
	background-color: rgba(255, 183, 163, 0.27);
}

td.urgent {
	background-color: rgba(255, 183, 163, 0.27);
}

td > textarea {
    border-width:0px;
    margin:0px;
}

table.highlightOnRow > tr:hover {
  background-color:#e0ffe0;
}

table.highlightOnRow > tr > td.Clickable {
   cursor:pointer;
}


/* Align start of text in text area with combo boxes in same table */
td > textarea.comboPartner {
    margin-left:3px;
}

select {
    margin: 2px;
    padding-top:2px;
    font-size:10pt;
}

div.Notes {
	font-size:10pt;
}

.SmallPrint {
    font-size:6pt;
}

div.bar {
  font: 11px sans-serif;
  background-color:steelblue;
  text-align: right;
  padding: 2px;
  margin: 2px;
  color: white;
  text-align: left;
}

div.dataTable {
    display:inline-block;
    vertical-align: top;
    margin-right:30px;
    margin-top:10px;
}

div.dataTableColumn {
    display:inline-block;
    vertical-align: top;
    margin-right:30px;
    margin-top:0px;
}


div.formBlock {
    display:inline-block;
    vertical-align: top;
    margin-right:10px;
    margin-top:10px;
}

div.checkboxArea {
    display:inline-block;
    vertical-align: top;
}

div.inlineRadioButtons {
    display:inline-block;
}

div.pageBody {
    display:inline-block;
    margin:auto;
    margin-top: 0px;
	width:100%;
	min-width:800px;
	position:relative;

} 

div#UnsupportedBrowserMessage {
  border:2px solid red;
  text-align:left;
  margin:auto;
  padding:10px;
  max-width: 1100px;
}

div#TermsOfUseUpdate {
  border:2px solid blue;
  text-align:left;
  margin-left:20px;
  margin-right:20px;
  padding:10px;
  max-width: 1100px;
}

div#AccountEmailUnconfirmed {
  border:2px solid blue;
  text-align:left;
  margin-left:20px;
  margin-right:20px;
  padding:10px;
  max-width: 1100px;
}

div.centered {
	margin:auto;
	display:inline-block;
	text-align: center;
}

div.centeredBlock {
  text-align:center;
}

div.alignRight {
  text-align: right;
}

div.pageBodyNM {
    display:inline-block;
    margin:auto;
    margin-top: 0px;
}

div.coreContent {
	padding-left:20px;
	padding-right:20px;
	text-align: left;
  display:inline-block;
}



div.coreContentWide {
  padding-left:20px;
  padding-right:20px;
  text-align: left;
  display:block;
}


div.coreContent.centered {
	text-align: center;
}



#cadToolList {
	border-top:solid 1px rgb(102,153,0);
	width:auto;
  min-width:300px;
	min-height:30px;
	margin:auto;
	padding:8px;
	position:relative;
	display:table;
  /*max-width: 1200px;*/
}


#cadToolConnector {
	border-style: none;
	border-left-style:solid;
	border-width:1px;
	border-color:rgb(102,153,0);
	padding-bottom:0px;
	width:220px;
	height:60px;
	padding:0px;
	margin:auto;
	margin-top:0px;
}



img.CAD_ToolIcon {
	max-width:75px;
	max-height:60px;
	margin:10px;
	margin-top:3px;
	margin-bottom:3px;
	vertical-align:middle;
}

#ADLLIcon {
  max-width:200px;
  max-height:70px;
}

#benefitBoxSet {
	display:inline-block;
	margin:0px;
	font-size:8pt;
	margin:40px auto 0 auto;
	text-align:initial;
	padding-bottom:0px;
}

div.benefitBox {
	display:inline-block;
	height:85px;
	margin:10px;
	margin-bottom:0px;
	text-align:center;
	vertical-align:top;
	width:87px;
}

span.benefitBoxText {
	display:block;
	height:30px;
	margin:0px;
	margin-top:15px;
	padding:0px;
	font-size:25pt
}

span.benefitBoxSubtext {
	display:block;
	margin:0px;
	padding:0px
}

span.homePageText {
	color:rgb(68,68,68);
	display:block;
	text-align:center;
	font-size:11px;
	margin-top:4px;
}

#BB_Images {
	border-style:solid;
 	border-color:rgb(173,173,173);
	border-width:1px;
	height:85px;
}

#BB_PCB {
	background-color:rgb(102,153,0);
	color:white;
}

#BB_Datasheets {
	background-color:rgb(234,76,58); 
	color:white;
}

#BB_Suppliers {
	background-color:rgb(112,48,160);
	color:white;
}

#BB_Stock {
	background-color:rgb(0,112,192);
	color:white;
}


label {
    margin-right: 10px;
    display: inline-block; /* Need this to give labels a specific size */
    vertical-align: middle;
    font-size:10pt;

}

label.CheckboxLabel {
    border-radius:3px;
    padding:2px;
    margin:0px;
    width:200px;
}

label.CheckboxLabel:hover{
    background-color:#e0ffe0;
}

td.Obsolete {
    color:gray;
}

td.Disabled {
    color:gray;
}

td.Warning {
  background-color:#8C001A;
}


tr td:first-child.Highlight {
  border-left:2px solid blue;
}

tr td:last-child.Highlight {
  border-right:2px solid blue;
}

tr td.Highlight {
  border-top:2px solid blue;
  border-bottom:2px solid blue;
}

td.CaseWarning {
  background-color:#FFFF99;
}

a.Obsolete {
    color:gray;
}

label.size1 {width:200px;}
label.size2 {width:140px;}
label.size3 {width:190px;}
label.size4 {width:170px;}
label.size5 {width:70px;}

label.radioButtonLabel1 {width:100px; font-size:11pt;}


label.size02 {width:20px;}
label.size06 {width:60px;}
label.size08 {width:80px;}
label.size10 {width:100px;}
label.size12 {width:120px;}
label.size14 {width:140px;}
label.size15 {width:150px;}
label.size16 {width:160px;}
label.size22 {width:220px;}
label.size30 {width:300px;}
label.size35 {width:350px;}
label.size383 {width:383px;}
label.size40 {width:400px;}
label.size60 {width:600px;}

label.size06nm {
    width:60px;
    margin-right:2px;
}

label.size01nm {
  width:10px;
  margin-right:2px;
}



label.compulsory {
	font-weight: bold;
}


label.size14b {width:140px;text-align:center;}

input.size01 {width:20px;}
input.size04 {width:40px;}
input.size20 {width:200px;}
input.size18 {width:180px;}
input.size22 {width:220px;}
input.size225 {width:225px;}
input.size283 {width:283px;}
input.size1 {width: 150px;}
input.size2 {width: 60px;}
input.size3 {width: 400px;}
input.size4 {width: 250px;}
input.size340 {width: 340px;}
input.size5 {width: 455px;}
input.size490 {width: 490px;}
input.size6 {width: 600px;}
input.size7 {width: 70px;}
input.size106 {width: 106px;}
input.size11 {width: 110px;}

input.size6od {
  width: 600px;
  box-sizing: border-box;
}

input.sequence1 {
    width: 40px;
    margin-right:10px;
}

input.PinoutTableLoc {
  width:45px;
  text-transform: uppercase;
}
input.PinoutTableName {
  width:170px;
  text-transform: uppercase;
}
input.PinoutTableBank {width:45px;}
input.PinoutTableCoordinate {width:45px;}
input.PinoutTableInteger {width:30px;}

input.chartOption {
  margin-left: 10px;
}

img.size2 {
  max-width: 200px;
  max-height:200px;
}

span.DPIbooster {
  display:inline-block;
}

img.DPIinc2x {
  width:50%;
}

img.DPIinc4x {
  width:25%;
}

fieldset.size1 {min-width:640px;}
fieldset.size2 {min-width:800px;}
fieldset.size70 {min-width:700px;}
fieldset.size77 {
  margin-top:10px;
  min-width:770px;
  padding-bottom:10px;
}

fieldset.L2 {
  margin-top: 0px;
  border-radius: 5px;
}

fieldset.L2 legend {
  font-size: 14px;
  color: black;
}

input.comboPartner {
    height: 15pt;
    margin-left:2px;
    padding-top:1px;
    padding-bottom:1px;
}

textarea.comboPartner {
    margin-left:3px;
}


/* Blend input with combo boxes in same table*/
td > input.comboPartner {
    height: 15pt;
    margin-left:2px;
    padding-top:1px;
    padding-bottom:1px;
}

hr {
  border-style: solid;
  border-width: 1px;
  border-bottom-style:none;
}

select.size1 {width: 250px;}
select.size106 {width: 106px}

textarea.size3 {min-width: 400px;min-height:50px;}
textarea.size5 {min-width: 510px;}
textarea.size6 {min-width: 600px;}
textarea.size6l {min-width: 600px;min-height:100px;}
textarea.size6h05 {min-width: 600px;min-height:50px;}
textarea.size6h3 {min-width: 600px;min-height:300px;}
textarea.size7l {min-width: 689px;min-height:200px;}
textarea.size10l {min-width: 1000px; min-height:300px;}
textarea.sizeFWh3 {width: 100%;min-height:300px;}


.Banner1 {
  font-size: 16pt;
  margin:auto;
  position:relative;
}

.GoodNews {color:DarkGreen;}
.BadNews {color:DarkRed;}
.Error {color:DarkRed;}
.SeriousError {
	color:DarkRed;
	font-size:16pt;
	border:1px solid red;
	display:inline-block;
	padding:5px;
  text-align:center;
}

/* For really hard to miss messages apply this to a div and place message as regular text in that div */
.InYourFaceBadNews {
	color:DarkRed;
	font-size:20pt;
	border:1px solid red;
	padding:20px;
  text-align:center;
  margin:10px;
  background-color: #fff0f0;
}


.Contended {color:#31A3DD;}
.IgnoredData {color:rgb(200,200,200);}
.Warning {color:#FF9966;}
span.SmallPrint {font-size:8pt;}
span.Note {font-size:9pt;}
span.InputNote {
  font-size:10pt;
  font-style: italic;
}
span.Emphasis {font-weight:bold;}
span.StrongEmphasis {
  font-weight:bold;
  color:red;
}

span.spacer1 {
  display:inline-block;
  width:10px;
}

span.checkboxSet {
  display:inline-block;
}

div.banner {
  margin:0px;
  margin-bottom:5px;
}


fieldset {
    padding:4px;
    padding-left:8px;
    padding-bottom:8px;
    border:1px;
    margin:0px;
    border-radius: 4px;
    border-style: solid;
    margin-bottom: 5px;
    margin-top: 5px;
    display:inline-block;
    background-color:#f8f8f8;
    vertical-align: top;
    margin-right:10px;
}

fieldset > input,fieldset > div > input {
  margin-top:5px;
  margin-bottom:5px;
}

/* To place buttons against the right edge of a fieldset */
input.right {
    float: right;
    margin-right:8px;
}

/***************************************
 *            Buttons                  *
 ***************************************/

input[type=submit],button {
    background-color: #F0F0F0;
    border-radius: 5px;
    margin-left:5px;
    font-size: 10pt;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 13pt;
}

input.fullName {   
    width: 200px;
    border-color: green;
    border-style: solid;
}

input.partialName {
    width: 200px;
    border: none;
}

button.inline {
    margin-left: 5px;
}

button.standAppart {
  margin-left:150px;
}

a.size1 {
  width:85px;
}

a.size2 {
  width:100px;
  text-align: center;
}

a.size3 {
  width:130px;
}

button.size12 {  width:120px;}
button.size14 {  width:140px;}

button.size1 {  width:85px;}
button.size2 {  width:100px;}
button.size3 {  width:120px;}

fieldset > select {
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}


button {
    margin-top:0px;
    margin-bottom:0px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
    text-decoration: none;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    -webkit-appearance: none;
}

button.needsAttention {
    background-color: #ffe0e0;
    border-color: red;

}

button.snapRight {
	position:absolute;
	right:0;
}

button a {
    text-decoration: none;
}

a.button, label.button{
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    display:inline-block;
    box-sizing:border-box;
    color:black;
    line-height:13pt;
    color:rgba(0, 0, 0, 0.847059);
}

a.narrowButton {
    margin-left: 1px;
    margin-right: 1px;
    margin-top:2px;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    text-decoration: none;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    display:inline-block;
    box-sizing:border-box;
    color:black;
    line-height:13pt;
}

.bigFriendlyButton {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
    background-color: rgb(71,144,245);
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(89,89,89);
    display:inline-block;
    box-sizing:border-box;
    color:black;
    min-width:150px;
    font-size:11pt;
    color:white;
    vertical-align: middle;
    line-height: 25px;
    text-transform: uppercase;
}

.mediumFriendlyButton {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
    background-color: rgb(71,144,245);
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(89,89,89);
    display:inline-block;
    box-sizing:border-box;
    color:black;
    min-width:100px;
    font-size:10pt;
    color:white;
    vertical-align: middle;
    line-height: 20px;
    text-transform: uppercase;
}


input.bigFriendlyInput {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(89,89,89);
    display:inline-block;
    box-sizing:border-box;
    color:black;
    font-size:11pt;
    vertical-align: middle;
    line-height: 25px;
    width:210px;
}



input.bigFriendlyInput.suspectData {
  border-style:solid;
  border-color:red;
  border-width:2px;
  border-radius: 5px;
}


input[type=submit].bigFriendlyButton {
    line-height: 25px;
   margin-left: 5px;
    margin-right: 5px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
    background-color: rgb(71,144,245);
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(89,89,89);
    display:inline-block;
    box-sizing:border-box;
    color:black;
    min-width:150px;
    font-size:12pt;
    text-transform:uppercase;
    color:white;
    vertical-align: middle;
    -webkit-appearance: none;
}

input[type=submit]:hover,button:hover ,a.button:hover, a.narrowButton:hover, label.button:hover, span.button:hover {
    background-color:#e0ffe0;
    cursor:pointer;
}

input[type=submit]:hover.bigFriendlyButton, button.bigFriendlyButton:hover, a.bigFriendlyButton:hover  {
    background-color: rgb(40,80,137);
    cursor:pointer;
}

span.button {
    margin-left: 5px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 10pt;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
}


@keyframes fader {
  from {
    border-color:green;
    box-shadow: 0px 0px 5px 10px #008000;
  }
  to {
    border-color:black;
  }
}

.lookAtMe {
    animation-name: fader;
    animation-duration: 1s;
    animation-iteration-count: 2;

}



/***************************************
 *            Table styling            *
 ***************************************/

table.invisible {
  border-width:0px;
  border-style:none;
}

table.narrow > tbody > tr > td {
  padding: 2px;
}

td.topdown {
  vertical-align: top;
}

td.column {
  font-size: 11pt;
}

table.invisible tbody tr td {
  border-width:0px;
}

table.invisible tbody tr td input:not([type='checkbox']), table.invisible tbody tr td textarea {
  border-width:1px;
  border-color: grey;
  border-style:solid;
  padding:2px;
  padding-left:5px;
  padding-top:1px;
  padding-bottom:1px;
}

table.grid tbody tr td {
    padding:2px;
    border-style:none;
}

table {
    border-spacing:0px;
    border-collapse: separate;
	border-radius:0;
}

table.userControls {
  display:inline-block;
  vertical-align: top;
  margin-right:20px;
}

table.userSummaryBlock {
  display:inline-block;
  vertical-align: top;
  margin-right:20px;
}

caption {
    padding-bottom: 5px;
    color: #000060;
}

td:not(.grid),th {
    border-spacing: 0;
    padding:10px 5px;
    border-right:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    border-left:0px solid #e4e4e4;
    border-top:0px solid #e4e4e4;
    font-weight:normal;
    font-size:10pt;
}

th {
  color: black;
  background-color:#f6f6f6;
}

/* separate row height for tables in field sets from tables in general */
fieldset > table > tbody > tr > td {
      padding:5px 4px;
}



td.barHolder {
    padding:0px;
    margin:0px;
}

td.newSection {
        border-top:2px solid #e4e4e4;
}

td.blockStart {
  border-left:2px solid #e4e4e4;
}

td.inputCell {
  background-color: white;
}

input.boxed {
    border: 1px solid black;
    padding:2px;
}


td > input {
    border-spacing:0;
    padding:0px;
    margin:0px;
    width:80px;
    border:0;
    text-align: left;   /* although numeric, easier to correct left alligned numbers using iPad */
}



table.grid > tbody > tr > td.grid {
  border-style:none;
  text-align: left;
  vertical-align: top;
  padding-right:25px;
}

table.grid > tbody > tr > td.gridH {
  text-align:center;
  border-style:none;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:25px;
}



td.grid > label {
  display:inline;
}

td.grid > input {
  display:inline;
}

table.grid {
  border-width:0px;
  border-style:none;
}


.Heading {
	background-color:#f6f6f6;
}



.Heading.Sorted {
  font-weight: bold;
}

#resultsTable th {
    /* background-color:#f0fff0; */
	 background-color:#f6f6f6;
}


/* Sortable table styling */
td.et > input {
   width:100%;
   height:100%;
   margin:0px;
}


/* Numbers need to be right justified */
td.Numeric {text-align: right;}
td.n {text-align: right;}

/* Rounded corners on the tables */
table tr:first-child td:first-child {border-top-left-radius: 0px;}
table tr:first-child th:first-child {border-top-left-radius: 0px;}
table tr:first-child td:last-child {border-top-right-radius: 0px;}
table tr:first-child th:last-child {border-top-right-radius: 0px;}
table tr:last-child td:first-child {border-bottom-left-radius: 0px;}
table tr:last-child td:last-child {border-bottom-right-radius: 0px;}
table tr th:first-child {border-left-width: 1px; border-style: solid ;}
table tr td:first-child {border-left-width: 1px; border-style: solid ;}
table tr:first-child td {border-top-width: 1px; border-style: solid ;}
table tr:first-child th {border-top-width: 1px; border-style: solid ;}


/* Tables look too busy if we allow hyperlinks to be underlined */
td a:not(.forceLinkDecoration):not(.unstyled) {text-decoration: none;}

td a{color:#000000}

td.srcRow {
  min-height: 0px;
  padding-top:0px;
  padding-bottom:0px;
}

div.srcDiv {
  border: 1px solid black;
  display: inline-block;
  margin-left:15px;
  margin-right:15px;
  margin-top:6px;
  margin-bottom:6px;
}

div.srcLogoDiv {
  display: inline-block;
  margin:0px;
  padding:0px;
}

div.srcTextDiv {
  display: inline-block;
  margin:0px;
  padding:0px;
  line-height: 15px;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 0px;
  width:140px;
  font-size: 8pt;
}

img.srcLogo {
  margin:2px;
  max-height: 15px;  
  vertical-align: top;
}

button.srcBB {
  border:none;
  border-radius: 0px;
  font-size: 8pt;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 10px;
  vertical-align: top;
  height:15px;
  color:white;
  margin:2px;
  margin-left:5px;
  text-transform: uppercase;
}


/* Packages Page */

div.packageCategoryBox {
    width:220px;
    height:264px;
    position:relative;
    display:inline-block;
    padding:5px;
    margin:5px;
    border-width:1px;
    border-style:solid;
    border-color:white;
    border-radius:10px;
}

div.packageCategoryBox:hover {
    border-color:blue;
}

div.keyLine {
  position:relative;
  text-indent:30px;
  margin:3px;
}

figure.imageGridCell {
    width:200px;
    height:254px;
    position:absolute;
    margin:0px;
    left:5px;
}



figure.imageGridCell figcaption {
  position: absolute;
  bottom:0px;
}


figure.imageGridCell img {
	max-width:200px;
	max-height:200px;
  position: absolute;
  margin:auto;
  top:0px;
  bottom:0px;
}

div.statusIndicator {
  width:12px;
  height:12px;
  border-radius:6px;
  display:inline-block;
  border-style:none;
  position:absolute;
  left:5px;
  bottom:68px;
}

div.calculatable {
  background:blue;  
}

div.webReady {
  background:green;
}

div.keyLine div.statusIndicator {
  bottom:0px;
  margin:2px;
}

div.codebox {
	border: 1px solid black;
	display: inline-block;
	padding:10px;
	font-family: 'courier-new';
}

div.cell {
	display: inline-block;
	vertical-align: top;
	padding:10px;
}

div.boxNoBorder {
  display: inline-block;
  vertical-align: top;
  padding:0px;
  margin:0px;
}

img.uploadedImage {
    max-width:300px;
}


aside {
    position:absolute;
    top:110px;
    right:5px;
}

aside.size1 {
  width:300px;
}

aside > a > img  {
  width:300px;
}

/***************************************
 *             Menu styling            *
 ***************************************/


nav {
   z-index: 4;  /* want the menus to drop down over the web page, not displace the web page down */
    position: fixed; /* position absolute required to make z-index take effect */
    top:0px;
    display:block;
	width:100%;

}
nav.menuBarGA {
	background:#eaeaea;
  max-height: 40px;
}
div#menuWrapperDiv {
 	display:block;
 	min-width: 850px;
  text-align: left;
	/*background-color: #ebebeb; */
}

/*
ul#GAloggedInMenu {
background:#eaeaea;
}
*/
ul#insightMenu {
  background:none;
}

div.menuDiv {
	display:inline-block;
	width:100%;
	line-height:40px;
}

div#accountMenuDiv {
	position:absolute;
	right:0px;
}

/* Menu list displayed as blocks going horizontally */
ul.menulist > li {
    display: inline-block;
    vertical-align: top;
    min-width: 10px;
    text-align: center;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    background: #ebebeb;
}

ul.NoteList > li {
  font-size: 10pt;
}

/* indent the menu the same as we move it down from the top */
ul.menulist:first-child {margin-left: 5px;}

/* Sub-Menu list displayed as blocks going vertically down */
ul.menulist > li > ul > li {
    display: block;
    min-width:200px;
    text-align:left;
    background: #ebebeb;

}

ul#GAloggedInMenu > li > ul > li {
    display: block;
    min-width:180px;
    text-align:left;
    background: #ebebeb;

}

ul.menulist {
	margin:0px;
}

/* Hide the sub menu until its needed */
ul.menulist > li > ul{
    display: none;
}

/* Menu hyperlinks */
li.menu > a {
    text-decoration: none;
    display: block;
    padding: 0px 9px;
    color: #333;
	transition:0.3s;
	text-transform:uppercase;
	font-size:12px;
}

li.parentMenu {
	width:80px;
}

li.menu > span {
    display: block;
    padding: 1px;
    padding-left:3px;
    padding-right:3px;
    color: #333;
    background: #d0d0d0;
	font-size:8pt;
	min-height:25px;
}

/* top level menu buttons */
ul.menulist > li > a {
		border-radius: 0px;
		color:#666;
}

ul.menulist > li > span {
		border-radius: 0px;
}

/* Show the submenu under the mouse */
ul.menulist > li:hover > ul {
    display: block;
    margin-top:3px;
}
/*

ul.menulist > li > ul > li:first-child > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.menulist > li > ul > li:last-child > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}*/

/* Highlight menu under mouse */ 
li.menu > a:hover {
    color: #fff;
    background: #606060;
}

div.heading {
    margin-top: 40px;
}

li.menu.menuLogin, li.menu.menuRegister  {
	float:right;
	padding:0;
	border-left:2px solid #fff;
}
li.menu.menuLogin a {
	color:#fff;
}
li.menu.menuLogin a:hover {
	background:#078dd2;
}
li.menu.menuRegister a {
	background:#343434;
	color:#fff;
}
li.menu.menuRegister a:hover {
	background:#111;
}
span.homeIcon {
 display:block;
  background: #333;
  display: inline-block;
  height: 5px;
  margin-left: 0px;
  margin-top: 18px;
  position: relative;
  width: 2px;
  padding:0 6px;
  transition:0s;
}
span.homeIcon:before {
  border-bottom: 8px solid #333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: -3px;
  position: absolute;
  top: -8px;
  width: 0;
}
li.menu > a:hover .homeIcon {
	background:#fff;
} 
li.menu > a:hover .homeIcon:before {
  border-bottom:8px solid #fff;
}

/* Keeping in case search logo is re-added */
.searchLogo {
	max-width:144px;
	opacity:0.8;
	display:block;
	margin:80px auto 0 auto;
	padding:0px; 
}
.searchTitle {
	 padding:0px; 
	 font-size:30pt;
	 font-weight:500;
	 margin:120px auto 10px auto;
	 line-height:30pt;
	 vertical-align:middle;
	 text-align:center;
	 font-family: 'Montserrat', sans-serif;
	 letter-spacing:0px;
}

span.greyText {
  color:#666;
}

.searchSubTitle {
	 padding:0px; 
	 color:rgb(97,97,97); 
	 font-size:13pt;
	 font-weight:300;
	 margin:0px auto 60px auto;
	 line-height:13pt;
	 vertical-align:middle;
	 text-align:center;
	 font-family: 'Lato', sans-serif;
	 letter-spacing:15px;
   text-transform: uppercase;
}
.searchBox {
	margin:40px auto 0 auto;
	max-width:640px;
}
.searchText {
	margin:0px;
	line-height:56px;
	padding:0 20px;
	width:75%;
	border-radius:0;
	font-size:18px;
	color:#666;
	border-color:#ccc;
	box-sizing:border-box;
	display:inline-block;
  -webkit-appearance: none;
}

#menuBarSearchInput {
  margin:0px;
  padding:0 10px;
  border-radius:0;
  font-size:12px;
  height:24px;
  color:#666;
  border-color:#666;
  box-sizing:border-box;
  display:inline-block;
  -webkit-appearance: none;
  margin-top:8px;
  vertical-align: top;
}

/* experiment - disables the focus highlight on the menu search box
#menuBarSearchInput:focus {
  outline: none;
}
*/

#menuBarSearchButton {
  border-radius:0;
  height: 24px;
  width: 24px;
  background: #666;
  border-color:#666;
  margin: 0px;
  box-sizing:border-box;
  margin-top:8px;
  vertical-align: top;
  display:inline-block;
 -webkit-appearance: none;
}


#Search {
	width:15%;
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	border-radius:0;
	line-height:56px;
	padding:0 20px;
	text-align:center;
	background:#333;
	cursor:pointer;
  vertical-align: middle;
}
#Search:hover {
	background:#111;
}

.magnifyingGlass
{
 font-size: 2em; /* This controls the size. */
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 border: 0.1em solid #fff;
 position: relative;
 border-radius: 0.35em;
 margin-bottom:-3px;
}

/* Smaller varient of the above for use in the menu bar */
.magnifyingGlass.mb {
   font-size: 1.5em; 
   padding:0px;
  margin-bottom:-1px;
}

.magnifyingGlass::before
{
 content: "";
 display: inline-block;
 position: absolute;
 right: -0.25em;
 bottom: -0.1em;
 border-width: 0;
 background: #fff;
 width: 0.35em;
 height: 0.08em;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
}

.searchOptions {
	margin:60px auto 00px auto;
}
.searchOptions select {
	padding:10px;
}


/* Search and Detail pages layout */



.hoverImage {
  max-height:400px;
  max-width:400px;
  display:none;
  background-color:lightyellow;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid gray;
  display: none;
  color: black;
  text-decoration: none;
}

td:hover .hoverImage {
  display: block;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 50px;
}


.thumbImage {
  max-height:35px;
  max-width:60px;
  width: auto;
}

.modelImageContainer {
  text-align:left;
  vertical-align: middle;
}

span.confSpan {
   vertical-align: top;
   display:inline-block;
   line-height: 30px;
   margin-left: 10px;
}

span.confSpan:hover:after {
	position: absolute;
	display:inline-block;
	padding: 5px;
	color: #333;
	bottom: auto;
 	background:rgb(240,240,240);
	box-shadow: 0px 0px 2px #222;
	font-size: 8pt;
	line-height: 10pt;
	text-align: left;
	white-space: pre;
	content: "Confidence Metric.\0a C0=Community contribution (no other users)\0a C1=Community contribution (used by at least 1 other)\0a C2=Manufacturer collaboration\0a C3=Community checked\0a C4=In house written\0a C5=Machine generated\0a C6 Manufacturer Approved.";
}

a.SrchDS {text-decoration: none; color: initial;}
/* #resultsTable a.SrchPN {}*/
a.WizLnk {text-decoration: underline; color: initial;}
span.BR { 
  display:inline-block;
  text-align: left;
  padding-left: 5px;
}

a.BR {
  display:inline-block;
  white-space: nowrap;
  margin:0px;
}

td.model {
  text-align: left;
}

.SrchDSIcon {
  cursor:pointer;
  max-height:30px;
  width: auto;
}
th.SrchHdr {
  text-align: center;
}

.Srch3DIcon {
  cursor:pointer;
  max-height:30px;
  width: auto;
}

.logoText { 
  font-family:serif; font-size:30px;
}

#searchResultsArea {
    text-align: center;
}
#statusArea {
    clear:both;
    text-align: left;
}
#detailPageHeading {
  font-size:30px;
}

#detailPageSummary {
    font-size:20px;
}

#resultsTable {
    margin:20px;
	color:#666;
}
#resultsTable a:not(.unstyled) {
	color:#666;
}

#resultsTable th {
    /* background-color:#f0fff0; */
	 background-color:#f6f6f6;
}


.buttonTable tr td:first-child {
	padding:0px;
	border:0px solid white;
}

#resultsNextLink {
    margin-bottom:20px;
    float:right;
}

#resultsPrevLink {
    margin-bottom:20px;
    margin-left:50px;
}

#resultsFirstLink {
    margin-bottom:20px;
    float:left;
}

.resultsArea {
  position: relative;
  /*left: 0px;
  top: 0px; */
}

.partArea {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

.detailImageColumn {
  display:inline-block;
  vertical-align: top;
}

.detailImageArea {
   text-align:left;
   vertical-align: top;
}

.detailDatasheetArea {
  float: left;
  text-align:center;
}

.detailImage {
  width:200px;
  margin:inherit;
  margin-bottom:0px;
  margin-right:20px;
}

.detailsArea {
  position:relative;
  display:inline-block;
}

.buttonTable {
	float: left;
	margin-top:10px;
	margin-left:10px;
}

.detailSupplierLogoAndButtonArea {
    display:inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.detailSupplierLogo {
  max-width: 200px; 
  max-height:100px;
  border-style:none;
  margin-top:0px;
  float:left;
  cursor:pointer;
}

.detailSupplierLogoArea {
  display:inline-block;
  width:200px;
  height:100px;
  vertical-align: top;
  margin-right: 20px;
}

.supplierButtonArea {
    display:inline-block;
    vertical-align: top;
}

.detailPartDescription {
  display:block;
}

.detailTableGroup {
  display: inline-block;
  vertical-align: top;

}


.actionButton {
  border-style:none;
  vertical-align:top;
  margin-left:30px;
  cursor:pointer;
  margin-top:3px;
}

.fakeLink {
  cursor:pointer;
  text-decoration: underline;
  color: blue;
}

.modelDownloadIcon {
  cursor:pointer;
  max-height:30px;
  width: auto;
}

.checkboxes {

    margin-top:10px;
    font-size:10pt;
}


.detailParametersColumn {
    display:inline-block;
    margin-right:20px;
    vertical-align: top;
    margin-left: 20px;
}

.detailParametersTable tr td:first-child {
    background-color:#f6f6f6;
}

.detailPricingColumn {
    display:inline-block;
    vertical-align: top;
}

.detailPricingTable tr th {
    background-color:#f6f6f6;
}


.detailPricingTable tr td:first-child {
    background-color:#f6f6f6;
}


.detailPricingColumn {
    display:inline-block;
}

hr.supplierSeparator {
  margin-top:20px;
  color:rgb(200,200,200);
}

.buttonGraphic {
	width:14pt;
	height:14pt;
	padding:0px;
	vertical-align:middle;
	margin-right:5px;
}

footer {
  text-align:center;
  margin-top:40px;
  font-size:8pt;
}

.pageFooter {
	width:100%;
	background:#1b1b1b;
	color:#bbb;
	padding:35px 0;
	text-align:left;
	box-sizing:border-box;
	line-height:22px;
}
.pageFooter a:link, .pageFooter a:visited {
	color:#eee;
	text-decoration:none;
}
.pageFooter a:hover, .pageFooter a:active {
	color:#fff;
	text-decoration:none;
}
.pageFooter h2 {
    color: #fff;
    margin-bottom:15px;
}
.footerContent {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #333;
}
.footerContent:after, .copyright:after  {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.textRight {
	text-align:right;
}
.colWrap {
	display:table;
	width:100%;
	margin:0 auto;
}
.colHalf {
	display:table-cell;
	width:50%;
}
.colQuarter {
	display:table-cell;
	width:25%;
}
.colSixth {
    display:table-cell;
    width:16.6%;
}
.copyright {
    color:#999;
}
.copyright a:link, .copyright a:visited {
    color:#999;
    text-decoration:none;
}
.copyright a:hover, .copyright a:active {
    color:#999;
    text-decoration:none;
}

button.partButton {
	width: 250px;
	margin: 4px;
	text-align: left;
	border-width:1px;
	border-style:solid;
	border-color:black;
	border-radius: 10px;
}

button.partButton:hover {
    border-width:2px;
    margin:3px;
    background-color:#e0ffe0;
}

#orphanedPackages {
	position: relative;
}

/* This all for the tree of checkboxes */

.treeChecks,
.treeChecks *
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeChecks label[for]::before,
.treeChecks label span::before
{
    content: "\25b6";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #e74c3c;
    font-size: 8px;
    line-height: 13px;
}

.treeChecks label.leaf[for]::before,
.treeChecks label.leaf span::before
{
    content: " ";
}

 
.treeChecks li ul
{
    margin: 0 0 0 22px;
}
 
.treeChecks *
{
    vertical-align: middle;
}
 
.treeChecks
{
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}
 
.treeChecks li
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
 
.treeChecks input[type="checkbox"]
{
    display: none;
}
 
.treeChecks label
{
    cursor: pointer;
}
 
.treeChecks label[for]::before
{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
 
.treeChecks label span::before
{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
 
.treeChecks input[type="checkbox"][id]:checked ~ label[for]::before
{
    content: "\25bc";
}

.treeChecks input.leaf[type="checkbox"][id]:checked ~ label[for]::before
{
	content: " ";
}
 
.treeChecks input[type="checkbox"][id]:not(:checked) ~ ul
{
    display: none;
}
 
.treeChecks label:not([for])
{
    margin: 0 8px 0 0;
}
 
.treeChecks label span::before
{
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
}

.treeChecks label input:checked + span::before
{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}

/*************************************************************
 * Rule Configuration style used in teditPackageCategory.php *
 *************************************************************/
label.RuleParameterName {
    width:140px;
}

ul.RuleList {
  margin:0px;
  padding-left: 0px;
}

li.RuleName {
  text-decoration: none;
  display: block;
  color: #000060;
  font-weight: bold;
}

li.RuleParameterAssignment {
    display: block;
}

textarea.RuleBindingMessage {
    width:600px;
    height:16pt;
}

input.RuleParameterValue {
    height:16pt;
    width:600px;
} 




div.titleBar > h1 {
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 20px;
}

/**********************************************************
* Menu Bar for regular logged in users                    *
**********************************************************/
/* Gets rid of the indent in the submenus stemming from their list origins */
nav ul {
    padding:0;
}

nav.menuBarGA > ul {
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 15px;
}

nav.menuBarGA > ul > li {
  width:90px;
  margin-left:5px;
}

#menuBarLogo {
  height:50px;
  display:inline-block;
  vertical-align: middle;
}


/**********************************************************
* Menu Bar for anonymous users (not logged in ones)       *
**********************************************************/


/**********************************************************
* Branding bar                                            *
**********************************************************/
/*
div#BrandBar {
  display:block;
  position:relative;
  padding:20px 0 0 0;
  border-bottom:18px solid #f6f6f6;
  margin-bottom:40px;
  background:#f6f6f6;
}
div#BrandBar .max-width{
  background:#fff;
}

div#BrandStrip {
    background-size: 1200px 120px;
    background-repeat: no-repeat;
}

div#BrandBar .max-width:after {
  clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
img#BrandBarLogo {
  max-height: 80px;
  padding:19px 20px 18px 20px;
}
div#BrandBarLogoBox {
  background:#fff;
  border-right:10px #f6f6f6 solid;
  float:left;
  height: 120px;
}
div#OurBit {
  float:right;
}

#SmallLogo {
  max-height: 45px;
  vertical-align: middle;
  padding:5px 5px 5px 0px;
  margin:0px;
  text-align:center;
}

#TagLine {
  font-size: 11px;
  line-height:21px;
  display:block;
  width:100%;
  box-sizing:border-box;
  padding:5px 10px 0 5px;
  text-transform:uppercase;
  text-align:center;
  color:#333;
}


.whiteText {
    color:#fff !important;
}

#Credit {
  font-size:10px;
  vertical-align: middle;
  padding:0px 0px 0px 10px;
  background:#f6f6f6;
}

*/


div#BrandBar {
  display:block;
  background:#f6f6f6;
  padding:20px 0 0 0;
  border-bottom:18px solid #f6f6f6;
  margin-bottom:40px;
  text-align: center;
}

div#BrandBarActiveArea {
  height:120px;
  max-width:1200px;
  overflow:hidden;
  white-space: nowrap;
  display:inline-block;
}

/* Helper to allow logo to be vertically centered within parent div.
 Works by vertically alligning centrally to this object that is full height */
div#BrandBarLogoBox:before {
    content: ""; 
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div#BrandBarLogoBox {
  vertical-align: middle;
  display:inline-block;
  background: white;
  margin-right:10px;
  position: relative;

}

img#BrandBarLogo {
  max-height: 80px;
  max-width:220px;
  padding:19px 20px 18px 20px;
}

img.BrandBarLinkedImg {
  cursor:pointer;
}

div#BrandBarGraphicBox {
  background:#fff;
  border-right:10px #f6f6f6 solid;
  max-height: 120px;
  min-width: 868px;
  display:inline-block;
  vertical-align: middle;
}
#BrandBarImage {
  max-height:120px;
}

/**********************************************************
* Registration Page                                       *
**********************************************************/


#companyLogo {
  width:50px;
  display:inline-block;
  vertical-align: middle;
}


/************************
* Personal details page *
*************************/
#bioDiv {
  display:block;
  margin-top:10px;
}

#bioArea {
  min-width:877px;
  min-height:300px;
}

div.fieldsetBlock {
  display:inline-block;
  vertical-align: top;
}

div.fieldsetBlock h3 {
  margin-top:3px;
  margin-bottom:5px;
  vertical-align: top;
}

div.fieldsetBlock label {
  margin-left:3px;
}

#LayoutToolsDiv {
  margin-left:25px;
}

#JobRoleID {
  font-size: 10pt;
  min-height:30px;
  background: white;
}

/***************************
* Public Part Details Page *
***************************/

#partDescription {
  max-width: 800px;
  font-size: 13px;
  margin:auto;
}

img.partImage {
  max-height: 200px;
  max-width: 300px;
}

div.partImageWrapper {
    display: flex;
    justify-content: center;
}

figure {
  font-size:13px;
}

.downloadIcon {
  max-height: 30px;
  vertical-align: middle;
}

#MembersDiv {
	background-color:rgb(102,153,0);
	width:200px;
	height:170px;
}

#NewUserDiv {
  background-color:rgb(52,52,52);
  width:200px;
  height:170px;
}

img.userTypeIcon {
	width:120px;
	height:120px;
  margin:-70px 0px 0px 0px;
  padding:0px;
}


div.userTypeDiv {
	display: inline-block;
	vertical-align: top;
	padding:10px;
	margin:10px;
}

span.DivLable {
	color:white;
	font-size:20px;
  text-transform: uppercase;
}

#downloadOptions {
  margin-top:65px;
  padding-top:0px;
}

img.partnerLink {
  width:458px;
}

div.imageCollection {
    
    justify-content: center;
    align-items: center;
    display:flex;
    flex-wrap:wrap;
}

div.previewImageHolder {
  display:inline-block;
  cursor:pointer;
  max-height: 220px;
  max-width: 300px;
  margin-right:20px;
}

.previewImageHolderNoLink {
  display:inline-block;
  max-height: 220px;
  max-width: 300px;
  margin-right:20px;
}

.previewImageHolderNoLink.size1 {
  height: 400px;
  max-width: 566px;
}

div#picture {
  /* Compensates for the lack of the 'Click to Zoom' legend */
    padding-bottom: 20px;
    margin-right:20px;
}

.previewControl {
  max-height: 30px;
  cursor:pointer;
}

.previewControl.button:hover {
  background: #e0ffe0;
  cursor:pointer;
}

#cadToolListPPP {
	width:auto;
	min-height:30px;
	margin:auto;
	margin-top:20px;
	padding:8px;
	position:relative;
	display:table;
  max-width: 500px;
}

#viewer3d {
  border:none;
  height:200px;
  width:300px;
}

#benefitBoxSetL {
	display:inline-block;
	margin:0px;
	font-size:8pt;
	margin:0px auto 0 auto;
	text-align:initial;
	padding-bottom:0px;
}

div.benefitBoxL {
	width:144px;
	height:144px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}

span.benefitBoxTextL {
	display:block;
	height:30px;
	margin:0px;
	margin-bottom:25px;
	margin-top:20px;
	padding:0px;
	font-size:35pt;
	color:white;
}

#STLViewerCanvas {
  display:inline-block;
}

#BackgroundInfo {
    text-align:left;
    max-width:800px;
    font-size:7pt;
    margin:auto;
}

/************************************************
* 3D Viewer Page                                *
************************************************/

#wrapper3dDiv {
  width:100%;
  height:600px;
  display:flex;
}

#wrapper3dWizDiv {
  width:568px;
  height:402px;
  display:inline-flex;
}

#viewer3dDiv {
  flex-grow:1;
  min-width:50px;
  border:1px solid black;
  margin:0px;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

#viewer3dControls {
  width:150px;
  height:100%;
  border:1px solid black;
  border-left:0px;
  display:inline-block;
  margin:0px;
  vertical-align: top;
  box-sizing: border-box;
  padding-left:5px;
  padding-right:5px;
  text-align:left;
}

.bigFriendlyButton.W100 {
  min-width: 100px;
}

h2.boxTitle {
  margin-top:5px;
}

#loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 33px;
  height: 33px;
  margin: -65px 0 0 -65px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

div.insetContent {
    padding-left:10px;
    padding-right:10px;
    position:relative;
    text-align:center;
}

img.moreInfo {
    margin-right:5px;
    max-width:140px;
    max-height:200px;
}

#moreInfoLink {
    padding-right:5px;
}

input.offsetSlider {
  height:300px;
  width:40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: slider-vertical;

}

input.offsetDisplay {
  width:40px;
  box-sizing: border-box;
  font-size: 9pt;
  padding-left:2px;
  padding-right:0px;
  text-align: center;
  margin-bottom:2px;
}

img.rotator {
  max-height:30px;
  box-sizing: border-box;
}

img.rotator:hover {
  cursor:pointer;
  background: #e0ffe0;
}

#offsetDispX,#rotationDispX {
  border:1px solid red;
}

#offsetDispY,#rotationDispY {
  border:1px solid green;
}

#offsetDispZ,#rotationDispZ {
  border:1px solid blue;
}

div.dimension {
  width:45px;
  display:inline-block;
  margin:0px;
}

div.rotors {
  margin-left:0px;
  margin-right:0px;
  margin-bottom:5px;
}

#globalControls {
  margin-left:5px;
  margin-right:5px;
  margin-bottom:10px;
}

#statusArea3D {
  text-align: center;
}
/**********************************************************
* Getting Started Page                                    *
**********************************************************/

#libLoaderInstructions {
  max-width: 370px;
}

#libLoaderInstructions ol li {
  margin-top:10pt;
}

#libLoaderInstructions p {
  margin-top:30pt;
}

#introLibLoaderIcon {
  margin-top:10px;
  max-height: 50px;
}
/**********************************************************
* Part Request Page                                       *
**********************************************************/

div.BuildOption {
  border-style:solid;
  border-width:1px;
  border-radius:15px;
  display:inline-block;
  max-width:540px;
  padding:10px;
  padding-top:0px;
  vertical-align: top;
  margin:5px;
}

label.requestLabel {
  color:lightgrey;
}

div.BuildOption h2 {
  margin:5px;
  margin-left:0px;
}

img.buildOptionIcon {
  width:120px;
  height:120px;
  margin:-70px 0px 0px 0px;
  padding:0px;
}


div.buildOptionDiv {
  display: inline-block;
  vertical-align: top;
  padding:10px;
  margin:10px;
  width:220px;
  height:290px; 
}

#searchDiv {
  background-color:rgb(255,127,0);


}

#buildDiv {
  background-color:#0097FE;
}

#requestDiv {
  background-color:#2E2E2E;
}


#PartRequestForm label {
  font-size:11pt;
}

img.packagePicture {
    max-width: 200px;
}

div.buildOptions {
  margin-top: 70px;
}

#manualMessageDiv {
  width:600px;
  text-align: left; 
  margin-bottom:20px;
}

#prRegister {
  background-color:#2E2E2E;
}

#partVideoPlayer {
  /*width:720px; height:405px;*/
  width:320px;height:200px;
  border-style:none;
}

div.cell.arrowSet {
  height:60px;
  position: relative;
  margin:0px;
  padding:0px;
  display:table-cell;
  vertical-align:middle; 
}

.bfarrow {
  height:55px;
  width:125px;
}


.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  background: #fff;
  border: 1px solid #0097FE;
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modalDialog > div > ol {
  text-align: left;
  font-size:13pt;
}

li.search {
  color: rgb(255, 127, 0);
}

li.build {
  color:  #0097FE;
}

li.request {
  color:  #2E2E2E;
}

ul.tablist {
    display:block;
    padding:0px;
}

li.tabheading {
  display:inline-block;
  background-color:#f0f0f0;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  cursor:pointer;
}

li.tabheading.selected {
    background-color:#c0c0c0;
}

li.tabheading.overload {
  background-color:#f05050;
}

li.tabheading:hover {
  color: #fff;
  background: #606060;
  /*background-color:#e0ffe0;*/
}


/****************************************************
* People Page                                       *
****************************************************/

#Name {
  margin:0px;
  margin-bottom:5px;
}

span.UserInfo {
  display:block;
  font-size: 11pt;
}

span.UserStatistic {
  display:block;
  font-size: 11pt;
}

#businessCardDiv {
  display:inline-block;
  border-style:solid;
  border-width:1px;
  border-radius: 10px;
  border-color:gray;
  background: #f0f0f0;
  padding:15px;
  vertical-align: top;
}

#keyInfoDiv {
  display: inline-block;
}

#photo {
  max-width: 300px;
}

#photoDiv {
  display:inline-block;
  margin-left: 30px;
  vertical-align: top;
}

#biography {
  font-family: Verdana;
  margin-top:5px;
}

span.userStatistic {
  font-size: 11pt;
}

label.UserStatisticLabel {
  font-size: 11pt;
}

input.justText {
  border:none;
  font-size: 11pt;
}

h2.boxHeader {
  margin-bottom:5px;
  margin-top:20px;
}


/****************
* Feedback Page *
****************/
#feedbackBox {
  width:800px;
  height:200px;
}

#feedbackIntro {
  display:inline-block;
  width:800px;
}

/*****************
* Downloads Page *
*****************/

img.productLogo {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}

img.inlineProductLogo {
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle;
}


h2.downloadSection {
  margin-top:40px;
}

/*********************************
* Library Loader Setup Page      *
**********************************/
ol.sectionList li {
  margin-top: 20px;
  font-size: 14pt;
}

figure.exampleImage {
  display:inline-block;
}
figcaption {
  text-align: center;
}

#ExampleCatalogImage {
	max-width:1000px;
}


/* For centering placeholders independantly of the text typed */
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

select {
  -webkit-appearance: menulist-button;

}


/* Markup to hide file selectors we dont want visible on the page. 
  Typically they are activated by clicks on associated label styled as a button */
.hiddenFilePicker {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
/****************************************************
* Footprint preview SVG styling                     *
****************************************************/
.footprintViewerDiv {
  width:600px;
  height:400px;
	border:1px solid black;
  display:inline-flex;
  flex-direction:row;
  margin:1px;
}

div.footprintCanvasDiv {
  flex:1;
  /*border:1px solid blue;*/
  height:100%;
} 

div.footprintLayersDiv {
  border-left:1px solid black;
  padding-left:5px;
  width:160px;
  text-align:left;
}


canvas.footprintPreviewCanvas {
  /*border:1px solid red;*/
  width:100%;
  height:100%;
}

ul.checkboxList {
  list-style-type:none;
  padding:0px;
}

ul.checkboxList li label {
  font-size:8pt;
  max-width:150px;
  margin:0px;
}

ul.checkboxList li input {
  margin-left:0px;
  position:relative;
}

.layerSquare {
  border: 1px solid black;
  width:10px;
  height:10px;
  display:inline-block; 
  vertical-align: middle;
  margin-right:2px;
}

.layerName {
  vertical-align: middle;
}

/**********************************
* Package Details Admin Page      *
**********************************/

#packageImageHolder {
  position:absolute;
  right:0;
  top:0px;
  padding-right:20px;
}


/************************
* Statistics Admin Page *
************************/
#notesDiv {
margin-right:10px;
}

div.chartDiv {
  display:inline-block;
  width:100%;
}
/************************
* Statistics Admin Page *
************************/
td.DC {
	vertical-align:top;
}


#partsList {
	display:inline-block;
}

h3.bar {
	width:100%;
	color: rgb(255,255,255);
	padding:5px;
}

#examples {
	background-color:rgb(100,100,100);
}

#examples a:hover {
	background-color:rgb(60,60,60);
}

div.CADformatList {
    max-width:850px;
    margin-top:20px;
}

/******************************
* Freeform Part Creator       *
******************************/

#uniCreatorOuterDiv {
  border:none;
  margin:1px;
  width:100%;
  display:block;
  position:relative;
  padding:0px;
  box-sizing: border-box;
}

#UCcanvasDiv {
  border:0.5px solid black;
  height:600px;
  display:inline-block;
  vertical-align: top;
  margin:0px;
  box-sizing: border-box;
}

#UCcanvas {
  width:100%;
  height:100%;
  margin:0px;
  outline: none;
}

#UCdataDiv {
  border:0.5px solid black;
  padding-left:5px;
  padding-bottom:5px;
  display:inline-block;
  vertical-align: top;
  margin:0px;
  box-sizing: border-box;
} 

#UCscreenSplitSlider {
  padding: 0; 
  box-sizing: border-box;
  width: 100%;
  margin:0px;
}

#UCglobals {
  min-width: 410px;
}

table.UCglobal {
  display:inline-block;
  font-size:10pt;
}

table.UCglobal td {
  font-size:8pt;
  padding:2px;
}

#UCgridProperties {
  display:inline-block;
  padding:0px;
  margin:0px;
}

#UCgridCheckboxes {
  vertical-align: bottom;
  margin:0px;
  margin-bottom:15px;
  padding:0px;
}

#UCsmallStatusArea {
  font-size:8pt;
  float:right;
  margin-top:30px;
  cursor:pointer;
  background-color: #fefefe;
  border:1px solid grey;
  border-radius: 3px;
  padding:2px;
}

div.UCpadBlock {
  margin-top:10px;
  min-width: 210px;
}

div#UChintArea {
  column-count:2;
}

td.UCdim input {
  width:50px;
}

td.UCGeD input {
  width:60px;
}

td.UCGeH {
  background-color:#F6F6F6;
}

td.UCRD input {
  width:60px;
}

td.UCGH,td.UCGD {
  padding: 2px;
}

table.UCobjectData {
  display:block;
  font-size:10pt;
}

table.UCobjectData caption {
  text-align: left;
}

table.UCobjectData td {
  font-size:8pt;
  padding:2px;
}

table.UCguidesTable caption {
  font-size:10pt;
  color: black;
  white-space: nowrap
}

div.UCsizeControlledDiv {
  max-height: 200px;
  overflow-y:auto;
  border:1px solid lightgrey;
}

img.freeformControlImage {
  max-height:30px;
}

button.UCButton {
  height:35px;
  background:none;
  vertical-align: top;
}

div#UCguideModeOptions {
  margin-top:10px;
}

#UCguideModeHeading {
  font-size:10pt;
  margin-top:0px;
  padding-top:0px;
}

img.freeformControlImage {
  height:30px;
}

img#plan {
  width:40px;
  height:30px;
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left:4px;
  padding-right:4px;
  border-radius:5px;
  border:1px solid gray;
}

div#UCcontrols {
  position: relative;
}

#filePickerLabel {
  margin:0px;
  vertical-align: top;
}

div.UCcell {
  display:inline-block;
  margin:0px;
  padding:0px;
  line-height: 9pt;
  position:relative;
  vertical-align: middle;
}

label.UCsmall {
  font-size: 9pt;
  width:32px;
}

label.UCsmall1 {
  font-size: 9pt;
  width:10px;
  margin-right:2px;
}


input.UCsmall {
  font-size:9pt;
  margin:0px;
  padding:0px;
  width:40px;
  padding:1px;
}

button#UCsizeApply {
  font-size:9pt;
  margin-left:0px;
}

#UCstatusTable {
  border:1px light grey;
  background: white;
}

Label.UCInstruction { color: #202080; }
Label.UCGoodNews { color: #208020; }
Label.UCBadNews { color: #802020; }
Label.UCWarning { color: #805050; }
Label.UCStatusUpdate { color: #000000; }

#UCsnapCollection {
  margin-bottom: 5px;
}

#UCregulars{
  margin-right: 5px;
  position: relative;
}

#UCfinishingUp{
  margin-right: 5px;
}

#UCadminArea{
  margin-right: 5px;
}

#UCundoDebugBox {
  height:310px;
  position: relative;
  display:none;
}

#UCundoStackScrollWindow {
  height:270px;
  min-width:270px;
  overflow-x:hidden;
  overflow-y:auto;
}

tr.active > td {
  color: blue;
}

#UCundoStackContent > table > tbody > tr > td {
  padding:2px;
}

div.UCbox {
  min-height: 310px;
  border:1px solid grey;
  margin-top:10px;
  background-color: #fcfcfc;
  border-radius:5px;
  text-align:left;
}

div.UCbox > h2 {
  margin-top:5px;
}

#guideTableDiv {
  position: relative;
}

#hGuides_Tab, #vGuides_Tab {
  display:inline-block;
  vertical-align: top;
  margin-right: 10px;
}

input.UCPinoutTableName {
  text-transform:uppercase;
  width:70px;
}

input.UCPinoutTableLoc {
  text-transform:uppercase;
  width:50px;
}

input.UCPinoutTableCoordinate {
  text-transform:uppercase;
  width:45px;
}

input.UCProvisional {
  color:#808080;
}

td.guideOffset > input {
  width:60px;
}

td.guideAnchor > input {
  width:20px;
}

tr.selected > td.UCGeD {
  background-color: #f0f0f0;
}

tr.selected > td.UCGeD > input {
  background-color: #f0f0f0;
}

tr.selected > td.UCpltr {
  background-color: #f0f0f0;
}

tr.selected > td {
  background-color: #f0f0f0;
}

tr.selected > td > input {
  background-color: #f0f0f0;
}

select.UClayerSelector > option {
  font-size: 9pt;
}

select.UCtypeSelector > option {
  font-size: 9pt;
}

div#UCplanSideSelection {
  margin-bottom: 5px;
  margin-top: 5px;
}

div#UCplanControls {
  display:inline-block;
}

div#UCmiscButtons {
  display:inline-block;
}


div#UCplanMessageArea {
  margin-left: 15px;
  margin-bottom: 12px;
}

div.UCBarSegment {
  display:inline-block;
  vertical-align: bottom;
}


#UCprogressMessage {
  font-size:12pt;
}

select.UCSignalType {
  font-size:9pt;
}

div.UCpadTableCaption {
  min-width: 210px;
  font-size:10pt;
  color:darkblue;
}

#UCOtherMlab {
  padding-left:20px;
}

button.UCvisButton {
  background-color: white;
  line-height: 8pt;
}


tbody#polylinesTBody > tr > td.UCpltr {
  /*white-space: nowrap;*/
  /*min-width: 420px;*/
  padding-right: 4px;
}


span.UCnoWrapGroup {
  white-space: nowrap;
}

#uniCreatorOuterDiv::selection {
  background:white;
}

#UCbuttonDiv {
    margin-top:-5px;
    margin-bottom:0px;
}

#UCbuildIssueFF {
  float:right;
  margin-top:10px;
}

#UCdiscardButton {
  margin-top:10px;
  float:right;
}

div.UCbar {
  margin:0px;
}

#UCcalcBackdrop {
  position: absolute;
  z-index: 2;
  left:100px;
  top:100px;
  border:1px solid black;
  display:none;
  background-color: white;
  padding:20px;
  border-radius:5px;
}

/******************************
 * Mobile device corrections  *
 ******************************/
@media screen and (max-width:480px)  {

  div#menuWrapperDiv {
    min-width:370px;
  }

  img#BrandBarLogo {
    height:25px;
    padding:2px;
  }

  div#BrandBar {
    padding:1px;
    margin:1px;
    border-bottom:0px;
  }

  div#BrandBarActiveArea {
    height:25px;
  }

  div#BrandBarLogoBox {
    height:25px;
  }

  div#BrandBarGraphicBox {
    height:25px;
  }

  img#BrandBarImage {
    max-height:25px;
  }

  div.coreContent {
    max-width: 420px;
    position:relative;
  }

  li.menu {
    padding:2px;
    position: relative;
  }

  li.menu a {
    padding:2px;
  }

  div.menuDiv {
    display:inline-block;
    width:100%;
    line-height:30px;
  }

  div.pageBody {
    width:100%;
    min-width:100%;
  }

  div.benefitBox {
    width:55px;
    height:55px;
    margin-left:5px;
    margin-right:5px;
  }

  span.benefitBoxText {
    font-size:14pt;
    color:white;
  }

  #BB_Images {
    height:55px;
    padding-top:2px;
  }

  #BB_Images_Icon {
    max-height: 30px;
  }

  #cadToolConnector {
    width:140px;
  }

  div.colSixth {
    width:27%;
  }

  div.userTypeDiv {
    margin-bottom: 50px;
  }

}

/******************************
 * Selector overrides          *
 ******************************/

li.selectr-option {
   font-size:10pt;
   line-height: 10pt;
}

ul.selectr-options {
   font-size:10pt;
}

span.selectr-label {
  font-size:10pt;
}

div.selectr-container {
  display:inline-block;
  width:400px;
  margin-top:2px;
}

div.selectr-selected {
  padding:3px;
}

ul.selectr-options {
  max-height: 400px;
}


/******************************
 * Activity Searçh page       *
 ******************************/


#fountainTextG{
  width:234px;
  margin:auto;
}

.fountainTextG{
  color:rgb(0,0,0);
  font-family:Arial;
  font-size:24px;
  text-decoration:none;
  font-weight:normal;
  font-style:normal;
  float:left;
  animation-name:bounce_fountainTextG;
    -o-animation-name:bounce_fountainTextG;
    -ms-animation-name:bounce_fountainTextG;
    -webkit-animation-name:bounce_fountainTextG;
    -moz-animation-name:bounce_fountainTextG;
  animation-duration:2.09s;
    -o-animation-duration:2.09s;
    -ms-animation-duration:2.09s;
    -webkit-animation-duration:2.09s;
    -moz-animation-duration:2.09s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
  transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
}#fountainTextG_1{
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}
#fountainTextG_2{
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}
#fountainTextG_3{
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}
#fountainTextG_4{
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}
#fountainTextG_5{
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}
#fountainTextG_6{
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}
#fountainTextG_7{
  animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}
#fountainTextG_8{
  animation-delay:1.79s;
    -o-animation-delay:1.79s;
    -ms-animation-delay:1.79s;
    -webkit-animation-delay:1.79s;
    -moz-animation-delay:1.79s;
}
#fountainTextG_9{
  animation-delay:1.94s;
    -o-animation-delay:1.94s;
    -ms-animation-delay:1.94s;
    -webkit-animation-delay:1.94s;
    -moz-animation-delay:1.94s;
}


#activityIndicator {
  height:30px;
}

#portalActivityIndicator {
    height:30px;
    margin-left: 50px;
}

@keyframes bounce_fountainTextG{
  0%{
    transform:scale(1);
    color:rgb(0,0,0);
  }

  100%{
    transform:scale(.5);
    color:rgb(255,255,255);
  }
}

@-o-keyframes bounce_fountainTextG{
  0%{
    -o-transform:scale(1);
    color:rgb(0,0,0);
  }

  100%{
    -o-transform:scale(.5);
    color:rgb(255,255,255);
  }
}

@-ms-keyframes bounce_fountainTextG{
  0%{
    -ms-transform:scale(1);
    color:rgb(0,0,0);
  }

  100%{
    -ms-transform:scale(.5);
    color:rgb(255,255,255);
  }
}

@-webkit-keyframes bounce_fountainTextG{
  0%{
    -webkit-transform:scale(1);
    color:rgb(0,0,0);
  }

  100%{
    -webkit-transform:scale(.5);
    color:rgb(255,255,255);
  }
}

@-moz-keyframes bounce_fountainTextG{
  0%{
    -moz-transform:scale(1);
    color:rgb(0,0,0);
  }

  100%{
    -moz-transform:scale(.5);
    color:rgb(255,255,255);
  }
}

#activityResultsArea {
  min-height:50px;
}

/******************************
 * Examples 3D page.          *
 ******************************/

img.isoImgEg {
  max-width: 100px;
  max-height: 100px; 
  margin:10px;
}

img.symbolEg {
  max-width: 150px;
  max-height: 150px; 
  margin:10px;
}

img.footprintEg {
  height:100px;
  max-width: 200px;
  margin-top:10px;
  margin-left:0px;
  margin-right:10px;

}

div.TabBar {
  text-align: center;
}

div.TabEntry {
  display:inline-block;
  padding:7px;
  border-right: 2px solid white;
  background: #f0f0f0;
  color:black;
}

div.TabEntry:hover {
  background: #e0e0e0;
}

div.TabEntry.Current {
  background: #343434;
  color:#ffffff;
}

div.TabEntry.Current:hover {
  background: #000000;
}

/*************************
* Advertisers Console.   *
*************************/

td.adThumbImg {
  padding:1px;
}

a.adThumbImg > img {
  max-height: 40px;
}

td.disabled {
  background: #ffd0d0;
}

td.enabled {
  background: #d0ffd0;
}

td.admin {
  background: #f8f8f8;
}

img.adPropsImg {
   max-height:120px;
   margin-left:0px;
   border: 1px solid grey;
}

label.imageLoadButton {
  vertical-align: top;
}

div.rectanguarGroup {
  padding:0px;
  display:inline-block;
}

#domainCheckboxes {
  margin-bottom:20px;
}


/***********************************************
* Requests Windows (part construction monitor) *
***********************************************/
span.ActiveJob > a {
  color: Green;
  border:1px solid green;
  padding: 0px;
  background-color: #f0fff0;
  width:15px;
  height:15px;
  display:inline-block;
  text-align:center;
  border-radius:8px;
  margin:1px;
  vertical-align: top;
}

span.ActiveJob.House > a {
  border:1px solid blue;
  padding: 0px;
  background-color: rgb(216,250,255);
  width:15px;
  height:15px;
  display:inline-block;
  text-align:center;
  border-radius:8px;
  margin:1px;
  vertical-align: top;
}

span.InactiveJob > a {
  color: Gray;
  border:1px solid grey;
  background-color: #f0f0f0;
  padding: 0px;
  width:15px;
  height:15px;
  display:inline-block;
  text-align:center;
  border-radius:8px;
  margin:1px;
  vertical-align: top;
}

span.AbandonedJob > a {
  color: Red;
  border:1px solid red;
  padding: 0px;
  background-color: #fff0f0;
  width:15px;
  height:15px;
  display:inline-block;
  text-align:center;
  border-radius:8px;
  margin:1px;
  vertical-align: top;
}

/******************************
* Solution Comparitor Screen  *
******************************/

span.big {
  font-size: 16pt;
}

span.small {
  font-size: 8pt;
}

td.Heading.Master {
  border: 2px solid blue;
}

td.Heading.CommunityContribution {
  background-color: #f0fff0;
}

td.Heading.BuilderSolution {
  background-color: rgb(216,250,255);
}

#partLevelChanges > tr > td {
overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  }

/**********************
* Build Parts Screen  *
**********************/

div.bannerNotification {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid green;
  display:inline-block;
  color: green;
  height:30px;

  animation-name: fadeAway;
  animation-duration: 1s;
  animation-delay: 5s;
  animation-fill-mode: forwards;

}

@keyframes fadeAway {
  from {
      border-color: green;
      color: green;
  }
  to {
    border-color: white;
    color: white;
  }
}



/******************
* Synonyms Editor *
******************/

#synonymsForm {
  display:inline-block;
}

.rightAligned {
  float:right;
  clear:both;
}


/*******************************
* Customised Home Page Styling *
********************************/
img.CH_S1Logo {
    max-height:100px;
    max-width:300px;
}

img.CHSampleImage {
    height:120px;
    width:120px;
}

div.CHSampleBox {
    border: 1px solid green;
    background-color:white;
    padding:5px;
    display:inline-block;
    margin-left:20px;
    margin-right:20px;
}

div#zone1 {
    background-color: #f0f0f0;
    padding:20px;
    margin-top:30px;
}

div#leftStrip1Box {
    border-right:2px solid green;
}

div#rightStrip1Box {
    max-width: 600px;
    text-align: left;
}

div.searchScreenZone {
    display:block;
}

div.CHStripCell {
    padding-left: 20px;
    padding-right: 20px;
    padding-top:0px;
    margin-top:0px;
    display:table-cell;
    vertical-align:top;
}

div.CHStrip {
    display:inline-block;
}

div#strip2 {
    margin-top:10px;
}

div#strip1 {
    display:inline-block;
}

h3.CH {
    color: green;
    margin-top:0px;
}

#CHsearchTitle {
	 padding:0px; 
	 font-size:30pt;
	 font-weight:500;
	 margin:60px auto 10px auto;
	 line-height:30pt;
	 vertical-align:middle;
	 text-align:center;
	 font-family: 'Montserrat', sans-serif;
	 letter-spacing:0px;
}


#CH_JoinButton {
  background-color: #39A2F8;
  color:white;
  font-size: 15pt;
  padding-left:25px;
  padding-right:25px;
  padding-top:7pt;
  padding-bottom:7pt;
  font-weight: 600;
  display:inline-block;
}

#vidInstr {
  padding-top: 50px;
  padding-left:50px;
}

div#vidIntroTxt {
  text-align: left;
}

div#zone2 {
  text-align: center;
    padding:20px;
}

#gettingStarted {
  margin:auto;
}

div#zone3 {
    background-color: #f0f0f0;
    padding:20px;
    margin-top:30px;
}

div.half {
  display:inline-block;
  width:50%;
}

table#buildOrRequestOptions {
  margin:auto;
}

td.halfWidth {
  width:50%;
}

div.pathNotes {
  width:150px;
  text-align: left;
}

td#CHZ3Rd {
  border-right: 2px solid grey;
}

td#CHZ3Rt {
  border-right: 2px solid grey;
}

#introRamble {
  color:#39A2F8;
}

#cadTools {
  max-width:700px;
  display:inline-block;
  background-color:white;
  border:1px solid green;
    padding:20px;
}

div#zone4 {
    padding:20px;
    background-color: rgb(100,100,100);
}

img.manufLibLogo {
  max-height: 50px;
  max-width: 200px;
}

/************************
* Top Manufacturer Page *
************************/

div.grid-container {
  display:grid;
  grid-template-columns: repeat(5, auto);

  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  padding:10px;
}


div.grid-item {
  padding:5px;  
  border: 1px solid gray;
  background-color: rgba(255, 255, 255, 0.8); 
  text-align: center;
  position: relative;
  height:80px;
}

div.grid-item-no-image {
  padding:5px;  
  border: 1px solid gray;
  background-color: rgba(255, 255, 255, 0.8); 
  text-align: center;
  position: relative;
}

img.manufLogo {
   max-height: 95%;  
    max-width: 95%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}


div.coreContent.fullWidth {
  display:block;
}


/* 3D Image Testing */
div.grid8C {
  display:grid;
  grid-template-columns: repeat(8, auto);

  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  padding:10px;
}

div.grid8C_cell {
  padding:5px;  
  border: 1px solid gray;
  background-color: rgba(255, 255, 255, 0.8); 
  text-align: center;
  position: relative;
  height:120px;
}



img.testImage {
    max-height:100px;
    max-width:100px;
}

/*************************
* Parametric data editor *
*************************/

#partPickerTable > tr:hover {
  background-color: #e0ffe0;
}

#partParameterTable > tr > td {
  padding:2px;
}

#partParameterTable > tr > td > select  {
  font-size: 10pt;
}

/*************************
* 3D Workout.            *
*************************/

tr.Highlight > td {
  border:1px solid blue;
}

img.Highlight {
  border:1px solid blue;
}

/*************************
* Cookie Warning         *
*************************/
#cookieWarning {
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  line-height: 20pt;
  background-color: #333333;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width:  calc(100% - 40px);
  text-align: center;
  z-index: 2000;
  font-size: 13px;

}

#okClose {
  vertical-align: middle;
  background-color: black;
  display: inline;
  font-size: 12px;
  padding: 5px 20px;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid silver;
  margin-left:10pt;
}

#okCookie a {
  color: #2980B9;
}

#ppLink {
  text-decoration: none;
  color: lightblue;
}

.reveal2s {
  animation: reveal 2s;
}

/* Standard syntax */
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*************************
* Manufacturer Portal    *
*************************/
div.tBox {
  display:inline-block;
  border:1px solid lightgray;
  padding: 10px;
  text-align: center;
  width:200px;
}

div.tBox2 {
  display:inline-block;
  border:1px solid lightgray;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width:200px;
  margin:2px;
}

#totalsArea {
  margin-top:30px;
}

#detailArea {
  margin-top:20px;
}

span.tNumber {
  font-size:13pt;
  margin-left: 5px;
}

span.tNumber.busy {
  color:red;
}

span.tNumber.ready {
  color:black;
}

div#manufacturerSelection {
  margin-bottom:30px;
}
 
div.chartBox {
  display:inline-block;
}

#chartArea {
 display:inline-block;
  min-width:1200px;
}


div.googlePIEbox {
  margin-top:-7px;
  display:inline-block;
  vertical-align: top;
  padding-left:3px;
  padding-right:3px;
}

div.googlePieTitle > h2 {
   text-align: center;
}

div.pieHolder {
  display:inline-block;
  width:400px;
  vertical-align: top;
}

div.pieHolderWithLegend {
  display:inline-block;
  width:600px;
  vertical-align: top;
}

div.tableHolder {
  display:inline-block;
  width:200px;
  padding-top:50px;
}

table.multicolumn tbody tr td {
  border-style:none;
  vertical-align: top;
}

#control-date, #chart-line-opens, #chart-line-requests {
    max-width: 1500px;
}



#POpicker {
  -webkit-appearance:none;
  min-width:200px;
  margin-top:32px;
}


/*************************
* Manufacturer Portal    *
*************************/

#exportOptions {
  text-align: left;
  margin-bottom: 30px;
}

input.sgnoffFilter {
  margin-right: 20px;
}

select.signoffFilter {
  margin-right:30px;
}

label.signoffFilterLabel {
  margin-right:5px;
}

button.tablePagingButton {
  font-size:9px;
  border-radius:2px;
  padding:2px;
  line-height: 10px;
  border:0px;
  width:45px;
}

span.zoneInfo {
  width:350px;
  display:inline-block;
}

td.hidden input {
  display: none;
}

div.selectionOption {
  margin-left: 20px;
  margin-top:0px;
  margin-bottom:0px;
}

label.follower {
  margin-left: 5px;
}

td.ic.img > img {
  max-height: 34px;
}

td.i.img > img {
    max-height: 34px;
    max-width: 150px;
}

td.i.img > img:hover {
  max-height:300px;
  max-width:300px;

  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border:1px solid grey;
  border-radius: 5px;
  padding: 5px;
  background: lightyellow;
}

td.i.img {
  padding:4px;
  position: relative;
}

td.ic.img {
  padding:4px;
}
/***************************
* Part Build Orders      ***
***************************/

#plInstructions {
  max-width:1200px;
}

#plInstructions > ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/***************************
* Registration hackabout ***
* may not see deployment ***
***************************/

.gridNoPadding {
  display:grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0px;
  padding: 0px;
}

.itemNoPadding {
  text-align: left;
  padding: 0px 0;
}

.itemSpan3 {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column:2;
}

#FindMe {
  height:72px;
  background-color: white;
}

#FindMe:hover{
  height:72px;
    background-color:#e0ffe0;
}

#locateIcon {
  height:40px;
  width:40px;
}


/* Category Symbol editor */
#categoryDelete {
  float: right;
}

/* Search page specific */
#outOfSearchCredit {
  margin:30px;
  display:inline-block;
}

#registerOptionBox {
  height:268px;
  width:308px;
  background-color: white;
  display:inline-block;
  vertical-align: top;
  text-align: center;
  padding:10px;
  padding-top:40px;
  box-sizing: border-box;
  border:1px solid rgb(74,166,248);
  font-size: 10pt;
}

#loginOptionBox {
  height:268px;
  width:308px;
  background-color: rgb(74,166,248);
  display:inline-block;
  vertical-align: top;
  text-align: center;
  padding:10px;
  padding-top:40px;
  box-sizing: border-box;
  border:1px solid rgb(74,166,248 );
  font-size: 10pt;

}

a.amnesia {
  font-size: 9pt;
}

h1.nUserH {
  color:rgb(74,166,248 ) ;
}

h1.eUserH {
  color:white ;
}

.wideFriendlyButton {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
    background-color: rgb(74,166,248);
    border-radius: 5px;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(89,89,89);
    display:inline-block;
    box-sizing:border-box;
    color:black;
    min-width:220px;
    font-size:11pt;
    color:white;
    vertical-align: middle;
    line-height: 25px;
    text-transform: uppercase;
}

.wideFriendlyButton.inverse {
  background: white;
  color:black;
}


.wideFriendlyButton:hover {
    background-color: rgb(40,80,137);
    cursor:pointer;
}

.wideFriendlyButton.inverse:hover {
    background-color: lightgrey;
    cursor:pointer;
}

/* Package Details Page */
#declDisplay {
  padding: 10px;
  border: 1px solid blue;
  display: inline-block;

}

/* ads on the search page */

.adsContainer {
  margin:0px;
  min-height:0px;
  padding:0px;
}

tr.adsRow {
    min-height:0px;
}

td.srcCell {
  padding:0px;
  margin:0px;
}

img.greenIcon {
  max-height: 34px;
}

/* Partner Editor */

div.settingsGroup {
  margin-top:30px;
  border:1px solid rgb(89,162,241);
  padding:10px;
  border-radius: 5px;
  display:inline-block;
  margin:10px;
  width:420px;
  vertical-align: top;
  font-size:10pt;
}

div.settingsGroup.wide {
    width:555px;
}

div.settingsGroup.ExtraWidth {
  min-width:882px;
}


div.triviaGroup {
  margin-top:30px;
  border:1px solid rgb(89,241,162);
  padding:10px;
  border-radius: 5px;
  display:inline-block;
  margin:10px;
  width:420px;
  vertical-align: top;
  font-size:10pt;
}

div.settingsGroup > h3, div.triviaGroup > h3 {
  margin-top:0px;
}


div.facilities-container {
  display:grid;
  grid-template-columns: repeat(2, auto);

  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  padding:10px;
}


.facilities-item {
  padding:5px;  
  border: 1px solid gray;
  background-color: rgba(255, 255, 255, 0.8); 
  text-align: center;
  position: relative;
}

.facilities-item.advanced {
  color: rgba(100, 0, 0, 0.8); 
}

#playerTestFrame {
  width:1000px;
  height:555px;
}

#playerDiv {
  position: absolute;
  top:30px;
  left:30px;
  z-index: 5;
}

button.playerCloseButton {
  position: absolute;
  top:5px;
  right:0px;
  width:26px;
  height:26px;
  border-radius: 13px;
}

#checkButton {
  vertical-align: middle;
}

#StatusDiv {
  vertical-align: middle;
}

#bgLabel {
  left: -500px;
}

div.exampleCell {
  display:inline-block;
 /*background-color: #f0f0f0;*/
  min-width: 250px;
  padding: 5px;
  margin:2px;
  border:1px solid lightgrey;
}

p.iconLabel {
  margin-top:2px;
  margin-bottom:4px;

  font-size: 10pt;
}

p.iconPartStatus {
  margin-top:8px;
  margin-bottom:2px;
  font-size: 11pt;
  text-align: center;
  color:darkblue;
}

div.mvContentExample {
  max-width: 900px;
}

hr.sectionBreak {
  margin-top: 50px;
  margin-bottom: 50px;
}

h4.standoff {
  margin-top: 20px;
  color:darkblue;
  font-size:11pt;
}

table.invisible > tbody> tr > td > input[type='color'] {
  border:1px solid grey;
  border-radius: 0px;
  vertical-align:middle;
  padding: 0px;
  margin-left:0px;
  height:18px;
  width:40px;
}

::-webkit-color-swatch-wrapper { padding:0px; }
::-webkit-color-swatch { border-radius:0px;}

label.ColorPickerPartner {
  margin-left: 10px;
}

tr.colourGridRow > td {
  padding:0px 2px;
}

td.colPkrHead {
  /*width: 120px;*/
  overflow-wrap: break-word;
}

#issueModal {
	position:absolute;
	top:0px;
	right:0px;
	width:350px;
	border:1px solid grey;
	border-radius:5px;
	z-index: 5;
	background-color: #FFF0F0;
	padding:10px;
}

#closeIssueModal {
	border:none;
	background: white;
}

#issueExtraTextPrompt {
	margin-left:10px;
}

#issueExtraTextInput {
	height:17pt;
}

.closeModal {
	float:right;
}


#adviceModal {
	position:absolute;
	top:0px;
	right:0px;
	width:620px;
	border:1px solid grey;
	border-radius:5px;
	z-index: 5;
	background-color: #F0F0F0;
	padding:10px;
}

div.MessageArea {
	max-width:750px;
	min-height: 0px;
	padding:8px;
	border-radius: 5px;
	display:block;
	margin-top: 10px;
}


/* Icon documentation page */

div.section {
  margin-top:20px;
}

#sourceArea {
  margin-top: 20px;
  border:1px solid lightgrey;
  padding:10px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11pt;
  display:inline-block;
}

div.configuratorBox > h4 {
  margin-bottom:10px;
  text-align: center;
}

p.variationPartStatus {
  margin-top:8px;
  margin-bottom:8px;
  font-size: 11pt;
  text-align: center;
  color:darkblue;
}

p.variationNotes {
  font-size:9pt;
}

div.variationCell {
  display:inline-block;
 /*background-color: #f0f0f0;*/
  min-width:250px;
  min-height:160px;
  padding: 5px;
  margin:2px;
  border:1px solid lightgrey;
  max-width:300px;
  vertical-align: top;
}

#regenButton {
  line-height: 36pt;
}

div.configuratorBox {
  line-height: 18pt;
  border:1px solid lightgrey;
  display: inline-block;
  padding:10px;
  padding-top:0px;
  vertical-align: top;
}

p.code, span.code {
  font-size:11pt;
  font-family: 'Courier New', Courier, monospace;
}

.insetDetail {
  margin-left:20px;
  display:inline-block;
}

label.egGenLabel {
  width: 145px;
}

h2.bulkTextHeading {
  margin-top:30px;
  color:darkblue;
}

span.manufacturerFrag {color:green;}
span.partNumberFrag {color:blue;}
span.backgroundFrag {color:purple;}
span.languageFrag {color:red;}
span.labelsFrag {color:rgb(255, 127, 0);}
span.modeFrag {color:turquoise;}
span.show3DFrag {color:olivedrab;}
span.filterFrag {color:peru;}
span.datasheetFrag {color:slategrey}



/* Part List page */
#plSaveStatus {
  margin-left: 20px;
  font-size:10pt;
}

span.indented2 {
  margin-left:4px;
}

td.Resolved {
  color:darkblue;
}

td.Unresolved {
  color:darkred;
}

#messageWrapper {
  min-width:200px;
  border: 1px solid lightgrey;
  display: inline-block;
  margin-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:5px;
  padding-top:5px;
  border-radius:3px;
}

#msgArea {
  padding:2px;
}

#ctrlArea {
  margin-left:0px;
  padding-left:0px;
}

#statusArea {
  padding:0px;
}

#publicLinkCopy {
  float:right;
}

img.iconPL {
  max-height:20px;
  /*background-color: white;*/
}

/* buttons that hold images, we want the button to go away and just the image to show */
button.imageButton {
  border:none;
  padding:0px;
  border-radius: 0px;
}

#progBar {
  display:block;
}

button.abortButton {
  margin-left:0px;
  background-color: #df090944;
}

#rowColourKey {
  margin-top:20px;
  margin-left:0px;
  padding-left:0px;
}

div.right {
    float:right;
}

div.key {
    border:1px solid lightgrey;
    padding:5px;
    margin-top:20px;
}

#publicListBackground {
    min-width: 800px;
}

#optionalColumns {
  border:1px solid #e4e4e4;
  background-color: #f6f6f6;
  border-bottom: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size:10pt;
}

span.colVisSection {
  margin-left: 10px;
}

#resultWrapper {
  display:inline-block;
}

/* Embedded quick search page */

div.coreContentEmb {
	text-align: left;
  display:inline-block;
  text-align:center;
}

#searchResultsEmb {
  overflow-y:scroll;
  margin-top:100px;
  margin-left:5px;
  margin-right:5px;
}

body.qsEmbedded {
  margin:0px;
  padding:0px;
}


table.resutsTableEmb {
  height:500px;
  z-index: 5;
}

#quickSearchBackground {
  width:100%;
}

#big-search {
  position:relative;
  top:27px;
}

button.primary-button.is-large {
  margin-top:5px;
}

button.primary-button.is-bigger {
  margin-top:3px;
}

table.resultsTableEmb {
  text-align:left;
}

h1.mvDoc {
    color:darkblue;
}

pre.codeBox {
    border:1px solid lightgray;
    padding:10px;
    display:inline-block;
    text-align:left;
}

div.mvDocCodeArea {
    margin-left: 10px;
}






/* 
attempt to lock table heading. Has two side effects
Hover magnifier images cannot be used - they turn up in wrong place. 
1 pixel row of dots above the header row appears as the table is scrolled. 

table.resultsTableEmb td.Heading {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

table.resultsTableEmb td:not(.Heading) {
  position: static;
}

*/