.quote-history a {
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
    cursor: pointer;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    float: right;
    text-decoration: none;
}
.counter {
    background: #e65004;
    color: #fff;
    padding: 1px 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.quote-create-form {
    padding: 0px;
}
.quote-create-container {
    background: #f4f4f4;
    padding: 15px 0px;
}
.quote-create-container .qty {
    width: 60px;
}
.quote-create-container .price {
    width: 70px;
}
.quote-create-container .subtotal {
    width: 60px;
}
.quote-create-container .product {
    width: 38%;
}
.quote-create-container td:first-child, .quote-create-container th:first-child {
    padding-left: 0;
}
.quote-status {
    margin: 0;
    padding: 5px 10px;
    border: 2px solid #cccccc;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 25px;
}
.salesrep-quote-view-container .page-title {
    margin-bottom: 18px;
}
.salesrep-quote-view-container .quote-date {
    font-size: 17px;
}
.salesrep-quote-view-container .quote-details {
    margin-top: 20px;
}
.salesrep-quote-view-container .messages-title,
.customer-messages-view-container .messages-title
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.salesrep-quote-view-container .message-thread,
.customer-messages-view-container .message-thread {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.salesrep-quote-view-container .message-thread .user,
.customer-messages-view-container .message-thread .user {
    padding: 0 5px;
    font-weight: bold;
    border: 1px solid #f1793c;
    color: #f1793c;
    background: #f1793c1f;
    font-size: 12px;
}
.user.me {
    border: 1px solid #68942e !important;
    color: #68942e !important;
    background: #68942e1a !important;
}
.salesrep-quote-view-container .message-box,
.customer-messages-view-container .message-box {
    margin-top: 20px;
}
.salesrep-quote-view-container #message-field,
.customer-messages-view-container #message-field {
    margin-top: 10px;
    resize: none;
}
.message-thread p {
    margin-bottom: 0;
}
.assigned-salesrep, .previous-salesrep {
    width: 100%;
    margin-bottom: 40px;
}
.assign-title {
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 20px;
}
.previous-salesrep .sales-rep-info {
    width: 46%;
    float: left;
    margin: 0 10px 0 0;
}
.sales-support-reps .info {
    margin-bottom: 2px;
}
.sales-support-reps .assign-for {
    margin-bottom: 10px;
}
.category-salersrep-widget {
    margin: 40px 0px;
}
.category-salersrep-widget .block-content p {
    margin: 0;
    font-size: 15px;
}
.category-salersrep-widget #salesrep-message-popup {
    margin-top: 10px;
    border-radius: 0;
}
@media (max-width: 639px) {
    .quote-create-container .product, 
    .quote-create-container .qty,
    .quote-create-container .price,
    .quote-create-container .expected,
    .quote-create-container .subtotal{
        width: 80%;
    }
}
div.required label:after {
    color: #eb5202;
    content: "*";
}
.productTable th.required:after {
    color: #eb5202;
    content: " *";
}