/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2060,31): run-time error CSS1039: Token not allowed after unary operator: '-header-height-desktop'
(2060,66): run-time error CSS1039: Token not allowed after unary operator: '-header-padding-desktop'
(2651,35): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(2807,28): run-time error CSS1039: Token not allowed after unary operator: '-ribbon-color'
(6434,31): run-time error CSS1039: Token not allowed after unary operator: '-ribbon-color'
 */
/* Variables */
:root {
    --ribbon-color: #34466A;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Title {
    background-color: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    HEIGHT: 35px;
}

input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 4px;
}

.GridButton {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    HEIGHT: 20px;
    CURSOR: hand;
    BORDER-TOP: 1px solid #FFFFFF;
    BORDER-LEFT: 1px solid #FFFFFF;
    BORDER-BOTTOM: 1px solid #666666;
    BORDER-RIGHT: 1px solid #666666;
}

.toolTipDebuger {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    background-color: whitesmoke;
    border-left-color: lightgrey;
    border-bottom-color: lightgrey;
    border-top-style: groove;
    border-top-color: lightgrey;
    border-right-style: groove;
    border-left-style: groove;
    border-right-color: lightgrey;
    border-bottom-style: groove;
    font-size: 15px;
}


.LineBelow {
    background-color: #990000;
}


/* */
.ErrorText {
    color: red;
    font-size: 11px;
    line-height: 15px;
}

.Error {
    color: red;
    font-weight: normal;
}

.validationSummary {
    margin-bottom: 10px;
}

.SelectedAsset {
    background: #999966;
    border-width: 10px;
    border-color: #00ffff;
}

.UnselectedAsset {
    background: #555D9C;
    border-width: 10px;
    border-color: #00ffff;
}

.PriceListRangeCell {
    width: 200px;
}


