/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.line input{
    width: 98%;
    padding: 12px 0 12px 15px;
    font-size: 16px;
    background-color: rgba(220, 220, 220, 0.51);
    border: 1px solid #dedede;
}
.line .btn{
    margin: 0 auto;
    width: auto;
    max-width: 80%;
    text-align: center;
}
.btn button {
    width: 100%;
    font-size: 18px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    color : #000;
}

.btn button:hover{
    color : #fff;
}

#vpc-request-quote:after {
    content: url('../images/requet_quote.svg');
    margin-left: 5px;
    font-family:'FontAwesome';
    font-size:14px;
    letter-spacing: normal;
    width: 15px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.wpc_header{
    display: inline-block;
}
.omodal-content {
    width: 100%;
    position: absolute !important;
}
#send_configuration:hover{
    color: #898989;
}
.line{
    padding: 16px 0;
}

#label_d{
    width: 20%;
    display: inline-block;  
}
.disabledClick {
    pointer-events: none;
    background-color: #f1f1f1 !important;
    color: #ccc !important;
    cursor: auto;
}
.vpc-mo-button{
    outline: none;
    cursor: pointer;
}


/**/

@media only screen and (max-width:667px){
    input.submit.vpc-mo-button {
        font-size: 12px;
    }
}


/**** Modal bug css **/
div.omodal-backdrop {
    background-color: #222;
}

div.omodal-backdrop.fade, div.omodal.fade {
    opacity: 0;
    transition: opacity .2s;
}
div.omodal-backdrop.in {
    opacity: .6 !important;
}

div.omodal.in {
    opacity: 1 !important;
}

div.omodal {
    overflow: hidden;
}

div.omodal-content {
    border-radius: 0;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.omodal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    line-height: 30px;
    padding: 0px 15px !important;
    color: #fff;
    background-color: #cc0000;
    opacity: 1;
    height: 50px;
    border-radius: 0;
    margin: 0;
}

div.omodal-header .close:hover {
    opacity: .8;
}
div.omodal-header {
    background-color: #444;
    padding: 0 70px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    border: 0;
}

div.omodal-header .omodal-title {
    font-size: 18px !important;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rqa_form .modal-content {
    box-shadow: none;
    border: 0;
}

#rqa_form .omodal-body {
    padding: 10px 25px 0 !important;
    max-width: 100%;
    max-height: 50vh;
    overflow: auto;
}

#rqa_form .omodal-body .line > div input {
    width: 100%;
}

#rqa_form .omodal-body .line {
    padding: 15px 0;
}

#rqa_form div.formError .formErrorContent {
    min-width: auto;
}

#rqa_form div.formError {
    right: 10px !important;
    left: auto !important;
}

#vpc-request-quote {
    color: #fff;
}

#rqa_form .omodal-body.success {
    line-height: 130%;
    padding: 0 20px 40px !important;
    font-size: 16px !important;
    text-align: center;
}

#rqa_form .omodal-body.success i {
    display: block;
    font-size: 40px;
    color: #60cc00;
}

#rqa_form .omodal-body.success + .omodal-footer {
    display: none;
}

#rqa_form.formbuilt div label {
    display: block;
    padding: 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
}

#rqa_form.formbuilt #display_ofb > div {
    margin-bottom: 15px;
}

#rqa_form.formbuilt div textarea, #rqa_form.formbuilt div select, #rqa_form.formbuilt div input[type="text"], 
#rqa_form.formbuilt div input[type="email"], #rqa_form.formbuilt div input[type="url"], 
#rqa_form.formbuilt div input[type="password"], #rqa_form.formbuilt div input[type="search"], 
#rqa_form.formbuilt div input[type="number"], #rqa_form.formbuilt div input[type="tel"] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px;
    line-height: normal;
}

#rqa_form.formbuilt div input[type="radio"], #rqa_form.formbuilt div input[type="checkbox"] {
    display: inline-block;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    position: relative;
    height: auto;
    left: 0;
}

#rqa_form.formbuilt div input[type="radio"] + span, #rqa_form.formbuilt div input[type="checkbox"] + span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.omodal-footer{
    border-top: none !important;
    margin-top: 0 !important;
}
.omodal-footer .btn {
    text-align: center;
    padding: 30px 25px !important;
}
.omodal .formbuilt div{
    padding: 0;
}
.rqa_error{
    border: 2px solid red !important;
}
#CaptachaResult{
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
}