.side-menu-right-shift .panel .panel-body .row dl dt {
    width: 70px;
}
.side-menu-right-shift .panel .panel-body .row dl dd {
    margin-left: 80px;
}
.panel dl dt {
    width:100px;
}
.panel dl dd {
    margin-left: 110px;
}
table > tbody > tr > td.currency-amount > dl > dt, table > tbody > tr > td.currency-precise > dl > dt {
    width:130px !important;
}
table > tbody > tr > td.currency-amount > dl > dd, table > tbody > tr > td.currency-precise > dl > dd {
    margin-left: 130px !important;
}
/*CSS rules for Cart Summary section on Create Order, Quote, PO and PQ*/
.col-lg-3.col-md-3.col-sm-12 > .well dl dt {
    width: 100px;
}
.col-lg-3.col-md-3.col-sm-12 > .well dl dd {
    margin-left: auto;
}
.side-menu-right-shift .col-lg-3.col-md-3.col-sm-12 > .well dl dt {
    width: 80px;
}
.panel-body .row ul:not(.dropdown-menu,nav-tabs) > li a {
    max-width : 80%;
}
.side-menu-right-shift .panel-body .row ul:not(.dropdown-menu,nav-tabs) > li a {
    max-width : 70%;
}
.table tfoot dl dd {
  margin-left: 250px !important;
}
.table tfoot dl dt {
  width: 160px !important;
}
.row.equal-height-flex ul li > p {
    margin : 0;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
}
header ul li > small {
    margin-top : 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
    white-space: nowrap;
}
.panel .col-lg-6 dl dd {margin-left: 170px !important;}
.panel .col-lg-6 dl dt {width: 160px !important;}