/* */
A.StepUnselected, A.StepUnselected:link, A.StepUnselected:visited {
    COLOR: #ffffff;
    background-color: #999966;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

    A.StepUnselected:hover {
        color: #999966;
        background-color: #ffffff;
        text-decoration: underline;
        padding-left: 10px;
    }

A.StepSelected {
    COLOR: white;
    background-color: #999966;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

    A.StepSelected:hover {
        color: white;
        background-color: #999966;
        text-decoration: none;
        padding-left: 10px;
    }

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.NormalDouble {
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox {
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect {
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox {
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl {
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox {
    margin-left: -4px;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio {
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton {
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    /*    border-style: solid;
	border-width: 1px;
	border-color: #cccc99; */
    background-color: #ccccaa;
}

.NormalRed {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
}

.NormalItalic {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

HR {
    height: 1pt;
    text-align: left;
}

.options {
    color: #003399;
    font-size: 11px;
    font-weight: bold;
}


.HideControl {
    display: none;
}

.InfoPopup {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 9;
    font-size: 11px;
    white-space: normal !important;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 7px;
}

.OrderPriceLabelWidth {
    width: 500px;
}

.Spacer5 {
    display: inline-block;
    width: 5px;
}

.Spacer10 {
    display: inline-block;
    width: 10px;
}

.Spacer20 {
    display: inline-block;
    width: 20px;
}

.TableNoBorders,
.TableNoBorders TD {
    border: 0px !important;
}

.TableNoBordersOverride,
.TableNoBordersOverride TABLE,
.TableNoBordersOverride TD,
.TableNoBordersOverride DIV {
    border: 0px !important;
}

.XmpTooltipPopup {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 10;
    font-size: 11px;
    font-weight: normal;
    white-space: normal !important;
    border: solid 1px #CCCCCC;
    background-color: #ffffe0;
    padding: 5px;
    width: auto;
    white-space: pre;
    max-width: 500px;
}

.priceExplainTooltip {
    margin-left: 5px;
}

.ulNoStyle {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .ulNoStyle li {
        list-style: none;
        list-style-type: none;
    }

.MoreInfoLabel {
    color: #333370;
    text-decoration: underline;
    cursor: default;
}

.RLPrevious {
    width: 100%;
}

/*.RLEditorContainer
{

	vertical-align: top;
	width: 615px;
}*/

.nopadding,
.nopadding TD {
    padding: 0px !important;
}

.ClearingGatewayMessage {
    white-space: normal;
    display: block;
}

.RequiredFieldMarker {
    color: Red;
    font-weight: bold;
    vertical-align: middle;
}

ul.horizontalList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.horizontalList li {
        display: inline-block;
        *display: inline;
        padding: 0;
        margin: 0;
    }


/*#region begin XmpImageDropDownList styles */
div.XmpImageDropDownList {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/uStore/Images/OpenMenu.png);
    z-index: inherit;
    border: solid 1px transparent;
}

    div.XmpImageDropDownList:hover {
        border: solid 1px #b0b0b0;
    }

    div.XmpImageDropDownList ul {
        z-index: inherit;
    }

    div.XmpImageDropDownList li, div.XmpImageDropDownList a.toggler {
        height: 20px;
        line-height: 20px;
        display: block;
        border-top: solid 1px #d0d0d0;
        background-color: white;
        background-repeat: no-repeat;
        text-decoration: none;
        color: #7395D3;
        z-index: inherit;
    }

        div.XmpImageDropDownList a.toggler, div.XmpImageDropDownList a.toggler:hover {
            background-color: transparent;
        }

        div.XmpImageDropDownList li:hover {
            background-color: #e8e8e8;
            z-index: inherit;
        }

    div.XmpImageDropDownList ul.choices {
        display: none;
        padding: 0;
        margin: 0;
        list-style-type: none;
        z-index: inherit;
    }

        div.XmpImageDropDownList ul.choices li {
            margin: 0;
            list-style-type: none;
            z-index: inherit;
        }
/*#endregion*/

/* begin user welcome styles */
.userWelcome {
    padding: 0 10px 0 10px;
    border: solid 1px transparent;
    vertical-align: baseline;
    text-align: right;
    float: right;
    height: 36px;
}

    .userWelcome span {
        *margin-bottom: 5px; /*  IE 7 hack*/
        display: block;
        height: 36px;
        line-height: 36px;
    }
/* end user welcome styles */

/* begin culture selector flag styles */
.flagList {
    padding-right: 5px;
    text-align: right;
    float: right;
    position: relative;
    z-index: 1001;
    height: 36px;
    margin-top: 7px;
}

div.flagList div.XmpImageDropDownList {
    background-position: 28px 8px;
    width: 40px;
    z-index: inherit;
}

    div.flagList div.XmpImageDropDownList li, div.flagList div.XmpImageDropDownList a.toggler {
        width: 8px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: 4px center;
        padding-left: 20px;
        padding-right: 12px;
        z-index: inherit;
    }

.inlineFlags {
    display: inline;
    line-height: 23px;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inlineFlags {
        display: inline-block;
        margin-top: 6px;
    }
}

/* end culture selector flag styles */

/* begin currency selector styles */
div.dropDownCurrencies {
    z-index: 1001;
    position: relative;
    width: 47px;
    height: 36px;
    margin-top: 7px;
    text-align: left;
    float: right;
    margin-right: 4px;
}

    div.dropDownCurrencies div.XmpImageDropDownList {
        background-position: 31px 8px;
    }

    div.dropDownCurrencies li, div.dropDownCurrencies a.toggler {
        width: 40px;
        height: 20px;
        display: inline-block;
        border-top: solid 1px #d0d0d0;
        background-color: white;
        text-decoration: none;
        padding-left: 3px;
        color: #7395D3;
        z-index: inherit;
    }

        div.dropDownCurrencies a.toggler, div.dropDownCurrencies a.toggler:hover {
            background-color: transparent;
        }
/* end currency selector styles */


.CheckoutCompleteOrderNumber {
    color: Red;
    font-weight: bold;
    vertical-align: middle;
}

ul.horizontalList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.horizontalList li {
        display: inline-block;
        *display: inline;
        padding: 0;
        margin: 0;
    }

/* -- Address List (begin)  -- */
.addressPaneTitle {
    padding: 0;
    float: left;
}

.addressPaneAddAddress {
    padding-right: 43px;
    float: right;
}

.addressListWrapper {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    padding: 0;
    width: 96%;
}

.addressListTable {
    table-layout: fixed;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    max-width: 100%;
    text-align: left;
}

    .addressListTable TD {
        padding: 0;
        text-align: left;
    }

.addressItemTable {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 3px 12px;
    width: 260px;
    text-align: left;
    border: solid 1px #cccccc;
}

.addressItemHead {
    height: 25px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
}

    .addressItemHead > div {
        padding: 3px 0 0 5px;
        white-space: nowrap;
    }

    .addressItemHead .personName {
        vertical-align: middle;
        white-space: nowrap;
    }

    .addressItemHead .tooltip {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
    }

.addressItemTitle {
    float: left;
}

.addressItemHead .buttons {
    float: right;
    width: 48px;
    text-align: right;
    padding: 3px 5px 0 0;
}

.addressItemBody {
	list-style-type: none;
	height: 110px;
	margin: 0;
	padding: 0 5px 5px 5px;
	vertical-align: top;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

    .addressItemBody li {
        padding: 2px 0;
        margin: 0;
        white-space: nowrap;
    }

.paneSeparator {
    height: 2px;
    margin: 15px 5px 10px 0;
    border-top: 2px solid #CCCCCC;
    clear: both;
}


#tblAddressEdit input[type=text] {
    width: 260px;
}

#tblAddressEdit select {
    width: 266px;
}


/* -- Address List (end)  -- */

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------         PRODUCT LIST: BOTH LIST and GRID STYLES              --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productList, table.productList {
    margin-top: 10px;
}


div.productListTable {
    position: relative;
}

    div.productListTable .thumbnail {
        border: solid 1px #e9e9e9;
        position: relative;
        width: 210px;
        height: 130px;
        margin: auto;
        padding: 4px;
    }

    /* productListTable Inventory*/
    div.productListTable.SoldOut div[class*="thumbnail"] {
    }

    div.productListTable.SoldOut .divSoldOut {
        background-image: url(/uStore/Images/SoldOut_big.png);
        position: absolute;
        z-index: 1000;
        top: 85px;
        right: 0px;
        width: 109px;
        height: 29px;
        color: White;
        font-size: 12px;
        line-height: 2.4em;
        display: inline !important;
        text-align: center;
        cursor: default;
    }

    /* center xmpimagebutton */
    div.productListTable div.productDetailsLink table {
        margin: 0 auto;
    }

    div.productListTable a, div.productListTable a img {
        display: block;
        margin: auto;
    }

        div.productListTable a img {
            border: solid 1px #e9e9e9;
        }

    div.productListTable .OutOfStock {
        color: Red;
    }

    div.productListTable .OutOfStockChoices {
        color: Red;
    }

    div.productListTable .InStock {
    }

    div.productListTable .StockLevel {
    }

.page-selection {
    display: block;
    min-height: 1px;
}


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                               LIST                           --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productlistview {
    width: 797px;
    margin-bottom: 15px;
}

    div.productlistview .thumbnail {
        float: left;
    }

.productlistview div.productInfo {
    float: left;
    width: 330px;
    position: relative;
    min-height: 144px;
}

div.productlistview div.productname, div.productlistview div.productdesc, div.productlistview div.productQtyRange {
    text-align: left;
    width: 355px;
    padding-left: 10px;
}

div.productlistview div.productname {
    line-height: 1.5em;
    padding-top: 10px;
    margin-top: 5px;
}

div.productlistview div.productdesc {
    margin-top: 10px;
    margin-bottom: 45px;
}

div.productlistview div.productQtyRange {
    position: absolute;
    left: 0;
    bottom: 15px;
    line-height: 15px;
}

div.productlistview div.pricingInfo {
    width: 195px;
    float: right;
    margin-top: 60px;
}

div.productlistview div.productPrice, div.productlistview div.productDetailsLink {
    text-align: center;
}

div.productlistview div.InventoryInfo {
    margin-left: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 15px;
    white-space: nowrap;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              GRID                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productgridview {
    width: 220px;
    margin: 10px;
    padding: 5px;
    border: solid 1px #e9e9e9;
}

.productgridview div.productname,
.productgridview div.productdesc,
.productgridview div.productQtyRange,
.productgridview div.productPrice,
.productgridview div.productDetailsLink {
    width: 210px;
}

.productgridview div.productname {
    margin-top: 10px;
}

.productgridview div.productdesc {
    margin-top: 5px;
    margin-bottom: 5px;
}

.productgridview div.productQtyRange {
    padding-bottom: 5px;
    display: block;
}

.productgridview .productunits {
    margin: 0 2px;
    width: 100%;
}

.productgridview div.productPrice, .productgridview div.productDetailsLink {
    text-align: center;
}

.productgridview div.productPrice {
    padding-bottom: 5px;
    display: block;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              OVERLAY                         --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productListTable .overlay {
    display: none;
    width: 100%;
    z-index: 100;
    position: absolute;
    font-size: 9px;
    line-height: 1.5em;
    height: 25px;
    text-align: left;
    top: 0;
    left: 0;
}

    div.productListTable .overlay div {
        width: 109px;
        height: 100%;
        position: absolute;
    }

div.productListTable .productEnlarge {
    left: 0;
    top: 0;
}

div.productListTable .productDownload {
    right: 0;
    top: 0;
}

div.productListTable .overlay div a {
    height: 100%;
    padding-top: 6px;
    width: 89px;
    padding-left: 20px;
    height: 100%;
}

div.productListTable div.overlay div {
    background-color: #e9e9e9;
}

div.productListTable .productDownload {
    border-left: solid 1px #d5d5d5;
}

div.productListTable .productEnlarge a {
    background: transparent url(/uStore/Images/magnifying_glass_high.png) no-repeat 5px 50%;
}

div.productListTable .productDownload a {
    background: transparent url(/uStore/Images/download.png) no-repeat 3px 50%;
}

.productListTable .overlay .productEnlarge:hover a {
    background-image: url(/uStore/Images/magnifying_glass_rol_high.png);
}

.productListTable .overlay .productDownload:hover a {
    background-image: url(/uStore/Images/download_rol.png);
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                         END OVERLAY                          --------------- */
/*  ----------------------------------------------------------------------------------------------- */


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                      GRID COLUMNS                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */
.leftHeader {
    text-align: left;
}

.ShoppingCartGrid_Column_Buttons {
    width: 40px;
    text-align: center;
}

.ShoppingCartGrid_Column_Thumbnail {
    width: 82px;
    text-align: center;
}

.ShoppingCartGrid_Column_NotificationIcon {
    width: 24px;
    text-align: center;
}

.ShoppingCartGrid_Column_ProductName {
    width: 220px;
    text-align: left;
}

.ShoppingCartGrid_Column_Units {
    width: 180px;
    text-align: left;
}

.ShoppingCartGrid_Column_Reject {
    width: 120px;
    text-align: left;
}

.ShoppingCartGrid_Column_Price {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

.ShoppingCartGrid_Column_Currency {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

    .ShoppingCartGrid_Column_Price div.ShoppingCartPriceTD, .ShoppingCartGrid_Column_Currency div.ShoppingCartPriceTD {
        width: 80%;
    }

#trShoppingCart .shoppingCart_selectAll_wrapper {
    text-align: left;
}

#trShoppingCart img[id$="_imgChangeCart"] {
    margin-bottom: -5px;
}

.OrderDetailsGrid_Column_RequiresApproval {
    width: 24px;
    text-align: center;
}


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                  END GRID COLUMNS                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */
/* BEGIN FLOAT CLEARING */
.Duc:after,
.floatClearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .Duc,
* html .floatClearing {
    height: 1%;
}
/* for IE5+6 */

*:first-child + html .Duc,
*:first-child + html .floatClearing {
    min-height: 1px;
}
/* for IE7 */

/* END FLOAT CLEARING */



.subTitleProductNameExists {
    display: none;
}

.WizardButtonsContainer div {
    float: left;
    margin-right: 12px;
}

div.SaveDraftButtonContainer {
    float: right;
}

.WizardButtonsContainer {
    border-top: 1px solid #999999;
    padding-top: 4px;
}

#nav {
    margin-left: 3px;
}

#SlideShow {
    position: relative;
    visibility: hidden;
    text-align: center;
}

img.customizationPreview {
    max-width: 100%;
    max-height: 100%;
}

/*
* DialCustomerUIControls
*/

.CustomizationProperties {
}

    .CustomizationProperties #customization {
        float: left;
        width: 48%;
    }

    .CustomizationProperties #preview {
        float: right;
    }

.OrderFinalStepProperties {
    white-space: normal;
}

    .OrderFinalStepProperties .PropertyListItemTitle {
        min-height: 20px;
        margin-bottom: 15px;
        width: 100%;
        border-bottom: 1px solid;
    }

        .OrderFinalStepProperties .PropertyListItemTitle .titleText {
            font-weight: bold;
        }

    .OrderFinalStepProperties .DeliveryMethodSelection {
        margin-top: 5px;
        margin-bottom: 20px;
    }


#tdDocCtrlRight {
    vertical-align: top;
}

/* DUC */

.Duc {
    text-align: left;
    margin-bottom: 15px;
    display: block;
}

    .Duc.dependentDUC.xmp__dependentDUC__hide {
        position: fixed !important;
        top: 0 !important;
        opacity: 0 !important;
        z-index: -999 !important;
    }

    .Duc ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .Duc dl {
        clear: both;
    }

    .Duc dt, .Duc dd {
        float: left;
        margin: 0;
        padding: 0;
    }

.ducTitle {
    padding-bottom: 5px;
}

.Duc input[type=checkbox] {
    margin-left: 2px;
}

.FieldOptionItem:hover {
    color: grey;
    cursor: pointer;
}



/* IconDescriptionList DUC */
.FieldOptionItem.FOList {
    min-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
}

    .FieldOptionItem.FOList:first-child {
        border-top: 1px solid #d0d0d0;
    }

    .FieldOptionItem.FOList > div {
        padding-left: 65px;
    }

    .FieldOptionItem.FOList:last-child {
        border-bottom: 1px solid #d0d0d0;
    }

    .FieldOptionItem.FOList.selected {
        color: #000000;
        background-color: #ECECEC;
        border-top: none;
        border-bottom: none;
    }

/* IconTitleGallery DUC */

.FOGridWrapper {
    float: left;
}

.FieldOptionItem.FOGrid .optionTitle {
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100px;
}

.FieldOptionItem .optionTitle {
    font-weight: bold;
    padding-top: 7px;
}

.FieldOptionItem.FOGrid.selected .optionTitle {
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100px;
    font-weight: bold;
    padding-top: 7px;
    color: grey;
}


.FieldOptionItem.FOGrid {
    position: relative;
    float: left;
    width: 100px;
    height: 85px;
    margin: 5px;
    text-align: center;
}
/*
.FieldOptionItem.selected .optionIcon
{
    color: #000000;
    background-color : #ECECEC;
	border-top: none;
	border-bottom: none;
}
*/
.FieldOptionItem.selected + .FieldOptionItem {
    border-top-width: 0;
}

.FieldOptionItem.FOGrid .optionIcon {
    position: absolute;
    left: 17px;
    width: 66px;
    height: 45px;
    border: 1px solid grey;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2px;
}

.FieldOptionItem.selected.FOGrid .optionIcon {
    border: 3px solid grey;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 0px;
}

.FieldOptionItem.selected.FOGrid + .FieldOptionItem {
    border-top-width: 1px;
}

.dependentDUC {
    display: block;
}
/* end DUC */


.dtiName, .dmiName, .dddlName {
    width: 190px;
}

.drbName {
    width: 182px;
}

.drbValue li {
    margin-left: 5px;
    line-height: 1.5em;
}

.dtiStringTextBox {
    width: 214px;
}

.dddlValue select {
    width: 220px;
}

/* remove HTML style tags from markup */

/*  hide title bar on XmpPopupWindow  */
.OrderFinalStepContent .ui-dialog-titlebar {
    display: none;
}

/* remove from WizardStepsNav.ascx, not sure how it is used */
.WizardStepsNavControl .hide {
    border: 0px;
    width: 0px;
    height: 0px;
}

#tdDialSummary.DialSummaryControl UL {
    width: 93%;
    white-space: normal;
}

.ShowMessagePage .Headbg {
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px;
    margin: 4px;
    padding-top: 4px;
    height: 20px;
    background-color: #cfd8e0;
}

/* shopping cart */

.ShoppingCartControl .productName, .ShoppingCartControl .editProduct {
    float: left;
}

.ShoppingCartControl .productName {
    margin-bottom: 2px;
    font-weight: bold;
    padding-right: 5px;
}

.ShoppingCartControl .editProduct a {
    text-decoration: underline;
    font-size: 10px;
    color: #333333;
}

.ShoppingCartControl .emptyCartButtons {
    padding: 18px 0;
}

.ShoppingCartControl .emptyCartButtons {
    padding: 18px 0;
}

.ShoppingCartControl .modifyOrderRow {
    height: 30px;
    vertical-align: top;
}

.ShoppingCartControl .modifyingOrder {
    padding-right: 5px;
}

/* ShoppingCart Inventory*/
.ShoppingCartControl .inventoryStatus {
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

.ShoppingCartControl .SoldOut div[class*="thumbnail"] {
}

.ShoppingCartControl .thumbnailWrapper {
    position: relative;
}

    .ShoppingCartControl .thumbnailWrapper #thumbnailBorder {
        padding: 10px;
        margin: 10px;
        border: solid 1px #cccccc;
        border-radius: 10px;
        background-color: #ffffff;
    }


.ShoppingCartControl .SoldOut .divSoldOut {
    background-image: url(/uStore/Images/SoldOut_small.png);
    position: absolute;
    z-index: 1000;
    top: 46px;
    right: 10px;
    width: 70px;
    height: 19px;
    color: White;
    font-size: 12px;
    line-height: 1.7em;
    display: inline !important;
}

.ie .ShoppingCartControl .SoldOut .divSoldOut {
    line-height: 1.5em;
}

ul.CheckOutPage {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.CheckOutPage li.cartSummary ul {
        float: right;
        margin: 20px 20px 0 0;
    }

        ul.CheckOutPage li.cartSummary ul dt, ul.CheckOutPage li.cartSummary ul dd {
            display: inline-block;
        }

        * + html ul.CheckOutPage li.cartSummary ul dt, * + html ul.CheckOutPage li.cartSummary ul dd {
            display: block;
            float: left;
        }

        ul.CheckOutPage li.cartSummary ul dt {
            padding-left: 15px;
            padding-right: 30px;
            clear: both;
            float: left;
        }

        ul.CheckOutPage li.cartSummary ul dd {
            padding-left: 0;
            padding-right: 15px;
            margin-left: 0;
            float: right;
        }

            ul.CheckOutPage li.cartSummary ul dd span {
                display: block;
            }

.CheckOutPage .SecondaryCurrency {
    min-width: 130px;
}

.ShoppingCartSecondaryCurrencyLabel {
    float: right;
    clear: right;
}

.CheckOutPage .cartSummary dl {
    border: 0;
    margin: 0;
}

.CheckOutPage #CurrentCartSummary {
    height: 190px;
}

ul.CheckOutPage li.cartSummary div.totals tr {
    padding: 0 10px 0 10px;
}

.buttonContainer {
    float: left;
    padding-left: 5px;
}

.buttonsContainer {
    margin: 12px 10px 0 10px;
    float: right;
}

.CheckOutPage .cartSummary .aboveTop {
    border: 1px solid #cccccc;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 15px;
}

.CheckOutPage .cartSummary .top {
    border: 1px solid #cccccc;
    border-top: none;
    padding-bottom: 14px;
    margin-bottom: 0;
}

.CheckOutPage .cartSummary .middle {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #cccccc;
    border-top: none;
    height: 28px;
    padding-top: 8px;
}

.CheckOutPage .cartSummary .bottom {
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.ShoppingCartControl .divNickName {
    clear: left;
}

.SaveForLater {
    padding-bottom: 15px;
}

.KeywordsPanel {
    margin-left: 15px;
    margin-bottom: 20px;
}

.mainAreaFooterFullWidth {
    border-top: 1px solid #999999;
}

.inlinePanel {
    display: inline-block;
}

* + html .inlinePanel {
    display: block;
    float: left;
}

.productSearchBox {
    display: inline-block;
    border-width: 1px;
    margin-top: -8px;
}

.ie7 .productSearchBox {
    display: block;
    float: right;
}

.productSearchBox input[type=text] {
    height: 23px;
    width: 120px;
    margin: 0;
    padding: 0;
    border-style: none;
}

.productSearchBox input[type=submit] {
    border-width: 0;
    width: 20px;
    height: 23px;
    background-color: black;
    background-image: url(/uStore/Images/magnifying_glass_high.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.productSearchBox > div {
    float: left;
}

.noResultsLabel {
    display: block;
    padding: 10px 0px 0px 15px;
}

#TdBottomLogo, #TdBottomMenu {
}

/* BOTTOM NAVIGATION */

/* CheckoutPaymentSubmission */
.checkoutFinalBack, .checkoutFinalCheckout, .productDetailsBack, .productDetailsContinue {
    float: left;
}

.checkoutFinalCheckout,
.productDetailsContinue,
.checkoutFinalNext {
    float: right;
}

.checkoutFinalConfirm {
    text-align: right;
}

/*#region File submission property list styling */

.footnotes {
    padding: 2px;
}

.orderApprovalListBackButtonWrapper {
    padding-top: 50px;
}

.popupContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50px;
    width: 100%;
    overflow: auto;
}

.popupFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footerButtons {
    float: right;
    text-align: right;
    width: 100%;
}

    .footerButtons > table.XmpImageButton {
        float: left;
    }

    .footerButtons > .XmpImageButton,
    .footerButtons > div > .XmpImageButton {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.dialCustomizationTable {
    width: 100%;
}

.fileSubmissionCustomizationHeader {
    padding-left: 10px;
}

.fileSubmissionPropertyUnit {
    padding-left: 10px;
    font-weight: normal !important;
}

.fileSubmissionDropFilesHere {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 707px;
    z-index: 100;
    background-color: White;
    border-spacing: 8px;
    font-size: 40px;
    text-align: center;
}

    .fileSubmissionDropFilesHere .dropFileBorder {
        width: 670px;
        background-color: white;
        border: 4px dashed #cfcfcf;
        display: table-cell;
        opacity: .8;
        text-align: center;
        vertical-align: middle;
        color: #cfcfcf;
    }

.orderListTable {
    width: 100%;
}

    .orderListTable TD {
        padding-bottom: 5px;
    }

    .orderListTable .paneSeparator {
        margin: 0 -1px;
    }


#divSmpSearch .form-group {
    display: inline;
}

#divSmpSearch #TxtOrderID {
    width: 180px;
}

#divSmpSearch .SimpleSearchBtn {
    display: inline-block;
}

.ChangeToAdvSrchContainer {
    float: right;
}

#btnChangeToAdvSrch {
    display: inline;
}

.orderListTable #tblAdvSearch {
    padding: 0px;
}


    .orderListTable #tblAdvSearch .captionColumn {
        width: 180px;
        padding: 5px 0;
    }

    .orderListTable #tblAdvSearch .contentColumn {
        width: 335px;
        padding: 5px 0;
    }

    .orderListTable #tblAdvSearch .searchButtonsColumn {
        text-align: right;
        padding: 5px 15px 5px 0;
    }



    .orderListTable #tblAdvSearch .toSmpSearchColumn {
        text-align: right;
        padding: 5px 0;
    }


    .orderListTable #tblAdvSearch #TxtOrderID2 {
        width: 325px;
    }

    .orderListTable #tblAdvSearch #DdlAddress {
        width: 328px;
    }

    .orderListTable #tblAdvSearch #TxtProduct {
        width: 325px;
    }

    .orderListTable #tblAdvSearch #DdlSearchFilter {
        width: 328px;
    }

    .orderListTable #tblAdvSearch .datePicker {
        width: 130px !important;
    }


.orderDetailsPage {
    width: 100%;
}

.OrderDetailsTdRounding {
    width: 300px;
    padding: 0px 10px 0px 10px;
}

.flippedDivHorizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flippedDivVertical {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


/*#endregion */

/* ProductDetails page table */
#productDetailsContainer {
    min-height: 440px;
    width: 100%;
}

.ProductDescMain {
    padding: 0px 0px 30px 0px;
}

.productDetailsIndent {
}

td.ProductDetailsInventory {
    padding: 10px 0 10px 10px;
}


    td.ProductDetailsInventory .OutOfStock {
        color: Red;
    }

    td.ProductDetailsInventory .OutOfStockChoices {
        color: Red;
    }

    td.ProductDetailsInventory .InStock {
    }

    td.ProductDetailsInventory .StockLevel {
    }

/* ProductDetails page table END */


/*  Wizard Navigation Begin  */

.WizardStepsNavControl {
    border-bottom: 1px solid #999999;
    margin-bottom: 5px;
}

