/*****************
* MultiView Page *
* Varient 0.     *
*****************/


#mvBody {
  padding:0px; 
  margin:0px;
  position: relative;
}

#multiViewDiv {
  box-sizing: border-box;
  background-color: white;
  border:1px solid lightgrey;
  margin:20px;

  /* The following 5 lines avoid a bug on iOS Safari where the parent iFrame size increases to match content.
    Problem and solution described here https://github.com/PierBover/ios-iframe-fix
   */
  position: fixed;
  top: 0;
  right:0;
  bottom:0;
  left: 0;

  overflow-y:auto; 
  -webkit-overflow-scrolling:touch;

}


div#mvHeader {
  height: 42px;
  margin-left:20px;
  margin-right:20px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color: #3D9FFE;
  padding-left:20px;
  padding-right:20px;
  padding-top:3px;
  padding-bottom:3px;
}

img.mvHeaderLogo {
  max-height:40px;
}

#mvOurLogo {
  float:left;
}

#mvPartnerLogo {
  float:right;
  padding:0px;
}

div#mvViewerStrip {
  margin-top:0px;
  position: relative;
  text-align: center;
}

div.mvViewBox {
  width:236px;
  height:236px;
  border-width:2px;
  border-style:solid;
  border-color: #3D9FFE;
}

div.mvViewBoxHolder {
  width:240px;
  display:inline-block;
  box-sizing: border-box;
  text-align:center;
  font-weight: bold;
  vertical-align: top;
}

h2.mv {
    margin:5px;
    padding:0px;
    font-size:10pt;
    font-weight:bold;
    text-transform:none;
    color:#2E2E2E;
}

div.mvOptions {
  text-align: left;
  margin-top:10px;
}

div.mvViewBoxHolder  {
  margin-right:10px;
  margin-left:10px;
}


#mv3dDiv {
  width:100%;
  height:100%;
}

#mv3dWizDiv {
  width:236px;
  height:236px;
}

#mv3dDiv {
  margin:0px;
  display:inline-block;
  box-sizing: border-box;
}


#mvActionButtons {
  padding-top:10px;
  text-align: center;
}

h1.mvMainHeading {
  padding:2px;
  margin-top:7px;
  margin-bottom:0px;
  font-size:13pt;
  color:#2E2E2E;
}

input.mvFriendlyButton,a.mvFriendlyButton {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 3px;
  text-decoration: none;
  border-radius: 0px;
  border-style:solid;
  border-width:1px;
  border-color: #00000000;

  font-size: 10pt;
  display:inline-block;
  box-sizing:border-box;
  color:black;
  min-width:280px;
  font-size:11pt;
  color:white;
  vertical-align: middle;
  line-height: 25px;
  text-transform: uppercase;
  background-color: grey;
  -webkit-appearance: none;
}

a.mvDownload {
  background-color: rgb(71,144,245);
}

input.mvFriendlyButton:hover,a.mvFriendlyButton:hover,input.embeddedButton:hover,a.embeddedButton:hover {
  filter:brightness(120%);
}

#mvDownloadButton {
  background-color: rgb(71,144,245);
}

#mvRegisterButton {
  background-color: #2E2E2E;;
}

label.mvLength {
  font-weight: normal;
  margin-left:10px;
  margin-right:5px;
  text-transform: none;

}

#mvIntroDiv {
    margin:5px;
    font-size:8pt;
}


#mvPlaceHolderForViewers {
  height: 100px;
}


/*************************
* Disambiguator          *
*************************/

#daOuterDiv {
  box-sizing: border-box;
  background-color: white;
  border:1px solid lightgrey;
  margin:20px;

  /* The following 5 lines avoid a bug on iOS Safari where the parent iFrame size increases to match content.
    Problem and solution described here https://github.com/PierBover/ios-iframe-fix
   */
  position: fixed;
  top: 0;
  right:0;
  bottom:0;
  left: 0;
}

#daPartsArea {
overflow-y:auto; 
-webkit-overflow-scrolling:touch;
max-height: 415px;
}

#daTitleRow {
  /*display:flex;
  justify-content: space-between;*/
  border-bottom: 1px solid lightgrey;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  font-size:10pt;
}

#daFiltImg {
  max-height: 20px;
  vertical-align: middle;
}

#daFilterText {
  max-width:100px;
  font-size:11pt;
}

#daPartCountIndicator {
  vertical-align: middle;
}

tr.unwanted {
  display:none;
}

tr.hoverRow:hover > td {
  background-color: #EDEDED; 
  cursor:pointer;
}

td.daCell {
  height:32px;
  padding:4px 5px;
  font-size:13px;
}

