.qtyInput{
    padding: 0px 5px!important;
    margin: 0!important;
    height: 20px!important;
}

.qtyBtn{
    padding: 0.286rem 0.5rem!important;
}
.alert{
    padding: 10px!important;
}

.posBullet {
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-table;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    font-size: 11px;
    background-color: #F4E7E2;
    color: #B15533;
    border-radius: 50%;
    z-index: 9999;
    line-height: 0.5;
}
.posBulletContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.qtyBullet {
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-table;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    font-size: 11px;
    background-color: #F4E7E2;
    color: #B15533;
    border-radius: 50%;
    z-index: 9999;
    line-height: 0.5;
}
.qtyBulletContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.valBullet {
    position: absolute;
    top: -20px;
    left: 55px;
    display: inline-table;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 11px;
    background-color: #B15533;
    color: #ffffff;
    border-radius: 50%;
    z-index: 9999;
}
.valBulletContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.boxItem { 
  display: inline-block;
  margin-right: 5em;
  position:relative
}

.boxItem:before,
.boxItem:after
{
  content:'';
  width:6em;
  border-bottom:2px solid #1A1818;
  position:absolute;
  top:25%;

}
:after {
  left:100%;
}
:before {
  right:100%;
}
.boxItem:first-of-type:before,
.boxItem:last-of-type:after {
  display:none;
}

div.boxItem2 { 
  display: inline-block;
  margin-right: 4em;
  position:relative
}

.boxItem2:before,
.boxItem2:after
{
  content:'';
  width:4em;
  border-bottom:2px solid #1A1818;
  position:absolute;
  top:25%;

}
:after {
  left:100%;
}
:before {
  right:100%;
}
.boxItem2:first-of-type:before,
.boxItem2:last-of-type:after {
  display:none;
}

.nowrap{
    white-space: nowrap;
}

#message {
    position: fixed;
    top: 10%;
    right: 20px;
    width: 25%;
    z-index: 9999;
}
#inner-message {
    margin: 0 auto;
}

#scatterChart {
    /*max-width: 1000px;*/
    max-height: 400px;
    width: 100%;
    height: auto;
}