@charset "utf-8";
/* ####### Overwriting of Core usercontrols.css file ####### */

/* #### ucCartCheckOut #### */
/* # Author: gdwi # */
/* # Created: 2017-04-24 # */
/* # Updated: 2017-04-24 # */
/* # Description: Change the color for the primer controls as customer are not recognizing them# */
.ucSeqPrimer h2 {background: lavender;}


/* #### ucCartCheckOut #### */
/* # Author: gdwi # */
/* # Created: 2017-04-05 # */
/* # Updated: 2017-04-05 # */
/* # Description: Hide the continue shopping button to allow all other buttons in one line # */
.ucCartCheckOut .jButton.continueShopping {display: none !important;margin-left: 0 !important;}
.ucCartCheckOut .jButton.pdf {margin-left: 0 !important;}
.ucCartCheckOut div.boxLeft {float: left;width: 30% !important;}
.ucCartCheckOut div.boxRight {float: right !important; width:70% !important;}

/* #### ucToolOligoPropertyCalculation #### */
/* # Author: gdwi # */
/* # Created: 2017-03-20 # */
/* # Updated: 2017-03-20 # */
/* # Description: Add scrollbar if table is overlapping the UI# */
.ucToolOligoPropertyCalculation div.sctLegacyService {width:510px !important; overflow:scroll;}

/* #### ucMyOrdersAdvancedSearch #### */
/* # Author: gdwi # */
/* # Created: 2017-02-17 # */
/* # Updated: 2017-02-17 # */
/* # Description: Hiding info icon alone from login regester page.  EU# */
#tpCheckoutLoginRegister div.boxInfo p {padding:0; background-image:none;}


/* #### ucMyOrdersAdvancedSearch #### */
/* # Author: gdwi # */
/* # Created: 2017-02-07 # */
/* # Updated: 2017-02-07 # */
/* # Description: Hide legacy orderref field for EU# */
.ucMyOrdersAdvancedSearch div.sctAdvancedSearchLegacyOrderRef.left div {display:none;}
.ucMyOrdersAdvancedSearch div.sctAdvancedSearchLegacyOrderRef.left:after {content:"\00a0";}

/* #### ucSeqQuickDisplay #### */
/* # Author: gdwi # */
/* # Created: 2016-09-20 # */
/* # Updated: 2016-09-20 # */
/* # Description: Hide the comTotalBarcodes # */
.ucSeqQuickDisplay div.comTotalBarcodes {display:none;}

/* #### ucInstructions #### */
/* # Author: gdwi # */
/* # Created: 2016-08-26 # */
/* # Updated: 2016-08-26 # */
/* # Description: Change the margin top so it is the same as other controls # */
.ucInstructions {margin-top:0;}

/* #### ucActivateKit #### */
/* # Author: gdwi # */
/* # Created: 2016-09-12 # */
/* # Updated: 2016-09-12 # */
/* # Description: Remove the image # */
.ucActivateKit div.sctImage {display:none;}

/* #### ucMyOrdersTable #### */
/* # Author: gdwi # */
/* # Created: 24-09-2014 # */
/* # Updated: 24-09-2014 # */
/* --> Description: Change the width of the table so it fits for chrome <-- */
.ucMyOrdersTable table.tablesorter th.orderId {width: 17%;}
.ucMyOrdersTable table.tablesorter th.yourOrderId {width: 22%;}
/*.ucMyOrdersTable table.tablesorter tr.openDetails div.sctLegacyOrderRef {display:none;} */
.ucMyOrdersTable table.tablesorter th.legacyOrderRef {display:none !important;}
.ucMyOrdersTable table.tablesorter td.legacyOrderRef {display:none !important;}

.ucMyOrdersTable table.tablesorter th.EstimatedDueDate {display:none !important;}
.ucMyOrdersTable table.tablesorter td.EstimatedDueDate {display:none !important;}

