@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
    height: 55px;
    word-break: break-all;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'roboto_condensedregular';
    background-color: #fdfaf0;
    position: relative;
}

label, b, strong {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    letter-spacing: 0.03em;
}

label {
    font-size: 13px;
    letter-spacing: 0.03em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'roboto_condensedregular';
}

a {
    color: #2a2a2a;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.3s;
}

    a:hover {
        color: #7d0849;
        text-decoration: none;
    }

.wrap {
    border: 0 none;
    clear: both;
    float: none;
    height: 0;
    line-height: 1px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

img {
    max-width: 100%;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #50062e;
    border-color: #50062e;
}

.btn.focus, .btn:focus {
    border-color: #ccc;
    color: #333;
    background-color: #c0ac72;
}

.contentArea {
    margin-top: 10px;
    min-height: 516px;
    padding-bottom: 30px;
}

tr, td {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

th {
    text-align: center;
}

.drillDown td {
    text-align: left;
}

.grid {
    width: 100%;
    float: left;
}

section {
    width: 100%;
    float: left;
}

* {
    outline: none !important;
}

.modal-header {
    padding: 4px 15px;
}

.close {
    line-height: 28px;
}

.btn-oms {
    background-color: #851753;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}

    .btn-oms:focus,
    .btn-oms:active {
        background-color: #50062e;
        border: none;
        color: #fff;
    }

    .btn-oms:hover {
        background-color: #50062e;
        border-color: #50062e;
        color: #fff;
    }

.btn-oms-sm {
    font-size: 83%;
    line-height: 20px;
    padding-left: 7px;
    padding-right: 7px;
}

.btnRight .btn {
    margin-left: 8px;
    margin-bottom: 8px;
}

.btnLeft .btn {
    margin-right: 8px;
}

    .btnLeft .btn:last-child {
        margin-right: 0px;
    }

.relative {
    position: relative;
}

::-webkit-input-placeholder {
    color: #807148;
}

::-moz-placeholder {
    color: #807148;
}

:-ms-input-placeholder {
    color: #807148;
}

:-moz-placeholder {
    color: #807148;
}

::-moz-placeholder {
    opacity: 1;
}

.form-group {
    margin-bottom: 8px;
}

.form-inline .form-group {
    float: left;
}

#wrapper, body, html {
    width: 100%;
    height: 100%;
    position: relative;
}

#report div.arrow {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin-left: auto;
    margin-right: auto;
}

.checkbox, .radio {
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    margin-bottom: 5px;
}


.imgSlider .item {
    width: 100%;
    height: 304px;
    text-align: center;
}

.imgSlider {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

.editImgSlider {
    background-color: #cccccc;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding-top: 0px;
    width: 100%;
}

.imgSlider img {
    height: 100% !important;
}

.ecSlider .item {
    width: 100%;
    height: 304px;
    text-align: center;
}

.ecSlider {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

.editecSlider {
    background-color: #cccccc;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding-top: 0px;
    width: 100%;
}

.ecSlider img {
    height: 100% !important;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline;
    height: 100%;
    max-width: 100%;
}

.tab-content > .tab-pane {
    padding-top: 6px;
}
/*.filterArea div[class*='col-'] {
  padding-left: 6px;
  padding-right: 6px; 
}*/
.Ultable {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .Ultable li {
        border: 1px solid #e4e4e4;
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 5px 0;
        width: 50%;
        text-align: left;
        padding-left: 10px;
    }


.nav-tabs > li {
    background-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: -1px;
}

.nav-tabs {
    margin-bottom: 15px;
}

    .nav-tabs > li > a {
        border-radius: 0;
        color: #888;
        margin-right: 0;
    }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 213, 168, 1) 0%, rgba(240, 231, 207, 1) 100%) repeat scroll 0 0;
            border-color: #c6b37e;
            color: #333;
        }

    .nav-tabs > li > a {
        border-radius: 0;
        margin-bottom: 0;
    }

        .nav-tabs. > li > a:focus, .nav-tabs > li > a:hover {
            border-bottom-color: #ddd;
        }

    .nav-tabs > li > a, .nav-tabs[class*="bg-"] > li > a {
        border-color: transparent;
    }

    .nav-tabs > li > a {
        border: 1px solid #dbdbdb;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #333;
        margin-left: 2px;
        margin-right: 2px;
        padding: 6px 12px;
        background-color: #eee;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-color: #c6b37e;
        color: #807148;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 213, 168, 1) 0%, rgba(240, 231, 207, 1) 100%) repeat scroll 0 0;
    }

.profile-pic span {
    float: right;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 10px;
}

    .profile-pic span b {
        font-size: 14px;
    }

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control {
    background-color: rgba(213, 213, 213, 0.6);
    bottom: 0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 32px;
    height: 37px;
    left: 0;
    line-height: 20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 42%;
    width: 30px;
    z-index: 15;
}

.tabClose {
    color: #b2b2b2 !important;
    line-height: 11px !important;
    padding: 2px 4px !important;
    position: absolute !important;
    right: 2px !important;
    top: 7px !important;
    font-size: 14px;
}

.tab-content > .tab-pane {
    border-bottom: 1px solid #e4e4e4;
    float: left;
    width: 100%;
    background-color: #fdfbef;
}

.nav-tabs li .result {
    padding-right: 24px !important;
}

.notify li.notifyIcon i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.notify .notifyIcon {
    margin-right: 3px;
}

.page-heading {
    background: #fff;
    float: left;
    margin: 1px 0 0px;
    padding: 0px 30px 0px;
    width: 100%;
    border-bottom: 1px solid #eadfc1;
    position: relative;
}

    .page-heading h1 {
        float: left;
        font-size: 15px;
        font-weight: 300;
        line-height: 32px;
        margin: 0;
        text-transform: none;
        color: #807148;
        line-height: 39px;
    }

        .page-heading h1 a {
            color: #62532a;
        }

            .page-heading h1 a:hover {
                color: #851753;
            }

    .page-heading .custBread {
        float: left;
        font-size: 15px;
        font-weight: 300;
        line-height: 32px;
        margin: 0;
        text-transform: none;
        color: #807148;
        line-height: 39px;
    }

        .page-heading .custBread a {
            color: #62532a;
        }

            .page-heading .custBread a:hover {
                color: #851753;
            }

.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links .badge {
        position: absolute;
        right: 6px;
        top: 11px;
    }

    .navbar-top-links > li {
        float: left;
    }

.dropdown-menu {
    border: 0 none;
    border-radius: 0;
    margin-top: 0;
}

.navbar-top-links > li > a {
    color: #807148;
    letter-spacing: 0.02em;
    line-height: 51px;
    min-height: 50px;
    padding: 0 14px 0 6px;
}

    .navbar-top-links > li > a:hover {
        background: #e2ddcf;
    }

    .navbar-top-links > li > a:focus {
        background: #e2ddcf;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

.navbar-top-links .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    float: left;
}

.notifyIcon ul li a {
    width: 100%;
    float: left;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
    min-width: 0;
    width: 332px;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    left: auto;
    right: 0;
}

.navbar-header .navbar-toggle {
    border: 0 none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    float: none;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
}

    .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #ffffff;
    }

.app-search {
    margin: 0;
    position: relative;
}

    .app-search input {
        margin-bottom: 0px;
    }

    .app-search a {
        color: #807148;
        position: absolute;
        right: 20px;
        top: 14px;
    }

    .app-search .form-control, .app-search .form-control:focus {
        background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        color: #807148;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        height: 51px;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 40px;
        transition: all 0.5s ease-out 0s;
        width: 180px;
    }

        .app-search .form-control:focus {
            width: 280px;
        }

        .app-search .form-control::-moz-placeholder {
            color: #807148;
            opacity: 1;
        }

.nav-small-cap {
    color: #8d9ea7;
    cursor: default;
    font-size: 13px;
    letter-spacing: 0.035em;
    padding: 12px 15px !important;
    pointer-events: none;
}

.profile-pic {
    line-height: 50px;
    padding: 0 20px;
}

    .profile-pic img {
        margin-right: 10px;
        width: 36px;
    }

.profileDetails {
    width: 112px;
}

.drop-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 20px 15px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all 0.5s ease 0s;
}

.navbar-header {
    border: 0 none;
    width: 100%;
}

.navbar-default {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f5f1e6;
}

.top-left-part {
    float: left;
    padding-right: 20px;
    width: auto;
}

    .top-left-part a {
        color: #7d0849;
        font-size: 25px;
        line-height: 50px;
        padding-left: 0px;
        text-transform: none;
        float: left;
    }

.logo i {
    color: #fff;
}

.logotxt strong {
    font-weight: normal;
    float: left;
    font-family: 'roboto_condensedregular';
}

    .logotxt strong:last-child {
        display: none;
    }

#page-wrapper {
    float: left;
    margin: 50px 0 0;
    min-height: 552px;
    padding-bottom: 70px;
    position: relative;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.badge {
    background-color: #ffca4a;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    padding: 3px 5px;
    text-transform: uppercase;
}

.brnGrpCstm {
    width: auto;
    float: left;
}

