html {
  height: 100%;
  /* overflow-y: hidden !important; */
}

body {
  direction: ltr;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto";
  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: #28BD8B */
/* Gray rgb(123, 123, 123) controls */
/* Green rgb(170, 180, 164) */
/* action rgb(252, 184, 0) */
/* table rgb(86, 140, 17) */

.margin10 {
  margin: 10px;
}

.InlineBlockElement {
  display: inline-block;
}

.Header1 {
  font-size: 30px;
  line-height: 30px;
}

.ColorGreen {
  color: #28bd8b;
}

.LinkButton.ColorGreen {
  color: #28bd8b;
}

.MarginTopBottom25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.MarginTopBottom10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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;
}

.Width20 {
  width: 20px;
}

.Width100 {
  width: 100px;
}

.Width120 {
  width: 120px;
}

.Width150 {
  width: 150px;
}

.Width150Important {
  width: 150px !important;
}

.Width200 {
  width: 200px;
}

.Width250 {
  width: 250px;
}

.Width300 {
  width: 300px;
}

.Width400 {
  width: 400px;
}

.WidthSize1 {
  width: 150px;
}

.WidthSize2 {
  width: 200px;
}

.WidthSize4 {
  width: 400px;
}

.WidthSize5 {
  width: 450px;
}

.WidthSize7 {
  width: 600px;
}

.WidthSize30P {
  width: 30%;
}

.WidthSize68P {
  width: 68%;
}

.WidthSize50P {
  width: 50%;
}

.Width100P {
  width: 100%;
  max-width: 100%;
}

.Width80P {
  width: 80%;
}

.Width75P {
  width: 75%;
}

.Width99P {
  width: 99%;
}


.Height250px {
  height: 250px;
}

.Height300 {
  height: 300px;
}

.GenInputWidth2Height50 {
  width: 150px;
  height: 50px;
}

.Center {
  margin: 0 auto;
}

.CenterButton {
  margin: 0 auto;
  display: block;
}

.FullWidth {
  width: 100%;
}

.HalfWidth {
  width: 48%;
}

.FullHeight {
  height: 100%;
}

.PositionRelative {
  position: relative;
}

.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;
}

.Underline {
  text-decoration: underline;
}

.weight-500 {
  font-weight: 500;
}

.Warning {
  color: red;
}

.Error {
  color: red;
}

.Font80P {
  font-size: 0.8em;
}

.BoxSizeBorderBox {
  box-sizing: border-box;
}

.TextBoxMulti1 {
  width: 100%;
  height: 50px;
}

.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;
}

.OverFlowAuto {
  overflow: auto;
}

.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.Float {
  float: left;
}

.FloatOpposite {
  float: right;
}

.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;
  /* 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);
}

.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;
}

.Float20Margin {
  float: left;
  margin-right: 20px;
}

.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;
}

.Clear15 {
  clear: both;
  height: 15px;
}

.Clear6 {
  clear: both;
  height: 6px;
}

.Clear3 {
  clear: both;
  height: 3px;
}

.Clear2 {
  clear: both;
  height: 2px;
}

.Clear20 {
  clear: both;
  height: 20px;
}

.Clear16 {
  clear: both;
  height: 16px;
}

.Clear25 {
  clear: both;
  height: 25px;
}

.Clear32 {
  clear: both;
  height: 32px;
}

.Clear8 {
  clear: both;
  height: 8px;
}

.Clear50 {
  clear: both;
  height: 50px;
}

.Seperator10 {
  height: 1px;
  width: 10px;
  float: left;
}

.Seperator3P {
  height: 1px;
  width: 3%;
  float: left;
}

.BadMessage {
  color: #ad2424;
}

.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: "Font Awesome 5 Free";
  font-weight: 900;
  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;
}

.GoodBox.GoodBoxNewDesign {
  background-color: #d8ebe0;
}

.GoodBox.GoodBoxNewDesign span {
  color: #5a6779;
}

.GoodMessage.GoodBoxNewDesign:after {
  color: #6dbe8c;
}

#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 {  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;
}

.RegularLinkCursor.disabled {
  color: gray;
  cursor: default;
}

.RegularLinkCursor.disabled:hover {
  color: gray;
  text-decoration: none;
  cursor: default;
}

.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.is-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.BlackLinkUL.is-disabled-allow-events {
  opacity: 0.7;
  cursor: not-allowed;
}

.BlackLinkUL:hover {
  color: #5a6779;
  text-decoration: underline;
}

.BlackLinkUL:visited {
  color: #5a6779;
  text-decoration: underline;
}

.GreenLinkUL {
  color: #28bd8b;
  text-decoration: underline;
  cursor: pointer;
}

.GreenLinkUL:hover {
  color: #28bd8b;
  text-decoration: underline;
}

.GreenLinkUL:visited {
  color: #28bd8b;
  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;
}

/*wtf? are you serious?*/
.ShowDatePicker {
  width: 90px;
}

.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;
  max-width: 60%;
}

.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;
}

.NoMargin {
  margin: 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;
}

.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_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_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_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_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;
}

.FilterDiv {
  float: left;
  margin-right: 10px;
}

input:not([type="checkbox"]):not([type="radio"]) {
  -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(.label-input):not(.dxeTextBox):not(.dxeEditArea):not(.NoDesignInput1):not(.LoginTextBox):not(.QuantityText ):not(.par-text):not(.material-quantity-text):not(.form-field-input),
input[type=password]:not(.dxeTextBox):not(.dxeEditArea):not(.LoginTextBox) {
    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 thin #e5e6e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


input[type=daterange]:not(.dxeTextBox):not(.dxeEditArea) {
    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 #d1d2d5;
    -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: 34px;
  border: solid thin #e5e6e7;
  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;
  max-width: 200px;
  padding-right: 1.5em;
  /*align-items: initial;*/
}

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;
}

.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;
}

