FORM {
    line-height: normal;
}

.container_title
{
    padding-bottom: 5px;
    padding-left:10px;
    border-bottom: 1px solid #e3e3e3;
    padding-top:20px;
}
.sub_container_title
{
    padding-top: 10px;
    text-align:left;
    padding-left:20px;
}
.content_container
{
    /* styles the parent table within the white box */
}

/* For catalogue item images in summaries */
.item.content .thumbnails .img {
    padding: 5px;
}

.content_table
{
    /* styles each data model table */
    /*border: 2px solid yellow;*/
    /*margin:10px;*/
    font-size: 85%;
    margin-top:10px;
    border-left: 1px solid #e3e3e3;
}
.content_table_column
{
    /* styles the column headers within each data model */
    /*font-size: 99%;*/
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
    margin-top: 10px;
}
.content_table_column_command
{
    /* styles the blank header for the commands column */
    border-bottom: 1px solid #E1E1D9;
    padding-top: 10px;
}
.content_table_data_component
{
    /* styles the components within the content_table */
    /*border-top: 1px solid #E1E1D9;*/
    border-bottom: 1px solid #E1E1D9;
    /*border-left: 1px solid #E1E1D9;*/
    /*border-right: 1px solid #E1E1D9;*/
    padding: 2px 5px;
}
.content_table_data_component-hover
{
    border-left: 1px solid #E1E1D9;
    border-right: 1px solid #E1E1D9;
    padding: 2px;

    background-color: #D9D9D9;
    background-color: #E3E3E3;
    cursor: pointer;
}
.content_table_header
{
    /* style the header titles within each data model */
    /*padding-left: 10px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    /*border-left: 1px solid #E1E1D9;*/
    /*border-right: 1px solid #E1E1D9;*/
    border-left: none;
    border-bottom: 1px solid #E1E1D9;
    /*background-color: #f2f2e9;*/
    margin-bottom: 10px;
    padding: 10px !important;
    background-color:#E0DCC1;
    background-color:#E4E2CB;
}
.content_table_member_command
{
    /* styles the member command cell */
    /*border: 2px solid yellow;*/
    vertical-align: middle;
}
td.content_table_member {
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
}
.content_table_data_component {
    padding: 5px 10px;
    border-right: 1px solid #e3e3e3;
}
td.column_created {
    font-size: 10px;
    padding: 1px;
    padding-left:5px;
}
td.column_title {
    white-space:normal;
    width:300px;
}
.commandGroup
{
}
.action
{
}
.table_header_left /* specific to pfizer design */
{
    text-align: left;
    background-image: url(/images/table_header_left.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
    font-size: 80%;
    font-weight:bold;
    /*padding: 5px 0;*/
}
.table_header_left span {
    font-size: 95%;
}
.table_header_right
{
    width:5px;
    text-align: right;
    /*background-image: url(/images/table_header_right.jpg);*/
    /*background-position:bottom right;*/
    /*background-repeat:no-repeat;*/
    padding:0 2px;
    padding-top:1px;
    padding-bottom:2px;
    background-color:#E5E3CE;
    border-bottom:1px solid #C4BE8C;
    border-right:1px solid #C4BE8C;
}
.table_header_right_end
{
    width:5px;
    text-align: left;
    background-image: url(/images/table_header_right_end.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
}
/*
.row_low
{
    background-color: white;
}
.row_high
{
    background-color: #FFFDF0;
}
*/
.table_navigation
{
    width: 90%;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    color: #B1B1A9;
}

.clickable
{
    border:none;
}
.clickable:hover
{
    cursor: pointer;
}

/* White content box */

.contentBox
{
    width: 100%;
    width: 700px;
}
.left_top
{
    background-position:top left;
    background-image: url(/images/content_box_left_top.jpg);
    background-repeat:no-repeat;
}
.top_right
{
    background-position:top right;
    background-image: url(/images/content_box_top_right.jpg);
    background-repeat:no-repeat;
    height:7px;
}
.right_bottom
{
    background-position:right bottom;
    background-image: url(/images/content_box_right_bottom.jpg);
    background-repeat:no-repeat;
}
.left_bottom
{
    background-position:left bottom;
    background-image: url(/images/content_box_bottom_left.jpg);
    background-repeat:no-repeat;
    height:5px;
}
.contentBox TD.content
{
    height: 50px;
    width: 650px;
}

.action, .actionActive
{
    margin-right: 2px;
    padding:1px 2px;
    font-size:9px;
    text-decoration:none;
    background:#ddd;
    border:solid 1px #444;
    color:black;
    background-image:url(/images/admin/buttonbg.gif);
    background-position:center;
    background-repeat:repeat-x;
}

.printButton
{
    position:absolute;
    top:15px;
    right:3px;
    background-color:#E4E2CB;
    border:1px solid #B9BA76;
    font-size:8px;
}
.printButton:hover
{
    cursor:pointer;
}

@media print
{
    body
    {
        background:none;
    }
    .contentBox
    {
        width:100%;
        border:none;
    }
    .left_top, .top_right, .right_bottom, .left_bottom
    {
        background:none;
    }
    .content
    {
        width:100%;
    }
    .container
    {
        width:100%;
    }
    .table_container
    {
        width:100%;
        padding:0;
        margin:0;
        border-collapse:collapse;
    }
    .table_header
    {
        display:none;
    }
    .table_header_left, .table_header_right
    {
        background:none;
        background-color:black;
        color:white;
    }
    .content_table_header, .content_table_data_component
    {
        border:1px solid gray;
    }
}

.table_container {
    border: none;
}

.textfield {
    width: 200px;
}

#main {
    padding: 0 10px;
    position: relative;
}
#main > div, #widgets > .widget, .frontBodyAdminControl > .visibleAdminControl {
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: rgba(0,0,0,0.05) 0 0 10px;
    border-radius: 5px;
    padding: 5px 10px;
}

