@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@charset 'UTF-8';


/* Styling temporary legend for tube seq */
/* Author: Wesley Pettyjohn */
/* Date: 11.09.2016 */
#tubeSeqLegend {
	border: 2px solid #cccccc;
    padding: 5px;
    margin: 0 2px;
	display: block;
}

#tubeSeqLegend > p {
	margin: 0;
	font-weight: bold;
    display: inline-block;
    padding-right: 14px;
}

#tubeSeqLegend > p:last-child {
	padding-right: 0;
}

#tubeSeqLegend > p > span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

#tubeSeqLegend > p:nth-child(1) > span {
	background-color: #143D8D;
	background-image: url("/media/546532/Icon-AddReaction.png");
}

#tubeSeqLegend > p:nth-child(2) > span {
	background-color: #143D8D;
	background-image: url("/media/546533/Icon-PowerRead.png");
}

#tubeSeqLegend > p:nth-child(3) > span {
	background-image: url("/images/usercontrols/icons/note.gif");
}

#tubeSeqLegend > p:nth-child(4) > span {
	background-image: url("/images/usercontrols/icons/recyclebin.gif");
}

/* Styling print button for order confirmations */
/* Author: Wesley Pettyjohn */
/* Date: 11.02.2016 */
#printConfirmation {
	background: #444444;
    border: 1px solid #000000;
    color: #ffffff;
	display: inline-block;
	cursor: pointer;
}
#ContentPlaceHolderDefault_subContent_MainContent_CheckoutSubContent_ConfirmationNextActions_12_pnlDragableWindow {
	width: auto;
    float: left;
}

/* Fixing headline color and icon for NGS */
/* Author: Wesley Pettyjohn */
/* Date: 11.02.2016 */
.productOptions .Gene.Expression .mainTitle {
	background: url("/media/234187/Genotyping_55x55_webicon.png") no-repeat left center;
	border-bottom-color:#B02A43;
	background-position-x: 10px;
}


/* Indenting nested uls */
/* Author: Wesley Pettyjohn */
/* Date: 09.26.2016 */
.webContent ul ul {
	margin-left: 20px;
}

/* Centering icons on tube seq order page */
/* Author: Wesley Pettyjohn */
/* Date: 09.26.2016 */
#divSequencingContent .sctOptions > .icon > div > .tooltip_text {
	background-position: center;
}

/* Fixing checkboxes on wishlist */
/* Author: Wesley Pettyjohn */
/* Date: 09.23.2016 */
#myCart .checkbox input[type="checkbox"] {
   position: initial !important;
    float: none !important; 	
}

/* Laying out vertical labels for table on Sequence Optimization */
/* Author: Wesley Pettyjohn */
/* Date: 09.22.2016 */
#tabs-4616 .firstLetter,
#tabs-4616 .thirdLetter {
    white-space: nowrap;
    display: block;
    text-align: center;
}
#tabs-4616 .firstLetter {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	margin: 0 -1.75em;
}
#tabs-4616 .thirdLetter {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	margin: 0 -2em;
}

/* Fixing checkbox alignment on checkout */
/* Author: Wesley Pettyjohn */
/* Date: 09.21.2016 */
table.tablesorter tbody td {
	padding: 4px 4px 4px 5px !important;
}

/* Adding padding to sectino headings for gene wizard */
/* Author: Wesley Pettyjohn */
/* Date: 09.21.2016 */
#ContentPlaceHolderDefault_subContent_OrderPageSection_OrderGenes_GSY_Wizard_10_pnlStep1 .gs-menu > ul > li > a {
	padding: 0 0.5em;
}



/* Displaying footer icons */
/* Author: Wesley Pettyjohn */
/* Date: 09.16.2016 */
.footerIcons {
    display: block;
}

/* Adding bold/color to cart count when greater than 0 */
/* Author: Wesley Pettyjohn */
/* Date: 09.14.2016 */
.activeCart {
	font-weight: bold;
	color: #F58026;
}
	
/* Moving CSS from JS for cart count */
/* Author: Wesley Pettyjohn */
/* Date: 09.13.2016 */
#topCart .items span {
	display: block;
	position: relative !important;
    top: -5px !important;
}
#searchstring {
	color: #C7C7C7;
}

/* Fixing margin on "Download" button on Seq Support */
/* Author: Wesley Pettyjohn */
/* Date: 09.12.2016 */
#tabs-1969 .miscBtn.dnaseqBtn {
	margin: 10px 0;
}

/* Fixing margin/padding on dry ice checkbox in checkout */
/* Author: Wesley Pettyjohn */
/* Date: 09.01.2016 */
#ContentPlaceHolderDefault_subContent_MainContent_CheckoutSubContent_ShippingOptions_12_pnlDryIceShippment .checkbox {
	margin: 0 0 0 10px;
    padding: 0;
}

/* Adding margin to left panel of Gene Wizard */
/* Author: Wesley Pettyjohn */
/* Date: 08.31.2016 */
div[id^="gs-step-"] .gs-content .gs-left {
	margin-top: 18px !important;
}

/* Darkening text on options buttons */
/* Author: Wesley Pettyjohn */
/* Date: 08.24.2016 */
.productOptions .subMainProduct .productMenu ul li a { color: #999 !important; }

/* Adding background color to hover state info on next-gen genotyping */
/* Author: Wesley Pettyjohn */
/* Date: 08.24.2016 */
.mainProduct.Genotyping .hoverInfo { background-color: #B02A43; }

/* Added padding and margin to ordered lists */
/* Author: Wesley Pettyjohn */
/* Date: 08.18.2016 */
.webContent ol li,
.webContent ul li,
.ucInstructions div.content ul li,
.ucInstructions div.content ol li {
  padding-left: 5px;
  padding-top: 2px;
  margin-left: 20px;
}

/* Overwrite the headline color for usercontrols */
/* Author: Dominik Wittmann */
/* Date: 05/23/2016 */
/*#tpOligos .coreControl h2 {background:#f7f7f7; color: #ffffff;}*/
/*.coreControl h2, .localControl h2 {background:#143D8D; color: #ffffff;}*/
.localControl h2, .coreControl h2 {
  background: #143D8D;
  color: #ffffff;
}

#tpSequencing .coreControl h2 {
  background: #143D8D !important;
  color: #ffffff !important;
}

#tpOligos .coreControl h2 {
  background: #f7f7f7 !important;
  color: #404040 !important;
}

#tpOligos .coreControl h2 a.close {
  background: url("/media/546539/plus-black.png") top right no-repeat !important;
}

#tpOligos .coreControl h2 a.open {
  background: url("/media/546540/minus-black.png") top right no-repeat !important;
}		
		
/* Restyle the ucShippingOptions */
/* Author: Dominik Wittmann */
/* Date: 05/23/2016 */
.ucShippingOptions div.carrierOptions {
  margin-top: 10px !important;
}

.ucShippingOptions div.carrierOptions > div {
  float: none;
  margin: 0;
}

.ucShippingOptions div.carrierOptions div.carrierBillTo {
  margin-top: 8px;
}

/* Add some more margin to the pagination of the Sequencing Usage Tracking Control */
/* Author: Dominik Wittmann */
/* Date: 05/24/2016 */
.ucSeqUsageTracking div.comPagination {
  margin-bottom: 8px;
}

/* Remove some space for the usercontrols */
/* Author: Dominik Wittmann */
/* Date: 05/23/2016 */
.ucAssignKit, .ucActivateKit, .ucShareSeqKits {
  margin-bottom: 5px;
}

/* Style the local ucMailSubscribe control */
/* Author: Dominik Wittmann */
/* Date: 05/24/2016 */
.webMailSubscribe {
  border: 1px solid #cccccc;
}

.webMailSubscribe div.content {
  padding: 8px;
}

.webMailSubscribe h2 {
  background: #143D8D;
  color: #ffffff;
}

/* Add padding in the content to each p and ul */
/* Date: 05/25/2016 */