.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;
}

.GreenButtonText {
  color: White !important;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px !important;
}

.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;
}

.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: #28bd8b;
  height: 5px;
  margin-bottom: 25px;
}

.ExpireString {
  width: calc(100% - 210px);
  background-color: #28bd8b;
  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;
}

/* 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: #28bd8b;
}

.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: 8px 1px;
}

.CID5SepGridSimilar {
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  border-bottom: solid 1px rgb(217, 223, 225);
  padding: 16px 0 16px 0;
  min-height: 68px;
}

.loading-row.CID5SepGridSimilar {
  padding: 0 0 16px 5px;
  min-height: unset;
  max-height: 50px;
}

.list-page { height: auto !important }

.sticky {
  position: fixed;
  top: 55px;
  max-width: 93vw;
  z-index: 1;
}

.borderWarning {
  border-color: orange !important;
}

.borderError {
  border-color: #ea5a5a !important;
}

.GridSimilarTable{
  max-width: 100%;
}

.GridSimilarCellStyle {
  color: #424c5a;
    font-size: 13px;
    font-weight: normal;
}

.GridSimilarCellStylePadding5 {
    color: #424c5a;
    font-size: 13px;
    font-weight: normal;
    padding-left: 17px;
}


.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: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 */

.PersonaSurveyQuestion {
  color: #28bd8b !important;
  font-weight: 500;
}

.PersonaSurveyOtherFormGroup {
  display: flex;
}

.PersonaSurveyOtherInput {
  margin-left: 10px;
  max-height: 26px;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

.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: 37px;
}

.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/pinned.svg);
  width: 12px;
  height: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px;
}

.FavoriteUnChecked {
  background-image: url(/images/not-pinned.svg);
  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;
}

.PlusMinusDiv {
  color: #2c4054;
  border-radius: 2px;
  width: fit-content;
  position: relative;
  left: -24px;
  right: -24px;
}
.DP_PlusMinusDiv{
  color: #2c4054;
  border-radius: 2px;
  width: fit-content;
  position: relative;
  left: 0px;
  right: 0px;
}
.PlusMinusDiv_InputContainer{
  float: left;
}
.PlusMinusDiv_InputContainer md-input-container {
  margin: 0px;
  padding: 0px;
  }

.PlusMinusDivWithoutChip {
  width: 100px;
  height: 31px; /*position:relative; border:solid 1px #BDC3C7;*/
  color: #2c4054;
  border-radius: 2px;
  position: relative;
}

.PlusMinusDivWithoutChip .form-field-tooltip {
  position: absolute;
  right: -8px;
  bottom: 0;
}

.ordering-min-max-tooltip {
    padding: 12px 16px;

}

.ordering-min-max-tooltip .popover-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ordering-min-max-tooltip .arrow {
    display: none;
}

.ordering-min-max-tooltip-note {
    display: flex;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 18px;
    gap: 16px;
}

.ordering-min-max-tooltip-note div:first-child {
   min-width: 130px;
}

.material-quantity-minus-plus {
  float: left;
  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: 300;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 40px;
}

.material-quantity-minus-plus:hover {
  color: #28bd8b;
}

/* 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: 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;
}

input[type="number"].material-quantity-text,
input[type="text"].material-quantity-text {
  border: solid 0.5px #dadee6;
  padding: 0px !important;
  float: left;
  width: 32px !important;
  height: 29px !important;
  background-color: inherit;
  text-align: center;
  color: #2c4054;
  direction: ltr;
  cursor: pointer;
  text-indent: 0px !important;
  border-radius: 0px !important;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 15px;
}

input[type="number"].material-quantity-text.dp-min-max,
input[type="text"].material-quantity-text.dp-min-max {
  font-size: 13px;
}
input[type="number"].material-quantity-text.dynamic-pars-readonly-input,
input[type="text"].material-quantity-text.dynamic-pars-readonly-input{
  cursor: default !important;
  left: 55%;
  position: relative;
  right: 55%;
}
.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;
}

.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:disabled {
  background-color: #ffffff !important;
  cursor: wait !important;
}

.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: 2000 !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;}*/

.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent !important;
}

.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;
}

.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: #5a6779;
  font-weight: normal;
  font-size: 14px;
}

.OrderSpan2Text {
  text-align: right;
  font-weight: 300 !important;
  float: right;
  font-size: 13px;
  color: #2c4054;
  direction: ltr;
}

.OrderLabelText {
  margin: 6px 2px;
  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: 54px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  border-right: solid 0.5px #e2ebf7;
}

.NewOrder3OrdersDataText {
  width: 70%;
  padding-left: 7px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  color: #2c4054;
}

.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: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: #28bd8b;
  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;
  margin-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: 5000;
  overflow-x: 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 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;
}

.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;
}

.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;
  white-space: nowrap;
}

.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;
}

.StillLoading {
  background-color: #ffdd36;
  border: none;
}

.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;
}

.TableDisplay2 {
  margin-top: 22px;
  background-color: White;
  display: table;
  table-layout: auto;
  width: 100%;
  color: Black;
  border: none;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.TableDisplay1.NoMargin {
  margin-top: 0;
}

.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;
}

