/* B2B UI Styles HERE*/
body {
  min-width: 390px !important;
  font-family: brown-regular !important; }

th {
  font-family: brown-regular !important;
  color: #56565a !important;
  font-weight: 100 !important; }

b {
  font-family: brown-regular !important; }

h4 {
  font-family: brown-regular !important; }

.hideMobile.paddedText {
  font-family: brown-regular !important; }

a.item {
  font-family: brown-regular !important; }

.middle {
  -ms-flex-item-align: center;
      align-self: center; }

.smlHeader {
  color: #898992;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100 !important;
  font-family: brown-regular !important;
  font-size: 12px; }

td {
  font-family: tisa-pro-light !important; }

p {
  font-family: tisa-pro-light !important; }

.stickyHeader {
  position: fixed;
  top: 68px;
  width: 100%;
  z-index: 999; }

.stickyButtons {
  position: fixed !important;
  top: 68px;
  width: 100%;
  z-index: 1000; }

.stickyMargin {
  margin-top: 100px !important; }

#HamburgerColumn {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    #HamburgerColumn {
      display: block !important; } }

@media only screen and (max-width: 1200px) {
  #MenuColumn {
    display: none !important; } }

.ui.menu a.item:hover {
  background: rgba(0, 0, 0, 0.27) !important; }

