﻿/*.fns-rfq-block {
    display: block !important;
}
.fns-rfq-block .fns-rfq-button {
    background: #8e807a none no-repeat scroll 18px center;
    border: medium none;
    color: #ffffff;
    font-family: arvo;
    font-size: 16px;
    height: 45px;
    padding: 12px 25px 12px 50px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width:auto;
}
.fns-rfq-block .phone {
    background: url("images/phone.png") no-repeat scroll 18px center #8e807a;
}
.fns-rfq-block .discount {
    background: url("images/discount.png") no-repeat scroll 18px center #8e807a;
}
.fns-rfq-block .matchtheprice {
    background: url("images/matchtheprice.png") no-repeat scroll 18px center #8e807a;
}
.send-rfq-form {
    clear: both;
    margin: 10px;
    text-align: left;
}
.send-rfq-form .product-block {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.send-rfq-form .product-block .picture {
   float: left;
   margin: 0 20px 0 0;
}
.send-rfq-form .product-block .details {
}
.send-rfq-form .product-block .details .attributes dl {
    overflow: hidden;
    padding: 0 2px;
}
.send-rfq-form .unregistered-version {
    display:block;
    clear:both;
}
.send-rfq-form .customerdata {
    display:block;
    clear:both;
}

.send-rfq-form .customerdata .inputs{
    position: relative;
    margin: 15px 0 0;
    text-align: left;
    white-space: nowrap; 
}
.send-rfq-form .customerdata .inputs:after{
    content: "";
    display: block;
    clear: both;
}
.inputs label {
    margin:0 10px 0 0;
}
.send-rfq-form .customerdata .inputs label{
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: right;
    width: 145px;
}

.send-rfq-form .customerdata .inputs input[type="text"],
.send-rfq-form .customerdata .inputs input[type="password"],
.send-rfq-form .customerdata .inputs select,
.send-rfq-form .customerdata .inputs textarea,
.send-rfq-form .customerdata .inputs .couponblock,
.send-rfq-form .customerdata .attribute-fileupload {
    width: 350px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.send-rfq-form .customerdata .inputs select, 
.send-rfq-form .customerdata .inputs textarea {
    background-color: #fff;
    vertical-align: middle;
}

.send-rfq-form .customerdata .inputs.custom-attributes {
    white-space: normal;
    font-size:14px;
}
.send-rfq-form .customerdata .inputs .option-list
 {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}
.send-rfq-form .customerdata .inputs .option-list li
{
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
}
.send-rfq-form .customerdata .inputs .option-list label
{
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 5px;
}

.send-rfq-form .customerdata .inputs.reversed{
    margin: 0 0 20px;
    text-align: center;
}
.send-rfq-form .customerdata .required {
    margin: 0 -8px 0 3px;
    vertical-align: top;
    font-size: 15px;
    font-weight: normal;
    color: #e4434b;
}

.send-rfq-form .customerdata .field-validation-error {
    color: #e4434b;
    display: block;
    font-size: 13px;
    left: 165px;
    margin-top: 5px;
    position: relative;
    text-align: left;
}

.send-rfq-form .product-block .details .product-title {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding-left: 10px;
}

.send-rfq-form .product-block .details .product-title a {
    display: block;
    font-weight: 700;
    height: auto;
    line-height: 1.3em;
    overflow: hidden;
    padding: 4px 10px 8px 0;
}
.send-rfq-form .product-block .details .description {
    color: #555555;
    padding: 0 0 0 10px;
    text-align: left;
}

.send-rfq-form .attributes {
    margin-bottom: 10px;
}

.send-rfq-form .attributes dl dt {
    margin: 10px 0 0;
}

.send-rfq-form .attributes .text-prompt {
    font-weight: bold;
}
.send-rfq-form .attributes ul.option-list {
    margin: 0;
    padding: 0;
}
.send-rfq-form .attributes ul.option-list li {
    list-style: none outside none;
}
.send-rfq-form .buttons {
    margin-top:10px;
    left: 165px;
    position: relative;
}
.send-rfq-form .sendemailafriendbutton {
    transition: all 0.2s ease 0s;
    float: left;
    max-width: 200px;
    min-width: 134px;
    width: auto;
    background: none repeat scroll 0 0 #666;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: "Arvo";
    font-size: 16px;
    height: 36px;
    overflow: hidden;
}


.request-customer-message, .request-answer-message {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 20px;
}
.request-customer-message strong, .request-answer-message strong {
   font-size: 16px;
   font-weight: bold;
   display:block;
   margin-bottom:10px;
}

@media all and (max-width: 1000px) {
    .send-rfq-form .customerdata .inputs input[type="text"], .send-rfq-form .customerdata .inputs input[type="password"],
    .send-rfq-form .customerdata .inputs select, .send-rfq-form .customerdata .inputs textarea,
    .send-rfq-form .customerdata .inputs .couponblock,
    .send-rfq-form .customerdata .attribute-fileupload {
        width: 100%;
    }
    .send-rfq-form .customerdata .inputs label {
        display: block;
        text-align: center;
        width: 100%;
    }
    .send-rfq-form .buttons {
        left:0;
    }
}


.fns-customerrequests-ajax-loading-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

.fns-customerrequests-ajax-loading-block .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('images/ajax_loader_large.gif');
}

.fns-customerrequests-popupwindow-form {
    text-align: left;
}
.fns-customerrequests-popupwindow-page {
}
.fns-customerrequests-popupwindow-page .popuppage-header {
}

    .fns-customerrequests-popupwindow-page .product-item {
    }

        .fns-customerrequests-popupwindow-page .product-item .picture {
            float: left;
            margin: 0 10px 10px 0;
            text-align: center;
            width: 125px;
            overflow: hidden;
        }
            .fns-customerrequests-popupwindow-page .product-item .picture img {
                object-fit: cover;
                max-width: 125px;
            }
        .fns-customerrequests-popupwindow-page .product-item .details {
            margin-bottom: 15px;
            margin-left: 125px;
        }

            .fns-customerrequests-popupwindow-page .product-item .details .product-title {
                color: #000;
                font-size: 14px;
                font-weight: bold;
                margin: 0 0 10px;
                text-transform: uppercase;
            }

                .fns-customerrequests-popupwindow-page .product-item .details .product-title a {
                    color: black;
                    font-size: 14px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

            .fns-customerrequests-popupwindow-page .product-item .details .description {
                margin-bottom: 10px;
                padding-top: 0;
                width: 250px;
                text-align: left;
            }

    .fns-customerrequests-popupwindow-page .attributes {
        border-bottom: 1px dotted black;
        border-top: 1px dotted black;
        clear: both;
        padding: 8px 3px 0;
    }

        .fns-customerrequests-popupwindow-page .attributes dl {
            overflow: hidden;
        }

            .fns-customerrequests-popupwindow-page .attributes dl > * {
                list-style: none outside none;
                margin: 0 0 10px !important;
            }

            .fns-customerrequests-popupwindow-page .attributes dl dt {
                clear: left;
                float: left;
                width: 125px;
            }

                .fns-customerrequests-popupwindow-page .attributes dl dt label {
                    display: block;
                    float: left;
                    margin-right: 5px;
                    font-weight: bold;
                }

        .fns-customerrequests-popupwindow-page .attributes dd {
            float: left;
        }

            .fns-customerrequests-popupwindow-page .attributes dd select {
                margin: 0;
                max-width: 260px;
            }

        .fns-customerrequests-popupwindow-page .attributes .option-list li {
            overflow: hidden;
        }

    .fns-customerrequests-popupwindow-page .unregistered-version {
        clear: both;
        text-align: center;
    }

    .fns-customerrequests-popupwindow-page .customer-comment-block {
        clear: both;
        text-align: left;
        width: 100%;
    }

        .fns-customerrequests-popupwindow-page .customer-comment-block .customer-comment-title {
            font-weight: bold;
        }

        .fns-customerrequests-popupwindow-page .customer-comment-block .customer-comment {
            width: 100%;
        }

    .fns-customerrequests-popupwindow-page .fns-rfqform-customerdata .personalmessage {
        height: 100px;
    }

    .fns-customerrequests-popupwindow-page .form-fields {
        position: relative;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 10px;
    }

    .fns-customerrequests-popupwindow-page .inputs:last-child {
        margin: 0;
    }

    .fns-customerrequests-popupwindow-page .fieldset {
        margin: 0 0 15px;
    }

    .fns-customerrequests-popupwindow-page .inputs label {
        width: 30%;
    }

    .fns-customerrequests-popupwindow-page .inputs input, .fns-customerrequests-popupwindow-page .inputs textarea {
        width: 65%;
        font-size: 14px;
    }

    .fns-customerrequests-popupwindow-page .message-error {
        text-align: left;
    }
    .fns-customerrequests-popupwindow-page .field-validation-error {
        text-align: left;
        left: 170px;
        position: inherit;
    }

    .fns-customerrequests-popupwindow-page .buttons {
        margin: 5px;
        text-align: center;
    }

        .fns-customerrequests-popupwindow-page .buttons .fns-customerrequests-send-button, .fns-customerrequests-popupwindow-page .buttons .fns-customerrequests-continue-button {
            background-color: #4ab2f1;
            border: medium none;
            color: #fff;
            font-size: 15px;
            height: 43px;
            padding: 0 24px;
            text-transform: uppercase;
        }
    .fns-customerrequests-popupwindow-page .title {
    }

.fns-customerrequests-popup-body .result {
    text-align: center;
    margin: 20px;
}
    */