.SearchNewOrder {
  width: 100%;
  background-image: url(/images/search-icon.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.date-icon-input {
  width: 100%;
  background-image: url(/images/calender-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 2% center;
  text-indent: 40px !important;
}

.date-icon-input-end {
  width: 100%;
  background-image: url("/images/calendar.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 98% center;
  text-indent: 40px !important;
}

.date-icon-input-end
  .md-default-theme
  .md-datepicker-triangle-button
  .md-datepicker-expand-triangle,
.md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: transparent;
}

#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) {
  .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) {
  .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) {
  .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%;
}

.NumberTextFormat {
  direction: ltr !important;
}

.DivTextLabel label {
  display: block;
  font-size: 11px;
  color: #838383;
}

.DivTextLabel i {
  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;
}

.DDTextAC td {
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.DDTextAC-supplier {
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 2.5;
}

.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;
  display: flow-root;
}

.OBTasks_Title {
  border-bottom: rgb(235, 235, 235) solid 1px;
  height: 65px;
}

.TableCellNoWordWrap {
  white-space: nowrap;
}
.TableCellWordBreak {
    word-break: break-word;
}

.OrderDetailsInfoTable {
  font-family: "Roboto" !important;
  font-stretch: condensed !important;
  font-size: 14px !important;
  color: #424c5a !important;
}

/*TODO : SHow Igal*/
.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;
}

.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 {
    font-size: 13px;
    color: #424c5a;
}

    .daily-report-settings a {
        color: #23b1f7;
    }

    .daily-report-settings select {
        color: #424c5a;
    }
    .daily-report-settings select.frequency-select {
        /*color: #23b1f7;*/
        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;
        }

    .daily-report-settings .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: inline-block;
        font-weight: bold;
        position: fixed;
        top: 81px;
        width: 790px;
        text-align: center;
        box-sizing: border-box;
    }

    .daily-report-settings .animate-show-hide {
        transition: all linear 0.5s;
    }

        .daily-report-settings .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;
      flex-wrap: wrap;
}

.users-list .PageHeader{
      width:100%;
      margin-top:8px;
}

/*
    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 .popup-user-message {
  position: fixed;
  margin: auto;
  left: 50%;
  margin-left: -200px;
  top: 20px;
  z-index: 1000;
  opacity: 0.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;
}

.LinkButton {
  background: none !important;
  border: none;
  padding: 0 !important;
  font: inherit;
  /*border is optional*/
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}

.LinkButton:disabled {
  cursor: default;
  text-decoration: none;
}

/*
    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;
  text-indent: 20px;
}

.preprocessed-attachment-title span {
  width: 87px;
  height: 11px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #5a6779;
  line-height: 2.3;
}

.preprocessed-attachment-file-name {
  width: 375px;
  height: 15px;
  font-family: Roboto;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.47;
  text-align: left;
  color: #8396a7;
  vertical-align: top;
}

.preprocessed-attatchment-box {
  margin: 10px 20px 20px 0px;
  border-bottom: solid 1px #dadee6;
}

.preprocessed-attatchment-box .gray-spacer {
  height: 32%;
}

.preprocessed-progress-area {
  margin: 5px 20px;
}

div.preprocessed-attatchment-lines {
  border-bottom: solid 1px #dadee6;
  width: 90%;
  margin-left: 40px;
  margin-right: auto;
  margin-top: 15px;
  padding-bottom: 10px;
}

.preprocessed-attatchment-lines:hover {
  cursor: pointer;
}

.preprocessed-attachment-data-wrapper {
  margin-left: 20px;
  width: 75%;
}

.preprocessed-attatchment-lines img {
  width: 105px;
  height: 125px;
  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-progress-readydate {
  font-size: 14px;
  font-weight: 300;
  color: #8396a7;
}

.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: 281px;
  margin-left: 15px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
}

.preprocessed-details img {
  height: 111px;
  width: 111px;
  left: 65px;
  top: 20.5px;
  margin-left: 65px;
  margin-top: 15px;
}

.preprocessed-details h1 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #5a6779;
  -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;
  margin-left: 10%;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #5a6779;
}

.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 img {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.preprocessed-buttonset {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.bottom-margin-5 {
  margin-bottom: 5px;
}

.top-margin-10 {
  margin-top: 10px;
}

/* -------------------- */

.CandyColor {
  color: #28bd8b;
}

.CandyColor-bg {
  background-color: #28bd8b;
}

/* ng-sortable: Fix mobile touch scrolling */
.as-sortable-item {
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-touch-callout: inherit;
}

.as-sortable-item-handle {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
}

.SpreadsheetImportsDialog h1 {
  font-weight: 300;
  font-size: 32px;
}

.SpreadsheetImportsDialog .IconMedium {
  margin: 10px;
}

.ButtonNoStyle {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  outline: inherit !important;
}