/* Testing adding a new color to a kit in the seq dashbord */
/* Author: Dominik Wittmann */
/* Date: 05/24/2016 */
.PlateKitPCR h2 {
  background: #228B22;
}

.PlateKitDNA h2 {
  background: #4D5F9B;
}

.PlateKitClone h2 {
  background: #a7a7a7;
}

.SimpleSeqKit h2 {
  background: #143D8D;
}

.WeblessKit h2 {
  background: #6b8194;
}

.FreeBarcode h2 {
  background: #C7DD75;
}

.FreeBarcodes h2 {
  background: #C7DD75;
}

.comDisplayKit .Used {
  background: #f7f7f7;
}

/* Style the ecomProductList tables */
/* Author: Dominik Wittmann */
/* Date: 05/26/2016 */
table.ecomProductList td {
  margin: 0;
  padding: 5px;
}

table.ecomProductList h4 {
  margin: 0;
}

table.ecomProductList p {
  margin: 0;
  padding: 0;
}

/* Add a border to tabs */
/* Author: Dominik Wittmann */
/* Date: 05/26/2016 */
ul.content-tab {
  list-style-type: none;
  width: 100%;
  float: left;
  background: url(/images/Website/line.gif) bottom left repeat-x;
}

/* Credit Cards styling */
/* Author: Dominik Wittmann */
/* Date: 05/26/2016 */
.comCreditCard .sctCreditCards {
  margin-bottom: 8px;
}

.comCreditCard .sctCreditCards div.sctExistingCreditCards {
  float: left;
  width: 40%;
}

.comCreditCard .sctCreditCards div.sctNewCreditCards {
  float: right;
  width: 50%;
}
		
/* Literature Links & Related Links & Order Links */
/* Author: Dominik Wittmann & Justin Hubbard */
/* Date: 05/26/2016 */
#literature, #relatedLinks, #orderLinks {
  margin: 0 0 15px 0;
  padding: 0;
}

#literature h5, #relatedLinks h5 {
  margin-top: 10px;
}

#literature ul, #relatedLinks ul, #orderLinks ul {
  margin: 0;
  padding: 0;
}

#literature_old ul li, #relatedLinks_old ul li {
  margin-top: 5px;
  list-style: none;
  padding: 6px 3px 4px 24px;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-position: 4px 5px;
  border: 1px dashed #cccccc;
}

#literature ul li.DEFAULT {
  background-image: url(/images/icons/document.gif);
	background-repeat: no-repeat;
    list-style: none;
    padding-left: 24px;
    background-position: 4px center;
}

#literature ul li.PDF {
  background-image: url(/images/icons/pdf_small.gif);
	background-repeat: no-repeat;
    list-style: none;
    padding-left: 24px;
    background-position: 4px center;
}


#literature ul li.LINK {
  background-image: url(/images/icons/link.gif);
	background-repeat: no-repeat;
    list-style: none;
    padding-left: 24px;
    background-position: 4px center;
}

#literature ul li.DOC {
  background-image: url(/images/icons/doc_small.gif);
	background-repeat: no-repeat;
    list-style: none;
    padding-left: 24px;
    background-position: 4px center;
}

#literature ul li.XLS {
  background-image: url(/images/icons/xls_small.gif);
	background-repeat: no-repeat;
    list-style: none;
    padding-left: 24px;
    background-position: 4px center;
}

#literature ul li a, #relatedLinks ul li a {
  /*padding-left: 0;*/
  margin: 0;
  color: #666666;
}

#relatedLinks ul li.LINK {
  background-image: url(/images/icons/link.gif);
  background-repeat: no-repeat;
    list-style: none;
    padding-left: 24px;
    background-position: 4px center;
}

#orderLinks li {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Content Styles for all content pages like secondary page */
/* Author: Dominik Wittmann */
/* Date: 05/27/2016 */
.webContent ul {
  list-style-type: disc;
  padding: 5px;
	margin-left:10px;
}

/* Added padding and margin to ordered lists */
/* Author: Wesley Pettyjohn */
/* Date: 08.18.2016 */
.webContent ol li,
.webContent ul li,
.ucInstructions div.content ul li,
.ucInstructions div.content ol li {
  padding-left: 5px;
  padding-top: 2px;
  margin-left: 20px;
}
/*
.webContent p {
  padding: 5px;
  font-size:1rem;
} */
/** Author: Sanjay **/
/** Date: 05/27/2016 **/ 
/** applied margin-left on the .webContent ul li and padding left and top because lists were being placed left of the text*/
/**  --------------- KAMPYLINK ---------------  **/
#kampylink, #k_slogan {
  display: none !important;
}

/**  --------------- CONTOUR ---------------  **/
.contourField {
  padding: 0;
  line-height: 0px;
}
/** START SIT ONLY **/
div#verinfo {
  position: fixed;
  bottom: 0;
  right: 0;
}
/** END SIT ONLY **/

/**  --------------- CAROUSEL ---------------  **/

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 18%;
  z-index: 15;
  display: table;
  list-style: none;
  text-align: center;
}

.carousel-indicators .active {
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background: url(/media/204759/slide_active3.png)no-repeat 0 0;
  background-size: contain;
}

.carousel-indicators li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  text-indent: -999px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: url(/media/204760/slide_inactive.png)no-repeat 0 0;
  background-size: contain;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100%;
}


/**  ---------------   MAIN   ---------------  **/
.main-mobile-nav {
  display: none;
}

body {
	
  color: #333333;
}

/*td a , p a{
  color: #003882;
}*/
td a{
  color: #003882;
}
.accordion-body p a{
  color: #003882;
}
.flip-card p a{
  color: inherit;
}

/*td a:hover {
  color:var(--color-primary);
}*/

span a{
    color: #003882 !important;
}
a {
  color: #003882;
}

a:hover {
  text-decoration: none;
}

a, a:hover, a:focus, a:active {
  outline: none;
}
/*Author: Sanjay (6.1.2016; 6/7/2016) */
/* The list in the tube sequencing instruction page was not showing the bullets; changed from none to disc below; also added list-style inside */
/*ul {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}
*/
.headingMenu {
  margin-left: 0px;
}

ol li {
  list-style: inherit !important;
}

input {
  height: auto !important;
}

textarea {
  resize: both !important;
  padding: 5px !important;
  min-height: 30px !important;
}

.middlelinks a {
  color: #777;
}

.middlelinks a:hover {
  color: #003882;
}

.col-md-9.nopadding {
  width: 100%;
}

.headingMenu li {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  font-size: 18px;
  margin-left: -0px;
  margin-right: -4px;
  border-right: 2px solid #ffffff;
}

.headingMenu li:last-child {
  border: none;
}

.headingMenu li a {
  display: block;
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
  background: #f49a55;
}

.Sequencing .headingMenu li a {
  background: #143D8D;
}

.Synthesis .headingMenu li a {
  background: #AB3F97;
}

.NGS .headingMenu li a {
  background: #00BCE4;
}

.headingMenu li a:hover {
  background: #404040;
}

.Oligos .headingMenu li a:hover {
  background: #F68026;
}

.maincontent {
  /*border: 1px solid #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
  ;*/
    margin-bottom: 40px;
  padding: 15px;
}

.ucInstructions div.content ul {
  list-style: disc;
}

.maincontentNew {
  border-right: 1px solid #999;
  padding: 0 15px 0 0;
}

.maincontentNew img {
  width: 99%;
}

.maincontent .col-md-4 {
  padding: 10px 15px 10px 0;
}

.introboxtitle {
  position: absolute;
  visibility: hidden;
}
/*  #content-container{
    overflow: auto; 
}*/
#Copyright {
  display: inline-block;
  margin: 10px 0 0;
}

#Copyright .Copyright {
  color: #666;
  font-size: 11px;
}

#productList {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  display:flex;
}

.maincontent h4 {
  margin-top: 15px;
}

.maincontent div.col-md-4 img {
  box-shadow: 2px 2px 5px #444;
  opacity: 0.8;
  height: auto;
  width:100%;
}

.maincontent div.col-md-4:hover img {
  box-shadow: 2px 2px 5px #222;
  opacity: 1;
}