.frontBodyAdminControl > .visibleAdminControl {
    padding: 10px;
}

#main > .footerText {
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 0;
}

#greybar {
    border-bottom: 10px solid rgb(44, 45, 45);
    width: 960px;
    margin: 0 auto;
}

#products {
    width: 651px;
}

#widgets {
    width: 222px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#widgets .widget {
    width: 200px;
    margin: 20px 0;
    padding-bottom: 10px;
}
#widgets .widget:first-child {
    margin-top: 0;
}

.widget .title {
    font-weight: normal;
    padding-bottom: 15px;
}
.widget .title IMG {
    margin-right: 5px;
}


DIV.inline {
    display: inline-block;
    vertical-align: top;
}

DIV.gap {
    font-size: 0;
    height: 10px;
}

.productCount {
    padding-left: 15px;
}

IMG.zoomable {
    cursor: pointer;
    cursor: zoom-in;
}
IMG.zoom {
    z-index: 100;
    max-width: none !important;
    max-height: none !important;
    cursor: pointer;
    cursor: zoom-out;
    border: none !important;
}
.zoomBlockout {
    z-index: 99;
    background: #000;
    cursor: pointer;
    cursor: zoom-out;
}

#cart .changedQuantity .itemQuantity {
    color: darkorange;
}

#cart .changedQuantity .price {
    color: #808080;
}


DIV#cart .add BUTTON {
    width: auto;
}

#home {
    margin: 5px 0 0 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eeeeee;
    box-shadow: rgba(0,0,0,0) 0 0 5px;
    transition: all 0.1s linear;
    cursor: pointer;
    background: none;
}
#home:hover {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
}
#home IMG {
    padding-right: 5px;
}

