body {
    padding-top: 50px;
    padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;
}

* {
    outline: none !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.bold-font {
    font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #335EFF;
}

.Center {
    text-align: center;
}

.SwitchTextOff {
    margin-right: 5px;
}

.SwitchTextOn {
    margin-left: 5px;
}

.MainText {
    text-align: center;
    font-size: 24px;
}

.SalesPage {
    text-align: left;
    font-size: 24px;
}

.SalesPage p {
    margin-bottom: 30px;
}

.SalesPage h2 {
    margin-bottom: 30px;
}

.bulkDeleteCheckboxAllDiv {
    left: 10px;
    position: relative;
    background-color: rgb(221, 232, 245);
    margin-bottom: 11px;
    margin-top: 1px;
    padding-left: 5px;
    margin-left: -5px;
    width: 28px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bulkDeleteCheckboxAllBox {
    top: 40%;
    position: relative;
}

.bulkDeleteContainerStyling {
    width: 100%;
    height: 22px;
    background-color: rgb(221, 232, 245);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.InventoryStatusBox {
    width: 300px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(49, 91, 138, 0.9);
    color: #ffffff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
}

.InventoryStatusBox h3 {
    margin-top: 0px;
    text-align: center;
}

.InventoryStatusBox p {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.HideInventoryStatusButton {
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #da703f;
    border-color: #da703f;
    border-width: 5px;
    border-style: solid;
    float: right;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999;
    cursor: pointer;
}

.ShowInventoryStatusBox {
    text-align: center;
    line-height: 25px;
    width: 125px;
    height: 25px;
    padding: 0px;
    border-radius: 20px;
    background-color: rgba(49, 91, 138, 0.9);
    color: #ffffff;
    float: right;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.CSVTableHeadL {
    border-top-left-radius: 15px;
    padding: 10px 0px 10px 0px;
}

.CSVTableHeadR {
    border-top-right-radius: 15px;
    padding: 10px 0px 10px 0px;
}

.CSVTableDB {
    background-color: #2C7BE5;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.CSVTableLB {
    background-color: #ceddf5;
    color: #000000;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.CSVTableW {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.RatingLightOn {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    background-color: #2C7BE5;
    float: left;
    margin-left: 7px;
    margin-top: 7px;
}

.RatingLightOff {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    background-color: #dde8f5;
    float: left;
    margin-left: 7px;
    margin-top: 7px;
}

.RatingCategory {
    float: left;
    clear: both;
    font-weight: bold;
}

.Logo {
    width: 100%;
    max-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.InputWrapper {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.PriceData {
    color: #da703f;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    /*font-weight: bold;*/
}

.SearchBox {
    max-width: 210px;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

.SearchButton {
    font-size: 20px !important;
    padding: 2px 8px !important;
}

.ClearSearchButton {
    padding: 6px 8px !important;
    margin-bottom: -1px !important;
    margin-left: 10px;
}

.AutoMinMaxArrow {
    font-size: 20px !important;
    position: relative !important;
    left: -20px !important;
    top: 0px !important;
}

.ext-group-addon {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.nav-tab-item {
    padding-left: 10px;
}

.navbar-inverse .navbar-brand {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
}

/*.chart {
    background: white;
    width: 500px;
    height: 400px;
    border-left: 1px dotted #555;
    border-bottom: 1px dotted #555;
    padding: 20px 20px 20px 0;
}*/

.CenteredLogo {
    width: 90%;
    text-align: center;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.CenteredLogoSmall {
    text-align: center;
    margin: 0 15px;
    width: 100%;
}

.Logo40 {
    width: 40%;
    min-width: 300px;
}

.AdjustTopMargin {
    margin-top: -100px;
}

.ToolTip {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #dde8f5;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}

.tooltip.top .tooltip-inner {
    background-color: #dde8f5 !important;
}

.tooltip.top .tooltip-arrow {
      border-top-color: #dde8f5 !important;
}

.tooltip.bottom .tooltip-inner {
    background-color: #dde8f5 !important;
}

.tooltip.bottom .tooltip-arrow {
      border-top-color: #dde8f5 !important;
}

.tooltip-inner {
    white-space:pre-wrap !important;
    background-color: #dde8f5 !important;
    color: #000000 !important;
}

.tooltip-arrow {
    border-top-color: #dde8f5 !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #dde8f5 !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #dde8f5 !important;
}

.BlueText {
  color: #235b8e;
}

.OrangeText {
  color: #da703f;
}

.PredictorTitle {
    text-align: center;
    color: #235b8e;
}

.PredictorTitle p {
    margin-top: -30px;
    font-size: 20px;
}

.PredictorTitle h2 {
    line-height: 40px;
}

.PredictorTC {
    font-size: 10px;
    color: #5f5f5f;
    margin-top: 10px;
}

.PredictorImage {
    text-align: center;
}

.PredictorImage img {
    margin-top: 10px;
}

.BreakEvenContainer {
    padding-bottom: 5px;
    line-height: 32px;
}

.BreakEvenContainerTabbed {
    padding-bottom: 5px;
}

.TimeSelect {
    width: auto !important;
    float: left;
    padding: 6px 10px !important;
}

.MarketplaceSelect {
    margin-top: 20px;
    margin-left: 10px;
    line-height: 35px;
    font-size: 16px;
    border-style: solid;
    border-radius: 20px;
    border-width: 2px;
    float: left;
}

.MarketplaceListItem {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    background-color: #e7e7e7;
    display: none;
}

.MarketplaceListItem:hover {
    background-color: #c9c9c9;
}

.MarketplaceSelect p {
    margin: 0;
}

.FlagIcon {
    max-width: 25px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.FlagNoFloat {
    max-width: 35px;
    margin-left: 5px;
    margin-right: 5px;
}

.SmallFlagIcon {
    max-width: 18px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.TableHeader {
    background-color: #235b8e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-left: -15px !important;
}

.wizBtn {
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,.2);
  border-width: .125rem;
  border-radius: .5rem;
  line-height: 1.5;
  height: 105px !important;
  color: #357edd;
  border-color: #357edd;
  background-color: #fff;
  border-style: solid;
  text-transform: none;
  overflow: visible;
  margin: 0.1%;
  font-family: inherit;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  font: 400 13.3333px Arial;
  padding: 32px;
  cursor: pointer;
  width: 24.5%;
  transition: transform 0.3s;
}

.wizBtn:hover {
  transform: scale(1.015);
  transition: transform 0.3s;
}

.wizBtnSelected {
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,.2);
  border-width: .125rem;
  border-radius: .5rem;
  line-height: 1.5;
  color: #357edd;
  border-color: #357edd;
  background-color: #efefef;
  border-style: solid;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  font: 400 13.3333px Arial;
  padding: 32px;
  cursor: pointer;
  width: 24.5%;
}

.tip {
  opacity: 0;
  line-height: 1.5;
  color: #000;
  background-color: rgb(221, 232, 245);
  text-transform: none;
  overflow: visible;
  margin: 0.1%;
  font-family: inherit;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  font: 400 13.3333px Arial;
  padding: 10px;
  width: 100%;
  position: relative;
  bottom: -45px;
}

.tip:after{
    content: "";
    position: relative;
    bottom: 107px;
    z-index: -1;
    border: solid 15px transparent;
    border-bottom-color: rgb(221, 232, 245);
}

.tipTwo {
  opacity: 0;
  line-height: 1.5;
  color: #000;
  background-color: rgb(221, 232, 245);
  text-transform: none;
  overflow: visible;
  margin: 0.1%;
  font-family: inherit;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  font: 400 13.3333px Arial;
  padding: 10px;
  width: 100%;
  position: relative;
  bottom: -45px;
}

.tipTwo:after{
    content: "";
    position: relative;
    bottom: 197px;
    z-index: -1;
    border: solid 15px transparent;
    border-bottom-color: rgb(221, 232, 245);
}

.tipFour {
  opacity: 0;
  line-height: 1.5;
  color: #000;
  background-color: rgb(221, 232, 245);
  text-transform: none;
  overflow: visible;
  margin: 0.1%;
  font-family: inherit;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  font: 400 13.3333px Arial;
  padding: 10px;
  width: 100%;
  position: relative;
  bottom: -45px;
}

.tipFour:after{
    content: "";
    position: relative;
    bottom: 167px;
    z-index: -1;
    border: solid 15px transparent;
    border-bottom-color: rgb(221, 232, 245);
}

.tipEU {
  opacity: 0;
  line-height: 1.5;
  color: #000;
  background-color: rgb(221, 232, 245);
  text-transform: none;
  overflow: visible;
  margin: 0.1%;
  font-family: inherit;
  text-transform: none;
  box-sizing: border-box;
  outline: none !important;
  font: 400 13.3333px Arial;
  padding: 10px;
  width: 100%;
  position: relative;
  bottom: -45px;
}

.tipEU:after{
    content: "";
    position: relative;
    bottom: 137px;
    z-index: -1;
    border: solid 15px transparent;
    border-bottom-color: rgb(221, 232, 245);
}

.inputTip:after {
    left: -95%;
    bottom: 32px !important;
}

#btn1 {
    line-height: 40px !important;
    z-index: 0;
}

#btn1:hover {
    z-index: 1;
}

#btn1:hover > .tip {
  opacity: 1;
  transition-delay: 1.0s;
}

#btn1:hover > .tipTwo {
  opacity: 1;
  transition-delay: 1.0s;
}

#btn1:hover > .tipFour {
  opacity: 1;
  transition-delay: 1.0s;
}

#btn1:hover > .tipEU {
  opacity: 1;
  transition-delay: 1.0s;
}

#defaultMarketplaceButton:hover > .tip {
  opacity: 1;
  transition-delay: 1.0s;
}





.affix {
    top: 134px;
  }

.skulist-pagination {
    float: right;
    margin: 0px 10px 0px 0px !important;
}

.ChartSettings {
    background-image: url(../img/logo-wm.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.pppHide {
    display: none !important;
}

.navbar-inverse {
    background: #235b8e !important;
    border-color: #235b8e !important;
}

.dark-blue-bg {
    background-color: #235b8e !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #235b8e !important;
    color: #fff !important;
}

.pagination>li>a, .pagination>li>span {
    color: #235b8e !important;
}

.blueDropdown {
    background-color: #235b8e !important;
}

.blueDropdown>li>a {
    color: #2c7be5 !important;
}

.blueDropdown>li>a:hover {
    color: #2c7be5 !important;
    background-color: #fff !important;
    text-decoration: none;
}

.blueDropdown>li>a:hover {
    background-color: #235b8e !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dde8f5;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2c7be5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2c7be5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider for account */
.slider-account {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #235b8e;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-account:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-account {
    background-color: #235b8e;
}

input:focus + .slider-account {
    box-shadow: 0 0 1px #235b8e;
}

input:checked + .slider-account:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders for account */
.slider-account.round {
    border-radius: 34px;
}

.slider-account.round:before {
    border-radius: 50%;
}

@media (min-width: 678px) {
    .nav-tab-item {
        display: inline-block !important;
    }
}

.dropdown-menu {
    left: auto !important;
    right: 0;
}

.email-repeated {
    display: none !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 500px;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 550px}

    /* Set gray background color and 100% height */
    .sidenav {
      background-color: #f1f1f1;
      height: 100%;
    }

    /* On small screens, set height to 'auto' for the grid */
    @media screen and (max-width: 767px) {
      .row.content {height: auto;}
    }


.BlackBG {
    background-color: #222222;
    color: #ffffff;
}

.BlackBG a:link{
    color: #ffffff !important;
    text-decoration-color: #ffffff !important;
}

@media (max-width: 767px) {
    .xs-dropdown {
        color: #FFFFFF !important;
    }
}

@media (min-width: 768px) {
    .FloatRight {
        float: right !important;
    }

    .FloatLeft {
        float: left;
    }
}

.center {
    text-align: center;
}

.MarginTopBottom {
    margin-top: 15px;
    margin-bottom: 15px;
}

.MarginBottom {
    margin-bottom: 10px;
}

.PaddingTopBottom {
    padding: 10px 0;
}

.NavLineHeight {
    line-height: 36px;
}

.LinkColour, .LinkColour:active, LinkColour:focus {
    color: #fff !important;
}

.LinkColour:hover {
    color: #fff !important;
}

.RemoveUnderline {
    text-decoration: none !important;
}

.ErrorText {
    color: #da703f;
    /*font-weight: bold;*/
}

/*********************************************/
/* DRAGGABLE CSS */
/*********************************************/

.connected-sortable {
  margin: 0 auto;
  list-style: none;
  width: 100%;
}

li.draggable-item {
  cursor: pointer;
  width: inherit;
  padding: 15px 20px;
  background-color: #f5f5f5;
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  
  -webkit-transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  -o-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  &:hover {
    cursor: pointer;
    background-color: #eaeaea;
  }
}
/* styles during drag */
li.draggable-item.ui-sortable-helper {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 8px rgba(53,41,41, .8);
  -moz-box-shadow: 0 0 8px rgba(53,41,41, .8);
  box-shadow: 0 0 8px rgba(53,41,41, .8);
  transform: scale(1.015);
  z-index: 100;
}
li.draggable-item.ui-sortable-placeholder {
  background-color: #ddd;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
/*********************************************/
/*********************************************/

.DragDropList ul {
    padding: 0;
    min-height: 200px;
}

.MarketplaceSelection {
    margin-bottom: 30px;
}

.PriceBox {
    width: 70px !important;
    height: 16px !important;
    font-size: 12px !important;
    padding: 2px !important;
    margin-bottom: 4px;
}

.PriceBoxSymbol {
    line-height: 16px;
    float: left;
}

.MinMaxLabel {
    float: left;
    line-height: 16px;
}

.StrategyIcon {
    background-image: url("../img/new-logo-device.png");
    background-size: contain;
    margin-top: 1px;
    width: 12px;
    height: 12px;
}

.StrategySelection {
    height: 18px !important;
    font-size: 10px !important;
    padding: 2px !important;
    margin-bottom: 4px;
    margin-left: 3px !important;
}

.SKUDataButton {
    margin-top: 1px !important;
    margin-bottom: 3px !important;
    font-size: 12px !important;
    padding: 2px 4px !important;
}

.MktColHeader {
    background-color: #222;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.SKUItem {
    border-style: solid;
    border-width: 1px 2px;
    border-color: #235b8e;
    font-size: 12px;
    line-height: 12px;
}

.SKUItem p {
    margin: 0 0 4px 0;
}

.BorderFix {
    border-style: solid;
    border-width: 1px 0;
    border-color: #000000;
    padding: 0 15px;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.PleaseWait {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000000;
    opacity: 0.8;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.PleaseWaitContent {
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 10px;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    border-radius: 10px;
    font-size: 20px;
}

.HelperWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.5);
    /*display: none;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.HelperContent {
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    color: #000;
    transform: translateY(-50%);
    border-radius: 10px;
    font-size: 13px;
    width: 800px;
    max-width: 75%;
}

.ForecastChart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.ChartIcon {
    cursor: pointer;
    width: 50px;
}

.EditIcon {
    color: #235b8e;
    cursor: pointer;
    margin-right: 5px;
}

.SaveIcon {
    color: #235b8e;
    cursor: pointer;
    margin-top: 1px;
    float: left;
}

.ProgressBarContainer {
    width: 80%;
    max-width: 200px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.ProgressBar {
    background-color: green;
    width: 0%;
    height: 26px;
}

.HiddenContent {
    display: none;
}

.CorrectLineHeight {
    line-height: 1 !important;
}

.subscription-button {
    background-color: #2c7be5 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 5px !important;
}

.ui-dialog {
    z-index: 100000 !important;
}

.ui-dialog-titlebar {
    background-color: #fff;
    height: 50px;
    padding-top: 18px;
    padding-left: 30px;
}

.ui-dialog-titlebar-close {
    float: right;
    margin-right: 30px;
    background: none;
    border: none;
}

#accountOverlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}​

#orders-chart-small-one {
    max-height: 112px !important;
}

#orders-chart-small-two {
    max-height: 112px !important;
}

#orders-chart-small-three {
    max-height: 112px !important;
}

#orders-chart-small-four {
    max-height: 112px !important;
}

#orders-chart-small-five {
    max-height: 112px !important;
}

#orders-chart-small-six {
    max-height: 112px !important;
}

.dashboardRepricingStat {
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
}

.card-value {
    font-size: 22px !important;
}

.correctedAddonLineHeight {
    line-height: 50px;
    margin-right: 10px;
}

.largeScreenNavButtons {
    width: 100%;
}

.subscriptionIndexBody {
    height: 100%;
}

@media (max-width: 768px) {
    #navbarCollapse {
        position: initial !important;
        max-width: none !important;
        margin-top: 5px;
        margin-left: 15px;
    }

    .largeScreenNavButtons {
        display: none !important;
    }

    #navbarSupportedContent2 {
        width: 100%;
    }

    .subscriptionIndexBody {
        height: 115%;
    }

    #accountOverlay {
        height: 115%;
    }
}

.multiViewNoListing {
    color: rgb(0, 0, 0, 0.25);
    text-align: center;
    margin-top: 148px;
    margin-bottom: 156px;
    font-weight: 100;
}

@media (min-width: 768px) {
    .smallScreenNavButtons {
        display: none !important;
    }

    #navbarParentDiv {
        width: 860px;
    }
}

@media (max-width: 991px) {
    .repricingStrategyIconDiv {
        margin-left: 0px !important;
    }

    .wow-words {
        margin-left: 0px !important;
    }
}

@media (max-width: 767px) {
    #sortSelectionDiv {
        margin-left: 7px;
    }

    #tabbedSKUStatsDiv {
        line-height: 26px;
    }

    .TTMobileAdjust {
        position: relative;
        top: 43px;
        left: 10px;
    }
}

@media (max-width: 469px) {
    .multiViewNoListing {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 681px) {
    .wow-words {
        width: 100%;
    }
}

@media (max-width: 543px) {
    .SwitchTextOff {
        margin-right: 5px !important;
    }

    .SwitchTextOn {
        margin-left: 5px !important;
    }
}

@media (max-width: 480px) {
    .SwitchTextOn {
        margin-left: 25px !important;
    }

    #multiTabbedToolTip {
        height: 14px;
    }
}

/* Loading icon animations */
@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.description-of-asin {
    font-size: 14px!important;
    position: relative;
    top: -4px;
    height: 22px !important;
    margin-right: 20px;
    background-color: rgb(238, 238, 238) !important;
    width: 300px !important;
}

.description-of-asin:focus {
    background-color: #fff !important;
}

.note-adjust-left {
    margin-left: -10px;
}

.note-label {
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -3px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.note-wrapper {
    float: left;
    display: flex;
}

.title-multi-view {
    margin-bottom: 10px;
    line-height: 1;
    margin-left: 20px;
    /*height: 80px;*/
}

.img-width-controller {
    width: 106px;
}

.wow-words{
    float: left;
    color: #555;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 8px;
    font-family: 'Kalam', cursive;
    margin-left: 140px;
}

@media (max-width: 425px) {
    .description-of-asin {
        width: 200px !important;
    }
}


@media (min-width: 580px) {
    .title-multi-view {
        margin-bottom: 10px;
        float: left;
        line-height: 1;
        margin-left: 20px;
        height: 80px;
    }
}

@media (min-width: 1328px) {
    .note-tabbed-adjust {
        max-width: 485px !important;
    }
}

.admin-tab:hover {
    color: #fff;
}

.BuyPriceWrapper {
    display: inline-flex;
    float: left;
}

.ppp-boost-bar {
    background-color: #fff;
    color: #2c7be5;
    position: relative;
    top: -20px;
    padding: 5px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-color: #edf2f9;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    background-clip: border-box;
    border: 1px solid #edf2f9;
    font-size: 16px;
}

.ppp-boost-value {
    font-size: 30px;
    font-weight: bold;
    color: #5dd0b6;
}

.gamify-card {
    border-style: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

.gamify-data {
  border-style: none !important;
}

.gamify-data-badge {
    color: #fff;
    padding: 5px 15px 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gamify-badge-abovebb {
    background-color: #86e3ce;
}

.gamify-badge-dombb {
    background-color: #7bbafa;
}

.gamify-badge-sales {
    background-color: #fa7bb4;
}

.gamify-badge-replen {
    background-color: #fa897b;
}

.gamify-badge-profit {
    background-color: #ccabd8;
}

.gamify-icon {
    margin-right: 10px;
    font-size: 12px;
    top: 2px !important;
}

.sash-img {
    width: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    z-index: 10;
}

.coin-img {
    width: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    z-index: 10;
}

select.input-sm {
    padding-top: 3px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.disabledInventoryDiv {
  opacity: 0.4;
}

#ui-datepicker-div {
  background-color: #fff !important;
  border: solid 1px !important;
  border-color: #000 !important;
}

#userLogTableBody tr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.stickyTableBody {
  margin-top: 100px;
}

.beFeesMargin {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .roiAccordion {
    width: 100% !important;
  }
}