#productDetailsContainer .WizardStepsNavControl {
    margin-bottom: 10px;
}

#ProgressBarDiv .WizardStepsNavControl {
    border-bottom: none;
}

.WizStep, .WizStepSel {
    display: block;
}

.WizardProgressStep {
    padding: 0px 15px 10px 5px;
}

/*  Wizard Navigation End  */

.checkoutSubmissionOrderPriceContainerContainer {
    float: right;
    margin-right: -16px;
}

/* LivePersonButton style */
.LivePersonButton_Skin {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 160px;
}
/* LivePersonButton style End */

.singleSignOnButtonFacebook {
    position: relative;
    display: block;
    height: 20px;
    padding: 0 8px 0 28px;
    border: 1px solid #32437F;
    text-align: left;
    cursor: pointer;
    border-bottom-color: #24346F;
    background: #6676AB url(/ustore/images/facebook-login-wide.gif) no-repeat 0 0;
    width: 141px;
}

    .singleSignOnButtonFacebook span {
        line-height: 20px;
        font: bold 11px/1 Verdana,Arial,sans-serif;
        color: white;
        vertical-align: middle;
    }

#divPricingGridWrapper {
    width: 930px;
    overflow-x: auto;
}

.disabledLink {
    color: #aaaaaa !important;
    cursor: default;
}

.divloadingImgPrice {
    position: absolute;
    width: 188px;
    background-color: black;
    opacity: 0.2;
}

.loadingImgPrice {
    z-index: 9999;
    position: relative;
    top: 30%;
    left: 40%;
}

/*#region OrderFinalStep Page Style */
.OrderFinalStepFinalStepInventory div {
    margin-bottom: 15px;
}

td.OrderFinalStepFinalStepInventory .OutOfStock {
    color: Red;
}

td.OrderFinalStepFinalStepInventory .OutOfStockChoices {
    color: Red;
}

td.OrderFinalStepFinalStepInventory .InStock {
}

td.OrderFinalStepFinalStepInventory .StockLevel {
}
/*#endregion */



/*#region Edit nickname in shopping cart*/
.linkEditNickName {
    display: none;
    background: url(/uStore/Images/icon-edit.gif) no-repeat;
    height: 16px;
    width: 16px;
    vertical-align: top;
    cursor: pointer;
}

.divNickName .txtNickName {
    width: 120px;
    height: 15px;
    display: none;
}

.divNickName :hover {
    cursor: pointer;
}

.CustomizationSteps span {
    float: left;
    margin-bottom: 3px;
    padding-left: 0px;
}
/*#endregion*/

/*#region Personal Information*/

.PersonalInformation td {
    padding-bottom: 7px;
}


.PersonalInformation #trChangePassword,
.PersonalInformation #trEditInfo {
    padding-bottom: 10px;
}

.PersonalInformation .TablesTitle {
    padding-bottom: 10px;
}

.PersonalInformation TD.FormLabel {
    padding-right: 20px;
}

.PersonalInformation #trChangePassword .FormField {
    width: 209px;
}

.PersonalInformation #trEditInfo .FormField {
    width: 260px;
}

.PersonalInformation #trEditInfo SELECT.FormField,
.PersonalInformation #trEditInfo .RadInput .FormField {
    width: 262px;
}

.PersonalInformation #chkOptIn {
    margin-left: -3px;
}

.PersonalInformation #trRequiredField TD,
.PersonalInformation #trOptIn TD {
    height: 20px;
}
/*#endregion*/

/*#region Document submission repository on disk*/
#upButton {
    cursor: pointer;
    width: 738px;
    height: 36px;
    top: 0px;
    background-image: url('/uStore/Images/FileSubmissionFileTypes/up.png');
    background-repeat: no-repeat;
    float: none;
    margin: 2px;
    border: 1px dotted lightgray;
}

#foldersContainer, #filesContainer {
    cursor: pointer;
}

    #foldersContainer .subfolderContainer, #filesContainer .fileContainer {
        border: 1px dotted lightgray;
        width: 237px;
        height: 55px;
        float: left;
        margin: 2px 2px 2px 2px;
        padding-left: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    #foldersContainer .subfolderIcon, #filesContainer .fileIcon {
        width: 48px;
        height: 48px;
        background-repeat: no-repeat;
    }

    #foldersContainer .subfolderName, #filesContainer .fileName {
        width: 180px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #foldersContainer .fileExtensionFolder {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/folder.png');
    }

    #filesContainer .fileExtensiondocx, #filesContainer .fileExtensiondoc {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/docx.png');
    }

    #filesContainer .fileExtensionpptx, #filesContainer .fileExtensionppt {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/pptx.png');
    }

    #filesContainer .fileExtensionpdf {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/PDF.png');
    }

#selectedFileName, #fileSelected, #resetFolder {
    display: none;
}
/*#endregion*/




/*#region PricingTableUI*/
#tblPricingTable {
    height: 100%;
    padding: 0 0 0 0;
}
/*#endregion*/

/*#region UploadRLWrapper.ascx*/
#UploadRLWrapper .form-group {
    display: table-row;
}

#UploadRLWrapper .formLabel {
    display: table-cell;
    padding: 0 1em;
    text-align: left;
}

#UploadRLWrapper #txtListDescription {
    width: 300px;
}

#UploadRLWrapper input[type="file"] {
    width: 390px;
    height: 22px;
}

/*#endregion*/

/*#region login.aspx*/
#tblSignIn, #tblRegistration, #tblSocialSignIn {
    width: 454px;
    margin-bottom: 12px;
    margin-top: 20px;
}

    #tblRegistrationForm input[type="text"], #tblRegistration input[type="password"], #tblRegistration input[type="text"], #tblRegistration input[type="password"] {
        width: 248px;
    }


#divRegisterComplete table {
    float: left;
}

.loginLogoContainer {
    text-align: center;
}

    .loginLogoContainer .logo {
        max-width: 165px;
        max-height: calc(var(--header-height-desktop) - 2 * var(--header-padding-desktop));
    }

/*#endregion*/

/*#region RecipientListEditor*/
#divRecipientListTitle, #divRecipientListButtons, #divRecipientListErrors {
    padding-bottom: 10px;
}

/*#endregion*/

/*#region RecipientListInsertPage.aspx*/
#rlEditContainer .input {
    margin-right: 20px;
    margin-bottom: 10px;
}

    #rlEditContainer .input input {
        width: 100%;
    }

#rlEditContainer input, #rlEditContainer label {
    display: block;
}

/*#endregion*/


/*#region AddressBox.ascx*/
.addressBoxWrapper .ddlAddresses {
    width: 200px;
}
/*#endregion*/

/*#region checkoutFinal.aspx*/
.CheckoutServices {
    width: 230px;
}

.ShippingItemContainer {
    float: left;
    margin: 5px;
}

.CheckoutAddressHeading {
    text-align: left;
}

/*#endregion*/

/*#region OrderFinalStep.aspx*/
#tblOrderFinalStepContent {
    table-layout: fixed;
    margin-top: 15px;
}

#tblNumCopies {
    margin-bottom: 15px;
}

    #tblNumCopies #lblNumCopiesWrapper {
        width: 190px;
    }

    #tblNumCopies input[type="text"] {
        width: 85px;
    }

/*#endregion*/

/*#region SelectGlobalAddress.aspx */
#selectGlobalAddressWrapper #txtSearch {
    width: 300px;
}

/*#endregion*/


/*#region  PriceReview.ascx */
.tblPriceTagsWrapper td.FormLabel {
    width: 180px;
}

#NumberOfCopiesPopup #lblNumCopiesWrapper {
    width: 190px;
}

#NumberOfCopiesPopup #txtNumCopies {
    width: 85px;
}
/*#endregion*/

/*#region OrderFinalStep.aspx*/

#docCtrlContainer {
    margin-top: 10px;
}

/*#endregion*/

/*#region OrderDetails.aspx*/
#orderTableContainer {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}

#tableShipmentsContainer {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}

#tableRejectionNotesContainer {
    padding-top: 10px;
}

.RejectNote {
    width: 75%;
    display: block;
}

#tblModifyVersionsContainer {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#tblModifyVersions {
    margin-left: -1px;
}

    #tblModifyVersions TD {
        padding-right: 20px;
    }

.OrderDetailsAnalytics, .OrderDetailsRecipientListDownload {
    display: table;
    width: 100%;
    height: 20px;
    vertical-align: middle;
}

.OrderDetailsGrid_Column_ProductName .imgDiv {
    display: table-cell;
    width: 30px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

.OrderDetailsGrid_Column_ProductName .Link {
    display: table-cell;
    vertical-align: middle;
}

.OrderDetailsDeletedImg {
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin: auto 3px;
}

.OrderDetailsDeletedText {
    color: red;
    display: inline-block;
}

/*#endregion*/

/*#region proof.ascx*/
#txtProofRecordCount {
    width: 26px;
}
/*endregion*/


/*#region NoClearingUserDataCreditCard.ascx*/

#tblOfflinePayment #divCardNumber, #tblOfflinePayment #divExpirationDate {
    float: left;
}

#tblOfflinePayment #divCardNumber {
    padding-right: 15px;
}

#tblOfflinePayment #divExpirationDate {
    width: 175px;
}

#tblOfflinePayment .ddlCreditDate {
    max-width: 75px;
}

/*endregion*/

#trHTML5CompatibilityAlert .alert, #trHTML5CompatibilityAlert .alert2 {
    background-color: #ffc0c0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#trHTML5CompatibilityAlert .alert {
    margin: -5px 2px 10px 2px;
}


#trHTML5CompatibilityAlert .alert2 {
    margin: -15px 0 5px 0;
}


.tdContainer {
    float: left;
}

.mobile {
    display: none !important;
}

/*#region Web Proof */

.webProofTab {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100px;
    height: 30px;
    display: inline;
    cursor: pointer;
}

    .webProofTab.selected {
        background-color: #C8CACB;
    }

.webProofMain {
    border: 1px solid #ddd;
    position: relative;
    top: 11px;
    padding-top: 20px;
    padding-left: 5px;
}

.webProofFrame {
    width: 100%;
    height: auto;
    min-height: 800px;
}

/*#endregion*/


/*#region dateTime picker*/
.dtPickerTable {
    display: inline-block;
    vertical-align: top;
}

.datetimeWrapper div {
    float: left;
    margin-right: 5px;
}

/*#endregion*/


/* #region OrdedDetails Approval */

.approvalContainer {
    margin-left: -2px;
    margin-bottom: 10px;
}

    .approvalContainer TABLE TR TD:first-child {
        padding-left: 0;
    }

td.approverRejectConfirm {
    padding-bottom: 10px;
}

.engagementMessage {
    line-height: 30px;
}

TD.approvalButton {
    padding-right: 5px;
}

/* #endregion */
.ReportDetailDiv {
    text-align: center;
    widows: 100%;
}

.mcReportsWaitingDiv {
    position: absolute;
    bottom: 180px;
    left: 50%;
    width: 40px;
    display: block;
}

.quantityCalculationInProgressText {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.quantityCalculationInProgressImg {
    margin-top: 30px;
    margin-left: 40%;
    margin-right: 40%;
    background-image: url('/ustore/images/ImageLoading.gif');
    height: 66px;
    width: 66px;
}

/*#region file submission NewItemMenu*/
.NewItemMenu .VerticalMenuDiv {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

    .NewItemMenu .VerticalMenuDiv ul li {
        padding: 0px 5px 0px 5px;
        height: 30px;
        line-height: 2em;
        white-space: nowrap;
        overflow: hidden;
    }


.NewItemMenuTitle {
    background-color: #BFBFBF;
    padding: 0 5px 0 5px;
    min-height: 20px;
    /*display: none;*/
    font-weight: 600;
}

.NewItemMenu li span {
    height: 100%;
}

    .NewItemMenu li span.UploadName {
        display: inline-block;
        border-left: 1px solid #d0d0d0;
        padding-left: 10px;
    }

    .NewItemMenu li span.UploadImage {
        background-repeat: no-repeat;
        background-position: left;
        padding: 2px 0 2px 30px;
    }

.NewItemMenu li.UploadFileMenuItem.local .UploadImage {
    background-image: url('/ustore/images/Folder.png');
}

/*#endregion*/



/*#region fileAttachDuc*/

.FileAttachmentList li {
    margin-bottom: 10px;
}

    .FileAttachmentList li a {
        text-decoration: underline;
        cursor: pointer;
        color: #006699;
        padding-left: 4px;
    }

.fileAttachDelete {
    background: url(icon-delete.gif) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    background-position: center;
    display: inline-block;
}


.fileAttachDropFilesHere {
    position: relative;
    margin-right: 12px;
}

.Duc .fileAttachDropFilesHere a,
.Duc .fileAttachDropFilesHere a:hover,
.Duc .FileAttachmentDownloadTemplate a,
.Duc .FileAttachmentDownloadTemplate a:hover {
    height: 34px;
    line-height: 34px;
    padding-left: 28px;
    padding-right: 28px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    text-decoration: none;
    color: #484848;
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.FileAttachmentDownloadTemplate a:before,
.fileAttachDropFilesHere a:before {
    content: "";
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    background-color: #484848;
}

/*download icon*/
.FileAttachmentDownloadTemplate a:before {
    -webkit-mask: url(/uStore/Images/download.svg) no-repeat left center;
    mask: url(/uStore/Images/download.svg) no-repeat left center;
}

/*upload icon*/
.fileAttachDropFilesHere a:before {
    -webkit-mask: url(/uStore/Images/upload.svg) no-repeat left center;
    mask: url(/uStore/Images/upload.svg) no-repeat left center;
}

.FileAttachmentDescription span {
    font-size: 14px;
    color: #767676;
}

#fileAttachmentErrorMessage {
    font-size: 12px;
    color: #ff625a;
}

    #fileAttachmentErrorMessage > a {
        color: #20a8ce;
    }

.fileAttachDropFilesHere .NewItemMenu {
    visibility: hidden;
    opacity: 0;
}

.fileAttachDropFilesHere .NewItemMenu .VerticalMenuDiv {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    border-radius: 4px;
    z-index: 999;
}

.fileAttachmentUploadWrapper {
    display: flex;
    align-items: center;
}

.fileAttachmentUploadAllowedFiles {
    display: none;
    max-width: 264px;
}
/*#endregion fileAttachDuc*/


/*#region Horizontal Menu (moved from filesubmission.css*/

.VerticalMenuDiv ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .VerticalMenuDiv ul li {
        list-style-type: none;
        text-align: left;
        min-height: 30px;
        line-height: 1.4em;
        font-weight: 500;
    }

.VerticalMenuDiv .disabledItem {
    color: #aaaaaa;
}

    .VerticalMenuDiv .disabledItem:hover {
        color: #aaaaaa;
        cursor: default;
        background: white !important;
    }

/* IE needs special attention in overriding gradient background */
.ie .VerticalMenuDiv .disabledItem:hover {
    color: #aaaaaa;
    cursor: default;
    background: white !important;
    background: -ms-linear-gradient(top, white 27%,white 66%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white',GradientType=0 ); /* IE6-9 */
}

.VerticalMenuDiv ul li:hover, .VerticalMenuDiv_ul_li_active {
    cursor: pointer;
    background: #acd01e; /* Old browsers */
    background: -moz-linear-gradient(top, #acd01e 27%, #b8da30 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#acd01e), color-stop(66%,#b8da30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #acd01e 27%,#b8da30 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #acd01e 27%,#b8da30 66%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #acd01e 27%,#b8da30 66%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd01e', endColorstr='#b8da30',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #acd01e 27%,#b8da30 66%); /* W3C */
}
/*#endregion*/

/* #region xmpDialog (moved from jqury-ui-custom.css) */
.xmpDialog {
    display: none;
}

.ui-dialog-titlebar.noTitle {
    padding: 10px 0 0 0;
    border-color: transparent;
    background: none;
}

    .ui-dialog-titlebar.noTitle.noIcon {
        display: none;
    }
/*#endregion xmpDialog*/

/*#region Touch Point Preview */

.BigMargin {
    margin: 50px;
}

.LoadDivImgBar {
    background-image: url("/uStore/Images/touch point preview loader.gif");
    background-position: center center;
    display: block;
    width: 128px;
    height: 15px;
}

#touchpoint-preview-wrapper.withProgressBar {
    margin-top: 30px;
}


#touchpoint-preview-wrapper .hide {
    display: none;
}

#touchpoint-preview-wrapper #sendEmailProofWrapper {
    margin-bottom: 15px;
}