#logout {
    position:absolute;
    right: 0;
    top:5px;
    margin: 5px 20px 0 0;
}
#logout a {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    box-shadow: rgba(0, 0, 0, 0) 0 0 5px;
    transition: all 0.1s linear;
    cursor: pointer;
    background: none;
}
#logout * {
    text-decoration: none;
    color: #888888;
}
#logout a:hover {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
}
#logout .user * {
    color:black;
}

.cart-widget .lineItem {
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 5px 10px 5px;
}
.cart-widget .payments {
    margin-top: 15px;
}

#cart .lineItems .lineItem:first-child {
    border-top: 1px solid #E6E6E6;
}

.topmenu #cart .lineItems .lineItem:first-child {
    border-top: none;
}

.cart-widget .actionRequiredLineItem {
    background-color: lightyellow;
}

.cart-widget .itemActionsRequired {
    font-style: italic;
}

.cart-widget .requiredItemActionAdvice {
    margin-top: 3px;
}

.cart-widget .remove {
    float: right;
    display: inline;
    cursor: pointer;
    margin-left: 10px;
}

#cart
.cart-widget .name {
    display: inline;
}
.cart-widget .secondLineItemRow {
    clear: both;
    padding-top: 5px;
}
.cart-widget .price {
    padding: 0px 0px 4px 4px;
    float: right;
}
.cart-widget .readOnly .price {
    padding-top: 10px;
}
.cart-widget .add {
    font-size: small;
}
:is(.cart-widget .add) INPUT {
        width: 4em;
    }
.cart-widget .add BUTTON {
    padding: 4px 8px;
}

.cart-widget .itemActionLink {
    margin-left: 4px;
}

.cart-widget .cartItemActionIcon {
    vertical-align: middle;
}

.cart-widget .total {
    padding: 15px 5px;
    font-weight: bold;
    color: #333333;
    text-align: right;
}

.cart-widget .taxTotal {
    padding: 0 5px 15px;
    color: #333;
    font-size: 90%;
}

.cart-widget .cartRequiredActionBackground {
    display: none;
}

/* positioning the flag underlay */
.cart-widget .actionRequiredLineItem .cartRequiredActionBackground {
    position: absolute;
    right: 35px;
    opacity: .2;
    display: block;
}

.cart-widget.quantitiesChanged .total {
    color: lightgray;
}

.checkoutStarter #cart .checkout {
    display: inline;
    float: right;
}

.cart-widget .disabledCheckout {
    cursor: not-allowed;
    color: #666666;
}

.cart-widget #cartOps {
    margin-top: 10px;
}

#savedCartOps {
    margin: 10px 0 5px 0;
}

.cart-widget .cartInfo {
    text-align: right;
    padding: 2px;
    font-style: italic;
}

#saveCartError {
    font-weight: bold;
    color: orange;
}

.cart-widget #savedCartControl,
.cart-widget #saveCartForm,
.cart-widget #saveCartFeedback,
.cart-widget #saveCartError {
    display: none;
}

#unsavedCartControls {
    text-align: right;
}

#savedCartControl {
    padding: 8px;
    text-align: right;
    background-color: #E6E6E6;
    float: right;
}

#popupCart #savedCartControl {
    float: none;
}

#savedCartDesc {
    padding-right: 6px;
}

#savedCartControl.alreadySavedCartInfo, #savedCartControl.savingNewCart {
    display: block;
}

#hideCartConfig {
    display: none;
}

#showCartConfig, #hideCartConfig {
    cursor: pointer;
}

#showCartConfig:hover, #hideCartConfig:hover {
    color: rgb(239,41,24);
}

#cartOps.shownCartInfo #showCartConfig,
#cartOps.shownCartInfo #unsavedCartControls {
    display: none;
}

#cartOps.shownCartInfo #hideCartConfig {
    display: inline-block;
}


.savedCartName {
    font-style: italic;
}

#saveCartForm {
    clear: both;
    margin-top: 10px;
}

#saveCartForm img.cartFormAction {
    cursor: pointer;
}

.cart-widget .cartInfo.saveCartError {
    background-color: orange;
}