.maincontent .col-md-4:hover, .maincontent .col-md-4:hover a {
  color: #000;
}

.sidebar h3 {
  margin-top: 0;
}

#tpOrderPages .sidebar h2.grey {
  font-size: 1em;
  text-transform: none;
}

.ucContainer {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  background: #ffffff;
}

.ucContainer > div {
  padding: 0 5px;
}

.more {
  text-transform: uppercase;
}

ul#certsBlock {
  display: table;
  margin: 0 auto;
  text-align: center;
}

#certsBlock li, .footerIcons li {
  display: inline-block;
  padding: 5px;
}

img.certs {
  margin: 0 auto;
  width: auto;
  display: table;
}

#phama {
  background: url(/media/10239/phama.jpg) no-repeat left 0;
  padding-left: 60px;
  width: 38px;
  height: 32px;
  float: left;
}

#research {
  display: inline-block;
  background: url(/media/10264/research.jpg) no-repeat left center;
  padding-left: 80px;
}

#agro {
  display: inline-block;
  background: url(/media/10259/agro.jpg) no-repeat left center;
  padding-left: 80px;
}

#mores {
  display: inline-block;
  padding-left: 60px;
  cursor: pointer;
  background-size: 38px;
  background-position: 0px 0px;
  float: left;
  width: 38px;
  height: 32px;
}

ul#sidemenu li:hover span {
  background-position-y: -32px;
}

.open {
  background: url(/media/29086/more_homepage_sidebaricon.png) no-repeat left center;
  display: inline-block;
}

.cloze {
  background: url(/media/29087/minus_homepage_sidebaricon.png) no-repeat left center;
  display: inline-block!important;
}

#biotech {
  display: inline-block;
  background: url(/media/10254/biotexh.jpg) no-repeat left center;
  padding-left: 80px;
}

#cgmp {
  display: inline-block;
  background: url(/media/10249/cgmp.jpg) no-repeat left center;
  padding-left: 80px;
}

#quick {
  display: inline-block;
  background: url(/media/1235894/icon-quick-order.png) no-repeat left center !important;
  padding-left: 35px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
}

#quick:hover {
  background: url(/media/1235809/order-now-icon.png) no-repeat left center !important;
}

#social {
  list-style: none;
  padding: 0;
  display: table;
  margin: 30px auto;
}

#social li {
  float: left;
}

#pi {
  display: inline-block;
  background: url(/media/263705/pinterest-icon.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#fb {
  display: inline-block;
  background: url(/media/1260276/facebook-blk.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#tw {
  display: inline-block;
  background: url(/media/1236944/x.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#google {
  display: inline-block;
  background: url(/media/10284/google.jpg) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#in {
  display: inline-block;
  background: url(/media/1236948/linkedin-blk.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#youtube {
  display: inline-block;
  background: url(/media/1236946/youtube-blk.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#insta {
  display: inline-block;
  background: url(/media/1260277/insta-blk.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#tiktok {
  display: inline-block;
  background: url(/media/1260279/tiktok-blk.png) no-repeat left center;
  padding-left: 30px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.ticker {
  background: none repeat scroll 0 0 #f58026;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999; 
}

.topimage,
#section-header-image {
  width: 100%;
  margin-bottom: 15px;
}

ul.bxslide li img {
  width: 100%;
}

ul.search-results {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

ul.search-results .more {
  color: #f58025!important;
}

.main-mobile-nav {
  display: none;
}

#res-nav {
  float: left;
  color: #fff;
  padding: 9px 5px;
  cursor: pointer;
  display: none;
}

i.fa.fa-bars {
  font-size: 21px;
}

#res-search {
  float: right;
  padding: 3px 5px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

img {
  height: auto;
  vertical-align: top;
}

img.iconimage {
  float: left;
  margin-right: 15px;
}

h2.main-title {
  margin-top: 15px;
  margin-bottom: 40px;
}

#breadcrumb {
  margin-left: 0!important;
  font-size: 12px;
  position: absolute;
  top: 66px;
  left: 86px;
}

#breadcrumb a {
  text-decoration: none;
}

#container {
  background: #fff;
}

li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a {
  color: #fff;
}

.widtget-titles {
  background: #003883;
  padding: 8px 10px;
  font-weight: bold;
  text-transform: capitalization;
  color: #fff;
  margin: 0;
}

#MenuH .menu>li:hover>a, #MenuH .menu>li:hover>span, #MenuH .menu>li.sel>a, #MenuH .menu>li.sel>span {
 /*background: rgba(0,0,0,0.4);*/;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 9999999999999999999999999;
}

.sidemore {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 30px;
  width: 100%;
  display: none;
}

.sidemore span {
  width: 40px;
  height: 40px;
  background-size: contain!important;
}

.sidemore h4 {
  font-size: 14px!important;
}

#sidemenu li:hover .sidemore h4 {
  padding: 0;
}

.ui-widget {
  font-family: 'Helvetica', sans-serif !important;
}
.ui-widget button
{
   font-family: 'Helvetica', sans-serif !important;
}
/* updated font size for the my orders control on 9/12/2024 for new template JSC */
.ui-widget-content
{
	color: var(--color-text) !important; 
	font-size:.85rem;
}

section.ui-widget-content {
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}
/**  --------------- FOOTER ---------------  **/
#greyfooter {
  background: #e6e6e6;
  padding: 25px 0;
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  clear: both;
}

h2.footertitle {
  font-size: 17px;
  margin: 0;
  font-weight: bold;
}

#FooterWidgets ul.footerlinks {
  list-style: none;
  padding: 10px 15px 0 8px;
  font-size: 12px;
  margin: 0;
  line-height: 22px;
}

#FooterWidgets ul.footerlinkstwo {
  list-style: none;
  padding: 10px 15px 0 8px;
  font-size: 12px;
  margin: 0;
  line-height: 22px;
}

#FooterWidgets ul.footerlinkstwo li {
  float: left;
  width: 50%;
}

#FooterWidgets > div > div.col-md-9 {
    /*border-right: 1px solid #999;*/;
}

ul.lowfooterlinks {
  list-style: none;
  padding: 40px 10px 10px;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  border: 1px solid #999;
  min-height: 172px;
  text-align: left;
}

h2.lowfootertitle {
  font-size: 17px;
  margin: 0;
  font-weight: bold;
  position: absolute;
  top: -10px;
  padding: 10px 0;
  left: 3.5%;
  text-align: center;
  width: 152px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

h2.lowfootertitle:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  // IE8;
    filter: alpha(opacity=75);
  // IE 5-7;
    opacity: .75;
  top: -8px;
}

.orange {
  color: #EE7D11;
}

.blue {
  color: #003883;
}

.purple {
  color: #A33C90;
}

.paleblue {
  color: #00BCE4;
}

.lowfootbox {
  position: relative;
  padding: 10px 11px 10px 0;
}

.lowfootbox:hover .orange {
  background: #f58026;
  color: #fff;
}

.lowfootbox:hover .blue {
  background: #143d8d;
  color: #fff;
}

.lowfootbox:hover .purple {
  background: #ab3f97;
  color: #fff;
}

.lowfootbox:hover .paleblue {
  background: #00bce4;
  color: #fff;
}

.lowfootbox {
  position: relative;
  padding: 10px 5px 0px 0;
  margin-bottom: 30px;
}

.lowfootbox h2 a {
  color: #fff;
}

ul.lowfooterlinks li {
  transition: 0.2s;
}

ul.lowfooterlinks li:hover {
  padding-left: 5px;
}
/*
ul.lowfooterlinks:hover li a {
  color: #fff;
}

ul.lowfooterlinks h2:hover li a {
  color: #fff;
}*/

.footerIcons {
  width: 20%;
  text-align: center;
  float: right;
}

footer #FooterWidgets a {
  color: #666;
}

footer #FooterWidgets a:hover {
  color: #003882;
}
/**  --------------- CHAT-FEEDBACK ---------------  **/
#chat {
  display: inline-block;
  background: url(/media/10357/chat.jpg) no-repeat left top;
  padding-left: 35px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
}