.centerDiv {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.datePik {
    width: 250px;
    float: left;
    padding-right: 15px;
}

.navbar-top-links .badge {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
}

.badge-info {
    background-color: #d2081b;
}

.badge-xs, .badge-sm {
    transform: translate(0px, -2px);
}

.badge-xs {
    font-size: 11px;
}

.date .input-group-addon {
    cursor: pointer;
}

.dropdown-tasks, .dropdown-alerts {
    padding: 0;
}

.tab-pane .options {
    float: right;
    margin-bottom: 0px;
    margin-top: 2px;
}

.btn-toolbar {
    margin-left: 0;
}

.carousel-caption {
    padding-bottom: 0;
}

    .carousel-caption .btn-gold {
        border: 1px solid #b19d63;
    }

.dropdown-menu > li > a {
    line-height: 25px;
    position: relative;
}

.dropdown-menu li a:focus, .dropdown-menu li a:hover {
    background-color: #9d8b5a;
    color: #fff;
    text-decoration: none;
}

.dropdown-alerts a:hover .text-muted {
    color: #fff;
}

.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .dropdown-menu .divider {
        margin: 1px 0;
    }

    .dropdown-menu > li.unread > a {
        color: #333;
        background-color: #f1f1f1;
    }

        .dropdown-menu > li.unread > a:hover {
            background-color: #9d8b5a;
            color: #fff;
        }

            .dropdown-menu > li.unread > a:hover .text-muted {
                color: #fff;
            }

        .dropdown-menu > li.unread > a div {
            font-family: 'roboto_condensedbold';
        }

.dropdown-tasks li a, .dropdown-alerts li a, .mailbox li > a {
    padding: 3px 10px;
    font-size: 13px;
}

.dropdown-alerts > li > a {
    line-height: 22px;
}

.dropdown-tasks li.divider, .dropdown-alerts li.divider {
    margin: 0;
}

.navbar-top-links .dropdown-alerts {
    max-height: 300px;
    min-width: 0;
    overflow-y: auto;
    width: 362px;
}


.omsIcon {
    /*background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;*/
    border: 2px solid #b89f52;
    border-radius: 50%;
    display: table;
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    width: 40px;
}

    .omsIcon img {
        max-width: 100%;
        float: left;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.infoColor {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-left: 25px;
    padding-left: 18px;
    position: relative;
    width: auto;
}

    .infoColor .planogram-upload-duplicate,
    .infoColor .activeDesign,
    .infoColor .inactiveDesign,
    .infoColor .bg-primary,
    .infoColor .bg-success,
    .infoColor .ro-report-bg-black,
    .infoColor .ro-report-bg-red,
    .infoColor .ro-report-bg-yellow,
    .infoColor .ro-report-bg-green,
    .infoColor .ro-report-bg-blue,
    .infoColor .genericInfo,
    .infoColor .due,
    .infoColor .ppsPushed,
    .infoColor .dueNear,
    .infoColor .rejctd,
    .infoColor .shipped,
    .infoColor .solitaire,
    .infoColor .other-buffer-loc,
    .infoColor .ordertypeSO,
    .infoColor .ordertypeCD,
    .infoColor .ordertypeLO,
    .infoColor .cdRequest,
    .infoColor .rmGenerated,
    .infoColor .matchingset,
    .infoColor .matchingorder,
    .infoColor .pairquantity,
    .infoColor .samedesign,
    .infoColor .ioOrder,
    .infoColor .planogram-upload-failed,
    .infoColor .planogram-upload-duplicate,
    .infoColor .planogram-upload-success,
    .infoColor .design-upload-failed,
    .infoColor .design-upload-duplicate,
    .infoColor .design-upload-exist,
    .infoColor .design-upload-success,
    .infoColor .design-upload-error,
    .infoColor .design-upload-all,
    .infoColor .pinklabel,
    .infoColor .greylabel,
    .infoColor .redlabel,
    .infoColor .blacklabel,
    .infoColor .yellowlabel,
    .infoColor .greenlabel,
    .infoColor .graylabel,
    .infoColor .bluelabel,
    .infoColor .lightbluelabel,
    .infoColor .darkRedlabel,
    .infoColor .orangelabel,
    .infoColor .lightorangelabel,
    .infoColor .roselabel,
    .infoColor .spn-ro-enabled-planogram,
    .infoColor .spn-live-stock-available-planogram,
    .infoColor .openRequest,
    .infoColor .earlierDate,
    .infoColor .dueNearRequest,
    .infoColor .dueOrders,
    .infoColor .orderPipeline,
    .infoColor .dueDateMissing,
    .infoColor .spn-fm-enabled-planogram {
        height: 17px;
        left: -5px;
        position: absolute;
        top: -1px;
        width: 17px;
        border-radius: 50%;
    }

    .infoColor .mrGenerated {
        height: 17px;
        left: -5px;
        position: absolute;
        top: -1;
        width: 17px;
        border-radius: 50%;
    }


    .infoColor .design-upload-failed {
        background-color: #f5a2a2;
    }

    .infoColor .design-upload-duplicate {
        background-color: #efefa5;
    }

    .infoColor .design-upload-exist {
        background-color: #a5efef;
    }

    .infoColor .design-upload-success {
        background-color: #b9ffcd;
    }

    .infoColor .design-upload-error {
        background-color: #f5a2a2;
    }
    .infoColor .design-upload-all {
        background-color: #ede7d8;
    }
.design-upload-failed td {
    background-color: #f5a2a2;
}

.design-upload-duplicate td {
    background-color: #efefa5;
}

.design-upload-exist td {
    background-color: #a5efef;
}

.design-upload-success td {
    background-color: #b9ffcd;
}

.design-upload-error td {
    background-color: #f5a2a2;
}
.design-upload-all td {
    background-color: #ede7d8;
}

.infoColor .design-all {
    background-color: #ede7d8;
}
    .infoColor .bg-primary {
        background-color: #337ab7;
    }

.infoColor .due {
    background-color: #f09b9b;
}

.infoColor .ppsPushed {
    background-color: #0c6abb;
}
.ppsPushedTd {
    background-color: #0c6abb !important;
}

.infoColor .dueNear {
    background-color: #d695ef;
}

.infoColor .rejctd {
    background-color: #F76666;
}

.infoColor .shipped {
    background-color: #b9ffcd;
}

.infoColor .bg-success {
    background-color: #dff0d8;
}

.infoColor .ioOrder {
    background-color: #0bbdf7;
}

.infoColor .genericInfo {
    background-color: #3bb990;
}

.infoColor .solitaire {
    background-color: #b3d9ff;
}

.infoColor .other-buffer-loc {
    background-color: #f5aaaa96;
}

.infoColor .matchingset {
    background-color: #e8f7d2;
}

.infoColor .pairquantity {
    background-color: #ffdad9;
}

.infoColor .samedesign {
    background-color: #ffc107;
}

.infoColor .dueDateMissing {
    background-color: #b9acac;
}

.infoColor .mrGenerated {
    background-color: #eefc2b;
}

.infoColor .matchingorder {
    background-color: #fcf0b1;
}

.infoColor .greylabel {
    background-color: #544e4e !important;
}

.infoColor .pinklabel {
    background-color: #db6161 !important;
}

.infoColor .blacklabel {
    background-color: #544e4e !important;
}

.infoColor .redlabel {
    background-color: #db6161 !important;
}

.infoColor .yellowlabel {
    background-color: #ffc107 !important;
}

.infoColor .greenlabel {
    background-color: #33a754 !important;
}
.infoColor .graylabel {
    background-color: #808080 !important;
}
.infoColor .bluelabel {
    background-color: #4848de !important;
}

.infoColor .lightbluelabel {
    background-color: #33CEFF;
}

.infoColor .darkRedlabel {
    background-color: #FF3361 !important;
}

.infoColor .orangelabel {
    background-color: #FF7733 !important;
}
.infoColor .lightorangelabel {
    background-color: #FFDBBB !important;
}
.infoColor .roselabel {
    background-color: #FF33FC !important;
}



.infoColor .spn-ro-enabled-planogram {
    background-color: #a7adf1 !important;
}

.infoColor .live-stock {
    background-color: #55cd55 !important;
}

.infoColor .openRequest {
    background-color: #c5c5ea;
}

.infoColor .earlierDate {
    background-color: #fcf0b1;
}

.infoColor .dueNearRequest {
    background-color: #edf764;
}

.infoColor .dueOrders {
    background-color: #f09b9b;
}

.infoColor .activeDesign {
    background-color: #a0e389;
}

.infoColor .inactiveDesign {
    background-color: #f6c4a2;
}

.infoColor .planogram-upload-duplicate {
    background-color: #efefa5;
}

.openRequestTd {
    background-color: #c5c5ea !important;
}

.earlyRequestTd {
    background-color: #fcf0b1 !important;
}

.nearDueRequestTd {
    background-color: #edf764 !important;
}

.overDueRequestTd {
    background-color: #f09b9b !important;
}

.ordertypeLO {
    background-color: #9ba3d7 !important;
}

.orderPipeline {
    background-color: #e28743 !important;
}

.rmGenerated {
    background-color: #eefc2b !important;
}

.cdRequest {
    background-color: #b9e693 !important;
}

.infoColor .spn-live-stock-available-planogram {
    background-color: #55cd55 !important;
}
.infoColor .spn-fm-enabled-planogram {
    background-color: darkorange !important;
}

li.active a.tabClose {
    color: #b56e96 !important;
}

a.tabClose {
    cursor: pointer !important;
}

    a.tabClose:hover {
        color: #000 !important;
    }

li.active a.tabClose:hover {
    color: #fff !important;
}



.btn {
    padding: 4px 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px 5px;
}

.Result-for {
    font-size: 16px;
    position: absolute;
    top: -13px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 51%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 51%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 51%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}

.filter_detaisl_ul {
    padding: 13px 0px 4px 15px;
    margin: 7px 0px 10px 0px;
    float: left;
    width: 100%;
    background: #fafafa;
    border: 1px solid #eaeaea;
    position: relative
}

    .filter_detaisl_ul li {
        float: left;
        list-style: none;
        width: 20%;
        padding-bottom: 3px;
        font-weight: 400;
        font-size: 13px;
    }

        .filter_detaisl_ul li p {
            float: left;
            width: 50%;
            margin: 0px;
            padding: 0px;
        }

            .filter_detaisl_ul li p i {
                font-style: normal;
                text-align: right;
                float: right;
                margin-left: 2px;
                font-weight: 600;
            }

        .filter_detaisl_ul li span {
            float: left;
            margin-left: 5px
        }

.oms-btn-one {
    padding: 0px;
    margin: 0px;
    float: left;
}

    .oms-btn-one li {
        float: left;
        list-style: none;
        margin-bottom: 3px;
        text-align: center;
        margin-right: 10px
    }

.btnTpethree {
    background: #f6f6f6;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding: 1px 12px 2px 12px;
    color: #333;
    font-size: 13px;
}

    .btnTpethree:hover {
        background: #ffffff;
        border: 1px solid #d9d9d9;
        text-decoration: none
    }

.options-two {
    float: left;
    width: 100%;
    margin-top: 7px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 4px 10px 4px 10px;
    border-bottom: none;
}

.page-limit {
    float: left;
}

.page-limit-right {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.page-limit select {
    width: 60px;
    float: left;
    height: 24px;
    padding: 0px 3px;
    line-height: 10px
}

.page-limit p {
    float: left;
    margin: 0px 3px 0px 0px;
}

.select-orders {
    float: left;
    margin-top: 1px;
}

    .select-orders .order-check {
        float: left;
        margin-left: 15px;
    }

.order-check label {
    font-weight: 400;
    margin-bottom: 0px;
}

    .order-check label span {
        float: right;
        margin-left: 3px;
        margin-top: 0;
    }

.expand {
    float: right;
}

    .expand i {
        padding: 5px 7px;
        border-radius: 3px;
        color: #000 font-size:12px; /* background:#333; color:#fff;*/
        cursor: pointer
    }

        .expand i:hover {
            color: #666
        }

.page-area {
    width: auto;
    min-width: 100px;
    margin: auto;
    display: table;
}

.page-area-right {
    width: auto;
    min-width: 100px;
    margin: auto;
    float: right;
    padding-right: 5px;
}

.pagination > li > a, .pagination > li > span {
    padding: 2px 10px;
}

.sort {
    width: 9px;
    margin-left: 3px;
    display: none
}

.result {
    position: relative
}

    .result button {
        margin-left: 5px;
        color: #999;
        text-shadow: none;
        position: absolute;
        right: 6px;
        top: 4px;
        opacity: 1
    }

.rec {
    background: #f6f6f6;
    color: #999;
    border: 1px solid #d5d5d5;
    padding: 2px 7px;
    margin-top: 2px
}

    .rec:hover {
        background: #ffffff;
        border: 1px solid #d9d9d9;
        text-decoration: none
    }

.chartImg img {
    width: 100%;
}

.arrowIconArea {
    background-color: #dcdcdc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 3px;
    top: -5px;
    width: 20px;
    z-index: 10;
}

.arrowIconDown:after {
    position: absolute;
    content: "\f107";
    font-size: 15px;
    color: #000;
    font-family: 'FontAwesome';
    right: 5px;
}

.arrowIconUp:after {
    position: absolute;
    content: "\f106";
    font-size: 15px;
    color: #000;
    font-family: 'FontAwesome';
    right: 5px;
    top: -2px;
}

.mainMenu.navbar-top-links > li > a {
    color: #807148;
    line-height: 40px;
    min-height: auto;
    padding: 0px;
}

.mainMenu.navbar-top-links li:last-child {
    margin-right: 0px;
}

.mainMenu.navbar-top-links li {
    margin-left: 15px;
}

.mainMenu.navbar-top-links > li > a:hover {
    background: transparent;
    color: #7d0849;
}

.navbar-static-top {
    border-width: 0px;
    border-bottom: 1px solid #eadfc1;
}

html {
    height: 100%;
}

body#login {
    background-image: url(../images/bg-new.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    height: 100%;
}

ul.notify {
    float: right;
}






.loginBoxArea {
    min-height: 480px;
}






/*Main navigation*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    float: right;
    width: auto;
}

    #cssmenu > ul > li {
        float: left;
        margin-left: 15px;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        color: #807148;
        line-height: 40px;
        min-height: auto;
        padding: 0;
    }

    #cssmenu > ul > li:hover > a {
        background: transparent;
        color: #7d0849;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 13px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 19px;
            right: 0px;
            width: 8px;
            height: 2px;
            display: block;
            background: #b8a160;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 16px;
            right: 3px;
            display: block;
            width: 2px;
            height: 8px;
            background: #b8a160;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu > ul > li.dashboardLi.has-sub > a:after {
        top: 12px;
        right: 1px;
    }

    #cssmenu > ul > li.dashboardLi.has-sub > a:before {
        top: 9px;
        right: 4px;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        z-index: 189;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        right: 0px;
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        background: #d1bf8d none repeat scroll 0 0;
        border-bottom: 1px solid #b09d6a;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        padding: 9px 11px;
        text-align: left;
        text-decoration: none;
        width: 170px;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }
/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/

@media all and (max-width: 1150px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1152px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1152px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1152px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1152px), only screen and (min-resolution: 192dpi) and (max-width: 1152px), only screen and (min-resolution: 2dppx) and (max-width: 1152px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            background-color: #1e1e1e;
            display: none;
            width: 100%;
            transition-duration: 0.3s;
            padding-left: 15px;
            padding-right: 15px;
        }

            #cssmenu ul ul {
                background-color: #806f41;
            }

                #cssmenu ul ul ul {
                    background-color: #474747;
                }

                    #cssmenu ul ul ul ul {
                        background-color: #5b5b5b;
                    }

                        #cssmenu ul ul ul ul ul {
                            background-color: #727272;
                        }

                        #cssmenu ul ul ul ul li {
                            border-top: 1px solid rgba(120, 120, 120, 1);
                            width: 100%;
                        }

                            #cssmenu ul ul ul ul li .submenu-button {
                                border-left: 1px solid rgba(120, 120, 120, 1);
                            }

                        #cssmenu ul ul ul ul ul li {
                            border-top: 1px solid rgba(255, 255, 255, 0.3);
                            width: 100%;
                        }

                            #cssmenu ul ul ul ul ul li .submenu-button {
                                border-left: 1px solid rgba(255, 255, 255, 0.3);
                            }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid #837244;
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: #806f41;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
            background-color: #65562d;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 20px;
                right: 2px;
                display: block;
                height: 8px;
                width: 20px;
                border-top: 2px solid #c3b07d;
                border-bottom: 2px solid #c3b07d;
                content: '';
                transition-duration: 0.3s;
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 14px;
                right: 2px;
                display: block;
                height: 2px;
                width: 20px;
                background: #c3b07d;
                content: '';
                transition-duration: 0.3s;
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                transition-duration: 0.3s;
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                transition-duration: 0.3s;
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.8);
            height: 40px;
            width: 40px;
            cursor: pointer;
            background-color: #65562d;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 20px;
            right: 14px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 17px;
            right: 17px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }

        #cssmenu ul ul ul ul li a {
            padding-left: 45px;
        }

        #cssmenu ul ul ul ul ul li a {
            padding-left: 55px;
        }
}









.mainMenu li a {
    line-height: 30px;
}

#cssmenu li.dashboardLi a {
    /*background-color: #807148;*/
    border-radius: 3px;
    line-height: 27px;
    margin-top: 5px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #c6b37e;
    color: #807148;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 213, 168, 1) 0%, rgba(240, 231, 207, 1) 100%) repeat scroll 0 0;
}

    #cssmenu li.dashboardLi a:hover {
        color: #807148;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(240, 231, 207, 1) 0%, rgba(229, 213, 168, 1) 100%) repeat scroll 0 0;
    }

#cssmenu i {
    margin-right: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #c6b37e;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li.active {
            margin-bottom: -1px;
        }


