.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;
    right: 30%;
    bottom: 10%;
    display: inline-table;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    font-size: 11px;
    background-color: #F4E7E2;
    color: #000000;
    border-radius: 50%;
    z-index: 9999;
    line-height: 0.5;
}
.posBulletContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

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

.valBullet {
    position: absolute;
    right: 22%;
    bottom: 3%;
    display: inline-table;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 11px;
    background-color: #000000;
    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: 3em;
  position:relative
}

.boxItem:before,
.boxItem:after
{
  content: '';
  width: 4em;
  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: 1.5em;
  position:relative
}

.boxItem2:before,
.boxItem2:after
{
  content:'';
  width:3em;
  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;
}


div.boxItem3 { 
  display: inline-block;
  margin-right: 2em;
  position:relative
}

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

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

.nowrap{
    white-space: nowrap;
}

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

table.dataTable thead tr {
    background-color: #000000;
    color: #ffffff;
}
table.dataTable{
    font-size: 12px;
    padding: 10px 0px;
}
.dataTables_wrapper .dataTables_filter input{
    padding: 3px;
}
.dataTables_wrapper{
    font-size: 12px;
}
