/*-------- Create Account Overrides --------*/
#ca-box {
    float: left;
    position: relative;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
}

    #ca-box div {
        padding: 5px;
    }

    #ca-box.leftMargin, .leftMargin {
        margin-left: 20px;
    }

    #ca-box p {
        padding: 5px 3px 0 3px;
    }

#ca-button a {
    float: right;
    height: 29px;
    background: #5894C5 url("/images/usercontrols/arrow-right.gif") no-repeat scroll right center;
    margin: 20px 5px;
    border: 1px solid #003883;
    padding: 0 25px 0 20px;
    color: #FFFFFF;
}

#ca-button p {
    padding: 5px 3px 0 0;
    font-size: 1.1em;
    text-align: right;
}

/*-------- CSS Overrides --------*/
/*-------- global.css Overrides --------*/
h4.blue {
    background: #003883;
    color: #FFFFFF;
}

h4.grey, h4.blue, h4.orange, h4.cyan, h4.red {
    margin: 0 0 5px 0;
    font-weight: bold;
    text-transform: none;
}

.tooltip {
    margin-left: 5px !important;
    width: 0 !important;
    padding-left: 0 !important;
    background-image: none !important;
    height: 0 !important;
}

/*-------- usercontol.css Overrides --------*/
h4.blue a.move {
    background: transparent url("/images/usercontrols/move-white.gif") no-repeat scroll right top;
}

.ucCheckOutRegisterLogin div.lost-password {
    padding-top: 0px;
    padding-left: 40px;
    float: none;
    text-decoration: underline;
    margin-top: 10px;
}

.ucCheckOutRegisterLogin div.login-button {
    float: none;
    padding-top: 0px;
}

.ucCheckOutRegisterLogin input.login-button {
    float: none;
}

.ucCheckOutRegisterLogin div.content {
    padding: 0;
}

    .ucCheckOutRegisterLogin div.content p {
        padding: 0;
    }

.ucSaveItemDialog div.continueShopping {
    width: 130px !important;
}

.ucSaveItemDialog div.showCart {
    width: 130px !important;
    margin-top: 10px;
}

.ucSaveItemDialog div.makeQuote {
    width: 130px !important;
}

.ucSaveItemDialog div.checkout {
    width: 130px !important;
    margin-top: 10px;
}

.ucAddressDialog div.right img {
    float: left !important;
}

.ucOrderingWizard div.checkout div.navigationWizard ul li.step6-active {
    border-right: 0;
}

.ucOrderingWizard div.navigationWizard ul li {
    padding-right: 15px;
}

.next-button {
    float: right;
    background-color: #DDDDDD;
    margin-top: 10px;
    padding: 2px;
    font-weight: bold;
}

/*Country Selection, not to show scrollbar*/
.ucUserCountryDialog div.ui-dialog-content {
    clear: both;
    overflow: hidden;
}

.ucUserCountryDialog div.header div.logo {
    background-image: url("/images/Eurofins-logo.png");
}

.ucUserCountryDialog div.header div.world-map img {
    margin: 0 auto;
}

.ucUserCountryDialog div.dropdownSection {
    width: 760px;
    padding-left: 10px;
}

    .ucUserCountryDialog div.dropdownSection div.countryContainer {
        width: 280px;
    }

    .ucUserCountryDialog div.dropdownSection div.buttonContainer input {
        width: 100px;
    }

/*SideBar*/
.ucHomeLoggedOut, .ucHomeLoggedIn {
    margin-left: 0;
}

    .ucHomeLoggedOut input.submit, .ucHomeLoggedIn input.submit {
        background-color: #003883;
    }

.ucCustomerSupport {
    width: 170px;
    margin-bottom: 0;
    padding: 5px;
    display: none;
}

/*search*/
.ucSearch {
    width: 240px;
    padding: 10px 0;
}

    .ucSearch .search-field {
        width: 170px;
        border-color: #DDDDDD;
        padding: 0 0 0 3px;
    }

    .ucSearch .search-submit {
        width: 55px;
        background: #CCCCCC url(/css/ext/images/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x scroll;
        padding-bottom: 5px;
        font-weight: bold;
        color: #FFFFFF;
    }

/*Top Cart*/
.ucCartOverview {
    width: 165px !important;
    margin-top: 20px;
}

    .ucCartOverview div.cart-iconFull a {
        margin: 0 10px;
    }

/*Checkout Bar*/
.ucCheckoutWizardIndicator ul li.checkout {
    width: 75px;
    padding-left: 5px;
    color: #555555;
}

.ucCheckoutWizardIndicator ul li.loginRegister, .ucCheckoutWizardIndicator ul li.loginRegister-active {
    width: 90px;
}

