﻿.tab-content > .tab-pane > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .tab-pane > .active {
    display: block;
    visibility: visible;
}

.fileLeft {
    white-space: nowrap;
    padding: 15px 10px 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.fileRight {
    width: 100%;
    vertical-align: top;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

#container .titleTable {
    border-bottom: 10px solid #fff;
}

#container .titleTable, .submitButton {
    padding: 5px;
}

.pdfLeft {
    white-space: nowrap;
    padding: 15px 10px 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.pdfRight {
    width: 100%;
    vertical-align: top;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

#container .titleTable {
    border-bottom: 10px solid #fff;
}

#container .titleTable, .submitButton {
    padding: 5px;
}

.equivalentPartNumbers,
.whatsIncluded, .specifications {
    min-height: 100px;
    width: 300px;
    margin: 2px;
    resize: none;
}

.stagedProductDataTabDetail textarea,
.stagedProductDataTabDetail input[type="text"]{
    width: 100%;
    margin: 0;
}

.stagedProductDataTabDetail textarea {
    resize: vertical;
}

    .stagedProductDataTabDetail textarea.multiExtension {
        min-height: 100px;
        resize: vertical;
    }

.ecity-item-action-bar {
    text-align: left;
}

.ecityCommerceCustomContainer {
    padding: 10px;
    background: #fff;
}

.ecityCommerceCustomContainer input[type="text"]{
    width:300px;
}

.productViewLivePage {
    display: block;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background: #F5F5F5;
    border: solid 1px #ddd;
}

    .productViewLivePage a {
        margin: 0 10px;
    }

.usb-orders-table tr:nth-child(even) td {
    background: #eee;
}

.usb-orders-table tr:nth-child(odd) td {
    background: #F5F5F5;
}

.usb-orders-table .imgnew {
    margin-right: 5px;
}

.table.usb-orders-table > tbody > tr > th {
    border: 1px solid #ddd;
    background: #333;
    color: #fff;
    white-space: nowrap;
}

.table.usb-orders-table > tbody > tr > td {
    border: 1px solid #ddd;
    line-height: 12px;
    padding: 5px;
}

.table.usb-orders-table > tbody > tr.usb-orders-table-no-results > td {
    padding: 0;
}

.table.usb-orders-table > tbody > tr:hover td {
    background: #919295;
    color: #fff;
}

    .table.usb-orders-table > tbody > tr:hover td a {
        color: #fff;
        text-decoration: underline;
    }


.usb-orders-table span.isREFUNDED {
    background: #ff6a00;
}

.usb-orders-table span.isVOIDED {
    background: #f00;
}

.usb-orders-table span.isREFUNDED,
.usb-orders-table span.isVOIDED {
    display: inline-block;
    border-radius: 90px;
    height: 16px;
    width: 16px;
    border: 1px solid #1B427D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 11px;
    text-align: center;
}

.usb-orders-table-info,
.usb-orders-table-phone,
.usb-orders-table-shipping-method {
    white-space: nowrap;
}

    .usb-orders-table-company span,
    .usb-orders-table-phone span {
        display: block;
    }

    .usb-orders-table-info * {
        vertical-align: middle;
        margin-left: 5px;
    }

    .usb-orders-table-info a:first-child {
        margin-left: 0;
    }

.textBoxAjax, .textBoxAjaxOr {
    text-align: center;
    padding: 8px;
    background: #F5F5F5;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    .textBoxAjax input {
        margin-left: 10px;
        text-indent: 10px;
        width: 30%;
        padding: 5px 25px 5px 0;
    }

.textBoxAjaxLoading {
    background: #fff url(images/loading.gif) 95% center no-repeat !important;
}

.dlSelectedTableNoRecords {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #c00;
}

.hasAccount {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(images/has-account-checkbox.png) no-repeat;
}

.usb-orders-table .alert {
    margin-bottom: 0;
}

.filter-heading {
    padding: 0 8px;
}

#editOrderWrap #divAddresses input[type="text"],
#editOrderWrap #divAddresses select {
    width: 100%;
}

