﻿.padding0-5 {
    padding: 0px 5px;
}

.scroll-x {
    white-space: nowrap;
    overflow-x: auto;
}

    .scroll-x .profile-orders-img {
        display: inline-block;
        float: none;
    }

/***overwrite old version****/
#sidebar {
    width: 16.66666667%;
}

/**** NEW USER ACCOUNT *****/
.memberContainer {
    background-color: #f3f3f3;
    /*min-width:1230px;
    width:100%;*/
}

.profile-information {
    margin-top: 10px;
    padding: 20px 10px;
    background-color: #fff;
}

    .profile-information .form-control {
        height: 40px;
        border-radius: 1px;
    }

.profile-button {
    border-radius: 1px !important;
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}

    .profile-button:hover,
    .profile-button:focus,
    .profile-button.focus {
        background-color: #5b5b5b;
        border-color: #5b5b5b;
        color: #fff;
    }

.useraccount-address-cancelBtn {
    border-radius: 1px !important;
    background-color: #fff;
    border-color: #999999;
    color: #999999;
}

    .useraccount-address-cancelBtn:hover {
        background-color: #fff;
        border-color: #999999;
        color: #999999;
    }

.useraccount-address-cancelBtn,
.useraccount-address-submitBtn {
    min-width: 135px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.address-subTitle {
    padding: 0px 20px 20px 20px;
}

.address-account .useraccount-form-label {
    padding-left: 10px;
}

.profile-icon {
    padding: 10px 0px 0px 0px;
    text-align: right;
}

.lm-profile-static {
    background: #fff;
    color: #333;
    padding: 3px 13px;
}

    .lm-profile-static hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.lm-profile {
    padding: /*8px 13px*/ 10px;
    background-color: #fff;
    color: #333;
    border-bottom: none;
}

.lm-profile.account {
    color: #fff;
}

    .lm-profile.active {
        background-color: #0076b6;
        color: #fff;
    }

        .lm-profile.active .fa-star {
            color: #fff;
        }

        .lm-profile.active.account {
            background-color: #1968b3;
        }

    .lm-profile:hover {
        color: #1968b3;
        background: #f6f6f6;
    }

.sidebar-icon {
    padding: 0;
}

    .profile-icon .fa-star,
    .sidebar-icon .fa-star {
        color: #333;
    }

.lm-profile.account:hover {
    background-color: #0076b6;
    color: #fff;
}

.profile-orders-cont {
    padding: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 13px;
    color: #000;
    min-height: 55px;
    margin-bottom: 5px;
}

    .profile-orders-cont:hover {
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
    }

.profile-orders-img {
    padding: 0px;
    min-width: 45px;
    max-width: 45px;
}

.profile-orders-col {
    padding-top: 10px !important;
    word-break: break-word;
}

.btn-versionBtn {
    border: 1px solid #999999;
    color: #333;
    background-color: #fff;
    border-radius: 3px !important;
    padding: 4px 12px;
}

    .btn-versionBtn.active {
        background-color: #999999;
        color: #fff;
    }

.btn-group.versionBtn > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group.versionBtn > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/***User Account Form**/
.user-account-select {
    border-color: rgb(169, 169, 169);
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    border: 1px solid #ccc;
    min-height: 40px;
}

.userProfileTitle {
    padding: 10px 5px;
}

.form-details {
    padding: 0px 0px 0px 10px;
}

.address-account.profile-information {
    margin: 0px;
    clear: both;
}

.address-btn-cont {
    padding: 10px 0px;
    float: right;
    text-align: right;
    border-top: 1px solid #ccc;
}

.lm-order-sidebar-count {
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    font-family: 'Nunito', sans-serif !important;
    min-width: 22px;
    min-height: 22px;
    text-align: center;
    z-index: 999;
}

.lm-order-list-count {
    position: absolute;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    top: -5px;
    font-family: 'Nunito', sans-serif !important;
    min-width: 22px;
    min-height: 22px;
    text-align: center;
    left: -5px;
    z-index: 99;
}

#be-brilliant:hover {
    font-weight: bold;
    color: #000;
}

.bid-product-title {
    height: 35px;
    overflow-y: hidden;
    color: #333;
    padding: 0px 5px;
}

.orderListingSelect {
    line-height: 34px;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    border-radius: 4px;
}

.sidebar-profile.active.account {
    background-color: #81b42d;
}

    .sidebar-profile.active.account.popUp {
        z-index: 1050;
    }

.dashboardDropdown {
    padding: 0 12px;
    color: #fff;
    float: right;
}

.dashboard-text, .dashboardDropdown {
    cursor: pointer;
    color:#fff;
}

    .dashboardDropdown:hover, .dashboard-text:hover {
        color: #333;
    }

.dashboard-dropdown-block {
    display: none;
    background: #fff;
    margin: 0px;
    padding-inline-start: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dashboard-dropdown-block li {
        list-style: none;
        padding: 6px 12px;
        border: 1px solid #efefef;
    }

        .dashboard-dropdown-block li:first-child:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            right: 6.5%;
            top: -14px;
            border: 6px solid transparent;
            border-bottom: 8px solid #fff; /* IE8 Fallback */
            z-index: 2;
        }

        .dashboard-dropdown-block li a {
            color: #333;
        }

.dashboard-unread{
    color: red;
}