#touchpoint-preview-wrapper #sendEmailProofContent {
    position: relative;
    left: 10px;
    display: table;
    padding-top: 20px;
    padding-bottom: 30px;
}

#touchpoint-preview-wrapper #sendEmailProofWrapper > div.horizontalRow {
    border-bottom: 1px solid var(--theme-color, black);
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
}

#touchpoint-preview-wrapper #sendEmailProofContent > * {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    left: 0;
    top: 0;
}

    #touchpoint-preview-wrapper #sendEmailProofContent > *:not(:last-child) {
        padding-right: 8px;
    }

#touchpoint-preview-wrapper #sendEmailProofWrapper #sendEmailErrorMessage.hide {
    visibility: hidden;
}

#touchpoint-preview-wrapper .form-group > input {
    position: relative;
    top: 0;
    left: 0;
}

#touchpoint-preview-wrapper .form-group > .error-message {
    position: absolute;
    top: calc(55% + 10px);
    left: 0;
    color: red;
    height: 8px;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #eff6d3;
    height: 30px;
    overflow: hidden;
}

    #touchpoint-preview-wrapper .touchpoint-progress-bar.loading {
        background-color: #d8eff6;
    }

    #touchpoint-preview-wrapper .touchpoint-progress-bar.error {
        background-color: #fed3dc;
    }

    #touchpoint-preview-wrapper .touchpoint-progress-bar.success {
        background-color: #eff6d3;
    }

    #touchpoint-preview-wrapper .touchpoint-progress-bar.hide {
        background-color: #d8eff6;
        height: 0;
    }

#touchpoint-preview-wrapper .progress-bar-icon {
    position: absolute;
    left: 12px;
    top: 5px;
    height: 20px;
    width: 20px;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.loading .progress-bar-icon {
    top: 2px;
    height: 25px;
    width: 25px;
}

#touchpoint-preview-wrapper .progress-bar-wrapper {
    width: 100%;
    height: 100%;
    font-size: 11px;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar .progress-bar-status-wrapper {
    display: none;
    width: 100%;
    height: 100%;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.error .progress-bar-status-wrapper.error-wrapper {
    display: table;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.success .progress-bar-status-wrapper.success-wrapper {
    display: table;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.loading .progress-bar-status-wrapper.loading-wrapper {
    display: table;
}

#touchpoint-preview-wrapper .progress-bar-status-text {
    position: relative;
    left: 40px;
    display: table-cell;
    vertical-align: middle;
}

#touchpoint-preview-wrapper #proofContent {
    position: relative;
    top: 30px;
}

    #touchpoint-preview-wrapper #proofContent > iframe {
        border: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.fullHeight {
    height: 100%;
}

#divPreview .fullHeight {
    height: calc(100% - 60px) !important;
}

/*#endregion*/


/* XM Analytics reports in order details */
.divReportContainer {
    border: solid 2px #e6e6e6;
    text-align: center;
    height: 280px;
    width: 305px;
    margin: auto;
    margin-bottom: 20px;
}

/*#endregion*/

/* #region Cookie Ribbon */

.cookieRibbonWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 50px;
    height: 50px;
    opacity: 0.75;
    background-color: var(--ribbon-color, #34466A);
    display: none;
    z-index: 9999;
}

    .cookieRibbonWrapper.show {
        display: block;
    }

    .cookieRibbonWrapper .buttonContainer {
        position: absolute;
        right: 10px;
        vertical-align: middle;
        line-height: inherit;
        color: #fff;
    }

    .cookieRibbonWrapper .cookieRibbonText {
        position: absolute;
        left: 10px;
        vertical-align: middle;
        line-height: inherit;
        color: #fff;
    }

#modifyOrderDialog .modifyOrderDialog-content {
    padding: 15px 15px 35px 15px;
}

#modifyOrderDialog .divDialogButtons {
    float: right;
}

.fileAttachmentErrorMessage {
    color: red;
}

/*#endregion*/

/**/

html,
body {
    height: 100%;
    width: 100%;
}
#CookieRibbonContainer{
    display: none!important;
}
body {


    color: #333;
    margin: 0;
}

hr {
    border-color: #415173;
    border-width: 3px;
    max-width: 50px;
}

    hr.light {
        border-color: white;
    }

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;

}

    a:hover, a:focus {
        text-decoration: underline;

    }


::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}



table thead {
    background-color: #415173;
}

caption {
    padding: 0;
}



/* some styles */
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.caret {
    color: #333;
}

#uStoreSkinsMainApp,
.mainareaFullWidth {
    /* 
    width: 100%;
    margin-top: 90px; */
}

aside {
    padding: 20px 0;
}

.no-padding {
    padding: 0;
}

.CheckoutServices.form-control {
    width: 250px;
}

/* login page styles */
#tblRegistration {
    width: 450px;
    border: 0;
}

    #tblRegistration .formfield {
        width: 247px;
    }

    #tblRegistration .RegisterLink {
        text-align: center;
        padding: 0 10px 10px;
    }

    #tblRegistration .SmallLink {

        font-size: 18px;
        line-height: normal;
        border: none;
        border-radius: 0 !important;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        background-color: #415173;
        color: #fff;
        display: block;
        padding: 6px 12px;
    }

    #tblRegistration .RegisterLink a:hover {
        text-decoration: none;
    }

.formbox td {
    padding: 10px !important;
}

/* header styles */
header {
    position: relative;
    width: 100%;
    min-height: auto;
}

/* main navigation styles */
.navbar-default {
    background-color: #fcfbf2;

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    border-bottom: 1px solid #c5cace;
    margin: 0;
}

    .navbar-default .navbar-header .navbar-brand {
        padding: 14px 0 9px;
        margin: 0;
        min-height: 68px;
    }

    .navbar-default .nav > li {
        position: inherit;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-default li .fa-caret-up {
        display: none;
    }

    .navbar-default li.open .fa-caret-up {
        display: inline-block;
        top: -2px;
        position: relative;
    }

    .navbar-default li.open .fa-caret-down {
        display: none;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        text-transform: uppercase;
        color: #415173;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #64505d;
        }

        .navbar-default .nav > li > a.product > i,
        .navbar-default .nav > li > a:focus.product > i {
            margin-left: 8px;
        }

        .navbar-default .nav > li > a.nav-icon {
            padding-top: 18px;
            padding-bottom: 18px;
        }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #007AFF !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

    .navbar-default .nav > li.open > a {
        background-color: #415173;
        color: white;
    }

        .navbar-default .nav > li.open > a:hover,
        .navbar-default .nav > li.open > a:focus {
            background-color: #415173;
            color: #ffffff;
        }

        .navbar-default .nav > li.open > a i {
            color: #ffffff;
        }

    .navbar-default .nav > li .form-group {
        position: relative;
        padding: 17px 10px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-default .nav > li .form-group .btn {
            background: #fff;
        }

        .navbar-default .nav > li .form-group.search i {
            position: absolute;
            top: 23px;
            right: 21px;
            font-size: 1.3em;
            color: #415173;
        }

        .navbar-default .nav > li .form-group.search input {
            max-width: 190px;
            padding-right: 30px;
        }

        .navbar-default .nav > li .form-group.currency select {
            max-width: 80px;
            padding: 6px;
        }

        .navbar-default .nav > li .form-group.lang {
            height: 68px;
        }

            .navbar-default .nav > li .form-group.lang .bfh-languages {
                max-width: 50px;
            }

                .navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-toggle {
                    max-width: 50px;
                    padding: 6px;
                }

                    .navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-toggle .selectbox-caret {
                        margin-right: 0;
                        color: #415173;
                    }

                .navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-options {
                    max-width: 50px;
                    min-width: 50px;
                }

                    .navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-options li:first-child {
                        display: none;
                    }

                    .navbar-default .nav > li .form-group.lang .bfh-languages .bfh-selectbox-options li a {
                        width: 36px;
                        padding: 3px 15px;
                    }

            .navbar-default .nav > li .form-group.lang .open > a {
                background-color: #fff;
            }

    .navbar-default .nav .dropdown-menu {
        left: 0;
        right: 0;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

        .navbar-default .nav .dropdown-menu .container,
        .container.uedit-application {
            padding: 0;
        }

        .navbar-default .nav .dropdown-menu ul.user {
            list-style: none;
        }

            .navbar-default .nav .dropdown-menu ul.user li a {
                display: block;
                
                padding: 15px 20px;
                font: 16px Arial, Tahoma, sans-serif;
                font-weight: 200;
                color: #415173;
            }

                .navbar-default .nav .dropdown-menu ul.user li a:hover {
                    text-decoration: none;
                }

                .navbar-default .nav .dropdown-menu ul.user li a i {
                    margin-right: 10px;
                    font-size: 20px;
                }

            .navbar-default .nav .dropdown-menu ul.user li:first-child a {
                padding-right: 0px;
            }

        .navbar-default .nav .dropdown-menu ul.product-gallery {
            list-style: none;
            padding: 20px 0 25px;
            -moz-column-count: 6;
            -webkit-column-count: 6;
            column-count: 6;
        }

            .navbar-default .nav .dropdown-menu ul.product-gallery li a {
                display: inline-block;
                padding: 5px 20px;
                font: 14px Arial, Tahoma, sans-serif;
                font-weight: 200;
                color: #415173;
            }

    .navbar-default .navbar-toggle {
        margin: 15px;
    }

        .navbar-default .navbar-toggle > .icon-bar {
            background-color: #ffffff;
        }

    .navbar-default .navbar-toggle {
        background: #415173;
        border-color: #415173;
        position: absolute;
        top: 5px;
        right: 0;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #64505d;
            color: #fff !important;
        }

            .navbar-default .navbar-toggle:hover > span {
                background-color: #415173;
            }

    .navbar-default .dropdown-toggle.product {

        padding: 24px 20px;
    }

    .navbar-default .form-control {
        border-color: #634d4e;
        color: #333;
    }

.navbar-right {
    margin: 0;
}

    .navbar-right li {
        
    }

/*  carousel styles*/
.carousel {
    margin: -18px 0 36px;
}

.carousel-caption {
    text-shadow: none;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
    right: 20%;
    z-index: 9;
    padding: 30px 75px;
    font-size: 18px;
}

    .carousel-caption h2 {
        font-weight: 500;
        margin: 0 0 15px;
        font-size: 60px;
    }

.carousel-indicators {
    margin: 0 0 0 -30%;
    padding: 0;
}

    .carousel-indicators li,
    .carousel-indicators li.active,
    .carousel-indicators li:hover {
        margin: 1px 3px;
        width: 11px;
        height: 11px;
        border: 1px solid #D3D3D3;
    }

        .carousel-indicators li.active,
        .carousel-indicators li:hover {
            border-color: #415173;
            background: #415173;
        }

.carousel-caption .btn {
    position: absolute;
    z-index: 11;
    left: 50%;
    bottom: 5%;
    width: 210px;
    margin-left: -105px;
    padding: 18px;
    background: none !important;
    border: 2px solid #bc8c63;
}

    .carousel-caption .btn:hover {
        background: #bc8c63 !important;
    }

.category-main-inner {
    position: absolute;
    bottom: 0;
}

/* breadcrumbs styles */
.breadcrumb {
    padding: 12px 0;
    margin-bottom: 36px;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #686a6d;
}

    .breadcrumb li > a {
        font-size: 16px;
        color: #bc8c63;

    }

        .breadcrumb li > a:hover {

            color: #3D78DC;
        }

    .breadcrumb > li:last-child a {
        color: #415173;
        text-decoration: underline;
    }

    .breadcrumb > li + li:before {
        padding: 0 8px;
        color: #666;
        content: "\02C3";
    }

section .pagination {
    display: block;
    margin: 30px auto -60px;
}

    section .pagination .btn {
        padding: 10px 70px;
        font-size: 14px;
    }

section .section-heading {
    font-size: 24px;
    text-align: left;
    margin: 0 0 30px -15px;
}

section.category {
    padding: 0;
}

    section.category .category-main-bg {
        position: relative;
    }

/* product boxes styles */
.category-main-inner .product-box {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 8px 0;
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    display: block;
    min-height: 172px;
    border-right: 1px solid #fff;
}

    .category-main-inner .product-box a {
        color: #fff;
    }

    .category-main-inner .product-box > div {
        padding: 0 8px;
    }

    .category-main-inner .product-box div:nth-child(1) {
        padding-right: 0;
    }

    .category-main-inner .product-box img {
        width: 110px;
    }

    .category-main-inner .product-box h3 {
        margin: 0;
        font: bold 14px 'Open Sans', Arial, sans-serif;
        text-transform: uppercase;
        text-align: left;
    }

        .category-main-inner .product-box h3 a {
            color: #fff;
        }

    .category-main-inner .product-box p {
        margin: 0;
        font-size: 12px;
        text-align: left;
    }

    .category-main-inner .product-box span {
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .category-main-inner .product-box span.price {
            font-size: 20px;
        }

    .category-main-inner .product-box hr {
        max-width: 65px;
        border-color: #fff;
        border-width: 1px;
        margin: 8px auto;
    }

    .category-main-inner .product-box .btn {
        font-size: 12px;
        max-width: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

section.catalog-items .container {

}


section.catalog-items .item-box {
    margin-bottom: 36px;
    position: relative;
}

.product-row-separator {
    border-top: 1px solid #eee;
    padding-top: 25px;
}

section.catalog-items .item-box:hover {
    /*box-shadow: 0 0 7px 0 #CCC;*/
}

section.catalog-items .holder {
    padding-bottom: 32px;
}

section.catalog-items .clearfix {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

section.catalog-items .item-box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

section.catalog-items .item-box h3 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}

    section.catalog-items .item-box h3 a {
        color: #415173;
    }

section.catalog-items .item-box p {
    font-size: 14px;
    margin-bottom: 12px;
}

section.catalog-items .item-box > div {
    width: 100%;
}

section.catalog-items .item-box .thumb {
    height: 220px;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

section.catalog-items .item-box > div > div {
    font-weight: bold;
}

    section.catalog-items .item-box > div > div:nth-child(1) {
        font-size: 14px;
        color: #686a6d;
        line-height: 1;
    }

        section.catalog-items .item-box > div > div:nth-child(1) span {
            font-size: 18px;
        }

    section.catalog-items .item-box > div > div .btn {
        
        padding: 6px 25px;
        font-size: 14px;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

        section.catalog-items .item-box > div > div .btn:hover {

            color: #ffffff;
        }

section.product-page .description {
    padding-left: 30px;
    padding-right: 20px;
    color: #333;
}


.ShoppingCartTitle,
.boxHeading,
.addressPaneTitle span,
.TablesTitle span {
    margin: 0 0 20px;
    font-size: 24px;

    line-height: normal;

}

section.product-page .description p {
    font-size: 16px;
}

section.product-page .description ul {
    font-size: 16px;
    line-height: 32px;
}

section.product-page .description .form-inline {
    margin: 30px 0 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #686a6d;
}

    section.product-page .description .form-inline .form-group:last-child {
        
        font-size: 14px;
        text-transform: uppercase;
    }

        section.product-page .description .form-inline .form-group:last-child span {
            font-size: 25px;
            line-height: 1;
            font-weight: 700;
        }

    section.product-page .description .form-inline label {
        min-width: 90px;
        font-size: 16px;
        font-weight: 400;
    }

    section.product-page .description .form-inline select {
        min-width: 90px;
        border: 1px solid #415173;
        border-radius: 0;
    }

section.product-page .description .btn {
    padding: 15px 30px;
}

    section.product-page .description .btn i {
        padding-left: 20px;
    }

#tblSignIn.well {
    width: 470px;
    margin: 100px auto 50px;
    border: 0;
    border-radius: 8px;
}

    #tblSignIn.well .form-group .control-label {
        
        width: 130px;
        margin: 10px 10px 0 0;
    }

    #tblSignIn.well .form-group input[type="text"],
    #tblSignIn.well .form-group input[type="password"],
    #tblSignIn.well input[type="email"] {
        
    }

    #tblSignIn.well .form-group {
        margin: 0 0 15px;
        line-height: normal;
    }

        #tblSignIn.well .form-group > div {
            display: inline-block;
            /*width: 190px;*/
        }

        #tblSignIn.well .form-group:after {
            content: '';
            width: 100%;
            height: 0;
            clear: both;
        }

    #tblSignIn.well .checkbox input[type=checkbox] {
        margin: 5px 0 0;
    }

    #tblSignIn.well td > div > span {
        display: block;
        width: 100%;
    }

    #tblSignIn.well #ctl00_cphMainContent_btnPassReminder {
        color: #333;
    }

        #tblSignIn.well #ctl00_cphMainContent_btnPassReminder:hover {
            color: #415173;
        }