@media screen and (max-width: 1150px) {
    /*#cssmenu{
  width: 20%;
  float: right;
  position: relative;
}*/
    #cssmenu > ul > li {
        margin-left: 0px;
    }

    #cssmenu {
        float: right;
        margin-top: -40px;
        position: relative;
        right: 0;
        width: 100%;
        z-index: 11;
    }

    .page-heading h1 {
        z-index: 192;
    }

    #cssmenu #menu-button {
        float: right;
    }

    #cssmenu ul {
        width: 100%;
        position: absolute;
        top: 30px;
        z-index: 153;
        transition-duration: 0.3s;
    }

    #cssmenu > ul > li {
        margin-left: 0px;
    }

    #cssmenu ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #cssmenu ul ul li a {
        padding-right: 10px;
        padding-left: 20px;
    }

    #cssmenu li.dashboardLi a {
        margin-top: 0px;
    }

    #cssmenu > ul > li:hover > a {
        background-color: #c3b07d;
        color: #333;
    }

    #cssmenu #menu-button.menu-opened::before {
        background: #333 none repeat scroll 0 0;
    }

    #cssmenu #menu-button.menu-opened::after {
        background: #333 none repeat scroll 0 0;
    }

    .arrowIconArea {
        right: 9px;
        top: -4px;
    }

    #cssmenu ul {
        top: 41px;
    }

        #cssmenu ul ul {
            top: 0px;
        }

    #cssmenu li.dashboardLi a {
        border-radius: 0px;
        line-height: 33px;
    }

    #cssmenu > ul > li > a {
        color: #fff;
    }

    #cssmenu ul {
        background-color: #a6935f;
        height: 192px;
        overflow-y: auto;
    }

        #cssmenu ul ul {
            height: auto;
            padding-right: 0px;
            padding-left: 0px;
        }
}
/*1150*/


.goldBarImg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.bgPrimaryTd {
    background-color: #337ab7 !important;
}

.pipelineTd {
    border: solid thick;
    border-color: #e28743 !important;
}

.dueTd {
    background-color: #fc9a99 !important;
}

.duplicatePlanogramTd {
    background-color: #efefa5 !important;
}

.dueNearTd {
    background-color: #f0cdfd !important;
}

.completedTr {
    background-color: #000000;
}

.rejctdTD {
    background-color: #a90114 !important;
    color: #fff !important;
}

.shiipedTd {
    background-color: #b9ffcd !important;
}

.parshiipedTd {
    background-color: #238f23 !important;
}

.ioOrderTD {
    background-color: #0bbdf7 !important;
}

.genericTd {
    border: solid thick;
    border-color: #3bb990;
}

.solitaireTD {
    background-color: #b3d9ff !important;
}

.matchingsetTD {
    background-color: #e8f7d2 !important;
}

.pairqtytd {
    background-color: #ffdad9 !important;
}

.sameDesignTD {
    background-color: #ffc107 !important;
}

.matchingorderTD {
    background-color: #fcf0b1 !important;
}

.tr-other-buffer-loc {
    background-color: #f5aaaa96 !important;
}

.dueDateMissingTd {
    background-color: #b9acac !important;
}

.greyTD {
    background-color: #b9acac !important;
}

.pinkTD {
    background-color: #ffdad9 !important;
}

.yellowTD {
    background-color: #fcf0b1 !important;
}

.greenTD {
    background-color: #e8f7d2 !important;
}

.blueTD {
    background-color: #f0cdfd !important;
}

.tr-ro-enabled-planogram {
    background-color: #a7adf1 !important;
}

.tr-live-stock-available-planogram {
    background-color: #55cd55 !important;
}
.tr-fm-enabled-planogram {
    background-color: darkorange !important;
}

.drillTable > tbody > tr > td, .drillTable > tbody > tr > th, .drillTable > tfoot > tr > td, .drillTable > tfoot > tr > th, .drillTable > thead > tr > td, .drillTable > thead > tr > th {
    padding: 5px;
    text-align: left;
}

.drillTable {
    margin-top: 5px;
}

.hiddenRow {
    padding: 0 !important;
    border-top-color: #fdfaf0 !important;
    border-bottom-color: #fdfaf0 !important;
}

    .hiddenRow .accordian-body {
        border-bottom: 1px solid #ddd;
    }

    .hiddenRow > table > tbody > tr > td {
        border: none !important;
    }

    .hiddenRow table {
        margin-bottom: 0px !important;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c2b080;
    border-color: #c2b080;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a, .pagination > li > span {
    color: #a99869;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #333;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a {
    line-height: 17px;
    min-height: 26px;
}


/*Cart*/
.product-grid .image {
    display: block;
}

.product-grid .description {
    overflow: hidden;
    display: none;
}

.product-grid .rating {
    display: block;
    height: 13px;
    margin-bottom: 10px;
}

.product-list .price, .product-grid .price {
    display: block;
}

.cart-button .cart {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.product-list .price-tax {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #2f2f2f;
    display: block;
}

.product-grid .price-old {
    text-decoration: line-through;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .price-old {
    font-weight: normal;
}

.product-grid .cart {
    float: left;
}

.content-border h2 {
    margin-bottom: 30px;
}

.content-border {
    border: 1px solid #ccc;
    padding: 30px 40px;
    margin-bottom: 30px;
}

#compare {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#full_gallery {
    display: none;
    max-width: 270px;
    position: relative;
}

    #full_gallery .prev {
        left: 0
    }

    #full_gallery .next {
        right: 0
    }

        #full_gallery .prev:hover,
        #full_gallery .next:hover {
            color: #000
        }

    #full_gallery .prev, #full_gallery .next {
        color: #7e7e7e;
        font-size: 19px;
        position: absolute;
        top: 50%;
        margin-top: -23px;
    }

.bx-controls-direction a.bx-prev {
    margin-left: -10px;
}

.bx-controls-direction a.bx-next {
    margin-right: -10px;
}

.product-info {
    padding-bottom: 7px;
    margin-top: 20px;
}

    .product-info h1.view {
        display: none;
    }

    .product-info h1 {
        margin-bottom: 0px;
        padding-bottom: 6px;
    }

    .product-info .left {
        position: relative;
        z-index: 5;
        margin-bottom: 20px;
        padding-left: 38px;
    }

    .product-info .image {
        float: left;
        width: 100%;
        max-width: 270px;
        max-height: 424px;
        height: 100%;
        margin-bottom: 7px;
        background-color: #fff;
    }

    .product-info .image-additional {
        overflow: hidden;
        max-width: 270px;
        position: relative;
        clear: both;
        padding: 0 20px;
    }

        .product-info .image-additional li {
            float: left;
            max-width: 70px;
        }

            .product-info .image-additional li.last {
                margin-right: 0;
            }

        .product-info .image-additional img {
            background: #fff;
        }

#zoom1 img {
    background: #fff;
}

.product-info .image-additional a {
    display: block;
    text-align: center;
    border: 1px solid #eadfc1;
    height: 70px;
}

    .product-info .image-additional a img {
        max-height: 100%;
        display: inline;
        min-height: 68px;
        float: none;
    }

    .product-info .image-additional a:hover {
        border-color: #851753;
    }


@media only screen and (min-width: 320px) and (max-width: 640px) {
    #full_gallery {
        display: block;
    }

    #default_gallery {
        display: none;
    }
}

@media (max-width: 767px) {

    #full_gallery {
        display: block;
        margin: 0 auto;
        max-width: 270px;
    }

    #default_gallery {
        display: none;
    }

    /* swipe menu */
    .swipe-control i {
        font-size: 26px;
        color: #fff;
        line-height: 50px;
    }

    .swipe-control:hover i {
        text-decoration: none;
    }

    .swipe-control {
        display: block;
        height: 50px;
        width: 64px;
        z-index: 100;
        text-align: center;
        border-right: 1px solid #000;
        float: left;
    }
}