.SpreadsheetImportsDialog h2 {
  font-weight: 300;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.SpreadsheetImportsDialog article {
  font-size: 15px;
  text-align: initial;
  margin: 10px;
  vertical-align: top;
  display: inline-block;
  max-width: 250px;
}

.SpreadsheetImportsDialog img {
  margin: 10px;
}

.SpreadsheetImportsDialog p {
  margin: 5px 0;
  color: #8794a6;
}

.SpreadsheetImportsDialog .ImportPopupContainer {
  width: 350px;
  margin: auto;
}

.SpreadsheetImportsDialog ul li {
  border-bottom: 1px solid #ebeef0;
  padding: 10px 0;
}

.SpreadsheetImportsDialog ul li:last-child {
  border: none;
}

.SpreadsheetImportsDialog:before {
  content: "";
  display: block;
  padding: 2px 0;
  line-height: 1px;
  border-top: 3px solid #28bd8b;
  position: absolute;
  top: 0px;
  width: 100%;
}

.SpreadsheetImportsDialog .PopupCloseButton {
  background-color: transparent !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  outline: inherit !important;
  background-image: url("/images/popup-close-x.png");
  height: 17px;
  width: 17px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.SpreadsheetImportsDialog .ui-dialog-titlebar {
  display: none;
}

.IconMedium {
  width: 47px;
  height: 47px;
}

.ComplexTitle .TitleTextContainer {
  padding: 0px 5px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

.ComplexTitle .TitleTextContainer h2 {
  margin: 5px;
}

.ComplexTitle .TitleTextContainer p {
  margin: 5px;
}

.ColorOrange {
  color: #ff9320;
}

.SpreadsheetDefinitionTable {
  width: 100%;
}

.SpreadsheetDefinitionTable td {
  padding: 5px 0;
}

.SpreadsheetDefinitionTable td:first-child {
  min-width: 130px;
  width: 1%;
  white-space: nowrap;
}

.SpreadsheetDefinitionTable td:not(:first-child) {
  padding: 0 5px;
}

.SpreadsheetDefinitionTable .AlternateLine {
  background-color: #f9f9fa;
}

.MarginBottom10 {
  margin-bottom: 10px;
}

/*.SpreadsheetSampleTable  {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}
.SpreadsheetSampleTable strong {
    color:black;
}
.SpreadsheetSampleTable  tr th,
.SpreadsheetSampleTable  tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px;
  min-width: 70px;
}
.SpreadsheetSampleTable  tr th:first-child,
.SpreadsheetSampleTable  tr td:first-child {
  border-left: 1px solid #bbb;
}
.SpreadsheetSampleTable  tr th {
  border-top: 1px solid #bbb;
}

.SpreadsheetSampleTable  tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

.SpreadsheetSampleTable  tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

.SpreadsheetSampleTable  tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}

.SpreadsheetSampleTable  tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}*/

.SpreadsheetSampleTable2 strong {
  color: black;
}

div.SpreadsheetSampleTable2 {
  min-width: 350px;
  border-collapse: collapse;
}

.divTableSpreadsheet.SpreadsheetSampleTable2 .divTableSpreadsheetCell,
.divTableSpreadsheet.SpreadsheetSampleTable2 .divTableSpreadsheetHead {
  border: 1px solid #bbb;
  padding: 3px 2px;
  min-width: 65px;
}

.SpreadsheetSampleTable2.outerTableFooter {
  border-top: none;
}

.SpreadsheetSampleTable2.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}

.divTableSpreadsheet {
  display: table;
}

.divTableSpreadsheetRow {
  display: table-row;
}

.divTableSpreadsheetHeading {
  display: table-header-group;
}

.divTableSpreadsheetCell,
.divTableSpreadsheetHead {
  display: table-cell;
}

.divTableSpreadsheetHeading {
  display: table-header-group;
}

.divTableSpreadsheetFoot {
  display: table-footer-group;
}

.divTableSpreadsheetBody {
  display: table-row-group;
}

.TextUppercase {
  text-transform: uppercase;
}

.DropDownTransparent {
  border: none;
  background-image: url("/images/transparent-dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: 11px 7px;
}

.ColumnMappingLine {
  line-height: 45px;
}

.BorderBottomGrey {
  border-bottom: 1px solid #dadfe7;
}

.SpreadsheetContainer {
  width: 99%;
  margin: auto;
}

.BigFileDragAndDrop {
  background: #f8f8f8;
  border: 3px dashed #ddd;
  border-radius: 3px;
  text-align: center;
  padding-top: 5px;
  margin: 0px;
  font-size: 16px;
}

.BigFileDragAndDropOnDrag {
  border: 3px dashed #28bd8b;
}

.SpreadsheetChangeModeContainer {
  line-height: 35px;
  display: flex;
  padding-bottom: 1px;
}

.SpreadsheetChangeModeContainer i {
  font-size: 1.5em;
  line-height: 35px;
}

.SpreadsheetChangeModeContainer select {
  flex: 1;
  width: initial;
  max-width: initial;
}

.GreyText {
  color: #8794a6;
}

.ScrollbarThin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ScrollbarThin::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 0px;
}

.ScrollbarThin::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
  background-color: #c6cbd4;
}

.ScrollbarThinDD::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ScrollbarThinDD::-webkit-scrollbar-track {
  border-radius: 0px;
}

.ScrollbarThinDD::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c6cbd4;
}

.MarketmanExportProcessingContainer {
  text-align: center;
  font-size: 18px;
}

.MarketmanExportProcessingAdditionalDataContainer ul li {
  margin-top: 5px;
}

.MarketmanExportProgressContainer {
  margin: auto;
  position: relative;
  width: 670px;
}

.MarketmanExportProgressContainer .ExportLogoContainer {
  position: relative;
}

.MarketmanExportProgressContainer img {
  width: 235px;
}

.MarketmanExportProgressContainer p {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  bottom: 0;
}

.MarketmanExportProgressContainer .ProgressBar {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #f4f5f6;
  height: 10px;
  direction: ltr;
}

.MarketmanExportProgressContainer .ProgressBar div {
  background: #28bd8b;
  width: 0;
  border-radius: 5px;
  height: 10px;
}

.popup-processing-container .MarketmanExportProgressContainer {
  width: unset;
}

.TextErrorRed {
  color: #e74c3c;
}

.NoMaxWidth-multiselectdd .MarketmanDropDown dt a {
  max-width: unset;
}

.MarketmanDropDown {
  top: 50%;
  transform: translateY(-50%);
}

.MarketmanDropDown a {
  height: 10px;
}

.MarketmantDropDown dd,
dt {
  margin: 0px;
  padding: 0px;
}

.MarketmantDropDown ul {
  margin: -1px 0 0 0;
}

