﻿@font-face {
    font-family: WebComponentsIcons;
    src: url(../../kendo/2013.2.918/fonts/glyphs/WebComponentsIcons.eot?gedxeo);
    src: url(../../kendo/2013.2.918/fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix) format('embedded-opentype'),url(../../kendo/2013.2.918/fonts/glyphs/WebComponentsIcons.ttf?gedxeo) format('truetype'),url(../../kendo/2013.2.918/fonts/glyphs/WebComponentsIcons.woff?gedxeo) format('woff'),url(../../kendo/2013.2.918/fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons) format('svg');
    font-weight: 400;
    font-style: normal;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #cccccc;
    font: 11px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

    body.fr {
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

    body.en {
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

    body.login_background_fr {
        background-repeat: no-repeat;
        background: #cccccc url("/Content/SiteImages/Login_Background_fr.jpg") no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

    body.login_background_en {
        background-repeat: no-repeat;
        background: #cccccc url("/Content/SiteImages/Login_Background_en.jpg") no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

body, html {
    height: 100%;
}

a {
    color: #000;
    outline: none;
}

    a:link {
        color: #000;
        outline: none;
    }

    a:visited {
        color: #000;
    }

    a:hover {
        color: #000;
        text-decoration: underline;
    }

    a img {
        border: none;
    }

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

hr {
    width: 100%;
    background-color: #acb1b3;
    height: 1px;
    border: none;
    margin: 15px 0;
}

header, footer, nav, section {
    display: block;
}

fieldset {
    border: 1px solid #acb1b3;
    clear: both;
    padding: 5px;
}

legend {
    font-size: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

/* CSS HACKS */

*:focus {
    outline: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    margin: 0;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.wrap-website {
    min-height: 100%;
    height: 100%;
}

/* MAIN CONTENT */
.wrap-section-main {
    width: 100%;
    margin-bottom: 20px;
}

.section-main {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

.section-main-box {
    background-color: #e6e6e6;
    min-height: 415px;
    padding: 15px;
    width: 942px;
    margin: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 6px 6px 6px #3b3c3c;
    -moz-box-shadow: 6px 6px 6px #3b3c3c;
    box-shadow: 6px 6px 6px #3b3c3c;
    position: relative;
    left: 4px;
}

    .section-main-box.no_background {
        background-color: transparent;
        min-height: 0;
        padding: 0;
        width: auto;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: static;
        left: 0;
    }

.wrap-content {
    width: 100%;
    position: relative;
}

/* FOOTER */
.footer {
    font-size: 14px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    min-width: 970px;
    color: #999;
    padding: 0px 0px;
    margin: -80px 0px 0px 0px;
    z-index: 20;
}

.footer-wrap-content {
    width: 972px;
    margin: 0px auto;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    color: #fff !important;
    background-color: #DD052B;
}

.footer .wrap-columns {
    display: inline-block;
    width: 930px;
    padding: 20px;
    font-size: 0;
}

    .footer .wrap-columns .column {
        display: inline-block;
        vertical-align: top;
        width: 33.33333%;
        font-size: 14px;
    }

        .footer .wrap-columns .column .item {
            margin-bottom: 10px;
        }

            .footer .wrap-columns .column .item a {
                color: #000;
                font-weight: bold;
                text-decoration: none;
            }

                .footer .wrap-columns .column .item a:hover {
                    color: #DD052B;
                    text-decoration: none;
                }

.footer .column-box {
    background-color: #D6D6D6;
    display: none;
}

.footer .expander {
    text-align: center;
    width: 975px;
    height: 23px;
    position: relative;
}

    .footer .expander img {
        cursor: pointer;
        padding-top: 4px;
    }

/* OVERLAY
----------------------------------------------------------*/
.overlay_message,
.overlay_confirm,
.overlay_distribute_confirm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 470px;
    background-color: #fff;
    margin-left: -235px;
    color: #000;
    z-index: 1001;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.overlay_close.corner_close {
    position: absolute;
    top: 6px;
    right: 6px;
    font-weight: bold;
    padding: 4px 5px 5px 4px;
    cursor: pointer;
    font-size: 15px;
    line-height: 8px;
    border-radius: 50%;
}

    .overlay_close.corner_close:hover {
        color: #fff;
        background-color: #909090;
    }

.overlay_message_text,
.overlay_confirm_text {
    font-size: 15px;
    margin: 0 0 30px 0;
}

.overlay_distribute_confirm_text,
.overlay_distribute_confirm_text_question,
.overlay_distribute_confirm_text_warning {
    font-size: 15px;
}

.overlay_distribute_confirm_text_warning {
    text-transform: uppercase;
    font-weight: bold;
}

.overlay_distribute_confirm_content {
    margin-bottom: 25px;
}

.overlay_distribute_confirm_background,
.overlay_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.7);
    z-index: 1000;
}

    .overlay_distribute_confirm_background.hidden,
    .overlay_background.hidden {
        display: none;
    }

/* HEADER MENU
----------------------------------------------------------*/
ul#menu-top {
    font-size: 14px;
    position: relative;
}

    ul#menu-top li {
        border-right: 1px solid #000;
    }

        ul#menu-top li ul li {
            border-right: none;
        }

            ul#menu-top li ul li a {
                color: #FFF;
            }

                ul#menu-top li ul li a:hover {
                    color: #FFF;
                }

        ul#menu-top li a {
            padding: 17px 18px 16px;
            text-transform: uppercase;
            text-decoration: none;
            outline: none;
            color: #FFF;
        }

            ul#menu-top li a:visited {
                color: #FFF;
            }

            ul#menu-top li a:hover {
                text-decoration: none;
                color: #FFF;
            }

            ul#menu-top li a:active {
                text-decoration: none;
            }


        ul#menu-top li.selected a {
            color: #000;
        }

/**********************************************************/
/**************** FORM LAYOUT ELEMENTS ********************/
/**********************************************************/

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #acb1b3;
    padding: 5px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #000;
}

.form-box fieldset {
    padding: 8px;
    margin-bottom: 10px;
    width: 98%;
}

.add_link_type_popup_wrap.hidden,
.add_link_type_link_wrap .hidden {
    display: none;
}

.preview_image.hidden,
.no_image_message.hidden {
    display: none;
}


.tb-form {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 10px;
    color: #000;
    vertical-align: top;
}

    .tb-form th {
        border: 1px solid #828282;
        background-color: #F7F7F7;
        padding: 5px;
    }

    .tb-form td {
        border: 1px solid #828282;
        background-color: #FFFFFF;
        padding: 5px;
    }

.tb-restocking {
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 10px;
    color: #000;
}

    .tb-restocking th {
        border: 1px solid #828282;
        background-color: #F7F7F7;
        padding: 5px;
        text-align: center;
    }

    .tb-restocking td {
        border: 1px solid #828282;
        background-color: #FFFFFF;
        padding: 5px;
        text-align: center;
    }

        .tb-restocking td input {
            width: 80px;
        }

            .tb-restocking td input.restocking_textbox_error {
                border-color: #DD052B;
                background-color: #fee;
            }

.restockingInfoTitle {
    padding-bottom: 10px;
}

.tb-all {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.form-buttons {
    width: 100%;
    text-align: center;
}

.div-form {
    margin-bottom: 15px;
}

.div-table {
    margin-bottom: 15px;
    color: #000;
    display: table;
    border-bottom: 1px solid #828282;
}

.div-title {
    display: table-cell;
    text-align: left;
    padding-right: 10px;
    width: 25%;
    background-color: #F7F7F7;
    padding: 5px;
    border: 1px solid #828282;
    border-right: none;
    border-bottom: none;
}

.div-value {
    display: table-cell;
    width: 75%;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #828282;
    border-bottom: none;
}

.div-th {
    text-align: left;
    padding-right: 10px;
    width: 25%;
    display: table-cell;
    background-color: #2d2d2d;
    padding: 5px;
    border: 1px solid #828282;
}

.div-td {
    width: 70%;
    display: table-cell;
    background-color: #1c1c1c;
    padding: 5px;
    border: 1px solid #828282;
}

.div-tablerow {
    width: 100%;
    display: table-row;
}

/* MISC  
----------------------------------------------------------*/
#ticket_grid {
    margin: 20px 0;
}

.filter_value {
    margin: 10px 0;
}

.clear {
    clear: both;
}

.error,
.error_message {
    color: #DD052B;
}

.login-display {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #FFF;
}

    .login-display a:link {
        color: #FFF;
        text-decoration: underline;
    }

    .login-display a:visited {
        color: #FFF;
        text-decoration: underline;
    }

    .login-display a:hover {
        color: #FFF;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #DD052B;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #DD052B;
    background-color: #fee;
}

.error500wide {
    margin-top: 10px;
    width: 500px;
}

.error.big {
    font-size: 1.6em;
    margin-left: 20px;
}

#menucontainer {
    margin-top: 40px;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0;
}

.display-field, .editor-field {
    margin: .5em 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* OLD CSS */
/* MISC  
----------------------------------------------------------*/


.field-validation-error {
    color: #DD052B;
}

.field-validation-valid {
    display: none;
}


.field-validation-error.fontfix {
    font-size: 1.3em;
    color: #DD052B;
    font-weight: bold;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.input-validation-error {
    border: 1px solid #DD052B;
    background-color: #fee;
}

.validation-summary-valid {
    display: none;
}
/*
    FieldSet
*/
.display-label, .editor-label {
    display: inline-block;
    width: 150px;
    text-align: left;
    padding-right: 10px;
    color: #888;
    margin-bottom: .5em;
    font-size: 11px;
    vertical-align: top;
}

.editor-field, .display-field {
    /*border: 1px solid #fff;*/
    padding-left: .5em;
    margin-bottom: .6em;
}

div.editor-label li {
    margin-left: 112px;
}

div.display-label li {
    display: block;
}

div.editor-field li {
    display: block;
    margin-left: 112px;
}

div.display-field li {
    display: block;
    margin-left: 112px;
}

div.display-field ul {
    display: block;
}

div.display-field ul {
    display: block;
}

#ItemMenu {
    color: Black;
}

#add-to-cart {
    display: inline-block;
    margin-bottom: 5px;
}

.add-to-cart-qty {
    margin-bottom: 10px;
}

.header-title {
    border-color: #DD052B;
    border-style: solid;
    border-width: thin;
}

.dealer_selection_textbox {
    display: inline-block;
    vertical-align: top;
}

#productReferences {
    margin-bottom: 10px;
}

#catalogGrid td > div, #catalogGrid td > label {
    color: #535353;
    background-color: #EDEDED;
    padding: 5px;
    min-height: 12px;
    min-width: 60px;
    width: 90%;
    text-align: center;
    background-image: linear-gradient(bottom, rgb(255,255,255) 74%, rgb(202,202,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(202,202,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(202,202,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(202,202,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(202,202,202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.74, rgb(255,255,255)), color-stop(1, rgb(202,202,202)) );
}

#catalogGrid .t-last {
    width: 90px;
}

#productReferences h5 {
    color: Black;
    font-size: 12px;
}

.gridAlternateSku {
    border-bottom: none;
    border-top: none;
    color: #000;
    background-color: #ccc;
}

    .gridAlternateSku tr td {
        text-align: right;
    }

.t-alt.gridAlternateSku,
.k-alt.gridAlternateSku {
    margin-bottom: 20px;
    background-color: #CCC;
}

.gridAlternateSku A {
    color: #000;
}

.textboxQty {
    width: 42px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.linkSku {
    color: #000;
    text-decoration: underline;
}

.parentSkuWithChild {
    border: solid 1px #000;
}

/* Resized Datepicker. Can't be moved elsewhere.*/
div.ui-datepicker {
    font-size: 90%;
}

div#Details, .Edit {
    font-size: .9em;
    font-family: Calibri, Verdana, Helvetica, Sans-Serif;
}

.asterisk {
    color: #DD052B;
}

div.centered {
    text-align: center;
}

#topMenu {
    text-align: left;
    clear: both;
}

#USA {
    text-align: left;
    width: 80%;
}

#Canada {
    text-align: left;
    width: 20%;
}

.underline {
    text-decoration: underline;
}

#RMAtable, #RMAbuttons {
    margin: auto 33%;
}

.searchOverlayimg {
    margin-top: 9px;
}

.searchOverlay {
    display: block;
}

#txtFileUpload {
    width: 100px;
}

#smallerFont {
    font-size: smaller;
}

.modalClose {
    visibility: hidden;
}

.block {
    display: block;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    background-color: #333;
    border: 8px solid #444;
    padding: 12px;
}

.importantmessage {
    font-family: Verdana;
    font-size: 1.3em;
    font-weight: bold;
    color: #DD052B;
    margin: 0 0 20px 95px;
    width: 700px;
}

.tooltipoverlay {
    background-color: transparent;
    color: #DD052B;
    overflow: visible;
    word-wrap: break-word;
    display: none;
    position: static;
}

#success {
    color: Green;
    font-size: 14px;
    font-weight: bolder;
}

#divSuccess {
    display: none;
    padding: 20px;
    vertical-align: bottom;
}

.divDetail {
    margin: 5px 0 20px 5px;
    padding: 5px;
}

.modifiedQuantity_divDetailContainerLeft {
    display: inline-block;
    width: 20%;
    margin: 0;
}

.divDetailContainerLeft {
    display: inline-block;
    width: 20%;
    margin: 0;
    font-size: 11px;
    vertical-align: top;
}

.divDetailContainerRight {
    display: inline-block;
    width: 80%;
    margin: 0;
    font-size: 11px;
}

#productSubstitutions {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

    #productSubstitutions h5 {
        margin-bottom: 5px;
        font-size: 12px;
        color: Black;
    }

.divHalfPage {
    width: 50%;
}

#Discount, #Aging tr th {
    background-color: Gray;
    color: #DD052B;
}

#CustomerComment tr th {
    background-color: Gray;
    color: #DD052B;
}

.divSubTotal {
    padding: 5px;
    margin: 5px 5px 5px 650px;
}

.label {
    font-weight: bold;
    text-align: right;
    margin-left: 5%;
}

/* the overlayed element */
.apple_overlay {
    /* initially overlay is hidden */
    display: none; /* growing background image */
    background-image: url(/Content/Images/overlay/white.png); /*  		width after the growing animation finishes 		height is automatically calculated 	*/
    width: 640px; /* some padding to layout nested elements nicely  */
    padding: 35px; /* a little styling */
    font-size: 11px;
}

    /* default close button positioned on upper right corner */
    .apple_overlay div.close {
        background-image: url(/Content/Images/overlay/close.png);
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        height: 35px;
        width: 35px;
    }