#tblSignIn .ErrorText {
    padding-left: 12px !important;
    display: block;
}

.AddressBody {
    
    margin: 15px 0;
}

#tblSignIn .btn,
#tblRegistration .btn,
#tblRegistration .SmallLink {
    background-color: #415173;
    color: #fff;
    margin: 15px 0 0;
    display: block;
    width: 410px;
    border: solid 1px #415173;
}

    #tblSignIn .btn:hover,
    #tblRegistration .btn:hover,
    #tblRegistration .SmallLink:hover {
        background: transparent;
        color: #415173;
    }

#finalStepLayout #divQuantityCalculationPopup,
#defaultContent #divQuantityCalculationPopup {
    display: none;
}

#finalStepLayout .AccountLinks,
#defaultContent .AccountLinks {
    font-size: 18px;
    color: #415173;
    text-decoration: underline;
}

    #finalStepLayout .AccountLinks:hover,
    #defaultContent .AccountLinks:hover {
        text-decoration: none;
    }

#finalStepLayout .formSelectionField,
#defaultContent .formSelectionField {
    font-size: 16px;
    color: #415173;
    /**/
}

#finalStepLayout .cellbottom,
#defaultContent .cellbottom {
    margin-bottom: 20px;
}

#finalStepLayout .checkoutFinalBack,
#defaultContent .checkoutFinalBack,
#finalStepLayout .checkoutFinalNext,
#defaultContent .checkoutFinalNext {
    
    margin-right: 15px;
}

#finalStepLayout .ddlAddresses,
#defaultContent .ddlAddresses {
    width: 230px !important;
    
}

#finalStepLayout .selectAddressWrapper .formSelectionField,
#defaultContent .selectAddressWrapper .formSelectionField {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #415173;
    border-color: #415173;
    color: white;
    box-shadow: none!important;
}

    #finalStepLayout .selectAddressWrapper .formSelectionField:hover,
    #defaultContent .selectAddressWrapper .formSelectionField:hover {
        color: #415173 !important;
        background: transparent!important;
        text-decoration: none!important;
    }

#finalStepLayout .AddressBody,
#defaultContent .AddressBody {
    margin: 15px 0;
    min-width: 323px;
    border: 1px solid #e7edf2;
}

    #finalStepLayout .AddressBody tr:first-child,
    #defaultContent .AddressBody tr:first-child {
        background-color: #415173;
        color: #ffffff;
    }

    #finalStepLayout .AddressBody td,
    #defaultContent .AddressBody td {
        padding: 4px 5px;
        border-bottom: 1px solid #ccc;
    }

.mainareaFullWidth .form-group {
    margin: 15px 0;
    overflow: hidden;
}

    .mainareaFullWidth .form-group label {
        
        margin: 5px 10px 0 0;
    }

.mainareaFullWidth .Heading2 {

    text-align: center;
    display: block;
}

#ctl00_cphMainContent_lblSignInTitle {
    text-align: center;
    display: block;
}

#ctl00_cphMainContent_lblSelectShippingAddress {
    
    margin-bottom: 15px;
}

#ctl00_cphFooterButtons_btnCancel,
.XmpieCancelButton,
#rcMView_Cancel {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;

}

    #ctl00_cphFooterButtons_btnCancel:hover,
    .XmpieCancelButton:hover,
    #rcMView_Cancel:hover {
        color: #c9302c !important;
        background: transparent!important;
    }

#ctl00_cphMainContent_DtpFrom_calendar caption {
    text-align: center;
}

.Link {
    text-decoration: underline;
}

    .Link:hover {
        text-decoration: none;
    }

#tblAdvSearch #ctl00_cphMainContent_infProduct {
    position: relative;
}

    #tblAdvSearch #ctl00_cphMainContent_infProduct:hover .InfoPopup {
        display: block;
    }

.addressBoxWrapper {
    margin-bottom: 15px;
}

#finalStepLayout .form-group input,
#defaultContent .form-group input,
#finalStepLayout .form-group select,
#defaultContent .form-group select {
    min-width: 250px;
    
}

#finalStepLayout .orderListTable a,
#defaultContent .orderListTable a {
    color: #415173;
    
    margin-right: 10px;
}

.orderListTable a#ctl00_cphMainContent_BtnClearSearchResults {
    
}

#finalStepLayout .PersonalInformation span,
#defaultContent .PersonalInformation span {
    display: inline-block;
    min-width: 90px;
    font-size: 16px;
    font-weight: 400;
}

#finalStepLayout .addressListTable .addressItemTable,
#defaultContent .addressListTable .addressItemTable {
    width: 50%;
    text-align: left;
}

    #finalStepLayout .addressListTable .addressItemTable .addressItemHead,
    #defaultContent .addressListTable .addressItemTable .addressItemHead {
        border-bottom: 2px dashed #222222;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #finalStepLayout .addressListTable .addressItemTable ul,
    #defaultContent .addressListTable .addressItemTable ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

#finalStepLayout .addressPaneAddAddress,
#defaultContent .addressPaneAddAddress {
    margin-bottom: 20px;
}

.PersonalInformation td,
.tblAddressEdit td {
    padding-bottom: 15px;
}

#tblMain {
    position: relative;
}

    #tblMain .SinglePrice,
    #tblMain .SinglePriceCurrency {
        font-size: 36px;
    }

    #tblMain #tblNumCopies {
        width: 180px;
        margin-bottom: 15px;
    }

        #tblMain #tblNumCopies #lblNumCopiesWrapper {
            padding-right: 10px;
        }

    #tblMain #ctl00_cphMainContent_trDeliveryMethodCaption .FormLabel,
    #tblMain #ctl00_cphMainContent_trDeliveryMethodCaption .FormField {
        display: none;
    }

    #tblMain .tblPriceTagsWrapper {
        margin-bottom: 15px;
    }

        #tblMain .tblPriceTagsWrapper td {
            padding: 10px;
        }

#OrderFinalStep_PriceReview_TotalQuantity td {
    border-bottom: 1px solid #ccc;
    /*font-weight: bold;*/
}

#tblMain .tblPriceTagsWrapper td.FormField {
    /*font-weight: bold;*/
}

#tblMain .SiteLink {
    color: #415173;
    display: inline-block;
    margin-bottom: 10px;
}

#divPricingGridWrapper {
    padding: 30px 30px 10px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 100px 0 rgba(0,0,0,.5);
}

#tblMain #ctl00_cphMainContent_trPricingTableLink {
    position: absolute;
    top: 30px;
    right: 0;
}

#tblMain #ctl00_cphMainContent_trPricingTable {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
}

#tdProductPricing {
    width: 100% !important;
}

#tblMain #ctl00_cphMainContent_trPricingTable > td > table > tbody > tr:first-child > td {
    text-align: right;
}

.WizardButtonsContainer > div {
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .WizardButtonsContainer > div.finish a {
        color: white;
        background-color: #415173;
        border-color: #415173;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

        .WizardButtonsContainer > div.finish a:hover,
        .WizardButtonsContainer > div.finish a:focus,
        .WizardButtonsContainer > div.finish a.focus,
        .WizardButtonsContainer > div.finish a:active,
        .WizardButtonsContainer > div.finish a.active,
        .open > .dropdown-toggle.WizardButtonsContainer > div.finish a {
            color: white;
            opacity: .9;
            border-color: #29a996;
            box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
        }

        .WizardButtonsContainer > div.finish a:active,
        .WizardButtonsContainer > div.finish a.active,
        .open > .dropdown-toggle.WizardButtonsContainer > div.finish a {
            background-image: none;
        }

        .WizardButtonsContainer > div.finish a.disabled,
        .WizardButtonsContainer > div.finish a[disabled],
        fieldset[disabled] .WizardButtonsContainer > div.finish a,
        .WizardButtonsContainer > div.finish a.disabled:hover,
        .WizardButtonsContainer > div.finish a[disabled]:hover,
        fieldset[disabled] .WizardButtonsContainer > div.finish a:hover,
        .WizardButtonsContainer > div.finish a.disabled:focus,
        .WizardButtonsContainer > div.finish a[disabled]:focus,
        fieldset[disabled] .WizardButtonsContainer > div.finish a:focus,
        .WizardButtonsContainer > div.finish a.disabled.focus,
        .WizardButtonsContainer > div.finish a[disabled].focus,
        fieldset[disabled] .WizardButtonsContainer > div.finish a.focus,
        .WizardButtonsContainer > div.finish a.disabled:active,
        .WizardButtonsContainer > div.finish a[disabled]:active,
        fieldset[disabled] .WizardButtonsContainer > div.finish a:active,
        .WizardButtonsContainer > div.finish a.disabled.active,
        .WizardButtonsContainer > div.finish a[disabled].active,
        fieldset[disabled] .WizardButtonsContainer > div.finish a.active {
            background-color: #415173;
            border-color: #415173;
        }

        .WizardButtonsContainer > div.finish a .badge {
            color: #415173;            
        }

.WizardStepsNavControl {
    padding: 0 0 12px 0;
    border-bottom: 1px solid #ddd;
}

    .WizardStepsNavControl .WizardProgressStep {
        padding-right: 15px;
    }

.FieldOptionItem.FOGrid,
.FieldOptionItem.FOList {
    background-repeat: no-repeat;
    padding: 15px 10px 15px 60px;
    min-width: 520px;
    background-position: 10px 50%;
    line-height: normal;
    border: #bc8c63 solid !important;
    border-radius: 2px;
    border-width: 0 1px 1px 1px !important;
}

    .FieldOptionItem.FOGrid.selected,
    .FieldOptionItem.FOList.selected {
        background-color: #fcfbf2;
    }

    .FieldOptionItem.FOGrid:hover,
    .FieldOptionItem.FOList:hover {
        background-color: #fcfbf2;
        cursor: pointer;
        color: #bc8c63;
    }

div:first-child + .FieldOptionItem {
    border-top-width: 1px !important;
}

#ctl00_cphMainContent_pnlPropertiesConfig div#divDescription {
    font-size: 12px;
}

#ctl00_cphMainContent_pnlPropertiesConfig div.optionTitle {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}

#ctl00_cphMainContent_ctl11_Duc10249_lblDial {
    color: #f00;
    display: block;
    margin-bottom: 15px;
}

#ctl00_cphMainContent_btnRecalculate {
    color: white;
    background-color: #415173;
    border-color: #415173;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.OrderFinalStepProperties table {
    margin-top: 30px;
}