.productsArea {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.prodContainer {
    float: left;
    width: 100%;
    border: 1px solid #eadfc1;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.prodContainerGeneric {
    float: left;
    width: 100%;
    border: 1px solid #840c00 !important;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.productsArea li {
    display: inline-block;
    height: auto;
    padding: 10px;
    margin: 0px;
    position: relative;
    min-height: 200px;
    transition-duration: 0.3s;
}

.prodContainer:hover {
    border-color: #851753;
}

.prodContainer .prodImg {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    transition-duration: 0.3s;
    padding-bottom: 98px;
}

    .prodContainer .prodImg a {
        transition-duration: 0.3s;
        height: 192px;
        width: 100%;
        float: left;
        text-align: center;
    }

        .prodContainer .prodImg a img {
            transition-duration: 0.3s;
            min-height: 192px;
            max-height: 100%;
            max-width: 100%;
        }

        .prodContainer .prodImg a:hover {
            opacity: 0.6;
            cursor: pointer;
        }

.prodContent {
    /*position: relative;
    z-index: 5;
    float: left;
    width: 100%;*/
    bottom: 0;
    float: left;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.prodContainer .prodInner {
    background-color: #f7f7f7;
    border-top: 1px solid #eadfc1;
    float: left;
    min-height: 100px;
    padding: 10px 0;
    transform: translateY(0px);
    transition-duration: 0.3s;
    width: 100%;
}

.prodContainer .prodInnerGeneric {
    background-color: #3bb990;
    border-top: 1px solid #eadfc1;
    float: left;
    min-height: 100px;
    padding: 10px 0;
    transform: translateY(0px);
    transition-duration: 0.3s;
    width: 100%;
}

.prodContainer .prodInnerFMD {
    background-color: #eba5a5;
    border-top: 1px solid #eadfc1;
    float: left;
    min-height: 100px;
    padding: 10px 0;
    transform: translateY(0px);
    transition-duration: 0.3s;
    width: 100%;
}

.prodContainer:hover .prodInner {
    transform: translateY(-30px);
    background-color: #eee;
}

.prodContainer .prodInnerTwo {
    background-color: #f7f7f7;
    padding: 10px 0;
    transform: translateY(0px);
    transition-duration: 0.3s;
    width: 100%;
    float: left;
    border-top: 1px solid #eadfc1;
}

.prodContainer:hover .prodSimilarWrap .prodInner {
    transform: translateY(-60px);
    background-color: #eee;
}

.productsArea li:hover .simlilarProdLink {
    background-color: #eee;
}

.prodContainer .prodTitle {
    font-size: 14px;
    margin-bottom: 5px;
}

    .prodContainer .prodTitle span {
        width: 100%;
        float: left;
    }

        .prodContainer .prodTitle span.value {
            width: auto;
            float: none;
        }

.prodContainer .prodAction {
    bottom: 0;
    font-size: 13px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition-duration: 0.3s;
    width: 100%;
}

.prodContainer .prodActionTwo {
    font-size: 13px;
    transition-duration: 0.3s;
    width: 100%;
    float: left;
}

    .prodContainer .prodAction a,
    .prodContainer .prodActionTwo a,
    .prodContainer .prodAction .btn-cart,
    .prodContainer .prodActionTwo .btn-cart {
        width: 50%;
        color: #fff;
        float: left;
        line-height: 36px;
        height: 36px;
        text-align: center;
        border: none;
        padding-right: 0px;
        padding-left: 0px;
        border-radius: 0px;
    }

    .prodContainer .prodAction a,
    .prodContainer .prodActionTwo a {
        border-right: 1px solid #f7f7f7;
        background-color: #851753;
    }

    .prodContainer .prodAction .btn-cart,
    .prodContainer .prodActionTwo .btn-cart {
        background-color: #590734;
    }

        .prodContainer .prodAction a:hover,
        .prodContainer .prodActionTwo a:hover,
        .prodContainer .prodAction .btn-cart:hover,
        .prodContainer .prodActionTwo .btn-cart:hover {
            background-color: #dccb9c;
            color: #000;
        }

.prodAction .btn-cart i {
    font-size: 14px;
}

.prodContainer:hover .prodAction {
    opacity: 1;
}

.prodContainer .line {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: block;
    height: 4px;
    margin-bottom: 6px;
}

.simlilarProdLink {
    /*background-color: #f7f7f7;*/
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

    .simlilarProdLink a {
        background-color: #dccb9c !important;
        border: 1px solid #c6b37e !important;
        color: #333 !important;
        float: none !important;
        font-size: 13px !important;
        height: 32px !important;
        line-height: 32px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 2px 5px !important;
        text-align: center !important;
        width: auto !important;
    }

        .simlilarProdLink a:hover {
            background-color: #f3e2b3 !important;
        }

.prodContainer .smallProdImg {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    transition-duration: 0.3s;
}

    .prodContainer .smallProdImg a {
        transition-duration: 0.3s;
        height: 68px;
        width: 100%;
        float: left;
        text-align: center;
    }

        .prodContainer .smallProdImg a img {
            transition-duration: 0.3s;
            min-height: 68px;
            max-height: 100%;
            max-width: 100%;
            transition-duration: 0.3s;
            width: auto;
            float: none;
            display: inline;
        }



    .prodContainer .smallProdImg img:hover {
        opacity: 0.6;
        cursor: pointer;
    }

.prodContainer .smallprodInner {
    background-color: #f7f7f7;
    border-top: 1px solid #eadfc1;
    display: table;
    float: left;
    height: 25px;
    padding: 5px 0;
    width: 100%;
}

.prodContainer .smallprodTitle {
    display: table-cell;
    font-size: 11px;
    margin-bottom: 5px;
    vertical-align: middle;
}

    .prodContainer .smallprodTitle span {
        width: 100%;
        float: left;
    }

        .prodContainer .smallprodTitle span.value {
            width: auto;
            float: none;
        }

.prodContainer .smallprodAction {
    font-size: 13px;
    width: 100%;
    transform: translateY(30px);
    transition-duration: 0.3s;
    position: absolute;
    top: 0px;
    opacity: 0;
}

.prodContainer:hover .smallprodAction {
    transform: translateY(-65px); /* changed by pravi for matching set pre value 24 */
    opacity: 1;
}

.prodContainer .smallprodAction a {
    width: 100%;
    background-color: #851753;
    color: #fff;
    float: left;
    line-height: 24px;
    height: 24px;
    text-align: center;
    border: none;
    padding-right: 0px;
    padding-left: 0px;
}

.prodContainer .smallprodAction a {
    border-right: 1px solid #590734;
}

    .prodContainer .smallprodAction a:hover {
        background-color: #590734;
        color: #fff;
    }





@media (min-width: 480px) {
    .productsArea li {
        width: 100%;
    }

    .hierarchyImages li {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .productsArea li {
        width: 50%;
    }

    .hierarchyImages li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .productsArea li {
        width: 33.33333333333333%;
    }

    .hierarchyImages li {
        width: 33.33333333333333%;
    }
}

@media (min-width: 992px) {
    .productsArea li {
        width: 25%;
    }

    .hierarchyImages li {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .productsArea li {
        width: 16.666666666666664%;
    }
}

/*Ipad*/
@media (min-width: 768px) {

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/*Cart like page*/
.product-info {
    padding-bottom: 7px;
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
}

    .product-info h1.view {
        display: none;
    }

    .product-info h1 {
        margin-bottom: 0px;
        padding-bottom: 6px;
        margin-top: 0;
        color: #851753;
        position: relative;
    }

        .product-info h1:after {
            background-color: #853751;
            bottom: -7px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 40px;
        }

.lefti {
    margin-right: 5px;
}

.righti {
    margin-left: 5px;
}

.product-info .left {
    margin-bottom: 20px;
    padding: 0px 0px 5px;
    z-index: 5;
    border: 1px solid #eadfc1;
    overflow: hidden;
}

.product-info .image {
    float: left;
    width: 100%;
    max-width: 100%;
    max-height: 356px;
    height: 100%;
    margin-bottom: 7px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.zoomWrapper {
    position: relative;
    text-align: center;
    max-height: 356px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .zoomWrapper img {
        display: inline;
        max-height: 100%;
        position: relative !important;
    }

.product-info .image-additional {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    clear: both;
    padding: 0 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .product-info .image-additional .bx-wrapper {
        margin-bottom: 0px;
    }

    .product-info .image-additional li {
        float: left;
        max-width: 70px;
    }

        .product-info .image-additional li.last {
            margin-right: 0;
        }

    .product-info .image-additional img {
        background: #fff;
    }

.prod_detail {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.product-info .description .product-section {
    color: #2f2f2f;
    float: left;
    line-height: 24px;
    margin-bottom: 30px;
    width: 100%;
}

.product-section .one {
    float: left;
    height: auto;
    margin-top: 16px;
    width: 100%;
}

.product-section .two {
    float: left;
    height: auto;
    margin-top: 0px;
    width: 100%;
}

.product-info .addCart {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #2f2f2f;
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 0 0;
    width: 100%;
    margin-top: 2px;
}

.prod_detail_td_one {
    color: #777;
}

.product-section .one > table,
.product-section .two > table {
    width: 48%;
    float: left;
}

.product-section .one table:first-child,
.product-section .two table:first-child {
    margin-right: 3%;
    position: relative;
}

    .product-section .one table:first-child:after,
    .product-section .two table:first-child:after {
        background-color: #ccc;
        content: "";
        height: 95%;
        position: absolute;
        right: -8px;
        top: 4%;
        width: 1px;
    }

.product-section .one td,
.product-section .two td {
    padding-bottom: 2px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: left;
}

.product-section .one tr td:first-child,
.product-section .two tr td:first-child {
    width: 42%;
}

.product-section .one tr td.column,
.product-section .two tr td.column,
.thChk {
    width: 10px;
}

.btn-cart {
    width: auto;
    background-color: #851753;
    color: #fff;
    float: left;
    line-height: 36px;
    text-align: center;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
}

    .btn-cart:hover {
        background-color: #590734;
        color: #fff;
    }

.btn-green {
    background-color: #5cb85c;
}

    .btn-green:hover {
        background-color: #449d44;
    }

.btn-gold {
    background-color: #ceba80;
    border: medium none;
    border-radius: 3px;
    color: #fff;
}

.btn-gold-sm {
    font-size: 83%;
    line-height: 20px;
    padding-left: 7px;
    padding-right: 7px;
}

.btn-gold:hover {
    background-color: #b29a59;
    color: #fff;
}

td .btn-gold {
    float: none;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -16px;
}

.btn-group button {
    margin-left: 10px;
}

    .btn-group button:first-child {
        margin-left: 0px;
    }

.backtoprod {
    float: left;
}

    .backtoprod a {
        color: #c5ad69;
        font-size: 16px;
        line-height: 25px;
    }

        .backtoprod a:hover {
            color: #851753;
        }

.viewMoreProd {
    float: right;
    margin-right: 10px;
}

    .viewMoreProd a {
        color: #c5ad69;
        font-size: 14px;
        line-height: 36px;
    }

        .viewMoreProd a:hover {
            color: #851753;
        }

        .backtoprod a i,
        .viewMoreProd a i {
            vertical-align: middle;
        }

.zoomContainer {
    margin-top: -1px !important;
    height: 300px !important;
    z-index: 125;
}

.similarProds {
    padding-bottom: 30px;
    padding-top: 10px;
}

    .similarProds .prodContainer .prodImg a {
        height: 174px;
    }

        .similarProds .prodContainer .prodImg a img {
            min-height: 174px;
        }

.similarProdctsSlide {
    width: 16.66666667%;
    float: left;
    padding-right: 5px;
    margin-bottom: 15px;
    padding-left: 5px;
}



.prodContainer:hover .prodInner {
    transform: translateY(-36px);
    background-color: #eee;
}

.similarProds h3 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #807148;
}

    .similarProds h3:after {
        background-color: #c9a74b;
        bottom: -7px;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        right: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
    }

#footer-section {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: fixed;
    bottom: 0px;
    z-index: 135;
}

.footerBtm {
    background-color: #b8a160;
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 8px 0 8px;
    color: #fff;
}

.footerMarq {
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    float: left;
}

footer .copyright {
    float: left;
    width: auto;
    width: 100%;
    text-align: center;
}

.dividerLine {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dividerLineDouble {
    height: 4px;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contentHeading {
    width: 100%;
    text-align: center;
    float: left;
}

    .contentHeading h3 {
        display: table;
        float: none;
        font-size: 18px;
        margin: 6px auto 6px;
        width: auto;
    }

    .contentHeading .btmBrdr {
        background-color: #853751;
        height: 2px;
        width: 40px;
        margin-left: auto;
        margin-right: auto;
        display: table;
        margin-bottom: 15px;
    }

.halfWidCont.leftDivider:before {
    background-color: #ccc;
    content: "";
    height: 89%;
    position: absolute;
    left: -2px;
    top: 4%;
    width: 1px;
}












/*Product Detail*/


.checkAvlblty {
    float: right;
    height: auto;
    width: 238px;
    position: relative;
}


    .checkAvlblty span {
        float: left;
        font-size: 14px;
        margin-bottom: 6px;
        margin-top: 5px;
        text-align: left;
        width: 100%;
    }

    .checkAvlblty .inputDv {
        float: left;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

#checkItm,
#checkRslt {
    position: relative;
}

    #checkItm:before,
    #checkRslt:before {
        background-color: #ccc;
        content: "";
        height: 100%;
        left: -16px;
        position: absolute;
        top: 9%;
        width: 1px;
    }

#checkItm {
    margin-top: 41px;
}

#checkRslt,
#checkRsltNot {
    display: none;
    margin-top: 55px;
}

.checkAvl {
    width: 44px;
    height: 44px;
    float: left;
    border-radius: 50%;
    background-color: #5cb85c;
    position: relative;
}

.checkAvlNot {
    width: 44px;
    height: 44px;
    float: left;
    border-radius: 50%;
    background-color: #d9534f;
    position: relative;
}

span.recheck {
    clear: both;
    float: left;
    font-size: 12px;
    left: 55px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: auto;
}

    span.recheck a {
        color: #333;
        text-decoration: underline;
    }

        span.recheck a:hover {
            text-decoration: underline;
        }

span.checkAvlTxt {
    color: #5cb85c;
    float: left;
    font-size: 16px;
    left: 10px;
    position: relative;
    top: 1px;
    width: auto;
}

span.checkAvlNotTxt {
    color: #d9534f;
    float: left;
    font-size: 16px;
    left: 10px;
    position: relative;
    top: 6px;
    width: auto;
}

.checkAvl i,
.checkAvlNot i {
    color: #fff;
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button_cstm {
    background-color: #909090;
    border: medium none;
    color: #fff;
    margin-top: 0;
    padding: 7px 10px;
    border-radius: 3px;
    margin-left: 10px;
}

    .button_cstm:hover {
        background-color: #7c7c7c;
    }

.setSliderHolder {
    float: left;
    height: auto;
    width: 100%;
}

    .setSliderHolder h3 {
        font-size: 18px;
        margin-bottom: 9px;
        margin-top: 0;
        position: relative;
    }

.setSliderSlide {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}

.setSlider .setSliderSlide:first-child {
    margin-left: -5px;
}
/*.setSliderHolder h3:after {
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 0px;
    content: "";
    background-color: #ccc;
    height: 1px;
}*/
.setSlider {
    position: relative;
    overflow: hidden;
}

    .setSlider .owl-buttons {
        left: -60px;
        margin-top: -34px;
        position: absolute;
        right: -60px;
        top: 50%;
    }

    .setSlider .owl-controls .owl-prev,
    .setSlider .owl-controls .owl-next {
        top: 30px;
        background: #dfc98c !important;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 1px;
        height: 26px;
        padding: 3px 1px 0 0;
        position: absolute;
        text-align: center;
        transition: all 0.2s ease-in 0s;
        width: 26px;
    }

    .setSlider .owl-nav .owl-prev {
        left: -15px;
        transform: translateX(-30px);
        transition-duration: 0.3s;
    }

    .setSlider .owl-nav .owl-next {
        right: -15px;
        transform: translateX(30px);
        transition-duration: 0.3s;
    }

    .setSlider:hover .owl-prev {
        transform: translateX(10px);
    }

    .setSlider:hover .owl-next {
        transform: translateX(-10px);
    }

    .setSlider .owl-nav .owl-prev:hover {
        background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .setSlider .owl-nav .owl-prev:before {
        color: #555555;
        content: "\f104";
        display: inline-block;
        font: 20px/15px FontAwesome;
        text-rendering: auto;
        transition: all 0.2s ease-in 0s;
    }

    .setSlider .owl-nav .owl-prev:hover:before {
        color: #666;
    }

    .setSlider .owl-nav .owl-next:hover {
        background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .setSlider .owl-nav .owl-next:before {
        color: #555555;
        content: "\f105";
        display: inline-block;
        font: 20px/15px FontAwesome;
        text-rendering: auto;
        transition: all 0.2s ease-in 0s;
    }

    .setSlider .owl-nav .owl-next:hover::before {
        color: #666;
    }

.branchDetails td {
    color: #a38c4b;
}

@media (max-width: 1024px) {

    #checkItm::before, #checkRslt::before {
        left: -8px;
    }
}

@media (max-width: 980px) {
    .setSliderHolder {
        padding-right: 0;
        width: 100%;
    }

    .checkAvlblty {
        float: none;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: static;
        width: 250px;
        display: table;
    }

    #checkItm {
        margin-top: 0px;
    }

        #checkItm::before, #checkRslt::before {
            display: none;
        }

    .checkAvlblty span {
        margin-top: 0;
    }

    .modalLarge {
        width: 100%;
    }
}
/*980*/

@media (max-width: 768px) {
    .product-section .one > table, .product-section .two > table {
        float: left;
        width: 100%;
    }

    .product-section .one table:first-child:after, .product-section .two table:first-child:after {
        display: none;
    }

    .prodContainer .smallProdImg a {
        height: 85px;
    }

        .prodContainer .smallProdImg a img {
            min-height: 85px;
        }
}
/*768*/


@media (max-width: 640px) {
    .product-info .addCart .btn-cart {
        float: right;
    }

    .product-info .addCart .backtoprod {
        float: left;
    }

    #footer-section {
        position: static;
    }

    #page-wrapper {
        padding-bottom: 0;
    }

    .modfyBtnArea {
        display: table !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modfyBtn {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
}
/*640*/











.loadMore {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #d7c38d;
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #dac48a;
    padding-top: 38px;
    transition-duration: 0.3s;
}

    .loadMore:hover {
        border: 1px solid #b8a160;
        color: #fff;
        cursor: pointer;
        background-color: #b8a160;
    }

.labelInfo {
    float: left;
    font-size: 80%;
    font-weight: 300;
    margin-bottom: -18px;
    opacity: 0.7;
    width: 100%;
}

.value input {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}

.action_td .btn {
    padding: 3px 8px;
    margin-bottom: 0px;
}




























@media screen and (min-width: 1500px) {
    .similarProds .prodContainer .prodImg a {
        height: 272px;
    }
}

















/*Load more plugin*/
.button-spoiler-div {
    width: 100%;
    float: left;
    height: auto;
}

    .button-spoiler-div a {
        /*text-align: center;
  padding: 10px;
  border: 1px solid #e2e2e2;
  position: relative;
  top: -2px;
  background: #ffffff;*/
        background-color: transparent;
        border: 1px solid #d7c38d;
        border-radius: 50%;
        height: 100px;
        margin: 30px auto;
        padding-top: 38px;
        text-align: center;
        transition-duration: 0.3s;
        width: 100px;
        color: #bca569;
        display: table;
    }

    .button-spoiler-div a {
        /*display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;*/
        color: #bca569;
    }

        .button-spoiler-div a:hover {
            border: 1px solid #b8a160;
            color: #fff;
            cursor: pointer;
            background-color: #b8a160;
        }
/*.button-spoiler-div:hover a{
  color: #fff;
}
*/

#similarProductsSec {
    display: none;
}



/*Cart display*/
.cart-info {
    margin: 0px 0 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

.shop-cart {
    position: relative;
}

    .shop-cart .table td.quantity, .shop-cart .table td.image {
        text-align: center;
    }

    .shop-cart .table td {
        vertical-align: middle;
    }
/*.shop-cart .table td.value {
    position: relative;
}*/
.cart-info .image img, .cart-info .image2 img, .cart-info .image3 img {
    vertical-align: top;
    max-width: 50px;
}

.name a {
    color: #623a00;
    font-size: 1.2em;
    line-height: 24px;
    text-decoration: none;
}

.actionInputArea_input {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 80px;
}

.actionTd {
    line-height: 21px !important;
}

.table .total, .table .price {
    text-align: center;
}

.shop-cart .price {
    color: #525252;
}

.shop-cart .table .total, .checkout-product tbody .price, .checkout-product tbody .total, .checkout-product tfoot td + td {
    font-size: 16px;
    font-weight: bold;
}

.shpng_charge {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    float: left;
    font-size: 18px;
    margin-top: 30px;
    padding-right: 25px;
    padding-top: 6px;
    width: 100%;
}

    .shpng_charge .right {
        float: right;
        width: 50%;
    }

    .shpng_charge .shpngChrge_area, .shpng_charge .grandTl_area {
        float: right;
        margin-bottom: 0;
        width: 290px;
    }

    .shpng_charge .label, .grandTl_area .label {
        color: #44494b;
        font-size: 18px;
        margin-bottom: 8px;
        padding: 0;
        text-align: left;
    }

.shpngChrge_area .label, .shpngChrge_area .value {
    font-size: 14px;
    font-weight: normal;
}

.shpngChrge_area .value {
    font-size: 15px;
}

.shpng_charge .value, .grandTl_area .value {
    color: #44494b;
    float: right;
    left: auto;
    margin-bottom: 8px;
    text-align: right;
    white-space: pre;
}

.shpng_charge .shpngChrge_area, .shpng_charge .grandTl_area {
    float: right;
    margin-bottom: 0;
    width: 290px;
}

.sidebar {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

td.prop {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart_btm_lft {
    float: left;
    width: 50%;
}

.cart_btm_rit {
    float: right;
    width: auto;
}

.cart_btm_lft span {
    float: left;
    width: 100%;
}

.backtoprod.left {
    float: left;
}

.sidebar .form-group {
    margin-bottom: 1px;
}

.sidebar-vetical .form-group {
    margin-bottom: 6px;
}

.sidebar .form-control {
    font-size: 14px;
    height: 23px;
    line-height: 16px;
    padding: 1px 12px;
}

.sidebar-vetical .form-control {
    height: 28px;
}

.sidebar label {
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
}

.sidebar textarea.form-control {
    height: 30px;
    line-height: 20px;
}

.sidebar2 textarea.form-control {
    height: 50px;
    line-height: 20px;
}

.sidebar .input-group-addon {
    padding: 3px 12px;
}

.cart-info .table > tbody > tr > td, .cart-info .table > tbody > tr > th, .cart-info .table > tfoot > tr > td, .cart-info .table > tfoot > tr > th, .cart-info .table > thead > tr > td, .cart-info .table > thead > tr > th {
    padding: 5px;
}

.searchPageH {
    background-image: url(../images/pattern-bg.jpg);
    background-position: center 176px;
}

.tableBg {
    background-color: #fdfaf0;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 4px 0 0;
    padding-left: 0;
}

.halfwidth {
    width: 50%;
}

.halfWidCont {
    width: 50%;
    float: left;
    position: relative;
}

.formRightBtnGrp {
    float: right;
}

.formLeftBtnGrp {
    float: left;
}

.simlrProdBtnArw {
    background-color: #93804a;
    border-radius: 50%;
    float: left;
    height: 16px;
    line-height: 8px;
    margin-right: 7px;
    margin-top: 3px;
    padding: 1px 3px 3px;
    text-align: center;
    width: 16px;
}

.ordrPrcHstryHdng,
.ordrCmntsHdng {
    background-color: #e3ddc8;
    text-align: left;
    width: 100%;
    color: #333;
    float: left;
    padding: 8px 5px;
}

.showArrow {
    float: right;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    transition-duration: 0.3s;
}

    .showArrow:after {
        position: absolute;
        content: "\f107";
        top: -2px;
        right: 0px;
        font-size: 18px;
        font-family: 'FontAwesome';
        color: #333;
        font-style: normal;
    }

.open .showArrow:after {
    content: "\f106";
}

.ordrPrcsHstryTbl {
    display: none;
}

#datepicker1 .input-group-addon {
    cursor: pointer;
}

.bootstrap-filestyle .btn {
    margin-bottom: 0px;
}

.designOrdrCol {
    width: 100%;
    max-width: 20%;
    padding: 10px;
    float: left;
    overflow-y: auto;
    position: relative;
}

.designOrdrColCont {
    width: 100% !important;
    float: left;
    border: 1px solid #ccc;
    height: 422px;
    padding: 10px;
    overflow-y: auto;
    background-color: #fdfaf0;
}

    .designOrdrColCont .checkbox {
        width: 100%;
        float: left;
        margin-bottom: 6px;
    }

.designOrdrCol .checkbox,
.designOrdrCol .radio {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 8px;
    width: 100%;
}

.designOrdrColCont .checkbox:last-child,
.subfiltr .checkbox:last-child,
.subfiltr .radio:last-child {
    border-bottom: none;
}

.designOrdrCol .subfiltr {
    width: 100% !important;
    float: left;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fdfaf0;
    display: inline-block;
}

    .designOrdrCol .subfiltr:last-child {
        margin-bottom: 0px;
    }

.designOrdrCol .subfiltrone {
    height: 110px;
}

.designOrdrCol .subfiltrtwo {
    height: 70px;
}

.designOrdrCol .subfiltrthree {
    height: 92px;
}

.designOrdrCol .subfiltrRange {
    height: 121px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

    .designOrdrCol .subfiltrRange .rangeInp {
        float: left;
        height: 25px;
        padding: 2px;
        width: 50px;
        margin-bottom: 1px;
    }

    .designOrdrCol .subfiltrRange #PriceTo {
        width: 80px;
    }

    .designOrdrCol .subfiltrRange #PriceFrom {
        width: 80px;
    }

    .designOrdrCol .subfiltrRange .grid .rangeInp:last-child {
        float: right;
    }

.designOrdrCol .subfiltrThree {
    height: 70px;
}

.editImgSliderMarg {
    margin-top: 24px;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
    margin-bottom: 10px;
    text-align: left;
}

    form p:last-child {
        margin-bottom: 0;
    }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"] + label,
    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        line-height: 16px;
        font-size: 13px;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
        font-family: 'roboto_condensedregular';
        transition: .28s ease;
    }

    [type="checkbox"]:checked + label,
    [type="radio"]:checked + label {
        font-family: "roboto_condensedbold";
    }



    [type="checkbox"] + label:before,
    [type="checkbox"]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s;
    }

    [type="checkbox"]:not(.filled-in) + label:after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

    [type="checkbox"].tabbed:focus + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"]:checked + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #b8a160;
        border-bottom: 2px solid #b8a160;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:checked:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    }

    /* Indeterminate checkbox */
    [type="checkbox"]:indeterminate + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #b8a160;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:indeterminate:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        background-color: transparent;
    }

    [type="checkbox"].filled-in + label:after {
        border-radius: 2px;
    }

    [type="checkbox"].filled-in + label:before,
    [type="checkbox"].filled-in + label:after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    [type="checkbox"].filled-in:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:not(:checked) + label:after {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border: 1px solid #aaaaaa;
        top: 0px;
        z-index: 0;
    }

    [type="checkbox"].filled-in:checked + label:before {
        top: 0;
        left: 1px;
        width: 6px;
        height: 10px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:checked + label:after {
        top: 0;
        width: 16px;
        height: 16px;
        border: 2px solid #b8a160;
        background-color: #b8a160;
        z-index: 0;
    }

    [type="checkbox"].filled-in.tabbed:focus + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
        border-radius: 2px;
        background-color: #b8a160;
        border-color: #b8a160;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
        border-color: transparent;
        background-color: #BDBDBD;
    }

    [type="checkbox"].filled-in:disabled:checked + label:before {
        background-color: transparent;
    }

    [type="checkbox"].filled-in:disabled:checked + label:after {
        background-color: #BDBDBD;
        border-color: #BDBDBD;
    }


/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}



[type="radio"] + label:before,
[type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    margin: 4px;
    width: 13px;
    height: 13px;
    z-index: 0;
    transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #b8a160;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #b8a160;
    z-index: 0;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}

.designOrdrCol h4 {
    margin-top: -10px;
    margin-bottom: 5px;
}

.designOrderBtns {
    padding-right: 10px;
    padding-left: 10px;
}

.input-group .input-half {
    width: 45%;
    float: left;
}

    .input-group .input-half:last-child {
        float: right;
    }

.filterCheck {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

.dtailRprtTbl table thead th {
    font-family: 'roboto_condensedbold';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
}

table thead th {
    background-color: #ede7d8;
}

.alert-oms-sm {
    width: auto;
    padding: 2px 10px;
    float: left;
    margin-bottom: 6px;
}

.alert-oms-sm2 {
    float: left;
    margin-bottom: 1px;
    margin-top: 4px;
    padding: 2px 10px;
    width: auto;
}

.alert-oms-sm-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.form-control {
    height: 28px;
    line-height: 20px;
    padding: 3px 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

textarea.form-control {
    height: 53px;
    line-height: 21px;
}

.group-span-filestyle .btn {
    padding: 3px 10px;
}

textarea {
    overflow: auto;
    resize: none;
}

.upldImgDisplay ul {
    border: 1px solid #d3c8aa;
    float: right;
    height: 150px;
    margin: 0 0 10px;
    overflow-y: auto;
    padding: 5px 0 0;
    text-align: right;
    width: 100%;
}

    .upldImgDisplay ul li {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        display: inline-block;
        float: left;
        height: 67px;
        list-style: outside none none;
        margin: 0 1px 4px 7px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 30.5%;
    }

        .upldImgDisplay ul li img {
            max-width: 100%;
            min-width: 84px;
            transform: translate(0px, -8px);
        }

.upldImgDisplay-lg ul {
    border: 1px solid #eadfc1;
    float: right;
    height: auto;
    margin: 0 0 10px;
    overflow-y: auto;
    padding: 5px 0 0;
    text-align: right;
    width: 100%;
}

    .upldImgDisplay-lg ul li {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        display: inline-block;
        float: left;
        height: 88px;
        list-style: outside none none;
        margin: 0 1px 4px 7px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 13.3%;
    }

        .upldImgDisplay-lg ul li img {
            max-width: 100%;
            min-width: 84px;
        }

.isolChk [type="checkbox"] + label, .isolChk [type="radio"]:not(:checked) + label, .isolChk [type="radio"]:checked + label {
    left: 2px;
    top: 7px;
    padding-left: 15px;
}

.profile-head {
    background: #f5f0e0 none repeat scroll 0 0;
    border-bottom: 1px solid #eadfc1;
    float: left;
    margin: -10px 0 15px;
    padding: 8px 40px 0 30px;
    position: relative;
    width: 100%;
}

.fullscreen #menuBarDiv {
    margin-top: 52px;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

    .table > tbody > tr > td.halfwidth {
        vertical-align: top;
    }

td .formRightBtnGrp .btn {
    margin-bottom: 0px;
}

.modal-oms-sm {
    width: auto;
}

.modal-footer .btn.btn-oms {
    display: inline-block !important;
    float: right !important;
}

.editorPop .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.editorPop .tab-content > .tab-pane {
    background-color: transparent;
    border-bottom: none;
}

.close {
    font-size: 13px;
}

.editorPop .modal-header h3 {
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 19px;
}

.editorPop .modal-body #errMsg {
    margin-top: 15px;
}

.editorPop .modal-footer {
    padding: 15px 15px 5px;
}

.modal-body {
    padding: 15px 15px 5px;
    position: relative;
}

.modalFtrBtnMargT {
    margin-top: 5px;
}

.help-block-mat {
    margin-bottom: 8px;
    margin-top: -10px;
    width: 50%;
    float: left;
    opacity: 0.7;
}

    .help-block-mat i {
        margin-right: 3px;
        color: green;
    }

        .help-block-mat i.fa-times {
            color: red;
        }

.logWelcme {
    color: #333;
    float: left;
    font-size: 15px;
    line-height: 35px;
}

    .logWelcme span {
        opacity: 0.6;
    }

.margTB-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginTop-sm {
    margin-top: 10px;
}

.marginBtm-sm {
    margin-bottom: 10px;
}

.marginTop-md {
    margin-top: 20px;
}

.marginBtm-md {
    margin-bottom: 20px;
}

.userImg-sm {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 3px;
}

    .userImg-sm img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: top;
    }

.forgtPwdInfo {
    margin-bottom: 0px;
}

.input-group-addon {
    padding: 5px 12px;
}

.advcOrdrFiltrBg {
    background-color: #f3eedc !important;
    padding: 10px;
    width: 100%;
    float: left;
    border: 1px solid #eadfc1;
}

.steps {
    min-height: 90px;
    padding: 30px 0 0 0;
    margin-bottom: 30px;
    position: relative;
}

    .steps .steps-container {
        background: #DDD;
        height: 10px;
        width: 100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        margin: 0;
        list-style: none
    }

        .steps .steps-container li {
            text-align: center;
            list-style: none;
            float: left;
            width: 50%;
        }

            .steps .steps-container li .step {
                padding: 0 15px;
                transition-duration: 0.3s;
            }

                .steps .steps-container li .step .step-image {
                    margin: -14px 0 0 0
                }

                    .steps .steps-container li .step .step-image span {
                        background-color: #DDD;
                        display: block;
                        width: 37px;
                        height: 37px;
                        margin: 0 auto;
                        border-radius: 37px;
                        -moz-border-radius: 37px;
                        -webkit-border-radius: 37px;
                        -ms-border-radius: 37px;
                    }

                .steps .steps-container li .step .step-current {
                    font-size: 11px;
                    color: #999;
                    margin: 8px 0 0 0;
                    transition-duration: 0.3s;
                }

            .steps .steps-container li.activated .step .step-image span {
                background-color: #b8a160;
                position: relative;
                transition-duration: 0.3s;
            }

                .steps .steps-container li.activated .step .step-image span:after {
                    background-color: #FFF;
                    display: block;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    width: 27px;
                    height: 27px;
                    margin: 5px;
                    border-radius: 27px;
                    -moz-border-radius: 27px;
                    -webkit-border-radius: 27px;
                    -ms-border-radius: 27px;
                    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
                    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
                    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
                    font-family: 'FontAwesome';
                    content: "\f00c";
                    color: #b8a160;
                    font-size: 20px;
                    line-height: 26px;
                    transition-duration: 0.3s;
                }

    .steps .step-bar {
        background-color: #b8a160;
        height: 10px;
        position: absolute;
        top: 30px;
        border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        width: 30%;
        transition-duration: 0.3s;
    }

        .steps .step-bar.last {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            transition-duration: 0.3s;
        }

.datepicker td, .datepicker th {
    border-radius: 0px;
}

textarea.customH {
    height: 67px;
}

.wid67 {
    width: 67%;
    float: left;
}

.wid33 {
    width: 33%;
    float: left;
}

.ImgclseBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.5;
    color: #000;
    cursor: pointer;
}

    .ImgclseBtn:hover {
        opacity: 1;
    }

.ImgeditBtn {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.5;
    color: #000;
    cursor: pointer;
}

    .ImgeditBtn:hover {
        opacity: 1;
    }

.sidbarAccCont {
    width: 100%;
    background-color: #fff;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
}

.sidBrAccHd {
    position: relative;
}

.sidBrAccAr {
    position: absolute;
    right: 11px;
    top: 8px;
}

.sidebarAccordion .panel-heading {
    background-color: #ede7d8;
    border-color: #cec8b9;
    color: #333;
    padding: 7px 15px;
}

.sidebarAccordion .panel {
    margin-bottom: 8px;
}

.no-margin-top {
    margin-top: 0px !important;
}

.setEditrPad {
    padding-left: 0px;
}

a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}

td .radio {
    width: auto;
    display: inline-block;
}

.form-group-sm .form-control {
    height: 23px;
    line-height: 14px;
    padding: 0 12px;
}

.hiddenTr {
    display: none;
    width: 100%;
    transition-duration: 0.3s;
}

.openTr {
    display: table-row;
    transition-duration: 0.3s;
}

.drilldownAccord .panel-group .panel {
    margin-top: 5px;
}

.drilldownAccord .panel-title {
    text-align: left;
}

.drilldownAccord .panel-heading {
    background-color: #e3ddc8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading .panel-title a {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .panel-heading .panel-title a:after {
        font-family: 'FontAwesome';
        content: "\f107";
        float: right;
        color: grey;
        position: absolute;
        right: 0px;
        top: 0px;
    }

.panel-heading .panel-title.arrowDown a:after {
    content: "\f106";
}

.drilldownAccord .panel-body {
    max-height: 254px;
    overflow-y: auto;
}

.commentUl {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .commentUl li {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        /*height: 66px;*/
        width: 100%;
        display: inline-block;
        list-style: none;
        padding: 5px;
        margin: 0px;
        border: 1px solid #eee3c5;
        margin-top: 8px;
        float: left;
    }

        .commentUl li .name {
            display: inline-block;
            float: left;
            font-size: 14px;
            font-weight: 600;
            text-align: left;
            width: 100%;
        }

        .commentUl li .comment {
            display: inline-block;
            float: left;
            font-size: 12px;
            text-align: left;
            width: 100%;
        }

        .commentUl li .date {
            width: 100%;
            display: inline-block;
            font-size: 11px;
            text-align: right;
            font-style: italic;
            float: left;
        }
        .commentUl li .eye {
            margin-left: 3%;
            display: inline-block;
            width: 100%;
            float: right;
            text-align: right;
        }

.imgDwnldBtnGrp {
    width: 95px;
    float: left;
    border: 1px solid #d5d5d5;
    padding-bottom: 4px;
    margin-right: 5px;
    margin-bottom: 8px;
}

    .imgDwnldBtnGrp .imgName {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding-right: 5px;
        padding-left: 5px;
        position: relative;
    }

        .imgDwnldBtnGrp .imgName:after {
            content: "";
            top: 0;
            right: 3px;
            position: absolute;
            height: 100%;
            width: 100%;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+100&0+84,1+100 */
            background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(219,228,239,0) 84%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(219,228,239,0) 84%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(219,228,239,0) 84%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        }

.custDrillDownPanel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

    .custDrillDownPanel .panel-body {
        border: 1px solid #ddd;
        background-color: #fff;
    }

.advOrdrListing {
    max-height: 160px;
    height: auto !important;
    min-height: 2px !important;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.soldDesignPage .checkbox, .soldDesignPage .radio {
    text-align: center;
}

.soldDesnDrilProdArea {
    height: 300px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 10px;
    width: 100%;
}

    .soldDesnDrilProdArea .ProdWrap {
        border: 1px solid #c8c8c8;
        height: 284px;
        max-width: 100%;
        overflow-y: auto;
        padding-left: 5px;
        padding-top: 5px;
        width: auto;
    }

    .soldDesnDrilProdArea .productsArea li {
        float: left;
    }

    .soldDesnDrilProdArea .prodBox {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 142px;
    }

.leftBoldTable tr td:first-child {
    font-family: 'roboto_condensedbold';
}

.totalLeftTable tr td {
    text-align: left !important;
}

.smallTableDetails tr td {
    padding: 4px 5px !important;
    font-size: 12px !important;
}

.modal-body .imgSlider .item {
    height: 220px;
}

.soldDesignOpt {
    margin-top: 152px;
}

.soldDesnDrilProdArea .prodContainer .prodImg a {
    height: 126px;
}

    .soldDesnDrilProdArea .prodContainer .prodImg a img {
        min-height: 128px;
    }

.soldDesnDrilProdArea .prodContainer .prodInnerTwo {
    min-height: 45px;
}

.modfyBtn {
    margin-top: 20px;
}

.modfyBtnArea {
    padding-left: 10px;
    padding-right: 10px;
}

.modalLarge {
    width: 90%;
}

.modifySrchPop .designOrderBtns {
    padding-top: 15px;
}

.margin-top-sm {
    margin-top: 10px;
}

.CenterCheckbox {
    float: none;
    margin: 0 auto 5px;
    text-align: left;
    width: 20px;
}

.desnGrdTbl {
    max-height: 400px;
    overflow-y: auto;
}

.designGridPage .page-area {
    display: block;
    float: left;
}

.cenetrDiv {
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
}

.roleMngChkArea .checkbox + .checkbox, .roleMngChkArea .radio + .radio {
    margin-top: 0px;
}

.roleMngChkArea {
    text-align: center;
    display: inline-block;
}

    .roleMngChkArea .checkbox {
        width: auto;
        float: none;
        margin-right: 15px;
        display: inline-block;
    }

.blacktxt {
    color: #000;
}

.textLeftTd {
    text-align: left !important;
}

.btn-inavtivate {
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-inavtivate:hover {
        background-color: #ec971f;
        border-color: #d58512;
    }

.btn-avtivate {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-avtivate:hover {
        background-color: #449d44;
        border-color: #398439;
    }

td .btn {
    margin-bottom: 0px;
}

.centrBtns .btn {
    margin-top: 5px;
    margin-bottom: 0px;
}

.sidebar2 {
    margin-bottom: 0px;
}

.autoChck {
    width: auto;
    float: left;
}

.userSignEditor .Editor-editor {
    height: 130px;
}

.dropdown-toggle:hover {
    background-color: #f5f1e6;
    border-color: #717171;
}

.dropdown-toggle span {
    color: #717171;
}

.dropdown-toggle {
    margin-bottom: 0px;
}

.textAreaMd {
    height: 40px !important;
}

.datepicker-days th.next,
.datepicker-days th.prev {
    cursor: pointer;
}

    .datepicker-days th.next:hover,
    .datepicker-days th.prev:hover {
        background-color: #b8a160;
    }

#soldRprtReslt {
    display: none;
}

.blankLabel {
    min-height: 19px;
}

.soldStckHdnArea {
    display: none;
}

.soldStckCartTable {
    max-height: 300px;
    overflow-y: auto;
}

.datepicker-days .day:hover {
    background-color: #e8e1cf;
    cursor: pointer;
}

#dsplyExchgeItms {
    display: none;
}

.imgSlider-sm .item {
    height: 208px;
}

.imgSlider-sm {
    border: 1px solid #ddd;
    display: table;
    float: none;
    margin: 5px auto;
    overflow: hidden;
    width: 210px;
}

.alertCstm {
    float: left;
    left: auto;
    position: fixed;
    right: auto;
    top: 61px;
    z-index: 18;
    display: none;
}

    .alertCstm .close {
        line-height: 18px;
    }

.cmntTxtarea {
    width: 80%;
    float: left;
    margin-right: 5px;
}

.maxHt250Auto {
    max-height: 250px;
    overflow-y: auto;
}

.nonTabDes {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

    .nonTabDes li {
        display: inline-block;
        float: none;
        width: auto;
        background-color: transparent;
        border-radius: 0px;
    }

        .nonTabDes li.active a {
            background: #851753 none repeat scroll 0 0;
            border-color: transparent;
            color: #fff;
        }

            .nonTabDes li.active a:focus,
            .nonTabDes li.active a:hover {
                background: #851753 none repeat scroll 0 0;
                border-color: transparent;
                color: #fff;
            }

        .nonTabDes li a {
            border: none;
            cursor: pointer;
            border-radius: 0px;
        }

.margin-btm-sm {
    margin-bottom: 10px;
}

#onlneExchngePrchsdRslt {
    display: none;
}

#onlneExchngeSoldRslt {
    display: none;
}

.noBorder {
    border: none !important;
}

.soldStckStep {
    display: none;
}

.soldStckMdfyFltr {
    display: none;
}

.soldStckStep .steps {
    margin-bottom: 0px;
    padding-top: 15px;
}

    .soldStckStep .steps .step-bar {
        top: 15px;
    }


.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 158;
    overflow: visible;
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #7d0849;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    float: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #8d3b3e;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 50%;
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
    }

    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
    }

    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
    }

    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.35;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.35;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.35;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