/* the overlayed element */
.invoice-overlay {
    /* initially overlay is hidden */
    display: none; /* growing background image */
    background-image: url(/Content/Images/overlay/invoice-ovrly.png); /*  		width after the growing animation finishes 		height is automatically calculated 	*/
    width: 640px; /* some padding to layout nested elements nicely  */
    padding: 35px; /* a little styling */
    font-size: 11px;
}

    /* default close button positioned on upper right corner */
    .invoice-overlay div.close {
        background-image: url(/Content/Images/overlay/close.png);
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        height: 35px;
        width: 35px;
    }

div.apple_overlay.small {
    background-image: url(/Content/Images/overlay/transparent-medium.png);
    width: 490px !important;
    color: #ddd;
}

div.apple_overlay.black {
    background-image: url(/Content/Images/overlay/transparent-wide.png);
    color: #ddd;
}

div.apple_overlay.whitehalfheight {
    background-image: url(/Content/Images/overlay/transparent-verysmall.png);
    color: #666;
    font-size: 15px !important;
}

    div.apple_overlay.whitehalfheight fieldset, div.apple_overlay.whitehalfheight h2, div.apple_overlay.whitehalfheight legend {
        font-size: 15px !important;
        width: 98% !important;
    }

    div.apple_overlay.whitehalfheight h2 {
        font-size: 1.5em !important;
        margin-top: 0 !important;
    }

    div.apple_overlay.whitehalfheight p {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    div.apple_overlay.whitehalfheight .field-validation-error {
        font-size: 11px !important;
    }

div.apple_overlay.large {
    width: 720px;
}

div.apple_overlay.larger {
    width: 1020px;
}

div.apple_overlay.largerandhalf {
    background-image: url(/Content/Images/overlay/white-half-height-plus.png);
    width: 1020px;
}

div.apple_overlay.white-small {
    background-image: url(/Content/Images/overlay/white-half-height.png);
    width: 320px;
    height: 100px;
}

    div.apple_overlay.white-small div.close {
        right: -4px;
        top: -10px;
    }

/* default close button positioned on upper right corner */
.apple_overlay.larger div.close {
    background-image: url(/Content/Images/overlay/close.png);
    position: absolute;
    right: 22px;
    top: 8px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.red {
    color: #DD052B;
}

.required {
    color: #DD052B;
}

.userManagement div {
    padding: 2px;
}

.spanLink {
    color: #DD052B;
    text-decoration: underline;
}

    .spanLink:hover {
        color: Gray;
        text-decoration: none;
        cursor: pointer;
    }

    .spanLink:active {
        color: #12eb87;
    }

/*CheckListBox Styles*/
.checklistbox {
    width: auto;
    border: 1px solid #ddd;
    outline: gray solid 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    overflow: auto;
    max-height: 200px;
}

    .checklistbox .item {
        padding: 5px 0;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.inline {
    display: inline;
    float: left;
}

img.noborder {
    border: 0;
}

img.toolbaricon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.cultureanchor {
    text-align: right;
    margin-right: 10px;
}

#currenttime {
    margin-left: 10px;
    color: #222;
}

.alignbaseline {
    line-height: 30px;
    vertical-align: top;
    margin-right: 20px;
}

.menuright {
    margin-right: 10px;
    text-align: right;
}

#selectedDealer {
    margin-bottom: 20px;
    clear: both;
    text-align: center;
}

#resetpasswordPanel {
    display: none;
    text-align: left !important;
}

.blockUI {
    z-index: 11000 !important;
}

.divSeparation {
    height: 20px;
}

.noBorder {
    border-style: none;
    border-width: 0;
}

.promoMaxSize {
    padding-top: 10px;
    padding-right: 10px;
    max-width: 164px;
}

.lockaccount {
    background-image: url(/content/images/ui-icons_004276_256x240.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 210px 99px;
    height: 9px;
    width: 10px;
}

.unlockaccount {
    background-image: url(/content/images/ui-icons_004276_256x240.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 196px 99px;
    height: 9px;
    width: 10px;
}

.locker {
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.lockimg {
    display: none;
}

.promotionDeletedBackground {
    background-color: #94a3d4 !important;
}

.hasNoEmail {
    font-size: 10px !important;
}

/* Security Floating Widget */
.floatingWidget {
    position: absolute;
    height: 9px;
    width: 10px;
    display: none;
}

.lightpaddingleft {
    padding-left: 5px;
}

.textboxQuantity {
    width: 52px;
    height: 27px;
    box-sizing: border-box;
}

input[type="text"].textboxQuantity:focus {
    border: 2px solid;
}

.add_to_cart_single_product .textboxQuantity {
    margin: 0 3px;
}

.black {
    color: #000;
}

.bolder {
    font-weight: bolder;
}

.nomarginleft {
    margin-left: 0 !important;
}

.nomargintop {
    margin-top: 0 !important;
}

.reportTables {
    clear: both;
    width: 920px;
    margin: 0;
    margin: 20px 0;
    padding: 0;
}

    .reportTables td {
        white-space: nowrap;
    }

.lightmarginbottom {
    margin-bottom: 5px;
}

.lightpaddingtop {
    padding-top: 5px;
}

.pointerCursor {
    cursor: pointer;
}

.smallMargin ul {
    margin-bottom: 5px;
}

.accessdenied {
    text-align: center;
    color: #DD052B;
    font-size: 1.6em;
}

.notfound {
    text-align: center;
    color: #DD052B;
    font-size: 1.6em;
}

    .notfound > div, accessdenied > div {
        margin-top: 20px;
        text-align: center;
        color: #DD052B;
    }

.smallestFont {
    font-size: 10px;
}

/******************START*****************/
/************** SHOPPING CART ***********/
/****************************************/
.cart_global_error {
    margin: 10px 0;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #DD052B;
    color: #DD052B;
    background-color: #ffdbdb;
    font-weight: bold;
}

#discount #chartinfo {
    color: #eee;
}

.sectiontitle {
    color: #DD052B;
}

.cart_grid_wrap {
    margin-top: 10px;
}

#itemList:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#item {
    display: block;
}

#itemList {
    min-height: 100px;
    position: relative;
}

    #itemList .k-grid-header,
    #itemList .k-grid-footer,
    #itemList .t-grid-header,
    #itemList .t-grid-footer {
        padding-right: 0 !important;
    }

    #itemList .k-grid-content,
    #itemList .t-grid-content {
        overflow-y: visible;
    }

.spinner_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 15;
}

    .spinner_wrap .spinner {
        position: relative;
        top: 50%;
        margin-top: -15px;
    }

.grid_by_product .t-grid-header.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 940px;
}

.grid_by_product .t-grid-content.sticky {
    padding-top: 60px;
}

.grid_by_product .k-hierarchy-cell,
.grid_by_product .k-hierarchy-col {
    display: none;
}

.grid_by_product .t-hierarchy-col {
    width: 0;
}

.grid_by_product .t-hierarchy-cell {
    overflow: hidden;
}

.grid_by_product .k-detail-cell,
.grid_by_product .t-detail-cell {
    padding: 20px;
}

.grid_by_product .k-i-expand:before {
    content: "";
}

.grid_by_product .k-header.product_grid_delete {
    width: 20px;
    text-align: center;
}

.grid_by_product .k-grid-header th.k-header:nth-child(-n + 2) {
    border-left-width: 0px;
}

.grid_by_product.k-grid tr:hover {
    background-color: #FFF;
    background-image: none;
    background-position: unset;
}

.grid_by_product.k-grid tr.k-alt:hover,
.supplier_grid.k-grid tr.k-alt:hover {
    background-color: #d6d6d6;
}

.grid_by_product .k-detail-row.k-alt,
.grid_by_product tr.k-detail-row.k-alt:hover {
    background-color: #fff;
}


.supplier_grid.k-grid tr:hover {
    background-color: #FFF;
    background-image: none;
    background-position: unset;
}

.grid_by_product.k-widget {
    border-width: 1px 1px 0 1px;
}

.k-grid td.cart_image_wrap {
    line-height: normal;
    text-align: center;
}

.k-grid td.product_description_wrap,
.t-grid td.product_description_wrap {
    position: relative;
    vertical-align: top;
    padding: 0 0 5px 0;
    overflow: visible;
}

    .k-grid td.product_description_wrap.open:after,
    .t-grid td.product_description_wrap.open:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

.k-grid .t-alt td.product_description_wrap.open:after,
.t-grid .t-alt td.product_description_wrap.open:after {
    border-bottom: 1px solid #f7f7f7;
}

.product_description {
    padding: 5px;
    margin: 0 0 5px 0;
}

.product_description_text {
    margin: 0;
}

.product_inventory_text {
    margin: 0 5px;
    padding-right: 60px;
}

    .product_inventory_text.polabel,
    .product_inventory_text.bolabel {
        color: #DD052B;
    }

a.open_cart_sub_grid_link {
    display: inline-block;
    color: #000000;
    position: absolute;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    right: 0;
    bottom: 0;
}

.open_cart_sub_grid_link:after {
    content: url(/Content/Images/svg/Bouton_Fleche-Bas-white-black.svg);
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: 5px;
    background-color: #000;
}

.open_cart_sub_grid_link.open:after {
    content: url(/Content/Images/svg/Bouton_Fleche-Haut-white-black.svg);
}

.confirmation_air_wrap {
    text-align: center;
}

.dropship_detail_wrap {
    position: relative;
}

.k-widget .dropship_detail_title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    font-size: 12px;
    padding: 7px 10px 6px;
    color: #fff;
    background-color: #000;
    font-weight: bold;
}

.dropship_detail_header,
.dropship_detail_row {
    display: table;
    width: 100%;
}

    .dropship_detail_header .dropship_detail {
        background-color: #d6d6d6;
        font-weight: bold;
        border-left: 1px solid #d6d6d6;
        padding: 3px 5px;
    }

.dropship_detail {
    box-sizing: border-box;
    display: table-cell;
    width: 100px;
    text-align: center;
    font-size: 12px;
    border-left: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    padding: 5px;
    vertical-align: middle;
    line-height: normal;
}

    .dropship_detail.eta {
        border-right: 1px solid #000;
    }

.dropship_detail_row:last-child .dropship_detail {
    border-bottom: 1px solid #000;
}

.dropship_detail_error_wrap {
    display: table-cell;
    width: 543px;
    vertical-align: middle;
}

    .dropship_detail_error_wrap.sku_error {
        position: absolute;
        top: -7px;
        left: 600px;
    }

    .dropship_detail_error_wrap.sku_error {
        display: block;
        position: static;
        margin-left: 600px;
    }

.dropship_detail_error,
.rma_detail_error,
.dropship_detail_error_single_product,
.promo_error_message,
.multiple_product_search_error_message {
    position: relative;
    margin: 7px;
    padding: 2px 5px;
    font-size: 12px;
    border: 1px solid #DD052B;
    color: #DD052B;
    background-color: #ffdbdb;
    font-weight: bold;
}

    .dropship_detail_error:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -7px;
        display: block;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-right: 7px solid #DD052B;
        border-left: 0px solid transparent;
        margin-top: -7px;
    }

.dropship_detail_error_single_product,
.multiple_product_search_error_message {
    margin-left: 0;
    padding: 5px;
}

.promo_error_message {
    margin: 10px 0;
    padding: 5px;
    display: block;
}

.multiple_product_search_error_message {
    display: block;
}

.dropship_detail_error_wrap.sku_error .dropship_detail_error:before {
    top: -7px;
    left: 10px;
    border: 7px solid transparent;
    border-bottom: 7px solid #DD052B;
    border-top: 0px solid transparent;
    margin-top: 0;
}

.product_cannot_air {
    margin: 0;
}

.dropship_detail.lbl {
    width: 300px;
    text-align: left;
    border-left: 1px solid #000;
}

.inter_warehouse_notice {
    color: #DD052B;
    font-weight: bold;
}

.confirmation_page .dropship_detail_table {
    width: 600px;
}

.dropship_detail_qty_input {
    width: 30px;
    text-align: center;
}

.dropship_detail.avail_qty p,
.dropship_detail.dropship_detail_qty p,
.dropship_detail.eta p {
    margin: 0;
}

.dropship_detail_button_wrap {
    margin-top: 10px;
    width: 600px;
    text-align: right;
}

.supplier_wrap {
    margin-bottom: 20px;
    position: relative;
}

.supplier_title_wrap {
    display: flex;
    justify-content: space-between;
    background-color: #d6d6d6;
    color: #000;
    cursor: pointer;
    position: relative;
    padding: 13px 27px 13px 40px;
    height: 70px;
    box-sizing: border-box;
}

    .supplier_title_wrap:before {
        content: url(/Content/Images/svg/Bouton_Fleche-Bas.svg);
        display: block;
        width: 11px;
        height: 11px;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -8px;
        z-index: 1;
    }

    .supplier_title_wrap.minus:before {
        content: url(/Content/Images/svg/Bouton_Fleche-Haut.svg);
    }

.supplier_title {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    font-weight: bold;
}

.supplier_info_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.second_line_wrap {
    display: flex;
    margin-top: 2px;
}

.supplier_shiptime {
    font-size: 12px;
    font-weight: bold;
    color: #dd052b;
    margin: 0;
    line-height: normal;
}

.supplier_handling_time {
    margin: 0;
    font-size: 12px;
    position: relative;
    padding-right: 45px;
    line-height: normal;
    font-weight: bold;
}

.handling_time_tooltip {
    border-radius: 50%;
    background-color: #DD052B;
    color: #fff;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 11px;
    position: absolute;
    top: 1px;
    margin-left: 10px;
    line-height: 10px;
    font-weight: bold;
}

.subtotal_wrap {
    padding: 2px 0 5px;
}

.footer_fees_wrap {
    padding: 5px 0;
}

