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;
}

.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;
}

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

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

.PriceData {
    float: right;
    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;
}

.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: #cacfd4;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}

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

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

.tooltip-inner {
    white-space:pre-wrap !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;
}

.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: 35px;
    float: left;
    margin-right: 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;
}

.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: #fff !important;
}

.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: #ccc;
    -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: #235b8e;
}

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

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/logo-device-xs.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;
}

.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: #235b8e !important;
    color: #fff !important;
    border: 0px !important;
}

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

#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;
}


/* 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);
    }
}

/* 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;
}

