.quote {
    float: right;
    font-family: Verdana;
    font-size: 9pt;
}

.quote-link:link,
.quote-link:visited {
    display: block;
    width: 200px;
    height: 43px;
    padding-top: 25px;
    background-color: #45a7e1;
    text-align: center;
    position: relative;
    font-size: 10pt;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.quote-link:hover {
    background-color: #fff;
    color: #007cc4;
    text-shadow: 0px 2px 2px rgba(143, 143, 143, 0.6);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999;
}

#quote {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99999;
    pointer-events: none;
}

.quote-popup-wp {
    width: auto;
    max-width: 600px;
    _width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 2px solid #4c4c4c;
    background: var(--bg, linear-gradient(90deg, #dee3e7 0%, #f1f2f4 100%));
    padding-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    pointer-events: all;
    font-size: 8pt;
    font-family: Verdana;
}

.quote-popup-wp * {
    box-sizing: border-box;
}

.quote-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.quote-close A:link,
.quote-close A:visited {
    display: block;
    width: 25px;
    height: 25px;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    /* background: url(../images/close.png) no-repeat; */
}

.quote-lbl {
    color: var(--Black, #000);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 20px;
}

.qf-lbl {
    padding: 20px 0 0 5%;
    font-size: 10pt;
}

.qf-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 47%;
    padding-left: 5%;
    padding-top: 10px;
}

.qf-product,
.qf-apply {
    display: none;
}

.q-input {
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #dfe3e9;
    font-size: 8pt;
    font-family: verdana;
}

.qf-area {
    width: 94%;
    padding: 10px 0 0 5%;
}

.qf-area textarea {
    width: 100%;
    padding: 5px 2%;
    height: 100px;
    resize: none;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #dfe3e9;
    font-size: 8pt;
    font-family: verdana;
}
.qf-area.file{
    width: 94%;
    
}

.qf-area.file div.jquery-filestyle input[type=text][disabled]{
    width: 74% !important;
    padding: 15px 20px;
    border-radius: 0;
}
@media screen and (max-width: 640px) {
    .qf-area.file div.jquery-filestyle input[type=text][disabled]{
        width: 50% !important;
    }

    .qf-area.file{
        width: 90%;
    }
}

.qf-area.file div.jquery-filestyle label{
    padding: 10px 20px;
}


.qf-area .jfilestyle input{
    width: 100%;
}
.qf-security {
    padding: 15px 0 15px 5%;
    margin-top: 30px;
    /* background-color: #2e2e2e; */
    display: flex;
    justify-content: center;
    color: #fff;
}

.qf-security div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.qfc-lbl {
    padding-top: 12px;
}

.qfc-input {
    padding: 0 15px;
}

.qfc-input input {
    width: 50px;
    padding: 6px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dfe3e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14pt;
    font-family: verdana;
}

.qfc-btn A:link,
.qfc-btn A:visited {
    display: block;
    width: 90px;
    /* height: 25px; */
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #00b0f0;

    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 8pt;
    text-decoration: none;
    font-family: Verdana;
    text-transform: uppercase;
}

.sb-skip-btn A:link {
    background-color: #1d94ed;
}

.qfc-btn A:hover {
    background-color: #fff;
    color: #212121;
}

.qfc-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/quote-loading.gif) center center no-repeat #fff;
    cursor: default;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.qf-err {
    display: none;
    position: absolute;
    left: 50%;
    top: 30%;
    width: 220px;
    padding: 10px;
    margin-left: -110px;
    background-color: #fff;
    font-size: 8pt;
}

.qf-wrong {
    border: 3px solid #ff0000;
}

.qf-wrong A:link,
.qf-wrong A:visited {
    font-size: 8pt;
}

.qf-right {
    border: 3px solid #0f4771;
}

.qf-error span {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.qf-error div {
    color: #ff0000;
    padding-top: 3px;
}

.qf-close {
    text-align: center;
    padding: 10px 0;
}

.qf-close A:link,
.qf-close A:visited {
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.qf_done {
    text-align: center;
    color: #1b93ec;
    line-height: 150%;
    font-size: 8pt;
}

@media screen and (max-width: 1300px) {
    .quote-link:link,
    .quote-link:visited {
        width: 165px;
    }
}

@media screen and (max-width: 640px) {
    .quote-popup-wp {
        width: auto;
        max-width: 300px;
        _width: 300px;
    }
    .qf-item {
        width: 90%;
    }
    .qf-area textarea {
        width: 95%;
    }
    .qf-security {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .qfc-btn {
        padding: 10px 14px 0 0;
    }
}

@media screen and (max-width: 570px) {
    .quote-link:link,
    .quote-link:visited {
        width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .quote {
        display: none;
    }
}
