/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.ywraq-status.ywraq-rejected,
.ywraq-status.ywraq-expired,
.ywraq-status.trash,
.ywraq-status.failed {
    color: #ff8787
}

.ywraq-view-quote-wrapper table.shop_table.order_details {
    background: none;
    border: none;
}

.ywraq-view-quote-wrapper table.shop_table.order_details .product-name {
    display: table-cell;
    text-align: left;
}

.ywraq-admin-message .message-content {
    min-height: 141px;
    background-size: 36px;
    font-style: italic;
    padding-left: 50px;
}

.ywraq-customer-information {
    margin-right: 6%;
    min-height: 252px;
    border: 0px solid #C2C2C2;
    -webkit-box-shadow: 0px 2px 12px 5px rgba( 0,0,0,0.1);
    -moz-box-shadow: 0px 2px 12px 5px rgba( 0,0,0,0.1);
    -o-box-shadow: 0px 2px 12px 5px rgba( 0,0,0,0.1);
    box-shadow: 0px 2px 12px 5px rgba( 0,0,0,0.1);
}

.ywraq-additional-information > div {
    min-height: 252px;
}

.shipped_via {
	    display: block;
    position: absolute;
    width: 80%;
    right: 110px;
}

tfoot {
	line-height: 0px;
	border-top:solid 1px #313131;
}

.ywraq-buttons a.ywraq-button.ywraq-reject, .ywraq-buttons a.ywraq-button.ywraq-accept {
    width: 120px;
    display: inline-block;
    border-radius: 0px;
    margin: 0 0 0 20px;
    clear: none;
    padding: 10px;
}