.hdnProdCard:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    content: "";
    z-index: 4;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 101;
}

.datepicker {
    z-index: 101;
}
/*html,body{
  height: 100%; overflow: auto; margin: 0;
  -webkit-overflow-scrolling: touch;
}
*/
.leftMargBtn {
    margin-left: 10px;
    float: left;
}

.margT3 {
    margin-top: 3px;
}

#webTicker li {
    color: #ff1604;
    opacity: 1;
    font-size: 12px;
}

    #webTicker li:hover {
        opacity: 1;
    }












@media (min-width: 768px) {
    .modal-oms-sm {
        width: 390px;
    }
}











@media screen and (max-width: 1024px) {
    .contentFull {
        width: 100%;
        margin-left: 0px;
        float: left;
    }

    .designOrdrCol {
        width: 33.3333%;
        max-width: 100%;
    }

    .upldImgDisplay ul li img {
        max-width: 100%;
        min-width: auto;
        transform: translate(0px, -2px);
    }

    .upldImgDisplay-lg ul li {
        height: 81px;
        width: 13%;
    }

    .imgDwnldBtnGrp {
        width: 99px;
    }

    .prodContainer .prodAction {
        bottom: 0;
        font-size: 13px;
        left: 0;
        opacity: 1;
        position: static;
        transition-duration: 0.3s;
        width: 100%;
    }

    .prodContainer:hover .prodInner,
    .prodContainer:hover .prodSimilarWrap .prodInner {
        transform: translateY(0px);
        background-color: #f7f7f7;
    }

    .productsArea li:hover .simlilarProdLink {
        background-color: #f7f7f7;
    }

    .prodContainer .prodAction {
        bottom: 0;
        float: left;
        font-size: 13px;
        height: 72px;
        left: 0;
        opacity: 1;
        padding-top: 36px;
        position: relative;
        transition-duration: 0.3s;
        width: 100%;
        background-color: #f7f7f7;
    }

    .simlilarProdLink {
        position: absolute;
        top: -3px;
    }

    .prodContainer .prodInner {
        min-height: auto;
    }

    .prodContainer .prodImg {
        padding-bottom: 150px;
    }

    .commentUl li .date {
        text-align: left;
    }
}
/*1024*/