#chat:hover {
  background: url(/media/10357/chat.jpg) no-repeat left bottom;
}

#feedback {
  display: inline-block;
  background: url(/media/10362/feedback.jpg) no-repeat left top;
  padding-left: 35px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
}

#feedback:hover {
  background: url(/media/10362/feedback.jpg) no-repeat left bottom;
}
/**  ---------------    FAQ SECTION New  ---------------  **/
#faqs {}
#faqs .expanded {font-weight:bold;}
#faqs dt {
  	font-weight:bold;
  	cursor: pointer;
	background-image: url("/images/icons/arrow.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #5c6eaa;
    cursor: pointer;
    padding-left: 30px;
  	margin-bottom:5px;
}
#faqs dd {
  margin: 0 0 8px;
}



/**  ---------------    FAQ SECTION Old  ---------------  **/
#faqs2 {
  padding: 25px;
}
/*#faqs dt, #faqs dd { padding: 0 0 0 50px }*/
#faqs2 dt {
  font-size: 1.3rem;
  color: #FFFFFF;
  cursor: pointer;
  height: 41px;
  margin: 0 0 15px 0px;
  padding: 12px;
  padding-left: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 #999999;
  -moz-box-shadow: 0 2px 2px 0 #999999;
  box-shadow: 0 2px 2px 0 #999999;
}

#faqs2 dt:hover,
#faqs2 dt:focus,
#faqs2 dt:active {
  background-color: #001A71;
}

#faqs2 dd {
  font-size: 1.3rem;
  margin: 0 0 15px;
}

#faqs2 dt,
#faqs2 .expanded {
  background: url(/media/29241/plus-minus-sprite.png) no-repeat 10px 8px #404040;
}

#faqs2 .expanded {
  background-position: 10px -30px;
  background-color: #001A71;
}

#faqs2 .singleFaq a {
  color: #FFFFFF;
  display: block;
}

.nopadding {
  padding: 0!important;
}

.col-md-3.nopadding {
  width: auto;
  margin: 0 10px 0 0;
}

.col-md-3.nopadding img {
  margin-bottom: 20px;
}

.col-md-3.flinks {
  width: auto;
  text-align: left;
  margin: 0 10px;
}
/**  ---------------    UI TABS   ---------------  **/
.ui-tabs .ui-tabs-panel, #tab-container-1 .tab {
  margin-left: -4px;
  margin-top: -2px;
  width: 101%;
  text-align: left;
  z-index: 1;
}

#tab-container-1 .tab {
  padding: 10px !important;
  border-top: none;
  left: 4px;
  position: relative;
}

.ui-tabs .ui-tabs-panel .ThirdCol li,
.ui-tabs .ui-tabs-panel .HalfCol li {
  margin-left: 15px;
}

#tabs > ul > li, #tab-container-1 > ul > li {
  margin: 0 3px 0 1px !important;
  background: #F6F9FC !important;
  outline: none;
  border: none;
  padding: 6px 4px !important;
  /*-webkit-box-shadow: 0 -1px 1px #454545;
  -moz-box-shadow: 0 -1px 1px #454545;
  box-shadow: 0 -1px 1px #454545;*/
	box-shadow: none !important;
  font-size: 13px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px 10px 0 0;
 
}

#tabs > ul > li:hover, #tab-container-1 > ul > li:hover {
  background: #E8EFF6 !important;
}

#tabs > ul > li > a, #tab-container-1 > ul > li > a {
  color: #1659A4;
  outline: none;
  padding: .5em 1em;
  text-decoration: none;
  font-weight:bold;
}

#tabs > ul > li:hover > a, #tab-container-1 > ul > li:hover > a {
  color: #1659A4;
}

#tabs > ul > li.ui-tabs-active, #tab-container-1 > ul > li.activeli {
  font-weight: bold;
  /*-webkit-box-shadow: -2px -2px 0 0px #999;
  -moz-box-shadow: -2px -2px 0 0px #999;
  box-shadow: 2px -2px 0 1px #ddd;
  background: #FFFFFF !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #FFF;
  border-bottom: none !important;*/
	background: #1659A4 !important;
    border: none !important;
    box-shadow: none !important;
    
}

#tabs > ul > li.ui-tabs-active > a, #tab-container-1 > ul > li.activeli > a {
  color: #fff;
}

#tabs .ui-tabs-panel, #tabs .ui-tabs {
  border: none !important;
  box-shadow: none !important;
  padding:1em;
	border-bottom: 1px solid !important;
	border-radius: 0px;
	padding-bottom: 0px;
}

.ui-tabs {
  padding: 0.2em;
  position: unset !important;
}

div.ui-tabs {
  position: relative;
}

div#horizontalTab {
  display: none!important;
}
/**  ---------------   SLIDERBOXES   ---------------  **/
ul.menu li .submenu li .submenu {
  border: none!important;
}

#container #sliderboxes .prodBtns {
  font-family: 'Helvetica', sans-serif !important;
  font-size: 1rem;
  color: #BCBDC0;
  background: #ffffff;
 /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #F4F4F4 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#F4F4F4));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#F4F4F4 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#F4F4F4 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#F4F4F4 100%);
 /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#F4F4F4 100%);
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F4F4F4',GradientType=0 );
 /* IE6-9 */
  display: table;
  width: 100%;
  max-width: 248px;
  margin: 0.5rem 0;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#container #sliderboxes .prodBtns:hover {
  box-shadow: 0 2px 2px -1px #777777;
}

#container #sliderboxes .prodBtns > div {
  padding: 0.5rem 0 0.5rem 0.5rem;
  float: left;
  background: none;
  color:#BCBDC0
}

#container #sliderboxes .prodBtns > figure {
  background: none repeat scroll 0 0 #f2f2f2;
  border-right: 2px solid #dfdfdf;
  box-shadow: 0 0 4px 0 #ffffff inset;
  float: left;
  margin: 0;
  width: 29%;
}

#container #sliderboxes .prodBtns > figure > img {
  display: block;
  height: auto;
  width: 100%;
}

#container #sliderboxes .prodBtns span {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}


  /**  ---------------   SEARCH   ---------------  **/
#Search {
  margin: 26px 10px 5px 0;
  position: relative;
}

#SearchBar {
  background: url(/media/10385/searchbarl.png) no-repeat left center;
  !width: 240px;
  position: relative;
}

nav div#searchresults {
  position: absolute;
  right: 25px;
  display: none;
  top: 53px;
  top: 126px\9;
}

.fixed #SearchBar {
  margin-right: 0px;
}

#SearchBar input[type=text] {
  color: #666;
  height: 29px;
}

.mainSearch {
  position: absolute;
  right: 4%;
  top: 30%;
  width: auto;
}

.mainSearch > input[type="text"] {
  float: right;
  width: 40%;
  -webkit-transition: linear .25s all;
  -o-transition: linear .25s all;
  transition: linear .25s all;
}

.mainSearch > input[type="text"].searchActive {
  width: 60%;
}

.mainSearch > input[type="submit"] {
  display: none;
}

.ezsearch-summary, .ezsearch-result-count, .ezsearch-results, .ezsearch-no-results {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1px 15px;
}

.ezsearch-summary, .ezsearch-no-results {
  padding-top: 15px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.ezsearch-no-results {
  padding-bottom: 15px;
}

.ezsearch-results, .ezsearch-no-results {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-box-shadow: 1px 3px 2px -2px #999999;
  -webkit-box-shadow: 1px 3px 2px -2px #999999;
  box-shadow: 1px 3px 2px -2px #999999;
}

.ezsearch-result > h2 {
  font-size: 2rem;
}

div.right.searchbox {
  position: relative;
  float: right;
  margin-right: 20px;
  display: none;
}

input#searchText, #searchstring {
  border: none;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
  width: 100%;
  max-width: 240px;
  margin: 25px 10px;
  float: right;
}

button#btnSearch {
  position: absolute;
  top: 3px;
  right: 0;
  background: transparent;
  font-size: 0;
  box-shadow: none;
  border: none;
}