/*.selectAddressWrapper {
    width: 28.8%;
}*/

#ctl00_cphMainContent_btnRecalculate:hover,
#ctl00_cphMainContent_btnRecalculate:focus,
#ctl00_cphMainContent_btnRecalculate.focus,
#ctl00_cphMainContent_btnRecalculate:active,
#ctl00_cphMainContent_btnRecalculate.active,
.open > .dropdown-toggle#ctl00_cphMainContent_btnRecalculate {
    color: white;
    border-color: #29a996;
    background: #64505d;
}

#ctl00_cphMainContent_btnRecalculate:active,
#ctl00_cphMainContent_btnRecalculate.active,
.open > .dropdown-toggle#ctl00_cphMainContent_btnRecalculate {
    background-image: none;
}

#ctl00_cphMainContent_btnRecalculate.disabled,
#ctl00_cphMainContent_btnRecalculate[disabled],
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate,
#ctl00_cphMainContent_btnRecalculate.disabled:hover,
#ctl00_cphMainContent_btnRecalculate[disabled]:hover,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate:hover,
#ctl00_cphMainContent_btnRecalculate.disabled:focus,
#ctl00_cphMainContent_btnRecalculate[disabled]:focus,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate:focus,
#ctl00_cphMainContent_btnRecalculate.disabled.focus,
#ctl00_cphMainContent_btnRecalculate[disabled].focus,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate.focus,
#ctl00_cphMainContent_btnRecalculate.disabled:active,
#ctl00_cphMainContent_btnRecalculate[disabled]:active,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate:active,
#ctl00_cphMainContent_btnRecalculate.disabled.active,
#ctl00_cphMainContent_btnRecalculate[disabled].active,
fieldset[disabled] #ctl00_cphMainContent_btnRecalculate.active {
    background-color: #415173;
    border-color: #415173;
}

#ctl00_cphMainContent_btnRecalculate .badge {
    color: #415173;
    background-color: white;
}

#ctl00_cphMainContent_ctl10_lbtnProof {
    color: #fff;
}

.footnotes {
    padding: 15px 0;
}

.CheckOutPage {
    list-style: none;
    padding: 0;
}

.rgMasterTable {
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .rgMasterTable td,
    .rgMasterTable th {
        padding: 0;
    }

        .rgMasterTable td table td,
        .rgMasterTable th table th {
            border: 0;
        }

    .rgMasterTable thead {
        background-color: #415173;
        color: #fff;
    }

        .rgMasterTable thead th {
            padding: 8px 10px;
            font-size: 16px;
            font-weight: bold;
        }

            .rgMasterTable thead th a {
                color: #fff;
            }

    .rgMasterTable tbody tr:nth-child(odd) {
        background-color: #e7edf2;
    }

    .rgMasterTable tbody table tbody tr:nth-child(odd) {
        background: none;
    }

.ShoppingCartGrid_Column_Buttons .btn {
    display: none !important;
}

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable {
    font-size: 15px;
    margin-bottom: 15px;
    /*width: 100% !important;*/
}

    .RadGrid .rgMasterTable label,
    .RadGrid .rgDetailTable label,
    .RadGrid .rgEditForm table label {
        font-weight: normal;
        margin-right: 10px;
        width: 20%;
    }

    .RadGrid .rgMasterTable input[type="text"],
    .RadGrid .rgMasterTable select,
    .RadGrid .rgDetailTable input[type="text"],
    .RadGrid .rgDetailTable select,
    .RadGrid .rgEditForm table input[type="text"],
    .RadGrid .rgEditForm table select {
        margin-bottom: 10px;
    }

    .RadGrid .rgRow > td,
    .RadGrid .rgAltRow > td,
    .RadGrid .rgEditRow > td,
    .RadGrid .rgFooter > td,
    .RadGrid .rgHeader,
    .RadGrid th.rgResizeCol,
    .RadGrid .rgMasterTable .rgNoRecords td {
        padding: 10px !important;
        text-align: left;
    }

.RadGrid .rgPagerLabel {
    vertical-align: middle !important;
}

.RadGrid .rgPager .RadInput {
    margin: 0 !important;
    line-height: normal;
    vertical-align: middle !important;
}

.rgMasterTable tbody .SiteLink {
    color: #415173;
}

.RadGrid .rgPager .rgPagerButton {
    padding-bottom: 0 !important;
}

.RadGrid td.rgPagerCell {
    padding: 5px 0 !important;
}

.RadGrid .rgWrap,
.RadGrid .rgNumPart a {
    line-height: 29px !important;
}

#divRecipientListButtons {
    margin: 30px 0;
}

.rgMasterTable tbody .btn-group a {
    display: none;
}

    .rgMasterTable tbody .btn-group a:first-child {
        display: inline;
    }

.rgMasterTable a {
    color: #415173;
}



.rgMasterTable .btn {

    font-size: 12px;
    padding: 0 4px;
    border: none;
    border-radius: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #415173;
    border-color: #415173;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.rgPager .riSingle .riTextBox {
    height: 22px !important;
    padding: 2px !important;
}

.RadGrid .rgPagerTextBox {
    text-align: left !important;
}

.RadGrid .rgPager .rgPagerButton {
    vertical-align: middle !important;
    margin-top: 4px !important;
    padding: 0 5px !important;
    border: 0 !important;
    position: relative;
    top: -2px;
}

.SiteLink {
    text-decoration: underline;
}

    .SiteLink:hover {
        text-decoration: none;
    }

.CheckOutPage.panel-default,
.OrderPriceContainer.panel-default {
    width: 400px;
    
    border-radius: 0;
}

    .CheckOutPage.panel-default .aboveTop,
    .OrderPriceContainer.panel-default .aboveTop {
        display: none;
    }

    .CheckOutPage.panel-default .top,
    .OrderPriceContainer.panel-default .top {
        background-color: #e7edf2;
        color: #415173;
        padding: 6px 12px;
    }

        .CheckOutPage.panel-default .top dl,
        .OrderPriceContainer.panel-default .top dl {
            margin-bottom: 2px;
        }

        .CheckOutPage.panel-default .top dt,
        .OrderPriceContainer.panel-default .top dt {
            display: inline-block;
        }

        .CheckOutPage.panel-default .top dd,
        .OrderPriceContainer.panel-default .top dd {
            display: inline-block;
            
        }

    .CheckOutPage.panel-default .bottom,
    .OrderPriceContainer.panel-default .bottom {
        padding: 10px 12px;
    }

        .CheckOutPage.panel-default .bottom .buttonContainer,
        .OrderPriceContainer.panel-default .bottom .buttonContainer {
            display: inline-block;
        }

            .CheckOutPage.panel-default .bottom .buttonContainer .btn,
            .OrderPriceContainer.panel-default .bottom .buttonContainer .btn {

            }

                .CheckOutPage.panel-default .bottom .buttonContainer .btn:hover,
                .OrderPriceContainer.panel-default .bottom .buttonContainer .btn:hover {

                }

    .CheckOutPage.panel-default .OrderPriceTable,
    .OrderPriceContainer.panel-default .OrderPriceTable {
        width: 100%;
    }

        .CheckOutPage.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal,
        .OrderPriceContainer.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal {
            background-color: #e7edf2;
            color: #415173;
        }

            .CheckOutPage.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal .OrderPriceLabelWidth,
            .OrderPriceContainer.panel-default .OrderPriceTable #ctl00_cphMainContent_ucOrderPrice_trSubtotal .OrderPriceLabelWidth {
                padding: 5px 10px;
            }

        .CheckOutPage.panel-default .OrderPriceTable td,
        .OrderPriceContainer.panel-default .OrderPriceTable td {
            padding: 5px 10px;
        }

#ctl00_cphMainContent_ucDialCustomization_Duc10273_DropDownList.form-control {
    min-width: 260px;
    width: auto;
}

.OrderPriceLabelWidth {
    /*font-weight: bold;*/
}

#tblCheckOutComplete {
    max-width: 425px;
    margin: 40px auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    #tblCheckOutComplete td {
        padding: 5px 25px !important;
    }

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

#customization table ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #customization table ul li {
        overflow: hidden;
    }

    #customization table ul input,
    #customization table select {
        width: 260px;
    }

#customization table dl {
    width: 420px;
}

#customization table dt {
    
    width: 155px;
    font-weight: normal;
}

#tdDialCustomization dd {
    vertical-align: middle;
}

.OrderFinalStepProperties .Duc {
    margin-bottom: 50px;
}

.Duc > div > span {
    padding: 0 0 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

#tdPropertyList .Duc:last-child {
    border: 0;
}

#divDescription .WizardProgressStepInnerTable td[stepstatus=waiting] img {
    opacity: 0.3;
}

.nav-tabs > li > a {
    color: #415173;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
    min-height: 250px;
}

.PersonalInformation td.TablesTitle {
    padding: 0 0 30px;
}

.TablesTitle input[checked=checked] + label {
    color: #415173;
}

.TablesTitle label {
    margin: 0;
    cursor: pointer;
}

.SubSectionTable a {
    color: #415173;
    text-decoration: underline;
}

    .SubSectionTable a:hover {
        text-decoration: none;
    }

#UploadRLWrapper {
    width: 400px;
}

.boundedBox {
    margin: 30px 0;
    
}

    .boundedBox td {
        padding: 5px 10px;
    }

.OrderDetailsPriceSummary td {
    border: 1px solid #ccc;
}

.boundedBox .OrderDetailsPriceSummaryCaption {
    font-weight: bold;
}

.orderListTable {
    width: 100%;
}

#divAdvSearch input,
#divAdvSearch select {
    min-width: 130px;
}

#divAdvSearch .captionColumn {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    max-width: 80px;
}

#divAdvSearch #trDateRange .datePicker {
    width: 110px !important;
    margin-left: 5px;
}

#divAdvSearch .FormField {
    width: 300px !important;
}

#divAdvSearch .riTextBox {
    min-width: 80px !important;
    width: 80px;
}

#divAdvSearch .searchButtonsColumn a {
    color: #fff;
    text-decoration: none;
}

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
    position: relative;
    width: 24px !important;
    height: 26px !important;
    background: url(../../calendar.png) no-repeat;
}

.RadPicker .rcTimePopup {
    background: url(../../watch.png) no-repeat;
}

.RadCalendar {
    background-color: #fff;
    border: 1px solid #007AFF !important;
    padding: 5px;
}

    .RadCalendar a {
        color: #415173;
    }

        .RadCalendar a:hover {
            background: #ccc;
        }

.RadCalendarTimeView a,
table.RadCalendarTimeView td {
    padding: 3px !important;
    transition: inherit !important;
}

.RadCalendar td.rcSelected a,
.RadCalendar td.rcHover a {
    border: 0 !important;
    padding: 0 !important;
    background: #ccc;
}

.RadCalendar .rcMainTable {
    border-collapse: collapse !important;
}

.RadCalendar thead {
    background: #dedede;
}

.RadCalendar th {
    padding: 3px !important;
    min-width: 26px;
    line-height: normal;
    background: #fefefe;
    text-align: center;
}

.RadCalendar td {
}

#uStoreSkinCultureSelector {
    padding: 5px 12px;
    border: 1px solid #634d4e;
    background: #fff;
}

.dropdown-menu {
    min-width: 180px;
}

#loadingDivTransparent {
    display: none;
}

.login-lang {
}

    .login-lang .btn-default,
    .login-lang .btn-default:focus {
        background: none;
    }

.CustomizationProperties .nav-tabs {
    display: none;
}

.CustomizationProperties .tab-content .tab-pane {
    display: block;
    
    visibility: visible;
}

.CustomizationProperties .tab-content #ctl00_cphMainContent_ucDialCustomization_btnUpdateThumbnails {
    background-color: #415173;
    color: #ffffff;
}

    .CustomizationProperties .tab-content #ctl00_cphMainContent_ucDialCustomization_btnUpdateThumbnails:hover {
        background-color: #64505d;
    }

#ctl00_cphMainContent_dgShippingItems {
    border: 0 !important;
}

.ui-dialog {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 20px 10px;
    font-size: 15px;
    min-width: 250px;
}

    .ui-dialog[aria-labelledby="ui-id-12"] {
        min-width: 150px !important;
    }

        .ui-dialog[aria-labelledby="ui-id-12"] .ui-dialog-titlebar {
            background: none;
        }

    .ui-dialog .ui-dialog-title {

        margin: 0 0 20px !important;
        float: none !important;
    }

    .ui-dialog .ui-dialog-titlebar-close .ui-corner-all .ui-state-hover {
        display: none;
    }

    .ui-dialog .ui-icon-closethick {
        position: absolute;
        top: 0;
        right: 10px;
        color: #fff;
        text-align: center;
        line-height: 1px;
    }

        .ui-dialog .ui-icon-closethick:after {
            content: 'Х';
            display: block;
            color: #415173;
            font-size: 15px;
            font-weight: bold;
        }

    .ui-dialog .ImgPreview {
        background-color: #ffffff !important;
    }

    .ui-dialog .popupFooter {
        border: none;
        background-color: #ffffff;
    }

    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
        border: 0;
        background: none;
    }

.popupContentInner {
    padding: 0;
}

.ImgPreview {
    background-color: #ffffff !important;
    width: 400px;
    
}

.imageInfoLinePreview {
    width: 280px !important;
    background-color: #ffffff !important;
    
    position: relative !important;
    bottom: 0 !important;
}

    .imageInfoLinePreview .PreviewInfo,
    .imageInfoLinePreview .PreviewInfoDimensions {
        color: #30c6af;
    }

.popupFooter {
    border: none;
    background: none;
    background-color: #ffffff;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
    /*border: 1px solid grey;*/
    padding: 5px;
    margin-bottom: 25px;
    
}

#ctl00_cphMainContent_ucDialCustomization_SlideShow_divWrapper .gallerylayer {
    width: auto !important;
}

    #ctl00_cphMainContent_ucDialCustomization_SlideShow_divWrapper .gallerylayer img {
        width: 100% !important;
    }

#ctl00_cphMainContent_ucDialCustomization_SlideShow_divWrapper #divProgress {
    height: auto !important;
}

#ctl00_cphMainContent_Stepsnav1_MyList {
    display: none;
}

.RadMenu_Default {
    background-color: #ffffff;
}

    .RadMenu_Default a {
        color: #415173;
    }

#ctl00_cphMainContent_lblRecipient_RecipientDataGrid_ctl00 .rgFilterRow input {
    width: 74px;
    color: #30c6af;
}

.RLEditorContainer {
    overflow-x: visible !important;
}