@media screen and (max-width: 980px) {
    .upldImgDisplay-lg ul li {
        height: 81px;
        width: 15%;
    }

    .soldDesnDrilProdArea .prodBox {
        width: 134px;
    }

    .imgSlider-sm {
        width: 100%;
    }
}
/*980*/
@media screen and (max-width: 800px) {
    .upldImgDisplay-lg ul li {
        width: 18%;
    }

    .upldImgDisplay ul li {
        height: 59px;
        width: 29%;
    }

    .imgSlider-sm .item {
        height: 133px;
    }

    .cmntTxtarea {
        margin-bottom: 5px;
        width: 100%;
    }
}
/*800*/

@media screen and (max-width: 768px) {
    .top-left-part a {
        font-size: 16px;
    }

    .oms-btn-one {
        width: 100%;
        float: left;
        text-align: center;
    }

        .oms-btn-one li {
            display: inline-block;
            float: none;
            list-style: outside none none;
            margin-bottom: 10px;
            margin-right: 10px;
            text-align: center;
            width: auto;
        }

    .tab-pane .options {
        display: inline-block;
        float: left;
        margin: 10px auto 6px;
        text-align: center;
        width: 100%;
    }

    .infoColor {
        display: inline;
        float: none;
        font-size: 14px;
        line-height: 15px;
        margin-left: 25px;
        padding-left: 18px;
        position: relative;
        width: auto;
        margin-bottom: 10px;
    }

    .filter_detaisl_ul li {
        width: 33%;
    }

    .imgSlider {
        float: left;
        width: 100%;
    }

    .cartBlock {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }

    .profile-head {
        padding: 8px 28px 0 20px;
    }

    .btn {
        padding: 4px 15px;
    }

    .soldDesignOpt {
        margin-top: 20px;
    }
}
/*768*/