.ucCheckoutWizardIndicator ul li.addresses, .ucCheckoutWizardIndicator ul li.addresses-active {
    width: 70px;
}

.ucCheckoutWizardIndicator ul li.payment, .ucCheckoutWizardIndicator ul li.payment-active {
    width: 60px;
}

.ucCheckoutWizardIndicator ul li.preferences, .ucCheckoutWizardIndicator ul li.preferences-active {
    width: 78px;
}

.ucCheckoutWizardIndicator ul li.summary, .ucCheckoutWizardIndicator ul li.summary-active {
    width: 65px;
}

/*Addresses*/
.ucAddressList {
    margin-bottom: 25px;
}

    .ucAddressList div.colRadio {
        width: 6%;
    }

    .ucAddressList div.colAddress {
        font-size: 0.9em;
        width: 68%;
    }

    .ucAddressList div.colLinks {
        width: 26%;
    }

/*Order Confirmation*/
#ContentPlaceHolderDefault_subContent_MainContent_CheckoutSubContent_OrderInformation_12_pnlDragableWindowContent {
    padding: 10px;
}

/*Login-Register*/
.ucCheckOutRegisterLogin {
    padding: 5px;
}

    .ucCheckOutRegisterLogin input.login-button,
    .ucCheckoutRegisterCreateAccount input.create-account-button {
        background-color: #5894C5;
        border-color: #003883;
        padding-bottom: 3px;
    }

.lost-password {
    height: 5px;
    margin: 0 15px 0 -45px;
    padding-bottom: 10px;
    font-size: 0.8em;
    color: #888888;
}

.ucHomeLoggedOut div.form a {
    font-size: 0.8em;
    color: #888888;
}

.ucCheckoutRegisterCreateAccount div.left {
    width: 32%;
}

.ucCheckoutRegisterCreateAccount div.right {
    width: 58%;
}

.ucCheckoutRegisterCreateAccount div.right {
    border: 0px none #FFFFFF !important;
}

/* My orders Styling - To hide some of the controls*/
/* AUTHOR : Timmanna Benakatti */
/* DATE : 08-SEP-2018 */
.ucMyOrdersAdvancedSearch div.sctAdvancedSearchLegacyOrderRef.left div {
    display: none;
}

.ucMyOrdersAdvancedSearch div.sctAdvancedSearchLabItemCode.right div {
    display: none;
}


.ucMyOrdersAdvancedSearch div.sctAdvancedSearchSalesItemType.left div {
    display: none;
}

.ucMyOrdersAdvancedSearch div.sctAdvancedSearchOrderStatus.left div {
    display: none;
}

.ucMyOrdersAdvancedSearch div.sctProductName.left div {
    display: none;
}

.ucMyOrdersAdvancedSearch div.sctAdvancedSearchPurchaseOrderResource.right div {
    display: none;
}


.ucMyOrdersSimpleSearch div.sctYourOrderId.right div {
    display: none;
}

.ucMyOrdersSimpleSearch div.sctItemName.left div {
    display: none;
}

/* My orders Styling - To hide some of the controls*/
/* AUTHOR : Timmanna Benakatti */
/* DATE : 21-AUG-2018 */
.ucMyOrdersTable table.tablesorter th.orderDate {
    width: 15%;
}

.ucMyOrdersTable table.tablesorter th.orderId {
    width: 15%;
}

.ucMyOrdersTable table.tablesorter th.yourOrderId {
    width: 30%;
}

.ucMyOrdersTable table.tablesorter th.type {
    width: 10%;
}

.ucMyOrdersTable table.tablesorter th.orderStatus {
    width: 15%;
}

.ucMyOrdersTable table.tablesorter th.options {
    width: 15%;
}

.ucMyOrdersTable table.tablesorter td img.type {
    padding-top: 5px;
}

.ucMyOrdersTable div.trackingDetails, .ucMyOrdersTable div.openDetails {
    padding-top: 3px;
}

.ucMyOrdersTable table.tablesorter th.legacyOrderRef {
    display: none !important;
}

.ucMyOrdersTable div.trackingDetails {
    display: none !important;
}

.ucMyOrdersTableDetails div.comments {
    border-right: 0px !important;
}

.ucMyOrdersTable table.tablesorter td.legacyOrderRef {
    display: none !important;
}

/*Summary*/
.ucOrderSummary div.box-order-summary div.item div.type {
    width: 25%;
}

.ucOrderSummary div.box-order-summary div.item div.info {
    width: 50%;
}

    .ucOrderSummary div.box-order-summary div.item div.info div.column1 {
        padding-right: 5px;
        text-align: right;
    }

/*Change Password*/
.ucChangePassword input.send-button {
    background-color: #003883;
    margin-top: 15px;
    border-color: #003883;
    padding-bottom: 3px;
}

