div#quotePriceDiv {
 vertical-align: middle;
 text-align: center;
 margin-top: 20px;
 margin-bottom: 10px;
 font-size: 20px;
}
.mainTitle{
 display: inline-block;
}
.processingDisplay {
 height: 200px;
 width: 750px;  
 position: absolute;
 top:222px;
 z-index: 9900;	
}

.processing {
 display: inline;
 width: 750px;
}
.processingDisplay {
 width: 100%;
 text-align: center;
}
h1.loader {
 padding-top: 50px;
 text-align: center;
 text-transform: uppercase;
 font-family: 'Nunito', sans-serif;
 font-size: 6em;
 color: transparent;
 letter-spacing: 0.01em;
}
.loader span {
 text-shadow: 0 0 2px rgba(204, 208, 212,0.8), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(255, 255, 255, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.45);
 animation: loading 1.35s ease-in-out infinite alternate;
 -webkit-animation: loading 1.35s ease-in-out infinite alternate;    
}
@keyframes loading {
 to {
  text-shadow: 0 0 2px rgba(204, 208, 212,0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
 }}
@-webkit-keyframes loading {
 to {
  text-shadow: 0 0 2px rgba(204, 208, 212,0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
 }}  
.loader span:nth-child(2) {
 animation-delay: 0.15s;
 -webkit-animation-delay: 0.15s;
}
.loader span:nth-child(3) {
 animation-delay: 0.30s;
 -webkit-animation-delay: 0.30s;
}
.loader span:nth-child(4) {
 animation-delay: 0.45s;
 -webkit-animation-delay: 0.45s;
}
.loader span:nth-child(5) {
 animation-delay: 0.60s;
 -webkit-animation-delay: 0.60s;
}
.loader span:nth-child(6) {
 animation-delay: 0.75s;
 -webkit-animation-delay: 0.75s;
}
.loader span:nth-child(7) {
 animation-delay: 0.90s;
 -webkit-animation-delay: 0.90s;
}
.loader span:nth-child(8) {
 animation-delay: 1.05s;
 -webkit-animation-delay: 1.05s;
}
.loader span:nth-child(9) {
 animation-delay: 1.20s;
 -webkit-animation-delay: 1.20s;
}
.loader span:nth-child(10) {
 animation-delay: 1.35s;
 -webkit-animation-delay: 1.35s;
}

#quoteCommentText{
 margin-top: 10px;
 width: 100%
}
.copyBtn{ float: right; }
.shipConfBtn{ float: right; }
.packSlipBtn{ float: right; }
#approveCloseDiv{ float: right; }

.orderDetailTop{ padding-bottom:15px; }
.orderDetailTop .form-group{ padding-bottom:0; margin-bottom:0; }
.orderTotals{ float:right; text-align:right; }
.orderTotals label{ display:inline-block; min-width:100px; }
.orderTotals span{ display:inline-block; min-width:100px; }
.boxToggle{ cursor:pointer; }
.designImg img{ max-height: 50px; max-width: 50px;}
