@charset "ISO-8859-1";

.quick-order-formbox .list-header {
     margin-bottom: 1rem;
}

.quick-order-options {
    border-top: none;
    padding-top: 15px;
}

.quick-quote-block {
    background-color: #dfe9fa;
    color: black;
}

.quick-order-page .list-header .list-header-item , 
.list-body .list-item-row .list-item {
    text-align:center;
}

.prod-id{
	text-align:left !important;
}

.priceLists{
	padding: 0 5px 0 10px;
    overflow-wrap: break-word;
	}

.has-feedback .form-control[type="number"] {
    border:1px solid black;
}

.quick-quote-block:before {
    border: none; 
}

.quote-list {
    padding: 20px 0 10px 0;
}

.quote-list:nth-child(n+3) {
    border-color: #ddd;
}

.quick-price-margin{
	margin-bottom:1rem;
}

@media screen and (max-width:768px){
.quick-order-page .list-header .list-header-item , 
.list-body .list-item-row .list-item {
    text-align:left;
	}
	
	.form-classs{
   		margin-left:1rem;
   }	
}


@media screen and (min-width:1024px){
.priceLists{
	padding: 0 5px 0 10px;
    overflow-wrap: break-word;
    margin-left: 12%;
}	
}