.ucChangePassword div.line div.field {
    width: 99%;
}

/*Customer Support*/
.ucCustomerSupport div.content div.text a {
    font-size: 0.79em;
}

.ucCustomerSupport div.content {
    background: url("/images/uc-hsv/support_small.jpg") top left no-repeat #ffffff;
}

    .ucCustomerSupport div.content div.text a {
        text-decoration: none;
    }

/*Shopping Cart*/
.clear-both {
    clear: both;
    height: 1px;
}

.ucCartActions div.ActionsDate {
    padding-top: 0 !important;
}

.ucMyWishList div.WorkingDays div.image, .ucMyCart div.WorkingDays div.image {
    width: 25px;
}

.ucMyWishList table.tablesorter th.type, .ucMyCart table.tablesorter th.type {
    width: 10%;
}

.ucMyWishList table.tablesorter th.product, .ucMyCart table.tablesorter th.product {
    width: 17%;
}

.ucMyWishList table.tablesorter th.productName, .ucMyCart table.tablesorter th.productName {
    width: 30%;
}

.ucMyWishList table.tablesorter th.amount, .ucMyCart table.tablesorter th.amount {
    width: 12%;
}

.ucMyWishList table.tablesorter th.yourPrice, .ucMyCart table.tablesorter th.yourPrice {
    width: 14%;
}

.ucMyWishList table.tablesorter th.price, .ucMyCart table.tablesorter th.price {
    width: 14%;
}

ul.content-tab {
    background: url("/images/system/line.gif") repeat-x scroll left bottom transparent;
    float: left;
    list-style-type: none;
    width: 100%;
}

#cart div.content-tab {
    margin: 15px 0 20px;
    width: 600px;
}

    #cart div.content-tab ul li {
        font-size: 1.1em;
    }

ul.content-tab li {
    float: left;
    margin: 0 2px 0 0;
}

#cart a.active {
    color: #666666;
}

ul.content-tab a.active, ul.content-tab div.active {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    cursor: default;
    padding-bottom: 5px;
}

ul.content-tab div {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #666666;
    display: block;
    float: left;
    font-weight: normal;
    padding: 4px 8px;
    text-decoration: none;
}

ul.content-tab a {
    float: left;
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    background: #eee;
    text-decoration: none;
    font-weight: normal
}
/* .content-tab-content{-moz-border-bottom-colors: none;-moz-border-image: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: -moz-use-text-color #CCCCCC #CCCCCC;border-right: 1px solid #CCCCCC;border-style: none solid solid;border-width: 0 1px 1px;clear: left;padding: 10px;} */
.content-tab-content {
    clear: left;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
}

.ucMyWishList div.WorkingDays, .ucMyCart div.WorkingDays {
    display: none;
    padding-top: 5px;
    width: 150px;
}

.ucOrderSummary div.comSummaryPrices div.totalDiscount div.discountprice {
    display: none !important;
}

/*-------- gs.css Overrides --------*/
input.button-continue {
    background-color: #003883 !important;
    border-color: #CCCCCC !important;
    padding-bottom: 3px !important;
}

.content-box-tabs div.content-box-headline {
    background-color: #EEEEEE !important;
}

.gs-menu ul li.definition-active a, .gs-menu ul li.result-active a, .gs-menu ul li.review-active a, .gs-menu ul li.selection-active a, .gs-menu ul li.additional-active a, .gs-menu ul li.summary-active a {
    color: #003883 !important;
}

.content-box-tabs div.content-box-headline-active {
    background: #CCCCCC url(/css/ext/images/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x scroll !important;
}

    .content-box-tabs div.content-box-headline-active, .content-box-tabs div.content-box-headline-active a {
        color: #FFFFFF !important;
    }

.content-box-tabs div.content-box-headline {
    background: #CCCCCC url(/css/ext/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png) 50% 50% repeat-x scroll !important;
}

    .content-box-tabs div.content-box-headline, .content-box-tabs div.content-box-headline a {
        color: #FFFFFF !important;
    }

.button-grey {
    padding-bottom: 4px !important;
}

#spnCancelClosing {
    color: #000000 !important;
}

.vector_send_radio input, .vector_order_radio input, .vector_modified_checkbox input {
    float: left;
    margin-right: 5px;
}

.vector_send_radio label, .vector_order_radio label, .vector_modified_checkbox label {
    width: auto;
    margin-bottom: 10px;
}

.vector_send_radio, .vector_order_radio, .vector_modified_checkbox {
    margin-bottom: 0;
}

.restriction {
    width: auto !important;
    min-width: 34px;
    padding-left: 3px;
}

/*Number Images*/
div.gs-menu ul li.definition-active {
    background: url("/images/uc-hsv/1_active.gif") no-repeat scroll 8px center #FFFFFF !important;
}