button#btnSearch {
  position: absolute;
  top: 3px;
  right: 0;
}

#searchresults .sec {
  max-height: 205px;
  overflow-y: scroll;
  background: #eee;
  z-index: 999999;
  border-radius: 5px;
  padding: 0;
  width: 240px;
}

#searchresults h3 {
  font-size: 11px;
  margin: 10px;
}
  /**  ---------------   MENU - SIDE MENU   ---------------  **/
.cssmenu,
.cssmenu ul,
.cssmenu li,
.cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Helvetica', sans-serif !important;
  font-size: 14px;
  position: relative;
}

.cssmenu a {
  line-height: 1.3;
}

.cssmenu {
  width: 100%;
}

.cssmenu > ul > li > a {
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: #007ec3;
  color: #ffffff;
  border-bottom: 1px solid #003c5d;
  text-transform: uppercase;
}

.cssmenu > ul > li > a > span {
  background: #14498B;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.cssmenu > ul > li > a:hover {
  text-decoration: none;
}

.cssmenu > ul > li.active {
  border-bottom: none;
}

.cssmenu > ul > li.active > a {
  color: #fff;
}

.cssmenu > ul > li.active > a span {
  background: #007ec3;
}

.cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}

.cssmenu ul ul {
  display: none;
}

.cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #14498B;
  font-size: 13px;
}

.cssmenu ul ul a:hover {
  color: #0B59BB;
}

.cssmenu ul ul li.odd {
  background: #f4f4f4;
}

.cssmenu ul ul li.even {
  background: #fff;
}

#MenuH .menu>li:hover, #MenuH .menu>li.sel {
  background: #003882;
}

#MenuH .menu>li {
  background: url(/css/WeProEurofinsTheme/images/menuH.sep.png) repeat-y right top;
  height: 80px;
}

#MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li a:hover, #MenuH .submenu li span:hover, #MenuH .submenu li.sel a, #MenuH .submenu li.sel span {
  font-size: 14px;
}

#sidemenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidemenu li {
  margin: 0;
}
 

ul#sidemenu li:first-child span {
  margin-top: 8px;
}

ul#sidemenu li:first-child + li span {
  margin-top: -5px; 
}

ul#sidemenu li:first-child + li + li span {
  margin-top: 9px; 
}

ul#sidemenu li:first-child + li + li + li span,
ul#sidemenu li:first-child + li + li + li + li span,
#mores {
  margin-top: -4px;
}

ul#sidemenu li:hover a span {
  background-position-y: -32px;
}

#sidemenu li h4 {
  color: #404040;
  font-size: 1.7rem;
  line-height: 24px;
}

#sidemenu li {
  transition: 0.2s;
  clear: both;
  margin: 15px 0;
}

#sidemenu li:hover h4 {
  color: #003882;
}

#sliderboxes li a {
  margin: 0px 0;
  background-size: 214px;
  width: 208px;
  height: 57px;
}

#sliderboxes li a img {
  width: 165px;
}

.sboxes {
  position: absolute;
  z-index: 898;
  right: 0px;
  padding: 0px;
}

#MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li a:hover, #MenuH .submenu li span:hover, #MenuH .submenu li.sel a, #MenuH .submenu li.sel span {
  font-size: 11px;
}

.sboxes #sliderboxes li a {
  background-repeat: no-repeat;
  height: 69px;
}

#sliderboxes li a {
  background-size: contain;
  height: 41px;
  margin: 10px 0px;
  width: 258px;
  float: right;
}

#myCarousel #sliderboxes {
  margin: 0 !important;
}

#Logo a img {
  border: medium none;
  margin-right: 0px;
}

img {
  height: auto;
  vertical-align: top;
}

.BannerZone1 {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: -1px 0px 0px 0px #D2D2D2, -1px 0px 0px 0px #E6E6E6, 1px 0px 0px 0px #D2D2D2, 2px 0px 0px 0px #E6E6E6, 0px -1px 0px 0px #E8E8E8, 0px 2px 0px 0px rgba(241, 241, 241, 0.3), 0px 1px 0px 0px #B1B1B1;
  border-radius: 4px;
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}
/** ---------------- SIDEBAR REMOVAL ------------------**/
form[action="/en/products/dna-sequencing/overnight-dna-sequencing.aspx"] .col-md-9.maincontent {
  width: 100%;
}

form[action="/en/products/dna-sequencing/overnight-dna-sequencing.aspx"] .col-md-3.sidebar {
  display: none;
}




/** ----------------- PRODUCT DASHBOARD ----------------**/
#dashContainer {
  width: 100%;
  position: relative;
  top: -23px;
}

.dashCol {
  width: 49.7%;
  display: inline-block;
}

.dashCol:first-child,
.dashCol:first-child h2 {
  color: #dd7221 !important;
}

.dashCol:first-child + .dashCol,
.dashCol:first-child + .dashCol h2 {
  color: #123C8C !important;
}

.dashCol:first-child + .dashCol +.dashCol,
.dashCol:first-child + .dashCol +.dashCol h2 {
  color: #AB3F97 !important;
}

.dashCol:first-child + .dashCol + .dashCol + .dashCol,
.dashCol:first-child + .dashCol + .dashCol + .dashCol h2 {
  color: #00a7c9 !important;
}

h2.dashTitle {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
	margin-top: 20px;
}

.dashBox {
  position: relative;
}

.dashBoxCol {
  width: 48.5%;
  background: #E7E8E9;
  margin-right: 5px;
  float: left;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 2px 2px 1px #999999;
  -moz-box-shadow: 0 2px 2px 1px #999999;
  box-shadow: 0 2px 2px 1px #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dashSection {
}

.dashItemTitle {
  background: #ececec;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ececec 0%, #cecece 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#cecece));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ececec 0%,#cecece 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ececec 0%,#cecece 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ececec 0%,#cecece 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ececec 0%,#cecece 100%);
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cecece',GradientType=0 );
 /* IE6-9 */
  font-size: 0.9rem;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #bbb;
  width: 102%;
  margin-left: -2px;
  margin-top: -1px;
  text-shadow: 0px 1px 0 #eeeeee;
}

.dashItemTitle:after {
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  display: inline-table;
  float: right;
  top: 6px;
  position: relative;
  border-style: inset;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  -webkit-transform: rotate(360deg);
}

ul.dashList {
  margin: 0;
}

ul.dashList > li {
  color: #333333;
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #FFFFFF;
  padding: 5px 0 5px 20px;
  list-style: none !important;
  margin: 0 !important;
  position: relative;
}

/*ul.dashList > li:before {
	content: "";
	margin-right: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	float: left;
	top: 7px;
	position: relative;
}

.dashCol:first-child ul.dashList > li:before{
	background: #F58026;
}*/

.dashCol:first-child + .dashCol ul.dashList > li:before {
  background: #123C8C;
}

.dashCol:first-child + .dashCol + .dashCol ul.dashList > li:before {
  background: #AB3F97;
}

.dashCol:first-child + .dashCol + .dashCol + .dashCol ul.dashList > li:before {
  background: #02BBE3;
}

ul.dashList > li:hover {
  background: #F7F7F7;
}

ul.dashList > li:focus,
ul.dashList > li:active {
  background: #D7D8D9;
}

ul.dashList > li a {
  display: block;
  color: inherit;
}

ul.dashList > li sub {
  font-weight: normal;
  display: block;
  text-indent: 16px;
}

#toggleDashState {
  padding: 5px 10px;
  margin-top: -50px;
  background: #E7E7E7;
  text-align: right;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 0 #000000;
  -moz-box-shadow: 0 0 1px 0 #000000;
  box-shadow: 0 0 1px 0 #000000;
  float: right;
}
/**  ---------------   SECONDARY PAGES   ---------------  **/
#section-header {
  display: none;
  padding: 0.1em 0 1.5em 7em;
  margin-bottom: 10px;
  margin-top: -5px;
}

#section-header a {
  color: #bbb;
}