.seller-dashboard.seller-dashboard-main-menu {
    cursor: pointer;
    background: #fff;
    color: #333;
    padding-right: 5px;
    padding-left: 2px;
}

    .seller-dashboard-main-menu a {
        color: #333;
    }

    .seller-dashboard-main-menu.active,
    .seller-dashboard-main-menu.active a {
        background: #369116;
        color: #fff;
    }

    .seller-dashboard-main-menu.active:hover,
    .seller-dashboard-main-menu.active a:hover,
    .seller-dashboard-main-menu a:hover,
    .seller-dashboard-main-menu:hover {
        color: #369116;
        background: #f5f4f5;
    }

        .seller-dashboard-main-menu.active:hover .dashboard-unread,
        .seller-dashboard-main-menu.active a:hover .dashboard-unread,
        .seller-dashboard-main-menu a:hover .dashboard-unread,
        .seller-dashboard-main-menu:hover .dashboard-unread {
            color: red;
        }

    .seller-dashboard-main-menu.active .dashboard-unread{
        color: white;
        /*background: #369116;*/
    }

.seller-dashboard-sub-menu-box {
    background: #f5f4f5;
    display: none;
    padding-left:11px;
}

.seller-dashboard-sub-menu {
    background: #f5f4f5;
    padding: 2px 0;
    font-size: 13px;
}

    .seller-dashboard-sub-menu a {
        color: #333;
    }

        .seller-dashboard-sub-menu a:hover {
            color: #369116;
        }

    .seller-dashboard-sub-menu.active a {
        font-weight: bold;
    }

.seller-dashboard-main-menu .dashboard-no-text {
    padding: 0 3px;
}

.seller-dashboard-sub-menu .dashboard-no-text {
    padding: 0 5px;
    width:90%;
}

.seller-dashboard-main-menu .dashboard-no,
.seller-dashboard-sub-menu .dashboard-no {
    text-align: center;
    padding: 0;
}

.seller-dashboard-sub-menu .dashboard-no {
    width: 10%;
}

.modal-dashboard-dropdown{
    position:absolute;
    padding:0 !important;
}

.modal-dashboard-dropdown .modal-dialog {
    width: inherit;
    padding:0;
}

.modal-noIndex{
    z-index:2;
}

.modal-dashboard-dropdown .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: none;
    padding-top:8px;
}

.modal-dashboard-dropdown .modal-body {
    /*width: 198px;*/
    padding: 0;
}

.btn-store-merchant {
    color: #fff;
    background: #fcaf17;
    border-radius: 0px;
}

.dashboard-store-box {
    text-align: center;
    background: #fff;
    padding: 10px 0px;
}

    .dashboard-store-box .store-content {
        padding: 15px 0px;
    }

.seller-top-menu{
    padding:0px;
    /*max-width:800px;*/
    text-align:center;
}

.seller-top-menu div:first-child{
    max-width: 800px;
}

.seller-top-sub-menu {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px;
}

.seller-top-sub-menu.most-right {
    border-right: 1px solid #ccc;
    float: right;
}

.new-feature {
    background: url(/res/img/new_feature_btn_label.png) no-repeat;
    background-size: contain;
    border-right: 1px solid #ccc;
    float: right;
}

    .seller-top-sub-menu a {
        color: #333;
        font-weight: bold;
    }

    /*.seller-top-sub-menu:first-child {
        border-left: 1px solid #ccc;
    }*/

    .seller-top-sub-menu:first-child a{
        font-weight:normal;
    }

.label-status {
    margin-bottom: 0;
    font-size: 11px;
    color: #fff;
    padding: 1px 5px 2px 5px;
    vertical-align: 2px;
}

.label-status-active {
    background: #5cb85c;
}

.label-status-warning {
    background: #f0ad4e
}

.label-status-error {
    background: #d9534f
}

.sub-profile{
    width:32%;
    margin-right:2%;
}

.sub-profile:last-child{
    margin-right:0;
}

.seller-dashboard-twobox:first-child{
    width:66%;
}

.seller-dashboard-twobox:last-child {
    width: 32%;
    float:right;
}

.seller-dashboard-twobox .profile-information{
    padding:5px 10px;
}

.seller-dashboard-twobox .seller-campaign{
    display:block;
    color:#999;
    line-height:1;
    font-size:11px;
}

.seller-dashboard-twobox .join-now {
    float: right;
}

.seller-dashboard-twobox .upcoming {
    float: right;
}

.seller-dashboard-twobox .join-now a {
    color: #d7391f;
    text-align: right;
    vertical-align: -30%;
}

.seller-dashboard-twobox .upcoming a {
    color: #FFA500;
    text-align: right;
    vertical-align: -30%;
}

.btn-seller-dashboard {
    background: #8e8e8e;
    color:#fff;
    border-radius:1px;
    float:right;
}

.notice-content{
    padding-left:5px;
    padding-top:1px;
}

.notice-content a {
    color: #333;
}

.third-row-profile-box {
    height: 115px;
    /*white-space:nowrap;*/
    overflow-y: scroll;
}

.notice-content a:hover {
    color: #0076b6;
}

.seller-subtext{
    color:#999;
    font-size:13px;
}

#cancellation-box{
    cursor:pointer;
}

    .cancellation-box .popover.right {
        margin-left: 0px;
        border-radius:1px;
    }

    .cancellation-box .popover-title{
        padding-top:5px;
        padding-bottom:2px;
        border-radius:1px;
        border-bottom:none;
        background:#fff;
    }

    .cancellation-box .popover-content {
        padding-bottom: 5px;
        padding-top: 2px;
    }

.seller-campaign-box {
    margin-bottom: 8px;
}

.seller-campaign-box-name {
    width: 70%;
}

.right-div {
    float: right;
    padding-right: 0px;
}

.font-weight-bold .color-word {
    color: #ff3232;
}

.font-weight-bold {
    font-weight: bold !important;
}

.padding0 {
    padding: 0px;
}

    