@media (max-width: 767px) {
    .blankLabel {
        min-height: 0px;
    }

    .btn {
        margin-bottom: 10px;
    }

    .zoomContainer {
        display: none;
    }
}
/*767*/


@media screen and (max-width: 640px) {
    .logotxt strong:first-child {
        display: none;
    }

    .logotxt strong:last-child {
        display: block;
    }

    .top-left-part {
        padding-right: 0px;
    }

    .app-search .form-control {
        width: 150px;
    }

        .app-search .form-control:focus {
            width: 170px;
        }

    .imgSlider {
        float: left;
        width: 300px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        display: inline;
    }

    .carousel-inner > .item {
        text-align: center;
    }

    .designOrdrCol {
        width: 50%;
    }

    .prodContainer .smallProdImg a {
        height: 118px;
    }

        .prodContainer .smallProdImg a img {
            min-height: 118px;
        }

    .setSlider .owl-controls .owl-prev, .setSlider .owl-controls .owl-next {
        top: 56px;
    }

    .page-heading h1 {
        font-size: 17px;
    }

    .wid67,
    .wid33 {
        float: left;
        width: 100%;
    }

    .upldImgDisplay ul {
        max-height: 150px;
        overflow-y: auto;
        height: auto;
    }

        .upldImgDisplay ul li {
            width: 14.9%;
        }

    .imgDwnldBtnGrp button {
        float: left;
        width: 100%;
    }

    .nav-tabs > li {
        margin-right: -1px;
    }

    .soldDesignPagePop .imgSlider {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .light-theme a, .light-theme span {
        margin: 0 3px 0 0;
    }
}
/*640*/
@media screen and (max-width: 480px) {
    .filter_detaisl_ul li {
        width: 50%;
    }

    .oms-btn-one li a {
        width: 100%;
    }

    .oms-btn-one li {
        display: inline-block;
        float: none;
        text-align: center;
        width: auto;
    }

    .navbar-header ul.nav {
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        width: auto;
        float: none;
    }

    .top-left-part {
        padding-right: 0;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
    }

        .top-left-part a {
            color: #7d0849;
            display: table;
            float: none;
            font-size: 25px;
            line-height: 50px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            text-transform: none;
        }

    .navbar-default {
        padding-left: 15px;
        padding-right: 15px;
    }

    #page-wrapper {
        margin-top: 32px;
    }

    .navbar-top-links .dropdown-alerts {
        margin-left: 0;
    }

    .designOrdrCol {
        width: 100%;
    }

    .designOrdrColCont {
        height: auto;
    }

    #menuBarDiv a.btn {
        padding: 3px 9px;
    }

    .steps .steps-container li {
        width: 46%;
    }

    .upldImgDisplay ul li {
        width: 17.9%;
    }

    .upldImgDisplay-lg ul li {
        width: 22.4%;
    }

    .prodContainer .prodImg {
        padding-bottom: 0;
    }

    .prodContent {
        position: static;
    }

    .prodContainer .prodAction {
        padding-top: 0;
    }

    .simlilarProdLink {
        position: static;
    }

    .prodContainer .prodAction {
        height: auto;
    }
}
/*480*/

@media screen and (max-width: 360px) {
    .navbar-top-links > li > a {
        padding: 0 6px;
    }

    .notify li.notifyIcon i {
        font-size: 17px;
    }

    .navbar-top-links .badge {
        top: 12px;
    }

    .profile-pic span {
        font-size: 11px;
        line-height: 14px;
        top: 10px;
    }

        .profile-pic span b {
            font-size: 13px;
        }

    .app-search .form-control {
        width: 122px;
        font-size: 11px;
    }

        .app-search .form-control:focus {
            width: 130px;
            font-size: 11px;
        }

    .navbar-top-links .badge {
        right: 2px;
        font-size: 9px
    }

    .notify li.notifyIcon i {
        font-size: 17px;
    }

    .infoColor {
        display: inline-block;
        float: none;
        font-size: 10px;
        line-height: 15px;
        text-align: left;
        width: auto;
    }

    .btngrpCustom .input-group {
        text-align: center;
        width: 100%;
    }

    .btngrpCustom {
        width: 100%;
        float: left;
    }

    .navbar-top-links .dropdown-alerts {
        width: 262px;
    }

    .halfWidCont {
        width: 100%;
    }

        .halfWidCont.leftDivider:before {
            display: none;
        }

    .grid .halfWidCont:first-child {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .help-block-mat {
        font-size: 12px;
    }

    #menuBarDiv a.btn {
        padding: 3px 4px;
    }

    .page-heading {
        padding: 0 17px;
    }

    .profile-head {
        padding: 8px 48px 0 20px;
    }

    .steps .steps-container li {
        width: 44%;
    }

    .filterCheck {
        width: 100%
    }

    .cart_btm_rit,
    .cart_btm_lft {
        float: left;
        text-align: center;
        margin-bottom: 5px;
    }

    .upldImgDisplay ul li {
        width: 29.9%;
    }

    .upldImgDisplay-lg ul li {
        width: 45.4%;
        height: 88px;
    }

    .cart_btm_rit, .cart_btm_lft {
        text-align: left;
    }

    .soldDesignPagePop .imgSlider {
        width: 100%;
    }

    .filter_detaisl_ul li {
        width: 100%;
    }
}
/*360*/
@media screen and (min-width: 360px) and (max-width: 479px) {
    .navbar-top-links > li > a {
        padding: 0 6px;
    }
}

@media screen and (max-width: 320px) {
    .upldImgDisplay ul li {
        width: 108px;
    }

    .help-block-mat {
        margin-bottom: 10px;
        width: 100%;
    }

    .page-heading {
        padding: 0 20px;
    }

    .profile-head {
        padding: 8px 32px 0 20px;
    }

    .upldImgDisplay ul li {
        height: 86px;
    }

    .profileDetails {
        width: 100px;
    }

    .light-theme a, .light-theme span {
        padding: 0 5px;
    }
}
/*320*/




.index tr td:first-child {
    width: 30px;
}

.design-search-attributes {
    width: 80%;
    float: right;
}

.sortable-box {
    width: 80%;
    float: left;
}

    .sortable-box .designOrdrCol .designOrdrColCont {
        height: 211px;
    }

.sortable {
    cursor: move;
}

    .sortable h4 {
        background-color: #b8a160;
        padding: 5px 10px;
        margin-bottom: 0;
        color: white;
        border-radius: 4px 4px 0 0;
    }

.filter-blk .slimScrollDiv {
    display: inline-block;
    width: 100% !important;
}

.cssload-jumping {
    position: fixed !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(253, 250, 240, 0.4);
    padding-top: 20rem;
}