#section-header a:hover,
  #section-header a:active,
  #section-header a:focus {
  color: #003882;
}

div.secondary-page #section-header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid;
  color: #404040;
  font-family: 'Helvetica', sans-serif !important;
  font-size: 32px;
  margin-bottom: 20px;
  padding: 0.25em 0 0.5em;
  display: none;
}

div.secondary-page #section-header a {
  font-size: 12px;
  top: 63px;
  position: absolute;
}

div.secondary-page #section-header a + a {
  left: 20%;
}

div.secondary-page #section-header a + a + a {
  left: 40%;
}

div.secondary-page #section-header a + a + a + a {
  left: 60%;
}

div.secondary-page #section-header a:first-child {
}

div.secondary-page #section-header a:last-child:after {
  display: block;
  content: "";
}

div.secondary-page #section-header h1 {
  margin-top: -1px;
}

#section-header.section-oligo {
  background: url("/media/29251/oligo_icon_title.png") no-repeat left center transparent;
}

#section-header.section-genesynth {
  background: url("/media/29193/gsy_icon_title.png") no-repeat left center transparent;
}

#section-header.section-ngs {
  background: url("/media/29194/NGS_icon_title.gif") no-repeat left center transparent;
}

#section-header.section-geno {
  background: url("/media/234187/Genotyping_55x55_webicon.png") no-repeat left center transparent;
}
 /****** 863 logo environmental *******/
#section-header.section-gettingstarted {
  background: url("/media/29195/icon_gettingstarted.png") no-repeat left center transparent;
}

#section-header.section-dnaseq {
  background: url("/media/29196/icon_dnaseq.gif") no-repeat left center transparent;
}

div#section-header.section-oligo h1 {
  color: #F58026;
}

div#section-header.section-ngs h1 {
  color: #00BCE4;
}

div#section-header.section-genesynth h1 {
  color: #A4318E;
}

div#section-header.section-dnaseq h1 {
  color: #063185;
}

.CurrentUserName, .signInOut {
  color: #777;
  font-size: 15px;
}
.flags{
    margin: 3px 20px 0px;
}
.flags img{
	position: absolute;
	left: 30%;
	top: 26%;		
}
/**  ---------------   WHITE SPACE  ---------------  **/

/**  ---------------ie GO TO ieless10.css to fix code  ---------------  **/

.carousel {
  position: relative;
  border: 1px solid #bbb;
  margin-top: 35px;
  /* home page top white space*/;
}

#Main {
  padding: 5px 0px;
  box-shadow: none;
  margin-bottom: 40px;
  width: 100%;
}

.BannerZone2 {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: -1px 0px 0px 0px #D2D2D2, -1px 0px 0px 0px #E6E6E6, 1px 0px 0px 0px #D2D2D2, 2px 0px 0px 0px #E6E6E6, 0px -1px 0px 0px #E8E8E8, 0px 2px 0px 0px rgba(241, 241, 241, 0.3), 0px 1px 0px 0px #B1B1B1;
  border-radius: 4px;
  clear: both;
  margin-top: 10px !Important;
  /* inside page white space, also effects bottom carousel */
  overflow: hidden;
}

#fixedmenu {
  position: fixed;
  width: 100%;
  background: #fff;
  float: left;
  margin-bottom: 0px;
  /* home page white space*/
  z-index: 899;
}

form[action="/en/home.aspx"] .BannerZone2 {
  margin-top: 170px;
 /* home page white space*/
  -webkit-box-shadow: 0 30px 40px -40px #000000;
  -moz-box-shadow: 0 30px 40px -40px #000000;
  box-shadow: 0 30px 40px -40px #000000;
}
/**  ---------------   RUBICON - USER CONTROLS place here for priority -  **/

.ucQuickOrder div.comPriceBox div.saveButton input.saveButton, .ucQuickOrder div.comPriceBox div.saveButton input.saveButton:hover {
  background-color: #F58026 !important;
  border-color: #CE6D23 !important;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: none;
  -moz-user-select: none;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0px;
  padding: 5px 12px;
  text-align: center;
  vertical-align: middle;
  /*white-space: nowrap;*/
  box-shadow: none;
  white-space: normal !important;
}

.ucQuickOrder div.comPriceBox {
  background: transparent none repeat scroll 0px 0px;
  color: inherit;
}

.rubStore p.fl {
  width: 100%;
  max-width: 170px;
}

.rubStore div.fl {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 10px;
}

.rubStore .showOptions {
  padding: 15px;
  background-color: #444;
  color: #FFF;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.ucQuickOrder div.comPriceBox div.showOptions div.option {
  border-top: 1px solid #999;
  padding: 20px 5px 0px;
}

.rubStore .ucQuickOrder div.comPriceBox div.showButton {
  background: transparent none repeat scroll 0px 0px;
}

.rubStore .ucQuickOrder div.comPriceBox div.saveButton input.saveButton, .rubStore .ucQuickOrder div.comPriceBox div.saveButton input.saveButton:hover {
  background-color: #00BCE4 !important;
  border: 1px solid #039DBC !important;
	white-space: normal !important;
}

#tpGene h2 {
  background: #AB3F97;
  repeat-x scroll left top rgba(0, 0, 0, 0);
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  height: auto;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-top: 6px;
  text-decoration: none;
  margin-top: }
#tpOligos .ucInstructions div#ContentPlaceHolderDefault_subContent_OrderPageSection_OrderGenes_OrderingWizardContainer_11_ucOrderwizrd_ucInstructions_pnlDragableWindowContent {
    background: #AB3F97;
  text-shadow: 0 1px 0 #842f73;
}

#tpGene .ucInstructions div.content {
  padding: 15px;
}

#tpGene .ucInstructions div.content {
  background: url('http://www.eurofinsgenomics.com/media/268016/orderpage_titleheader_image-02.png') 0 0 no-repeat;
  background-size: cover;
}

#tpGene .ucInstructions div#ContentPlaceHolderDefault_subContent_OrderPageSection_OrderGenes_OrderingWizardContainer_11_ucOrderwizrd_ucInstructions_pnlDragableWindowContent {
  background: #AB3F97;
  text-shadow: 0 1px 0 #7D2D6F;
}

#tpGene .infoBox {
  float: none;
  clear: left;
  border: 1px solid #1e96c4;
  color: #1e96c4;
  background: #d9f0f9;
  padding: 3px 5px;
  margin-bottom: 3px;
  border-left: 10px solid #1e96c4;
  margin-left: 3px;
}

#tpGene .headline .info {
  background: none;
  text-indent: -1000px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: auto;
  margin-left: 3px;
}

.tpDropBoxes {
  width: 50%;
  float: left;
}

h2.tpGene {
  background: #F0F0F0;
  repeat-x scroll left top rgba(0, 0, 0, 0);
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  height: auto;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-top: 6px;
  text-decoration: none;
  margin-top: }
h3.tpGene { 
    display: block;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #AB3F97;
  ;
}


.ucButtons a.jButton {
  /*color: #555555 !important;
  background: #eeeeee !important;*/
  border: #EEEEEE !important;
}

