/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.line div{
    padding: 10px 5px;
}
.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;
    border: 1px solid #000;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    color : #000;
}

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

#vpc-request-quote:after {
    content: url('requet_quote.svg');
    margin-left: 5px;
    font-family:'FontAwesome';
    font-size:14px;
    letter-spacing: normal;
    width: 15px;
    display: inline-block;
    top: 2px;
    position: relative;
}

#rqaModal .modal-header{
    border-bottom: 0px !important;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
}
#rqaModal{
    top: 40% !important;
    transform: translateY(-40%);
    overflow: visible !important;
    overflow-y: visible !important;
}
#rqaModal .modal-header .close{
    font-size: 30px
}
.wpc_header{
    display: inline-block;
}
.success{
    padding: 100px 50px !important;
    font-size: 24px !important;
    text-align: center;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 690px !important;
    }
}

.popup_cont {
    width: 100%;
    max-width: 550px!important;
    z-index: 9999 !important;

    top: 50%!important;
    transform: translateY(-50%)!important
}

.modal-body{
    max-width: 500px;
    max-height: 80vh;
    overflow: auto;
    padding-top: 0!important;
}

.wpc_header {
    font-size: 18px !important;
    padding: 16px 0;
    text-align: center;
    width: 100%;
}
#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 (min-width: 320px) 
  and (max-width: 737px) 
  and (orientation: landscape) {

    div.popup .modal-body {
        max-height: none;
        overflow: auto;
    }

    .popup_cont {
        width: 100%;
        max-width: 550px!important;
        z-index: 9999 !important;
        top: 40px!important;
        transform: translateY(0%)!important;
    }

    div.popup {
        padding: 25px;
        height: 300px;
        overflow: auto;
    }

}

@media only screen and (max-width:667px){
    .popup_close {
        right: 5%;
        top: 5%;
    }

    input.submit.vpc-mo-button {
        font-size: 12px;
    }
}


.vpc-configurator div div.popup {
    display: block;
    position: static;
    padding: 0;
}

.vpc-configurator div div.popup_close {
    font-size: 35px;
}

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

#rqa_form .modal-body {
    padding: 0 20px 20px !important;
    max-width: 100%;
}

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

#rqa_form .modal-body .line {
    padding: 5px 0;
}

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

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

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

#rqa_form .modal-body.success {
    line-height: 120%;
    padding: 30px 20px 40px !important;
}