.header_subtotal_text {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.empty_cart_message {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0;
    text-transform: uppercase;
}

.change_tracking_email_product_view {
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
}

.change_tracking_email_wrap {
    text-align: right;
    font-size: 0;
}

.change_tracking_email_text_wrap,
.change_tracking_email_choice_wrap {
    text-align: left;
    color: #000;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 500px;
    margin-left: auto;
    margin-right: 27px;
}

.change_tracking_email_text_wrap {
    position: relative;
}

.change_tracking_email_text {
    position: relative;
    margin: 0;
    font-weight: bold;
}

.change_tracking_email_error_wrap {
    font-size: 13px;
    text-align: left;
    width: 500px;
    margin-left: auto;
    margin-right: 27px;
    padding-bottom: 10px;
}

.change_tracking_email_error {
    display: none;
    color: #DD052B;
    margin: 2px 0 0 0;
}

    .change_tracking_email_error.visible {
        display: block;
    }

.change_tracking_email_radio_wrap {
    padding-bottom: 8px;
}

.change_tracking_email_radio {
    margin: 0;
    position: relative;
    top: 3px;
}

.change_tracking_email_label.disabled {
    color: #acb1b3;
}

input[type="text"].new_tracking_email {
    font-size: 11px;
    padding: 8px 10px;
    width: 228px;
}

.shopping_cart_subtotal_text {
    white-space: nowrap;
    padding: 15px 0;
}

.shopping_cart_number_of_line_text {
    white-space: nowrap;
    padding: 15px 0;
}

.cubic_weight_total_footer {
    padding: 15px 0;
}

.shopping_cart_subtotal_value {
    padding: 15px 0;
    position: relative;
}

.supplier_overlay_air_fees_open {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #DD052B;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 11px;
    line-height: 10px;
    font-weight: bold;
    margin-left: 4px;
}

.product_cannot_air {
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 10px;
}

    .product_cannot_air:hover {
        text-decoration: none;
    }

.t-grid-header .t-header.confirmation_supplier_air_fees_wrap,
.t-grid-header .t-header.cart_air_wrap,
.supplier_air_wrap {
    text-align: center;
}

.supplier_air_header {
    margin: 0;
    text-align: center;
}

.confirmation_supplier_air_fees {
    text-align: right;
}

    .confirmation_supplier_air_fees .supplier_overlay_air_fees_open {
        position: relative;
        top: 2px;
        right: -5px;
    }

.confirmation_supplier_air_fees_wrap,
.cart_air_wrap {
    position: relative;
    text-align: center;
}

    .confirmation_supplier_air_fees_wrap .supplier_overlay_air_fees_open,
    .cart_air_wrap .supplier_overlay_air_fees_open {
        position: absolute;
        bottom: 6px;
        right: 0;
    }

.t-grid-header .t-header.cart_air_wrap,
.t-grid-header .t-header.confirmation_supplier_air_fees_wrap {
    overflow: visible;
}

.centered_cell {
    text-align: center;
}

.total_fees {
    padding: 0;
    margin: 0;
}

.order_list_overlay_fees_open,
.change_tracking_email_overlay_open {
    display: inline-block;
    position: absolute;
    top: 1px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #DD052B;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 11px;
    line-height: 10px;
    font-weight: bold;
    margin-left: 4px;
}

.order_list_overlay_fees_open {
    position: initial;
}

.overlay_marketplace_fees_wrap,
.overlay_fees_wrap {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 0;
    border: 1px solid #333;
    background-color: #fff;
    width: 710px;
    z-index: 1;
    text-align: center;
    -webkit-box-shadow: 4px 4px 12px 0 #333;
    -moz-box-shadow: 4px 4px 12px 0 #333;
    box-shadow: 4px 4px 12px 0 #333;
}

.overlay_marketplace_fees_wrap {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.overlay_marketplace_fees_popup_background.hidden {
    display: none;
}

.overlay_marketplace_fees_wrap.hidden {
    display: none;
}

.product_overlay_air_fees_wrap,
.supplier_overlay_air_fees_wrap,
.product_cannot_air_overlay_wrap,
.overlay_handling_time_wrap,
.discount_overlay_wrap {
    display: none;
    position: absolute;
    top: 0;
    right: -40px;
    border: 1px solid #333;
    background-color: #fff;
    width: 500px;
    z-index: 1;
    text-align: center;
    -webkit-box-shadow: 4px 4px 12px 0 #333;
    -moz-box-shadow: 4px 4px 12px 0 #333;
    box-shadow: 4px 4px 12px 0 #333;
}

    .product_cannot_air_overlay_wrap p {
        margin: 0;
        padding: 10px;
    }

.product_cannot_air_overlay_wrap {
    top: -10px;
    right: 0;
}

#discount .discount_overlay_wrap {
    right: 10%
}

    #discount .discount_overlay_wrap p {
        color: #000;
    }

.overlay_handling_time_wrap {
    top: -60px;
    left: 170px;
    width: 580px;
}


.supplier_overlay_air_fees_wrap {
    top: 42px;
    right: 0;
}

#item .supplier_wrap .t-grid-header-wrap {
    overflow: visible;
}

#item .supplier_wrap .centered_cell {
    overflow: visible;
    position: relative;
}

#item .supplier_wrap .t-grid-content {
    overflow: visible;
}

.supplier_air_fees_text,
.overlay_handling_time_text,
.change_tracking_email_overlay_text {
    padding: 10px;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
}

.supplier_air_fees_text {
    color: #000;
}

.overlay_handling_time_text {
    color: #000;
}

.overlay_fees_header,
.overlay_air_header,
.overlay_handling_time_header,
.change_tracking_email_overlay_header {
    background-color: #000;
    text-align: left;
    font-size: 0;
}

    .overlay_fees_header h3,
    .overlay_air_header h3,
    .overlay_handling_time_header h3,
    .change_tracking_email_overlay_header h3 {
        display: inline-block;
        box-sizing: border-box;
        color: #fff;
        width: 90%;
        font-size: 15px;
        padding: 10px;
    }

.k-widget .header_close {
    box-sizing: border-box;
}

.header_close {
    display: inline-block;
    box-sizing: border-box;
    width: 10%;
    color: #fff;
    font-size: 15px;
    border-left: 1px solid #c8c8c8;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s background-color;
}

    .header_close:hover {
        background-color: #777;
    }

.overlay_fees_grid {
    display: table;
    box-sizing: border-box;
    padding: 10px 25px 0;
    font-size: 0;
    width: 100%;
}

.overlay_fees_row {
    display: table-row;
}

.overlay_fees_cell,
.overlay_fees_grouping_cell,
.overlay_fees_total_cell,
.overlay_fees_header_cell {
    display: table-cell;
    box-sizing: border-box;
    background-color: #d6d6d6;
    font-size: 14px;
    padding: 5px 20px;
    text-align: left;
    border: 1px solid #fff;
    vertical-align: middle;
    font-weight: normal;
}

.overlay_fees_grouping_cell {
    background-color: #a4a4a4;
    color: #fff;
}

.overlay_fees_total_cell,
.overlay_fees_header_cell {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.overlay_fees_cell_description {
    width: 50%;
}

.overlay_fees_line_cell_description {
    padding: 5px 30px;
}

.overlay_fees_cell_sku {
    width: 25%;
    text-align: center;
}

.overlay_fees_cell_amount {
    width: 25%;
    text-align: right;
}

.overlay_fees_note {
    margin: 0;
    padding: 5px 25px 10px;
    font-size: 11px;
    color: #000;
}

.overlay_fees_beyond_open {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #DD052B;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 11px;
    line-height: 10px;
    font-weight: bold;
}

#shoppingCartItems .t-grid-footer-wrap,
.supplier_grid .t-grid-footer-wrap {
    overflow: visible;
}

.shopping_cart_grid {
    border-bottom: none;
}

    .shopping_cart_grid .t-grid-pager {
        display: none;
    }

    .shopping_cart_grid .t-grid-footer {
        border-bottom: 1px solid #828282;
    }

    .shopping_cart_grid.has_supplier_product .t-grid-footer {
        border-bottom: none;
    }

#itemList .overlay_fees_wrap p,
#itemList .supplier_overlay_fees_wrap p {
    position: static;
    text-align: left;
    width: auto;
}

button {
    margin-left: 15px;
    cursor: pointer;
}

#buttonbar {
    text-align: center;
    width: 100%;
    margin: 15px;
}

.net {
    color: #DD052B;
}

.bulk {
    color: green;
}

.noreturn {
    color: #00f;
}

.required {
    color: #DD052B;
}

.rightbutton {
    text-align: right;
    width: 97%;
}

.namefield {
    width: 300px;
}

.display-field {
    display: inline-block;
    width: 148px;
    margin: 10px 0;
    font-size: 11px;
}

fieldset.popup > .display-field, fieldset.popup > .editor-field {
    display: block;
    background-color: transparent !important;
    margin: 5px 0;
}

.editor-field {
    display: block;
    margin-bottom: 0 !important;
}

.bold {
    font-weight: bold;
}

.fieldColumn div {
    margin-bottom: 10px;
}

.block {
    display: block;
}

.textarea {
    margin-bottom: 10px;
}

#noteForm .textarea {
    margin-bottom: 20px !important;
    resize: none;
}

#noteForm span {
    font-size: 1.5em;
}

.notePrompt {
}

    .notePrompt div {
        display: block;
    }

    .notePrompt span {
        display: block;
    }

    .notePrompt textarea {
        clear: both;
    }

#locationGrid {
    margin: 20px 0;
}

.note_button_wrap {
    text-align: center;
    display: flex;
}

#shipFromForm .col {
    width: 120px !important;
}

.pricechangedlabel,
.conveyable,
.previousSku {
    color: #DD052B;
}

#AdressInfosAnchor {
    display: none;
}

.centered {
    font-size: 1.8em;
    width: 100%;
    text-align: center;
}

#shippingSummary {
    width: 50%;
}

.editor-label, .display-label {
    margin-top: 5px !important;
}

.must_enter_po_number_confirmation {
    border: 1px solid #ff9900;
    background-color: #ffebcc;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
    color: #ff9900;
    text-align: center;
    font-size: 12px;
}

.enter_po_number_wrap {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 250px;
}

.must_enter_po_number_confirmation p {
    margin-bottom: 10px;
}

#summary, .shipFromForm, .noteForm, .modifiedQuantity, #ShoppingCartItemList {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cart_price_wrap_with_icon {
    padding-top: 20px;
}

.no_air_column {
    text-align: left;
}

    .no_air_column .shoping_cart_note {
        margin-left: 4px;
    }

.cart_icon {
    width: 20px;
    height: 20px;
}

.airCheckbox {
    margin-bottom: 5px;
    border: 1px solid #acb1b3;
    padding: 5px;
}

.erpcode_air_message {
    color: #DD052B;
    margin-left: 16px;
}

#validate-address .page-title {
    width: 575px;
}

#validate-address fieldset {
    clear: both;
    margin-bottom: 15px;
}

#validate-address .div-table {
    width: 100%;
}

.button-bar {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

#orderHeaderForm {
    width: 940px;
}

    #orderHeaderForm .div-content {
        font-size: 0;
    }

/****************************************/
/************** SECURITY ***********/
/****************************************/
#actionPanel {
    position: relative;
    display: none;
    width: 65%;
    margin-top: 8px;
    min-height: 270px;
    margin-left: 20px;
}

.checklistbox {
    width: 250px !important;
    clear: none !important;
}

.t-treeview.black span {
    color: #ddd !important;
}

div.innerset {
    padding: 15px 30px 0;
}

.loading {
    display: none;
}

.topmarginspacing {
    margin-top: 10px;
}

.bottommarginspacing {
    margin-bottom: 10px;
}

.checkRoleDuplicateMessage {
    width: 400px;
}

#reloadUserSecurityAssignmentAnchor {
    width: 100%;
}

.fixedwidth {
    width: 175px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

/****************************************/
/************** RMA ***********/
/****************************************/
#gridRmaLine {
    margin: 20px 0;
    display: inline-block;
    width: 99.8%;
}

#gridRMA {
    margin-bottom: 20px;
    display: inline-block;
    width: 99.8%;
}

.border {
    border-color: #DD052B;
    border-width: thin;
    border-style: solid;
    height: 40px;
}

.dealer {
    font-size: large;
    font-weight: bold;
}

.sku {
    width: 90px;
}

.qty {
    width: 100px;
}

.type {
    width: 90px;
}

.reason {
    width: 200px;
}

.delete {
    text-align: left;
}

#rmaFastAddHeader {
    clear: right;
}

#rmaFastAddItem {
    clear: right;
}

.rmaTable tr th {
    color: #FFF;
    background-color: #ADD8E6;
}

.rma_confirm_success {
    margin: 25px 0px;
    padding: 20px 25px;
    background-color: #cce6cc;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #0d8631;
}

.rma_confirm_reference {
    border: solid 1px #000;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
}

    .rma_confirm_reference p {
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .rma_confirm_reference .rma_reference {
        font-weight: bold;
        margin-top: 20px;
    }

.rma_confirm_text {
    display: inline-block;
    line-height: 21px;
}

.rma_confirm_check {
    fill: #008000;
    width: 21px;
    height: 21px;
    margin-right: 25px;
    vertical-align: top;
}

.fast_lane_button.rma_confirm_button {
    margin: 20px auto 0;
    display: block;
    width: 275px;
    padding: 11px 0;
    line-height: 18px;
    font-size: 13px;
}

/****************************************/
/**************** BACKORDER**************/
/****************************************/
#div-report {
    width: 940px;
}

#BackOrderGrid, .BackOrderGrid {
    font-size: 10px;
    margin-bottom: 10px;
}

.dataContainer {
    margin: 15px 0;
}

    .dataContainer .title {
        margin-right: 10px;
    }

.data-row, .data-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .data-header td, .data-row td, .data-footer td {
        width: 50%;
        border: none;
        border-style: none;
        vertical-align: middle;
        text-align: center;
    }

.form-element {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
/****************************************/
/************** INVOICE ***********/
/****************************************/
.invoice_filter_wrap {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin-bottom: 15px;
}

.k-grid td .invoice_print_po_number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

/****************************************/
/************** PROMOTION ***********/
/****************************************/
span.item {
    width: auto;
    left: 25%;
    text-align: right;
    font-weight: normal;
    margin: 25px auto;
}

div.container {
    clear: both;
}

div.more {
    margin-bottom: 25px;
}

.textarea {
    margin-left: 10px;
    margin-bottom: 20px;
}

#fileInputQueue {
    position: relative;
    z-index: 20;
    left: 0;
    text-align: center;
    font-weight: normal;
}

.textbox input[type=text] {
    width: 250px;
}

.buttonsection {
    margin-top: 25px;
    text-align: center;
}

.thintopmargin {
    margin-top: -8px;
}

.thinbottommargin {
    margin-bottom: 8px;
}

#promotionList {
    margin-top: 8px;
}

.promotions-add .page-title {
    width: 575px;
}

.promoPrice,
.promo_price {
    color: Blue;
}
/****************************************/
/************** PROFILE ***************/
/****************************************/
.profile {
    width: 300px;
}

.profileDetail {
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    display: block;
    width: 400px;
}

.labelblock {
    width: 40%;
}

.labelblocksmall {
    width: 15%;
}

.labelblockmedium {
    width: 25%;
}

.textbox-left {
    display: inline-block;
    margin-right: 20px;
    padding-top: 3px;
    vertical-align: top;
}

.profilesecurity {
    display: inline-block;
    width: 500px;
    margin-left: 10px;
    vertical-align: top;
}

.profile-form {
    display: inline-block;
    width: 45%;
    text-align: left;
}

.tb-form th {
    text-align: left;
}

.profile-form ol {
    list-style: none;
    padding-left: 0;
}

    .profile-form ol li {
        margin-bottom: 10px;
    }

