﻿.fnsrfqpopform
{
    width: 400px !important;
    z-index: 9999 !important;
}

.rfqform .result
{
    text-align: center;
}

.rfqform .sendrfqform, .rfqform .buttons .rfqform-continue-button
{
    background-color: #fff;
    border: medium none;
    color: #363535;
    font-size: 15px;
    height: 43px;
    padding: 0 24px;
    text-transform: uppercase;
}
#fns-rfqform-popupwindow 
{
    top: 0 !important;
    height: 60% !important;
    padding: 10px;
    font-size: 13px;
    color: #666;
    overflow-y: hidden;
}

.field-validation-error
{
    display: block;
    margin: 0 0px 20px 10px;
    font-size: 11px;
}
div.captcha-box
{
    line-height: 1;
}
/* 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 .form-fields
    {
        position: relative;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 10px;
    }

    .fns-rfqform-popuppage .inputs:last-child
    {
        margin: 0;
    }

    .fns-rfqform-popuppage .fieldset
    {
        margin: 0 0 15px;
    }

    .fns-rfqform-popuppage .inputs label
    {
        width: 24%;
    }

    .fns-rfqform-popuppage .inputs input, .fns-rfqform-popuppage .inputs textarea
    {
        width: 95%;
        font-size: 13px;
        margin: 0 0 8px;
    }


    .fns-rfqform-popuppage .message-error, .fns-rfqform-popuppage .field-validation-error
    {
        text-align: left;
    }

    .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: #fff;
            border: medium none;
            color: #343434;
            font-size: 15px;
            height: 43px;
            padding: 0 24px;
            text-transform: uppercase;
        }