.MarketmanDropDown dd {
  position: relative;
}

.MarketmanDropDown a,
a:visited {
  text-decoration: none;
  outline: none;
  font-size: 12px;
  margin-top: 21px;
}

.MarketmanDropDown dt a {
  background-color: #fff;
  border: solid thin #e5e6e7;
  display: block;
  padding: 8px 20px 0px 5px;
  min-height: 25px;
  line-height: 20px;
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.MarketmanDropDown dt a span,
.MarketmanMultiselect span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
  font-size: 14px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
}

.MarketmanDropDown dd ul {
  background-color: white;
  border-color: rgb(170, 180, 164);
  border-style: solid;
  border-width: thin;
  color: #333;
  display: none;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 247px;
  list-style: none;
  height: 100px;
  overflow: auto;
  left: -38px;
}

.MarketmanDropDown.MarketmanDropDownAllergens dd ul {
  margin: 0;
}

.MarketmanDropDown dt a.MarketmanDropDownAllergensDisabled {
  color: rgb(84, 84, 84);
  cursor: default;
  background-color: rgb(235, 235, 228);
}

.MarketmanDropDown span.value {
  display: none;
}

.MarketmanDropDown dd ul li a {
  padding: 5px;
  display: block;
}

.MarketmanDropDown dd ul li a:hover {
  background-color: #fff;
}

.MarketmanDropDown dl {
  height: 15px;
  margin-top: 3px;
}

.MarketmanDropDown {
  margin-bottom: 0px;
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
}

/* Cogs Config screen */
h1.CogsConfig {
  /*width: 380px;*/
  padding: 0 0px;
  height: 31px;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  color: #364c5f;
  /*-webkit-margin-after: 1em;*/
  -webkit-margin-before: 0em;
}

h2.CogsConfig {
  /*width: 230px;*/
  height: 21px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  color: #2c4054;
  /*-webkit-margin-after: 1em;
  -webkit-margin-before: 1em;*/
}

/*h2.CogsConfig::after {
  background-image: url(/images/tooltip-question-mark.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 11px 11px;
  zoom: 50%;
  padding-left:5px;
  content:url(/images/tooltip-question-mark.png);
  position:absolute;

}*/