div.gs-menu ul li.result-active {
    background: url("/images/uc-hsv/2_active.gif") no-repeat scroll 8px center #FFFFFF !important;
}

div.gs-menu ul li.review-active {
    background: url("/images/uc-hsv/3_active.gif") no-repeat scroll 8px center #FFFFFF !important;
}

div.gs-menu ul li.selection-active {
    background: url("/images/uc-hsv/4_active.gif") no-repeat scroll 8px center #FFFFFF !important;
}

div.gs-menu ul li.additional-active {
    background: url("/images/uc-hsv/5_active.gif") no-repeat scroll 8px center #FFFFFF !important;
}

div.gs-menu ul li.summary-active {
    background: url("/images/uc-hsv/6_active.gif") no-repeat scroll 8px center #FFFFFF !important;
}

/*Gritter*/
.gritter-item {
    font-family: Helvetica, Arial, Verdana, san-serif;
    color: #FFFFFF;
}

.ucSaveItemDialog a {
    border: 1px solid #FFFFFF;
    padding: 3px 10px;
}

.ucOrderingWizardNGS div.step1 div.innerContent div.descriptions div.longDescriptionPackage
#longDescription {
    clear: left;
    clear: right;
    display: block;
    padding-top: 5px;
}

.ucOrderSummary div.box-order-summary div.item {
    height: 100%;
}

    .ucOrderSummary div.box-order-summary div.item div.info div.column2 {
        float: left;
        width: 120px;
        word-wrap: break-word;
    }

span.requiredFieldCharacter:before {
    content: "* " !important;
    color: red;
}

span.requiredFieldCharacter:after {
    content: "" !important;
}

.ucOligoDefinitionTotallyCustomized h3 {
    color: grey;
    margin: 0;
}

.ucDisplayQuestionaire div.section div.item div.question {
    width: 40%;
    float: left;
    height: auto !important;
    padding-top: 10px;
}

.ucDisplayQuestionaire div.section div.item div.input {
    width: 52%;
    float: left;
    min-height: 60px;
    height: auto !important;
    display: block;
    background: url("/images/usercontrols/common/border_grey.gif") top left repeat-y #ffffff;
    padding-top: 10px;
}

.ucOrderingWizardNGS div.step3 div.innerContent div.item div.input {
    width: 52%;
    float: left;
    min-height: 60px;
    height: auto !important;
    display: block;
    background: url("/images/usercontrols/common/border_grey.gif") top left repeat-y #ffffff;
    padding-top: 10px;
}

.ucOrderingWizardNGS div.step3 div.innerContent div.item div.question {
    width: 40%;
    float: left;
    height: auto !important;
    padding-top: 10px;
}

.ucAddressList table {
    height: auto !important;
}