.checkoutDisabledAdvice {
    padding: 5px;
    font-style: italic;
    color: #333333;
}

.cart-widget .requiredItemActionAdvice a {
    color: blue;
}

.cart-widget.quantitiesChanged .checkout {
    display: none;
}

.cart-widget #updateQuantitiesControl {
    display: none;
}

.cart-widget.quantitiesChanged #updateQuantitiesControl {
    display: block;
}

.continueCheckout {
    float: right;
    font-weight: normal;
}

.cart-block {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
}

.cart-header {
    text-align: center;
    color: #797557;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}



TABLE.wizard_button_table {
    margin-top: 20px;
    margin-left: auto;
}

TABLE.wizard_button_table INPUT[type=BUTTON] {
    border-radius: 5px;
    padding: 4px 10px;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    background: rgba(0,0,0,0.1);
}
TABLE.wizard_button_table INPUT[type=BUTTON]:hover {
    background: rgba(0,0,0,0.05);
}

DIV.wizardInstructions {
    padding: 10px 0;
}

TABLE.wizard_table TR.field_row TD {
    padding: 5px 0;
}

#messages {
    margin: 10px 20px 0 20px;
}

.info .infoInline {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.info .infoInline a.infoClose {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;

    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;

    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #000000;

    font: -webkit-small-control;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
}
#childrenMessage {
    padding:20px 0;
}

#search button {
    height: 22px;
    width: 36px;
    border-radius: 5px;
    padding: 2px 1px;
}

.productsHeader {
    background: #888;
    color: white;
    font-weight: bold;
    padding: 3px;
    margin-top: 20px;
    border-radius: 3px 3px 0 0;
}


.price ul.additionalPrice {
    list-style: none;
    margin-top: 0px;
}

.price ul.additionalPrice li {
    font-size: 8pt;
}

.thumbnail-block {
    text-align: center;
}
.thumbnail-block IMG {
    border: 1px solid #ddd;
}



.orderActionsOverviewTitle {
    color: #b94a48;
    font-size: 16pt;
    border-bottom: 1pt solid #b94a48;
}

.orderActionOverview {
    padding: 10px;
    margin-top: 5px;
    background-color: #dddddd;
}

.orderActions .summaryContainer .topContainer {
    border: none;
}

.orderActionsContainer .summaryContainer .content, .orderActionsContainer .summaryContainer .topcontainer {
    background-color: inherit;
}

.orderActions .summaryChild {
    display: block;
    list-style: disc;
}

.orderActions .summaryChild > .item {
    display: list-item;
}

.orderActionOverviewTitle {
    font-weight: bold;
    margin-bottom: 5px;
}

.orderActionTicketTitle, .orderActionOrderId {
    font-size: 16pt;
    font-weight: bold;
}

.orderActionTicketInstructions {
    margin: 5px;
    padding: 20px;
    background-color: #dddddd;
}

.orderActionTicketActions {
    margin-left: 15px;
    margin-top: 15px;
}

.orderActionTicketActionsHeading {
    margin-top: 5px;
    font-style: italic;
}

.ticketOrgName {
    vertical-align: middle;
}

.ticketLogo {
    height: 45px;
    width: auto;
    padding-right: 30px;
}

.ticketContact {
    padding-left: 30px;
}
/* remove hover */
.orderActions .item:hover, .orderActionTicket .item:hover {
    color: inherit;
    background-color: inherit;
}

.orderActionTicket {
    padding: 15px;
}

@media print {
    .orderActionTicket {
        padding-right: 35px; /* seems necessary for Chrome at least?! */
    }
}

.frontBodyAdminControl {
    clear: both;
    float: right;
    padding: 3px;
}

.frontAdminButton, .frontBodyAdminControl .visibilityControl {
    padding: 4px;
    border: solid 1pt #dedede;
    text-decoration: none;
    color: #444444;
    background-color: #efefef;
    border-radius: 3pt;
    font-size: 8pt;
    font-style: italic;
    white-space: nowrap;
    display: inline-block;
    margin: 2px;
}