h3.CogsConfig {
  /*width: 40px;*/
  height: 20px;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  color: #364c5f;
  -webkit-margin-after: 1em;
  -webkit-margin-before: 1em;
  background-image: url(/images/dots-tags.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 6px 14px;
  padding-left: 20px;
}

h4.CogsConfig {
  width: 70%;
  /*width: 377px;*/
  height: 39px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.6;
  color: #8794a6;
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
}

input.CogsConfig {
  height: 20px !important;
  font-family: Roboto !important;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  color: #364c5f;
  /*-webkit-margin-after: 1em;*/
  -webkit-margin-before: 1em;
  background-image: url(/images/dots-tags.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 6px 14px;
  background-color: transparent;
  padding-left: 20px;
  border: hidden !important;
}

.CogsConfig-MMName {
  font-family: Roboto !important;
  padding-top: 9px;
  text-align: left;
  color: #364c5f;
  /*-webkit-margin-after: 1em;*/
  background-image: url(/images/dots-tags.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 6px 14px;
  background-color: transparent;
  padding-left: 20px;
  border: hidden !important;
  border-radius: 2px !important;
  height: 30px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-indent: 13px !important;
  display: inline-block;
}

input.CogsConfig:disabled {
  border: hidden !important;
  background-color: white !important;
  width: auto;
}

div.CogsConfigDropZone-BasicMode {
  width: 315px;
  /*max-height: 335px;*/
  border-radius: 3px;
  background-color: #f3f5f8;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

div.CogsConfigDropZone {
  width: 315px;
  /*max-height: 335px;*/
  border-radius: 3px;
  background-color: #f3f5f8;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

.CogsConfigDropZone:after {
  position: absolute;
  content: "";
  width: 99%;
  height: 60%;
  left: 0px;
  top: 20%;
  z-index: 1;
}

.CogsConfigDropZoneLeft {
  margin-bottom: 20px;
  position: relative;
  border-right: none;
  border-left: solid 1px #ccdae7;
  border-top: solid 1px #ccdae7;
  border-bottom: solid 1px #ccdae7;
}

.CogsConfigDropZoneLeft:after {
  border-right: 1px solid #ccdae7;
}

.CogsConfigDropZoneRight {
  margin-bottom: 20px;
  /*margin-right: 20px;*/
  position: relative;
  border-left: none;
  border-right: solid 1px #ccdae7;
  border-top: solid 1px #ccdae7;
  border-bottom: solid 1px #ccdae7;
}

.CogsConfigDropZoneRight:after {
  border-left: 1px solid #ccdae7;
}

/*div:hover.CogsConfigDropZone  {
  background-color: #dbf4eb;
  border: solid 1px #28bd8b;
}*/

/*div:hover.CogsConfigDropZone-BasicMode  {
  background-color: #dbf4eb;
  border: solid 1px #28bd8b;
}*/

div.CogsConfigDropZone-BasicMode {
  width: 315px;
  /*max-height: 335px;*/
  border-radius: 3px;
  background-color: #f3f5f8;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

.CogsConfigDropZone-BasicMode:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1%;
  left: 0px;
  top: 20%;
  z-index: 1;
}

div.CogsConfigDropZone-transperent {
  min-width: 100%;
  /*height: 335px;*/
  /*min-height: 34vh;
  max-height: 100%;*/
  height: 42vh;
  background-color: transparent;
  border: none;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*overflow-x: hidden;
  overflow-y: visible;*/
}

div.ContainDropZone {
  overflow-y: auto;
  height: 335px;
}

div.CogsConfigActiveSwitch {
  /*width: 56px;*/
  height: 26px;
  background-color: #28bd8b;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

div.CogsConfigActiveSwitch:hover {
  cursor: pointer;
}

.CogsConfigActiveSwitch span {
  /*width: 36px;*/
  height: 11px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
}

div.CogsConfigNonActiveSwitch {
  /*width: 85px;*/
  height: 26px;
  background-color: #e8ebf1;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

div.CogsConfigNonActiveSwitch:hover {
  cursor: pointer;
}

.CogsConfigNonActiveSwitch span {
  /*width: 66px;*/
  height: 11px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
  color: #19a274;
  line-height: 25px;
}

div.CogsConfigNotInUseOption {
  /*width: 56px;*/
  height: 25px;
  border-radius: 3px;
  background-color: #e8ebf1;
  background-image: url(/images/dots-tags.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 6px 14px;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 25px;
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 2px;
}

.CogsConfigNotInUseOption > span {
  width: 30px;
  height: 11px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
  color: #364c5f;
}

div.CogsConfigInUseOption {
  /*min-width: 91px;*/
  height: 26px;
  /*border-radius: 3px;*/
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  background-color: #28bd8b;
  /*background-image: url(/images/white-close-x.png);
  background-repeat: no-repeat;
  background-position: 100px 10px;
  background-size: 10px 10px;*/
  padding-left: 10px;
  padding-right: 5px;
  cursor: pointer;
  /*margin-right: 15px;*/
  /*margin-bottom: 2px;*/
  max-width: 77%;
  z-index: 5;
}

.CogsConfigInUseOptionRemove {
  background-color: #28bd8b;
  cursor: pointer;
  display: table;
  /*right: 5px;*/
  position: relative;
  padding-right: 5px;
  padding-left: 10px;
  margin-right: 15px;
  /*border-radius: 3px;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  margin-left: -3px;
  height: 26px;
  margin-bottom: 2px;
  z-index: 10;
}

.CogsConfigInUseOptionRemove img {
  width: 10px;
  height: 10px;
  padding-top: 9px;
  cursor: pointer;
}

.CogsConfigInUseOption > span {
  width: 67px;
  height: 15px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
  color: #ffffff;
}

div.CogsConfigAddNew {
  /*width: 95px;*/
  height: 26px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #28bd8b;
  color: #28bd8b;
  line-height: 26px;
  text-align: right;
  padding-right: 10px;
  background-image: url(/images/green-plus.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 14px 14px;
  font-size: 15px;
  float: right;
  -webkit-margin-before: 0.83em;
  cursor: pointer;
  margin-right: -7%;
  padding-left: 25px;
  white-space: nowrap;
}

img.CogsConfigEdit {
  cursor: pointer;
  height: 12px;
  width: 12px;
  display: inline-block;
}

/*.CogsConfigAddNew > span {
  width: 58px;
  height: 11px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
  color: #28bd8b;
}*/

div.CogsConfigTooTip {
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background-color: #e8ebf1;
  background-image: url(/images/tooltip-question-mark.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 11px 11px;
  margin-top: 20px;
}

.CogsConfigTooTip > span {
  width: 6px;
  height: 7px;
  font-family: Avenir;
  font-size: 10px;
  font-weight: 900;
  text-align: left;
  color: #9b9fa5;
}

.CogsConfigTopBorder {
  width: 980px;
  height: 4px;
  background-color: #28bd8b;
}

/* TODO: width: change according to different modes */
div.CogsConfigColumns-left {
  float: left;
  width: 100%;
  margin-right: 25px;
  max-height: 42vh;
  overflow-y: auto;
  overflow-x: hidden;
}

div.CogsConfigColumns-right {
  float: right;
  width: 100%;
  max-height: 42vh;
  overflow-y: auto;
  overflow-x: hidden;
}

div.CogsConfigColumns-center {
  display: inline-block;
  width: 100%;
  max-height: 42vh;
  margin-right: 25px;
  overflow-y: auto;
  overflow-x: hidden;
}

.CogsConfigColumns-center-title {
  margin-bottom: 58px;
  width: 90%;
}

.CogsConfig-Wrap-center {
  width: 50%;
  margin-right: 1%;
}

.CogsConfig-Wrap-left {
  width: 25%;
  margin-right: 1%;
}

.CogsConfig-Wrap-right {
  width: 25%;
}

div.CogsConfigNotInUseOption.ui-draggable-dragging {
  background-color: #28bd8b;
}

.CogsConfigNotInUseOption.ui-draggable-dragging span {
  color: #ffffff;
}

.CogsConfig-droppable-hover {
  background-color: #dbf4eb !important;
  border: solid 1px #28bd8b;
  z-index: 70;
}

.btn-noborder {
  width: 134px;
  height: 42px;
  background-color: transparent;
  color: #2c4054;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  cursor: pointer;
}

.btn-green {
  width: 134px;
  height: 42px;
  border-radius: 3px;
  background-color: #28bd8b;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  cursor: pointer;
}

.CogsConfigDivider {
  height: 10px;
  background-color: #ffffff;
  box-shadow: -5.2px 3px 15px 0 rgba(58, 62, 76, 0.15);
  margin-bottom: 10px;
}

.top-margin-cogspos a {
  margin-top: 18px;
}

.cogspos-dd-tools a {
  line-height: 20px !important;
}
.cogspos-dd-tools .marketman-md-select  {
    height:32px;
    line-height:32px;
}

.Tools > .MarketmanDropDown a {
  margin-top: 18px;
}

.CogsPos-buyersDD a {
  border: solid thin #dadee6 !important;
  border-radius: 3px;
}

.CogsPos-buyersDD dl {
  padding: 0px 8px 0px 0px !important;
}

.CogsPos-buyersDD span {
  color: #424c5a !important;
  font-size: 13px !important;
  font-weight: 300;
}

div.CogsConfig-2-elements-order {
  display: inline-flex;
}

.CogsConfig-2-elements-order :nth-child(1) {
  order: 1;
}

.CogsConfig-2-elements-order :nth-child(2) {
  order: 2;
}

div.CogsConfig-3-elements-order {
  display: inline-flex;
}

.CogsConfig-3-elements-order :nth-child(1) {
  order: 1;
}

.CogsConfig-3-elements-order :nth-child(2) {
  order: 2;
}

.CogsConfig-3-elements-order :nth-child(3) {
  order: 3;
}

.CogsConfig-footer-sub {
  padding: 0px 40px 40px !important;
}

.CogsConfig-footer {
  padding: 15px 15px 70px !important;
}

.CogsConfig-body {
  padding-right: 59px;
  overflow-y: hidden;
}

.modal-body-content {
  max-height: 68vh;
}

.CogsConfig-0em-bothsides {
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
}

.CogsConfig-no-top-padding {
  padding-top: 0px !important;
}

.CogsConfig-no-bottom-padding {
  padding-bottom: 0px !important;
}

/* Cogs Config screen - end */

.JumboMessage {
  margin: auto;
  font-size: 17px;
  width: 500px;
  padding: 80px 0;
}

.JumboMessage p {
  font-weight: 300;
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}

.JumboMessage aside {
  vertical-align: top;
  position: absolute;
  left: -100px;
  top: 5px;
}

.JumboMessageArrow {
  left: 25px;
  position: absolute;
  bottom: -45px;
}

.NoBoxShadow {
  box-shadow: none;
}

.PageHeadSeperator {
  width: 100%;
  border-bottom: Solid thin rgb(229, 231, 236);
}

.InputIcon {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.SearchIcon {
  background-image: url(/images/search-icon.png);
}

.ContentTable {
  margin-bottom: 10px;
}
/*.DropDownArrowNew, .FormGroup select.DropDownArrowNew {
    background-image: url(/images/transparent-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 11px 7px;
}*/
.PageHeadNewStyle .FormGroup input[type="text"],
.PageHeadNewStyle .FormGroup textarea,
.PageHeadNewStyle .FormGroup select {
  color: #424c5a;
  font-weight: 300;
  text-indent: 5px;
  padding: 0;
}

.PageHeadNewStyle .FormGroup textarea {
  border: solid thin #dadee6;
  line-height: 30px;
  -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;
}

.PageHeadNewStyle .FormGroup select,
.DropDownArrowNew {
  background-image: url(/images/transparent-dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 11px 7px;
}

.LineHeight30px {
  line-height: 30px !important;
}

.LineHeight25px {
  line-height: 25px !important;
}

/* wizard with arrows */
.nomargin {
  padding: 0 !important;
  margin: 0 !important;
}

.wizard {
  background-color: white;
  margin: 0;
  padding: 0.2em 0em 0.2em 0.2em;
}

.wizard .wizard-state {
  padding: 20px 12px 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  min-width: 23.75%;
  margin-left: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #c8ccd4;
  background: #ebedf0;
  text-transform: uppercase;
}

.wizard .wizard-state:hover {
  text-decoration: none;
}

.wizard .wizard-state:first-child {
  margin-left: 0;
}

.wizard:not(.left-arrow) .wizard-state:before {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 30px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.wizard:not(.left-arrow) .wizard-state:after {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 30px solid #ebedf0;
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  z-index: 2;
}

.wizard.left-arrow .wizard-state:before {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-right: 30px solid #ebedf0;
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  z-index: 2;
}

.wizard.left-arrow .wizard-state:after {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-right: 30px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 2;
}

.wizard .wizard-state:first-child:before,
.wizard .wizard-state:last-child:after {
  border: none;
}

.wizard .wizard-state:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.wizard .wizard-state:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.wizard .wizard-state:last-child:not(.current) {
  /*May want another class and the :before rather than using last-child.*/
  background-color: #ebedf0;
}

.wizard.left-arrow .wizard-state:last-child:before,
.wizard.small.left-arrow .wizard-state:last-child:before {
  border-right-color: #ebedf0;
}

.wizard .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
}

.wizard .wizard-state:first-child .badge {
  margin-left: 0;
}

.wizard .current,
.wizard .wizard-state.progress-current {
  background: #ebedf0;
  color: #63aef7;
}

.wizard .wizard-state.current:after,
.wizard .wizard-state.progress-current:after {
  border-left-color: #ebedf0 !important;
}

.wizard.left-arrow .wizard-state.current:before,
.wizard.left-arrow .wizard-state.progress-current:before,
.wizard.small.left-arrow .wizard-state.current:before,
.wizard.small.left-arrow .wizard-state.progress-current:before {
  border-right-color: #ebedf0;
}

.wizard .wizard-state.current .badge,
.wizard .wizard-state.progress-current .badge {
  background-color: #ffffff;
  color: #ebedf0;
}

.wizard .done,
.wizard a.progress-current {
  background: #63aef7;
  color: white;
}

.wizard .wizard-state.done:after,
.wizard .wizard-state.progress-current:after {
  border-left-color: #63aef7 !important;
}

.wizard.left-arrow .wizard-state.done:before,
.wizard.left-arrow .wizard-state.progress-current:before,
.wizard.small.left-arrow .wizard-state.done:before,
.wizard.small.left-arrow .wizard-state.progress-current:before {
  border-right-color: #63aef7;
}

.wizard .wizard-state.done .badge,
.wizard .wizard-state.progress-current .badge {
  background-color: #ffffff;
  color: #63aef7;
}

.wizard.small {
  margin-bottom: 15px;
}

.wizard.small .wizard-state {
  padding: 5px 1px 5px;
}

.wizard.small:not(.left-arrow) .wizard-state:before {
  border-top: 13px inset transparent;
  border-bottom: 13px inset transparent;
  border-left: 13px solid #ffffff;
}

.wizard.small:not(.left-arrow) .wizard-state:after {
  border-top: 13px inset transparent;
  border-bottom: 13px inset transparent;
  border-left: 13px solid #ebedf0;
  right: -12px;
}

.wizard.small.left-arrow .wizard-state:before {
  border-top: 13px inset transparent;
  border-bottom: 13px inset transparent;
  border-right: 13px solid #ebedf0;
  left: -12px;
  z-index: 2;
}

.wizard.small.left-arrow .wizard-state:after {
  width: 0;
  height: 0;
  border-top: 13px inset transparent;
  border-bottom: 13px inset transparent;
  border-right: 13px solid #ffffff;
}

.wizard.small .wizard-state:first-child:before,
.wizard.small .wizard-state:last-child:after {
  border: none;
}

/* IE11 border bug fixes... hooray! */
_:-ms-fullscreen,
:root .wizard.small.left-arrow .wizard-state:before {
  left: -12px;
}

_:-ms-fullscreen,
:root .wizard.small:not(.left-arrow) .wizard-state:after {
  right: -12px;
}

_:-ms-fullscreen,
:root .wizard.left-arrow .wizard-state:before {
  left: -29px;
}

_:-ms-fullscreen,
:root .wizard:not(.left-arrow) .wizard-state:after {
  right: -29px;
}

.title-text-grey-bg-with-border {
  border: solid 1px #e5e6e7;
  border-radius: 2px;
  background-color: #f4f5f7;
  padding-right: unset;
  padding-left: 0;
  margin-right: 5px;
  line-height: 34px;
  height: 34px;
}

.title-text-grey-bg-with-border span {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
  color: #5a6779;
}

.title-text-grey-bg-with-border input {
  border: 0 !important;
  border-left: solid 1px #e5e6e7 !important;
  font-size: 13px;
  height: 34px !important;
}

.no-paddings {
  padding: 0;
}

.materlized-textbox {
  border: 0 !important;
  border-bottom: solid thin #dedede !important;
  background-color: inherit;
  text-align: center;
}

.materlized-textbox:focus {
  border-color: #28bd8b !important;
}

.color-marketman-red {
  color: #ea5a5a !important;
}

.color-marketman-background-red {
  background-color: #ea5a5a !important;
}

.color-marketman-border-red {
  border-color: #ea5a5a !important;
}

.color-marketman-orange {
  color: #ea9750 !important;
}

.color-marketman-blue {
  color: #63aef7 !important;
}

.color-marketman-green, .color-marketman-green-hover:hover {
  color: #28bd8b !important;
}

.color-marketman-grey {
  color: #b1b2b5 !important;
}

.color-marketman-black {
  color: #424c5a !important;
}

.color-marketman-regular-text {
  color: #5a6779 !important;
}

.color-marketman-dark-green {
  color: #20976f !important;
}

.color-marketman-violet {
  color: #ab47bc !important;
}

.color-marketman-dark-violet {
  color: #783284 !important;
}

md-input-container input:disabled {
  background-color: unset !important;
}

#divIconRed .marketman-infobox {
  width: 370px;
}

.color-marketman-background-white {
  background-color: #ffffff;
}

.highcharts-container,
.highcharts-container svg {
  width: 100% !important;
}

.color-marketman-background-white {
  background-color: #ffffff;
}

.word-text-break {
  overflow-wrap: break-word;
}
/* DYNAMIC PARS*/

.dynamic-pars-rect {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 2px;
  border: solid 1px #f3f4f4;
  background-color: #f3f4f4;
  color: #5a6779;
}

.dynamic-pars-rect #dynamic-pars-msg {
  height: 18px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #5a6779;
}
.dynamic-pars-rect .dynamic-par-title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.38;
}

.dynamic-pars-rect .dynamic-par-content {
  margin: 23px;
}

.dynamic-pars-text {

  color: #5a6779;
  font-size: 13px;
  font-weight: 300;
}
#dynamic-pars-rect-slider {
  width: 42.6px;
  height: 20.4px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

#dynamic-pars-different-delivery-day-error-msg {
  color: red;
}
.add-to-cart-by-par-btn {
  margin: 5px;
}

#dynamic-par-day-dropdown {
  margin: unset;
  width: 220px;
}
.dynamic-pars-rect .md-select-value
{
  padding-left: 0;
}

.dynamic-pars-rect .md-select-value > span:not(.md-select-icon) .md-text {
  display: inline;
  color: #3bbaf8;
}

#dynamic-par-day-dropdown .md-select-value .md-select-icon {
  display: none;
}

.blue-text {
  color:#3bbaf8;
}

.modifier-is-menu-item {
  color: #DC143C; /* crimson */
  font-weight: bold;
}

.informative-cell {
  font-style: italic;
  color: lightgrey;
  vertical-align: middle;
}

/* second level of hierarchy grid */
.k-grid tbody .k-grid tbody tr {
  background-color: #f7f7f7;
}

.hover-cursor-pointer:hover {
  cursor: pointer;
}

.fixed-dialog{
  position: fixed !important;
  top: 25% !important;
  left: 40% !important;
}

.light-grey {
  color: lightgrey;
}