#divCustomerList {
    margin: 15px 0;
}

.tb-profile-top th {
    width: 220px;
}

.tb-profile-top th, x:-moz-any-link, x:default {
    width: 230px;
}

/****************************************/
/************** PRODUCT ***************/
/****************************************/
#divChart {
    clear: both;
    width: 650px;
    height: 700px;
    padding: 35px;
    background-image: url(/Content/Images/overlay/white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}

    #divChart h2, h5 {
        text-align: left;
    }
/* the overlayed element */
/* default close button positioned on upper right corner */
#divChartClose {
    background-image: url(/Content/Images/overlay/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.search-result-box {
    width: 930px;
    padding: 10px;
    margin-bottom: 15px;
}


    .search-result-box .product-title {
        margin: 0px 0px 0px 0px;
        font-weight: bold;
        color: Black;
        font-size: 12px;
    }

    .search-result-box .left-panel {
        display: inline-block;
        margin: 0px 15px 14px 0px;
        width: 580px;
        vertical-align: top;
    }

    .search-result-box .right-panel {
        display: inline-block;
        width: 325px;
    }

.single_product_description_title {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.single_product_description {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #828282;
    color: #000;
}

    .single_product_description a {
        text-decoration: none;
        font-size: inherit;
        text-decoration: underline;
    }

        .single_product_description a:hover {
            text-decoration: none;
        }

    .single_product_description p,
    .single_product_description span {
        font-size: inherit;
    }

    .single_product_description b,
    .single_product_description strong {
        font-weight: bold;
    }

    .single_product_description i,
    .single_product_description em {
        font-style: italic;
    }

    .single_product_description u {
        text-decoration: underline;
    }

    .single_product_description ul {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 0 15px;
        padding: 0;
    }

    .single_product_description li {
        margin: 0 0 0 15px;
    }

    .single_product_description table {
        margin: 10px 0;
        border-collapse: separate;
        border-spacing: 2px;
    }

    .single_product_description td {
        padding: 5px 8px;
    }

.single_search_image_wrap {
    display: inline-block;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
    border: 1px solid #828282;
    margin-top: 3px;
}

    .single_search_image_wrap.big {
        width: 136px;
        height: 136px;
        line-height: 135px;
    }

    .single_search_image_wrap img {
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
    }

.sub_image_wrap {
    margin-top: 15px;
}

.search-result-box .photo_scroller_wrap {
    margin: 15px 0px 0px 3px;
    height: 360px;
    width: 70px;
    text-align: center;
}

    .search-result-box .photo_scroller_wrap ul {
        -webkit-margin-before: 0px !important;
        -webkit-margin-after: 0px !important;
        -webkit-margin-start: 0px !important;
        -webkit-margin-end: 0px !important;
        -webkit-padding-start: 0px !important;
    }

        .search-result-box .photo_scroller_wrap ul li {
            list-style-type: none;
            margin: 0px !important;
            border: 1px solid #DD052B;
        }

            .search-result-box .photo_scroller_wrap ul li img {
                height: 60px;
                width: 60px;
            }


.tb-product-single-search-result {
    color: #000;
    border-collapse: collapse;
    text-align: left;
    border: 1px solid #828282;
    margin-bottom: 10px;
}

    .tb-product-single-search-result td {
        max-width: 160px;
    }

    .tb-product-single-search-result tr {
        background-color: #FFFFFF;
        text-align: left;
    }

    .tb-product-single-search-result .alt {
        background-color: #F7F7F7;
        text-align: left;
    }

    .tb-product-single-search-result th {
        width: 200px;
        padding: 5px;
        font-weight: normal;
        text-align: left;
    }

    .tb-product-single-search-result td {
        border-left: 1px solid #828282;
    }

        .tb-product-single-search-result td > div {
            color: #525252;
            background-color: #FFFFFF;
            padding: 5px;
            min-height: 12px;
        }

    .tb-product-single-search-result .alt td > div {
        background-color: #F7F7F7;
    }

    .tb-product-single-search-result .bulk_charge,
    .tb-product-single-search-result .hazardous_goods,
    .tb-product-single-search-result .air_compliant {
        background-color: #DD052B;
    }

        .tb-product-single-search-result .bulk_charge.border_top,
        .tb-product-single-search-result .hazardous_goods.border_top,
        .tb-product-single-search-result .air_compliant.border_top {
            border-top: 1px solid #ffffff;
        }

        .tb-product-single-search-result .bulk_charge label,
        .tb-product-single-search-result .hazardous_goods label,
        .tb-product-single-search-result .air_compliant label {
            color: #fff;
        }

        .tb-product-single-search-result .bulk_charge td,
        .tb-product-single-search-result .hazardous_goods td,
        .tb-product-single-search-result .air_compliant td {
            border-left: 1px solid #ffffff;
        }

            .tb-product-single-search-result .bulk_charge td > div,
            .tb-product-single-search-result .hazardous_goods td > div,
            .tb-product-single-search-result .air_compliant td > div {
                background-color: #DD052B;
                color: #fff;
            }

    .tb-product-single-search-result .discountPrice {
        display: none;
        background-color: Black;
        color: White;
        border: 2px solid White;
        border-radius: 4px;
        margin-left: 5px;
        padding-left: 3px;
        padding-right: 3px;
    }

.single_product_slider {
    margin: 15px 0;
    padding: 15px 0;
}

    .single_product_slider:before {
        content: "";
        display: block;
        border-top: 1px solid #c9c9c9;
        width: 50%;
        position: absolute;
        top: 0;
        left: 25%;
    }

    .single_product_slider:after {
        content: "";
        display: block;
        border-bottom: 1px solid #c9c9c9;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 25%;
    }

.single_product_thumbnail_wrap {
    height: 95px;
    width: 256px;
}

    .single_product_thumbnail_wrap .thumbnails {
        width: 108px;
        height: 75px;
        display: block;
        padding: 10px;
        cursor: pointer;
    }

.video_details {
    display: none;
}

.video_title_single_product {
    height: 57px;
    width: 480px;
    margin: 10px auto;
}

/****************************************/
/************** ORDER ***************/
/****************************************/
.order-info {
    font-size: 0;
}

    .order-info .div-title {
        display: inline-block;
        width: 200px;
        vertical-align: top;
        font-size: 11px;
    }

    .order-info .div-value {
        display: inline-block;
        width: 245px;
        font-size: 11px;
    }

/****************************************/
/************** CUSTOMER ***************/
/****************************************/

.customer #ajaxUpdate h2 {
    margin-top: 10px;
}

.use_new_return_module_permission_success,
.restocking_permission_success,
.use_forecast_module_permission_success {
    display: none;
    line-height: 19px;
    vertical-align: top;
    color: #00ce04;
}

.use_new_return_module_permission_error,
.restocking_permission_error,
.use_forecast_module_permission_error {
    display: none;
    line-height: 19px;
    vertical-align: top;
    color: #DD052B;
}

/*
    Fast Add Form
*/
.fastaddheadercell {
    display: inline-block;
    padding-bottom: .2em;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #A9A9A9;
    color: #efffff;
    border-bottom: 2px solid #000;
    margin-bottom: 4px;
    line-height: 20px;
    text-align: center;
}

.fastadditemcell {
    display: inline-block;
    padding-bottom: .2em;
}

.sku {
    width: 90px;
}

    .sku input[type="text"] {
        width: 70px;
    }

.qty {
    width: 100px;
}

    .qty input[type="text"] {
        width: 50px;
    }

.oldsku {
    width: 90px;
}

.description {
    width: 200px;
}

.delete {
    text-align: center;
    max-height: 20px;
    width: 80px;
}

.message {
    width: 211px;
}

.select {
    width: 20px;
}

.availqty {
    width: 121px;
}

#orderFastAddHeader {
    clear: right;
}

#orderFastAddItem {
    clear: right;
}

/*
    Exception overlay
*/
#deleteOrder {
    visibility: hidden;
}

#addException {
    margin-top: 30px;
    margin-left: 30px;
}

/* error container */
#errors {
    background-color: #163356;
    color: #fff;
    width: 400px;
    padding: 20px;
    margin: 5px auto;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.error-message {
    color: #DD052B;
}

.error_message_ad,
.error_message_grouping_location_bypass {
    color: #DD052B;
    padding: 5px 0 0 5px;
    border: 1px solid #DD052B;
    background-color: #fee;
}

.import_excel_error {
    display: none;
}

.file-promo-error {
    padding: 5px 0;
    border: 1px solid #DD052B;
    background-color: #fee;
}

/* title */
#errors h2 {
    margin: -5px 0;
    color: #FF0;
}

#showexceptions {
    /* initially overlay is hidden */
    display: none; /* growing background image */
    background-image: url(../Images/overlay/transparent-wide.png); /*  		width after the growing animation finishes 		height is automatically calculated 	*/
    width: 900px; /* some padding to layout nested elements nicely  */
    padding: 35px; /* a little styling */
    font-size: 1.2em;
    color: #fff;
}

    #showexceptions div.close {
        background-image: url(../Images/overlay/close.png);
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        height: 35px;
        width: 35px;
    }

.details {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #000;
    width: 150px;
}

    .details p {
        color: #aba;
        font-size: 15px;
        margin: 0 0 -10px 100px;
    }

.btn {
    margin: 140px 0 0 70px;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}

#fastAddmodel.FormAction {
    display: none;
}

.inline {
    display: inline;
}

#count {
    display: none;
}

.product-note {
    display: inline-block;
    position: relative;
    padding: 6px;
    margin-right: .1em;
    text-decoration: none !important;
    text-align: center;
    zoom: 1;
    overflow: visible;
    border-color: #DD052B;
    border-bottom-color: #DD052B;
    color: #fff !important;
    background-color: #DD052B;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.50);
    position: relative;
    max-width: 650px;
    margin-left: 15px;
    top: 2px;
}

.product-note-left {
    display: inline-block;
    vertical-align: top;
}

.product-note-right {
    display: inline-block;
    width: 650px;
}

.quick_order_button_wrap {
    padding: 15px 5px 0 0;
    display: flex;
    justify-content: space-between;
}

.fastadd {
    border: 0 !important;
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.88em;
    line-height: 20px;
    text-align: center;
}

    .fastadd td {
        border: 0 !important;
        border-bottom: 1px solid #000 !important;
    }

.notVisible {
    position: absolute;
    visibility: hidden;
}

.loading {
    display: none;
}

.div-content {
    margin-bottom: 10px;
}

.div-content-half {
    width: 455px;
    margin-bottom: 10px;
    padding: 5px;
}

/*******************************************/
/************** ORDER UPLOAD ***************/
/*******************************************/
.faq-title {
    border-bottom: 1px solid #acb1b3;
    margin: 40px 0 20px;
}

.faq-elements {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: justify;
}

/*****************************************************/
/************** Multiple search result ***************/
/*****************************************************/
.button-add-to-cart {
    margin: 10px 0;
    text-align: center;
}

.open_video_overlay {
    display: block;
}

.multiple_result_search_videos {
    width: 480px;
    margin: 0 auto;
}

.multiple_result_search_thumbnail_wrap {
    height: 114px;
}

    .multiple_result_search_thumbnail_wrap li {
        position: relative;
        cursor: pointer;
    }

        .multiple_result_search_thumbnail_wrap li:before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background-color: #000;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .multiple_result_search_thumbnail_wrap li:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            border: 5px solid transparent;
            border-right: 0 solid transparent;
            border-left: 10px solid #fff;
            margin-left: -4px;
            margin-top: -6px;
        }

    .multiple_result_search_thumbnail_wrap .thumbnails {
        width: 116px;
        height: 90px;
        display: block;
        margin: 10px;
        border: 2px solid transparent;
    }

        .multiple_result_search_thumbnail_wrap .thumbnails.active {
            border: 2px solid #DD052B;
        }

/*******************************************/
/************** Masterpage Menu ***************/
/*******************************************/
#mainMenu ul li.StaticMenuItems {
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    font-size: 12pt;
    width: 135px;
    line-height: 25px;
    text-align: center;
    margin-right: 30px;
    vertical-align: middle;
    color: #000;
    background-color: #CCC;
    text-decoration: none;
}

    #mainMenu ul li.StaticMenuItems a {
        color: #000;
        text-decoration: none;
        background-color: transparent;
    }

#mainMenu ul li.StaticMenuItemsHover a {
    color: #DD052B;
    text-decoration: none;
}

/*******************************************/
/************** Master *********************/
/*******************************************/
.wrap-header {
    width: 100%;
    margin-bottom: 3px;
}

.icon {
    width: 52px;
    height: 52px;
    margin-right: 8px;
    display: inline-block;
}

.page-title {
    width: 878px;
    vertical-align: top;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    display: inline-block;
}

    .page-title h1 {
        font-size: 24px;
    }

.wrap-header .print {
    position: absolute;
    top: -5px;
    right: 0;
}

.wrap-header .help {
    position: absolute;
    top: -5px;
    right: 40px;
}
/*******************************************/
/************** INTERDEPOT ****************/
/*******************************************/
div.container span {
    position: absolute;
    text-align: right;
    font-weight: normal;
}

div.container {
    width: 70%;
    margin-left: 10px;
    margin-bottom: 9px;
    font-weight: bold;
}

div.more {
    margin-bottom: 25px;
}

.textarea {
    margin-left: 10px;
    margin-bottom: 20px;
}

/*******************************************/
/************** EXCEPTION ****************/
/*******************************************/
/*
    Fast Add Form
*/
#exceptionlist .fastaddheadercell {
    display: inline-block;
    padding-bottom: .2em;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #A9A9A9;
    color: #efffff;
    border-bottom: 2px solid #000;
    margin-bottom: 4px;
    line-height: 20px;
    text-align: center;
}

#exceptionlist .fastadditemcell {
    display: inline-block;
    padding-bottom: .2em;
}

#exceptionlist .sku {
    width: 60px;
}

#exceptionlist .qty {
    width: 70px;
}

#exceptionlist .oldsku {
    width: 80px;
}

#exceptionlist .delete {
    text-align: left;
}

#exceptionlist .message {
    width: 250px;
}

#exceptionlist .select {
    width: 20px;
}

#exceptionlist .availqty {
    width: 140px;
}

#exceptionlist {
    margin-left: 30px;
}

.hr {
    background-color: #efffff;
}

.cutomer_info_wrap {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
    vertical-align: top;
}

.customer-info {
    width: 100%;
}

.promoOverlay {
    padding-left: 10px;
}

.separator {
    margin-top: 20px;
}