.ucDistributerAddressList table {
    height: auto !important;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics span.infoLink {
    padding-left: 4px;
    display: none;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem select {
    width: auto !important;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoInput div.headerLine div.headline a {
    padding: 0 3px 0 3px;
    display: none;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoOptions div.showOptions div.left span.infoLink {
    padding-left: 4px;
    display: none;
}

.ucOligoDefinition div#comOligoInput div.headerLine div.headline a {
    padding: 0 3px 0 3px;
    display: none;
}

div.prettyOligoSequence span.modi5s {
    width: 45px !important;
}

div.prettyOligoSequence span.modiI {
    width: 45px !important;
}

.secondarynav li.buynow a {
    font-size: 1.2em;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics div.showOptions div.purificationScale div.block1 > div.purification select {
    margin-left: 0px;
}

.ucOligoDefinitionTotallyCustomized optgroup option {
    color: blue;
}

.ucOligoDefinitionTotallyCustomized optgroup {
    color: black;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics div.showOptions div.modifications div.showModifications div.modi5s span.text {
    padding-right: 0px;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics div.showOptions div.purificationScale div.block1 {
    width: auto !important;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics div.showOptions div.purificationScale div.block2 {
    float: left;
    width: auto !important;
    padding-top: 5px;
}

table.gvPriceDetails th.tax {
    display: none;
}

table.gvPriceDetails td.tax {
    display: none;
}

h2.orange {
    background: white !important;
}

h4 {
    font-size: .85em;
}

div.comAddMoreLines.link a.addText {
    display: none;
}

.ucEmailPreferences > div.content div.orderInformation div.additionalAddresses {
    padding-left: 0px;
}

.ucEmailPreferences > div.content div.orderInformation div.camouflage {
    padding-left: 0px;
}

.newRow.netSubtotal {
    display: none;
}

.content-box-tabs div.content-box-headline-active {
    background: #CCCCCC url(/css/ext/jquerythemes/images/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x scroll !important;
}

.ucMyWishList table.tablesorter, .ucMyCart table.tablesorter {
    font-size: 12px;
}

#gs-summary div.summary-table table {
    font-size: 12px;
}

.ucInstructionsWrapper {
    display: none;
}

div#ContentPlaceHolderDefault_MasterPlaceholder_MainContent_ShoppingCartContent_7_ucMyCart_imgInfoYourPrice {
    display: none;
}

tfoot#ContentPlaceHolderDefault_MasterPlaceholder_MainContent_ShoppingCartContent_7_ucMyCart_myCartFooter tr.total td.total span.total {
    font-size: 9.4;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics div.showOptions div.modifications div.showModifications div.modiIntern span.infoLink {
    display: inline-block !important;
    padding-left: 4px;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoInput div.inputLine div.oligoSequence div.infoLine div.temperature {
    float: left;
    padding-left: 20px;
    display: none;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoInput div.inputLine div.oligoSequence div.infoLine div.weight {
    float: left;
    padding-left: 20px;
    display: none;
}

.ucOligoDefinition div#comOligoInput div.inputLine div.oligoSequence div.infoLine div.temperature {
    display: none;
}

.ucOligoDefinition div#comOligoInput div.inputLine div.oligoSequence div.infoLine div.weight {
    display: none;
}

div.ucOligoDefinitionTotallyCustomized h2 span {
    text-transform: none !important;
}
/*----------------------------------------------------------- other ------------------------------------------------------------*/

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
    position: fixed;
}

.ucHomeLoggedIn {
    margin: 0px !important;
}

.ucHomeLoggedOut {
    margin: 0px !important;
}

.ucHomeLoggedIn div.content input[Type="submit"] {
    display: none;
}

.ucChangeAddress fieldset div.pnlStaticJpSpecificCampaign ul {
    list-style: none;
}

    .ucChangeAddress fieldset div.pnlStaticJpSpecificCampaign ul li {
        float: left;
    }

        .ucChangeAddress fieldset div.pnlStaticJpSpecificCampaign ul li label {
            padding-right: 10px;
            padding-bottom: 3px;
        }
/*------------------------------------------------------------ Order wizard ---------------------------------------------------------------*/ /*Author: Shivaraj HiremathDescription: ordering Wizard css classDate: 08-04-2015*/

select option:disabled {
    color: #aaaaaa !important;
    font-style: italic !important;
}

.modificationsApplyToAll {
    display: none;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.header div.basicApplyToAll, .ucOligoDefinitionTotallyCustomized div.oligoItem div.header div.optionsApplyToAll {
    display: block !important;
}

.ucOligoDefinitionTotallyCustomized div.oligoItem div.comOligoBasics div.showOptions div.purificationScale div.block2 {
    clear: both;
}
/*------------------------------------------------------------ Common ---------------------------------------------------------------*/ /*Author: Shivaraj HiremathDescription: Common css classDate: 08-04-2015*/

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}
/*--------------------------------------------------------- Cart -----------------------------------------------------------------------*/ /*Author: Shivaraj HiremathDescription: Common cart related cssDate: 08-04-2015*/

.ucMyCart table.tablesorter tr.Genes td.product ul li.pos0, .ucMyWishList table.tablesorter tr.Genes td.product ul li.pos0 {
    float: left;
}

.ucMyCart table.tablesorter tr.Genes td.product ul li.pos1, .ucMyWishList table.tablesorter tr.Genes td.product ul li.pos1 {
    float: left;
    clear: both;
}

.ucMyCart table.tablesorter tr.Genes td.product ul li.pos2, .ucMyWishList table.tablesorter tr.Genes td.product ul li.pos2 {
    float: left;
    clear: left;
}

.ucMyCart table.tablesorter tr.Genes td.product ul li.pos3, .ucMyWishList table.tablesorter tr.Genes td.product ul li.pos3 {
    float: left;
}

.ucMyCart table.tablesorter tr td.type, .ucMyWishList table.tablesorter tr td.type {
    padding-left: 10px !important;
}
/*Hide the Price for sent primers.ucMyWishList table.tablesorter tr.Sent td.price a, .ucMyCart table.tablesorter tr.Sent td.price a {display: none;}*/

#myCart tr.SentPrimer td.price a {
    display: none;
}
/*Hide the comment link for sent primers*/

#myCart tr.SentPrimer td.options div.actionBox ul li a[original-title^=特記事項へのコメント追記はこちら] {
    display: none;
}

#myCart tr.SentPrimer td.options div.actionBox ul li a[title^=特記事項へのコメント追記はこちら] {
    display: none;
}
/*Hide the delete Link for the sent primers*/

#myCart tr.SentPrimer td.options div.actionBox ul li a[original-title^=ご注文内容の編集はこちらから] {
    display: none;
}