#editOrderWrap #divAddresses .update-button {
    padding-top: 10px;
    padding-left: 15px;
}


.ms-container {
    background: url('images/switch.png') no-repeat 50% 50%;
}

    .ms-container:after {
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        font-size: 0;
        clear: both;
        min-height: 0;
        visibility: hidden;
    }

    .ms-container .ms-selectable, .ms-container .ms-selection {
        background: #fff;
        color: #555555;
        float: left;
        width: 45%;
    }

    .ms-container .ms-selection {
        float: right;
    }

    .ms-container .ms-list {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        height: 200px;
        padding: 0;
        overflow-y: auto;
    }

        .ms-container .ms-list.ms-focus {
            border-color: rgba(82, 168, 236, 0.8);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            outline: 0;
            outline: thin dotted \9;
        }

    .ms-container ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

    .ms-container .ms-optgroup-container {
        width: 100%;
    }

    .ms-container .ms-optgroup-label {
        margin: 0;
        padding: 5px 0px 0px 5px;
        cursor: pointer;
        color: #999;
    }

    .ms-container .ms-selectable li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
        border-bottom: 1px #eee solid;
        padding: 2px 10px;
        color: #555;
        font-size: 14px;
    }

    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        background-color: #08c;
    }

    .ms-container .ms-selectable li.disabled,
    .ms-container .ms-selection li.disabled {
        background-color: #eee;
        color: #aaa;
        cursor: text;
    }


.assignCustomersProducts {
    width: 100%;
}

    .assignCustomersProducts td {
        border: 1px solid #a2a2a2;
        background: #f2f2f2;
        padding: 5px;
    }

    .assignCustomersProducts tr:nth-child(2n + 1) td {
        background: #FFFFE0;
    }

    .assignCustomersProducts td input {
        margin: 0 5px 0 0;
    }

    .assignCustomersProducts td input,
    .assignCustomersProducts td label {
        vertical-align: middle;
    }

.assignCustomersProductsSubmit {
    text-align: center;
    padding-top: 20px;
}

.assignCustomersProductsError {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #f00;
    padding-top: 20px;
}

.customersProductsContainer .search-input {
    width: 100%;
    margin-bottom: 5px;
}

.pnlCustomersProducts {
    margin-bottom: 15px;
}

.usb-orders-table-info .fa-print {
    color: #333;
}

.admin-main-menu-column > li > a {
    padding: 8px;
}

.usb-show-hide-order-filters {
    float: left;
}

#ExpandableFilters {
    clear: both;
    margin-top: 10px;
}

.normal-filters .row:nth-child(2) {
    float: right;
    white-space: nowrap;
}

    .normal-filters .row:nth-child(2) .pull-right {
        width: auto;
    }

#OrderGrid.white-ui-box {
    padding: 5px;
}

.OrderGridOrderNumberLink {
    white-space: nowrap;
}

    .OrderGridOrderNumberLink .isRefunded {
        display: inline-block;
        border-radius: 90px;
        height: 10px;
        width: 10px;
        border: 1px solid #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #ff6a00;
    }


.view-store-topic{
    display: block;
}

.view-store-topic-link{
    margin-left: 5px;
}

#tableProductDataStaged th:first-child,
#tableProductDataStaged th:last-child{
    width: 50%;
}

.copyStagingToProduction {
    vertical-align: middle !important;
}

    .copyStagingToProduction i {
        font-size: 32px;
    }

.tdProductionDescription {
    width: 100%;
}

.tdPropertyStaged {
    vertical-align: top;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.stagedProductDataTabDetail .tdPropertyStaged {
    border-bottom: none;
}

.tdPropertyStagingToProduction {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
}


.table > tbody > tr.copyStagingToProductionHeader > td {
    padding-bottom: 0;
    border-bottom: none;
}


.table > tbody > tr.copyStagingToProductionHeader + tr > td {
    border-top: none;
}

.stagedProductDataTabButtons {
    text-align: right;
    display: block;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background: #F5F5F5;
    border: solid 1px #ddd;
}