.contactinfos {
    margin-left: 15px;
}

    .contactinfos .title {
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .contactinfos .title span {
            margin-left: 60px;
        }

    .contactinfos ul.contacts {
        list-style-type: none;
        margin-left: 35px;
    }

.cutomer_info_button_wrap {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

    .cutomer_info_button_wrap .fast_lane_button {
        vertical-align: top;
    }

#updateImage {
    position: absolute;
    padding-left: 10px;
}
/*******************************************/
/*********** CHECKED LISTBOX ***************/
/*******************************************/
#roles select, #roles ul {
    overflow: auto;
    border: 1px inset #000;
    border-style: inset;
    border-bottom-color: lightgray;
}

#roles ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#roles li {
    margin: 0;
    padding: 0;
    color: #000;
}

#roles label {
    display: block;
    color: WindowText;
    background-color: Window;
    margin: 0;
    padding: 0;
}

    #roles label:hover {
        background-color: Highlight;
        color: HighlightText;
    }

/*******************************************/
/***************** ACCOUNT *****************/
/*******************************************/

.welcomeContent {
    margin-left: 190px;
}

.bookmark {
    margin-left: 190px;
}

/* LOGIN  */
.login-title {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 15px;
    color: #000;
    padding-bottom: 5px;
    font-size: 28px;
}

.login-icon {
    display: inline-block;
    vertical-align: top;
}

.login .section-main-box {
    display: inline-block;
    vertical-align: top;
    width: 640px;
    min-width: 640px;
    min-height: 300px;
    display: block;
    left: 0;
    margin: 10px auto;
}

.login .section-main {
    width: 680px;
    margin: 0 auto;
}

.div-login {
    vertical-align: top;
    margin-top: 20px;
}

.loginInput {
    width: 150px;
}

.login-validation-summary {
    display: block;
}

    .login-validation-summary .validation-summary-errors {
        border: 1px solid #DD052B;
        background-color: #eacece;
    }

.login-form-label {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 10px 20px 10px 0;
    font-size: 18px;
    color: #000;
    text-align: right;
}

.login-form-field {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin: 10px 0;
}

    .login-form-field input {
        font-size: 18px;
        width: 400px;
    }

.login-form-remember {
    display: inline-block;
    vertical-align: top;
    margin-left: 27px;
}

    .login-form-remember label {
        display: inline-block;
        vertical-align: top;
        width: 115px;
        margin: 0 24px 0 0;
        color: #000;
        text-align: right;
    }

    .login-form-remember input {
    }

.open-account {
    vertical-align: top;
    padding: 0px 55px;
}

    .open-account .forgot {
        margin-bottom: 5px;
    }

    .open-account a {
        color: #DD052B;
        text-decoration: none;
    }

.login-button {
    display: block;
    vertical-align: top;
    text-align: right;
    margin: 20px 0px 35px 0px;
    padding-right: 55px;
}

/********************************************/
/*********** ACCOUNT REGISTER ***************/
/********************************************/

.register-account-box {
    width: 930px;
    padding: 5px;
    border: 1px solid #a5a8b8;
    background-color: #eaeaea;
    margin-bottom: 15px;
}

.tb-register-user-form {
    border-collapse: collapse;
    text-align: left;
    color: #FFF;
    margin-bottom: 5px;
    width: 100%;
}

    .tb-register-user-form th {
        background-color: #343434;
        border: 1px solid #1c1c1c;
        padding: 5px;
    }

    .tb-register-user-form td {
        background-color: #1c1c1c;
        border: 1px solid #363636;
        padding: 5px;
    }

    .tb-register-user-form input {
        width: 400px;
    }

.tb-register-user-form-browsers {
    border-collapse: collapse;
    text-align: left;
    color: #FFF;
    width: 100%;
}

    .tb-register-user-form-browsers th {
        background-color: #343434;
        border: 1px solid #1c1c1c;
        padding: 5px;
    }

    .tb-register-user-form-browsers td {
        background-color: #1c1c1c;
        border: 1px solid #363636;
        padding: 5px;
    }

.terms {
    margin-bottom: 15px;
}

.terms-header {
    border-bottom: 1px solid #acb1b3;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.validation-summary-errors {
    border: 1px solid #DD052B;
    background-color: #eacece;
    margin: 0 0 15px;
    color: #DD052B;
}

    .validation-summary-errors ul {
        margin: 5px 0;
    }

/********************************************/
/*********** PROMOTIONS ***************/
/********************************************/

#promotionCustomersGrid .k-alt td {
    background-color: #ededed;
}

#promotionProductsGrid .k-alt td {
    background-color: #ededed;
}

.promotion-form {
    width: 920px;
}

column-box .promotions-add .page-title {
    width: 570px;
}

.promotions .div-th {
    padding: 8px;
}

.promotion-form .div-th {
    padding: 7px;
}

/********************************************/
/****************** CACHE *******************/
/********************************************/

.cache .left-panel {
    display: inline-block;
    width: 420px;
    margin-right: 98px;
}

.cache .right-panel {
    display: inline-block;
    width: 420px;
}

    .cache .left-panel .title, .cache .right-panel .title {
        margin-bottom: 10px;
        color: #000000;
    }

.cache .button_wrap {
    margin-bottom: 15px;
}

/* PS SLIDER */
.div-content .title_wrap {
    margin: 10px auto 0px;
    width: 845px;
}

    .div-content .title_wrap .title {
        color: #fff;
        padding: 0 10px;
        background-color: #333;
        width: 822px;
        -moz-box-shadow: 1px 1px 4px #000;
        -webkit-box-shadow: 1px 1px 4px #000;
        box-shadow: 1px 1px 4px #000;
    }

.ps_overlay {
    z-index: 90;
    background: #111;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/* Image container style */
.ps_container {
    width: 480px;
    height: 350px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -240px;
    z-index: 100;
}

    .ps_container img {
        border: 10px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-box-shadow: 1px 1px 10px #000;
        -webkit-box-shadow: 1px 1px 10px #000;
        box-shadow: 1px 1px 10px #000;
    }
/* Close button for preview mode */
a.ps_close {
    background: #000 url(/content/images/ps-slider/close.png) no-repeat center center;
    cursor: pointer;
    width: 56px;
    height: 56px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
/* Next photo button for preview mode */
a.ps_next_photo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    z-index: 200;
    cursor: pointer;
    background: #000 url(/content/images/ps-slider/next_photo.png) no-repeat 50% 50%;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}

    a.ps_next_photo:hover, a.ps_close:hover {
        opacity: 0.8;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    }

.autoWidth {
    width: auto;
}

.inlineBlock {
    display: inline-block;
}

.communicationImage {
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.largeMarginBottom {
    padding-bottom: 15px;
}

.largePaddingTop {
    padding-top: 15px;
}

.paddingLeft {
    padding-left: 15px;
}

.tabsMargin {
    padding-right: 100px;
}

.noMarge {
    margin-right: 0px;
}

.invertcolumns {
    margin-left: 20px;
    color: #DD052B;
}


.t-grid#shoppingCartItems table,
.t-grid.supplier_grid table {
    /*font-size: 0.75em;*/
    vertical-align: text-top;
}

.withNoEmail {
    display: none;
}

/* COMMUNICATION */

.editor-label-text {
    margin-bottom: 0em !important;
}

.upload-url {
    margin-left: 155px;
}

#communicationTreeview .t-treeview-lines {
    color: #000;
}

    #communicationTreeview .t-treeview-lines .t-in {
        cursor: pointer;
    }

    #communicationTreeview .t-treeview-lines .t-state-selected {
        color: #FFF;
    }


#discount .t-grid td,
#discount .k-grid td {
    vertical-align: middle;
}

#discount .t-grid-header .t-link,
#discount .k-grid-header .k-link {
    font-weight: bold;
    font-size: 1.1em;
}

#discount .t-grid a,
#discount .k-grid a {
    font-weight: normal;
    text-decoration: underline;
}

#discount .t-link .t-state-hover {
    background-color: transparent;
}

#discount .white {
}

#discount .data-header td {
    text-align: left;
    background-color: transparent;
}

    #discount .data-header td.title {
        text-align: center;
    }

    #discount .data-header td.l {
        text-align: left;
    }

        #discount .data-header td.l span, #discount .data-header td.title span {
            padding-left: 2px;
            padding-right: 2px;
        }

    #discount .data-header td.m {
        text-align: left;
    }

    #discount .data-header td.r {
        text-align: left;
    }

#discount .t-grid a:hover {
    font-weight: bold;
    color: White;
}

#discount .t-alt {
}

#discount .t-grid .t-alt td {
}

.tooltip {
    display: none;
    background: transparent url(/Content/images/white-big-half.png);
    font-size: 12px;
    height: 90px;
    padding: 30px 30px 0px 30px;
    width: 310px;
    color: #000;
    z-index: 13000;
}

#discount .tooltip.bottom {
    background: url(/Content/images/white_big.png);
    padding-top: 40px;
    height: 75px;
}

#discount .tooltip.bottom {
    background: url(/Content/images/white_big.png);
}

#discount #info .overlayAnchor {
    border: 2px solid #666;
    border-radius: 4px;
    width: 210px;
    height: 20px;
    position: relative;
}

#discount #info .overlayAnchorMask {
    position: absolute;
    width: 0px;
    height: 20px;
    margin-top: 2px;
    margin-left: 2px;
}

#discount #info .t-alt .overlayAnchorMask {
    position: absolute;
    width: 0px;
    height: 20px;
    margin-top: 2px;
    margin-left: 2px;
}

#discount #info div.cnt {
    background-color: transparent;
    margin-top: 4px;
    margin-left: 4px;
    font-size: 0;
}

    #discount #info div.cnt a {
        color: Black;
        font-weight: bold;
    }

#discount #info div.a {
    background-color: transparent;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-weight: bolder;
    text-align: left;
    font-size: 11px;
}

#discount #info div.t {
    background-color: transparent;
    width: 30%;
    color: Black;
    display: inline-block;
    vertical-align: top;
    font-weight: bolder;
    text-align: center;
    font-size: 11px;
}

#discount #info div.p {
    background-color: transparent;
    width: 30%;
    color: Black;
    display: inline-block;
    vertical-align: top;
    font-weight: bolder;
    text-align: right;
    font-size: 11px;
}

#discount #info img.fl {
    position: absolute;
}

#discount .discleg {
    padding: 4px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
}

    #discount .discleg span.a {
        display: inline;
        color: blue;
        margin-left: 6px;
    }

    #discount .discleg span.t {
        display: inline;
        color: Green;
        margin-left: 6px;
    }

    #discount .discleg span.p {
        display: inline;
        color: Black;
        margin-left: 6px;
    }

    #discount .discleg span.ab {
        display: inline-block;
        margin-left: 6px;
        background-color: blue;
        padding-left: 15px;
        height: 15px;
        border: 1px solid #bbb;
    }

    #discount .discleg span.tb {
        display: inline-block;
        margin-left: 6px;
        background-color: Green;
        padding-left: 15px;
        height: 15px;
        border: 1px solid #bbb;
    }

    #discount .discleg span.pb {
        display: inline-block;
        margin-left: 6px;
        background-color: Black;
        padding-left: 15px;
        height: 15px;
        border: 1px solid #bbb;
    }

    #discount .discleg span.col0 {
        display: inline-block;
        vertical-align: top;
        height: 15px;
    }

    #discount .discleg span.col1 {
        display: inline-block;
        margin-left: 6px;
        background-color: #DD052B;
        padding-left: 30px;
        padding-right: 30px;
        height: 15px;
        border: 1px solid #bbb;
        border-radius: 4px;
    }

    #discount .discleg span.col2 {
        display: inline-block;
        vertical-align: top;
        margin-left: 6px;
        background-color: #FF8400;
        padding-left: 30px;
        padding-right: 30px;
        height: 15px;
        border: 1px solid #bbb;
        border-radius: 4px;
    }

    #discount .discleg span.col3 {
        display: inline-block;
        vertical-align: top;
        margin-left: 6px;
        background-color: #FFFB00;
        padding-left: 30px;
        padding-right: 30px;
        height: 15px;
        border: 1px solid #bbb;
        border-radius: 4px;
    }

    #discount .discleg span.col4 {
        display: inline-block;
        vertical-align: top;
        margin-left: 6px;
        background-color: #A2FF00;
        padding-left: 30px;
        padding-right: 30px;
        height: 15px;
        border: 1px solid #bbb;
        border-radius: 4px;
    }

    #discount .discleg span.col5 {
        display: inline-block;
        vertical-align: top;
        margin-left: 6px;
        margin-right: 6px;
        background-color: #00FF15;
        padding-left: 30px;
        padding-right: 30px;
        height: 15px;
        border: 1px solid #bbb;
        border-radius: 4px;
    }

#discount .col1 {
    background-color: #DD052B;
    color: Black;
}

#discount .col2 {
    background-color: #FF8400;
    color: Black;
}

#discount .col3 {
    background-color: #FFFB00;
    color: Black;
}

#discount .col4 {
    background-color: #A2FF00;
    color: Black;
}

#discount .col5 {
    background-color: #00FF15;
    color: Black;
}

#discount .smalltextgrid {
    font-size: 10px;
    table-layout: fixed;
}

#discount .t-grid#info table, .t-grid#infosimple table, .t-grid#infosimple2 table {
    table-layout: fixed;
}

#discount .pascalCase {
    text-transform: uppercase;
}

#discount div#skulist {
    height: 500px;
    width: 800px;
    padding-left: 50px;
    z-index: 13001;
}

#discount div#chartinfo {
    height: 185px;
    width: 800px;
    padding-left: 50px;
    z-index: 13001;
}

#discount div#saleslist {
    height: 500px;
    width: 800px;
    padding-left: 50px;
    z-index: 13001;
}

#discount .discount_overlay {
    /* initially overlay is hidden */
    display: none; /* growing background image */ /*  		width after the growing animation finishes 		height is automatically calculated 	*/
    width: 640px;
    background-color: #fff;
    border-radius: 4px; /* some padding to layout nested elements nicely  */
    padding: 35px; /* a little styling */
    font-size: 11px;
}

    /* default close button positioned on upper right corner */
    #discount .discount_overlay .close {
        padding: 5px 10px 5px 10px;
        cursor: pointer;
        font-weight: bold;
        color: White;
        font-size: 1.2em;
    }
    /* default close button positioned on upper right corner */
    #discount .discount_overlay.black {
        background: transparent url(/Content/images/overlay/transparent-wide.png) no-repeat;
    }

#discount p {
    cursor: pointer;
    font-weight: bold;
    color: White;
    font-size: 1.2em;
}

    #discount p.chose {
        margin-top: 15px;
        text-align: center;
    }

#discount div.a p {
    color: #000;
}

#discount .t-reset {
    color: #000;
}

#discount {
    margin-bottom: 30px;
}

.discount_title {
    padding-bottom: 10px;
}

.discount_sku_list_wrap .title,
.discount_sku_list_wrap .skus_grid {
    margin-bottom: 20px;
}