.ucButtons a.jButton:hover,
.ucButtons a.jButton:focus {
  color: #333333 !important;
  background: #EEEEEE !important;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoInput {
  position: relative;
  border-top: 3px solid #444444;
  margin-top: 10px;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoOptions div.showOptions div.left {
  float: left;
  width: 21%;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoOptions div.showOptions div.deliveryFormat div.right div.deliveryFormatType {
  margin-left: 50px;
}

.ucEntryFormat div#entryFormatContent div#comUpload div.inner div.downloadSection {
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  !important;
}

.ui-widget-content.ucUserCountryDialog {
  width: 50% !important;
}
/**  ---------------   Country Popup  -  **/
.ucUserCountryDialog div.dropdownSection {
  width: 760px;
  height: auto;
  padding: 10px 19px;
  float: left;
  height: 30px;
  border: 1px solid #CCC;
  background: #FFF none repeat scroll 0% 0%;
  position: absolute;
  top: 200px;
}

.ucUserCountryDialog div.dropdownSection div.regionText {
  width: 78px !important;
  font-size: 11px;
  color: #444;
}

.ucUserCountryDialog div.dropdownSection select.countryDropdown {
  width: 250px;
  !important;
}
/**  ---------------   FIELD HEIGHT OVERWRITES  -  **/
.ucOligoDefinitionTotallyCustomizedDoubleStranded div.comUserInput div.sctSirnaDefinition table tr td div.sequence textarea {
  line-height: 21px;
  height: 22px;
  float: left;
  width: 90%;
  height: 23px;
  !important;
/**  ---------------   SEQ DASHBOARD OVERWRITES REQUESTED: SUDHIR  -  **/;
}

.ucSeqUsageTracking div.comSearchFilter fieldset {
  border: 1px solid #CCC;
  padding: 8px;
  margin: 3px 0px 8px;
  height: 140px;
}

.ucSeqUsageTracking div.comSearchFilter div.sctFilter div.sctType {
  float: right;
  width: 55%;
}

.ucSeqPrimerManagement div.comButtons div.buttons {
  text-align: center;
  margin-top: 30px;
}

.ucSeqUsageTracking div.comSearchFilter fieldset legend {
  border: 1px solid #CCC;
  margin-left: 5px;
  padding: 3px 5px;
  background-color: #F0F0F0;
}

.ucSeqUsageTracking div.comSearchFilter div.sctFilter {
  float: right;
  width: 65%;
  margin-right: 10px;
}

/**  --------------- General max-height for the jQuery dialogs ---------------  **/
.ui-dialog {
  max-height: 650px;
}
/**  --------------- Specific max-height for the GSY dialogs ---------------  **/
.ui-dialog.gsy-wizard-dialog {
  max-height: 650px;
  overflow-y: auto;
}
/** ----------------- Summary Checkout ------------------- **/
.newRow input[type="text"], .newRow input[type=password], .newRow input[type="email"] {
  float: left;
  margin-right: 5px;
}

/**----Address dialog------**/
.ucAddressDialog div.right input.text, .ucAddressDialog div.right select {
    float: left;
    height: 25px !important;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    width: 100%;
}


/** SimpleSeq Side order control **/

div# col-md-3 sidebar > h4 {
    background: #404040;
    font-size: 15px;
    color: #ffffff;
    margin-top: 0;
    padding: 7px 10px;
	
}

.ucMyOrdersSearch select.dropdown {
    width: auto !important;
}

/* Word wrap for the buyers email in ucSeqUsageTracking */
/* Author: Timmanna Benakatti */
/* Date: 05-Aug-2016 */
.ucSeqUsageTracking div.sctItem div.sctProperties ul li
{
	word-wrap: break-word;
}

/**----Address dialog------**/
.ucAddressDialog div.right input.text, .ucAddressDialog div.right select {
    float: left;
    height: 25px !important;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    width: 100%;
}

/* Margin top for my quick link side bar in my account setting */
/* Author: Timmanna Benakatti */
/* Date: 08-Sep-2016 */
.myQuickLinks{margin-top : 64px;}

/* Removing margin and for icons, change in padding of insctruction ul li was affected these icons */
/* Author: Timmanna Benakatti */
/* Date: 19-Sep-2016 */
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctHeadline div.icons ul{margin:0px;}
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctHeadline div.icons ul li{margin:0px;}
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctLineIcons ul{margin:0px;}
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctLineIcons ul li{margin:0px;}
.ucSequencingReactionSetup div.content div.comTemplateTypes ul{margin:0px;}

/* Tube Sequencing */
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctHeadline div.icons ul li a.clearAll {
 	background-image: url(/media/546536/x-gray.png) !important;
	width: 12px;
    height: 12px;
    background-size: contain;
    margin-top: 2px;
}

/* Adding icons for Tube Seq */
/* Author: Wesley Pettyjohn */
/* Date: 08-Nov-2016 */	
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctLineIcons div.sctBarcode ul li a.fillNext {
    background-image: url(/media/546534/apply-1-gray.png) !important;
}
	
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctLineIcons div.sctBarcode ul li a.fillAll {
    background-image: url(/media/546535/apply-all-gray.png) !important;
}
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctLineIcons ul li a.fillAll {
	background: url("/media/546535/apply-all-gray.png");	
}

.ucSequencingReactionSetup div.content div.comReactionSetup div.sctLineIcons ul li a.fillNext {
	background: url("/media/546534/apply-1-gray.png");	
}

/* Styling Free Barcodes page */
/* Author: Wesley Pettyjohn */
/* Date: 08-Nov-2016 */	
#freeBarcodes { 
      font-family: 'Helvetica', sans-serif !important;
      margin: 0 auto;
      max-width: 1000px;
      text-align: center;
}

#freeBarcodes img {
	max-width: 100%;
}
#freeBarcodes h2 { 
    color: rgb(238, 28, 37); 
    font-size: 4em;
    text-align: center;
}
      
#freeBarcodes h3 { 
      color: rgb(23, 61, 141);
      font-size: 2.5em;
      text-align: center;
}
      
#freeBarcodes ol {
      counter-reset: foo;
      list-style-type: none;
      margin: 0 auto;
      padding: 0 3.5em 0 0;
      position: relative;
      left: 3.5em;
      text-align: left;
}
      
#freeBarcodes ol li:before {
	background-color: rgb(245, 128, 40);
    border-radius: 100%;
    color: rgb(255, 255, 255);
    content: counter(foo);
    counter-increment: foo;
    display: block;
    font-size: 1.25em;
    line-height: 1.25em;
    position: relative;
    top: 1.5em;
    right: 1.5em;
    text-align: center;
    width: 1.25em;
    height: 1.25em;
}
      
#freeBarcodes ol li {
    color: rgb(23, 61, 141);
    font-size: 3em;
}
      
#freeBarcodes .screenshot {
     display: block;
     margin-top: 0.5em;
}
.ucInstructions div.content {
	padding-left: 15px;
}

/* Fixing title colors for NGS pages */
/* Author: Wesley Pettyjohn */
/* Date: 08-Nov-2016 */
.maincontent > h1.genotype-color,
.maincontent > h2.genotype-color,
.maincontent > h3.genotype-color,
.maincontent > h4.genotype-color,
.maincontent > h5.genotype-color,
.maincontent > h6.genotype-color,
.maincontent > h1.main-title,
.maincontent > h2.main-title,
.maincontent > h3.main-title,
.maincontent > h4.main-title,
.maincontent > h5.main-title,
.maincontent > h6.main-title { 
	color: #a7a7a7 !important; 
}

/* Updating new icons */
/* Author: Wesley Pettyjohn */
/* Date: 08-Nov-2016 */
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctOptions div.icon > div.additionalReactions a {
		background-color: #143D8D;
		background-image: url("	/media/546532/Icon-AddReaction.png");
}
.ucSequencingReactionSetup div.content div.comReactionSetup div.sctOptions div.icon > div.advancedOptions a {
	background-color: #143D8D;
	background-image: url("/media/546533/Icon-PowerRead.png");
}

/* Updating reaction boxes on seq dashboard */
/* Author: Wesley Pettyjohn */
/* Date: 08-Nov-2016 */	
.ucSeqQuickDisplay .sctQuickDisplay .sctReactionBox.comKitRxns {display: none;}
.ucSeqQuickDisplay .sctQuickDisplay .sctReactionBox {width: 43%;}

#tabs-1865 > td { width: 50%; }

/* Laying our footer certs horizontally */
/* Author: Wesley Pettyjohn */
/* Date: 14-Nov-2016 */
.footerIcons { 
	    margin-top: -1em;
		width: 23%; 
}
.footerIcons img { display: block; }
.col-md-3.nopadding { margin: 0 7px 0 0; }
.col-md-3.flinks { margin: 0 7px; }

/* Styling DNA Tech landing page */
/* Author: Wesley Pettyjohn */
/* Date: 20-Dec-2016 */
.Custom.Oligos > section li {
list-style-type: disc;
margin-left: 1em;
}