th.daCell {
  background-color: #5f7686;
  color: #fff;
}

#daFilterReleasedOnly {
  margin-left:10px;
}

#daHeading {
  margin-top:0px;
  margin-bottom:0px;

}

div.daTitleCell {
  display:inline-block;
  vertical-align: middle;

}

#daTitleContent {
  text-align: center;
  font-size: 10pt;
  display:inline-block;
  min-width: 200px;
}

button.daBtn {
  min-width: 80px;
  font-size:9px;
  border-radius:2px;
}

button.daRQ {
  background-color:rgb(227, 114, 53);
  color:white;
}

button.daDL {
  background-color:rgb(71, 144, 245);
  color:white;
}

/*****************************
* Embedded Registration Page *
*****************************/

div#reMainArea {
  margin-top:60px;
  text-align: center;
  position:relative;
}

div#reStatementArea {
  margin-top:60px;
  float: left;
  width: 36%;
}


div.embeddedStylisedBox {
  display: inline-block;
  vertical-align: top;
  padding:10px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:8px;
  margin-right:8px;
  width:220px;
  height:320px; 
}
div.reStArembeddedStylisedBox {

  padding:10px;
}

p.reStText{
  color:#333333; text-align:justify;
}

div#reMainAreaWrapper {
  

  float: left;
  width: 47%;
  min-width:250px;
  
}

div#reContainer {
  
  
  content: "";
  display: table;
  clear: both;
}

#reRegisterBox {
  background-color: #2E2E2E;
}
#reStLineBox {
  
  float: left;
  width: 5%;
}

#reStLineBoxLine {
  margin-top: 20px;
  background-color: #3D9FFE;
  width: 2px;
  height: 350px;
}

div#reInputBoxSet {
  text-align: center;
  margin-top:10px;
}

#reSubitButton {
  background-color: #3E8AEE;
  width:200px;
  min-width:180px;
  padding-left:5px;
  padding-right:5px;
  margin-left:2px;
  margin-right:2px;
  margin-top:8px;
  margin-bottom:10px;
  line-height: 20px;
}

input.reInput {
    margin-left: 5px;
    margin-right: 5px;
    margin-top:2px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    border-radius: 0px;
    font-size: 10pt;
    border-style: none;
    display:inline-block;
    box-sizing:border-box;
    color:black;
    font-size:11pt;
    vertical-align: middle;
    line-height: 20px;
    width:200px;
}

input.reInput.suspectData {
  border:2px solid red;
}

input.reInput::placeholder {
  text-align: left;
    color:#727171;
}



img.reIcon {
  width:100px;
  height:100px;
  margin:-60px 0px 0px 0px;
  padding:0px;
}

a#reDL {
  color:#0070bb
}

a#reDL:hover {
  color:#0099ff;
}

.reNormalText {
  color:white;
  font-size:10px;
}

.reSmallerText {
  color:white;
  font-size:10px;
}

#reBackIconArea {
  position: absolute;
  right:20px;
  top:-40px;
}

img.backIcon {
  max-width:50px;
  max-height:50px;
}

img.backIcon:hover {
  background-color: #f0f0f0;
}

/******************************
* Embedded Build Request Page *
******************************/


#breMainArea {
  position: relative;
}

div.cell.arrowSet.bre {
  height:50px;
}

img.bfarrow.bre {
  height:45px;
}

table.bre > tbody > tr > td {
  padding-top: 5px;
  padding-bottom:5px;
}

p.bre {
  margin-top:8px;
  margin-bottom:4px;
}

div.buildOptions.bre {
  margin-top:50px;
}

input[type=submit].embeddedButton, a.embeddedButton {
  background-color: grey;
  border-color: #4B75A0;
  border-radius: 0px;
  border-style:solid;
  border-width:1px;
  box-sizing:border-box;
  color:white;
  display:inline-block;
  font-size: 10pt;
  line-height: 15px;
  margin-bottom: 3px;
  margin-left:2px;
  margin-right:2px;
  margin-top:4px;
  padding-bottom: 3px;
  padding-left:5px;
  padding-right:5px;
  padding-top: 4px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  min-width:140px;

}

div.embeddedStylisedBox.bre {
  height:220px; 
  width:180px;
}

input.breInput {
    border-radius: 0px;
    border-style: none;
    box-sizing:border-box;
    color:black;
    display:inline-block;
    font-size: 10pt;
    font-size:11pt;
    line-height: 15px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top:4px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    vertical-align: middle;
    width:175px;
}

#brePwRst {
  margin-top:10px;
  display:inline-block;
  font-size:10pt;
} 

div.breButtonBox {
  margin-top: 10px;
}