.ui.dropdown.item {
  color: #fff !important; }

.autoMargin {
  margin-left: auto;
  margin-right: auto; }

.homeBox {
  min-height: 150px;
  text-align: center !important; }

h1 {
  color: #fff;
  font-family: brown-regular !important;
  text-transform: uppercase; }

.ck-content h1 {
  color: #838388; }

h3 {
  color: #838388;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200 !important;
  font-family: brown-regular !important; }

h2 {
  color: #838388;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200 !important;
  font-family: brown-regular !important; }

h5 {
  font-weight: 200;
  color: #838388;
  font-family: brown-regular;
  text-transform: uppercase; }

a {
  color: #56565a; }

p {
  color: #56565a; }

td {
  color: #56565a; }

.table.centered {
  text-align: center !important; }

.white-txt th {
  color: #ffffff !important; }

.white-txt td {
  color: #ffffff !important; }

.sectionPage {
  margin-top: 68px !important; }

.middleText {
  text-align: center; }

.ui.centered.grid, .ui.centered.grid > .row, .ui.grid > .centered.row {
  text-align: unset !important; }
  @media (min-width: 992px) {
    .ui.centered.grid, .ui.centered.grid > .row, .ui.grid > .centered.row {
      text-align: center; } }

.rightText {
  text-align: right !important; }

.newsfeedSegment {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ececec)) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ececec) !important;
  border: none !important; }

.newsfeedRM {
  background-color: #56565a;
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem; }

.newsDeleteBtn {
  color: #56565a;
  position: absolute;
  right: 0;
  top: 0; }

.prices_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.prices_bottom {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.price_el {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .price_el span {
    color: #838388;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right; }
  .price_el h5, .price_el h3 {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100; }
  .price_el:first-child {
    margin-bottom: 10px; }

.discount {
  text-align: left; }

.newsDate {
  position: absolute;
  right: 14px;
  bottom: 0px; }

@media (min-width: 1200px) {
  .gMargin {
    margin-left: 10%;
    margin-right: 10%; } }

@media (min-width: 1800px) {
  .gMargin {
    margin-left: 20%;
    margin-right: 20%; } }

@media (min-width: 1200px) {
  .gMarginSml {
    margin-left: 10%;
    margin-right: 10%; } }

@media (min-width: 1200px) {
  .gMarginBig {
    margin-left: 30%;
    margin-right: 30%; } }

@media only screen and (max-width: 1025px) {
  .hideMobile {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .dashIcon {
    font-size: 48px !important; } }

@media only screen and (max-width: 1025px) {
  .dashIcon {
    font-size: 24px !important; } }

.dashBtn {
  margin-top: 14px !important; }

.scrollAllow {
  overflow-x: auto;
  overflow-y: hidden; }

.stopScroll {
  overflow-y: hidden;
  overflow-x: hidden; }

.innerScroll {
  overflow-y: auto; }

.removePadding {
  padding-top: 0px !important;
  width: 100vw !important; }

.removeMargins {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important; }

.lblueTxt {
  color: #82939e !important; }

.loginPage {
  background: #eee; }

.mainMenu {
  background: #56565a;
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 1000 !important;
  max-height: 68px !important;
  min-height: 68px !important;
  min-width: 390px !important; }
  .mainMenu .column {
    width: auto !important; }

#logo {
  margin-right: auto; }

.sideMenu {
  background: #56565a !important; }

.footerMenu {
  background: #d3d4d3;
  position: fixed !important;
  bottom: 0px !important;
  z-index: 1000 !important; }

.header:not(.dividing) {
  background-color: #d3d4d3;
  height: 70px; }

.greyBack {
  background-color: #d3d4d3; }

.wrapped {
  margin-left: 10% !important;
  margin-right: 10% !important; }

.paddedText {
  margin-top: 14px; }

.ui.button {
  font-weight: 100 !important; }

.lblueBack {
  background-color: #72a2d5; }

.ui.compact.selection.dropdown.sMode {
  /*width: 120px!important;*/
  height: 50px !important; }

.rowsPerPage {
  height: 42px !important; }

.closeTop {
  padding-top: 0px !important; }

.closeBottom {
  padding-bottom: 0px !important; }

.ui.alpha.button,
.ui.alpha.buttons .button {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.trans.button,
.ui.trans.buttons .button {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.trans.button:hover,
.ui.trans.buttons .button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: none; }

.ui.lblue.button,
.ui.lblue.buttons .button {
  background-color: #56565a;
  color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.lblue.button:hover,
.ui.lblue.buttons .button:hover {
  background-color: #3d4550;
  color: #fff;
  text-shadow: none; }

.ui.dblue.button,
.ui.dblue.buttons .button {
  background-color: #3d4550;
  color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.dblue.button:hover,
.ui.dblue.buttons .button:hover {
  background-color: #24272b;
  color: #fff;
  text-shadow: none; }

.ui.cred.button,
.ui.cred.buttons .button {
  background-color: #ff637d;
  color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.cred.button:hover,
.ui.cred.buttons .button:hover {
  background-color: #24272b;
  color: #fff;
  text-shadow: none; }

.ui.cgreen.button,
.ui.cgreen.buttons .button {
  background-color: #56565a;
  color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.cgreen.button:hover,
.ui.cgreen.buttons .button:hover {
  background-color: #24272b;
  color: #fff;
  text-shadow: none; }

.modal.timeline {
  width: 80% !important;
  left: 28.5% !important;
  position: static !important;
  margin: 3.5rem auto !important; }

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.white-txt {
  color: white !important; }

.emptyMsg {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center; }

.tCentered {
  margin-top: 10px !important; }

#progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12); }

#progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #3d4550;
  width: 0;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
          box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11); }

#progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000; }

.spaceBottom {
  margin-bottom: 28px; }

.hidden {
  display: none !important; }

.flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flexItem {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.button.flush.right {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
  margin: 0px !important; }

.button.flush.left {
  border-radius: 0px 0.28571429rem 0.28571429rem 0px;
  margin: 0px !important; }

input.flush {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left-color: transparent !important;
  text-align: center !important; }

.row.footerInfo {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto; }

.grid.footerInfo {
  background-color: #d3d4d3;
  position: fixed;
  bottom: 48px;
  width: 100%;
  left: 0px; }

.search_items {
  max-height: 20vh;
  overflow-y: auto; }

.ItemVList {
  max-height: 50vh;
  overflow-y: auto; }

.FVWrapper {
  padding-top: 28px !important;
  padding-bottom: 0px !important; }

.forecastViewHeaders {
  padding-left: 15px;
  padding-right: 15px; }

.forecastViewHeaders th {
  width: 15%;
  border: none !important; }

#TrxLoader {
  height: 50px !important; }

.FFloader {
  height: 50px !important; }

.errorTxt {
  color: red !important; }

.invisi-text {
  color: rgba(0, 0, 0, 0) !important; }

.verticalForecastContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 28px; }

.verticalForecast {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 320px;
  padding-left: 14px;
  padding-right: 14px; }

.vHeaderPadding {
  padding-top: 28px; }

.tablePad {
  padding: 14px; }

.forecastCol {
  background: cornsilk !important; }

.orderCol {
  background: aliceblue !important; }

.circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px; }

.itemVertTable {
  overflow-x: auto; }

.greyish {
  color: #c7c7c7 !important; }

.fullOverlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000; }

.grey-txt {
  color: #a9a9a9; }

.spotlight {
  border-radius: 50%;
  position: fixed;
  left: 50px;
  top: 50px;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.75); }

.darkBack {
  background: rgba(0, 0, 0, 0.75); }

.ui.dimmer {
  z-index: 1004 !important; }

.big_circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px; }

.HelpText {
  color: #eaeaea !important;
  font-family: brown-regular;
  font-size: 18px; }

#HLBtn {
  color: #eaeaea; }

#HRBtn {
  color: #eaeaea; }

.h.item.white-txt.active {
  background: rgba(0, 0, 0, 0.5) !important; }

.hblobE {
  color: #676767;
  cursor: pointer; }

.hblobF {
  color: #d3d4d3;
  cursor: pointer; }

.hminiBlob {
  font-size: 6px !important;
  cursor: default;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.hem {
  color: #676767; }

.hfu {
  color: #d3d4d3; }

.miniBlobContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.backOutline {
  background: #383838 !important;
  border-radius: 1em !important; }

.availHeader {
  font-family: brown-regular !important;
  color: #838388; }

.salesRepImg {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px; }

.stockUpdateFeed {
  max-height: 250px;
  overflow-y: auto; }

.budgets {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 1025px) {
    .budgets {
      width: 37.5% !important; } }

.iconMenuColumn {
  text-align: center;
  border-right: 1px solid #d6d6d6;
  width: 160px !important; }

.homeboxHeader {
  text-align: left;
  color: #676767;
  font-family: brown-regular !important;
  font-size: 36px; }

.bNum {
  font-weight: 700;
  font-size: 16px;
  text-align: center !important; }

.sub_header {
  color: #838388; }

.ui.white.buttons .button, .ui.white.button {
  background-color: #fff;
  text-shadow: none;
  background-image: none; }

.ui.segment.fitted .ui.table {
  border: none; }
