body {
  font-family:Verdana;
  font-size:11pt;
  margin:0;
  padding:40px 0 0 0; /* offset menu height */
}

body.noPad {
  padding:0px;
}

/* Main heading of the page is full width and appears abover all other divs */
h1 {
    text-align:center;
    display:block;
}

h1,h2,h3 {
    font-weight: normal;
    color: rgb(52,52,52);
}


h2 {
  margin-bottom:8px;
}

h2.firstHeading {
	margin-top:0px;
}

h3 {
  margin-bottom:5px;
}
.max-width {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

p.centered {
  text-align: center;
}

p.tableSetLegend {
  margin-top:0px;
  text-align: center;
  color: #000060;
  margin-bottom: 5px;
}

legend {
    font-weight: normal;
    color: #000060;
    font-size: 14pt;
}

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.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;
}

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;
}

/* 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.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.centered {
	margin:auto;
	display:inline-block;
	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-height:30px;
	margin:auto;
	padding:8px;
	position:relative;
	display:table;
}


#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;
}

#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;
}

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.size22 {width:220px;}
label.size30 {width:300px;}
label.size35 {width:350px;}
label.size40 {width:400px;}

label.compulsory {
	font-weight: bold;
}

input.size01 {width:20px;}
input.size04 {width:40px;}
input.size1 {width: 150px;}
input.size2 {width: 60px;}
input.size3 {width: 400px;}
input.size4 {width: 250px;}
input.size5 {width: 455px;}
input.size6 {width: 600px;}
input.size11 {width: 110px;}
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;}


fieldset.size1 {min-width:620px;}
fieldset.size2 {min-width:800px;}

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;}

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.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;
}
.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;
    border:1px;
    margin:0px;
    border-radius: 8px;
    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: 11pt;
    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;
}

a.size1 {
  width:85px;
}

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;
}

.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, 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;
}

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']) {
  border-width:1px;
  border-style:solid;
  width:355px;
  padding:2px;
  padding-left:5px;
  padding-top:1px;
  padding-bottom:1px;
}


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.size1 {
}

td.inputCell {
  background-color: white;
}


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.grid.gridJ {

}

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; color: #000;} 

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;
}



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;
}
div#menuWrapperDiv {
 	display:block;
 	min-width: 850px;
  text-align: left;
	/*background-color: #ebebeb; */
}

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: 10px;}

/* Sub-Menu list displayed as blocks going vertically down */
ul.menulist > li > ul > li {
    display: block;
    min-width:260px;
    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 10px;
    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 get rounded corners */
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;
 -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 {
  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 supplied model\0a C3=In house written\0a C4=In house written (senior author)\0a C5=Machine generated.";
}

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;
}

#searchBoxDiv {
}

#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;
}

img#BrandBarLogo {
  max-height: 80px;  
  padding:19px 20px 18px 20px;
}

img.BrandBarLinkedImg {
  cursor:pointer;
}

div#BrandBarGraphicBox {
  background:#fff;
  border-right:10px #f6f6f6 solid;
  max-height: 120px;
  display:inline-block;
  vertical-align: middle;
  /*max-width: 1000px;*/
}
#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;
}

img#photo {
}

div#picture {
  /* Compensates for the lack of the 'Click to Zoom' legend */
    padding-bottom: 20px;
    margin-right:20px;
}

.previewControl {
  max-width: 25px;
  max-height: 25px;
  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: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  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;
}

/**********************************************************
* 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;
}

div.BuildOption h2 {
  margin:5px;
  margin-left:0px;
}

#BuildOptionArea {
}


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:240px; 
}

#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;
}

#prRegister:hover {
  background-color:#000030;
}

#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:hover {
    background-color:#c0c0c0;
}


/****************************************************
* 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;
  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;
}

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;
}

div.UCsizeControlledDiv {
  max-height: 400px;
  overflow-y:scroll;
}

img.freeformControlImage {
  max-height:30px;
}

button.UCButton {
  height:35px;
  background:none;
  vertical-align: top;
}

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;
}

Label.UCInstruction { color: #202080; }
Label.UCGoodNews { color: #208020; }
Label.UCBadNews { color: #802020; }
Label.UCWarning { color: #805050; }
Label.UCStatusUpdate { color: #000000; }

#UCsnapCollection {
  margin-bottom: 10px;
}

#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;
}

caption.UCpadTableCaption {
  min-width: 200px;
}

#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;
}

/******************************
 * 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;
  }

  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;
}




@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;
}

/*************************
* Top Line Ads Styling   *
*************************/

div#tlaArea {
/*  height:120px; */
}

div.tlFrame {
  border:2px solid rgb(100,100,100);
  padding:0px;
  display:inline-block;
  padding-left:10px;
  padding-right:20px;
  box-shadow: 7px 7px 5px #888;
  margin-top:10px;
  margin-bottom:10px;
}

img.tlLogo {
  margin:2px;
  max-height: 30px;  
  vertical-align: top;
}

div.tlText {
    display:inline-block;
    line-height: 30px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 0px;
    width:210px;
}

button.tlBuy {
   background-color: #101010;
    border:none;
    border-radius: 0px;
    font-size: 10pt;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
    vertical-align: top;
    height:30px;
    color:white;
    margin:2px;
    margin-left:5px;
    text-transform: uppercase;
}

#topLineSupplierAssociation {
  padding-left: 0px;
  margin-left: 0px;
}

div.tlNameBox {
  display:inline-block;
  width:60px;
  padding:0px;
  margin:0px;
  text-align:left;
}

div.tlLogoBox {
  display:inline-block;
  width:130px;
  padding:0px;
  margin:0px;
  text-align:center;
}

/***********************************************
* 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;
}

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;
}

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;
}

/******************************
* Solution Comparitor Screen  *
******************************/

span.big {
  font-size: 16pt;
}

span.small {
  font-size: 8pt;
}

#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;
  }
}



