html {
    height: 100%;
}

body {
    direction: ltr;
    padding: 0px;
    margin: 0px;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    color: black;
    background-color: #EFEFEF;
    background-repeat: repeat;
}

/* General */
/* -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  */
/* Green: header seperator color: rgb(86, 140, 16) */
/* Gray rgb(123, 123, 123) controls */
/* Green rgb(170, 180, 164) */
/* action rgb(252, 184, 0) */
/* table rgb(86, 140, 17) */

.DenyDisableOnSubmit {
}

.Header1 {
    font-size: 30px;
    line-height: 30px;
}

.ColorGreen {
    color: rgb(86, 140, 16);
}

.MarginTopBottom25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.GreenTitle {
    background-color: #5a6779;
    height: 22px;
    line-height: 22px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0px 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.OrangeTitle {
    background-color: rgb(229, 118, 75);
    height: 22px;
    line-height: 22px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0px 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.TextBoxAsLabel {
    border: none;
    background: none;
    color: White;
    width: 20px;
}

.GenInputWidth1 {
    width: 100px;
}

.GenInputWidth50 {
    width: 50px;
}

.DoubleInput {
    direction: ltr;
    text-align: left;
}

.GenInputWidth2 {
    width: 150px;
}

.Width100 {
    width: 100px;
}

.Width120 {
    width: 120px;
}

.Width130 {
    width: 130px;
}

.Width150 {
    width: 150px;
}

.Width200 {
    width: 200px;
}

.Width300 {
    width: 300px;
}

.WidthSize1 {
    width: 150px;
}

.WidthSize2 {
    width: 200px;
}

.WidthSize4 {
    width: 400px;
}

.WidthSize5 {
    width: 450px;
}

.WidthSize7 {
    width: 600px;
}

.WidthSize30P {
    width: 30%;
}

.WidthSize40P {
    width: 40%;
}

.WidthSize50P {
    width: 50%;
}

.WidthSize60P {
    width: 60%;
}

.WidthSize70P {
    width: 70%;
}

.Width100P {
    width: 100%;
}

.Height50px {
    height: 50px;
}

.Height250px {
    height: 250px;
}

.Height300 {
    height: 300px;
}

.GenInputWidth2Height50 {
    width: 150px;
    height: 50px;
}

.Center {
    margin: 0 auto;
}

.CenterButton {
    margin: 0 auto;
    display: block;
}

.FullWidth {
    width: 100%;
}

.FullHeight {
    height: 100%;
}

.BorderBlack {
    border: solid 1px black;
}

.BorderYellow {
    border: solid 1px yellow;
}

.BorderRed {
    border: solid 1px red;
}

.BorderBlue {
    border: solid 1px blue;
}

.BorderBlackTop {
    border: solid 1px black;
}

.CenterText {
    text-align: center;
}

.DefHeight {
    height: 34px;
}

.DefLineHeight {
    height: 34px;
}

.DefHeightAndLineHeight {
    line-height: 34px;
    height: 34px;
}

.TextAwayBottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.TextAwayBottomWrap {
    position: relative;
}

.TableTable {
    display: table;
}

.TableCell {
    display: table-cell;
}

.TableCellTextAwayBottom {
    vertical-align: bottom;
    text-align: right;
}

.TextIdent5 {
    text-indent: 5px;
}

.Bold {
    font-weight: bold;
}

.Warning {
    color: red;
}

.Error {
    color: red;
}

.Font80P {
    font-size: 0.8em;
}

.BoxSizeBorderBox {
    box-sizing: border-box;
}

.TextBoxMulti1 {
    width: 100%;
    height: 50px;
}

.DontLocalize {
}

.Localize {
}

.Localized {
}

.GeneralFloat {
    float: right;
}

.GeneralFloatOppsite {
    float: left;
}

.TextAlignOpp {
    text-align: right;
}

.NoDesignInput1 {
    background-color: transparent;
    border: none;
    text-indent: 5px;
    height: 34px;
    line-height: 34px;
}

.ListStyleNone {
    list-style: none;
}

.MarginLeft5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.OverFlowHidden {
    overflow: hidden !important;
}


.FloatLeft {
    float: left;
}

.Float {
    float: left;
}

.FloatOpposite {
    float: right;
}

.LabelMax {
    display: inline-block;
    word-wrap: break-word;
    max-width: 500px;
}

.FloatOppositeBackMargin5 {
    float: right;
    margin-left: 0px;
    margin-right: 5px;
}

.FloatOppositeBackMargin10 {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
}

.FloatBackMargin5 {
    float: left;
    margin-left: 5px;
}

.FloatBackMargin20 {
    float: left;
    margin-right: 0px;
    margin-left: 20px;
}

.TDAlign {
    text-align: left;
}


.ContentBox {
    background-color: #fff;
    box-sizing: border-box;
    border: solid thin #e5e6e7;
    border-radius: 3px;
}

.ContentHead {
    padding-bottom: 10px;
    box-shadow: 0 0.5px 0 #c5cad4;
    /* display: inline-block;
    width: 86%;*/
    box-sizing: border-box;
    height: 59px;
    margin-left: 17.5px;
    margin-right: 16.5px;
    width: calc(100% - 34px);
}

.ContentData {
    background-color: transparent;
    margin-top: 18px;
}

.ContentBox2 {
    padding-bottom: 10px;
    background-color: rgb(219, 219, 219);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
}

.ContentBox2Header {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}



.CropText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ColorGray1 {
    color: rgb(228, 228, 228);
}

.BKRound4pxBrightMed {
}

.BKRound4pxBrightMedPadding10 {
}

.BKRound4pxDarkRedPadding10 {
}

.BKRound4pxDarkPadding10 {
}

.BKRound4pxDark {
}

.RoundCorder4 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.TextBoxReadonlyAsRegularWhite {
    background-color: transparent;
    color: white;
    border: none;
}

.TextBoxReadonlyAsRegularBlack {
    background-color: transparent;
    color: black;
    border: none;
}



h2 {
    font-size: 16px;
    color: black;
}


.Float10Margin {
    float: left;
    margin-right: 10px;
}

.BorderRoundGray1 {
    border: solid 1px rgb(228, 228, 228);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.BorderRoundGray1PaddedRight {
    border: solid 1px rgb(228, 228, 228);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
    padding: 20px;
}

.BorderRoundGray1Padded100Per {
    border: solid 1px rgb(228, 228, 228);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 90%;
    padding: 20px;
}

.BorderGray1 {
    border: solid 1px rgb(228, 228, 228);
}

.ColorGreen1 {
    color: rgb(137, 173, 23);
}

.ColorGreen2 {
    color: rgb(103, 132, 17);
}

.ColorYellow1 {
    color: yellow;
}

.Title1 {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    border: solid 0px black;
    font-size: 17px;
    font-weight: bold;
}

.Title2 {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    border: solid 0px black;
    font-size: 15px;
    font-weight: bold;
}

.Title3 {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    border: solid 0px black;
    font-size: 25px;
    font-weight: bold;
}

.Clear {
    clear: both;
}

.Clear100 {
    clear: both;
    width: 100%;
}

.Clear10 {
    clear: both;
    height: 10px;
}

.Clear6 {
    clear: both;
    height: 6px;
}

.Clear2 {
    clear: both;
    height: 2px;
}

.Clear20 {
    clear: both;
    height: 20px;
}

.Clear25 {
    clear: both;
    height: 25px;
}

.Clear50 {
    clear: both;
    height: 50px;
}

.Seperator10 {
    height: 1px;
    width: 10px;
    float: left;
}

.Seperator3P {
    height: 1px;
    width: 3%;
    float: left;
}

.BadMessage {
    color: #AD2424;
    text-indent: 5px;
}

.BadBox {
    width: 400px;
    min-height: 45px;
    line-height: 25px;
    border: solid 1px #C37E7E;
    text-indent: 5px;
    display: block;
    text-align: left;
    background-color: #FFEBEB;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    margin: auto;
    padding: 10px 0px 10px 50px;
}

#userMessage {
    width: auto !important;
}

.BadBox ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.BadBox li {
    padding: 0px;
    margin: 0px;
}

.GoodBox span {
    display: block;
    color: #0A804A;
}

.GoodMessage:after {
    font-family: FontAwesome;
    content: "\f05a";
    font-size: 30px;
    position: absolute;
    top: 7px;
    left: 10px;
    color: #AED894;
}

.GoodBox {
    width: 400px;
    min-height: 45px;
    border: solid 1px #0A804A;
    background-color: #CCEFB7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 12px 0px 10px 50px;
    position: relative;
}

#icdMessages {
    position: fixed;
    left: calc(50% - 200px);
    right: 0px;
    top: 30px;
    z-index: 10000;
}

.Hide {
    display: none;
}

.CenterDivMax400 {
    margin: 0 auto;
    float: none;
    max-width: 400px;
}

.CenterDivMax500 {
    margin: 0 auto;
    float: none;
    max-width: 500px;
}

.BlackText50 {
    background-color: black;
    color: white;
    height: 25px;
    width: 50px;
}

.BlackDDL {
}
/*.BlackDDL {  background-color:Black; color:White; height:25px; }*/

.BlackLink {
    color: #424c5a;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}

    .BlackLink:hover {
        color: #424c5a;
        text-decoration: underline;
    }

    .BlackLink:visited {
        color: #424c5a;
        text-decoration: underline;
    }

.BlackLinkImportant {
    color: Black !important;
    text-decoration: none !important;
}

    .BlackLinkImportant:hover {
        color: Black !important;
        text-decoration: underline !important;
    }

    .BlackLinkImportant:visited {
        color: Black !important;
        text-decoration: underline !important;
    }


.BlackLinkRegular {
    color: Black;
    text-decoration: none;
}

    .BlackLinkRegular:hover {
        color: Black;
        text-decoration: none;
    }

    .BlackLinkRegular:visited {
        color: Black;
        text-decoration: none;
    }

.WhiteLinkRegular, .WhiteLinkRegular:hover, .WhiteLinkRegular:visited, .WhiteLinkRegular:focus, .WhiteLinkRegular:active {
    color: white !important;
    text-decoration: none;
    font-weight: normal;
}

.RegularLink {
    color: black;
    text-decoration: none;
}

    .RegularLink:hover {
        color: black;
        text-decoration: underline;
    }

    .RegularLink:visited {
        color: black;
        text-decoration: underline;
    }

.RegularLinkCursor {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

    .RegularLinkCursor:hover {
        color: black;
        text-decoration: underline;
        cursor: pointer;
    }

    .RegularLinkCursor:visited {
        color: black;
        text-decoration: underline;
        cursor: pointer;
    }

.RegularLinkRegular {
    color: black;
    text-decoration: none;
}

    .RegularLinkRegular:hover {
        color: black;
        text-decoration: none;
    }

    .RegularLinkRegular:visited {
        color: black;
        text-decoration: none;
    }

.BlackLinkUL {
    color: #5a6779;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

    .BlackLinkUL:hover {
        color: #5a6779;
        text-decoration: underline;
    }

    .BlackLinkUL:visited {
        color: #5a6779;
        text-decoration: underline;
    }

.GreenLinkUL {
    color: rgb(86, 140, 16);
    text-decoration: underline;
    cursor: pointer;
}

    .GreenLinkUL:hover {
        color: rgb(86, 140, 16);
        text-decoration: underline;
    }

    .GreenLinkUL:visited {
        color: rgb(86, 140, 16);
        text-decoration: underline;
    }

.GrayLinkUL {
    color: #888888;
    text-decoration: underline;
    cursor: pointer;
}

    .GrayLinkUL:hover {
        color: #888888;
        text-decoration: underline;
    }

    .GrayLinkUL:visited {
        color: #888888;
        text-decoration: underline;
    }


.BlackLinkULImportant {
    color: black !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

    .BlackLinkULImportant:hover {
        color: black !important;
        text-decoration: underline !important;
        cursor: pointer !important;
    }

    .BlackLinkULImportant:visited {
        color: black !important;
        text-decoration: underline !important;
        cursor: pointer !important;
    }

.WhiteLink {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

    .WhiteLink:hover {
        color: white;
        text-decoration: none;
    }

    .WhiteLink:visited {
        color: white;
        text-decoration: none;
    }


.WhiteLinkUL {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

    .WhiteLinkUL:hover {
        color: white;
        text-decoration: underline;
    }

    .WhiteLinkUL:visited {
        color: white;
        text-decoration: underline;
    }

.RegularLinkUL {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

    .RegularLinkUL:hover {
        color: white;
        text-decoration: underline;
    }

    .RegularLinkUL:visited {
        color: white;
        text-decoration: underline;
    }

.RegularLinkULImportant {
    color: white !important;
    text-decoration: underline !important;
}

    .RegularLinkULImportant:hover {
        color: white !important;
        text-decoration: underline !important;
    }

    .RegularLinkULImportant:visited {
        color: white !important;
        text-decoration: underline !important;
    }


.ShowTimePicker {
    height: 34px;
    border: solid thin #e5e6e7;
    border-radius: 2px;
    line-height: 31px;
    width: 90px;
}

.ShowDatePicker {
    width: 90px;
}

.ShowDatePickerNoFormat {
}


.Pointer {
    cursor: pointer;
}

.no-pointer-events {
    pointer-events: none;
}

@font-face {
    font-family: 'SpacerRegular';
    src: url('/Styles/Fonts/spacerregularwebfont.eot');
    src: url('/Styles/Fonts/spacerregularwebfont.eot?#iefix') format('embedded-opentype'),url('/Styles/Fonts/spacerregularwebfont.woff') format('woff'),url('/Styles/Fonts/spacerregularwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpacerBold';
    src: url('/Styles/Fonts/spacerboldwebfont.eot');
    src: url('/Styles/Fonts/spacerboldwebfont.eot?#iefix') format('embedded-opentype'),url('/Styles/Fonts/spacerboldwebfont.woff') format('woff'),url('/Styles/Fonts/spacerboldwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.HeaderSection1 {
    background-repeat: repeat;
    position: relative;
    background-color: transparent;
}

.HeaderSection1Body {
    background-repeat: repeat;
    width: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: 21px;
    float: left;
}

.HeaderSection1Text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-right: 00px;
    font-size: 30px;
    color: rgb(50, 50, 50);
    margin-bottom: 25px;
}

.HeaderSection1TextMarginTop {
    float: left;
    min-height: 19px;
    line-height: 19px;
    padding-right: 00px;
    font-size: 16px;
    color: #5a6779;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 0px;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
}

.HeaderSection2Body {
    width: 100%;
    position: relative;
    background-color: transparent;
    float: right;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}



.DivSearch {
    background-image: url(/images/MM_Search183.png);
    width: 183px;
    height: 31px;
    background-repeat: no-repeat;
    border: none;
    background-image: transparent;
    position: relative;
}

.TextSearch {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 5px;
    height: 25px;
    width: 190px;
}

.ButtonSearch {
    background-color: transparent;
    background-image: url(/images/MM_search-86.png);
    border: solid 1px black;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 32px;
    border: solid 0px black;
    cursor: pointer;
    position: absolute;
}

    .ButtonSearch:hover {
        background-position: 0px 32px;
    }


.WholeArea1 {
    min-height: 400px;
    width: 100%;
}

.RightArea1 {
    float: right;
    width: 67%;
}

.RightArea2 {
    float: right;
    width: 62%;
}

.LefttArea1 {
    float: left;
    width: 299px;
    border: solid 0px black;
    height: 500px;
    color: Black;
}

.LefttArea2 {
    float: left;
    width: 375px;
    border: solid 0px black;
    height: 500px;
    color: Black;
}


.Tab1 {
    width: 100%;
    background-color: transparent;
}

.Tab1Header {
    float: left;
    background-color: white;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.Tab1Body {
    padding: 10px;
    background-color: white;
    min-height: 176px;
    background-image: url(/images/MM_paper_down_top.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: solid 0px blue;
    margin: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.Tab1BodyContent {
    width: 100%;
}

.NoPaddding {
    padding: 0px;
}

.dxtcPageContent {
    padding: 0px !important;
    margin-bottom: 0px !important;
    border: solid 0px red !important;
}
/*td.dxgv { border:solid 1px #cccccc !important;}*/
.dxgvHeader td {
    width: auto !important;
}

/*.dxgvDataRowHover { background-color:rgb(235, 235, 235) !important; }*/
/*.dxgvDataRowAlt { background-color:rgb(248, 248, 248) ;}
.dxGridRow2 { background-color:rgb(248, 248, 248) ;}
*/
.Tab1Bottom {
    width: 100%;
    background-color: transparent;
    height: 49px;
    background-image: url(/images/MM_paper_down_bottom.png);
    background-repeat: repeat-x;
}

.TabCss {
    display: none;
}

.TabCssVisible {
    display: inline;
}

.TabHeader {
    float: left;
    margin-left: 2px;
    background-color: #dddddd;
    border: solid 0px black;
    cursor: pointer;
    width: 100%;
    margin-bottom: 2px;
    color: #999999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.TabHeaderData {
    padding: 10px;
    text-align: center;
}

.TabHeaderSelected {
    background-color: White;
    color: Black !important;
}

.MarketManButton1_100 {
    color: #2C4054;
    background-color: #fff;
    border: solid 1px #2C4054;
    font-size: 14px;
    padding: 8px 23px;
    border-radius: 2px;
    text-decoration: underline;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: width 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0px 0px;
}

    .MarketManButton1_100:hover {
        color: #28bd8b;
        border: solid 1px #28bd8b;
    }

    .MarketManButton1_100:active {
    }




.MarketManLink {
    border-bottom: dashed 1px white;
}


.GreenDiv1_97 {
    height: 34px;
    box-sizing: border-box;
    color: black;
    line-height: 34px;
    text-align: center;
    background-color: #D9DFE1;
    border: solid thin #BDC3C7;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}

    .GreenDiv1_97:hover {
    }

    .GreenDiv1_97:active {
    }

.GreenDiv1_Text {
    color: #2C4054;
    text-decoration: none;
    line-height: 34px;
    font-size: 12px;
    font-family: Arial;
}

    .GreenDiv1_Text:hover {
        color: #2C4054;
        text-decoration: none;
        line-height: 34px;
        font-size: 12px;
        font-family: Arial;
    }

    .GreenDiv1_Text:active {
        color: #2C4054;
        text-decoration: none;
        line-height: 34px;
        font-size: 12px;
        font-family: Arial;
    }




.GreenButton1_100 {
    color: #2C4054;
    background-color: #D9DFE1;
    border: solid thin #BDC3C7;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

    .GreenButton1_100:hover {
    }

    .GreenButton1_100:active {
    }

.GreenButton1_200 {
    color: #2C4054;
    background-color: #D9DFE1;
    border: solid thin #BDC3C7;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

    .GreenButton1_200:hover {
    }

    .GreenButton1_200:active {
    }

.GreenButton1_97 {
    color: #2C4054;
    background-color: #D9DFE1;
    border: solid thin #BDC3C7;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

    .GreenButton1_97:hover {
    }

    .GreenButton1_97:active {
    }

.GreenButton1_150 {
    color: #2C4054;
    background-color: #D9DFE1;
    border: solid thin #BDC3C7;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

    .GreenButton1_150:hover {
    }

    .GreenButton1_150:active {
    }

.FilterDiv {
    float: left;
    margin-right: 10px;
}

input:not([type='checkbox']):not([type='radio']):not([type='range']) {
    -webkit-appearance: none;
}

input, textarea, keygen, select, button {
    font-family: "Roboto";
    font-stretch: condensed;
    font: 13px "Roboto";
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        background-color: #fff;
        color: #424c5a !important;
    }

.checkbox_wrapper {
    position: relative;
    height: 16px;
    width: 17px;
    float: left;
}

input[id="chkAllDate"] {
    opacity: 0;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

    input[id="chkAllDate"] + label {
        background: url('/Images/empty-checkbox-copy.png') no-repeat;
        height: 16px;
        width: 17px;
        display: inline-block;
        padding: 0 0 0 0px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    input[id="chkAllDate"]:checked + label {
        background: url('/images/selected-checkbox.png') no-repeat;
        height: 16px;
        width: 17px;
        display: inline-block;
        padding: 0 0 0 0px;
    }


input[type=number]:not(.dxeTextBox):not(.dxeEditArea):not(.QuantityText), input[type=text]:not(.dxeTextBox):not(.dxeEditArea):not(.NoDesignInput1):not(.LoginTextBox):not(.QuantityText ):not(.par-text), input[type=password]:not(.dxeTextBox):not(.dxeEditArea):not(.LoginTextBox) {
    text-indent: 5px;
    height: 35px;
    line-height: 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid thin #e5e6e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

input[type=daterange]:not(.dxeTextBox):not(.dxeEditArea) {
    height: 35px;
    line-height: 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid thin #e5e6e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

select {
    -webkit-appearance: none;
    -moz-appearan1ce: none;
    background-color: white;
    background-image: url('/Images/select-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 0px;
    text-indent: 0px;
    height: 35px;
    border: 1px solid #e2ebf8;
    color: black;
    line-height: 35px;
    text-align: center;
    background-color: white;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-left: 5px;
    box-sizing: border-box;
    width: auto;
    padding-right: 1.5em;
}

    select option:empty {
        display: none;
    }


.DefTextArea {
    border: solid 1px #DAE0E2;
    padding: 5px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.DefText {
    text-indent: 5px;
    height: 34px;
    line-height: 34px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px rgb(170, 180, 164);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.DefDDL {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('/Images/select-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 0px;
    height: 34px;
    border: solid 1px #DAE0E2;
    color: black;
    line-height: 1.3em;
    text-align: center;
    background-color: white;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.TextShort {
    height: 26px !important;
    line-height: 26px !important;
}

.SelectShort {
    height: 26px !important;
    line-height: 26px !important;
}

.DefButton {
    height: 34px;
    border: none;
    color: White;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    background-color: rgb(123, 123, 123);
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .DefButton:hover {
    }

    .DefButton:active {
    }

.ActionLinkUL {
    color: rgb(252, 184, 0);
    text-decoration: underline;
    cursor: pointer;
}

    .ActionLinkUL:hover {
        color: rgb(252, 184, 0);
        text-decoration: underline;
        cursor: pointer;
    }

    .ActionLinkUL:active {
        color: rgb(252, 184, 0);
        text-decoration: underline;
        cursor: pointer;
    }

.ActionLinkULImportant {
    color: #5a6779 !important;
    font-weight: bold;
    cursor: pointer;
}

    .ActionLinkULImportant:hover {
        color: #5a6779 !important;
        font-weight: bold;
        cursor: pointer;
    }

    .ActionLinkULImportant:active {
        color: #5a6779 !important;
        font-weight: bold;
        cursor: pointer;
    }

    .ActionLinkULImportant:visited {
        color: #5a6779 !important;
        font-weight: bold;
        cursor: pointer;
    }

/*.ActionButton {  height:34px; border:none;  color:White; font-weight:bold; line-height:34px; text-align:center;  background-color:rgb(252, 184, 0); cursor:pointer;  padding-left:10px; padding-right:10px;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.ActionButton:hover {  }
.ActionButton:active { }*/


.BlueButton {
    height: 34px;
    border: none;
    color: White;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    background-color: rgb(101, 134, 165);
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .BlueButton:hover {
    }

    .BlueButton:active {
    }




.GreenDiv1_97Link {
    text-decoration: none !important;
    color: white;
}




.BlackButton1_100 {
    height: 34px;
    border: none;
    color: White;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    background-color: rgb(123, 123, 123);
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .BlackButton1_100:hover {
    }

    .BlackButton1_100:active {
    }



.GreenButtonText {
    color: White !important;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px !important;
}



.RoundTextBoxDiv {
}

.RoundTextBox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: thin;
    padding: 5px;
    width: 190px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.RoundTextBoxDiv { background-image:url(/images/MM_Search.png); width:233px; height:31px; background-repeat:no-repeat; border:none; background-image:transparent; position:relative;}
.RoundTextBox { border:none; background-color:transparent; position:absolute; top:2px; right:5px; height:25px; width:190px;}*/


.RoundTextInput {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: thin;
    padding: 5px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.RoundDDLDiv {
}

.RoundDDL {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 190px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

/*.RoundDDLDiv { background-image:url(/images/MM_Search.png); width:233px; height:31px; background-repeat:no-repeat; border:none; background-image:transparent; position:relative;}
.RoundDDL { border:none; background-color:transparent; position:absolute; top:2px; right:5px; height:25px; width:210px;  -webkit-appearance: none;}*/


.TableCellPaddingLeft10 {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

/* Master */
.DisplayArea {
    width: 100%;
    margin: 0 auto;
}

.HeaderArea {
    background-color: #252a30;
}
/*.HeaderContent { width:1000px; margin:0 auto; border:solid 0px black; }
.GeneralContent { width:1000px; margin:0 auto; border:solid 0px black; }*/
.HeaderSeperatorToBody {
    width: 100%;
    background-color: rgb(86, 140, 16);
    height: 5px;
    margin-bottom: 25px;
}

.ExpireString {
    width: calc(100% - 210px);
    background-color: rgb(86, 140, 16);
    height: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 0px;
    z-index: 92332;
    text-align: center;
    color: white;
}

.GeneralContent.slim .ExpireString {
    width: calc(100% - 60px);
}

.TopArea {
    width: 100%;
    position: relative;
    min-height: 100vh;
}
/*.Logo {  width:140px; height:35px; margin-top:17px; margin-left:10px; }*/
.HeaderIcon {
    margin-top: 18px;
    cursor: pointer;
    margin-left: 10px;
}


.Language {
    width: 300px;
    height: 92px;
    position: absolute;
    left: 20px;
    top: 0px;
    text-align: left;
}

.Slogan {
    position: absolute;
    right: 24px;
    top: 50px;
    border: solid 0px black;
    width: 200px;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    display: none;
}

    .Slogan:hover {
        text-decoration: none;
        color: Black;
    }

    .Slogan:visited {
        text-decoration: none;
        color: Black;
    }

.LeftTop {
    float: right;
    margin-top: 10px;
}

.LoggedInInfo {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    border: solid 0px black;
}

.LoggedInInfoWelcome {
    color: black !important;
}

.StatusStuff {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    border: solid 0px red;
}

.Hello {
    float: left;
}

.NameSubMenu {
    visibility: hidden;
}

.LoggedInInfoWelcomeCont {
    cursor: pointer;
}

    .LoggedInInfoWelcomeCont:hover {
        cursor: pointer;
    }

        .LoggedInInfoWelcomeCont:hover .NameSubMenu, .LoggedInInfoWelcomeCont:active .NameSubMenu {
            visibility: visible;
            position: absolute;
            top: 1px;
            left: 1px;
            z-index: 10;
        }

.NameSubMenu ul {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .NameSubMenu ul li {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

        .NameSubMenu ul li:hover:not(.NameSubMenuName) {
            background-color: rgb(123, 123, 123);
            color: White;
        }

.MainMenu {
    float: left;
}

    .MainMenu ul li {
        float: left;
    }

    .MainMenu ul .Last {
        background-image: url(/images/MM_MenuRight.png);
    }

    .MainMenu ul .First {
        background-image: url(/images/MM_MenuLeft.png);
    }

    .MainMenu ul:hover .Last {
        background-image: url(/images/MM_MenuRight.png);
    }

    .MainMenu ul:hover .First {
        background-image: url(/images/MM_MenuLeft.png);
    }

    .MainMenu ul li ul li {
        float: none;
    }

.Menu {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

.MainMenu {
}
/*.MainMenu ul li { float:left;  }*/

/* Cart */
.WholeCartArea {
    color: Black;
}


/* VendorDisplay1 */
.VD1 {
    width: 100%;
    height: 50px;
    border: solid 0px black;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    background-image: url(/images/MM_TileBrightMed.png);
    background-repeat: repeat;
    cursor: pointer;
}

.VD2 {
    padding: 10px;
}

.VD1Actions {
    float: left;
    top: 10px;
    margin-left: 10px;
    border: solid 0px black;
}

.VD1_1 {
    border: solid 0px black;
    width: 55%;
    height: 100%;
    float: right;
}


.VD2ImageDiv {
    width: 100%;
    border: solid 0px black;
    display: none;
}

.VD2Image {
    max-width: 100%;
    max-height: 82px;
    border: solid 1px black;
}



/* Orders */
.OrdersQueryItems {
    float: left;
    line-height: 32px;
    border: solid 0px black;
}


/* CatalogItemDisplay1 */
.CID1Item {
    width: 95%;
    height: 50px;
    background-color: transparent;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
}

.CIDBox1 {
    float: left;
    border: solid 0px red;
    margin-right: 5px;
    margin-top: 5px;
    width: 400px;
    border: solid 0px black;
    height: 50px;
}

.CIDBoxImage {
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: White;
}

.CID1Image {
    max-width: 40px;
    height: 40px;
}

.CIDTextBox1 {
    width: 50px;
}

.CIDMoreDetails {
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    visibility: hidden;
}

.CIDProductName {
    color: white;
    font-size: 17px;
    line-height: 25px;
}

.CIDPrice {
    color: Black;
    font-size: 19px;
    line-height: 20px;
}

.CIDDiscount {
    font-size: 16px;
    line-height: 20px;
}

.CIDActions {
    position: absolute;
    right: 10px;
    width: 250px;
    height: 60px;
    top: 5px;
    border: solid 0px black;
}

.CIDActionsFavorite {
    position: absolute;
    right: 10px;
    top: 10px;
    border: solid 0px black;
}

.CIDActionsQuantity {
    position: absolute;
    right: 48px;
    top: -3px;
    border: solid 0px black;
}

.CID1ItemsContainer1 {
    float: left;
    border: solid 0px black;
    width: 95%;
    margin-right: 10px;
    background-image: url(/images/MM_TileBrightMed.png);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.CID1ItemsContainer2 {
    float: left;
    border: solid 0px blue;
    width: 95%;
    margin-right: 10px;
}

.CIDBox1_Title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    padding: none;
    margin-bottom: 5px;
    width: 100%;
}

/* CatalogItemDisplay2 */
.CID2ItemsContainer1 {
    float: right;
    border: solid 0px black;
    width: 650px;
    margin-right: 10px;
    background-image: url(/images/MM_TileBrightMed.png);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.CID2ItemsContainer2 {
    float: right;
    border: solid 0px blue;
    width: 650px;
    margin-right: 10px;
}

.CID2Item {
    width: 200px;
    height: 265px;
    background-color: transparent;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    float: right;
    margin-right: 10px;
}

.CID2Box1 {
    position: absolute;
    left: 35px;
    width: 130px;
    top: 161px;
    height: 100px;
    border: solid 0px red;
    border: solid 0px black;
    color: White;
}

.CID2BoxImage {
    position: absolute;
    left: 35px;
    top: 0px;
    border: solid 2px white;
    width: 130px;
    height: 100px;
    background-color: White;
}

.CID2Image {
    max-width: 100%;
    max-height: 100px;
}

.CID2TextBox1 {
    width: 50px;
}

.CID2MoreDetails {
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
}

.CID2ProductName {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.CID2ProductName2 {
    font-size: 15px;
    line-height: 15px;
}

.CID2Price {
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.CID2Price {
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.CID2PriceDeleted {
    color: white;
    font-size: 15px;
    line-height: 15px;
    text-decoration: line-through;
}

.CID2Discount {
    font-size: 19px;
    line-height: 15px;
}

.CID2Actions {
    position: absolute;
    left: 10px;
    width: 250px;
    height: 60px;
    top: 5px;
    border: solid 0px black;
}

.CID2ActionsFavorite {
    position: absolute;
    left: 34px;
    top: 119px;
    border: solid 0px black;
}

.CID2ActionsQuantity {
    position: absolute;
    left: 72px;
    top: 109px;
    border: solid 0px black;
}

.CID2NotConnected {
    position: absolute;
    left: 34px;
    width: 132px;
    top: 109px;
    border: solid 0px black;
}

/* CatalogItemDisplay3 */
.CID3ItemsContainer1 {
    float: right;
    border: solid 0px black;
    width: 650px;
    margin-right: 10px;
    background-image: url(/images/MM_TileBrightMed.png);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.CID3ItemsContainer2 {
    float: right;
    border: solid 0px blue;
    width: 650px;
    margin-right: 10px;
}

.CID3Item {
    width: 350px;
    border: solid 0px black;
    height: 110px;
    background-color: transparent;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    float: right;
}

.CID3Box1 {
    position: absolute;
    left: 89px;
    width: 145px;
    top: 5px;
    height: 80px;
    border: solid 0px black;
    color: White;
}

.CID3BoxImage {
    position: absolute;
    left: 5px;
    top: 0px;
    border: solid 2px white;
    width: 80px;
    height: 70px;
    background-color: White;
}

.CID3Image {
    max-width: 100%;
    max-height: 70px;
}

.CID3TextBox1 {
    width: 50px;
}

.CID3MoreDetails {
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
}

.CID3ProductName {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.CID3ProductName2 {
    font-size: 15px;
    line-height: 15px;
}

.CID3Price {
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.CID3Price {
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.CID3PriceDeleted {
    color: white;
    font-size: 15px;
    line-height: 15px;
    text-decoration: line-through;
}

.CID3Discount {
    font-size: 19px;
    line-height: 15px;
}

.CID3Actions {
    position: absolute;
    left: 10px;
    width: 250px;
    height: 60px;
    top: 5px;
    border: solid 0px black;
}

.CID3ActionsFavorite {
    position: absolute;
    left: 34px;
    top: 77px;
    border: solid 0px black;
}

.CID3ActionsQuantity {
    position: absolute;
    left: 72px;
    top: 109px;
    border: solid 0px black;
}

.CID3NotConnected {
    position: absolute;
    left: 34px;
    width: 132px;
    top: 109px;
    border: solid 0px black;
}

/* CatalogItemDisplay4 */
.CID4Item {
    width: 100%;
    border: solid 0px blue;
    height: 95px;
    background-color: transparent;
    margin-top: 5px;
    position: relative;
    float: left;
}

.CID4Box1 {
    float: left;
    width: 100%;
    top: 5px;
    border: solid 0px yellow;
    color: White;
}

.CID4Box1Buttons {
    float: right;
    width: 100%;
    top: 5px;
    height: 30px;
    border: solid 0px yellow;
    color: White;
}

.CID4BoxImage {
    float: left;
    margin-left: 5px;
    border: solid 0px white;
    width: 100%;
    height: 80px;
    background-color: white;
}

.CID4Image {
    max-width: 100%;
    height: 80px;
}

.CID4TextBox1 {
    width: 50px;
}

.CID4ActionsPM {
    float: left;
    width: 100%;
    border: solid 0px cyan;
    position: relative;
    height: 80px;
    margin-left: 1%;
    margin-top: 5px;
}

.CID4Box1Container {
    float: right;
    width: 100%;
    border: solid 0px red;
}

.CID4MoreDetails {
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
}

.CID4ProductName {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.CID4ProductName2 {
    font-size: 15px;
    line-height: 15px;
}

.CID4Price {
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.CID4Price {
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.CID4PriceDeleted {
    color: white;
    font-size: 15px;
    line-height: 15px;
    text-decoration: line-through;
}

.CID4Discount {
    font-size: 19px;
    line-height: 15px;
}

.CID4Actions {
    position: absolute;
    left: 10px;
    width: 250px;
    height: 60px;
    top: 5px;
    border: solid 0px black;
}

.CID4ActionsFavorite {
    position: absolute;
    left: 34px;
    top: 77px;
    border: solid 0px black;
}

.CID4ActionsQuantity {
    position: absolute;
    left: 72px;
    top: 109px;
    border: solid 0px black;
}

.CID4NotConnected {
    position: absolute;
    left: 34px;
    width: 132px;
    top: 109px;
    border: solid 0px black;
}

.CID4QuantityMinus2 {
    position: absolute;
    left: 115px;
    top: 0px;
    width: 44px;
    height: 44px;
    border: solid 0px black;
    background-image: url(/images/MM_Minus44.png);
    background-position: 0px 1px;
}

.CID4QuantityPlus2 {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 44px;
    height: 44px;
    border: solid 0px black;
    background-image: url(/images/MM_Plus44.png);
    background-position: 0px 1px;
}

/* CatalogItemDisplay1 */
.CID5Item {
    width: 100%;
    min-height: 50px;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
    float: left;
    border-bottom: solid 0px rgb(123, 123, 123);
}

.CID5ItemOld {
    width: 100%;
    min-height: 50px;
    background-color: transparent;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
    float: right;
    border-bottom: solid 1px rgb(123, 123, 123);
}

.CID5Item:last-child {
    border-bottom: none;
}

.CID5BoxImage {
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-right: 10px;
}

.CIDBox5 {
    float: right;
    border: solid 0px red;
    margin-right: 5px;
    margin-top: 5px;
    width: 400px;
    border: solid 0px black;
    height: 50px;
}

.CID5Image {
    max-width: 30px;
    height: 30px;
}

.CID5SecondLinePrice {
    font-size: 10px;
}

.CID5PriceGood {
    color: green;
}

.CID5PriceBad {
    color: red;
}

.CID5Alternatives {
    background-color: #eeeeee !important;
}

.CID5Sep {
    width: 100%;
    min-height: 30px;
    background-color: transparent;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    float: right;
    border-bottom: solid 1px rgb(217, 223, 225);
    padding: 7px 0 7px 0;
}

.CID5SepLast {
    border-bottom: none;
}

.CID5ProductName {
    line-height: 25px;
    float: left;
}

.CID5ProductName2 {
    float: right;
    width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
    font-weight: bold;
    padding-top: 10px;
}

.CID5ProductName3 {
    float: right;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 14px;
    font-size: 12px;
    line-height: 12px;
}

.CID5ProductPrice {
    line-height: 25px;
    float: left;
    width: 70px;
    border: solid 0px black;
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
}

.CID5ProductPar {
    line-height: 25px;
    float: left;
    width: 90px;
    border: solid 0px black;
    text-align: right;
    padding-top: 10px;
}

.CID5Price {
    color: Black;
    font-size: 19px;
    line-height: 20px;
}

.CID5Discount {
    font-size: 16px;
    line-height: 20px;
}

.CID5Actions {
    position: absolute;
    left: 10px;
    width: 250px;
    height: 60px;
    top: 5px;
    border: solid 0px black;
}

.CID5ActionsFavorite {
    position: absolute;
    right: 10px;
    top: 7px;
    border: solid 0px black;
}

.CID5ActionsQuantity {
    position: absolute;
    right: 48px;
    top: 8px;
    border: solid 0px black;
}

.CID5ActionsNotInStock {
    position: absolute;
    left: 48px;
    top: -3px;
    border: solid 0px black;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100px;
}

.CID5ItemsContainer1 {
    float: right;
    border: solid 0px black;
    width: 95%;
    margin-right: 10px;
    background-image: url(/images/MM_TileBrightMed.png);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.CID5ItemsContainer2 {
    float: right;
    border: solid 0px blue;
    width: 95%;
    margin-right: 10px;
}

.CIDBox1_Title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    padding: none;
    margin-bottom: 5px;
    width: 100%;
}


/* Test */
.TestTabs {
    background-color: white;
}

.TestTab1 {
    border: none;
    background-color: white;
}

/* Tab Control */
.ajax__tab_xp .ajax__tab_body {
    padding: 0px !important;
    border: none !important;
}

/* CartItem */
.CartItemImageDiv {
    border: solid 2px white;
    width: 67px;
    height: 40px;
    box-shadow: 0px 0px 5px #888888;
    margin-left: 12px;
    padding-top: 5px;
}

.CartItemImage {
    max-width: 100%;
    max-height: 40px;
}

.CartItemQuantity {
    width: 40px;
}

.CartItem1 {
    position: absolute;
    right: 76px;
    top: 0px;
    width: 170px;
    border: solid 0px black;
    color: Black;
}

.CartItem2 {
    position: absolute;
    width: 241px;
    height: 8px;
    top: 57px;
    right: 47px;
    background-image: url(/images/MM_lineleft.png);
    border: solid 0px black;
}

.CartItem3 {
    position: absolute;
    border: solid 0px black;
    top: 10px;
    left: 0px;
}

.CartItem4 {
    position: absolute;
    border: solid 0px black;
    top: -3px;
    left: 0px;
}

/* Paging */
.PagingItemDiv {
    margin-right: 0px;
    display: inline-block;
    padding: 1px;
    margin-right: 4px;
}

.PagingItem {
}

    .PagingItem:hover {
        background-color: transparent;
        font-weight: bold;
    }

.PagingItemLink {
    text-decoration: none;
    color: rgb(43, 2, 18);
    width: 22px;
    height: 22px;
    border: solid 0px rgb(175, 176, 170);
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    display: table-cell;
    color: rgb(43, 2, 18);
    font-weight: normal;
    color: White;
}

    .PagingItemLink:hover {
        font-weight: bold;
        color: White;
    }

.PagingItemLinkSelected {
    text-decoration: none;
    color: rgb(137, 173, 23) !important;
    width: 22px;
    height: 22px;
    border: solid 0px rgb(175, 176, 170);
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    display: table-cell;
    font-weight: bold;
    text-decoration: underline;
    color: White;
}

    .PagingItemLinkSelected:hover {
        color: rgb(137, 173, 23);
    }


/* Popups */


.PopupReminderToOrder {
    z-index: 11;
    display: none;
}

.GoodAlertBox {
    z-index: 12;
    display: none;
}


.ConfirmDialog {
    z-index: 12;
    display: none;
}


.Popup1BK {
    color: black;
    position: relative;
    box-shadow: 0px 0px 38px #000000;
    -webkit-box-shadow: 0px 0px 38px #000000;
    -moz-box-shadow: 0px 0px 38px #000000;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=0, offY=0, positive=true);
    min-height: 50px;
    padding: 2px;
    background-color: rgb(209, 208, 208);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 1;
}


.Popup1Close {
    position: absolute;
    left: -10px;
    top: -10px;
    cursor: pointer;
    background-image: url(/images/PopupClose.png);
    width: 39px;
    height: 39px;
}

.PUProductDetails {
    z-index: 10;
    display: none;
}

.PUProductDetailsImg {
    max-width: 400px;
    max-height: 200px;
}


/* Orders List */
.OLSeachFields {
    float: left;
    margin-bottom : 10px;
    padding-right: 5px;
    padding-left: 00px;
    line-height: 34px;
}

.OrdersListGridHeader {
    height: 40px;
    font-size: 20px;
    background-color: transparent;
    background-image: url(/images/MM_Fav.png);
}

.OrdersListGridRow1 {
    height: 40px;
    font-size: 16px;
    background-color: white;
}

.OrdersListGridRow2 {
    height: 40px;
    font-size: 16px;
    background-color: #eeeeee;
}

/* Thread Preview */
.ThreadPreviewDiv {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    background-image: url(/images/MM_TileBrightMed.png);
    background-repeat: repeat;
    padding: 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ThreadPreviewDivNotRead {
    background-color: #eeeeee;
    background-image: url(/images/MM_TileBrighter.png);
    background-repeat: repeat;
}





/* Send Message */
.SM1 {
    display: none;
}

.SM1Content {
    width: 400px;
    height: 200px;
    padding: 20px;
}

.SM1Vendor {
    width: 300px;
}

.SM1Message {
    width: 300px;
    height: 100px;
}

/* OrderItemDisplay1 */
.OrderItemDisplay1ImageDiv {
    border: solid 2px white;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 5px #888888;
    background-color: White;
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-top: 10px;
}

.OrderItemDisplay1Image {
    max-width: 100%;
    max-height: 60px;
}


.OrderItemDisplay1Div {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
}

.OrderItemDisplay1DivData {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 850px;
}


.OrderItemDisplay1DivDataCol1_1 {
    width: 400px;
    float: left;
    border: solid 0px black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    padding: none;
}

.OrderItemDisplay1DivDataCol2_1 {
    width: 200px;
    float: left;
    border: solid 0px black;
}

.OrderItemDisplay1DivDataCol3_1 {
    width: 200px;
    float: left;
    border: solid 0px black;
}



.OrderItemDisplay1DivDataCol1_2 {
    width: 400px;
    float: left;
    border: solid 0px black;
    line-height: 45px;
    height: 45px;
}

.OrderItemDisplay1DivDataCol2_2 {
    width: 200px;
    float: left;
    border: solid 0px black;
    line-height: 45px;
    height: 45px;
}

.OrderItemDisplay1DivDataCol3_2 {
    width: 200px;
    float: left;
    border: solid 0px black;
    line-height: 45px;
    height: 45px;
}


/* OrderItemDisplay2 */
.OrderItemDisplay2ImageDiv {
    border: solid 2px white;
    max-width: 50px;
    height: 33px;
    box-shadow: 0px 0px 5px #888888;
    background-color: White;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

.OrderItemDisplay2Image {
    max-width: 100%;
    max-height: 40px;
}

.OrderItemDisplay2TitleName {
    width: 100%;
    line-height: 40px;
    border: solid 0px black;
}

.OrderItemDisplay2Div {
    width: 90%;
    min-height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    padding: 1%;
}

.OrderItemDisplay2DivData {
    margin: 0 auto;
    margin-top: 10px;
    width: 600px;
    display: table;
    border: solid 0px gray;
}

.OrderItemDisplay2DivRow {
    display: table-row;
    border: solid 0px green;
    border-top: solid 0px red;
    line-height: 25px;
    height: 25px;
}

.OrderItemDisplay2DivDataCol1_1 {
    height: 30px;
    border-bottom: solid 1px white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    padding: none;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol2_1 {
    height: 30px;
    border-bottom: solid 1px white;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol3_1 {
    height: 30px;
    border-bottom: solid 1px white;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol4_1 {
    height: 30px;
    border-bottom: solid 1px white;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol5_1 {
    height: 30px;
    border-bottom: solid 1px white;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol1_2 {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    padding: none;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol2_2 {
    height: 30px;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol3_2 {
    height: 30px;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol4_2 {
    height: 30px;
    display: table-cell;
}

.OrderItemDisplay2DivDataCol5_2 {
    height: 30px;
    display: table-cell;
}


/* Favorite1 */
.FavoriteChecked {
    background-image: url(/images/pin-selected.png);
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px;
}

    .FavoriteChecked:hover {
        background-image: url(/images/pin-selected.png);
        width: 14px;
        height: 14px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 0px;
    }

.FavoriteUnChecked {
    background-image: url(/images/pin.png);
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px;
}

    .FavoriteUnChecked:hover {
        background-image: url(/images/pin-selected.png);
        width: 14px;
        height: 14px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 0px;
    }

/* Vendors1 */
.VendorsChecked {
    background-image: url(/images/MM_supply.png);
    width: 32px;
    height: 32px;
    background-position: 0px 32px;
}

.VendorsUnChecked {
    background-image: url(/images/MM_supply.png);
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
}

.PlusMinusDivWithChip {
    width: 102px;
    height: 46px;
    background-image: url(/images/MM_PlusNminus.png);
    position: relative;
}

.PlusMinusDivWithoutChip {
    width: 90px;
    height: 31px; /*position:relative; border:solid 1px #BDC3C7;*/
    color: #2C4054;
    border-radius: 2px;
}



/* Plus Minus */
.QuantityMinus {
    float: left;
    /* border-radius: 3px; */
    background-color: #f6f9f9;
    border: solid 0.5px #dadee6;
    color: #c5cad4;
    width: 27px;
    height: 29px;
    background-position: 0px 1px;
    cursor: pointer;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .QuantityMinus:hover {
        background-color: #23b1f7;
        color: white;
        background-position: 0px 64px;
    }

    .QuantityMinus:active {
        background-color: #23b1f7;
        color: white;
        background-position: 0px 64px;
    }

.QuantityPlus {
    float: left;
    /* border-radius: 3px; */
    background-color: #f6f9f9;
    border: solid 0.5px #dadee6;
    color: #c5cad4;
    width: 27px;
    height: 29px;
    background-position: 0px 1px;
    cursor: pointer;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}



    .QuantityPlus:hover {
        background-color: #23b1f7;
        color: white;
        background-position: 0px 64px;
    }

    .QuantityPlus:active {
        background-color: #23b1f7;
        color: white;
        background-position: 0px 64px;
    }

.QuantityMinus2 {
    position: absolute;
    left: 68px;
    top: 46px;
    width: 44px;
    height: 44px;
    border: solid 0px black;
    background-image: url(/images/MM_Minus44.png);
    background-position: 0px 1px;
}

.QuantityPlus2 {
    position: absolute;
    left: 68px;
    top: 0px;
    width: 44px;
    height: 44px;
    border: solid 0px black;
    background-image: url(/images/MM_Plus44.png);
    background-position: 0px 1px;
}

.Check1 {
    background-color: transparent;
    background-image: url(/images/MM_Fav.png);
    width: 32px;
    height: 32px;
    background-position: 0px 32px;
}

.Check2 {
    background-color: transparent;
    background-image: url(/images/MM_Fav.png);
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
}

input[type=number].QuantityText, input[type=text].QuantityText {
    border-top: solid 0.5px #dadee6 !important;
    border-bottom: solid 0.5px #dadee6 !important;
    padding: 0px !important;
    float: left;
    width: 32px !important;
    height: 29px !important;
    line-height: 31PlusMinusDivWithoutChipPlusMinusDivWithoutChippx !important;
    background-color: white;
    text-align: center;
    color: #2c4054;
    direction: ltr;
    cursor: pointer;
    text-indent: 0px !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    border-left-style: none;
    border-right-style: none;
}

.Loading {
    width: 64px;
    height: 64px;
    background-image: url(/images/loaderB64.gif);
    display: none;
    border: solid 0px white;
}



.OrderCartSummaryCantOrder {
    color: Red;
}

.AC1SearchBoxAutoComplete {
    direction: ltr;
    text-align: left;
}

.AC1CompletionListHighlightedItemCssClass {
    font-weight: bold;
    direction: ltr;
    text-align: left;
    background-color: #dddddd;
}

.AC1CompletionListItemCssClass {
    font-weight: normal;
    direction: ltr;
    text-align: left;
}


.NoInternetConnectionBG {
    background-image: url(/images/MM_TileBrightMed.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    border: solid 0px red;
}

.NoInternetConnectionLabel {
    font-size: 18px;
    font-weight: bold;
}

.BuyerCatalogItemRow1 {
    padding: 5px;
    display: table-row;
    width: 100%;
}

.BuyerCatalogItemRow2 {
    background-image: url(/images/MM_TileBrightMed.png);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-repeat: repeat;
    padding: 5px;
    display: table-row;
    width: 100%;
}

.BuyerCatalogItemCell1 {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.BuyerCatalogItemCell1Title {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(137, 173, 23);
}

.BuyerCatalogItemPrice {
    width: 50px;
}

.BuyerCatalogItemImageDiv {
    border: solid 2px white;
    width: 70px;
    height: 70px;
    background-color: White;
    margin-bottom: 5px;
    margin-top: 5px;
}

.BuyerCatalogItemImage {
    max-width: 100%;
    max-height: 70px;
}


/*
background-image:url(/images/MM_TileBrighter.png);
background-image:url(/images/MM_TileBrightMed.png);

*/

/* Plus minus*/


.VendorCard1UnusualDeliverDate {
    color: red;
}

.ThreadPreviewMessage {
    width: 80%;
    height: 100%;
    float: right;
    border: solid 0px black;
}

.ThreadPreviewButtonDelete {
    width: 19%;
    float: left;
    border: solid 0px black;
}

.SortItem1_1 {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    margin-top: -1px;
    position: relative;
    line-height: 40px;
    cursor: s-resize;
    border-top: solid thin #E5E6E7;
    border-bottom: solid thin #E5E6E7;
    background-color: #fff;
    box-sizing: border-box;
}

.SortItem1_2 {
    float: left;
    margin-right: 5px;
    border: solid 0px white;
    width: 45px;
    height: 45px;
    background-color: transparent;
    padding: 2px;
}

.SortItem1_3 {
    max-width: 100%;
    max-height: 45px;
}

.SortItem1_4 {
}


.DontSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Query UI */
.ui-dialog .ui-dialog-titlebar-close {
    left: initial !important;
    right: 3px !important;
}

.ui-dialog-title {
    float: left !important;
}

.ui-widget-header {
    background: white;
    border: none;
}

.ui-widget-content {
    border: none;
    background: white;
}

.ui-dialog-buttonset {
    float: right !important;
    margin: 0 auto !important;
}

.ui-widget input {
    font-family: Arial !important;
    font-size: 14px !important;
}

.ui-button {
    width: 102px !important;
    height: 34px !important;
    border: none !important;
    background-image: none !important;
    background-color: #D9DFE1 !important;
    color: #2C4054 !important;
    border: solid thin #BDC3C7 !important;
    font-weight: normal !important;
    line-height: 34px !important;
    text-align: center !important;
    cursor: pointer !important;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}




    .ui-button:hover {
        background-position: 0px -38px !important;
    }

    .ui-button:active {
        background-position: 0px -76px !important;
    }

.ui-dialog {
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    z-index: 90 !important;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 6px #000;
}

.ui-datepicker {
    border: solid 1px #636363 !important;
}
/*.ui-state-focus { background:none !important; font-weight:bold !important; font-style:normal;}*/

box-shadow: 0px 0px 10px #000000; -webkit-box-shadow: 0px 0px 10px #000000; -moz-box-shadow: 0px 0px 10px #000000; padding:2px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent !important;
}

.ui-button-text {
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}


.dxGridCellMark1 {
    background-color: rgb(236, 81, 90);
}


.Extender {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 1px;
    background-color: White;
    list-style-type: none;
    margin: 0px;
}

.ExtenderList {
    border-bottom: 1px #006699;
    cursor: pointer;
    color: black;
}

.Highlight {
    color: White;
    background-color: #229603;
    cursor: pointer;
}


.Table1 {
    border-collapse: collapse;
    border: 1px solid black;
    background-color: White;
    color: Black;
    font-size: 14px;
}

    .Table1 td {
        border: 1px solid black;
        padding: 5px;
    }

    .Table1 th {
        border: 1px solid black;
        background-color: #dddddd;
        padding: 5px;
    }

.Size12 {
    font-size: 12px;
}

.Table2 {
    border-collapse: collapse;
    border: 0px solid black;
    background-color: White;
    color: Black;
    font-size: 14px;
}

    .Table2 td {
        border: 0px solid black;
        padding: 5px;
    }

    .Table2 th {
        border: 0px solid black;
        background-color: #eeeeee;
    }



.NewOrder3Order {
    min-height: 176px;
    border: solid 0px blue;
    margin: 0px;
}

.NewOrder3OrdersCount {
    padding: 3px;
    background-color: rgb(251, 251, 251);
    width: 15px;
    height: 30px;
    line-height: 30px;
    border: solid 0px blue;
    margin: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
}

    .NewOrder3OrdersCount:hover {
        background-color: rgb(235, 235, 235);
    }

.RoundCorners4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}



.NewOrder3OrderItem {
    width: 100%;
    background-color: rgb(235, 235, 235); /*margin-bottom:5px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    border-bottom: solid 0.5px #e2ebf7;
}

.NewOrder3OrderItemData {
    width: 100%;
    padding-top: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.NewOrder3OrderItem:hover {
    background-color: rgb(235, 235, 235);
}

.NewOrderDelete {
    border: solid 0px black;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
}

.NewOrderUpdateQty {
    height: 46px;
    line-height: 46px;
    margin-left: 19.17%;
}

.OrderSpanText {
    color: #424c5a;
    font-weight: normal;
    font-size: 13px;
}

.OrderSpan2Text {
    text-align: right;
    font-weight: 300 !important;
    float: right;
    font-size: 13px;
    color: #2c4054;
}

.OrderLabelText {
    font-size: 12px;
    font-weight: 300;
    color: #424c5a;
}

.MessageContiner {
    display: inline-block;
    margin-top: 5px;
    margin-left: 17.5px;
    margin-right: 16.5px;
    width: calc(100% - 34px);
}

.NewOrder3OrdersData {
    width: 100%;
    color: #2C4054;
    box-sizing: border-box;
}

.NewOrder3OrdersDataQunatity {
    left: 4px;
    height: 24px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    color: #23b1f7;
    border-right: solid 0.5px #e2ebf7;
}

.NewOrder3OrdersDataText {
    width: 60%;
    padding-left: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.NewOrder3NewOrder3OrdersCount2Item {
    width: 90%;
    background-color: rgb(226, 226, 226);
    padding: 4px;
    margin: 0 auto;
    margin-top: 5px;
}

    .NewOrder3NewOrder3OrdersCount2Item:hover {
        background-color: rgb(235, 235, 235);
    }

.NewOrder3NewOrder3OrdersCount1 {
}

    .NewOrder3NewOrder3OrdersCount1:hover {
        background-color: rgb(235, 235, 235);
    }

.BoxSize200px {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
}

.BoxSize150px {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
}

.BoxSize100px {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
}

.BoxSize50px {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
}

.BoxSizeHeight29px {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
}



.WorkingCss {
    width: 24px;
    height: 24px;
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}


.GreenTitleDashBoardBox {
    margin-left: 1px;
    margin-right: 1px;
    background-color: rgb(86, 140, 16);
    height: 22px;
    line-height: 22px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0px 0px;
}

.GrayTitleDashBoard {
    margin-left: 1px;
    margin-right: 1px;
    background-color: rgb(81, 81, 81);
    height: 40px;
    line-height: 40px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.DashBoardBoxTop {
    color: black;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background-color: white;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-top: 15px;
}

.DashBoardBox {
    color: black;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background-color: white;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}






.ICDInput1 {
    width: 50px;
}

.ui-widget {
    font-size: 1em;
    font-family: 'Roboto' !important;
}

    .ui-widget input {
        font-family: "Roboto" !important;
    }


.Drag1 {
    background-color: #eeddaa !important;
}



.TableCellNumber {
    direction: ltr;
    text-align: right;
}


.AlertItemDisplay1 {
    min-height: 25px;
    border: solid 0px black;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .AlertItemDisplay1:hover {
        background-color: #F9F9F9;
        cursor: default;
    }

.AlertItemDisplay1Buttons {
    margin-top: -10px;
    border: solid 0px black;
    float: left;
}

.AlertItemDisplay1:hover .AlertItemDisplay1Buttons {
    display: block;
}

.CustomTable {
    width: 100%;
}

.ui-autocomplete {
    border: 1px solid #636363;
    background-color: #eeeeee;
    z-index: 91;
    overflow: hidden; /*BUYERM-60*/
}


.ui-menu .ui-menu-item a {
    line-height: 1 !important;
}

.DocDiscrepancyTextBox {
    background-color: rgb(240, 100, 100) !important;
}

.DocDiscrepancyLabel {
    color: red !important;
    font-weight: bold;
}

.GrayTable td {
}

.GrayTable th {
}

.GrayTable tr {
}

.GrayTable table {
    border-collapse: collapse;
}

.PesachDialog .ui-button {
    width: 202px !important;
}

.PesachDialogButton {
    width: 80% !important;
    margin: 0 auto !important;
    background-image: none !important;
    color: black !important;
    background-color: none !important;
    border: solid 1px black !important;
    padding-left: 10px;
}


.VendorBuyerOrderDaySelect {
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-indent: 0px;
    font-size: 12px;
}

.VendorBuyerOrderTimeSelect {
    width: 65px;
    font-size: 12px;
    height: 20px !important;
    line-height: 20px !important;
    text-indent: 0px !important;
}


.CurrencySign {
}


.ShowOnHeIL {
    display: none;
}

.GenearlReport1_Table1 {
    font-size: 12px;
    border-collapse: collapse;
}

    .GenearlReport1_Table1 table, .GenearlReport1_Table1 th {
        border: 1px solid #636363;
    }

    .GenearlReport1_Table1 td {
        border: 1px solid #636363;
        padding: 5px;
    }

/*.GenearlReport1_Cell1 { background-color:rgb(228, 228, 228); color:rgb(47, 126, 216);}
.GenearlReport1_Cell2 { background-color:rgb(228, 228, 228); color:rgb(47, 126, 216);}*/

.GenearlReport1_Cell1 {
    background-color: rgb(170, 180, 164);
    color: white;
}

.GenearlReport1_Cell2 {
    background-color: rgb(170, 180, 164);
    color: white;
}

.GenearlReport1_Cell3 {
    text-align: right;
    direction: ltr;
}

.ShowTabs {
    zoom: 1 !important;
}

/* Multi select */
.MultiSelectTwoControls {
    left: -9999px !important;
}

.ms-container .ms-selectable .ms-list {
    width: 300px;
    height: 300px;
}

.ms-container .ms-selection .ms-list {
    width: 300px;
    height: 300px;
}

.ms-container .ms-selectable {
    float: left;
}

.ms-container .ms-selection {
    float: right;
}

.ms-container {
    width: 700px;
}

.Localize {
}

.SurveyHeader {
    font-weight: bold;
    font-size: 16px;
}

.SurveyHeader2 {
    font-weight: bold;
    font-size: 16px;
}

.SurveyQuestion {
    font-weight: bold;
}

.SurveyDiv {
    margin-bottom: 10px;
}

.BoxSizeOrder {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
}


.InlineSave { /*font-size: 10px;*/
    color: #5a6779;
}

.Loading1 {
    position: fixed;
    left: 50%;
    top: 2%;
    z-index: 999999;
    box-sizing: border-box;
}

.Loading2 {
    position: relative;
    left: -50%;
    background-color: white;
    border: solid 2px black;
    color: black;
    line-height: 20px;
    padding: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 10px #000000;
}

.Loading3 {
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}



.DivTablePadding2 {
    display: table;
}

    .DivTablePadding2 .DivTableCell {
        padding: 2px;
    }

.DivTable {
    display: table;
}

.DivTableRow {
    display: table-row;
}

.DivTableCell {
    display: table-cell;
}

.DivTableStyle1 {
    width: 100%;
    float: right;
}

.DivTableRowStyle1 {
    float: right;
    width: 100%;
    border: solid 0px blue;
}

.DivTableCellStyle1_1 {
    width: 8%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.DivTableCellStyle1_2 {
    width: 30%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.DivTableCellStyle1_3 {
    width: 15%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.DivTableCellStyle1_4 {
    width: 23%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.DivTableCellStyle1_5 {
    width: 15%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.DivTableCellStyle1_6 {
    width: 15%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.DivTableRowStyle2 {
    float: right;
    width: 100%;
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
}


.MarketCategory {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 3px;
    background-color: #999999;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    font-size: 12px;
    width: 53px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: clip;
}

    .MarketCategory:hover {
        background-color: #cccccc;
    }

.MarketCategorySelected {
    background-color: #cfcfcf;
}

.Header2 {
    font-size: 20px;
}

.Transition1 {
    -webkit-transition: width 1s ease, height 2s ease;
    -moz-transition: width 1s ease, height 2s ease;
    -o-transition: width 1s ease, height 2s ease;
    transition: width 1s ease, height 2s ease;
    border: solid 0px blue;
}



.FadeInOut02Ani.ng-enter {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.FadeInOut02Ani.ng-enter-active {
    opacity: 1;
}

.FadeInOut02Ani.ng-leave {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

.FadeInOut02Ani.ng-leave-active {
    opacity: 0;
}

.FadeIn02Ani.ng-enter {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.FadeIn02Ani.ng-enter-active {
    opacity: 1;
}






.dxgvTable {
    border-collapse: collapse !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}
/*.dxgvHeader { border:none !important; background-color: rgb(86, 140, 17) !important;}
.dxgvHeader, .dxgvHeader table { background-color: rgb(86, 140, 17); color:white !important;}*/
/*.dxgvFooter { background-color: rgb(86, 140, 17); border:none; color:white !important; }
.dxgvFooter .dxgv { color:white !important; }*/
.dxgvSelectedRow {
    background-color: #f4f7fa;
    color: black;
}

.dxgvFilterRow {
    background-color: white;
    border: none;
}

.dxgvCommandColumnItem {
    color: #939393 !important;
}
/*td.dxgv { border:none !important;  height:20px !important; border-right:solid 1px rgb(170, 180, 164) !important;}*/
.dxgvControl {
    border: none !important;
    font-size: 14px !important;
    margin-top: 22px;
}

    .dxgvControl a:not(.ActionLinkULImportant):not(.dxgvCommandColumnItem) {
        color: #2c4054 !important;
    }

.dxeTextBox .dxeEditArea {
    line-height: 14px;
}

.dxeButtonEdit .dxeEditArea {
    line-height: 14px;
}

.dxgvControl, .dxgvDisabled {
    font-family: "Roboto";
    font-size: 14px !important;
}

.TableDisplay1 {
    margin-top: 22px;
    background-color: White;
    display: table;
    table-layout: fixed;
    color: Black;
    border: none;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.TableRow1 {
    display: table-row;
    background: white;
}
    /*.TableCell1 { padding-left:4px; padding-right:4px; display:table-cell; border-left:solid 1px rgb(170, 180, 164);  padding-top:4px; padding-bottom:4px; line-height:27px; height:20px }*/
    .TableRow1 .TableCell1:last-child {
        border-right: none;
        border-left: inherit;
    }

.TableCell1Selected {
    background-color: #eeddaa !important;
}
/*.TableHeader1 { padding-left:4px; padding-right:4px;display:table-cell; background-color:rgb(86, 140, 17); border:none; color:white; padding:3px;}
.TableRow1:nth-child(odd){
    background-color:rgb(250, 250, 250);
}*/
/*.TableCell1:hover, .TableRow1:hover { background-color:rgb(240, 240, 240)}*/

.TableDisplay2 {
    background-color: White;
    display: table;
    color: Black;
    border: none;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.TableRow2 {
    display: table-row;
    background: white;
}

.TableCell2 {
    padding-left: 4px;
    padding-right: 4px;
    display: table-cell;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 27px;
    height: 20px;
}

.TableHeader2 {
    padding-left: 4px;
    padding-right: 4px;
    display: table-cell;
    background-color: rgb(86, 140, 17);
    border: none;
    color: white;
    padding: 3px;
}



.Table1 {
    border-collapse: collapse;
    border: 1px solid black;
    background-color: White;
    color: Black;
    font-size: 12px;
}

    .Table1 td {
        border: 1px solid rgb(170, 180, 164);
        padding: 5px;
        font-size: 12px;
    }

    .Table1 th {
        border: 1px solid rgb(170, 180, 164);
        padding: 5px;
        color: white;
        font-size: 12px;
        color: black;
    }



.chosen-container {
    background-color: white !important;
    background-image: none !important;
    color: black !important;
}

.chosen-choices {
    background-color: white !important;
    background-image: none !important;
    color: black !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 32px;
    width: 300px;
    background-image: none;
    margin: 0px;
}

.chosen-container-multi {
}

.chosen-choices {
}

.chosen-container-multi li {
}

.search-field {
}

.MatchHeight {
}

.SearchNewOrder {
    width: 100%;
    background-image: url(/images/search-icon.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 95% 8px;
}

#generalMessage, .GeneralMessage {
    position: fixed;
    z-index: 100000;
    left: calc(50% - 200px);
    top: 30px;
}


select:disabled {
    background-color: rgb(235, 235, 228);
}

input:disabled:not(.ActionButton):not(.GreenButton1_150):not(.GreenButton1_100):not(.GreenButton1_200):not(.GreenButton1_97) {
    background-color: rgb(235, 235, 228);
}

.GreenTitleOrder1 {
    float: left;
    border: solid 0px blue;
}

.GreenTitleOrder2 {
    float: left;
    border: solid 0px blue;
}

@media (min-width:1366px) {
    body {
    }
    /*.HeaderContent { width:1300px; }
.GeneralContent { width:1300px;  border:solid 0px gray; }*/
    .RightArea2 {
        width: 925px;
    }

    .CID5ProductName {
        width: 540px;
    }

    #divWelcomeOutside {
        display: block;
    }

    #liWelcome {
        display: none;
    }

    /*.CID5ProductName2 { width:540px; }
.GreenTitleOrder1 { width:620px;}
.GreenTitleOrder2 { width:150px;}*/
}

@media (max-width:1365px) {
    body {
    }
    /*.HeaderContent { width:1250px; }
.GeneralContent { width:1250px;  border:solid 0px blue; }*/
    .RightArea2 {
        width: 875px;
    }

    .CID5ProductName {
        width: 490px;
    }

    #divWelcomeOutside {
        display: none;
    }

    #liWelcome {
        display: block;
    }

    .CID5ProductName2 {
        width: 490px;
    }

    .GreenTitleOrder1 {
        width: 570px;
    }

    .GreenTitleOrder2 {
        width: 150px;
    }
}


@media (max-width:1335px) {
    .CID5ProductName {
        width: 400px;
    }
}



@media (max-width:1279px) {
    body {
    }
    /*.HeaderContent { width:1000px;  }
.GeneralContent { width:1000px;border:solid 0px green; }*/
    .RightArea2 {
        width: 620px;
    }

    .CID5ProductName {
        width: 260px;
    }

    #divWelcomeOutside {
        display: none;
    }

    #liWelcome {
        display: block;
    }

    .CID5ProductName2 {
        width: 240px;
    }

    .GreenTitleOrder1 {
        width: 320px;
    }

    .GreenTitleOrder2 {
        width: 150px;
    }
}



@media (max-width:1024px) {
    .CID5ProductName2 {
        width: 240px;
    }


    #divWelcomeOutside {
        display: none;
    }

    #liWelcome {
        display: block;
    }

    .CID5ProductName {
        width: 240px;
    }

    .GreenTitleOrder1 {
        width: 320px;
    }

    .GreenTitleOrder2 {
        width: 150px;
    }
}



span.Help {
    background-color: #f2ea5d;
    border-radius: 2px;
}

select.Help {
    background-color: #f2ea5d;
    border-radius: 2px;
}

input[type=text].Help {
    background-color: #f2ea5d;
    border-radius: 2px;
}

td.Help {
    background-color: #f2ea5d;
    border-radius: 2px;
}

.Splash {
    display: none;
}

[ng-cloak].Splash {
    display: block !important;
}

.ui-menu .ui-menu-item a {
    background: red;
    height: 10px;
    font-size: 8px;
}

.ui-tabs .ui-tabs-nav li {
    float: left;
}


.Tooltip {
    display: inline-block;
    background-image: url(/Images/questionmark.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.ui-button-text-only .ui-button-text {
    padding: 0px;
}

/* looknfeel March 2015 */
.Head1 {
    font-size: 20px;
    width: 100%;
    border-bottom: solid 1px #5a6779;
    margin-bottom: 10px;
}

.DivRowInput {
    padding-bottom: 10px;
    width: 100%;
}

.DivTextLabel {
}

    .DivTextLabel label {
        display: block;
        font-size: 11px;
        color: #838383;
    }

    .DivTextLabel input:not([type='checkbox']):not(.NoDesignInput1), .DivTextLabel textarea {
        width: 100%;
        margin-top: 3px;
    }

    .DivTextLabel input {
        padding: 0px;
    }

    .DivTextLabel select {
        max-width: none !important;
    }

        .DivTextLabel select:not(.NoDesignInput1) {
            width: 100%;
            margin-top: 3px;
        }

    .DivTextLabel .InputBox {
        margin-top: 3px;
        height: 34px;
        width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid thin #e5e6e7;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        background-color: white;
    }

    .DivTextLabel .NoDesignInput1 {
        height: 32px;
    }

.EditTable {
}

.EditTableHeaderRow2 {
    background-color: #5a6779;
    border: none;
    color: white;
    box-sizing: border-box;
    border-left: solid 1px rgb(170, 180, 164);
    border-right: solid 1px rgb(170, 180, 164);
}
/*.EditTableHeaderRow { background-color:rgb(86, 140, 17); border:none; color:white; padding:4px; box-sizing:border-box; border-top:solid 1px rgb(170, 180, 164); border-left:solid 1px rgb(170, 180, 164); border-right:solid 1px rgb(170, 180, 164); border-top-right-radius: 2px; border-top-left-radius: 2px;   }*/
.EditTableHeaderRow {
    border-left: solid 1px rgb(170, 180, 164);
    border-right: solid 1px rgb(170, 180, 164);
    background-color: #5a6779;
    border-top: solid 1px rgb(170, 180, 164);
    border-left: solid 1px rgb(170, 180, 164);
    border-right: solid 1px rgb(170, 180, 164);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: white;
}

.EditTableRow {
    border-left: solid 1px rgb(170, 180, 164);
    border-right: solid 1px rgb(170, 180, 164);
}

    .EditTableRow:last-child {
        border-bottom: solid 1px rgb(170, 180, 164);
    }

.TableRowCell {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 34px;
    height: 34px;
    box-sizing: border-box;
    background-color: white;
}

.TableRowCellNoColor {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 34px;
    height: 34px;
    box-sizing: border-box;
}

.TableHeaderCell {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 34px;
    height: 34px;
    box-sizing: border-box;
}

.ui-dialog .ui-dialog-content {
    background-color: rgb(250, 250, 250) !important;
}

.ui-widget-content {
    background-color: rgb(250, 250, 250);
    -webkit-overflow-scrolling: touch !important;
}

.ui-widget-header {
    background-color: rgb(250, 250, 250);
}

.InputBlock {
    width: 100%;
    text-indent: 5px;
    min-height: 34px;
    line-height: 34px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid thin #e5e6e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
}


.OBTasks_Title {
    border-bottom: rgb(235, 235, 235) solid 1px;
    height: 65px;
}

.TableCellNoWordWrap {
    white-space: nowrap;
}

.OrderDetailsInfoTable {
    font-family: 'Roboto' !important;
    font-stretch: condensed !important;
    font-size: 14px !important;
    color: #424c5a !important;
}


.DailyReport {
    color: #424c5a;
}



    .DailyReport h2 {
        font-size: 17px;
        color: #23b1f7;
        text-transform: uppercase;
    }

    .DailyReport p {
        font-size: 13px;
    }

    .DailyReport section.danger span {
        color: #ea5a5a;
    }

    .DailyReport section.success span {
        color: #28bd8b;
    }

    .DailyReport section.info-section {
        padding: 10px 0 10px 0;
    }

    /*
    Delete one day and make logic
*/
    .DailyReport .k-grid-pager {
        display: none;
    }

    .DailyReport a {
        color: #23b1f7;
    }





/*
    Daily Report Settings
*/

.daily-report-settings {
    font-size: 13px;
    color: #424c5a;
}

    .daily-report-settings a {
        color: #23b1f7;
    }

    .daily-report-settings select {
        /*color: #23b1f7;*/
        color: #424c5a;
        text-indent: 12px;
    }

    .daily-report-settings .link-button {
        background: none !important;
        border: none;
        padding: 0 !important;
        font: inherit;
        /*border is optional*/
        cursor: pointer;
        color: inherit;
        text-decoration: underline;
    }

    .daily-report-settings select option {
        color: #424c5a;
        padding: 6px;
    }

    .daily-report-settings .full-width {
        width: 100%;
    }

    .daily-report-settings .inline-block {
        display: inline-block;
    }

    .daily-report-settings .border-row {
        border-bottom: 1px solid #c5cad4;
    }

    .daily-report-settings .row {
        padding: 10px 0 10px 0;
    }

    .daily-report-settings .col {
        box-sizing: border-box;
        display: inline-block;
        padding: 0 30px 0 30px;
    }

    .daily-report-settings .col-first {
        width: 38%;
    }

    .daily-report-settings .col-second {
        width: 61%;
    }


    .daily-report-settings .disabled {
        color: #c5cad4;
    }

        .daily-report-settings .disabled select {
            background-color: #f4f7fa;
            color: #8d9aab;
            opacity: 1;
        }




    .daily-report-settings .side-settings {
        padding: 15px 0 15px 0;
    }

        .daily-report-settings .side-settings select {
            width: 150px;
            color: #424c5a;
        }

        .daily-report-settings .side-settings > div {
            padding-right: 8px;
            padding-left: 8px;
        }

    .daily-report-settings .settings-container {
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }

        .daily-report-settings .settings-container strong {
            font-weight: 700;
            color: #5a6779;
        }

    .daily-report-settings .title-row {
        background-color: #e2ebf8;
        border: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #5a6779;
        border-radius: 2px;
        padding: 15px 0 15px 0;
    }

        .daily-report-settings .title-row .col:nth-child(2) {
            text-indent: 30px;
        }

    .daily-report-settings .main-settings {
        width: 790px;
    }

        .daily-report-settings .main-settings select {
            width: 130px;
        }

    .user-message {
        padding: 12px;
        background-color: #a1ebd2;
        color: #28bd8b;
        border: 1px solid #28bd8b;
        border-radius: 3px;
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
        display: none;
        font-weight: bold;
        position: fixed;
        top: 81px;
        width: 790px;
        text-align: center;
        box-sizing: border-box;

    }

    .animate-show-hide {
        transition: all linear 0.5s;
    }

        .animate-show-hide.ng-hide {
            opacity: 0;
        }




    .daily-report-settings .capitalize {
        text-transform: capitalize;
    }

    .daily-report-settings .light-green-button {
        background-color: #28bd8b;
        border-color: #28bd8b;
    }

    /* Loader */

    .daily-report-settings .loading {
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .daily-report-settings .loading:before {
            content: '';
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.3);
        }

        .daily-report-settings .loading:not(:required) {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }

            .daily-report-settings .loading:not(:required):after {
                content: '';
                display: block;
                font-size: 10px;
                width: 1em;
                height: 1em;
                margin-top: -0.5em;
                -webkit-animation: settings-loading-spinner 1500ms infinite linear;
                -moz-animation: settings-loading-spinner 1500ms infinite linear;
                -ms-animation: settings-loading-spinner 1500ms infinite linear;
                -o-animation: settings-loading-spinner 1500ms infinite linear;
                animation: settings-loading-spinner 1500ms infinite linear;
                border-radius: 0.5em;
                -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
                box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            }

/* Animation */

@-webkit-keyframes settings-loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes settings-loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes settings-loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes settings-loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End Loader */

/* Orders - Incoming orders by item */

.incoming-orders-by-item .FormGroup select, .incoming-orders-by-item .FormGroup input {
    width: 160px;
}

.incoming-orders-by-item .row {
    padding: 10px 0 10px 0;
}

.incoming-orders-by-item .title-row {
    background-color: #e2ebf8;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #5a6779;
    border-radius: 2px;
    padding: 15px 0 15px 0;
}

.incoming-orders-by-item .col {
    width: 45%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 0 30px;
}

.incoming-orders-by-item .popup-modal {
    padding: 10px 5px;
}

.incoming-orders-by-item .ui-dialog-titlebar {
    display: none;
}

.incoming-orders-by-item .popup-modal h2 {
    color: #697586;
    text-indent: 5px;
}


/* users list */

.users-list a.ActionButton {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
}

.users-list .PageHead {
    margin-bottom: 10px;
}

/*
    Buyers list
*/

.buyers-list .popup-modal-step {
    height: 320px;
    position: relative;
}

/*
    Angular bug fix for slow ngHide
*/
.buyers-list .bulk-update-button.ng-hide.ng-hide-animate {
    display: none !important;
}

/*
    ZInfos List
*/
.zinfos-list {
    position: relative;
}

    .zinfos-list .FormGroup select, .zinfos-list .FormGroup input {
        width: 160px;
    }

    .zinfos-list .popup-user-message {
        position: fixed;
        margin: auto;
        left: 50%;
        margin-left: -200px;
        top: 20px;
        z-index: 1000;
        opacity: .85;
    }

.upload-file-progress {
    line-height: 15px;
}

.upload-file-progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

    .upload-file-progress div {
        font-size: smaller;
        background: orange;
        width: 0;
    }

/*
    ZInfos Details
*/

.zinfo-details .PageHead h1 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 35px;
    color: #5a6779;
}

.ActionButton:disabled {
    background-color: #dddddd;
    border-color: #dddddd;
    cursor: default;
}

.explaintext {
    font-size: 0.75em;
}

.admin-ip-disable {
    border-color: #B0B0B0 !important;
}

/* PreProcessed Invoice*/

div.preprocessed-attachment-area {
    width: calc(100% - 280px);
    height: auto;
    min-height: 445px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    margin-left: 5px;
}

div.preprocessed-attachment-title {
    width: 96%;
    margin-left: 15px;
    margin-right: auto;
    height: 34px;
    background-color: #e3ebf8;
    margin-top: 25px;
    text-indent: 20px;
}

.preprocessed-attachment-title span
{
  width: 87px;
  height: 11px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #2e313d;
  line-height: 2.3;
}

.preprocessed-attatchment-lines span {
    width: 375px;
    height: 15px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    text-align: left;
    color: #2c4054;
    margin-left: 15px;
    vertical-align:top;
}

.preprocessed-attatchment-lines div {
    margin-top: 10px;
}

div.preprocessed-attatchment-lines  {
    width: 90%;
    margin-top: 10px;
    padding-bottom: 10px;
}

.preprocessed-attatchment-lines:hover  {
    cursor: pointer;
}

.preprocessed-attatchment-lines img {
    width: 46px;
    height: 58px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    margin-left: 20px;
}

.preprocessed-attachment-file-size {
    color: #748094 !important;
    margin-top: 5px;
}

.preprocessed-attachment-btn {
    width: 100px;
    height: 42px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #2c4054;
    margin-top: 40px;
    margin-left: 60px;
    text-align: center;
}

.preprocessed-attachment-btn:hover {
    cursor: pointer;
}

.preprocessed-attachment-btn span {
    width: 36px;
    height: 12px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    color: #2c4054;
}

div.preprocessed-details {
    width: 250px;
    height: 250px;
    margin-left: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
}

.preprocessed-details img {
    height: 72.4px;
    width: 73.1px;
    left :85px;
    top: 20.5px;
    margin-left: 85px;
    margin-top: 15px;
}

.preprocessed-details h1 {
    width: 100%;
    height: 39px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #2c4054;
    -webkit-margin-after: 0;
}

.preprocessed-details h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    width: 100%;
    text-align: center;
    -webkit-margin-before: 0;
}

.preprocessed-details div {
   width: 90%;
   margin-left: 5%;
   border-bottom: solid 1px #dadee6;
   margin-bottom: 20px; 
}

.preprocessed-details span {
    width: 90%;
    height: 15px;
    font-family: Roboto;
    font-size: 15px;
    line-height: 1.47;
    text-align: left;
    color: #2c4054;
    margin-left: 10%;
}


.preprocessed-error-list {
    width: calc(100% - 13px);
    min-height: 45px;
    line-height: 25px;
    border: solid 1px #f4aea7;
    /*text-indent: 5px;*/
    display: block;
    text-align: left;
    background-color: #fff1f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    margin-left: 5px;
    padding: 10px 0px 10px 50px;
}


.preprocessed-error-list ul {
    /*padding: 0px;
    margin: 0px;
    list-style-type: none;*/
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #e74c3c;
    padding-left: 0px;
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 2px;
}

.preprocessed-error-list li {
    /*padding: 0px;
    margin: 0px;*/
    font-family: Roboto;
    font-size: 15px;
    line-height: 1.47;
    text-align: left;
    color: #e74c3c;
    margin-left: -12px;
    font-weight: normal;
}

.preprocessed-popup {

}

.preprocessed-popup img {
    height: 90%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}

.bottom-margin-5
{
    margin-bottom: 5px;
}

.top-margin-10 {
    margin-top: 10px;
}



/* -------------------- */

.MainContainer {
    width: 98%;
    margin: auto;
}

.FormInputBox {
margin-right:2em;
margin-top: .2em;
    margin-bottom: .2em;
}

.inline-block {
display:inline-block;
}

.FormInputBox input, 
.FormInputBox select,
.FormInputBox textarea {
    display: block;
    width: 100%;
}

input[type=number]:not(.dxeTextBox):not(.dxeEditArea):not(.QuantityText), 
input[type=text]:not(.dxeTextBox):not(.dxeEditArea):not(.NoDesignInput1):not(.LoginTextBox):not(.QuantityText ):not(.par-text), 
input[type=password]:not(.dxeTextBox):not(.dxeEditArea):not(.LoginTextBox) {
    text-indent: 5px;
    height: 35px;
    line-height: 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2ebf8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

textarea {
    text-indent: 5px;
    border: 1px solid #e2ebf8;

}

.TableHead,
.ItemTd {
width: 12%;
padding: 0 2px;
}

.TableHead.BigTD,
.ItemTd.BigTD {
width: 25%;
}




.TableHead {
font-size:13px;
}

.ContentTable input,
.ContentTable select {
    width: 95%;
}

.WhiteBack {
background-color:#ffffff;
}

/*
    Snackbar from buyermobile
*/



#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    opacity: .8;
        padding: 12px;
        background-color: #a1ebd2;
        color: #28bd8b;
        border: 1px solid #28bd8b;
        border-radius: 3px;
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
        font-weight: bold;
        position: fixed;
        top: 80px;
        width: 790px;
        text-align: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
}


#snackbar-error {
    visibility: hidden; /* Hidden by default. Visible on click */
    opacity: .8;
        padding: 12px;
        background-color: #d9534f;
        color: #fff;
        border: 1px solid #d9534f;
        border-radius: 3px;
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
        font-weight: bold;
        position: fixed;
        top: 80px;
        width: 790px;
        text-align: center;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
        z-index:1;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar-error.show {
    visibility: visible; /* Show the snackbar */
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: .8;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: .8;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: .8;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: .8;}
    to {bottom: 0; opacity: 0;}
}


/*
    End of snackbar from buyer mobile
*/


.HasError {
color:red;
}

    .HasError input, .HasError select {
    border: 1px solid red !important;
    }


    input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.SideContainer {
position: fixed;
    float: right;
    top: 35px;
    right: 0;
    height:100vh;
    text-align:center;
    padding-left:10px;
    box-sizing:border-box;
}

fieldset {
border:0;
margin:0;
padding:0;
}


.SideContainer::-webkit-scrollbar {
    width: 10px;
}

.SideContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px;
}

.SideContainer::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 12px solid slategrey;
}

.FullSizeImage {
    height: 80vh;
}

.big-invoice-image-range {
    margin-top:20px;
    width: 250px;
}

.WordBreak {
word-break: break-all;
     word-break: break-word;
}

.SmallInput {
    height:30px !important;
    line-height:30px !important;

}

.link-button {
        background: none !important;
        border: none;
        padding: 0 !important;
        font: inherit;
        /*border is optional*/
        cursor: pointer;
        color: inherit;
        text-decoration: underline;
    }

.ContentTable, .ContentTable input, .ContentTable textarea, .ContentTable keygen, .ContentTable select, .ContentTable button {
font-size:12px;
}

.Relative {
position:relative;
}


.FormInputBox .discount-type-dd {
position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    padding-right: 0;
    padding-left: 8px;
}

/*image loader*/
.image-spinner-container {
        position: absolute;
    z-index: 1;
    top: 200px;
    left: calc(50% - 20px);
}

.image-spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.download-link {
color:#28bd8b;
font-size:20px;
}

.drag-handle {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.margin-right-none {
    margin-right: 0;
}

.align-left {
text-align:left;
}

.images-toolbox {
position: absolute;
top: 20px;
right: 20px;
}

.viewer-toolbar {
width:150px;
}

.viewer-toolbar .viewer-prev, 
.viewer-toolbar .viewer-play, 
.viewer-toolbar .viewer-next, 
.viewer-toolbar .viewer-flip-horizontal, 
.viewer-toolbar .viewer-flip-vertical  {
display: none;
}

.FullSizeImage.full-height-image-viewer {
margin-top: 40px;
height:85vh;
}