#myCart tr.SentPrimer td.options div.actionBox ul li a[title^=ご注文内容の編集はこちらから] {
    display: none;
}
/*Hide the comment link for all sequencing items Items*/

#myCart tr.ValueRead td.options div.actionBox ul li a[original-title^=特記事項へのコメント追記はこちら], #myCart tr.StripeSequencing td.options div.actionBox ul li a[original-title^=特記事項へのコメント追記はこちら], #myCart tr.PlateSequencing td.options div.actionBox ul li a[original-title^=特記事項へのコメント追記はこちら] {
    display: none;
}

#myCart tr.ValueRead td.options div.actionBox ul li a[title^=特記事項へのコメント追記はこちら], #myCart tr.StripeSequencing td.options div.actionBox ul li a[title^=特記事項へのコメント追記はこちら], #myCart tr.PlateSequencing td.options div.actionBox ul li a[title^=特記事項へのコメント追記はこちら] {
    display: none;
}
/*.ucSaveItemDialog div.checkout,.ucSaveItemDialog div.showCart,.ucSaveItemDialog div.continueShopping{    width: 130px !important;}*/ /*--------------------------------------------------------- check out ------------------------------------------------------------------*/ /*Author: Shivaraj HiremathDescription: Common check out related cssDate: 08-04-2015*/

.ucAddressDialog div.content div.createPickUpAddress {
    float: left;
    padding-top: 10px;
}

.ucAddressDialog div.content {
    margin: 0px !important;
    padding: 0px !important;
}

div.tokAddress div.pickup div table.gvAddressList {
    float: left;
    width: 100%;
}

.ucOrderingWizard .navigationWizard ul li.introItem {
    border-left: 1px solid #cccccc;
}

div.ucSkipCheckoutStep {
    padding-top: 15px;
}

.ucOrderingWizard div.navigationWizard ul li.introItem {
    width: 50px !important;
    padding-right: 20px !important;
}
/*.ucOrderingWizard .navigationWizard ul li.step6 {border-right:1px solid #cccccc !important}*/

div.continueButton {
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*Author: Shivaraj HiremathDescription: Address check out related cssDate: 08-04-2015*/

.tokAddress {
    width: 98%;
}

    .tokAddress .leftHalf {
        width: 48%;
        float: left;
    }

    .tokAddress .clearHalf {
        width: 3%;
        float: left;
    }

    .tokAddress .rightHalf {
        width: 48%;
        float: left;
    }

        .tokAddress .rightHalf > div, .tokAddress .rightHalf > div div.content {
            width: 98%;
        }

.ucShippingOptions > div.content > div.comDeliveryServices div label span.price {
    display: none;
}

.ucOrderingComment div.OrderBillingComment{    display: none;}

.ucOrderingWizard {
    width: 99%;
}

    .ucOrderingWizard div.content, .ucOrderingWizard div.content div.checkout {
        width: 100%;
    }

#db-sortable li div.ucExternalOrderId {
    width: auto !important;
    margin-right: 5px;
}

#db-sortable li div.ucPriceAgreement {
    width: auto !important;
    margin-left: 5px;
}

ul.connectedSortable {
    min-height: 300px;
}

.ucShoppingCartContent div.ecomTab ul.ecomTab li.delete a.ui-button {
    background: maroon !important;
    color: #ffffff !important;
    text-decoration: none !important;
    height: 15px !important;
}

.ucShoppingCartContent div.ecomTab ul.ecomTab li.delete a span.ui-button-text-only, .ucShoppingCartContent div.ecomTab ul.ecomTab li.delete a span.ui-button-text {
    padding: 0 !important;
}

.ucCartCheckOut .jButton.grey {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#divConfirmation.optionButtons {
    float: right;
    clear: both;
    display: block;
}

#divCartCheckOut.optionButtons {
    float: right;
    clear: right;
    display: none;
}

.ucMyWishList table.tablesorter th.type, .ucMyCart table.tablesorter th.type {
    width: 8% !important;
}

.ucCartCheckOut div.boxLeft input.exportToPDF {
    display: none;
}

div.ecomTab ul.ecomTab {
    border-bottom: 1px solid #cccccc !important;
}

    div.ecomTab ul.ecomTab li {
        margin-bottom: -1px !important;
    }

    div.ecomTab ul.ecomTab a.active {
        margin-bottom: -1px !important;
    }

.ucEmailPreferences > div.content div.orderInformation div.camouflage {
    padding-left: 0px !important;
}