.advcOrdrFiltrBg .cssload-jumping {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

@media (max-width: 768px) {
    .sortable-box {
        width: 100%;
    }
}

.preloaderHolder {
    /*position:absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(254, 254, 254, 0.7);
    z-index: 999;
    text-align: center
}

.designOrdrCol .preloaderHolder {
    background-color: transparent;
    padding: 10px;
    padding-top: 30px;
    position: absolute;
}

    .designOrdrCol .preloaderHolder .preloader {
        background-color: rgba(254, 254, 254, 0.7);
        height: 100%;
    }

        .designOrdrCol .preloaderHolder .preloader img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

[disabled="disabled"] {
    pointer-events: none;
}

.no-data img {
    width: 100px;
}

.no-data p {
    font-size: 19px;
    color: #333;
    text-align: center;
}

.dateTgle {
    background-color: #f3e1b0;
    color: #000;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
    float: left;
    border-radius: 3px;
}

    .dateTgle span {
        cursor: pointer;
    }

.tag-blk .tag-editor {
    width: 100%;
    max-width: 450px;
    display: inline-block;
    margin-right: 5px;
    height: 28px;
    float: left;
    margin-bottom: 10px;
}

.filter-search-popup .tag-blk .tag-editor {
    max-width: 370px;
}

.tag-editor .tag-editor-tag {
    text-transform: uppercase;
}

.generic-head h3 {
    position: relative;
    color: #7d084d;
}

    .generic-head h3 button {
        position: absolute;
        right: 10px;
        margin: 0 !important;
    }

@media only screen and (max-width: 576px) {
    .generic-head h3 {
        text-align: left;
    }
}

#soldstockorder .form-control {
    height: 30px;
}

.shop-cart tbody tr td {
    padding: 5px 5px 15px 5px !important;
}
/*Hide HTML5 Up and Down arrows*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.fmdTr {
    background-color: #f97272;
}

/* Preloader */
.preloaderHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 100000;
    background-color: rgba(255,255,255,0.8);
}

.preloader {
    font-size: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .preloader > div {
        background-color: #940455;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: inline-block;
        -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
        animation: stretchdelay 0.7s infinite ease-in-out;
    }

    .preloader .circ2 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .preloader .circ3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .preloader .circ4 {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .preloader .circ5 {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -15px;
    font-size: 15px;
}



.panel-heading {
    color: #C05A49;
    background-color: #D1BF8D !important;
    border-color: #fff !important;
}

.hierarchyImages {
    overflow: hidden;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

    .hierarchyImages li {
        display: inline-block;
        height: auto;
        padding: 10px;
        margin: 0px;
        position: relative;
        min-height: 200px;
        transition-duration: 0.3s;
    }



/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content1, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close1 {
    position: absolute;
    top: 60px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
}

    .close1:hover,
    .close1:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.img-popup {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    overflow: auto;
}

    .img-popup.show {
        display: block;
    }

.img-popup-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 30px;
    z-index: 9999;
    font-size: 24px;
}

.scroll-table {
    height: 400px;
    overflow: auto;
}

    .scroll-table thead th {
        position: sticky;
        top: 0;
    }
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content1 {
        width: 100%;
    }
}

.pipeline-qnty-details-pointer {
    cursor: pointer;
}

.ro-report-bg-black {
    background-color: #b9b1b1;
}

.ro-report-bg-red {
    background-color: #f5a2a2;
}

.ro-report-bg-yellow {
    background-color: #efefa5;
}

.ro-report-bg-green {
    background-color: #b9ffcd;
}

.ro-report-bg-blue {
    background-color: #c5c5ea;
}

.planogram-upload-failed {
    background-color: #f5a2a2;
}

.planogram-upload-duplicate {
    background-color: #efefa5;
}

.planogram-upload-success {
    background-color: #b9ffcd;
}



.infoColor .ro-report-bg-black {
    background-color: #b9b1b1;
}

.infoColor .ro-report-bg-red {
    background-color: #f5a2a2;
}

.infoColor .ro-report-bg-yellow {
    background-color: #efefa5;
}

.infoColor .ro-report-bg-green {
    background-color: #b9ffcd;
}

.infoColor .ro-report-bg-blue {
    background-color: #c5c5ea;
}

.infoColor .planogram-upload-failed {
    background-color: #f5a2a2;
}

.infoColor .planogram-upload-duplicate {
    background-color: #efefa5;
}

.infoColor .planogram-upload-success {
    background-color: #b9ffcd;
}

.ro-report-color-head {
    padding-left: 20px;
    margin-bottom: 3px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    background-color: #e2dae2;
}

.ro-report-options {
    border-style: ridge;
}

.slimScrollBar {
    width: 12px !important;
}

.orderApprovalTableFixed {
    overflow-y: auto;
    height: 106px;
}

    .orderApprovalTableFixed thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.orderApprovalCartListDiv {
    overflow: scroll;
    width: 100%;
    max-height: 500px;
    padding: 0px 10px 10px 10px;
}

.orderApprovalBranchSummaryDiv thead tr th {
    background-color: #dfd0a9;
}

.orderApprovalRegionSummaryDiv {
    margin-bottom: 10px;
}

    .orderApprovalRegionSummaryDiv thead tr th {
        background-color: #c1ac7a;
    }

.grid-icon {
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 30px;
    height: 19px;
    cursor: pointer;
    position: relative;
    margin: 10px;
}

    .grid-icon :hover {
        position: relative;
        background-position: 0px -16px;
        cursor: pointer;
    }

.list-icon {
    background-image: url(../img/grid-icon.png);
    background-repeat: no-repeat;
    background-position: 0px -16px;
    background-color: #851753;
    width: 30px;
    height: 19px;
    cursor: pointer;
    position: relative;
    margin: 10px;
    border-radius: 4px;
}

    .list-icon :hover {
        position: relative;
        background-position: 0px -16px;
        cursor: pointer;
    }

    .list-icon.round {
        border-radius: 34px;
    }

#permissionBtn {
    display: none
}

.fab-btn-wrap {
    display: block;
    /* width: 300px;*/
    width: 355px;
    /* height: 130px;*/
    height: 280px;
    position: fixed;
    bottom: 50px;
    right: 15px;
    /* background-color: #d2081b;*/
    background-color: #f6653c !important;
    border-radius: 10% 10% 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fffbfb;
    font-size: 17px;
    font-weight: 500;
    opacity: 0.8;
}

.fab-aboutToOD {
    right: 380px;
}

.fab-OR {
    right: 745px;
}

.spn-rjt-wt {
    margin-left: 5px;
}

.tr-sum-rjct {
    /*border-bottom: 1pt solid white;
    font-size: 18px;
    font-weight: 600;*/
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 2px;
}

.inline-form-btn {
    top: 30px;
    display: grid
}

.form-control-inline-btn {
    margin-top: 25px;
}

.error-bg {
    background: #f09b9b !important
}

.hdn-elem {
    display: none
}

.mlt-warning {
    color: #c98556
}

.promotion-zero-qty {
    border: 1px solid #ffa378;
}

.divNpiQCAllChk {
    display: flex;
}

.stock-panel {
    width: 100%;
    float: right;
}

.required:after {
    content: " *";
    color: red;
}

.bgLoGreen {
    background-color: #55cd55 !important;
}

#spanBomEntryUsedDetails {
    float: right;
    font-size: 14px;
    margin-right: 10px;
}

.sidepoptbl td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.sidepoptbl {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.pendingCount {
    text-align: right;
}

#tblSumRejected, #tblONSumRejected {
    /*position: absolute;*/
    top: 2px;
}

.btnEditManagePublishedDesign {
    float: right;
}

.btnEditDisabled {
    pointer-events: none;
    color: #ccc;
}

.textDisabled {
    color: #ccc;
}

#tblManageDesignDetails {
    background-color: #fff;
}

#fieldSetAddGenericDesignReviewForm {
    margin: 15px;
    width: auto;
}

#divAddGenericDesignReviewForm label {
    overflow: auto;
}

.divManageGenericDesignUploadImage {
    overflow: hidden;
}

.activeDesign {
    background-color: #a0e389;
}

.inactiveDesign {
    background-color: #f6c4a2;
}
/*.cancel-stamp-img{
    width: 250px;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -87%);
}*/

/*.cancel-stamp-img img{
 width: 100%;
}*/
.scm-branch-order-outer {
    position: relative;
}
/*
.panel-title{
    color: #000;
}
 .panel {
    margin-bottom: 2px;
    border: solid 1px #000;
    border-radius: 0;
}
 .panel {
    margin-bottom: 2px;
    border: solid 1px #000;
    border-radius: 0;
}
.panel-primary>.panel-heading{border-radius: 0;position: relative;display: flex;align-items: center;color: #000;}
.panel-heading .glyphicon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.panel-heading .glyphicon:before {
    color: #7a7878;
}*/
/*.quantity{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    color: #000;
    border: solid 1px #000;
    padding: 0 6px;
    font-size: 12px;
    margin: 0 6px 0 6px;
}*/
.heading-count {
    color: #000;
}
/*[type="checkbox"].filled-in:not(:checked) + label:after{
    border: 1px solid #787878;
}*/
@media screen and (max-width: 480px) {

    .panel {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .contentFull {
        padding: 0;
        padding-bottom: 40px;
    }
    /*.panel-body{overflow: auto;}*/
    .div-rbAll .chkall {
        margin-left: -50px;
        width: max-content;
    }

    .select-orders {
        margin-top: 0;
        margin-bottom: 12px;
        display: flex;
    }

    
    .pickfixed-bt {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        left: 0;
        right: 0;
        display: flex;
        background: #f3eeda;
        padding: 8px;
    }

        .pickfixed-bt .btn {
            width: 50%;
            margin: 0 5px !important;
            border-radius: 0;
            padding: 8px 4px;
            font-size: 17px;
        }

    .panel-primary > .panel-heading {
        padding: 5px 5px;
    }

    .advcOrdrFiltrBg {
        padding: 12px 0;
    }

    .divAccordianListVertical {
        max-height: 500px;
        overflow: auto;
    }

    .simple-marquee-container {
        display: none;
    }
    /*#btnNext{display: none !important;}*/
    .scrtabs-tabs-fixed-container {
        display: none;
    }
}

.rdLS:checked + label:before {
    background-color: #55cd55 !important;
    border: 2px solid #5a5a5a !important;
}
.rdLS:checked + label:after {
    background-color: transparent !important;
    border: none !important;
}
/*.rdLS:checked + label:before {
    border: 2px solid #55cd55 !important;
}*/
.panel-title label {
    margin: 0;
}

.cancel-stamp-img {
    width: 250px;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -87%);
}

    .cancel-stamp-img img {
        width: 100%;
    }

.bulkattr-err {
    background-color: #f5a2a2 !important;
}

.bulkattr-dup {
    background-color: #efefa5;
}

.bulkattr-suc {
    background-color: #b9ffcd !important;
}

.bulkattr-exi {
    background-color: #a5efef;
}


#modalCdImageEdit .modal-footer {
    border-top: none;
}

#ModalEditCDRequest {
    overflow-y: auto;
}

.divActionBtns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
}

.btn-oms-act {
    background-color: #851753;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}

    .btn-oms-act:hover {
        background-color: #50062e;
        border-color: #50062e;
        color: #fff;
    }

.ECUploadTableFixHd thead th {
    position: sticky;
    top: -1px;
    z-index: 3;
}

.ECUploadTableFixHd {
    max-height: 50vh;
    overflow: auto;
}
.ECBM-60{
    width:60vw !important
}
.ECBM-90 {
    width: 90vw !important
}
.ECBM-95 {
    width: 95vw !important
}

.ECBulkImg{
    width:25px;
    height:25px;
}

.EcBulkBtnArea {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 5px;
}
#tbecorderingr th{
    width:3.7%
}
.ECBM-95 #ECBulkUpdateList{
    width:160vw;
    max-width:160vw;
}

.infoFilter{
    cursor:pointer
}

.infoColor .design-upload-all {
    background-color: white;
    border: 1px solid #9e9d9d;
    height: 17px;
    left: -5px;
    position: absolute;
    top: -1px;
    width: 17px;
    border-radius: 50%;
}
.spnColon{
    float:right;
}
@media (max-width: 991px){
    .spnColon {
        float: none;
    }
}

.mb-3 {
    margin-bottom: 1rem !important;
}

#ECVariantAccordion .panel-heading {
    background-color: #EEEBE0 !important;
    border-color: #ddd !important;
    /*color: #C05A49 !important;*/
    padding: 5px 5px !important;
    font-family: 'Roboto Condensed', sans-serif;
    color: #851753;
}

#ECVariantAccordion .panel-title {
    font-size: 14px !important;
    min-height:28px;
}
.vpanelBtns {
    float:right;
    margin-left:2px;
    margin-right:2px;
}
.ECVariantPanel legend{
    font-size:15px !important;
}
.ECVaraintInfo label {
    color: #6F6557 !important;
}
.ECVInfo {
    font-weight:bold;
}
.ECVarHeads{
    font-size:15px !important;

}
.ECVarImgDisplay li{
    height:100px !important;
    width:100px !important;
}
.ECVarImgDisplay li img {
    height: 100px !important;
    width: 100px !important;
}

h5.crBlank {
    background: #d0ecd0;
    min-height: 14px;
}

.btn-golden {
    background-color: #ceba80;
    border: medium none;
    border-radius: 3px;
    color: #fff;
}

    .btn-golden:hover {
        background-color: #b29a59;
        color: #fff;
    }

.fab-partymaterial {
    right: 1120px;
}
.fab-partymaterialscm {
    right: 750px;
}
.notfcircle {
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height (same as width for a circle) */
    background-color: #FF7F7F; /* Set the background color to red */
    border-radius: 50%; /* Make it a circle */
    position:center;
    margin-left:26%;
}