.frontBodyAdminControl .existingThumbnail {
    margin-top: 15px;
}

.frontBodyAdminControl .existingThumbnail img {
    margin: 5px;
    border: 1px solid #ddd
}

.setThumbnailActionStatus {
    float: right;
    width: 10px;
    padding-left: 3px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #E6E6E6;
    border-radius: 2px;
    border: 1px solid #B3B3B3;
    padding: 2px 5px;
}

.saved-carts {
    padding-top: 15px;
}

.saved-cart-preamble {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1pt solid #DDD;
    margin: 30px 0 5px 0;
}

.saved-cart .saved-cart-header {
    margin: 0px 0 5px 0;
}

.saved-cart-title {
    font-size: 14pt;
}

.saved-cart-commands {
    clear: both;
    padding: 10px 0 5px 0;
    line-height: 26px;
}

.cart-command {
    background: #E6E6E6;
    border-radius: 5px;
    border: 1px solid #B3B3B3;
    padding: 4px 10px;
    cursor: pointer;
}

.cart-command:hover {
    border: 1px solid black;
}


/* product detail view */

.product-detail > DIV {
    margin-left: 20px;
}


.product-detail .add .addToCartButton,
.product-detail .add .visitFolderButton,
.product-detail .add .visitLinkButton {
    float: none;
}


.productDetailContent {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto 200px;
    grid-gap: 20px;
}

.productDetailThumbnails {
    grid-column: 1 / 3;
}

.productDetailColumn > DIV {
    margin-bottom: 20px;
}


.productDetailHeading {
    font-size: 150%;
    margin-bottom: 10px;
}
.productDetailHeading:empty {
    display: none;
}


.productDetailContent IMG.source-pdf {
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}


.productDetailThumbnails {
    padding: 10px;
    background: #eee;
}
.productDetailThumbnails > DIV {
}
.productDetailThumbnails_current {
    text-align: center;
    margin-bottom: 10px;
}
.productDetailThumbnails_current IMG {
    max-width: 100%;
}
.productDetailThumbnails_container {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.productDetailThumbnails_container :only-child {
    display: none;
}
.productDetailThumbnails_container IMG {
    max-width: 80px;
    max-height: 80px;
    margin: 10px;
    cursor: pointer;
}


.productDetailDownloads {
}
.productDetailDownloads_heading {
    text-align: right;
}
.productDetailDownloads_items {
    background: #eee;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
}
.productDetailDownloads_item {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px;
}
.productDetailDownloads_item IMG {
    max-height: 80px;
    max-width: 80px;
    display: inline-block;
    vertical-align: top;
}


.productDetailPricing {
    text-align: right;
}
.productDetailPricing .price {
    font-size: 125%;
}
.productDetailPricing .add {
    margin-top: 20px;
}


.productDetailBack {
    text-align: right;
}
.productDetailBack * {
    font-size: 125%;
}
.no-item-selections .cart-command {
    color: grey;
    cursor: initial;
}

.no-item-selections .cart-command:hover {
    border: 1px solid #B3B3B3;
}

#per-item-commands {
    margin-top: 8px;
}

.saved-cart-meta {
    float: left;
    margin-right: 8px;
    font-style: italic;
}

#saved-carts {
    margin-left: 15px;
}

.saved-cart {
    width: 600px;
}

#saved-cart-items {
    margin: 13px 10px 5px 8px;
}

.selected-cart-item {
    background-color: #dedede
}

#main-saved-carts .top-commands,
#main-saved-carts .instructions
{
    margin: 10px 0;
}
/*# sourceMappingURL=/Volumes/Scratch/build/neon/releaseCustomTables/production/neon/WEB-INF/classes/com/pirionsystems/ne/sites/standard/skin/staticContent/style/skin/sepia/style.css.map */