#breBuildButton {
  background-color: #4595F0;
}

#breRequestButton {
    background-color: #4595F0;

}

div.breSideImage {
  z-index: 3;
  position: absolute;
  left:0px;
  top:10px;
  float:top;
  display:inline-block;
  width:180px;
}

#brePartImage {
  max-width: 180px;
  max-height:300px;
}

#brePartFigure {
  padding:0px;
  margin:0px;
}

#breT {
  left:0px;
  top:0px;
  z-index: 0;
}

div.breQueueStatusArea {
  position: absolute;
  right:10px;
  top:90px;
  border: 1px solid orange;
  width:250px;
  display:inline-block;
  text-align: left;
  padding:10px;
}

div.breQueueStatusArea.BadNews {
  border: 2px solid red;
}

img.imageGridEntry.bre {
  margin-top:5px;
  max-width: 100px;
  max-height:100px;
}

figure.imageGridCell.bre {
  width: 120px;
  height:160px;
}

div.packageCategoryBox.bre {
 width: 110px;
  height:170px;
 
}

label#reTerms {
  width:180px;
  font-size:10pt;
}

span.breFakeLink {
  cursor:pointer;
  text-decoration: underline;
  color: #0070bb;
}

span.fakeLink {
  cursor:pointer;
  text-decoration: underline;
  color: #0070bb;
}



#policylink:hover {
  color:#0099ff;
  
}

label#alreadyReg {
  font-size:9pt;
}

figure.imageGridCell.bre figcaption {
  position: absolute;
  bottom:0px;
  font-size:8pt;
}


@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

div.slideFromRight {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 0.15s ease-out 0s 1 slideInFromRight;
  border:2px solid green;
  background: #333;
}

#newUsers {
  font-size: 11pt;
}

/* combo area */
#comboArea {
  margin-top: 20px;
}


/*****************************
* Mountable PCB Page *
*****************************/

div#mountPCBMainArea {
  margin-top:60px;
  text-align: center;
  position:relative;
}

div.mountPCBembeddedStylisedBox {
  display: inline-block;
  vertical-align: top;
  padding:10px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:8px;
  margin-right:8px;
  width:220px;
  height:320px; 
}

div.mountPCBembeddedStylisedBox.bre {
  height:220px; 
  width:180px;
}

#mountPCBBox {
  background-color: #2E2E2E;
}

div#mountPCBInputBoxSet {
  text-align: center;
  margin-top:10px;
}

#mountPCBSubitButton {
  background-color: #3E8AEE;
  width:200px;
  min-width:180px;
  padding-left:5px;
  padding-right:5px;
  margin-left:2px;
  margin-right:2px;
  margin-top:8px;
  margin-bottom:10px;
  line-height: 20px;
}



img.mountPCBIcon {
  width:100px;
  height:100px;
  margin:-60px 0px 0px 0px;
  padding:0px;
}


span#mountPCBPageTitle.mountPCBDivLable {
	color:white;
	font-size:20px;
  text-transform: uppercase;
}


/*****************************
* Build3DRequest Page *
*****************************/

div#bu3DReqMainArea {
  margin-top:60px;
  text-align: center;
  position:relative;
}


#bu3DReqBox {
  background-color: #2E2E2E;
}

div.bu3DReqembeddedStylisedBox {
  display: inline-block;
  vertical-align: top;
  padding:10px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:8px;
  margin-right:8px;
  width:220px;
  height:320px; 
}

div.bu3DReqembeddedStylisedBox.bre {
  height:220px; 
  width:180px;
}

div#bu3DReqInputBoxSet {
  text-align: center;
  margin-top:10px;
}

img.bu3DReqIcon {
  width:100px;
  height:100px;
  margin:-60px 0px 0px 0px;
  padding:0px;
}

input.bu3DReqInput {
  margin-left: 5px;
  margin-right: 5px;
  margin-top:2px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  border-radius: 0px;
  font-size: 10pt;
  border-style: none;
  display:inline-block;
  box-sizing:border-box;
  color:black;
  font-size:11pt;
  vertical-align: middle;
  line-height: 20px;
  width:200px;
}

span#bu3DReqPageTitle.bu3DReqPageDivLable {
	color:white;
	font-size:20px;
  text-transform: uppercase;}

#bu3DReqSubitButton {
  background-color: #3E8AEE;
  width:200px;
  min-width:180px;
  padding-left:5px;
  padding-right:5px;
  margin-left:2px;
  margin-right:2px;
  margin-top:8px;
  margin-bottom:10px;
  line-height: 20px;
}

#bu3DReqTerms {
	color:white;}