.RadGrid .rgHeader,
.RadGrid th.rgResizeCol {

}

.RadGrid .rgRow,
.RadGrid .rgAltRow,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgPager,
.RadGrid .rgGroupPanel,
.RadGrid .rgGroupHeader {

}

.RadGrid .rgFilterBox {
    color: #415173;

}

.RadGrid .rgFilterRow img,
.RadGrid .rgFilterRow input {
    vertical-align: top !important;
}

.RadGrid_Default {
    border: 0 !important;
    width: auto !important;
    overflow: auto;
}

    .RadGrid_Default .rgMasterTable {
        /*font-size: 15px !important;*/
    }

    .RadGrid_Default .rgHeader {
        background: none !important;
        color: #fff !important;
        border: 0 !important;
    }

    .RadGrid_Default .rgHeader {
        text-align: left !important;
    }

    .RadGrid_Default .rgAltRow > td {
        border-color: #ccc !important;
    }

    .RadGrid_Default .rgAltRow {
        background: none !important;
    }

.footerButtons .btn {

}

    .footerButtons .btn:hover {

    }

.TemplatesHolder {
    padding: .5em 1em !important;
}

.popupFooter {
    bottom: 0 !important;
    right: 20px !important;
}

.progressBarDialog {
    border-radius: 4px !important;
}

#txtQuantityPerRecipient {
    font-size: 16px;
    margin-left: -8px;
    height: auto;
    padding: 2px 8px !important;
}

#divProgressBar {
    width: 300px !important;
}

#UploadProgressBarDialog {
    padding: 10px !important;
}

.text-primary {
    color: #415173;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.full-view .col {
    padding: 0;
}

.WizardButtonsContainer {
    width: 100%;
    overflow: hidden;
}

.RightMenuWrapper {
    width: 100%;
    margin-top: 20px;
}

    .RightMenuWrapper h3 {
        font-size: 16px;
    }

.PropListWrapper {
    border-color: #ccc;
    width: 100%;
    padding: 5px;
    border-top-style: solid;
}

.ui-dialog {
    min-width: 200px !important;
}

    .ui-dialog .NewItemMenuTitle {

        margin: 0 0 15px;
        display: block;
    }

    .ui-dialog ul {
        margin: 0;
        padding: 0 0 0 30px;
        list-style: none;
    }

        .ui-dialog ul li {
            margin: 0 0 5px;
            padding: 0;
            list-style: disc;
            cursor: pointer;
        }

    .ui-dialog .ui-dialog-content {
        /*min-height: 580px !important;*/
        overflow: hidden !important;
    }

#filterDiv input {
    padding: 5px 10px;
}

    #filterDiv input[type="button"]:hover {
        background: #976841;
    }

#filterTable td {
    padding: 10px 0;
}

    #filterTable td label {
        margin: 0 10px 0 0;
    }

#PrintProprtiesDialog .VerticalMenuDiv ul li:hover,
#PrintProprtiesDialog .VerticalMenuDiv_ul_li_active {
    background: #bc8c63;
    color: #fff;
}

#PrintProprtiesDialog .propertyWrapper {
    background: none !important;
}

#PrintProprtiesDialog .HorizontalMenuDataList {
    border: 0;
}

#ContainerDivLeft {
    margin-bottom: 15px;
}

.list-group-item:last-child {
    border-radius: 0;
}

.ui-widget-header {
    background: none;
    /*height: 10px;*/
}

.ui-widget-content a {
    font-size: 14px;
    margin-left: 10px;
}

.BasicDialogContainer .ui-dialog-titlebar {
    min-height: 50px;
    background: #ccc;
    color: #333 !important;
    line-height: normal;
}
/*.productName:hover .linkEditNickName {
  display: none !important;
}*/
#uEditContainer {
    margin-bottom: 25px !important;
    clear: both;
}

.uEdit-area .btn {
    background: none;
}

.uEdit-area .panel-title {

    color: #000;
}

.uedit-application .simple-controls-container a {
    margin-top: 2px !important;
}

.PersonalInformation .FormLabel {
    width: 60%;
}

#detailsTable .form-group {
    overflow: hidden;
}

    #detailsTable .form-group .Normal {
        
        width: 10%;
        margin-right: 10px;
    }

.popupContent table td,
#filterStrTable table td {
    padding-bottom: 15px;
}

    .popupContent .FormLabel,
    #filterStrTable table td label {
        font-weight: normal;
        font-size: 14px;
    }

#tblAddressEdit input[type=text],
#tblAddressEdit select {
    width: 295px;
}

#filterStrTable table td label {
    margin-right: 10px;
}

#filterStrTable .btn {
    
}

.breadCrumbs {
    margin-bottom: 25px;
}

    .breadCrumbs > span + span:before {
        padding: 0 8px 0 5px;
        color: #666;
        content: "\02C3";
    }

.uedit-application .combo .combo-caret {
    border-radius: 0 4px 4px 0 !important;
}

    .uedit-application .combo .combo-caret > a {
        margin-top: 0 !important;
        line-height: 17px !important;
        height: 20px;
        width: 16px;
    }

.priceExplainTooltip {
    position: relative;
}

    .priceExplainTooltip:hover .InfoPopup {
        display: block;
    }

.InfoPopup {
    display: none;
    position: absolute;
    background: #fcfbf2;
    border-radius: 5px;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    min-width: 250px;
    z-index: 1000;
}

.tblPriceTags .InfoButton {
    margin-left: 5px;
}

.table-responsive {
    overflow: visible;
}

.HasXmpTooltip:hover {
    position: relative;
}

    .HasXmpTooltip:hover .XmpTooltipPopup {
        display: block;
    }

.XmpTooltipPopup {
    display: none;
    position: absolute;
    margin: 5px 0 0 15px;
    background: #fcfbf2;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    max-width: 500px;
}

#ctl00_cphMainContent_OrderNumber {
    color: #976841;
}

.OrderDetailsTdRounding {
    width: 100%;
    overflow: hidden;
    text-align: right;
}

#foldersContainer .subfolderContainer, #filesContainer .fileContainer {
    overflow: hidden;
    height: 50px;
}

#filesContainer .fileExtensionpdf {
    background-repeat: no-repeat;
    overflow: hidden;
}

#filesContainer .fileName,
#UploadFileDialog {
    line-height: normal;
    font-size: 14px;
}

#PropListWrapper {
    width: 217px !important;
    height: auto !important;
}

.mainAreaFooterFullWidth {
    
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.checkoutSubmissionOrderPriceContainerContainer {
    
}

    .checkoutSubmissionOrderPriceContainerContainer .OrderPriceTable td {
        border-top: 1px solid #ccc;
    }

.boxSeparator,
#ctl00_cphMainContent_ucOrderPrice_trSeperator2 {
    display: none;
}

#ctl00_cphMainContent_ctl11_Duc10445_ucDatePicker1_radCalendar1_wrapper {
    
}

.dddlName {
    
}

#tblNumCopies input[type="text"],
#tblNumCopies .form-control {
    min-width: auto !important;
    width: 40px;
}

#ctl00_cphMainContent_pnlPropertiesConfig .OrderFinalStepProperties table {
    margin-top: 0;
}

    #ctl00_cphMainContent_pnlPropertiesConfig .OrderFinalStepProperties table caption,
    #ctl00_cphMainContent_ctl11_Duc10445_ucTimePicker1_radSendTime_timeView_tdl caption {
        padding: 0;
    }

#ctl00_cphMainContent_pnlPropertiesConfig .OrderFinalStepProperties .Duc {
    margin-bottom: 30px;
}

.datetimeWrapper div {
    
}

#tdPropertyList div {
    overflow: hidden;
    margin: 0 10px 0 0;
}

#ctl00_cphMainContent_pnlPropertiesConfig table {
    
}

.RadCalendarTimeView {
    background: #fff;
    border-color: #000;
}

.RadCalendar .rcRow td {
    border-width: 1px 0 0 1px !important;
}

.RadCalendar .rcMain .rcRow a,
.RadCalendar .rcMain .rcRow span {
    padding: 0 !important;
}

.RadCalendar .rcRow td,
.RadCalendar .rcWeek th {
    text-align: center !important;
}

.RadCalendar td.rcOtherMonth a,
.RadCalendar td.rcOutOfRange span {
    color: #ccc;
    font-weight: normal;
}

    .RadCalendar td.rcOtherMonth a:hover {
        color: #415173;
    }

.RadMenu ul.rmGroup {
    padding: 5px !important;

}

.RadGrid .rgFilterRow > td {
    padding: 10px !important;
}

    .RadGrid .rgFilterRow > td > input[type="text"] {
        margin-bottom: 0;
    }

.RadMenu .rmGroup .rmText {
    padding: 3px 30px 2px 10px !important;
    margin: 0 !important;
    line-height: normal;
}

.OrderFinalStepProperties a.options {
    display: inline-block;
    background: #bc8c63;
    padding: 1px 10px;
    color: #fff;
}

    .OrderFinalStepProperties a.options:hover {
        text-decoration: none;
        background: #976841;
    }

.RadCalendarTimeView th {
    background: #ccc;
    border-bottom: 1px solid #000 !important;
}

.addressPaneAddAddress {
    overflow: hidden;
    width: 570px;
}

    .addressPaneAddAddress a.formSelectionField {
        background: #415173;
        border: solid 1px #415173;
        padding: 1px 5px;
        color: #fff !important;
    }

        .addressPaneAddAddress a.formSelectionField:hover {
            text-decoration: none;
            color: #415173;
            background: transparent;
        }
/*#ctl00_cphMainContent_trShipping .boundedBox td {
  padding: 0 !important;
} */
div[tabindex=""]::focus {
    outline: none;
}

table.RadCalendarMonthView {
    background: #fff !important;
}

#hrDivSplitter {
    display: none;
}

.WizStepTR[stepstatus="waiting"] {
    opacity: .5;
}

.WizStepTR[stepstatus="active"] {
    opacity: 1;
}

.linkEditNickName {
    background: rgba(0, 0, 0, 0) url("/uStore/Images/icon-edit.gif") no-repeat scroll 0 0;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    vertical-align: top;
}

.productName:hover .linkEditNickName {
    display: inline-block;
}

.divNickName .lblNickname {
    display: inline-block !important;
    font-size: 13px;
}

input[type="text"].txtNickName {
    display: none;
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
}

.rgMasterTable .productName {
    font-weight: bold;
    font-size: 17px;
}

.ShoppingCartGrid_Column_ProductName {
    width: 350px !important;
    overflow: hidden;
}
/* footer styles */
footer {
    /*  */
    width: 100%;

}





    footer .fa-3x {
        font-size: 2.5em;
    }

/* new styles */
.item-box-group {
    margin-bottom: 20px;
    position: relative;
}

.subcatlink {
    text-decoration: none;
    display: block;
    
    margin-right: 10px;
    margin-top: 20px;
}

.collage {
    background-color: #fcfbf2;
    border: solid 1px black;
    text-align: center;
}

    .collage h3 {
        background-color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
        color: #ffffff;
        font-family: sans-serif;
        text-align: left;
        padding-left: 15px;
        position: absolute;
        width: 100%;
        margin: 0px !important;
        bottom: 5px;
    }

.collage1, .collage2, .collage3 {
    max-height: 70%;
    max-width: 29%;
    vertical-align: middle;
    margin-left: 1%;
    margin-right: 1%;
    border: solid 1px black;
}

.collage1, .collage3 {
    margin-top: -8%;
}

.collage2 {
    margin-top: 8%;
}

.collage1x {
    position: relative;
    height: 350px;
    line-height: 350px;
}

    .collage1x h3 {
        height: 70px;
        line-height: 70px;
    }

.collage2x {
    position: relative;
    height: 250px;
    line-height: 250px;
}

    .collage2x h3 {
        height: 60px;
        line-height: 60px;
    }

.collage3x {
    position: relative;
    height: 150px;
    line-height: 150px;
}

    .collage3x h3 {
        height: 50px;
        line-height: 50px;
    }

.group-without-product {
    border-width: 0px;
}


/* BREAKPOINTS STYLES START */

/* breakpoint 1300 */
@media (max-width: 1300px) {
    header .carousel-caption {
        font-size: 16px;
        padding: 20px 40px;
    }

        header .carousel-caption h2 {
            font-size: 40px;
            margin-bottom: 5px;
        }

        header .carousel-caption .btn {
            padding: 10px;
            width: 150px;
            margin-left: -75px;
        }
}

/* breakpoint 991 */
@media (max-width: 991px) {
    .navbar-default .navbar-header .navbar-brand {
        margin: 0 auto;
        width: 176px;
    }

    header .carousel-caption {
        padding: 20px;
        top: 15%;
        bottom: 15%;
        left: 15%;
        right: 15%;
    }

        header .carousel-caption h2 {
            font-size: 25px;
        }

        /*.navbar-default .nav > li .form-group.search input {
        max-width: 140px;
        padding-right: 30px;
    }*/

        header .carousel-caption h2 {
            font-size: 35px;
        }

    .category-main-inner {
        position: static;
    }

        .category-main-inner .product-box {
            margin-bottom: 20px;
            background: rgba(61, 44, 39, .9);
        }

        .category-main-inner .product-box {
            border-right: 1px solid #ffffff;
            min-height: 175px;
        }

            .category-main-inner .product-box h3 {
                font-size: 18px;
                margin-bottom: 10px;
            }

    #tblMain #ctl00_cphMainContent_trPricingTable,
    #tblMain #ctl00_cphMainContent_trPricingTableLink {
        position: static;
    }

    #ctl00_cphMainContent_lnbShowPricingTable {
        margin: 0 0 20px;
        background: #415173;
        padding: 6px 12px;
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }

    #tblMain .SiteLink {
        margin-bottom: 25px;
    }

    #ContainerDivRight {
        
        width: 100% !important;
    }

    .RightMenuWrapper {
        width: 100% !important;
    }

    #PropListWrapper {
        width: 100% !important;
    }
}

@media (max-width: 840px) {
    .dropdown-gallery {
        float: none !important;
    }
}