#discount a.product_group_name:hover {
    color: #000;
}

.discount_sales_popup.popup .popup_wrap {
    width: 850px;
    transform: translate(-50%, -50%);
}

/* JQUERY UI */

/* THEME */

/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=333333&bgTextureHeader=08_diagonals_thick.png&bgImgOpacityHeader=8&borderColorHeader=a3a3a3&fcHeader=eeeeee&iconColorHeader=bbbbbb&bgColorContent=f9f9f9&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=222222&bgColorDefault=111111&bgTextureDefault=02_glass.png&bgImgOpacityDefault=40&borderColorDefault=777777&fcDefault=e3e3e3&iconColorDefault=ededed&bgColorHover=1c1c1c&bgTextureHover=02_glass.png&bgImgOpacityHover=55&borderColorHover=000000&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=222222&iconColorActive=222222&bgColorHighlight=ffeb80&bgTextureHighlight=06_inset_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=06_inset_hard.png&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=aaaaaa&bgTextureOverlay=04_highlight_hard.png&bgImgOpacityOverlay=40&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=03_highlight_soft.png&bgImgOpacityShadow=50&opacityShadow=20&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #cccccc;
    background: #f9f9f9 url(/Content/Themes/White/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png) 50% top repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: #333333 url(/Content/Themes/White/images/ui-bg_diagonals-thick_8_333333_40x40.png) 50% 50% repeat;
    color: #eeeeee;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #eeeeee;
    }

    .ui-widget-header td {
        white-space: nowrap;
    }

    .ui-widget-header tr {
        text-align: center;
    }
    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        position: relative;
        display: inline-block;
        padding: 0 1em;
        border-radius: 2px;
        font-weight: bold;
        margin: 0;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        white-space: nowrap;
        cursor: pointer;
        /* iOS */
        -webkit-appearance: none;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #e3e3e3;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #000000;
        background: #1c1c1c url(/Content/Themes/White/images/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #cccccc;
        background: #ffffff url(/Content/Themes/White/images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #222222;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #222222;
            text-decoration: none;
        }

.ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ffde2e;
    background: #ffeb80 url(/Content/Themes/White/images/ui-bg_inset-hard_55_ffeb80_1x100.png) 50% bottom repeat-x;
    color: #363636;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #DD052B;
    background: #DD052B url(/Content/Themes/White//ui-bg_inset-hard_45_cd0a0a_1x100.png) 50% bottom repeat-x;
    color: #ffffff;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/Content/Themes/White/images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_bbbbbb_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_ededed_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_222222_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_4ca300_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/Content/Themes/White/images/ui-icons_ffcf29_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(/Content/Themes/White/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png) 50% top repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(/Content/Themes/White/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png) 50% top repeat-x;
    opacity: .20;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* CORE */

/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dpop {
    display: none;
    position: absolute;
    margin-top: 50px;
    margin-left: 2px;
    background-color: #999999;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#999999));
    background-image: -webkit-linear-gradient(#dddddd, #999999);
    background-image: -moz-linear-gradient(#dddddd, #999999);
    background-image: -ms-linear-gradient(top, #dddddd, #999999);
    background-image: -o-linear-gradient(#dddddd, #999999);
    background-image: linear-gradient(#dddddd, #999999);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#999999',GradientType=0 );
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: 5px 5px 10px #888888;
    font-size: 12px;
    height: 203px;
    padding: 25px 25px 0px 25px;
    width: 350px;
    color: #000;
    z-index: 1;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .dpop .promo_price {
        color: #000;
    }

    .dpop.dpop_promo {
        height: auto;
    }

    .dpop div {
        margin-bottom: 5px;
    }

    .dpop span {
        font-weight: bold;
    }

    .dpop .dpop_promo_red_button {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .dpop .dpop-title {
        display: inline-block;
        width: 100%;
        border-bottom-style: double;
        font-size: 0;
    }

    .dpop .retail,
    .dpop .regular {
        border-bottom: 1px solid black;
    }

    .dpop .one_in_three {
        display: inline-block;
        font-size: 12px;
        box-sizing: border-box;
        font-weight: bold;
    }

    .dpop .one_in_two {
        width: 50%;
        display: inline-block;
        font-size: 12px;
        box-sizing: border-box;
        font-weight: normal;
    }

    .dpop .one {
        width: 270px;
        text-align: left;
        padding-left: 20px;
    }

    .dpop .two {
        padding-right: 20px;
        width: 80px;
    }

    .dpop .first {
        width: 160px;
        text-align: left;
        padding-left: 20px;
    }

    .dpop .dpop_discount .first,
    .dpop .dpop_discount .second {
        font-weight: normal;
    }

    .dpop .second {
        width: 110px;
        text-align: center;
        padding-left: 17px;
    }

    .dpop .third {
        width: 80px;
        text-align: left;
        padding-right: 20px;
    }

    .dpop .dpop_discount {
        font-size: 0;
        box-sizing: border-box;
        margin-bottom: 5px;
        line-height: 12px;
    }

        .dpop .dpop_discount.promo {
            margin-bottom: 0;
        }

            .dpop .dpop_discount.promo .first {
                padding-left: 55px;
            }

        .dpop .dpop_discount.volume .first,
        .dpop .dpop_discount.no_volume .first {
            padding-left: 30px;
        }

    .dpop .dpop_price,
    .dpop .dpop_consumer_price {
        font-size: 0;
        box-sizing: border-box;
        padding-top: 10px;
        margin: 0;
        line-height: 12px;
    }

.dpop_price .one_in_three .first {
    width: 160px;
    padding-left: 20px;
}

.dpop .map_status {
    font-weight: normal
}

.dpop .map_price {
    font-weight: normal
}

.dpop .dpop_consumer_price {
    padding: 0;
}

.dpop .price_label {
    font-weight: normal;
    text-align: left;
}

.dpop .discount_prices {
    border-bottom-style: double;
}

.dpop .consumer_price_label {
    white-space: nowrap;
}

.dpop .dpop_final_discount,
.dpop .dpop_final_price {
    margin: 0;
    font-size: 0;
    line-height: 12px;
}

    .dpop .dpop_final_price .two {
        font-weight: bold;
    }

.dpop .final_discount_label {
    width: 201px;
}

.dpop .final_discount {
    text-align: left;
}

.dpop_promo_price .price {
    font-weight: bold;
}

#importantmsg {
    display: none;
}

.importantmsg {
    border: 1px solid #111;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #DD052B;
}

    .importantmsg a {
        font-weight: bold;
    }

/* BROWSER */

#browser {
    font-size: 12px;
    font-weight: bold;
    color: #DD052B;
    display: none;
}

    #browser .message {
        margin-top: 12px;
        display: none;
    }

.hand {
    cursor: pointer;
}

.bigfont {
    font-size: 16px;
}

#draggable {
    width: 50px;
    height: 30px;
    background-color: #DD052B;
    padding-top: 20px;
    text-align: center;
    border: 2px solid #888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 5px;
    cursor: move;
    z-index: 99;
}

.errorPage {
    font-size: 20px;
    padding-top: 68px;
}

.pdfFrame {
    top: 6px;
    left: 8px;
    position: relative;
    width: 640px;
    height: auto;
    min-height: 480px;
    color: #DD052B;
}

.pdfError {
    height: 400px;
    background-color: White;
    color: #DD052B;
}

.underlined {
    text-decoration: underline;
    cursor: pointer;
}

#msgDetail .wrap-content,
#msgDetailglbl .wrap-content {
    padding-left: 63px;
    width: 80%;
}

#msgDetail .page-title,
#msgDetailglbl .page-title {
    width: 570px;
}

.listmenu {
    left: 0;
    position: absolute;
    overflow: hidden;
    height: 20px;
}

    .listmenu:hover {
        overflow: visible;
        height: auto;
    }

    .listmenu ul {
        margin: 0 0 5px 0;
        padding: 0 0 2px 0;
        list-style-type: none;
        width: 185px;
    }

    .listmenu li span {
        color: #333;
        display: block;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
        height: 16px;
        padding: 4px 0 4px 14px;
        text-decoration: none;
        font-weight: bold;
        background-color: #fff;
    }

    .listmenu li a:hover {
        background-color: #666;
        color: #fff;
    }

.align-right {
    text-align: right;
}

.pdf-view {
    background: transparent url(/content/images/common/ajax-loader.gif) no-repeat center center;
}


.backOrder {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .backOrder td {
        width: 50%;
        border: none;
        border-style: none;
        vertical-align: middle;
        text-align: right;
    }

.valign_middle {
    vertical-align: middle;
}


a.backHome {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 35px 0px;
    padding-right: 34px;
    padding-left: 34px;
    text-align: center;
}

div.backHome {
    width: 100%;
    text-align: center;
}

.drop_loading {
    background-image: url(/Content/Images/global/loading.gif);
    height: 16px;
    width: 16px;
}

.drop_content {
    display: none;
}

#videos li {
    list-style: none;
    text-align: center;
}

#videos .youtube-box {
    width: 560px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#videos .description {
    width: 560px;
    margin: auto;
    text-align: left;
    font-size: 16px;
}


fieldset#video label {
    display: inline-block;
    width: 105px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

    fieldset#video label.description {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.k-edit-form-container {
    width: auto !important;
}

ul#menu-top li.isPromoMenu {
    background: #DD052B url(https://cdn.kimpex.com/web/b2b/Content/images/header-nav-background-red.png);
}

ul#menu-top li.is_promo_additional_discount_menu {
    position: relative;
}

    ul#menu-top li.is_promo_additional_discount_menu a:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 7px;
        width: 34px;
        height: 34px;
        background: url("../../images/promo_icon.png") no-repeat;
        display: block;
    }

    ul#menu-top li.is_promo_additional_discount_menu a {
        padding-left: 55px;
    }

.return_form_grid input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.return_form_grid th {
    width: 261px;
}

.return_form_grid td {
    width: 660px;
}

/*Scrum charte*/
.multiple_search_results_wrap {
    margin-top: 15px;
}

.multiple_search_error_wrap {
    margin-bottom: 15px;
}

.max_qty_error {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    color: #DD052B;
}

.list_container {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f0f0f0;
    z-index: 2;
    width: auto;
    min-width: 100%;
    max-height: 192px;
    overflow-y: auto;
    box-shadow: 2px 2px 3px 0 #666;
    border: 1px solid #c8c8c8;
    border-top: none;
    overflow-x: hidden;
}

    .list_container .out_of_bound {
        left: auto;
        right: 0;
    }

    .list_container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .list_container li {
        padding: 5px;
        cursor: pointer;
        transition: 0.3s background-color;
        white-space: nowrap;
        padding-right: 19px;
        line-height: normal;
    }

        .list_container li:hover {
            background-color: #ddd;
        }

    .list_container p {
        background-color: #333;
        color: #fff;
        padding: 5px;
        font-weight: bold;
        cursor: default;
        margin: 0;
        line-height: normal;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.chart_button:disabled {
    cursor: default;
    background-image: none;
    background-color: lightgray;
    color: gray !important;
    border: 1px solid gray;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.chart_result {
    min-height: 410px;
}

.chart_product_wrap {
    position: relative;
    text-align: center;
    font-size: 13px;
    min-width: 75px;
}

.chart_product_note {
    display: none;
}

    .chart_product_note:after {
        content: "";
        display: block;
        top: 10px;
        right: -10px;
        border: 10px solid transparent;
        border-right: 0 solid transparent;
        border-left: 12px solid #c3c3c3;
        position: absolute;
    }

.see_chart_product_note {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #DD052B;
    border-bottom-color: #DD052B;
    color: #fff;
    background-color: #DD052B;
    padding: 2px 5px;
    text-align: center;
}

    .see_chart_product_note:hover {
        cursor: default;
    }

        .see_chart_product_note:hover + .chart_product_note {
            position: absolute;
            right: 90px;
            top: -12px;
            display: block;
            background-color: #c3c3c3;
            color: #000000;
            padding: 10px;
            border: 1px solid #a2a2a2;
            text-align: left;
            z-index: 1;
            width: 150px;
            height: auto;
        }

#ChartProduct table tbody tr td {
    overflow: visible;
}

.drop_ship_form {
    height: 441px;
    overflow: auto;
    width: 640px;
}

.drop_ship_error {
    margin: 0;
    padding: 5px;
    background-color: #DD052B;
    color: #fff;
    font-size: 12px;
}

.drop_ship_table {
    margin-top: 15px;
}

    .drop_ship_table input {
        width: 256px;
    }

    .drop_ship_table select {
        width: 268px;
        padding: 5px 5px 0px 5px;
    }


.drop_ship_button:disabled {
    cursor: default;
    background-image: none;
    background-color: lightgray;
    color: gray !important;
    border: 1px solid gray;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.restocking_info_wrap {
    display: none;
    position: absolute;
    top: -180px;
    left: 100%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    background-color: #fff;
    width: 500px;
    z-index: 2;
    -webkit-box-shadow: 2px 2px 3px 0 #adadad;
    -moz-box-shadow: 2px 2px 3px 0 #adadad;
    box-shadow: 2px 2px 3px 0 #adadad;
    padding-bottom: 10px;
}

.restocking_info_content p {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 10px;
}

.restocking_info_content ul {
    font-size: 12px;
    margin: 5px 0 0 5px;
}

.overlay_header {
    background-color: #000;
    text-align: left;
    font-size: 0;
}

    .overlay_header h3 {
        display: inline-block;
        box-sizing: border-box;
        color: #fff;
        width: 90%;
        font-size: 15px;
        padding: 10px;
    }

    .overlay_header h4 {
        display: inline-block;
        box-sizing: border-box;
        color: #fff;
        font-size: 15px;
        padding: 10px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
    }

.restocking_content {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
}

.extra_discount_note {
    padding: 10px 0 0 15px;
    margin: 0;
}

.extra_discount_star {
    color: #DD052B;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.export_excel_button {
    margin-top: 10px;
}

.export_excel_form {
    text-align: center;
}

.sub_grouping_web_display_wrap {
    clear: both;
}

.expand_collapse_btn {
    text-align: right;
    display: inline-block;
    width: 300px;
    margin-top: 20px;
}

    .expand_collapse_btn.no_margin {
        margin-top: 0;
    }

.shopping_cart_expand_collapse_btn {
    text-align: right;
    padding-bottom: 10px;
}

.input_in_grid {
    width: 44px;
    text-align: center;
    margin: 2px 0px;
    border: 1px solid #a9a9a9;
}

.dpop .regular_discount,
.dpop .volume_discount,
.dpop .net_price,
.dpop .dpop_promo_price {
    font-weight: normal;
}

tr.on_error {
    background-color: #DD052B;
    color: #ffffff;
}

.on_error a {
    color: #ffffff;
}

.input_in_grid_error {
    border-color: #DD052B;
    background-color: #ffc0cb;
}

#sub_grouping_web_display_grid {
    font-size: 12px;
    margin-top: 10px;
}

    #sub_grouping_web_display_grid .k-i-expand {
        width: 21px;
        height: 21px;
        background: url("/Content/Images/sub_grid_icons.png");
        background-position: -0px -0px;
        opacity: 1;
    }

    #sub_grouping_web_display_grid .k-i-collapse:before {
        display: none;
    }

    #sub_grouping_web_display_grid .k-i-collapse {
        width: 21px;
        height: 21px;
        background: url("/Content/Images/sub_grid_icons.png");
        background-position: -0px -33px;
        opacity: 1;
    }


    #sub_grouping_web_display_grid .k-i-expand:before {
        display: none;
    }

    #sub_grouping_web_display_grid .k-grid-content {
        overflow-y: hidden;
    }

    #sub_grouping_web_display_grid div.k-grid-header {
        padding: 0 !important;
    }

    #sub_grouping_web_display_grid thead th {
        white-space: normal;
        font-size: 10px;
    }

