/*
    Document   : quickquote
    Created on : Feb 28, 2014, 2:26:13 PM
    Author     : PrestaMonster
    Description:
    Purpose of the stylesheet follows.
*/

.element_quote table
{
    line-height: 30px;
    width: 100%;
}
.change_product_quote
{
    float: left;
}

a .exclusive,#check_out_current_quote
{
    margin: 5px 0;
    float: right;
    vertical-align: middle;
}
.hs_delete_quote, .change_product_quote .up, .change_product_quote .down
{
    cursor: pointer;
}
.img_view_detail:hover
{
    text-decoration: none;
}

.tbl_quote tfoot
{
    border-top: 1px solid #000;
    padding-top: 10px;
}
.product_price, .quote_delete
{
    text-align: right;
}
.element_quote .total_price
{

    padding-right: 5px;
}
.pname
{
    padding-bottom: 0px;
}
.table_block td.last_item
{
    width: 13%;
    padding: 12px 5px;
}
.table_block td.quote_delete
{
    padding: 12px 5px;
}
.table_block td.image
{
    width: 15%;
}
.table_block td.price, .table_block td.total_price
{
    width: 18%;
    padding: 12px 6px;
}
.table_block td.quantity
{
    width: 17%;
}
#quote_comment td.date, #quote_comment td.total_price
{
    width: 18%;
}
#quote_comment td.no
{
    width: 5%;
}
#quote_comment td.by
{
    width: 13%;
}
#your_price
{
    width: 75px;
}
.total_detail
{
    text-align: right;
}
.last_price, .total_price
{
    text-align: left;
}
.add_product_to_quote
{
    margin: 8px 0px;
}
#pb-left-column .add_product_to_quote
{
    float: right;
}
.price_error
{
    border: 1px solid #CC0000 !important;
    color: #D8000C !important;;
    font-weight: normal;
}

.instant_quote {
     margin-right: 5px;
}

.instant_quote_confirm {
	height: 250px; 
	padding: 10px;
}


#quote_as_guest .price {
    clear: both;
    color: #777777;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    width: 80%;
}

#quote_as_guest label
{
	display: block;
}

.block_quote_header
{
	position: fixed;
	top: 1px;
	margin-left: 1px; 
	opacity: 0.9;
	z-index: 500;
	background-color: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 0;
	width: 99%;
}

.block_quote_footer
{
	position: fixed;
	bottom: 1px;
	margin-left: 1px; 
	opacity: 0.9;
	z-index: 500;
	background-color: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 0;
	width: 99%;
}
.quote_submit
{
    text-align: right;
}


.qq_save_quote_btn {
    float: right;
    margin: 0 0 15px 0;
    cursor: pointer;
}
.card-block .qq_save_quote_btn {
    float: none;
}
.box-cart-bottom .qq_save_quote_btn {
    float:left;
    padding: 19px 19px 6px;
}
.qq_save_quote_btn + div { text-align: center; }
.qq_save_quote_btn span.heading {
    font-weight: bold;
    font-style: italic;
    color:#00529B;
}
.save_quote_shopping_cart {
    clear: both;
}
.save_quote_step_shopping_cart {
    margin-top: 10px;
    clear: both;
}

/* For loadding save quote*/
.hsqq_loader {
    margin: 25% auto;
    vertical-align: middle;
    text-align: center;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#layer_quote .quote_warning p {
    padding: 0 5px;
}
/* End of for loadding save quote*/
.product_quote_button{
    margin: 15px 0;
}