.ucEmailPreferences > div.content div.orderInformation div.additionalAddresses {
    padding-left: 0px !important;
}
/*div.ContentPlaceHolderDefault_MasterPlaceholder_MainContent_CheckoutSubContent_BillingDistributor_11_pnlDragableWindowContent div.colAddress span font font {float: left; clear: left;}.ucPrintView div.comItemDetails div.sctDetailedProperties div.restriction { padding-left: 0;padding-right: 3px;  float: left; font-weight:bold;}.ucPrintView div.comItemDetails div.sctDetailedProperties div.triplet_opt { padding-left: 0;padding-right: 3px;  float: left}*/

/*-------------------------------------- Sequencing wizard ------------------------------------------*/
/*Tube Sequencing*/
.ucSequencingReactionSetup div.content fieldset legend {
    display: block !important;
}

.ucSequencingReactionSetup div.content div.comReactionSetup div.sctOptions div.icon > div.note {
    display: none;
}

.ucSequencingReactionSetup div.content div.comReactionSetup div.sctName {
    width: 43% !important;
}

.ucSequencingReactionSetup div.content div.comReactionSetup div.sctPrimer {
    width: 41% !important;
}

    .ucSequencingReactionSetup div.content div.comReactionSetup div.sctPrimer input[type="text"] {
        width: 100% !important;
    }

.ucSequencingReactionSetup div.content div.comReactionSetup div.sctPos div.text {
    padding-left: 6px;
    padding-top: 2px !important;
}

.ucSequencingReactionSetup div.content div.comReactionSetup div.sctHeadline div.text {
    width: 85%
}
/* Stripe Sequencing */
.ucStripeSequencingReactionSetup div.content fieldset legend {
    display: block !important;
}

.ucStripeSequencingReactionSetup div.content div.comReactionSetup div.sctOptions div.icon > div.note {
    display: none;
}

.ucStripeSequencingReactionSetup div.content div.comReactionSetup div.sctHeadline div.text {
    width: 85%
}
/* Plate Sequencing */
.ucPlateCheck div.comPlateDetails > div.container div.plateInformation div.plateNote {
    display: none;
}
/* Plate Sequencing popup */
div.duplicatCorrectionDialog div.ui-dialog-buttonpane div.ui-dialog-buttonset > :first-child {
    display: none !important;
}

#divDuplicateCorrectionDialog div.jqDialogOligoDuplicateCheckContent {
    overflow-y: scroll !important;
    min-height: 350px;
    height: 500px;
}

div.PlateWellDialog {
    width: 450px;
}

    div.PlateWellDialog div.jqDialogPlateOligoDetailsContent {
        width: 100%;
    }

        div.PlateWellDialog div.jqDialogPlateOligoDetailsContent div.newRow {
            width: 100%;
        }

        div.PlateWellDialog div.jqDialogPlateOligoDetailsContent div.sampleSection div.newRow div.left {
            width: 60%;
            !important;
            font-weight: bold;
            border-bottom: 1px solid black;
        }

        div.PlateWellDialog div.jqDialogPlateOligoDetailsContent div.primerSection div.newRow div.left {
            width: 60%;
            !important;
            font-weight: bold;
            border-bottom: 1px solid black;
        }

        div.PlateWellDialog div.jqDialogPlateOligoDetailsContent div.newRow div.left {
            width: 40%;
            !important;
        }

        div.PlateWellDialog div.jqDialogPlateOligoDetailsContent div.newRow div.right {
            width: 60%;
            !important;
        }
/*-------- Plate Sequencing - as per business requirement TOK dont want to display the icon in 8 stripe sequencing --------*/
.ucStripeSequencingReactionSetup div.content div.comReactionSetup div.sctPrimer div.sctToolTip {
    display: none;
}
/*-------- Plate Sequencing - as per business requirement TOK dont want to display the Export buttons in plate seq 3rd step--------*/
.ucPlateCheck div.comPlateList div.sctExport {
    display: none;
}

.ucPlateCheck div.comPlateDetails div.container div.plateDisplayMethods div.tabPlateView div.sctExport {
    display: none;
}

.ucPlateCheck div.comPlateDetails div.sctFillingTool {
    display: none;
}

/*-------- My Cart - as per business requirement TOK dont want to display the Copy to wishlist button--------*/
.ucCartCheckOut div.boxRight div.copyItems {
    display: none
}

/*-------- Addresses - Bring help icon and the text in same line--------*/
.ucAddressList div.colLinks div.small a span.tooltip_icon {
    width: 10px;
    padding-left: 13px;
    background-image: url(../../images/usercontrols/icons/tooltip.gif);
    background-repeat: no-repeat;
    background-position: left center;
    height: 14px;
    display: inherit;
}