.promotion_product_description p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.sub_group_description {
    font-weight: bold;
}

.promotion_title {
    font-weight: bold;
    font-size: 20px;
    color: #696969;
}

    .promotion_title p {
        margin: 0;
    }

    .promotion_title a {
        color: #696969;
    }

        .promotion_title a:hover {
            text-decoration: none;
        }

#no_products_found {
    display: none;
}

.t-menu .t-arrow-down {
    font: 16px/1 WebComponentsIcons;
    color: #fff;
    position: relative;
    background-image: none;
}

.t-icon.t-arrow-down:before {
    content: "\e006";
}

.t-menu .t-arrow-next {
    font: 16px/1 WebComponentsIcons;
    color: #fff;
    position: absolute;
    background-image: none;
}

.t-icon.t-arrow-next:before {
    content: "\e005";
}

.t-icon:before {
    width: initial;
    height: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1em;
    line-height: 1;
}

.t-font-icon:before, .t-icon:before {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.t-button.t-button-icon .t-icon:before, .t-grid-filter .t-icon:before, .t-header .t-icon:before {
    text-indent: 0;
}

.k-menu .k-i-arrow-60-down::before,
.k-menu .k-i-arrow-60-right::before {
    color: #fff;
}

.search_product_tab_wrap {
    clear: both;
    width: 100%;
    padding: 10px;
    border: 1px solid #acb1b3;
    box-sizing: border-box;
    margin-top: 20px;
}

#gridCommunicationHeader {
    margin-top: 10px;
}

#gridCommunication {
    margin: 10px 0;
}

.communication_list {
    margin: 15px 0;
    padding-left: 40px;
}

.communicationName {
    margin: 0;
    line-height: 24px;
}

.communication_field {
    width: 200px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 24px;
    vertical-align: top;
}

.communication_input_wrap {
    width: 650px;
    display: inline-block;
    margin-bottom: 5px;
}

.communication_upload_image {
    display: inline-block;
    width: 500px;
    margin-right: 150px;
}

.communication_buttons {
    margin: 0 0 20px 40px;
}

.createCommunicationForm {
    margin-bottom: 10px;
}

.promotions .k-file-extension-wrapper {
    display: none;
}

.promo_image {
    margin: -15px -15px 0 -15px;
    max-height: 270px;
}

    .promo_image img {
        max-width: 100%;
    }

.promo_black_bar_details {
    height: 70px;
    background-color: #000;
    margin: 0 -15px;
    text-align: right;
    position: relative;
    margin-bottom: 5px;
}

.promo_timer {
    text-align: center;
    width: 288px;
    background-color: #000;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -144px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.promo_timer_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 5px 0;
    font-weight: bold;
}

.promo_timer_values_wrap {
    display: inline-block;
    text-align: center;
}

.promo_timer_values_content {
    width: 42px;
    height: 50px;
    border-radius: 2px;
    background-color: #343434;
    display: inline-block;
    padding-top: 11px;
    font-size: 25px;
    color: #fff;
    box-sizing: border-box;
    font-weight: bold;
    margin-left: 10px;
}

    .promo_timer_values_content.first_element {
        margin-left: 0;
    }

.promo_timer_values_text {
    margin: 2px 0 10px;
    color: #fff;
    font-size: 9px;
    padding-left: 10px;
}

    .promo_timer_values_text.first_element {
        padding-left: 0;
    }

.promo_timer_values_separator {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 46px;
}

.promo_details_button {
    background-color: #545454;
    color: #fff;
    border: none;
    padding: 9px 35px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    font-size: 16px;
    margin: 17px 17px 0 0;
    cursor: pointer;
}

.promo_details_overlay {
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -336px;
    display: block;
    width: 672px;
    background-color: #fff;
    color: #000;
    z-index: 1001;
    min-height: 340px;
}

    .promo_details_overlay.hidden {
        display: none;
    }

.promo_details_overlay_text {
    display: inline-block;
    width: 472px;
    padding: 35px;
    box-sizing: border-box;
}

.promo_details_overlay_title {
    width: 100%;
    position: relative;
}

.promo_details_overlay_title_text {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding-left: 50px;
}

.promo_details_overlay_title_img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}

.promo_details_overlay_description {
    padding-top: 50px;
}

.promo_details_overlay_details {
    padding-top: 30px;
}

.promo_details_overlay_description_text,
.promo_details_overlay_details_text {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.promo_details_overlay_description_discount,
.promo_details_overlay_details_explanation {
    font-size: 16px;
    margin: 0;
}

.promo_details_overlay_button {
    margin-top: 35px;
    text-align: center;
}

.promo_overlay_button {
    border: none;
    padding: 9px 45px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    background-color: #DD052B;
    font-size: 18px;
    cursor: pointer;
}

.promo_details_overlay_dates {
    width: 200px;
    text-align: center;
    display: inline-block;
    position: absolute;
    height: 100%;
    padding: 115px 20px 20px 20px;
    border-left: 1px solid #545454;
    box-sizing: border-box;
}

.promo_details_x_button {
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 22px;
    top: 9px;
    right: 9px;
    border-radius: 50%;
    background-color: #545454;
    padding: 0px 7px 2px 7px;
    cursor: pointer;
}

.promo_details_overlay_start_date {
    padding-top: 20px;
}

.promo_details_overlay_end_date {
    padding-top: 40px;
}

.promo_details_overlay_date_text {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

.promo_details_overlay_date_value {
    margin: 0;
    font-size: 20px;
    line-height: normal;
}

.promo_error_wrap {
    margin: 10px 15px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #acb1b3;
    padding: 30px;
    color: #000;
}

.promo_error_first_line {
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
}

.promo_error_second_line {
    margin: 10px 0 15px;
    font-size: 18px;
}

.promo_dates_wrap {
    border-top: 2px solid #9f9f9f;
    width: 50%;
    margin: 0 auto;
}

.promo_start_date_wrap,
.promo_end_date_wrap {
    display: inline-block;
    margin: 15px 35px 0;
}

.promo_start_date_text,
.promo_start_date_value,
.promo_end_date_text,
.promo_end_date_value {
    margin: 0;
    font-size: 15px;
}

.promo_start_date_text,
.promo_end_date_text {
    text-transform: uppercase;
    font-weight: bold;
}

.dealer_code_text {
    display: block;
    padding: 4px 0;
}

.k-grid td.dealer_coded_price {
    padding-top: 0;
    padding-bottom: 0;
}

.dealer_code_wrap {
    position: relative;
}

.promo_icon_img {
    display: block;
}

.flex_encoded_price {
    display: flex;
    flex-direction: column;
}

.show_net_price {
    margin-top: -5px;
    color: Red;
}

.dealer_code_image_wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.dealer_code_promo_image {
    padding: 0px;
}

.additional_discount_wrap {
    padding: 8px 35px 8px 0;
}

#productDetails.t-grid td {
    overflow: visible;
}

#productDetails .t-grid-header .t-header .t-link,
#substitutionGrid .t-grid-header .t-header .t-link {
    padding-right: .6em;
}

#productDetails.k-widget,
#substitutionGrid.k-widget,
#poGrid.k-widget {
    border-color: #000;
}

    #productDetails.k-widget tr,
    #substitutionGrid.k-widget tr,
    #poGrid.k-widget tr {
        background-color: #ffffff;
    }

        #productDetails.k-widget tr.k-alt,
        #substitutionGrid.k-widget tr.k-alt,
        #poGrid.k-widget tr.k-alt {
            background-color: #d6d6d6;
        }

.promotion_wrap {
    margin-bottom: 5px;
    border: 1px solid #acb1b3;
    padding: 5px;
    background-color: #fff;
}

.promotion_content {
    position: relative;
    display: inline-block;
    width: 770px;
}

.promotion_warning_icon {
    position: absolute;
}

.promotion_warning_text {
    margin: 0;
    display: inline-block;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 12px;
}

.promotion_button {
    display: inline-block;
    width: 155px;
    position: relative;
}

.promotion_button_text {
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    padding: 5px 12px;
    font-weight: bold;
    border-radius: 6px;
    color: #fff !important;
    background-color: #DD052B;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none !important;
    position: absolute;
    top: -18px;
    right: 0;
}

.promo_counter_wrap {
    margin: 20px auto;
    width: 820px;
    border: 1px solid #acb1b3;
}