/* #### My Cart #### */
/* # Author: gdwi # */
/* # Created: 2014-09-24 # */
/* # Updated: 2017-02-07 # */
/* # ---> Description: Shows a list of all available shipping options <-- # */
.ucMyCart table.tablesorter td.amount div.amountBox {min-width: 55px;}
/* # ---> Description: Underline Links in Promo Info box and increase the font size <-- # */
.ucMyCart div.promoInfo { font-size: 0.9em;}
.ucMyCart div.promoInfo a { text-decoration: underline;color: #444444;}
/* # SIT specific classes for cart items in cart # */
/* # Genes # */
.ucMyCart table.tablesorter tr.Genes td.product ul li.pos0 { float: left; }
.ucMyCart table.tablesorter tr.Genes td.product ul li.pos1 { float: none; }
.ucMyCart table.tablesorter tr.Genes td.product ul li.pos2 { float: left; }
.ucMyCart table.tablesorter tr.Genes td.product ul li.pos3 { float: none; }
/* # Use different color for edit links */
.ucMyCart a.lnkEditAll {color:#669402;}

/* # Description: Hide Tooltips in cart # 
.ucMyCart span.tooltip_icon-small {display:none !important;}
.ucOrderItemDetialsDialog table td span.tooltip_icon-small {display:none !important;}
div.jqDialog div.jqDialogContent div.right .tooltip_icon-small {display:none !important;}
.ucPlateCheck div.comPlateDetails > div.container div.plateDisplayMethods div.tabPlateView ul .tooltip_icon-small {display:none !important;}
.ucPlateCheck div.comPlateDetails > div.container div.plateDisplayMethods div.tabPlateView ul li a span.tooltip_icon-small {display:none !important;}
*/
/* #### My Wishlist #### */
/* # Author: isna # */
/* # Created: 2014-09-24 # */
/* # Updated: 2017-02-07 # */
/* # SIT specific classes for wishlist items in wishlist # */
/* # Genes # */
.ucMyWishList table.tablesorter tr.Genes td.product ul li.pos0 { float: left; }
.ucMyWishList table.tablesorter tr.Genes td.product ul li.pos1 { float: none; }
.ucMyWishList table.tablesorter tr.Genes td.product ul li.pos2 { float: left; }
.ucMyWishList table.tablesorter tr.Genes td.product ul li.pos3 { float: none; }
/* # Use different color for edit  links */
.ucMyWishList a.lnkEditAll {color:#669402;}
/* # Description: Hide Tooltips in wishlist # 
.ucMyWishList span.tooltip_icon-small {display:none;}*/

/* #### ucCartOverview #### */
/* # Author: gdwi # */
/* # Created: 2017-05-06 # */
/* # Updated: 2017-05-06 # */
/* # Description: Changed tje width  # */
.ucCartOverview {width: 150px;}
/* # Description: Hide Checkout link # */
.ucCartOverview div.links p.checkout {display:none;}

/* #### ucCartLastSavedItems #### */
/* # Author: gdwi # */
/* # Created: 2017-05-06 # */
/* # Updated: 2017-05-06 # */
/* # Description: Change the alignment # */
.ucCartLastSavedItems {left:-21px;width: 180px; }
/* # Description: Hide checkout link # */
.ucCartLastSavedItems div.topLastItems div.links p.checkout { display:none;}

/* #### ucInstructions #### */
/* # Author: gdwi # */
/* # Created: 2015-02-06 # */
/* # Updated: 2015-02-06  # */
.ucInstructions div.content a {text-decoration: underline;color: #00a6da; }

/* #### Checkout Wizard #### */
/* # Author: gdwi # */
/* # Created: 30-09-2014 # */
/* # Updated: 30-09-2014 # */
/* # ---> Hide shipping costs until the freight cost service is available <-- # */
.ucOrderingWizard div.navigationWizard { margin-top: 2px;margin-bottom: 10px;}

/* #### Gene Synthesis #### */
/* # Author: gdwi # */
/* # Created: 2014-11-19 # */
/* # Updated: 2014-11-19 # */
/* # ---> Change max height for gene synthesis wizard <-- # */
.ui-dialog.gsy-wizard-dialog {max-height: 650px;overflow-y: auto;}

/* #### Overwrite jQuery UI #### */
/* # Descscription: Overwrites default jQuery UI # */
/* # Author: gdwi # */
/* # Created: 2014-11-18 # */
/* # Updated: 2014-11-18 # */
.ui-dialog {position: fixed;font-size: 12px;font-family:Arial;}
.ui-dialog a {text-decoration: underline; color: #00a6da;}
.ui-widget-content { z-index: 9999;}
.ui-widget {font-family:Arial;}
.ui-widget-overlay {background: #666666;opacity: .8;filter: Alpha(Opacity=80); z-index: 9999;}
.ui-widget-content {background: url("../../images/website/diagonals.png") !important;}
.ui-dialog-buttonpane { background: #cccccc !important;}
.ui-widget-header {font-weight:normal;}
.jButton, .ui-button  {background:#444444 !important;border: 1px solid #000000 !important; color:#ffffff !important; 
 	padding: .4em 1em;
	border-radius: 4px;}
.jButton.jButtonLight {background-color: #f0f0f0 !important;color:#666666 !important;}
.jButton.jButtonSeq {background-color: #004795 !important;}
.jButton.jButtonOligo {background: #fe6613 !important;}
.jButton.jButtonNGS {background: #00b9e7 !important;}
.jButton.jButtonMolBiol {background: #ab3f97 !important;}
.jButton.jButtonGeno {background: #af2a42 !important;}
.jButton:hover, .jButton:active, .ui-button:hover, .ui-button:active  {background-color: #004795 !important;color:#ffffff !important;border: 1px solid #023770;}
/* jQuery: Accordion */
.jqAccordion .ui-state-default {  background: #f0f0f0 !important;color: #444444 !important;border: 1px solid #cccccc; margin: 0px; }  
.jqAccordion .ui-state-default .ui-icon { background-image: url("../ext/jquerythemes/images/ui-icons_222222_256x240.png");}
.jqAccordion .ui-state-default a { color: #444444 !important; }  
.jqAccordion .ui-accordion-content > * {  margin: 0; }  
.jqAccordion .ui-accordion-content a {  color: #444444;text-decoration: underline; }  

/* #### ucOligoDefinitionTotallyCustomized #### */
/* # Author: isna # */
/* # Created: 2015-07-16 # */
/* # Updated: 2015-07-16 # */
/* # ---> Change position and style of the open/collapse <-- # */
.ucOligoDefinitionTotallyCustomized div.oligoItem div.header div.openCollapse { float: right;background-color: #444444;padding: 1px 3px;font-size: 0.9em;}
.ucOligoDefinitionTotallyCustomized div.oligoItem div.header div.openCollapse a { color: #ffffff;text-decoration: none;}

/* #### ucMyCart/ucMyWishlist #### */
/* # Author: gdwi # */
/* # Created: 2015-11-06 # */
/* # Updated: 2015-11-10 # */
/* # ---> Mark total savings in green<-- # */
table tr.totalDiscount td {color:green !important;}
div.totalDiscount > div {color:green !important;}

/* Set bottom with higher value, because we have "Scroll To Top" text at the right bottom as well*/
#gritter-notice-wrapper.bottom-right { bottom: 80px; }


/* #### ucToolOligoPropertyCalculation #### */
/* # Author: gdwi # */
/* # Created: 2016-11-09 # */
/* # Updated: 2016-11-09 # */
/* # Description: Fix width for the legacy Ecom results # */
.ucToolOligoPropertyCalculation div.comDetails div.sctLegacyService div.dimerResult {width: 510px !important;}

/* #### ucAddressList #### */
/* # Author: gdwi # */
/* # Created: 2016-11-23 # */
/* # Updated: 2016-11-23 # */
/* # Description: Add some margin between the shipping address and dropbox control (mixed checkout) # */
.ucAddressList  {margin-bottom:30px;}

/* #### Gene Wizard #### */
/* # Author: b4jv # */
/* # Created: 2017-06-08 # */
/* # Updated: 2017-06-08 # */
/* # Description: Hidden help icon in cloning vector section as per Stephis request. # */
div#gs-subcloning-standard >.gs-left .tooltip {display:none !important;}

/* #### Assaymix Wizard #### */
/* # Author: b4jv # */
/* # Created: 2017-12-15 # */
/* # Updated: 2017-12-15 # */
/* # Description: Hidden Instructions for oligo assay mix wizard. # */
div#tpOligonucleotidesOrderPage.assaymix div.sctInstructions {display:none !important;}


/* #### Oligo Timer #### */
/* # Author: b4jv # */
/* # Created: 2018-03-06 # */
/* # Updated: 2017-03-06 # */
/* # Description: Timer control to show in EBE specific. # */
.ucCountDownTimer div.time span.time {font-weight:bold;}
.ucCountDownTimer div.time span.expiredTime {font-weight:bold; color:red !important;}
.ucCountDownTimer div.time {padding:0px !important;
	margin-top:-56px;width:35% !important;height:36px;z-index: 0 !important;}

/* ############################### Time counter user control ################################################### */
/* # Type: Usercontrol # */
/* # Description: count down timer control - STOCK ORDERS */
/* # Author: ITBE # */
/* # Created: 2019-04-16 # */
.ucStockOrder div.ucCountDownTimer {}
.ucStockOrder div.ucCountDownTimer div.time { float: left; background: #f3f3f3; width: 30%; border: 1px solid rgb(204, 204, 204); display: inline-table; padding: 5px; text-align: center; position: relative; z-index: 99; margin-top: 0px; margin-bottom: 8px; }
.ucStockOrder div.ucCountDownTimer div.time div.infoText {clear: both; color: rgb(153, 153, 153); font-weight: normal; text-transform: uppercase; }
.ucStockOrder div.ucCountDownTimer div.time span.time { border: medium none !important; font-family: 'Orbitron', sans-serif !important;position: relative !important;top: 0px !important;right: 0px !important;color: rgb(51, 51, 51) !important;float: none !important; }

/* #### Cart popup #### */
/* # Author: b4jv # */
/* # Created: 2018-03-21 # */
/* # Updated: 2017-03-21 # */
/* # Description: Same day oligo popup has close icon hidden by default and making it to show for EU. # */
div.expressOligo button.ui-dialog-titlebar-close {display:block !important;}

/* #### Cart popup #### */
/* # Author: b4jv # */
/* # Created: 2018-03-28 # */
/* # Description: Same day oligo popup in checkout has close icon hidden by default and making it to show for EU. # */
div.SameDayServiceExpiresFinalCheckoutAlertMessage div.ui-dialog-buttonpane div.ui-dialog-buttonset button.dialogButton1 {display:none !important;}

/* #### Cart popup #### */
/* # Author: b4jv # */
/* # Created: 2018-03-28 # */
/* # Description: This is to have the space between name and labcode text. # */
.ucDropboxes div.content div.sctDropboxList table tr td.distance div span {margin-bottom: 3px; display:inline-block;}

/* #### Collapsing GSY sections by default #### */
/* # Author: ITBE # */
/* # Created: 2019-03-19 # */
.defaultSectionHide { display: none;}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* Display full names in Document files of MyOrders page*/
.ucMyOrdersTableDetails div.comments {float:left; width:30%; line-height:15px; border-right:1px dashed #666666;min-height: 60px;  }
.ucMyOrdersTableDetails div.documents {float:left; width:42%; line-height:15px; border-right:1px dashed #666666;min-height: 60px;  }
.ucMyOrdersTableDetails div.documents div.content table tr td.fileDonwloadLink { overflow: hidden !important; display: table-cell; white-space: inherit; text-overflow: ellipsis;width: 140px; }
.ucMyOrdersTableDetails div.links {float:right; width:26%; height:100%; }
.sctDesiredFileTypes div.description {
    padding: 10px 0 10px 0;
}
.sctSequencingNotification div.sctTitle {
    font-weight: bold;
    margin: 8px 0 8px 0;
}
.ucSeqPreferences > div.content div.sctSequencingNotificationList input[type="text"] { width: 25px;}
   .ucPaymentMethods div.comPrepayment div.sctEvoPurchaseOrderNumber div.evoPurchaseOrderContent {
            float: left;
            width: 50%;
            padding: 10px;
        }
.ucPaymentMethods div.comPurchaseOrder div.refernceTwoNumberText {
    width: 50%;
    float: left;
    padding-top: 5px;
}

.ucPaymentMethods div.comPurchaseOrder div.refernceTwoNumberInput {
    width: 50%;
    float: left;
    padding-top: 5px;
}

.ucPaymentMethods div.comPurchaseOrder div.purchaseOrderText {
    width: 30%;
    float: left;
    padding-top: 5px;
}

    .ucPaymentMethods div.comPurchaseOrder div.purchaseOrderText input {
        width: auto;
        float: left;
        padding-top: 5px;
    }

.ucPaymentMethods div.PurchaseOrderPanel {
    width: 50%;
    float: left;
}

.ucPaymentMethods div.RefernceTwoPanel {
    width: 35%;
    float: left;
}


.ucPaymentMethods div.comPrepayment div.sctEvoPurchaseOrderNumber div.evoPurchaseOrderContent {
    float: left;
    width: 45%;
}

    .ucPaymentMethods div.comPrepayment div.sctEvoPurchaseOrderNumber div.evoPurchaseOrderContent div.evoPurchaseOrderText {
        width: 30%;
        float: left;
    }

    .ucPaymentMethods div.comPrepayment div.sctEvoPurchaseOrderNumber div.evoPurchaseOrderContent div.evoPurchaseOrderInput {
        width: 50%;
        float: left;
    }

.evorefernceTwoNumberText {
    width: 50%;
    float: left;
}

.evoPurchaseOrderContent {
    float: left;
    width: 45%;
}

.evoPurchaseOrderInput {
    float: left;
    width: 39%;
}

.evorefernceTwoNumberText {
    float: left;
    width: 45%;
}

.evorefernceTwoNumberInput {
    float: left;
    width: 50%;
}

.evoevorefernceTwoNumberContent {
    float: left;
    width: 40%;
    padding: 10px;
}

.ucPaymentMethods div.comPrepayment div.sctEvoPurchaseOrderNumber div.evoevorefernceTwoNumberContent div.evorefernceTwoNumberInput {
    width: 50%;
    float: left;
}
.ucIsoConfirmation {width:100%;margin-bottom:15px;background:#ffffff;border:1px solid #cccccc;}
.ucIsoConfirmation div.content { padding: 8px;}
.ucIsoConfirmation div.businessUnit {clear:left; border-bottom:1px dotted #cccccc; padding-top:5px; padding-bottom:5px; }
.ucIsoConfirmation div.businessUnit div.left {clear:left; float:left; width:35%;}
.ucIsoConfirmation div.businessUnit div.left div.content {padding:5px; float:left;}
.ucIsoConfirmation div.businessUnit div.left div.content div {float:left; }
.ucIsoConfirmation div.businessUnit div.left div.content div.tooltip{ margin-left: 5px;}
.ucIsoConfirmation div.businessUnit div.right {float:left; width:65%;}
.ucIsoConfirmation div.businessUnit div.right div.content {padding:5px; float:left;}
.ucIsoConfirmation div.businessUnit div.businessUnitHeadline { font-weight: bold;margin-bottom: 8px; }
.ucIsoConfirmation div.businessUnit div.businessUnitContent label { padding-left: 10px}

.tabPlateView .clear {visibility: visible;}
.comGeneral .right {float: none;}
.ucSeqPreferences > *:before, .ucSeqPreferences > *:after, .ucSeqPreferences *{ box-sizing: content-box;
}
.ucOligoDefinitionTotallyCustomized div.oligoItem *,.ucOligoDefinitionTotallyCustomized div.oligoItem *:before,.ucOligoDefinitionTotallyCustomized div.oligoItem *:after {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.ucSeqPreferences > div.content div.sctBarcodeNotificationList input[type="text"] {
    width: 25px;
}

.ucOrderProject div.comOptions div.projectType div.right input {vertical-align: middle;}
.ucOrderProject div.comOptions div.projectType div.right label {margin: 10px;}
.ucOrderProject div.comOptions div.projectType div.right input[id^="rdoLstprojectType"][id$="_1"] {margin-left:15px}

/* #### VEGA Starts #### */
#webchat-wrapper {
		  position: fixed;
		  height: calc(100% - 205px);
		  z-index: 9999;
		  width: 400px;
		  top: 140px;
		  right: 15px;
		  overflow: hidden;
		  border-bottom:1px solid #E3E6E7;
		  font-size: medium;
		}
		#webchat {
		  height:92%;
		  border-left:1px solid #E3E6E7;
		  border-right:1px solid #E3E6E7;
		}
		#webchat-header {
		  border-radius: 15px 15px 0px 0px;
		  background: #E3E6E7;
		  padding: 20px;
		  border:1px solid #E3E6E7;
		}
		.chat-popup {
		  display: none;
		}
		.open-button {
		  color: white;
		  padding: 16px 20px;
		  border: none;
		  cursor: pointer;
		  opacity: 0.9;
		  position: fixed;
		  bottom: 10px;
		  right: 20px;
		  width: 52px;
          height: 52px;
		  z-index:10;
          border-radius: 50%;
            text-indent: -999px;
            background:#F58026 url(/media/1612999/chat.png) no-repeat center 50%;
            background-size: 30px;
		}
        .open-button.openedChat {background:#F58026 url(/media/1612693/x-icon-2.png) no-repeat center 50%;}
		.div-left{
			float:left;
			padding-left:1px;
			font-size:inherit;
			font-weight:bold;
		}
		.div-right{
			float:right;
			padding-right:1px;
		}
/* #### VEGA Ends #### */


.ucOligoDefinition div#comOligoInput div.inputLine > div.oligoExternalBarcode > div.inputField textarea {
    width: 90%;
    border: 1px solid #cccccc;
    color: #666666;
    height: 22px;
    line-height: 21px;
    font-size: inherit;
    font-family: inherit;
    padding-left: 2px;
    background: #ffffff;
    margin-left: 15px;
}
.ucOligoDefinition div#comOligoInput div.inputLine div.oligoExternalBarcode {
    float: left;
    width: 15%;
}

.ucOligoDefinition div#comOligoInput div.inputLine div.oligoSequenceExtBarcode {
    width: 45% !important;
}
.ucOligoDefinition div#comOligoInput div.headerLine div.oligoSequenceExtBarcode {
    width: 47% !important;
}
.ucOligoDefinition div#comOligoInput div.headerLine div.oligoExternalBarocde {
    float: left;
    width: 20%;
}

.ucOligoPreferences > div.content div.comTubeLabels div.image img {
                height: 80px;
                width: 95px;
            }
.ucOligoDefinition div#comOligoInput div.headerLine{
	width : 100% !important;
}

.ucSeqUsageTracking div.sctSearchFilter div.sctFilter ul li{ margin-right: 15px !important;}

.ucCartOverview {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto !important;
    margin-top: 2px !important;
}

.ucCartOverview div.cart-icon a, .ucCartOverview div.cart-iconFull a {
    text-decoration: none;
    float: right;
    width: 35px;
    height: 26px;
    padding-right: 0.25rem !important;
    background: url(/media/1612985/icon-cart.png) top right no-repeat;
}

.activeCart {
    font-weight: bold;
    color: #F58026;
    float: left;
    margin-left: 10px; /* or remove this line if no margin is needed */
}

.ucCartOverview div.items {
    float: right;
    text-align: right;
    font-size: 13px;
    position: absolute;
    top: -22px;
}
/*comment*/
#search {
    position: relative; /* important for absolutely positioned input */
}

#search input[type="text"] {
    float: left;
    border: 1px solid #ccc;
    color: #444;
    height: 22px;
    line-height: 16px;
    width: 165px;
    background: #fff;
    font-style: italic;
    position: absolute;
    top: 30px;
    right: 500px;
    z-index: 12;
    transition: width 0.3s ease-in-out;
}

#search input[type="text"]:focus {
    width: 300px;
    border-color: #666;
}

#search input[type="submit"] {
    float: right;
    background-image: url(/images/icons/search.gif);
    background-position: right;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: none;
}

.ucTopLogin{
	display:none;
}
/*
.sticky-top{
margin-top: -20px;
}*/

.ui-dialog-titlebar-close{
	display:none;
}

.loginPopup .ui-dialog-titlebar-close {
    display: block !important;
    height: 20px;
}

.ucSampleSubmissionOptions div.innerContent div.sampleSubmissionOption{
	margin-bottom: 0px;
}

.ucSampleSubmissionOptions fieldset {
	font-weight: bold;
}

.ucSampleSubmissionOptions fieldset legend {
	font-size: 15px;
}

.ucSampleSubmissionOptions fieldset legend a {
	color:gray
}