/* breakpoint 768 */
@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-header {
        /**/
        margin-left: 10px;
    }

    .navbar-default .navbar-right {
        
        margin: 0;
        width: 100%;
        min-width: 265px;
    }

    .navbar-default .nav > li {
        
    }

        /*.navbar-default .nav > li:nth-child(1) {
            display: block;
            float: none;
            width: 100%;
        }*/

        .navbar-default .nav > li:nth-child(2) {
            /*width: auto;*/
            position: relative;
            /*padding-top: 50px;*/
            /*border-right: none;*/
        }

            .navbar-default .nav > li:nth-child(2) .search {
                /*position: absolute;*/
                top: 0;
                left: 0;
                width: 100%;
            }

    /*.navbar-default .nav > li:nth-child(3),
        .navbar-default .nav > li:nth-child(4) {
            border-right: none;
            padding-top: 50px;
        }*/

    .navbar-default .dropdown-menu {
        background-color: #ffffff !important;
    }

        .navbar-default .dropdown-menu ul.user li a {
            
        }

    .navbar-default .search {
        width: 320px !important;
    }

        .navbar-default .search input {
            max-width: 320px !important;
        }

    .navbar-default .lang {
        max-width: 78px;
    }

    .carousel-caption h2 {
        font-size: 26px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-caption .btn {
        position: absolute;
        z-index: 11;
        left: 50%;
        bottom: 5%;
        width: 140px;
        margin-left: -70px;
        padding: 5px 10px;
    }

    .carousel-indicators {
        bottom: 5px;
    }

    section.product-page .description {
        padding-top: 25px;
    }

        section.product-page .description .form-group {
            display: inline-block;
        }

            section.product-page .description .form-group:last-child {
                padding-top: 2px;
            }

            section.product-page .description .form-group .form-control {
                display: inline-block;
                width: auto;
            }

    #tdPropertyList .Duc {
        width: 100%;
        float: none;
    }

    section.catalog-items .container .row {
        display: block;
    }

    .collage1, .collage3 {
        margin-top: -4%;
    }

    .collage2 {
        margin-top: 4%;
    }

    .collage1x {
        height: 150px;
        line-height: 150px;
    }
}

@media (max-width: 700px) {
    .navbar-default .nav > li:nth-child(1) {
        display: block;
        float: none;
        width: 100%;
        border-right-width: 0;
    }
}

/* breakpoint 640 */
@media (max-width: 640px) {

    .carousel-caption p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    header .carousel-caption {
        left: 5% !important;
        right: 5% !important;
    }

    .carousel-inner {
        background: #2b1d1c;
    }

    .carousel-caption {
        top: 15%;
        bottom: 15%;
        left: 15%;
        right: 15%;
    }

    .carousel-inner > .item:after {
        background: rgba(61, 44, 39, 1);
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img {
        /*width: 700px !important;
        max-width: inherit;*/
    }

    .carousel-caption h2 {
        font-size: 24px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-caption .btn {
        position: absolute;
        z-index: 11;
        left: 50%;
        bottom: 5%;
        width: 140px;
        margin-left: -70px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .category-main-inner .product-box h3 {
        font-size: 14px;
    }

    #customization {
        width: 100%;
    }

    .FieldOptionItem.FOGrid,
    .FieldOptionItem.FOList {
        min-width: 100%;
    }
}

@media (max-width: 500px) {
    header .carousel-caption .btn {
        padding: 5px;
        width: 100px;
        margin-left: -50px;
    }
}

/* breakpoint 480 */
@media (max-width: 480px) {
    header .carousel-caption h2 {
        font-size: 18px;
    }

    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img {
        /*display: none;*/
    }

    .carousel-inner > .item {
        /*height: 350px;*/
    }

    .navbar-default ul.product-gallery li a {
        display: block;
        width: 100%;
    }

    .navbar-default .nav .dropdown-menu ul.product-gallery {
        padding: 10px 0;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

#tdPropertyList div.optionTitle {
    border-bottom: 0;
}

#tdPropertyList div.dependentDUC {
    padding-left: 5px;
}

#tdPropertyList ul {
    list-style-type: none;
}

ul, menu, dir {
    padding-left: 0px;
}

div.Duc {
    clear: left !important;
    margin-bottom: 10px;
}

    div.Duc > div > div {
        padding-right: 10px;
    }

.rcFastNext {
    display: initial !important;
}

.rcNext {
    display: initial !important;
}

.rcFastPrev {
    display: initial !important;
}

.rcPrev {
    display: initial !important;
}

td > hr {
    max-width: 100%;
}

td, th {
    padding: 3px;
}

div.product-inventory {
    padding-bottom: 50px;
    margin-top: -20px;
}

div.product-inventory-value > span {
    font-size: 12px !important;
}

.SoldOut .divSoldOut {
    background-image: url(/uStore/Images/SoldOut_big.png);
    position: absolute;
    z-index: 1000;
    top: 85px;
    right: 0;
    width: 109px;
    height: 29px;
    color: #fff;
    font-size: 12px;
    line-height: 2.4em;
    display: inline !important;
    text-align: center;
    cursor: default;
}

.thumbnailWrapper {
    position: relative;
}

    .thumbnailWrapper .divSoldOut {
        top: inherit;
        bottom: 0px;
    }

.category-main-inner .divSoldOut {
    top: inherit;
    bottom: 0px;
}

.inventoryStatus {
    color: red;
}

.prod-group-desc {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 90px;
}

.garDialControlSpinner {
    background-color: inherit !important;
}


#pageItems {
    bottom: -20px;
}

.XmpImageButton.HideDisabled[disabled],
.XmpieHiddenButton {
    display: none;
}

.WizardButtonsContainer .cancel {
    display: none;
}

.WizardButtonsContainer .next,
.WizardButtonsContainer .finish,
.WizardButtonsContainer .saveForLater {
    
    margin-right: 12px;
}


div.cancel a,
div.back a,
td a[id*="btnRecalculate"] {
    background: transparent;
        border: solid 1px #415173;
        color: #415173;
}

    div.back a:active, div.back a:hover,
    div.cancel a:active, div.cancel a:hover {
        background: #415173;
        border: solid 1px #415173;
        color: white;
    }

.LoadDivImg {
    position: absolute !important;
    left: 50%;
    top: 50%;
}

a.FormLabel,
a.SiteLink,
a.FormLabel:hover,
a.SiteLink:hover {
    text-decoration: none !important;
}

.WizardProgressStep img.WizardStepImageURL {
    height: 32px;
}

.group-thumbnail {
    margin-top: 0;
    max-height: 90%;
    max-width: 100%;
}

.NewItemMenu.xmpDialog {
    min-height: unset !important;
}

[id*=dgDrafts] [id*=btnDeleteMobile] {
    display: none !important;
}

#OrderFinalStep_PriceReview_TotalPrice {
    font-weight: bold;
}

[id*=lblTotalLabel], [id*=lblTotal] {
    font-weight: bold;
}

.OrderDetailsPriceSummary tr td:nth-child(3) {
    display: none;
}

.mobileHidden {
    border-width: 0 !important;
}

div.nextPageBttn {
    text-align: center;
    cursor: pointer;
}

    div.nextPageBttn span {
        font-size: 28px;
    }

    div.nextPageBttn .glyphicon.glyphicon-repeat {
        color: #bc8c63;
        line-height: initial;
        font-size: 110px;
        font-weight: bold;
    }

        div.nextPageBttn .glyphicon.glyphicon-repeat:hover {
            opacity: 0.7;
        }


.product-gallery li {
    float: none;
}

ul[id*=OptionsListRadio] li label {
    white-space: normal;
}

.userWelcome {
    padding: 20px 0 0 200px;
}

    .userWelcome span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: absolute;
        max-width: 190px;
    }

@media(max-width:400px) {
    .userWelcome {
        display: none;
    }
}

.form-group.search {
    width: 190px !important;
}

.navbar-default .navbar-collapse.in {
    overflow: visible !important;
}

@media(max-width: 980px) {
    .dropdown-gallery {
        float: none !important;
        border-right-width: 0 !important;
    }
}

@media(max-width: 670px) {
    .search-lang-area {
        float: none !important;
        border-right-width: 0 !important;
    }
}

@media(max-width: 990px) {
    .navbar-collapse {
        width: 890px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
    }
}

[action*='login.aspx'] .navbar-header {
    
}

.LoadDiv {
    z-index: 9998;
    visibility: hidden;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .LoadDiv[style*='hidden'] {
        display: none !important;
    }

.LoadDivTransparent[style*='hidden'] {
    display: none !important;
}

.ui-dialog .ui-resizable-se {
    display: none;
}

div.LoginMaster div.checkbox {
    padding-left: 0;
}

input[id*=chkRememberEmail] {
    top: 0 !important;
    margin-right: 3px !important;
}

@media(max-width: 465px) {
    .dropdown-menu[aria-labelledby=uStoreSkinCultureSelector] {
        left: inherit !important;
        right: 8px !important;
    }
}

@media(max-width: 480px) {
    .RadGrid .rgRow > td,
    .RadGrid .rgAltRow > td,
    .RadGrid .rgEditRow > td,
    .RadGrid .rgFooter > td,
    .RadGrid .rgHeader,
    .RadGrid th.rgResizeCol,
    .RadGrid .rgMasterTable .rgNoRecords td {
        padding: 5px 2px !important;
    }

    .CheckOutPage.panel-default,
    .OrderPriceContainer.panel-default {
        width: inherit;
    }
}

@media (max-width: 640px) {

    td, th {
        padding: 3px 0 0 0 !important;
    }

    .PaymentCurrencyMessage,
    td {
        white-space: normal !important;
    }

    #tblRegistration {
        width: auto !important;
    }

    #tblSignIn.well {
        width: auto !important;
        margin-top: auto !important;
    }

        #tblSignIn.well .form-group .control-label {
            width: 80px !important;
        }

    #tblSignIn .btn,
    #tblRegistration .btn,
    #tblRegistration .SmallLink {
        width: auto !important;
    }

    [id*=updatePanelSlideShow],
    [id*=tblNavigationPanel],
    #divProgress,
    #SlideShow {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #imgProgress {
        display: none;
    }

    #divAdvSearch .FormField {
        width: 230px !important;
    }

    #detailsTable .form-group .Normal {
        
        width: 25%;
        margin-right: 10px;
    }

    .rgMasterTable,
    .RadGrid_Default {
        font-size: 12px !important;
    }

    .RadGrid .rgHeader,
    .RadGrid th.rgResizeCol {
        font-size: 12px;
    }

    [id*=lblProductName] {
        font-size: 12px;
    }

    #tblCheckOutComplete {
        display: table-cell;
    }

    .mainAreaFooterFullWidth center a.btn {
        margin-bottom: 20px;
    }

    [id*=dgDrafts] [id*=btnThumbnail] {
        max-width: 40px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .datePickerContainer {
        
    }

    [id*=dgRecipientList] {
        table-layout: fixed !important;
    }

        [id*=dgRecipientList] td {
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

@media(max-width: 1385px) {
    [action*='login.aspx'] .dropdown-menu[aria-labelledby=uStoreSkinCultureSelector] {
        right: 0 !important;
        left: inherit;
    }
}

#UploadRLWrapper input[type=file] {
    width: 100%;
}

.rgMasterTable .hidden-sm.hidden-xs,
.rgMasterTable tr.hidden-sm.hidden-xs,
.rgMasterTable th.hidden-sm.hidden-xs,
.rgMasterTable td.hidden-sm.hidden-xs,
.rgMasterTable .hidden-xs,
.rgMasterTable tr.hidden-xs,
.rgMasterTable th.hidden-xs,
.rgMasterTable td.hidden-xs {
    display: table-cell !important;
}


    .rgMasterTable .hidden-xs.hidden-sm,
    .rgMasterTable tr.hidden-xs.hidden-sm,
    .rgMasterTable th.hidden-xs.hidden-sm,
    .rgMasterTable td.hidden-xs.hidden-sm {
        display: table-cell !important;
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.AddressBox_Checkbox {
    display: block;
}

.RadGrid .rgNumPart a.rgCurrentPage {
    font-weight: bold;
}

#tdDocCtrlRight {
    vertical-align: top;
}

.diagramImage {
    
}

.custom-product-details-content {
    min-height: 265px;
}

#MissingFontsDialog {
    min-height: 119px !important;
}

.approval-panel a:hover {
    text-decoration: underline !important;
}

.approval-panel .title:hover {
    cursor: default !important;
    text-decoration: none !important;
}

.XmpieApproveButton {
    background-color: #76a43b;
}

    .XmpieApproveButton:hover {
        background-color: #548036;
    }

.XmpieModifyButton {
    background-color: #53b4cf;
}

    .XmpieModifyButton:hover {
        background-color: #358ea6;
    }

.XmpieRejectButton {
    background-color: #f00000;
}

    .XmpieRejectButton:hover {
        background-color: #a30000;
    }

.RejectNote {
    width: 75%;
    display: block;
}

.RejectBack {
    font-size: 11px;
    background-color: #f2dcdb !important;
}

.RequiredFieldMarker {
    color: red;
    font-weight: bold;
    vertical-align: middle;
}

.exclamation {
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-color: #F44336;
    border-radius: 50%;
    z-index: 1000;
    position: absolute;
    top: 14px;
    right: 8px;
}

#TemplatesCarousel > ol.pagination-links {
    display: none;
}

#TemplatesCarousel > a.prev {
    display: none;
}

#TemplatesCarousel > a.next {
    display: none;
}

input[type=submit].rbDecorated {
    padding: 0 10px;
    background: rgba(226,226,226,1);
}

.group-description {
    font-size: 16px;
    text-align: left;
}

.product-name-trim {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.SubOrderProductDiv {
    height: 200px;
}

.DocumentImgDivLandscape2 {
    margin-bottom: 30px !important;
}

.RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow {
    background: none;
    color: blue;
}

@media only screen and (min-width:454px) {
    #customization table dt {
        
    }
}

@media only screen and (max-width:420px) {
    #customization table dt {
        float: none;
    }
}


.Duc.dependentDUC.xmp__dependentDUC__hide {
    position: fixed !important;
    top: 0 !important;
    opacity: 0 !important;
    z-index: -999 !important;
}


.cookieRibbonWrapper {
       position: fixed;
       bottom: 0;
       left: 0;
       right: 0;
       width: 100%;
       line-height: 50px;
       height: 50px;
       opacity:0.75;
       background-color: var(--ribbon-color, #34466A);
       display:none;
       z-index:9999;
}

.cookieRibbonWrapper.show {
	  display: block;
}

.cookieRibbonWrapper .buttonContainer {
	  position: absolute;
	  right: 10px;
	  vertical-align: middle;
	  line-height: inherit;
	  color: #fff;
}

.cookieRibbonWrapper .cookieRibbonText {
	  position: absolute;
	  left: 10px;
	  vertical-align: middle;
	  line-height: inherit;
	  color: #fff;
}

#fullpage {
    max-width:100%;
    width: 1170px;
    margin: auto;
    

}