.promo_counter_header {
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.promo_counter_content {
    background-color: #fff;
    padding: 12px 20px;
    font-size: 0;
}

.promo_counter_number {
    font-size: 26px;
}

.promo_counter_current {
    display: inline-block;
    width: 390px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.promo_counter_icons {
    position: absolute;
    top: 0;
    left: 0;
}

.promo_counter_missing_icon {
    left: 20px;
}

.promo_x_icon {
    top: 3px;
}

.promo_counter_current_first_line {
    margin: 0 0 0 60px;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}

.promo_counter_current_second_line {
    margin: 0 0 0 60px;
    font-size: 14px;
    line-height: 14px;
}

.promo_counter_missing {
    display: inline-block;
    width: 390px;
    border-left: 2px solid #acb1b3;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.promo_counter_footer {
    background-color: #fff;
    border-top: 1px solid #acb1b3;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.promo_no_values_content {
    text-align: center;
}

.promo_no_values_current {
    width: 30%;
    margin-left: 65px;
}

.promo_no_values_first_line,
.promo_no_values_second_line {
    margin: 0;
    text-align: left;
}

.promo_counter_icons_no_values {
    left: -50px;
}

.promo_grid_header {
    margin-bottom: 8px;
    text-align: right;
}

.promo_warning_message {
    display: inline-block;
    box-sizing: border-box;
    width: 639px;
}

.promo_warning_message_text {
    margin: 0;
    font-size: 12px;
    padding-left: 60px;
    position: relative;
    display: inline-block;
}

.promo_warning_message_icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.promo_warning_message_list {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.promo_restocking_overlay {
    display: none;
    position: absolute;
    top: 110px;
    left: 50%;
    width: 470px;
    background-color: #fff;
    margin-left: -235px;
    color: #000;
    z-index: 1001;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.promo_restocking_overlay_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 15px 0;
}

.promo_restocking_overlay_text {
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
}

/*---------BackOrder-----------*/
.back_order_wrap {
    position: relative;
}

.back_order_icon_wrap {
    position: absolute;
    top: -6px;
    right: 0;
}

.export_excel_form {
    display: inline-block;
}

.back_order_icon,
.back_order_icon:hover {
    text-decoration: none;
}

.export_excel_icon {
    border: none;
    background: none;
    padding: 0;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

.warning-text {
    text-align: left;
}

/*------BookingAllCustomer------*/

.booking_wrap {
    margin-left: 66px;
    max-width: 50%
}

p.booking_title {
    border-bottom: 1px solid #acb1b3;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

/*-------Price changes---------*/
.filter_wrap,
.kendo_grid_wrap,
.export_wrap {
    clear: both;
    padding: 10px;
    border: 1px solid #acb1b3;
    box-sizing: border-box;
    margin: 10px 0;
}

.grid_wrap .k-grid .k-grid-header .k-header {
    white-space: normal;
    text-align: center;
}

.filter_wrap {
    font-size: 0;
    position: relative;
}

.filter_wrap_title {
    font-size: 13px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 15px;
    padding: 0 5px;
}

.price_change_filter {
    display: inline-block;
    width: 25%;
    font-size: 11px;
    text-align: center;
}

.price_change_label {
    display: block;
    margin-bottom: 5px;
}

.price_change_dropdown {
    width: 90%;
}

.new_ship_to_popup.hidden,
.change_new_ship_to.hidden {
    display: none;
}

.hidden {
    display: none;
}

/* --- Return Reason --- */
.return_reason_import_wrap {
    margin-bottom: 20px;
}


/*--- Popup de tracking---*/
.tracking_popup {
    display: none;
    position: absolute;
    background-color: #eeeeee;
    left: 67%;
    line-height: 10px;
    width: 300px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px 0 #adadad;
    -moz-box-shadow: 2px 2px 3px 0 #adadad;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 3px 0 #adadad;
}

.no_direct_link_wrap {
    padding: 5px 5px 15px;
}

.no_direct_link_text {
    font-size: 13px;
}

.no_direct_link {
    font-size: 13px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- Dropship supplier --- */
.dropship_title {
    border-bottom: 1px solid #000000;
    margin-left: 65px;
    position: relative;
    margin-bottom: 27px;
    color: #000000;
}

    .dropship_title:before {
        content: "";
        position: absolute;
        left: -65px;
        top: 3px;
        width: 57px;
        height: 28px;
        background: url(/Content/Images/dropship_supplier.png) no-repeat;
        display: block;
    }

.dropship_subtitle {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.program_description {
    font-size: 13px;
}

.dropship_description_emphasis,
.dropship_description_buy_process {
    font-weight: bold;
    color: #000000;
}

.dropship_note {
    display: block;
}

.dropship_description_transport {
    font-style: italic;
    color: #000000;
}

.new_dropship_supplier_wrap {
    margin-bottom: 20px;
}

.new_dropship_supplier_wrap,
.all_dropship_supplier_wrap {
    border: 1px solid #000000;
    padding: 10px 10px 0 10px;
}

    .new_dropship_supplier_wrap h3,
    .all_dropship_supplier_wrap h3 {
        color: #000000;
        margin-bottom: -15px;
        font-size: 18px;
    }

.brand_image_wrap {
    display: inline-block;
    padding: 20px 0;
    width: 16%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 15px;
}

    .brand_image_wrap img {
        display: inline-block;
        margin-bottom: 5px;
    }

    .brand_image_wrap div {
        display: block;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
    }

        .brand_image_wrap div:hover {
            color: #aaaaaa;
        }

.is_dropship_supplier_menu {
    position: relative;
}

#menu-top .is_dropship_supplier_menu .dropship_supplier_menu_icon {
    vertical-align: initial;
    margin: 0 10px 0 0;
}

.dropship_menu_brand_notification_count {
    /*display: block;*/
    display: none; /* BL : on le cache parce qu'on pense qu'il va falloir le remettre dans le future (pour DropshipSupplier) */
    position: absolute;
    left: 12px;
    top: 9px;
    font-size: 9px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px solid #DD052B;
    background-color: #DD052B;
    text-align: center;
    line-height: 12px;
}

.inventory_menu_brand_notification_count {
    /*display: block;*/
    display: none; /* BL : on le cache parce qu'on pense qu'il va falloir le remettre dans le future (pour DropshipSupplier) */
    position: absolute;
    right: 26px;
    top: 9px;
    font-size: 9px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px solid #DD052B;
    background-color: #DD052B;
    text-align: center;
    line-height: 12px;
}

.t-item.has_new_dropship_supplier .t-icon.t-arrow-down {
    margin-left: 10px;
}

ul#menu-top .k-item.has_new_dropship_supplier .k-icon.k-i-arrow-60-down {
    margin-left: 8px;
}

.captcha_wrap {
    text-align: center;
    width: 100%;
}

.captcha {
    display: inline-block;
}

.is_promotooltip:hover .tooltip-promotion {
    display: block;
}

.tooltip-promotion {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 9px;
    background: transparent url(/Content/images/white-big-half-vert.png);
    font-size: 12px;
    width: 112px;
    height: 167px;
    padding: 28px 15px 0px 15px;
    color: #000;
    z-index: 13000;
}

.change_dropship_address_popup .popup_wrap {
    width: 650px;
    transform: translate(-50%, -50%);
}

.close_change_dropship_address {
    background-image: url(/Content/Images/overlay/close.png);
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.current_address_wrap {
    border: 1px solid #acb1b3;
    padding: 15px 10px 10px;
    position: relative;
    margin: 10px 0 20px;
}

.current_address_text {
    margin: 0;
    padding: 0;
    color: #696969;
    line-height: normal;
}

.current_address_title {
    display: inline-block;
    padding: 0 3px;
    background-color: #fff;
    position: absolute;
    top: -9px;
    left: 3px;
    font-weight: normal;
}

.change_dropship_address_title_wrap {
    position: relative;
    margin-bottom: 27px;
}

.change_dropship_address_title {
    margin-left: 62px;
    border-bottom: 1px solid #acb1b3;
    font-size: 24px;
    padding-top: 5px;
}

.change_dropship_address_icon {
    position: absolute;
    top: 0;
    left: 0;
}

.change_dropship_address_row {
    border-top: 1px solid #828282;
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    font-size: 0;
    background-color: #F7F7F7;
}

.change_dropship_address_label {
    display: inline-block;
    width: 35%;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 25px;
    padding: 5px;
    vertical-align: top;
}

.change_dropship_address_field {
    display: inline-block;
    width: 65%;
    padding: 5px;
    border-left: 1px solid #828282;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    background-color: #fff;
}

    .change_dropship_address_field input {
        width: 250px;
    }

    .change_dropship_address_field select {
        height: 26px;
        width: 262px;
        font-size: 12px;
    }

.change_dropship_address_button_wrap {
    border-top: 1px solid #828282;
    padding: 15px 0;
    text-align: center;
}

.change_dropship_address_popup .validation-summary-errors {
    box-sizing: border-box;
    background-color: #fff;
}

.dropship_detail_error_single_product .quantity_validation_error {
    margin: 0;
    line-height: normal;
}

.fast_add_warning {
    color: orange;
}

.fast_add_error {
    color: #DD052B;
}

.product_validation {
    clear: both;
    border: 1px solid #DD052B;
    background-color: #eacece;
    margin-bottom: 15px;
    padding: 5px 40px;
    color: #DD052B;
    font-weight: bold;
}

.attribute_type_line_drop_down_list p {
    color: #000;
}

/*------------------------------Popup prix------------------------------*/
.close_popup,
.close_confirm_popup {
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    border-radius: 50%;
    font-weight: bold;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

    .close_popup svg,
    .close_confirm_popup svg {
        display: block;
        width: 32px;
        height: 32px;
        fill: #000;
        color: #fff;
        transition: 0.3s fill;
        pointer-events: none;
    }

    .close_popup:hover svg,
    .close_confirm_popup:hover svg {
        fill: #777;
    }

.popup_button,
.close_popup_button,
.new_advanced_search_chart_error_button,
.reactivate_cart_popup_button,
.overlay_confirm_yes,
.overlay_confirm_no,
.cart_on_hold_popup_button,
.chart_feedback_process_button,
.upload_destruction_photo_button,
.promotion_selection_popup_ok {
    display: block;
    background-color: #000;
    color: #fff;
    transition: 0.3s background-color, 0.3s border;
    padding: 10px 0;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 25px auto 0;
    font-weight: bold;
    font-size: 13px;
    width: 210px;
    cursor: pointer;
}

    .popup_button:hover,
    .close_popup_button:hover,
    .new_advanced_search_chart_error_button:hover,
    .reactivate_cart_popup_button:hover,
    .overlay_confirm_yes:hover,
    .overlay_confirm_no:hover,
    .cart_on_hold_popup_button:hover,
    .chart_feedback_process_button:hover,
    .upload_destruction_photo_button:hover {
        background-color: #777;
        border: 1px solid #777;
    }

    .close_popup_button.hidden,
    .upload_destruction_photo_button.hidden {
        display: none;
    }

    .close_popup_button.inactive,
    .close_popup_button:disabled,
    .upload_destruction_photo_button.inactive,
    .upload_destruction_photo_button:disabled {
        background-color: #a4a4a4;
        color: #d6d6d6;
        cursor: default;
        pointer-events: none;
        border: 1px solid #a4a4a4;
    }

    .new_advanced_search_chart_error_button.disabled {
        border: 1px solid #a4a4a4;
        background-color: #a4a4a4;
        color: #d6d6d6;
        cursor: default;
    }

.rma_step_popup .close_popup_button,
.rma_step_popup .upload_destruction_photo_button {
    margin: 25px 0 0;
}

.cancel_bo_popup,
.price_popup {
    display: none;
}

    .cancel_bo_popup.open,
    .price_popup.open {
        display: block;
    }

.price_popup_background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.50;
    z-index: 1000;
}

.price_popup_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-217px, -160px);
    background-color: #fff;
    border: 2px solid #000;
    width: 435px;
    padding: 25px;
    box-sizing: border-box;
    z-index: 1001;
    flex-wrap: wrap;
    color: #000;
    font-size: 13px;
}

.price_popup_cell {
    width: 173px;
    padding: 10px 20px;
    box-sizing: border-box;
}

    .price_popup_cell.tabed {
        padding-left: 35px;
    }

    .price_popup_cell:last-child {
        width: 106px;
        text-align: right;
    }

    .price_popup_cell.centered_cell:last-child {
        text-align: center;
    }

.middle_cell {
    width: 106px;
    text-align: center;
}

.price_popup_line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
}

    .price_popup_line.no_border {
        border-bottom: none;
    }

    .price_popup_line.two_cell_left {
        padding-right: 106px;
    }

        .price_popup_line.two_cell_left .price_popup_cell:last-child {
            text-align: center;
        }

.price_popup_discount_wrap {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 2px;
}

    .price_popup_discount_wrap .price_popup_line {
        border-bottom: none;
    }

.price_popup_header {
    background-color: #d6d6d6;
    font-weight: bold;
}

.price_popup_note {
    margin-top: 15px;
    font-size: 11px;
}
/*------------------------------Popup error recherche de produit------------------------------*/
.line_product_error_popup_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.50;
    z-index: 1000;
}

.line_product_error_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-217px, -98px);
    background-color: #fff;
    padding: 25px;
    width: 435px;
    font-size: 0;
    z-index: 1001;
    border: 2px solid #000;
    box-sizing: border-box;
}

.popup_exclamation {
    display: block;
    margin: 0 auto 15px;
    width: 27px;
    height: 27px;
    fill: #000;
}

.text_line_product_error_popup_wrap {
    margin-bottom: 30px;
}

    .text_line_product_error_popup_wrap:last-child {
        margin-bottom: 0;
    }

.text_line_product_error_popup {
    display: block;
    color: #000;
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.sonar_embed_message {
    display: none;
}

/*------------------------------Popup apply to actual search------------------------------*/
.apply_to_actual_search_popup .popup_wrap {
    width: 470px;
}

.new_confirm_popup_button_wrap,
.apply_to_actual_search_popup_button_wrap {
    display: flex;
    justify-content: space-between;
}

    .apply_to_actual_search_popup_button_wrap .close_popup_button {
        margin: 20px 0 0 0;
    }

.apply_to_actual_search_popup_text {
    display: block;
    color: #000;
    font-size: 13px;
    margin: 10px 0 0 0;
    text-align: left;
}


/*------------------------------Ad module------------------------------*/
.ad_header {
    padding-top: 15px;
}

.icon_ad {
    width: 52px;
    height: 52px;
}

.ad_tbform {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    vertical-align: top;
}

    .ad_tbform th {
        border: 1px solid #828282;
        background-color: #F7F7F7;
        padding: 5px;
    }

    .ad_tbform td {
        border: 1px solid #828282;
        background-color: #FFFFFF;
        padding: 5px;
    }

.ad_upload_wrap {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

    .ad_upload_wrap.hidden {
        display: none;
    }

.image_preview_wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .image_preview_wrap.hidden {
        display: none;
    }

    .image_preview_wrap .remove_image {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

.preview_image {
    width: 100%;
    max-width: 500px;
}

.ad_text_box,
.ad_dropdown,
.grouping_location_bypass_dropdown,
.chart_feedback_text_box {
    width: 35%;
    box-sizing: border-box;
}

.ad_radio {
    margin: 0;
    position: relative;
    top: 2px;
}

.ad_radio_label {
    line-height: 20px;
    margin-right: 10px;
}

.ad_index_link_wrap {
    display: flex;
    justify-content: space-between;
}

    .ad_index_link_wrap a {
        display: block;
    }

        .ad_index_link_wrap a img {
            display: block;
            width: 16px;
        }

#BackOrderGrid .cancel_bo_button.hidden {
    display: none;
}

.BackOrderGrid .cancel_bo_button.hidden {
    display: none;
}

.fast_lane_button,
a.fast_lane_button {
    display: inline-block;
    background: #000000;
    color: #FFF;
    border: 0;
    padding: 5px 6px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    transition: 0.3s background-color, 0.3s color, 0.3s border;
    text-decoration: none;
    text-align: center;
}

    .fast_lane_button.inactive,
    .fast_lane_button:disabled {
        background-color: #a4a4a4;
        color: #d6d6d6;
        cursor: default;
        pointer-events: none;
    }

    .fast_lane_button.red.inactive,
    .fast_lane_button.red:disabled {
        background-color: #da8e9b;
        color: #d6d6d6;
    }

    .fast_lane_button:hover {
        background: #777;
    }

    .fast_lane_button.cancel_bo_button {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }

    .fast_lane_button.change_address_button {
        margin: 0 auto;
    }

    .fast_lane_button.discount_button {
        margin-bottom: 15px;
    }

    .fast_lane_button.label_button {
        display: inline-block;
    }

    .fast_lane_button.red {
        background-color: #dd052b;
        color: #fff;
    }

        .fast_lane_button.red:hover {
            background: #777;
        }

    .fast_lane_button.green {
        background-color: #008000;
        color: #fff;
    }

        .fast_lane_button.green:hover {
            background: #777;
        }

.fast_lane_button_alt {
    display: inline-block;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 4px 5px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    transition: 0.3s background-color, 0.3s color, 0.3s border;
    text-decoration: none;
    text-align: center;
}

    .fast_lane_button_alt:hover {
        background-color: #777;
        color: #fff;
    }

.disabledbutton,
.disabledlink {
    background-color: #a4a4a4;
    color: #d6d6d6;
    cursor: default;
    pointer-events: none;
}

    .disabledbutton.red,
    .disabledlink.red ­ {
        background-color: #da8e9b;
        color: #d6d6d6;
    }

input[type="checkbox"].backorder_checkbox {
    display: block;
    margin: auto;
}

.cancel_bo_popup .popup_wrap {
    transform: translate(-224px, -60px);
}

.cancel_bo_glass_wrap {
    display: block;
    text-align: center;
}

.cancel_bo_glass,
.open_discount_overlay {
    fill: #000;
    width: 15px;
    height: 15px;
}

.cancel_text {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
}

.select_wrap {
    display: inline-block;
    width: 25%;
    margin: 0 10px 10px 0;
}

.select_wrap_p_title {
    margin: 0;
    color: #000;
    font-size: 13px;
}

.fast_lane_select {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 29px;
    padding-left: 7px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #bdbdbd;
    background-image: url(/Content/Images/svg/Bouton_Fleche-Bas.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 7px top 50%, 0 0;
    background-size: 11px 11px;
}

    .fast_lane_select option {
        background-color: #FFF;
    }

.k-grid tr.selected {
    background-color: #bdb4af;
    background-image: url(textures/highlight.png);
    background-image: none, -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.4)),to(rgba(255,255,255,0)));
    background-image: none, -webkit-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-image: none, linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}

.available_text {
    line-height: 17px;
    padding: 4px 0;
}

/*Kendo upload*/
.k-widget.k-upload.k-header {
    background-color: #FFF;
    border: none;
    width: 30%;
}

    .k-widget.k-upload.k-header button {
        visibility: hidden;
    }

.rma_upload_wrap button.k-button.k-upload-action {
    visibility: visible;
}

.rma_proof_upload button.k-button.k-upload-action {
    visibility: visible;
}

#gridChannelAdvisorBlockedOrder td {
    overflow: visible;
}

button.cancel_order_link,
button.retry_order_link {
    display: block;
    margin: 0 auto 5px;
}

.show_skus_wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px;
    padding: 20px;
    white-space: nowrap;
}

    .show_skus_wrap:hover {
        overflow: visible;
        white-space: normal;
    }

/*------------------------------ChannelAdvisorAttributeType module------------------------------*/
.ChannelAdvisorAttributeType_tbform {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    vertical-align: top;
}

    .ChannelAdvisorAttributeType_tbform th {
        border: 1px solid #828282;
        background-color: #F7F7F7;
        padding: 5px;
    }

    .ChannelAdvisorAttributeType_tbform td {
        border: 1px solid #828282;
        background-color: #FFFFFF;
        padding: 5px;
    }

.ChannelAdvisorAttributeType_text_box,
.chart_feedback_text_box {
    width: 35%;
    box-sizing: border-box;
}
