﻿/* BEGIN POPUP LIQPAY*/
#popup {
    display: none;
    z-index: 100;
    background: #eeeeee;
    width: 700px;
    height: auto;
    min-height: 300px;
    padding: 0;
    font-size: 14px;
    border-radius: 7px;
}


.ui-autocomplete {
    font-size: 18px !important;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 101;
}
.select2{
    width: 100% !important;
}
.spinner {
    background: url('../images/loader.gif') no-repeat center;
    width: 100px;
    height: 100px;
}

.popup_content  {
    padding: 20px 10px;
}
.popup_content p {
    font-size: 14px !important;
    font-weight: normal;
}
#popup h3 {
    color: #1cb300;
    font-size: 18px;
    text-align: center;
}

#popup a {
    font-size: 14px;
}
#popup .row {
    margin-left: 0;
}
#popup .row i {
    font-size: 0;
    color: #FFDE3F;
}
.contact_form_info {
    padding: 0 15px;
}
.input-group > .input-group-prepend {
    flex: 0 0 29% !important;
}

.error-class {
    color: red;
    z-index: 0;
    position: relative;
    display: block;
    text-align: left;
}

.input-group .input-group-text {
    width: 100%;
    font-size: 12px !important;
}


.popup_header {
    background: #3b5a99;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #eee;
    padding-left: 20px;
    width: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#popup .button {
    font-size: 16px;
    box-sizing: border-box;
    background: #B08E61;
    height: 30px;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    margin: 0 auto;
    padding: 0 10px;
    display: table-cell;
    vertical-align: bottom;
}
.content-right {
    float: right;

}

#popup .button:hover {
    background: #E4C9A5;
}


#popup_close, #popup_video_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url("../images/close.png") no-repeat center center;
    cursor: pointer;
    z-index: 2103;
}

    #popup_close:hover, #popup_video_close:hover {
        opacity: 0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }

#fade {
    display: none;
    background: #2c3e50;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    z-index: 99;
}

#html #fade {
    position: absolute;
}

#html #popup {
    position: absolute;
}
/*Targeted Device max-width 767============================================================*/

@media all and (max-width: 767px) {

  

    #popup {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        width: 100% !important;
    }

    .input-group > .input-group-prepend {
        flex: 0 0 29% !important;
    }

    .popup_content {
        padding: 20px 10px;
    }
}
