﻿.fnsrfqpopform {
    width: 500px !important ;
    z-index: 9999 !important ;
}

.rfqform .sendrfqform, .rfqform .buttons .rfqform-continue-button {
    background-color: #4ab2f1;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: 43px;
    padding: 0 24px;
    text-transform: uppercase;
}

/* AJAX LOADING INDICATOR from NopCommerce Themas */
.fns-rfqform-ajax-loading-block {position:fixed;top:50%;left:50%;width:128px;height:128px;overflow:hidden;z-index:1104;}
.fns-rfqform-ajax-loading-block .loading-image{position:absolute;top:0;left:0;width:128px;height:128px;background-image:url('images/ajax_loader_large.gif');}
/* AJAX PopUpWindow*/

.fns-rfqform-popuppage {
   text-align: left;

}
.fns-rfqform-popuppage .product-item {
}
.fns-rfqform-popuppage .product-item .picture {
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 125px;
    overflow: hidden;
}
.fns-rfqform-popuppage .product-item .details {
    margin-bottom: 15px;
    margin-left:125px;
}
.fns-rfqform-popuppage .product-item .details .product-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.fns-rfqform-popuppage .product-item .details .product-title a{
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.fns-rfqform-popuppage .product-item .details .description {
    margin-bottom: 10px;
    padding-top: 0;
    width: 250px;
    text-align: left;
}
.fns-rfqform-popuppage .attributes{
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
    clear: both;
    padding: 8px 3px 0;
}
.fns-rfqform-popuppage .attributes dl{
    overflow: hidden;
}
.fns-rfqform-popuppage .attributes dl > * {
    list-style: none outside none;
    margin: 0 0 10px !important;
}

.fns-rfqform-popuppage .attributes dl dt{
    clear: left;
    float: left;
    width: 125px;
}
.fns-rfqform-popuppage .attributes dl dt label{
    display: block;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
.fns-rfqform-popuppage .attributes dd {
    float: left;
}
.fns-rfqform-popuppage .attributes dd select {
    margin: 0;
    max-width: 260px;
}
.fns-rfqform-popuppage .attributes .option-list li {
    overflow: hidden;
}
.fns-rfqform-popuppage .unregistered-version {
    clear: both;
    text-align: center;
}
.fns-rfqform-popuppage .customer-comment-block {
    clear: both;
    text-align: left;
    width: 100%;
}
.fns-rfqform-popuppage .customer-comment-block .customer-comment-title{
    font-weight: bold;
}
.fns-rfqform-popuppage .customer-comment-block .customer-comment{
    width: 100%;

}
.fns-rfqform-popuppage .fns-rfqform-customerdata .personalmessage {
    height:100px;
}

.fns-rfqform-popuppage .message-error {
}
.fns-rfqform-popuppage .buttons {
    margin: 5px;
    text-align: center;
}
.fns-rfqform-popuppage .buttons .rfqform-send-button,.fns-rfqform-popuppage .buttons .rfqform-continue-button {
        background-color: #4ab2f1;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: 43px;
    padding: 0 24px;
    text-transform: uppercase;
}

.fns-rfqform-popuppage .customer-comment-block input,.fns-rfqform-popuppage .customer-comment-block textarea
{
	width:100%;
}
.fns-rfqform-popuppage .buttons .rfqform-send-button, .fns-rfqform-popuppage .buttons .rfqform-continue-button {
    border: none;
    padding: 15px 45px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #917c4c;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    margin-right: 20px;
    max-height: 50px;
    height: auto;
}
.fns-rfq-buttons .add-to-cart-button {
    margin:0!important;
}