/* Fixing alignment on PCR Primer Design tool */
/* Author: Wesley Pettyjohn */
/* Date: 29-Dec-2016 */
#ContentPlaceHolderDefault_subContent_MainContent_DesignAndAnalysisTool_ucPCRPrimerDesign_12_pnlDragableWindowContent .row { margin: 0; }

/* Styling buttons for SDO template */
/* Author: Wesley Pettyjohn */
/* Date: 04.01.2016 */
.itemSDOheader.Custom.Oligos .headingMenu { display: table; width: 100%; table-layout: fixed; }
.itemSDOheader.Custom.Oligos .headingMenu li {
	width: auto;
	display: table-cell;
}

/* Styling countdown clock */
/* Author: Wesley Pettyjohn */
/* Date: 05.01.2016 */
.ucCountDownTimer div.time { 
	width: 57%;     
	padding: 8px 5px;
    font-size: 1.5em;
}
.ucCountDownTimer div.time .infoText { 
	color: black !important;
    font-weight: bold !important; 
	float: left;
    padding-left: 1.5em;
}
#ContentPlaceHolderDefault_subContent_OrderPageSection_Oligos_OrderingWizardContainer_10_ccOrderingWizard_ucCountDownTimer_lblTimerDisplay {
	color: red !important;
}

/* Styling SDO content */
/* Author: Wesley Pettyjohn */
/* Date: 09.01.2016 */
#tabs-4050 table {
	padding: 0px !important;
    border: 1px solid #c9c9c9;
}
#tabs-4050 table td {
border-style: solid;
}
#tabs-4050 > table:nth-of-type(2) > tbody > tr:nth-of-type(2) > td {
	background-color: rgb(245,128,38);
	color: white;
}
#tabs-4050 table {
	padding: 0px;
    border: 1px solid #c9c9c9;
}
#speed2 .map { text-align: left; }
.header-section h2:after { position: static !important; }


/* Creating utility classes for new and updated menu items */
/* Author: Wesley Pettyjohn */
/* Date: 11.01.2016 */
#MenuH .submenu li a.new::after {
	content: " - New!";
	color: #F58026;
}
#MenuH .submenu li a.update::after {
	content: " - Update!";
	color: #F58026;
}
li a.new::after 
{
content: " - New!";
	color: #F58026;
}

li a.update::after
{
content: " - Update!";
	color: #F58026;
}

.subMainProduct.Test,
.mainProduct.Custom.Oligos .innerWrapper:last-of-type .hoverInfo,
.mainProduct.Custom.Oligos .innerWrapper:last-of-type .productImage,
.mainProduct.Custom.Oligos .innerWrapper:last-of-type .subTitle {
	display: none;
}

.subMainProduct.Test,
.mainProduct.Custom.Oligos .innerWrapper:last-of-type .hoverInfo,
.mainProduct.Custom.Oligos .innerWrapper:last-of-type .productImage,
.mainProduct.Custom.Oligos .innerWrapper:last-of-type .subTitle {
	display: none;
}

.subMainProduct.Test,
.mainProduct.DNA.Sequencing .innerWrapper:last-of-type .hoverInfo,
.mainProduct.DNA.Sequencing .innerWrapper:last-of-type .productImage,
.mainProduct.DNA.Sequencing .innerWrapper:last-of-type .subTitle {
display: none;
}

.subMainProduct.Test,
.mainProduct.Gene.Synthesis .innerWrapper:last-of-type .hoverInfo,
.mainProduct.Gene.Synthesis .innerWrapper:last-of-type .productImage,
.mainProduct.Gene.Synthesis .innerWrapper:last-of-type .subTitle {
display: none;
}

.subMainProduct.Test,
.mainProduct.NGS .innerWrapper:last-of-type .hoverInfo,
.mainProduct.NGS .innerWrapper:last-of-type .productImage,
.mainProduct.NGS .innerWrapper:last-of-type .subTitle {
display: none;
}

.mainProduct.Custom.Oligos .innerWrapper:last-of-type {
	width: 97.5%;
}

/* Fixing float issue on siRNA order page */
/* Author: Wesley Pettyjohn */
/* Date: 02.06.2016 */
#divOligoDetails .sequenceInfo { clear: both; }

/* Sequencing Primer Design Tool - To set font family to Courier new */
/* Design Tool - To set textarea not to be dragged vertically */
/* Author: Timmanna Benakatti */
/* Date: 05.13.2017 */
.ucSeqPrimerDesign div.comInput div.sctAssayDesign div.sctTargetSequence div.col2 textarea {font-family: 'Helvetica', sans-serif !important; resize: vertical !important;}
.ucToolOligoPropertyCalculation div.comOligoInformation div.right textarea {resize: vertical !important;}
.ucPCRPrimerDesign div.comInput div.sctAssayDesign div.sctTargetSequence div.col2 textarea {resize: vertical !important;}


/* Sequencing Primer Design Tool - To set padding left */
/* Author: Timmanna Benakatti */
/* Date: 07.20.2017 */
.ucPCRPrimerDesign div.comInput p {
       padding-left: 0px;
  }

.ucSeqPrimerDesign div.comInput p {
	padding-left: 0px;
  }

#tpNGS h2
{
	 margin-top: 10px !important;
}


.ucSeqPrimerDesign div.comOutput div.sctButtons ul li:nth-child(1)
{
	display:none;
}

/* this is used in the campaigns pages */
/* Author:Sanjay */
/* Date: 10.11.2017 */
.boxed {
 border: 1 px solid #F58026
}

#LabItemCode.sctAdvancedSearchLabItemCode.right
{
	display:none;
}

div.ecomVersionDisplay {
    float: left;
    margin-left: 10px;
}

div.ecomVersionDisplay h3{
    color: white;
    background-color: blue;
    padding: 2px;
	margin: 0.8em 0 0.1em;
	font-size: 1.0em;
	line-height: 115%;
	font-family: 'Helvetica', sans-serif !important;
	font-weight: bold;
}

div.ecomVersionDisplay h4 {
    color: white;
    background-color: blue;
    padding: 2px;
	margin: 0.6em 0 0;
	font-size: .8em;
	line-height: 115%;
	font-family: 'Helvetica', sans-serif !important;
	font-weight: bold;
}

/* this is used by the Team page */
/* Author: James Corne */
/* Date: 2021 */
#cf {
  position:relative;
  height:250px;
  width:250px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*START: GLP & GMP Sequencing*/
.ucSeqPrimerWalking div.content div.comReactionSetup div.sctPrimerForward {visibility: hidden !important;}
.ucSeqPrimerWalking div.content div.comReactionSetup div.sctPrimerReverse {visibility: hidden !important;}
/*END: GLP & GMP Sequencing*/

.ucQuickOrder div.comPriceBox div.showPrice div.option,
.ucQuickOrder div.comPriceBox div.showPrice div.option div.price
{
	color:#333333;
}
.learn-right
{	
	align-self:self-end;
	text-align:right;
}
.learn-left
{
	align-self:self-start;
	text-align:left;
}
.learn-center
{
	align-self:center;
	text-align:center;
}

@media (max-width: 991px) {
	.col-md-3
	{
		float:left;
	}
}
@media (max-width: 767px) {
   .team-member .team-member-img {
   	 	height: 150px !important;
	 	background: #fff !important;
     }
    .team-member .team-member-img img {
      	max-height: 100% !important;
      	max-width: 100% !important;
		min-height:unset !important;
		min-width:unset !important;
     }
	.team-member .caption .heading
	{
		font-size:16px!important;
	}
	.team-member .caption
	{
		font-size:13px!important;
	}	 
	.orderBtn, .quoteBtn, .miscBtn
	{
		font-size:0.8rem!important;
	}
}

.loginPopup .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
}

.loginPopup .ui-dialog-titlebar-close::before {
    content: "Close";
    font-size: 16px;
    color:#EBEBEC;
    display: block;
    text-align: center;
    line-height: 20px;
   background:black
}