/*-------- Order Confirmation - Hide no Of Production Orders in order informationm --------*/
.ucOrderInformation div.orderInfo div.noOfProductionOrders {
    display: none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* My groups - To hide some of the options*/
/* AUTHOR : Timmanna Benakatti */
/* DATE : 09-JAN-2019 */
.ucMyGroupsList div.content div.groupContainer div.comOptions div.sctSharingOptions ul li.sctShareWeblessKits {
    display: none;
}

.ucMyGroupsList div.content div.groupContainer div.comOptions div.sctSharingOptions ul li.sctShareSequencingPrimers {
    display: none;
}

.ucMyGroupsList div.content div.groupContainer div.comOptions div.sctSharingOptions ul li.sctShareSequencingLabels {
    display: none;
}

.ucMyGroupsList div.content div.groupContainer div.comOptions div.sctSharingOptions ul li.sctShareMpcResults
{
	display:none;
}


.ucMyGroupsList div.content div.groupContainer div.comMembers div.sctMembers table tr td span.name {
    display: none;
}

/* Added Custom settings for JP */

.ucStockOrder div.sctTable table tr td {
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    word-break: break-all !important;
}

.stockProductGroup {
    padding: 5px;
    font-size: 20px;
}

div.sctInstructions div[id*='ccStockOrder'] {
    display: block;
}

div[id*="HTSTubeOligo"] div#comOligoInput div.inputLine div.optionIcons div.icon > div.complement {
    display: none;
}

.ucMyCart table.tablesorter tr[class*="HtsPlateOligo"] a.lnkEdit {
    display: none;
}

.ucMyCart table.tablesorter tr[class*="HTSTubeOligo"] a.lnkEdit {
    display: none;
}

.ucMyCart table.tablesorter tr[class*="HtsPlateOligo"] input[type="checkbox"] { /* text-align: right; */
    display: none;
}

.ucMyCart table.tablesorter tr[class*="HTSTubeOligo"] input[type="checkbox"] { /* text-align: right; */
    display: none;
}

.ucMyWishList table.tablesorter tr[class*="HtsPlateOligo"] input[type="checkbox"] { /* text-align: right; */
    display: none;
}

.ucMyWishList table.tablesorter tr[class*="HTSTubeOligo"] input[type="checkbox"] { /* text-align: right; */
    display: none;
}

.ucMyWishList table.tablesorter tr[class*="HtsPlateOligo"] a.lnkEdit { /* text-align: right; */
    display: none;
}

.ucMyWishList table.tablesorter tr[class*="HTSTubeOligo"] a.lnkEdit { /* text-align: right; */
    display: none;
}

.ucMyWishList table.tablesorter tr[class*="GeneSynthesisMultiple"] a.lnkEdit {
    display: none;
}

.ucMyCart table.tablesorter tr[class*="GeneSynthesisMultiple"] a.lnkEdit { /* text-align: right; */
    display: none;
}

.ucSequenceValidation div.content div.propValue span,
.ucSequenceReview div.content div#comGeneInput div.inputLine div.oligoSequence div.untranslated,
.ucSequenceReview div.content div.propValue span {
    width: 100%;
    word-wrap: break-word; /*word-break: break-all;*/
    word-break: break-word;
    float: left;
}

.ucSequenceReview div.content div#comGeneInput div.selectAllLine {
    margin: 5px 0 5px 0;
    margin-right: 41px;
}

    .ucSequenceReview div.content div#comGeneInput div.selectAllLine > div.oligoSelectAllGeneItemsText {
        float: left;
        width: 87%;
        text-align: right;
    }

    .ucSequenceReview div.content div#comGeneInput div.selectAllLine > div.oligoSelectAllGeneItems {
        margin-right: 70px;
    }

        .ucSequenceReview div.content div#comGeneInput div.selectAllLine > div.oligoSelectAllGeneItems input[type="checkbox"] {
            width: 100%;
        }
 div.billingCommentForAgentUser {
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 15px;
}

div.billingCommentForAgentUser span {
    margin: 0 0 0.5em;
    line-height: 23px;
    padding: 10px;
    margin: 10px 0 5px 0;
}

div.billingCommentForAgentUser input[type="text"] {
    width: 80%;
    height: 23px;
    line-height: 23px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-left: 10px;
}
li.sctShareQuotes {
    display: none;
}
p.checkout {
    display: none;
}
.ucMyOrdersTable div.cancelOrder {
    display: none;
    visibility: hidden;
}
div#ContentPlaceHolderDefault_MasterPlaceholder_MainContent_CheckoutSubContent_OrderInformation_16_pnlSoldTo {
    visibility: hidden;
}

.ucSequencingReactionSetup div.content div.comTemplateTypes ul{
	font-size:12px;
}

.ucPlateProperties div.comPlateProperties > div.container > div.content div.comTemplateTypes ul{
	font-size:12px;
}	